* {
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
#{
 font-family: 'Overused Grotesk',
'Proxima Nova' !important;
font-family: "Overused Grotesk",
"Proxima Nova";
}

html,
body {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

body {
    font-family: 'Overused Grotesk', 'Proxima Nova';
    background-color: #ffffff;
    margin: 0;
    line-height: inherit;
    color: #000;
}

body.stop {
    overflow-y: hidden;
}

.sbHolder .sbOptions {
    min-width: 100%;
    max-height: 200px !important;
    min-height: 200px !important;
    height: 200px !important;
}

.height-warpper {
    /*height: 100%;*/
}

section {
    position: relative;
    /* z-index:2;
    */
}

a,
a:visited,
a:link {
    text-decoration: none !important;
}

b,
strong,
th {
    font-family: "Overused Grotesk", "Proxima Nova";
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    letter-spacing: 0;
    font-weight: normal;
}


.main-wrapper.cle-bundle-f {
    z-index: inherit;
}

.title {
    text-align: center;
    margin-bottom: 6px;
    font-size: 38px;
    color: #0F0F0F;
    font-weight: 500;
}

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

p {
    font-size: 16px;
    line-height: 20px;
}

.inner-description div {
    font-size: 17px;
    line-height: 20px;
}

h2 {
    font-size: 40px;
    line-height: 47.04px;
}

h3 {
    font-size: 36px;
    line-height: 47.04px;
}

h4 {
    font-size: 35px;
    line-height: 34.41px;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
.btn {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.btn:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

a {
    color: #00698C;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #00698C;
    text-decoration: none;
}

.btn:focus,
a:focus {
    outline: none !important;
}

.btn,
.btn-checkout {
    /* max-width: 152px; */
    /* min-width: 152px; */
    /* height: 44px; */
    /* line-height: 42px; */
    /* width: 100%; */
    /* line-height:40px; */
    padding: 8px 15px;
    line-height: inherit;
    margin: 0 auto;
    text-align: center;
    border-radius: 12px;
    /* padding: 0px; */
    font-size: 18px;
    /*  background-color: transparent;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; */
    display: inline-block;
    opacity: 1 !important;
}

.btn-bor-white {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.btn-bor-white:hover,
.btn-bor-white:focus {
    color: #ffb400;
    border-bottom: 2px solid #ffb400;
}

.btn-bor-green {
    border-bottom: 2px solid #00698C;
    color: #00698C;
}

.btn-bor-green:hover,
.btn-bor-green:focus {
    color: #ffb400;
    border-bottom: 2px solid #ffb400;
}

.btn-bor-green:hover svg {
    transform: translateX(-10px);
}

.btn-bor-white:hover svg {
    transform: translateX(-10px);
}

.btn-bor-green:hover svg path,
.btn-bor-white:hover svg path {
    fill: #ffb400;
}

.btn-bor-white svg path {
    fill: #ffffff;
}

.btn.orange {
    background-color: #FFB400;
    border-color: #FFB400;
    color: #ffffff;
}

.btn.orange:hover,
.btn.orange:focus {
    background-color: transparent;
    color: #FFB400;
    border-color: #FFB400;
}

.btn.blue {
    background-color: #00698C;
    border-color: #00698C;
    color: #ffffff;
}

.btn.blue:hover,
.btn.blue:focus {
    background-color: transparent;
    color: #00698C !important;
}

.btn.add-cart,
.btn.learn-more,
.btn-checkout {
    /* width: 147px; */
    /* height: 47px; */
    /* line-height: 45px; */
    border-width: 1px;
    border-style: solid;
    font-size: 17px;
    background-color: #FFB400;
    color: #ffffff;
    padding: 14px 30px;
}

.btn.add-cart:hover,
.btn-checkout:hover,
.btn.add-cart:focus,
.btn-checkout:focus {
    border-color: #FFB400;
    background-color: transparent;
    color: #FFB400;
}

.btn.back-course,
.btn.green {
    /* width: 100%; */
    /* height: 47px; */
    border-width: 1px;
    /* line-height: 45px; */
    font-size: 17px;
    /* color: #ffffff; */
    background-color: #00698C;
    /* max-width: 180px; */
    color: #fff !important;
}

.btn.back-course:hover,
.btn.back-course:focus,
.btn.green:hover,
.btn.green:focus {
    border-color: #00698C;
    background-color: transparent;
    color: #00698C !important;
}

.btn.learn-more {
    background-color: transparent;
    border-color: #00698C;
    color: #00698C;
}

.btn.learn-more:hover,
.btn.learn-more:focus {
    background-color: #00698C;
    color: #ffffff;
}

button.btn {
    /* padding-bottom: 4px; */
    min-width: inherit;
}

.form-control {
    height: 40px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    max-width: 100%;
    min-width: 100%;
}

/* =====================================
 Colors Style Start
 ======================================== */
.black {
    color: #000;
}

.red {
    color: #D0021B;
}

.white {
    color: #ffffff;
}

.blue {
    color: #00698C;
}

.green {
    color: #00698C !important;
}

.orange {
    color: #ffb400;
}

.gray {
    color: #333333;
}

.gray-2 {
    color: #9B9B9B;
}

.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    background-color: #00698C;
}

.bg-green {
    background-color: #00698C;
}

.bg-orange {
    background-color: #ffb400 !important;
}

.bg-gray {
    color: #333333;
}

/* =====================================
 Background Images & Custome Css Start
 ======================================== */
.modal-content {
    background-color: transparent;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content .modal-body {
    padding: 0;
}

/* .bor-top {
    border-top: 1px solid #000;
} */
.bor-top {
    border-top: 1px solid rgba(0, 0, 0, 0.40);
}

.bor-bottom {
    border-bottom: 1px solid #000;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blue-overlay {
    position: relative;
    z-index: 1;
}

.blue-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(6 29 39 / 90%);
    mix-blend-mode: multiply;
    z-index: -1;
}

span.img {
    display: inline-block;
    max-width: 33px;
    margin-right: 12px;
    line-height: 0px;
    width: 100%;
}

img {
    max-width: 100%;
}

img.image {
    width: 100%;
}

.banner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner {
    background-image: url("../images/home-header.webp");
}

.we-offer-banner {
    background-image: url("../images/we-offer.webp");
    /* background-color: #041419; */
}

.client-testi {
    /* background-image: url("../images/testimonials.jpg"); */
}

.cle-credit-bg {
    background-image: url("../images/cle-credit.webp");
}

.on-lnd-bg {
    background-image: url("../images/online-courses-lnading/banner.jpg");
}

.on-ctl-bg {
    background-image: url("../images/online-courses-catlog/banner.jpg");
}

.about-bg {
    background-image: url("../images/about-banner.jpg");
}

.faq-bg {
    background-image: url("../images/faq-banner.jpg");
}

.unlimited-sub-bg {
    background-image: url("../images/unlimited-subcription-banner.jpg");
}

.state-bg {
    background-image: url("../images/state-banner.png");
}

/* =====================================
 Navigation Start
 ======================================== */


.hamburger.open+.page header.sticky {
    left: -276px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 18px 0px 12px;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

header .container .logo {
    max-width: unset;
    transform: translateY(0px);
}

header .container .logo img {
    width: auto;
    max-height: 45px !important;
    min-height: 45px;
}

header .container .logo a,
footer .top .logo a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'nevis';
    color: #00698c;
    display: block;
    width: auto;
    max-width: unset;
}

header .container .logo a span,
footer .top .logo a span {
    color: #00698C;
}

header .container .logo a p {
    font-size: 10.7px;
    text-align: right;
    font-weight: normal;
    color: #ffffff;
    line-height: inherit;
    margin-top: -2px;
}

header .container::before,
header .container::after {
    display: none;
}

.first-logo,
.second-logo {
    position: absolute;
    top: 0;
}

header .container .logo a {
    position: relative;
    display: block;
    /* height: 46px;
    width: 170px; */
}

header.inner {
    position: absolute;
    padding: 23px 0px 16px;
    margin-top: 33px;
    background-color: #ffffff;
}

header.inner+.main-wrapper {
    margin-top: 0px;
}

header.sticky.inner {
    position: fixed;
    margin-top: 0px;
    -webkit-transition: background-color 0.4s ease-in-out 0s;
    -ms-transition: background-color 0.4s ease-in-out 0s;
    -o-transition: background-color 0.4s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

header.sticky.inner+.main-wrapper {
    /* -webkit-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -o-transition: 0.4s ease-in-out 0s; */
}

/* Header sticky start*/
header.sticky {
    background-color: #fafafa !important;
    padding: 23px 0px 16px;
    margin-top: 0px;
}

header.sticky .logo {
    transform: translateY(0);
}

header.sticky .container .logo a p {
    display: none;
}

header.sticky .container .logo a {
    color: #333;
}

header.sticky nav {
    margin: 0;
}

header.sticky nav>ul>li>a {
    color: #3A3A3A;
}

header.sticky nav ul>li>a:hover,
header.sticky nav ul>li>a:focus,
header.sticky nav>li.dropdown:hover>a {
    color: #ffffff;
}

header.sticky nav ul.login-cart .cart .btn {
    /* background-image: url("../images/icons/cart_nav_black_new.png");
    height: 36px; */
}

header.sticky nav li.login .btn {
    /* background-color: #00a651;
    color: #ffffff; */
}

header.sticky nav li.login .btn:hover,
header.sticky nav li.login .btn:focus,
header.sticky nav li.login .btn.active {
    /* background-color: transparent;
    border-color: #00a651;
    color: #00a651 !important; */
}

header.sticky nav ul.menu {
    margin-top: 0px;
}

/* Header sticky end*/

.main-wrapper {
    margin-top: 85px;
}

.main-wrapper.active {
    margin-top: 0px;
}

.announcement {
    width: 100%;
    background-color: #FFB400;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 1);
    /* height: 65px; */
    transition: all 0.3s;
    -webkit-transition: all margin-top 0.3s;
    -ms-transition: all margin-top 0.3s;
    -o-transition: all margin-top 0.3s;
    /* position: sticky; */
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    /*padding: 18px 0; */
    padding: 9px 0;
}

.announcement.active {
    height: 0;
    padding: 0px;
    opacity: 0;
    display: none;
}

.announcement p {
    font-size: 20px;
    color: #FFFFFF;
    word-break: break-word;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}

.announcement #close {
    position: absolute;
    background: #0000004d;
    border: 1px solid #979797;
    right: 0;
    top: 0;
    height: auto;
    min-height: 57px;
    max-width: 65px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.announcement #close img+img {
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.announcement.sale #close {
    background-color: #4260a5;
}

.announcement #close:hover,
.announcement #close:focus {
    background-color: #ffffff;
}

.announcement #close:hover img+img,
.announcement #close:focus img+img {
    opacity: 0;
}

.announcement.sale {
    background-color: #6787cf;
}

.announcement.sale p {
    margin-right: 28px;
}

.announcement.sale .btn {
    background: #FFB400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #FFB400;
    /* max-width: 128px; */
    height: auto;
    line-height: inherit;
    font-weight: normal;
    padding: 5px 23px;
    margin: 0;
    margin-right: 30px;
}

.announcement~header {
    top: 65px;
}

nav {
    /* margin-top: 15px; */
}

nav ul.menu {
    /* margin-top: 17px; */
}

nav ul.menu li {
    position: relative;
    margin: 0 13px;
    display: inline-block;
}

nav ul.menu li a {
    padding: 10px 13px;
    position: relative;
    display: inline-flex;
    color: #3A3A3A;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

nav ul.menu li:hover>a,
nav ul.menu li a:focus {
    background-color: #00698c;
    color: #fff !important;
}

nav ul.menu li.drop-menu .sub-menu {
    position: absolute;
    top: 100%;
    background-color: #00698c;
    min-width: 186px;
    padding: 8px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: auto;
}

nav ul.menu li.drop-menu:hover ul.sub-menu,
nav ul.menu li.drop-menu:focus ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

nav ul.menu li.drop-menu ul.sub-menu li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

nav ul.menu li.drop-menu ul.sub-menu li span {
    width: 23px;
    margin-right: 10px;
    display: inline-block;
    flex: 0 0 auto;
}

nav ul.menu li.drop-menu ul.sub-menu li a {
    padding: 8px 0 7px;
    color: #fff;
}

nav ul.menu li ul.sub-menu li a {
    font-size: 15px;
}

nav ul.menu li.drop-menu ul.sub-menu li:hover a,
nav ul.menu li.drop-menu ul.sub-menu li:focus a {
    color: #ffb400 !important;
}

nav ul.login-cart {
    /* margin-top: 12px; */
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav ul.login-cart li {
    display: inline-block;
    margin-top: 0px;
    /* margin-right: 34px; */
}

nav ul.login-cart .login .btn {
    /* border: 1px solid #1fab5a; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* height: 37px; */
    /* line-height: 35px; */
    font-size: 17px;
    text-align: center;
    width: 105px;
    display: block;
    /* background-color: transparent; */
    /* padding: 12px 30px; */
    /* min-width: inherit;
}

nav ul.login-cart .login .btn:hover,
nav ul.login-cart .login .btn:focus {
    /* background-color: #00698C; */
    /* color: #ffffff; */
    /* border-color: #00698C; */
}

nav ul.login-cart .cart {
    /* margin-left: 34px; */
    padding: 0;
    position: relative;
    /* margin-top: -24px; */
    margin-left: 0;
}

nav ul.login-cart .cart .btn {
    height: 45px;
    width: 45px;
    transition: inherit;
    border: 1px solid #00698C;
    padding: 10px;
    border-radius: 50px;
    z-index: 2;
    display: flex;
}

nav ul.login-cart .cart span {
    color: #ffb400;
    display: block;
    font-size: 24px;
    margin-left: 3px;
    position: relative;
    top: -12px;
    width: 100%;
    text-align: center;
}

nav ul.login-cart .cart span.cart_count {
    color: #ffffff;
    font-size: 14px;
    margin-left: 3px;
    position: relative;
    top: -9px;
    width: 100%;
    text-align: center;
    position: absolute;
    background: #00698c;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

nav ul.login-cart .cart .btn svg {
    width: 100%;
    height: 100%;
}

nav ul.login-cart .cart .btn:hover,
nav ul.login-cart .cart .btn:focus {
    background-color: #00698C;
}

nav ul.login-cart .cart .btn:hover svg path,
nav ul.login-cart .cart .btn:hover svg circle,
nav ul.login-cart .cart .btn:focus svg path,
nav ul.login-cart .cart .btn:focus svg circle {
    fill: #ffffff;
}

/* .toggle-bar{
    background-image:url('../images/menu-icon.png');
    background-position:center top;
    background-repeat:no-repeat;
    float:right;
    height:23px;
    width:26px;
    font-size:0;
    position:relative;
    background-size:100% auto;
    right:0 !important;
    cursor:pointer;
    display:none;
    z-index:999999;
}
.toggle-bar:hover{
    background-position:100%;
}
 */
.toggle-bar {
    width: 41px;
    cursor: pointer;
    display: none;
}

.toggle-bar span {
    width: 100%;
    height: 6px;
    background-color: #00698c;
    display: block;
    margin-bottom: 6px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.toggle-bar span:last-child {
    margin-bottom: 0;
}

.toggle-bar:hover span,
.toggle-bar:focus span {
    background-color: #00698C;
}

/* nav.overflow{
    overflow: inherit;
}
 */
nav ul.login-cart .cart .menu-close {
    color: #ffffff;
    background-image: url("../images/icons/close_sidebar.png");
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    height: 19px;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 19px;
    background-size: 20px auto;
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

nav ul.login-cart .cart .menu-close:hover {
    color: #00698C;
}

.res-menu-close {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 950;
    display: none;
}

.res-menu-close.active {
    /* z-index: 1000; */
    right: 260px;
    left: auto;
    display: block;
}

.width-14 img {
    width: 14px;
}

.width-15 .demo {
    width: 15px;
}

.width-16 img {
    width: 16px;
}

.width-17 img {
    width: 17px;
}

.width-18 img {
    width: 18px;
}

.width-19 img {
    width: 19px;
}

.width-20 img {
    width: 20px;
}

.width-21 .demo {
    width: 21px;
}

.width-24 img {
    width: 24px;
}

nav ul.menu li.account-menu ul {
    left: -55px;
    right: 0;
}

nav ul.menu li.account-menu a>span {
    margin-left: 8px;
    max-width: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul.menu li.account-menu a>span img+img {
    position: absolute;
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
    z-index: -1;
    opacity: 0;
}

nav ul.menu li.account-menu:hover a>span img+img,
nav ul.menu li.account-menu:focus a>span img+img {
    position: relative;
    z-index: 1;
    opacity: 1;
}

nav ul.menu li.account-menu:hover a>span img,
nav ul.menu li.account-menu:focus a>span img {
    position: absolute;
    opacity: 0;
}

nav ul.menu li.account-menu>a::before {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
    width: calc(100% - 26px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

nav ul.menu li.account-menu:hover>a::before,
nav ul.menu li.account-menu:focus>a::before {
    border-bottom: 1px solid #ffffff;
}

nav ul.login-cart li.account-menu.drop-menu {
    margin-right: 15px;
}

/* header.sticky nav li.login .btn:hover,
header.sticky nav li.login .btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    background-color: #029349;
    color: #ffffff;
    border: 2px solid #029349;
} */
/* header.sticky .toggle-bar{
    background-position:center -40px;
}
 */
/* =====================================
 HomePage Banner Start
 ======================================== */
#home-banner {
    color: #ffffff;
    padding: 10px;
    position: relative;
    padding-top: 110px;

}

#home-banner br.mob-only {
    display: none;
}

#home-banner .container {
    height: 100%;
    min-height: 760px !important;
    display: flex !important;
    align-items: center;
}

#home-banner .content {
    /* padding-top:270px;
    */
    width: 100%;
}

#home-banner .content h1 {
    font-size: 72px;
    margin-bottom: 12px;
    margin-top: 0;
    color: #ffffff;
    position: relative;
    font-weight: 500;
    line-height: 80px;
    font-family: 'Overused Grotesk';
}

#home-banner .content p {
    font-size: 22px;
    line-height: 28px;
    max-width: 800px;
    font-weight: normal;
    color: #E7E7E7;
}

#home-banner .drop-sec span {
    margin: 0 15px;
}

#home-banner .sbOptions:first-child {
    font-size: 20px;
}

#home-banner .online-cource.dropdown-field.course .sbOptions {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 6px 9px;
}

#home-banner .drop-sec .online-cource.dropdown-field.state .sbHolder {
    /* max-width:170px;
    */
    min-width: 150px;
    width: auto;
}

#home-banner .drop-sec .online-cource.dropdown-field.state .sbOptions {
    /* padding: 15px 7px 5px; */
    padding: 15px 0px 5px;
    line-height: 25px;
}

#home-banner .drop-sec {
    /*max-width: 780px;*/
    max-width: 100%;
    margin: 88px auto 36px;
}

#home-banner .online-cource.dropdown-field .sbHolder {
    /* min-height:33px;
    */
    /*max-width: 260px;*/
    max-width: 100%;
}

#home-banner .online-cource.dropdown-field .sbHolder {
    /* min-height:33px;
    */
    /* min-width:280px;
    */
}

#home-banner .drop-sec .online-cource.dropdown-field.state {
    /*max-width: 170px;*/
}

#home-banner .button-sec {
    margin-bottom: 106px;
}

#home-banner .button-sec .btn {
    /* max-width: 208px; */
    /* height: 59px; */
    text-align: center;
    display: inline-block;
    /* line-height: 57px; */
    font-size: 24px;
    border: 2px solid #ffb400;
    margin: 0 auto;
    padding: 15px 30px;
    color: #fff;
}

.search-btn img {
    display: none;
}

#home-banner .button-sec .btn:hover,
#home-banner .button-sec .btn:focus,
.announcement.sale .btn:hover,
.announcement.sale .btn:focus {
    background-color: transparent !important;
    color: #ffffff;
    border: 2px solid #ffffff;
}

#home-banner .content h1::before {
    content: "";
    background-image: url(../images/Heading-line.svg);
    position: absolute;
    top: 35px;
    left: 282px;
    width: 111px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

#home-banner .course-search-wrap .search-box {
    position: relative;
    width: 445px;
    border-radius: 12px;
    overflow: hidden;

}

#home-banner .course-search-wrap .search-box::before {
    content: "";
    background-image: url(../images/search-icon.svg);
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 2;
}

#home-banner .course-search-wrap .search {
    border-radius: 12px;
    color: #383838;
    border: none;
    width: 100% !important;
}

#home-banner .course-search-wrap .select2.select2-container.select2-container--default {
    width: 100%;
    height: 100%;
}

#home-banner .course-search-wrap .selection {
    height: 100%;
    display: inline-block;
    width: 100%;
}

#home-banner .course-search-wrap .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 40px;
}

#home-banner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    transform: translateY(-50%);
}

#home-banner .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: left;
    font-weight: 400;
    height: auto;
    margin-right: 45px;
    padding-right: 0px;
    order: 2;
}

#home-banner .course-search-wrap .search-btn {
    margin: 0;
    margin-left: 10px;
}

#home-banner .course-search-wrap .search-btn {
    padding: 12px 20px;
}

#home-banner .down-arrow {
    margin-top: 80px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 22px);
    margin-bottom: 30px;
}

#home-banner .smalltext {
    max-width: 675px;
}

.drop-sec {
    font-size: 33px;
    margin-top: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
}

.drop-sec .dropdown-field {
    display: inline-table;
    font-family: "Overused Grotesk", "Proxima Nova";
    font-weight: bold;
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    /* max-width:220px;
    */
    /* width:100%;
    */
}

.drop-sec .dropdown-field select {
    background-color: transparent;
    border-top: medium none;
    border-left: medium none;
    border-right: medium none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #ffffff;
    font-size: 33px;
    font-style: normal;
    font-weight: normal;
    height: 43px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

.drop-sec .dropdown-field select option {
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Proxima Nova";
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    padding: 6px 13px;
}

.drop-sec .sbOptions {
    top: 104% !important;
}

select::-ms-expand {
    display: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-text-overflow: '';
    text-overflow: '';
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    /*    text-overflow: "";*/
    /*Removes default arrow from firefox*/
    background-color: transparent;
    border: none;
    display: none;
}

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

/** /Image For select box **/
/* =====================================
 Finally Homepage Start
 ======================================== */
.finally-home {
    padding: 100px 0;
    background-color: #ffffff;
}

.finally-home h2 {}



.finally-home .container div.f-row {
    max-width: 1150px;
    margin: 0 auto;
}

.finally-home .container p.heading-shape {
    margin-bottom: 12px;
    margin-top: 0;
    padding-bottom: 28px;
    text-align: center;
    color: #3E3E3E;
}

.finally-home .box {
    margin: 13px auto 0;
    padding: 45px 50px;
    background-color: #FBFBFB;
    border-radius: 16px;
}

.finally-home .box h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 32px;
    font-weight: 500;
}


.finally-home .box .img-box img {
    max-width: 40px;
}

.finally-home .box .img-box {
    padding: 20px;
    background-color: #00698C1A;
    border-radius: 50px;
    margin-right: 30px;
}

.finally-home .box a,
.we-offer .box a {
    margin: unset;
    padding: 9px 9px;
    border-radius: 0;
    font-size: 17px;
}

.we-offer .box a svg,
.finally-home .box a svg {
    width: 18px;
    height: auto;
    rotate: 180deg;
    margin-left: 5px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

/* .finally-home .box h3 img.bundles {
    max-width: 63px;
    left: -85px;
} */

.finally-home .box.unlimited {
    /* padding-left: 76px;
    padding-right: 20px; */
}

/* .finally-home .box h3 img.unlimited {
    max-width: 43px;
    left: -65px;
} */

.finally-home .box p {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 22px;
    color: #3E3E3E;
}


/* =====================================
 We Offer Homepage Start
 ======================================== */
.we-offer,
.about-history {
    padding: 49px 0px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.we-offer .f-row>div {
    /* padding: 0; */
    position: relative;
}

.we-offer .box {
    max-width: 350px;
    margin: 60px auto 0px;
    padding: 0 15px;
}

.we-offer .box a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Header sticky end*/

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.we-offer .box .icons {
    max-width: 114px;
    margin: 0 auto;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 114px;
    margin-bottom: 40px;
    background-color: rgb(155 155 155 / 15%);
    position: relative;
}

.we-offer .box .icons img {}

.we-offer .online .box .icons img {
    max-width: 65px;
}

.we-offer .tele .box .icons img {
    max-width: 64px;
}

.we-offer .live .box .icons img {
    max-width: 59px;
}

.we-offer .box h4 {
    color: #ffffff;
    margin-bottom: 9px;
}

.we-offer .box p {
    color: #ffffff;
    margin: 0 auto;
    line-height: 25px;
    margin-bottom: 25px;
    min-height: 170px;
    /* Added by Santosh, NPA */
}

/* .we-offer .online .box{
    margin-left:0;
}
 */
/* .we-offer .live .box{
    margin-right:10px;
}
 */
.we-offer .tele .icons::before,
.we-offer .tele .icons::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -242px;
    width: 213px;
    background-color: #fff0;
    height: 1px;
    opacity: 0.2;
    border: 2px solid rgb(255, 255, 255);
}

.we-offer .tele .icons::after {
    right: -242px;
    left: auto;
}

/* =====================================
 Quality Homepage Start
 ======================================== */
.quality-course-wrp {
    padding: 97px 0 45px;
    -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
}

.quality-course-wrp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fafafa;
    z-index: -1;
}

.quality-course-wrp h2 {
    margin-bottom: 63px;
    font-size: 38px;
    font-weight: 500;
}

.quality-course-wrp .img-box {
    max-width: 36px;
    margin-right: 20px;
    margin-top: 5px;
}

.quality-course-wrp .img-box img {
    max-width: 100%;
}

.quality-course-wrp .img-box img.accessible {
    max-width: 37px;
}

.quality-course-wrp .img-box img.faculty {
    max-width: 34px;
}

.quality-sec {
    font-size: 17px;
    max-width: 322px;
    /* padding-left:43px;
    */
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0;
}

.quality-sec.right {
    max-width: 280px;
}

.quality-sec img {
    left: -13px;
    max-width: 38px;
    position: absolute;
    top: 15px;
}

.quality-sec h3 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 30px;
}

.quality-sec p {
    margin-bottom: 0;
}

.qult-crs-img img {
    width: auto;
    max-width: inherit;
}

.qult-crs-img {
    position: relative;
    /* left: -203px;
    top: -55px; */
}

.qult-crs-img img {
    width: 100%;
    /* max-width: inherit; */
    margin-top: 50px;
}

/* ==========================================
 Brightest Minds Homepage Start
 ======================================== */
.brightnes {
    padding: 80px 0px 80px;
    background-image: url("../images/brightest-bg.png");
}

.brightnes h2 {
    margin-bottom: 10px;
    font-weight: 500;
}

.brightnes p {
    max-width: 650px;
    /* margin: 0 auto; */
}

.brightnes .img-box {
    max-width: 233px;
    margin: 0 auto 29px;
    overflow: hidden;
    border-radius: 50%;
}

.brightnes .img-box img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    width: 100%;
}

.brightnes .box {
    margin-top: 53px;
}

.brightnes .top h4 {
    font-size: 34px;
    margin-bottom: 7px;
}

.brightnes .top>p {
    max-width: 90%;
    margin: 0 auto 23px;
}

.features-apart ul li {
    flex: 0 0 45%;
}

.brightnes .button-sec .btn {
    min-width: 230px;
    font-size: 18px;
    padding: 18px 40px;
    max-width: 220px;
    margin: 0 33px;
    padding: 18px 40px;
}

.brightnes .button-sec {
    margin-top: 49px;
}

.learn-more.brightnes .button-sec {
    margin-top: 0;
}

/* ==========================================
 Client Testimonials Homepage Start
 ======================================== */
.client-testi {
    padding: 90px 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.client-testi h2 {
    margin-bottom: 35px;
    font-weight: 500;
}

.client-testi .owl-carousel .owl-stage-outer .owl-stage {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.client-testi .box {
    max-width: 529px;
    width: 100%;
    height: 100%;
    margin: 0px auto 0px;
    background: #F2F2F2;
    border: 2px solid #CECECE;
    padding: 40px 35px 40px;
    position: relative;
    border-radius: 30px;
}

.client-testi .test-wrap {
    width: 100%;
    height: 100%;
    padding: 40px 0 0;
}

.client-testi .box::before,
.client-testi .box::after {
    content: "";
    width: 100%;
    position: absolute;
    top: -34px;
    left: 0;
    height: 55px;
    max-width: 55px;
    background: #00698c;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.client-testi .box::after {
    background-image: url('../images/icons/testi_symb.webp');
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client-testi .box p {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 27px;
}

.client-testi .box p.author_designation {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: normal;
}

.client-testi .img-box {
    max-width: 45px;
    margin: 0 auto;
}

.client-testi .box p strong {
    font-weight: 700;
    display: block;
    font-size: 18px;
}

.client-testi .owl-nav {
    /* position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    height:100%;
    */
}

.client-testi .owl-nav .owl-prev,
.client-testi .owl-nav .owl-next {
    max-width: 101px;
    position: absolute;
    left: -60px;
    width: 100%;
    height: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
}

.client-testi .owl-nav .owl-prev::before,
.client-testi .owl-nav .owl-next::before {
    position: absolute;
    /* width: 1px; */
    height: 100%;
    right: 3px;
    content: "";
    -webkit-box-shadow: 4px 0 9px 1px rgba(0, 0, 0, 0.83);
    box-shadow: 4px 0 9px 1px rgba(0, 0, 0, 0.83);
    display: none;
}

.client-testi .owl-nav img {
    max-width: 40px;
    display: inline-block;
    position: static;
    /* top: -14px; */
    /* left: -17px; */
}

.client-testi .owl-nav .owl-next {
    right: -50px;
    left: auto;
}

.client-testi .owl-nav .owl-next::before {
    left: 3px;
    right: auto;
    -webkit-box-shadow: -4px 0 9px 1px rgba(0, 0, 0, 0.83);
    box-shadow: -4px 0 9px 1px rgba(0, 0, 0, 0.83);
}

/* .client-testi .owl-nav .owl-next img {
    right: -17px;
    left: auto;
} */

/* ==========================================
 Credit State Homepage Start
 ======================================== */
.credit-state {
    padding: 72px 0px 88px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.50);
    position: relative;
    z-index: 3;
    background-position: center center;
}

.credit-state h2 {
    font-size: 48px;
    margin-bottom: 18px;
    font-weight: 500;
}

.credit-state p {
    font-size: 22px;
    margin-bottom: 81px;
}

.credit-state ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
}

.credit-state ul li {
    font-size: 18px;
    line-height: 40px;
}

.credit-state ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.credit-state ul li a:hover,
.credit-state ul li a:focus {
    color: #00698C;
}

/* ==========================================
 Mailing Homepage Start
 ======================================== */
.mailing {
    background-image: url("../images/join-our-bg.webp");
    background-position: 95% center;
    padding: 60px 0px 60px;
}

.mailing .form-wrap {
    max-width: 770px;
    margin: 36px auto 0px;

}

section.mailing h2 {
    font-weight: 500;
}

.form-wrap .email-wrap {
    max-width: 300px;
    width: 100%;
    margin: 0;
    margin-right: 8px;
}

.form-wrap .online-cource {
    max-width: 300px;
    margin: 0;
    width: 100%;
    margin-right: 15px;
}

.form-wrap .online-cource .sbHolder {
    min-width: inherit;
    max-width: inherit;
    height: inherit;
    border: 0;
}

.form-wrap .online-cource .sbHolder .sbOptions {
    padding: 0;
    margin: 0;
    top: 100% !important;
}

.form-wrap .email-wrap .form-control {
    border-radius: 10px;
    height: 100%;
    font-size: 18px;
    border: 0;
    padding: 13px 16px;
    font-weight: 500;
}

.form-wrap .email-wrap .form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.form-wrap .email-wrap .form-control:-ms-input-placeholder {
    color: #9b9b9b;
}

.form-wrap .email-wrap .form-control::-ms-input-placeholder {
    color: #9b9b9b;
}

.form-wrap .email-wrap .form-control::placeholder {
    color: #9b9b9b;
}

.form-wrap .email-wrap .form-control:focus::-webkit-input-placeholder {
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-wrap .email-wrap .form-control:focus:-ms-input-placeholder {
    color: #ffffff;
    box-shadow: none;
}

.form-wrap .email-wrap .form-control:focus::-ms-input-placeholder {
    color: #ffffff;
    box-shadow: none;
}

.form-wrap .email-wrap .form-control:focus::placeholder {
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-wrap .email-wrap .form-control:focus {
    /* -webkit-box-shadow: none;
    box-shadow: none; */
    border: 0;
}

.form-wrap .online-cource .sbHolder .sbSelector {
    background-image: url("../images/icons/drop_dwn_arrow_black.webp");
    background-position: 95% center;
    font-size: 18px;
    width: 100%;
    max-width: inherit;
    font-weight: 500;
    background-color: #ffffff;
    height: 100%;
    line-height: 26px;
    padding: 12px 15px;
    color: #9B9B9B;
    border-radius: 10px;
}
.form-wrap .create-account-form .online-cource .sbHolder .sbSelector{
     padding: 0px 15px;
}

.mailing .button-sec {
    width: 100%;
    max-width: 130px;
}

.form-wrap .button-sec .btn {
    /* max-width: 150px; */
    /* background-color: #00698C; */
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 10px;
    /* border: 1px solid #00698C; */
    outline: none;
    border-radius: 10px;
}

/* .form-wrap .button-sec .btn:hover,
.form-wrap .button-sec .btn:focus {
    background-color: transparent;
    color: #FFFfff;
    border-color: #00698C;
} */

/* ==========================================
 Footer Start
 ======================================== */
footer {
    padding: 39px 0px;
    background-color: #fafafa;
}

footer .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

ul.social-links li {
    display: inline-block;
}

ul.social-links li+li {
    margin-left: 3px;
}

ul.social-links a {
    padding: 10px;
    display: inline-block;
    border-radius: 50px;
    background-color: rgb(1 108 143 / 5%);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ul.social-links a.fb {
    background-image: url("../images/icons/footer_social_fb.png");
}

ul.social-links a.twitt {
    background-image: url("../images/icons/footer_social_twitt.png");
}

ul.social-links a.linked {
    background-image: url("../images/icons/footer_social_linked.png");
} */

/* ul.social-links a:hover,
ul.social-links a:focus {
    background-position: center -26px;
}

ul.social-links a.linked:hover,
ul.social-links a.linked:focus {
    background-position: center -24px;
} */

footer .logo {
    max-width: 230px;
}

footer .top .logo a {
    /* color: #383838; */
    color: #00698C;
    font-size: 30px;
}

footer .logo a span {
    color: #000;
}

footer .top .logo a span {
    color: #383838;
}

footer ul.call-to-action li {
    display: inline-block;
}

footer ul.call-to-action a {
    color: #000;
    position: relative;
    padding: 0 20px 0 0px;
    font-size: 15px;
}

footer .bottom ul.call-to-action li a {
    padding: 0px 8px;
}

footer .bottom ul.call-to-action li:first-child a {
    padding-left: 0;
}

footer ul.call-to-action li img {
    max-width: 31px;
    margin-right: 10px;
    position: static;
}

footer .bottom {
    padding: 13px 0 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 1);
}

footer .bottom ul {}

footer .bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 100%; */
}

footer .bottom ul li a {
    font-size: 15px;
    color: #000;
    padding: 0 22px;
}

footer .bottom .menu ul li a {
    font-size: 15px;
}

footer .bottom ul li a:hover,
footer .bottom ul li a:focus {
    color: #00698C;
}

footer .bottom ul li.mail a img {
    margin-left: 0;
}

footer .bottom .menu ul li a:last-child {
    padding-right: 0;
}

footer .bottom p {
    font-size: 11px;
}

footer .menu {
    /* margin-top:15px;
    */
}

footer .menu ul {
    margin-bottom: 5px;
    margin-top: 5px;
}

footer.resposniv-767 {
    padding: 17px 0;
}

footer.resposniv-767 .container {
    padding: 0 44px;
}

footer.resposniv-767 .top {
    border: 0;
    padding: 6px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

footer.resposniv-767 .bottom {
    padding: 0;
}

footer.resposniv-767 .bottom .menu ul li a {
    padding: 0 12px;
}

footer.resposniv-767 .bottom ul li:first-child a {
    padding-left: 0;
}

/* ==========================================
 Online Courses Courses Page Css Start
 ======================================== */
.white-collor {
    padding: 38px 0 50px;
}

.white-collor .video-wrap {}

.white-collor h2 {
    margin-bottom: 16px;
    font-weight: normal;
}

.white-collor .video-wrap {
    /*max-width:696px;*/
    /*height: 100%;*/
    width: 100%;
    position: relative;
    /*margin-bottom: 30px;*/
}

.white-collor .video-wrap>div {
    height: 100%;
    width: 100%;
}

.white-collor .video-wrap>div iframe {
    height: 100% !important;
    width: 100%;
    z-index: 1;
    position: relative;
}

.white-collor .video-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 1;
}

.white-collor .video-wrap img {
    width: 100%;
    height: 100%;
}

/* .white-collor .video-wrap .play {
    position: absolute;
    top: 50%;
    left: 50%;
} */
.white-collor .video-wrap .play img {
    display: none;
}

.white-collor .video-wrap .play {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    z-index: 99;
    width: 65px;
    height: 65px;
    background-image: url("../images/icons/play-icon.png");
    background-size: 100% auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.white-collor .video-wrap .play:hover,
.white-collor .video-wrap .play:focus {
    background-position: center bottom;
}

.white-collor .price-wrap {
    height: 100%;
}

.white-collor .price-wrap .price {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 15px;
}

.white-collor .price-wrap .price h2 {
    line-height: 33px;
    margin-top: 0;
}

.add-cart-wrap {}

.cart-wrap {}

.bottom-btn .container.btn-wrap .cart-wrap {
    margin-right: 60px;
    margin-bottom: 30px;
    width: auto;
}

.bottom-btn .container.btn-wrap .cart-wrap:last-child {
    margin-right: 0px;
}

.cart-wrap span {
    margin-right: 24px;
    max-width: 45px;
    width: 100%;
    display: inline-block;
}

.bottom-btn .container.btn-wrap .cart-wrap .btn {
    margin: inherit;
}

.white-collor .price-wrap .price .cart-wrap .add-cart {}

/* .white-collor .price-wrap .state-wrap{
    margin-bottom:17px;
}
 */
.white-collor .price-wrap .state-wrap p {
    font-size: 19px;
    margin-top: 15px;
}

.white-collor .price-wrap .state-wrap p span {
    width: 33px;
    margin-right: 12px;
    display: inline-block;
}

.white-collor .price-wrap .state-wrap .practice-text {
    margin-top: 45px;
}

.white-collor .price-wrap .state-wrap .practice-text p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 7px;
    max-width: 400px;
}

.white-collor .price-wrap .state-wrap p img {
    margin-bottom: 10px;
}

.white-collor .price-wrap .state-wrap p strong {}

.white-collor .price-wrap .state-wrap .state {
    margin-bottom: 15px;
}

.white-collor .price-wrap .state-wrap .state h3 {
    font-size: 30px;
    margin-right: 12px;
}

.white-collor .price-wrap .state-wrap .state .sbHolder,
.my-certificate .state .sbHolder,
.courses-filter .courses-drop .sbHolder {
    min-height: inherit;
    border-bottom: 1px solid #000;
    /* padding-bottom:4px;
    */
    height: auto;
    padding-top: 7px;
    min-width: 130px;
    max-width: inherit;
    width: auto;
}

.white-collor .price-wrap .state-wrap .state .sbSelector,
.add-wrap .sbSelector,
.my-certificate .state .sbHolder .sbSelector,
.courses-filter .courses-drop .sbHolder .sbSelector {
    /* border-bottom:1px solid #000;
    */
    color: #000;
    font-size: 30px;
    background-image: url('../images/icons/drop_dwn_arrow_black.png');
    background-repeat: no-repeat;
    background-position: 99% 69%;
}

.white-collor .price-wrap .state-wrap .state .sbHolder .sbOptions {
    width: 100%;
    min-width: inherit;
}

/* .white-collor .price-wrap .state-wrap .state{
}
 */
.white-collor .price-wrap .email {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding-top: 18px;
}

.white-collor .price-wrap .email a {
    color: #000;
    font-size: 17px;
}

.white-collor .price-wrap .email a img,
.live-lecture-interior .about-course .email a img {
    max-width: 30px;
}

.white-collor .price-wrap .email a:hover,
.live-lecture-interior .about-course .email a:hover,
.white-collor .price-wrap .email a:focus,
.live-lecture-interior .about-course .email a:focus {
    color: #00698C;
}

.about-course {
    background-color: #fafafa;
    padding: 22px 0px 32px;
}

.about-course h2 {
    margin-bottom: 23px;
}

.about-course h2 span {
    max-width: 45px;
    margin-right: 9px;
    display: inline-block;
}

.presenter {
    padding: 24px 0px 60px;
}

.presenter h2 {
    margin-bottom: 32px;
}

.presenter img {
    max-width: 233px;
    width: 100%;
    border-radius: 50%;
    height: auto;
    max-height: 233px;
}

.presenter .wrap-mr {
    margin-bottom: 35px;
}

.presenter .wrap-mr:last-child {
    margin-bottom: 0px;
}

.presenter .details-wrap {
    width: 100%;
}

.presenter .details-wrap h4 {
    font-size: 34px;
    line-height: 28px;
    margin-bottom: 11px;
}

.presenter .details-wrap>p {
    padding: 21px 0px;
}

.presenter .details-wrap .para-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 5px;
}

.presenter .details-wrap .para-wrap p {
    font-size: 16px;
}

.presenter .details-wrap .para-wrap p.right-text {
    font-size: 20px;
    margin-left: auto;
}

.presenter .details-wrap>.view {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.presenter .details-wrap>.view:hover,
.presenter .details-wrap>.view:focus {
    color: #00698C;
}

/* .bottom-btn{
    padding-bottom:100px;
}
 */
.bottom-btn .container.btn-wrap {
    padding: 52px 15px 100px;
}

.bottom-btn .container .bor-top {
    /* padding-bottom:52px;
    */
}

/* ==========================================
 Online Courses Landing Page Css Start
 ======================================== */
#on-lnd-banner {
    padding: 80px 0px 42px;
}

#on-lnd-banner .content {}

#on-lnd-banner .content .top-orange {
    color: #FFB400;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-weight: bold;
}

#on-lnd-banner .content .prev-wrap {
    width: 100%;
    border-bottom: 2px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 38px;
}

#on-lnd-banner .content .prev-wrap h1 {
    font-size: 40px;
    font-weight: 500;
    max-width: 560px;
    line-height: 40px;
    flex: 0 0 64%;
}

#on-lnd-banner .content .prev-wrap h2 {
    font-size: 60px;
    font-weight: 600;
}

#on-lnd-banner .content .prev-wrap h2 small {
    font-size: 15px;
    margin-top: 18px;
    font-weight: 600;
    color: #ffffff;
}

#on-lnd-banner .content .list {
    margin-bottom: 25px;
    text-transform: uppercase;
}

#on-lnd-banner .content .list h3 {
    font-size: 24px;
    line-height: 24px;
    margin-right: 7px;
    color: #96E8FF;
    padding-bottom: 5px;
    font-weight: bold;
}

#on-lnd-banner .content .list .sbHolder {
    /* min-width: 140px; */
    min-width: inherit;
    width: auto;
    border-color: #96E8FF;
    padding-bottom: 5px;
    margin: 0;
    max-width: inherit;
}

#on-lnd-banner .content .list .sbSelector {
    color: #96E8FF;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    background-image: url("../images/icons/drop_dwn_arrow_light_blue.png");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 100% 65%;
    font-weight: bold;
    /* padding:0px;
    */
}

#on-lnd-banner .content .credit-details {
    max-width: 550px;
}

#on-lnd-banner .content .credit-details .credit-break {
    margin-right: 74px;
}

#on-lnd-banner .content .credit-details .credit-break:last-child {
    margin-right: 0px;
}

#on-lnd-banner .content .credit-details p {
    font-size: 20px;
    line-height: 22px;
}

#on-lnd-banner .content .hover-me {
    font-size: 20px;
    color: #FFB400;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-transform: uppercase;
    font-weight: 600;
}

#on-lnd-banner .content .hover-me:hover,
#on-lnd-banner .content .hover-me:focus {
    color: #00698C;
}

#on-lnd-banner .content .hover-me span {
    display: inline-block;
    max-width: 33px;
    margin-right: 12px;
}

#on-lnd-banner .content .hover-me span img {}

.on-lnd-about {
    padding: 45px 0px 55px;
    position: relative;
}

.on-lnd-about .wrap {}

.on-lnd-about .wrap h4,
.on-lnd-presenter h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 9px;
}

.on-lnd-about .wrap p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}

.on-lnd-about .wrap p:last-child {
    margin-bottom: 0px;
}

.on-lnd-presenter {
    padding: 0 0 115px;
}

.on-lnd-presenter .wrap .img-box {
    max-width: 166px;
    border-radius: 50%;
    margin-bottom: 16px;
    height: 166px;
    width: 100%;
    overflow: hidden;
}

.on-lnd-presenter .wrap img {
    /* max-width:166px;
    */
    /* border-radius:50%;
    */
    /* margin-bottom:16px;
    */
    /* height:166px;
    */
    width: 100%;
}

.on-lnd-presenter .presenters-wrap>.img-wrap {
    margin-right: 25px;
    margin-bottom: 30px;
}

.on-lnd-presenter .no-gutters>.f-col {
    padding-right: 15px;
    padding-left: 15px;
}

.on-lnd-presenter .wrap p {
    max-width: 169px;
    margin: 0 auto 0;
}

.on-lnd-presenter .wrap p a {
    font-size: 17px;
    line-height: 20px;
    color: #000;
}

.on-lnd-presenter .wrap p a:hover,
.on-lnd-presenter .wrap p a:focus {
    color: #00698C;
}

#menu-box {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 286px;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
    padding: 0 18px;
    height: auto;
    background-color: #fafafa;
    z-index: 9;
    /* transition: all 0.3s ease-in-out; */
}

#menu-box.stick,
#Account-Links.stick {
    position: fixed;
    top: 0;
    z-index: 990;
    left: auto;
    -webkit-transform: translateY(110px);
    -ms-transform: translateY(110px);
    transform: translateY(110px);
}

#Account-Links.stick {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#menu-box>li {
    /* border-bottom:0.8px solid #d6d5d5;
    */
    width: 100%;
    position: relative;
    /* overflow:hidden;
    */
}

#menu-box li:last-child {
    border-bottom: 0px;
}

#menu-box li a {
    font-size: 20px;
    color: #000 !important;
    display: block;
    padding: 23px 20px 19px;
    /* overflow: hidden; */
    line-height: inherit;
    text-decoration: none !important;
}

#menu-box li a:hover,
#menu-box li a:focus {
    color: #fff !important;
}

#menu-box li.email a {
    font-size: 19px;
    color: #00698C;
}

#menu-box li.add-cart {
    padding: 30px 8px;
}

#menu-box li.add-cart a {
    background-color: #004eff;
    border: 2px solid #004eff;
    color: #ffffff !important;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    height: 66px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 61px;
    padding: 0;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

#menu-box li.add-cart a::before {
    display: none;
}

#menu-box li.add-cart a:hover,
#menu-box li.add-cart a:focus {
    background-color: transparent;
    color: #004eff !important;
}

#menu-box li.add-cart a {
    margin-bottom: 10px;
}

#menu-box li.add-cart a:last-child {
    margin-bottom: 0px;
}

#menu-box li.timer-wrap {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
    padding: 21px 0px 17px;
}

#menu-box li.timer-wrap span {
    display: block;
    margin-bottom: 10px;
}

#menu-box li.timer-wrap.time-out span,
#menu-box li.timer-wrap.time-out #timer li {
    color: #9B9B9B;
}

#menu-box li.timer-wrap #timer {}

#menu-box li.timer-wrap #timer li {
    color: #00698C;
    font-size: 12px;
}

#menu-box li.timer-wrap #timer li {}

#menu-box li.timer-wrap #timer li span {
    font-size: 45px;
    margin-bottom: 0;
    line-height: 50px;
}

#menu-box>li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    width: calc(100% + 36px);
    height: 100%;
    background-color: #00698C;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#menu-box>li::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.8px;
    left: 0;
    background-color: #d6d5d5;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#menu-box>li:hover::before,
#menu-box>li:focus::before,
#menu-box>li.active::before {
    background-color: #00698C;
}

#menu-box li.add-cart:last-child::before {
    display: none;
}

#menu-box>li:last-child::before,
#menu-box>li:focus::before,
#menu-box>li:hover::before,
#menu-box li.add-cart:hover a::before {
    display: none;
    display: block;
    background-color: #00698C;
}

#menu-box li.add-cart:hover a::before,
#menu-box li.add-cart:focus a::before,
#menu-box>li.email a::before {
    display: none;
}

#menu-box>li.email:hover a,
#menu-box>li.email:focus a {
    color: #00698C !important;
}

#menu-box li.timer-wrap:hover::before,
#menu-box li.timer-wrap:focus::before {
    background-color: #d6d5d5;
}

#menu-box>li:hover a::before,
#menu-box>li:focus a::before,
#menu-box>li.active a::before {
    opacity: 1;
}

#menu-box li:hover a,
#menu-box li:focus a,
#menu-box li.active a {
    color: #ffffff;
}

#menu-box.colum li.email:hover a::before,
#menu-box.colum li.email:focus a::before,
#menu-box.colum li.email.active a::before {
    display: none;
}

#menu-box.colum li.email:hover a,
#menu-box.colum li.email:focus a,
#menu-box.colum li.email.active a {
    color: #00698C;
    background-color: transparent;
}

#menu-box li.email.active a {
    color: #00698C !important;
}

.email-friend-wrap {
    max-width: 550px;
    margin: 0 auto;
    padding: 28px 50px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    position: relative;
}

.email-friend-wrap h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.email-friend-wrap p {
    margin-bottom: 23px;
}

.email-friend-wrap {}

.email-friend-wrap .form-group {
    margin-bottom: 23px;
}

.email-friend-wrap .form-group:last-child {
    margin-bottom: 0px;
}

.email-friend-wrap .form-group label {
    font-size: 14px;
    font-weight: bold;
    color: #00698C;
    margin-bottom: 6px;
    text-align: left;
    display: block;
}

.email-friend-wrap .form-group .form-control {
    border: 1px solid #00698C;
    font-size: 19px;
    color: #000;
    border-radius: 3px;
    height: 39px;
}

.email-friend-wrap .form-group textarea.form-control {
    min-height: 112px;
    max-height: 112px;
    max-width: 100%;
    min-width: 100%;
}

.email-friend-wrap .form-group .form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.email-friend-wrap .form-group .form-control::-moz-placeholder {
    color: #9b9b9b;
}

.email-friend-wrap .form-group .form-control:-ms-input-placeholder {
    color: #9b9b9b;
}

.email-friend-wrap .form-group .form-control:-moz-placeholder {
    color: #9b9b9b;
}

.email-friend-wrap .form-group .btn.green {
    /* max-width: 120px; */
    /* max-width: 135px; */
    height: auto;
    margin: 0 auto;
    /* font-weight: bold; */
    font-weight: 500;
    font-size: 20px;
    color: #fff !important;
    display: inline-block !important;
    padding: 6px 35px 10px;
    line-height: inherit;
}

.email-friend-wrap .form-group .btn.green:hover,
.email-friend-wrap .form-group .btn.green:focus {
    color: #00698C !important;
    border-color: #00698C !important;
    background-color: transparent;
}

.email-friend-wrap .form-close-btn {
    padding: 0;
    border: 0;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* .vimeo.email-friend-wrap {
    max-width: 595px;
    background-color: #000;
    padding: 0px 15px;
}

.vimeo.email-friend-wrap .viemo-box iframe {
    width: 100%;
    max-height: 352px;
} */
.vimeo.email-friend-wrap {
    position: relative;
    padding-bottom: 56.25% !important;
    /* 16:9 
    padding-top: 15px !important;   
    /*height: 0;*/
    background-color: #000000;
    margin-top: 50px;
}

.vimeo.email-friend-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    right: 0;
    height: 100%;
    /*width: 100%;*/
}

.vimeo.email-friend-wrap .form-close-btn {
    position: absolute;
    top: -9px;
    right: -9px;
    background-color: #000;
    width: 30px;
    height: 30px;
    display: block !important;
}

.vimeo.email-friend-wrap .form-close-btn img {
    width: 11px;
    height: 11px;
    /* transform: translateX(-1px); */
}

/* .modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 0px);
    transform: translate(-50%, -50%);
    margin: 0;
} */
/* ==========================================
 Online Courses Catalog Page Css Start
 ======================================== */
#on-cat-banner {
    padding: 82px 0px 0px;
}

#on-cat-banner .content {
    margin-bottom: 34px;
}

#on-cat-banner .content h1 {
    font-size: 54px;
    color: #ffffff;
    margin-bottom: 17px;
}

#on-cat-banner .content h1+p {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    margin: -13px 0 21px;
}

#on-cat-banner .content img {
    max-width: 65px;
    margin-bottom: 10px;
}

#on-cat-banner .list {}

#on-cat-banner .list h3 {
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 6px;
}

.list .sbHolder {
    color: #ffffff;
    font-size: 28px;
    border-color: #ffffff;
    padding: 0;
    margin: 0px 15px;
}

.list .sbSelector {
    color: #ffffff;
    background-image: url("../images/icons/drop_dwn_arrow.png");
    font-weight: bold;
    font-size: 28px;
    width: 100%;
    line-height: inherit;
}

.list .sbOptions {
    min-width: 220px;
}

.filter-course {
    background-color: rgba(255, 255, 255, 0.8);
    /* display:none;
    */
    padding: 19px 0;
}

.filter-wrapper {
    padding: 0px 0px 65px;
}

.filter-wrapper .mr-bottom {
    margin-bottom: 80px;
}

.filter-wrapper .mr-bottom:last-child {
    margin-bottom: 0px;
}

.filter-wrapper .img-wrap,
.up-coming-course .img-wrap {
    position: relative;
}

.up-coming-course .img-wrap:hover .text {
    opacity: 0
}

.filter-wrapper .img-wrap .text,
.up-coming-course .img-wrap .text {
    background-color: #00698C;
    display: block;
    position: absolute;
    width: auto;
    top: 15px;
    left: 0px;
    z-index: 9;
    padding: 3px 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.filter-wrapper .img-wrap .text p,
.up-coming-course .img-wrap .text p {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}

.filter-wrapper .img-wrap img {}

.filter-wrapper .text-wrap {
    width: 100%;
    height: 100%;
}

.filter-wrapper .text-wrap h5 {
    /* font-size: 33px; */
    font-size: 32px;
}

.filter-wrapper .text-wrap h2 {
    font-size: 33px;
}

.filter-wrapper .text-wrap .cart-wrap {
    margin-left: auto;
}

/*.cart-wrap img {
    display: none !important;
}*/
.filter-wrapper .text-wrap .price .cart-wrap span {
    margin-right: 10px;
    max-width: 29px;
    width: 100%;
}

.filter-wrapper .text-wrap .cart-wrap .btn.add-cart,
.filter-wrapper .text-wrap .cart-wrap .btn.learn-more,
.btn-checkout {
    font-size: 13px;
    max-width: inherit;
    width: 100%;
    height: 37px;
    line-height: 36px;
    padding: 0 22px;
    padding: 0;
    min-width: 111px;
}

nav ul.login-cart .cart ul.cart-box .btn-checkout {
    padding: 0 27px;
    width: auto;
    margin-left: 0 !important;
    float: right;
    font-size: 13px;
    border-color: #FFB400;
    line-height: 33px;
}

nav ul.login-cart .cart ul.cart-box .btn-checkout:hover,
nav ul.login-cart .cart ul.cart-box .btn-checkout:focus {
    background-color: transparent;
    color: #FFB400 !important;
}

.filter-wrapper .text-wrap .price {
    padding: 10px 0px;
    border-bottom: 1px solid #000;
}

.filter-wrapper .text-wrap .price:last-child {
    border: 0;
}

.filter-wrapper .text-wrap .price-wrap .price:first-child {
    padding-top: 0px;
}

.filter-wrapper .text-wrap .price-wrap .price:last-child {
    border: 0;
    margin-bottom: 7px;
}

.filter-wrapper .text-wrap .price h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    font-size: 25px;
    color: #00698C;
}

.filter-wrapper .text-wrap .price h6 span.img {
    width: 21px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 4px;
    flex: 0 0 auto;
}

.filter-wrapper .text-wrap .price h6 span.img img {
    width: 100%;
}

.filter-wrapper .text-wrap .details p {
    margin-bottom: 12px;
}

.filter-wrapper .text-wrap .details p:last-child {
    margin-bottom: 0;
}

.onl-catlog-pagination {
    padding: 60px 0px 0px;
    margin: 0;
}

.onl-catlog-pagination>li a {
    border: 0;
    color: #000;
    border-radius: 50px;
    width: 32px;
    margin: 0px 1px;
    padding: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 19px;
}

.onl-catlog-pagination>li:hover a,
.onl-catlog-pagination>li:focus a,
.onl-catlog-pagination>li.active a,
.onl-catlog-pagination>li.active a:focus,
.onl-catlog-pagination>li.active a:hover {
    background-color: #EE982B;
    color: #ffffff;
}

.onl-catlog-pagination a span {
    /* color:#00698C; */
    /*  line-height:0px;
    font-size:16px; */
}

.onl-catlog-pagination>li:last-child a,
.onl-catlog-pagination>li:first-child a {
    /* border-right:50px !important; */
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #00698C;
    font-size: 16px;
}

.onl-catlog-pagination>li:last-child:hover a,
.onl-catlog-pagination>li:last-child:focus a,
.onl-catlog-pagination>li:first-child:hover a,
.onl-catlog-pagination>li:first-child:focus a {
    background-color: #00698C;
    color: #ffffff;
}

/* .onl-catlog-pagination>li>a:focus,
.onl-catlog-pagination>li>a:hover{
    color:#ffffff;
    background-color:#FFB400;
    border:0px;
}
.onl-catlog-pagination>.active>a,
.onl-catlog-pagination>.active>a:focus,
.onl-catlog-pagination>.active>a:hover{
    background-color:#FFB400;
}
.onl-catlog-pagination>li:first-child>a,
.onl-catlog-pagination>li:last-child>a{
    border-radius:50px;
}
.onl-catlog-pagination>li:first-child>a:hover,
.onl-catlog-pagination>li:first-child>a:hover{
    background-color:#00698C;
}
.onl-catlog-pagination>li:first-child>a:hover span,
.onl-catlog-pagination>li:first-child>a:hover span,
.onl-catlog-pagination>li:first-child>a:focus span,
.onl-catlog-pagination>li:last-child>a:focus span{
    color:#ffffff;
} */
#on-cat-banner .filter-course .list h3,
#on-cat-banner .filter-course .list .sbHolder,
#on-cat-banner .filter-course .list .sbHolder .sbSelector {
    font-size: 23px;
    color: #000;
    line-height: 34px;
}

#on-cat-banner .filter-course .list h3:first-child {
    margin-right: 15px;
}

#on-cat-banner .filter-course .list h3 {
    padding-bottom: 5px;
}

#on-cat-banner .filter-course .list .sbHolder,
#on-cat-banner .filter-course .list .sbHolder .sbSelector,
.courses-filter .filter-drop .sbHolder {
    color: #00698C;
    border-color: #00698C;
}

#on-cat-banner .filter-course .list .sbSelector,
.courses-filter .filter-drop .sbHolder .sbSelector {
    background-image: url("../images/icons/drop_dwn_arrow_blue.png");
}

#on-cat-banner .list .second-list .sbOptions {
    min-width: 260px;
}

.filter-text {
    padding: 53px 0px;
}

.filter-text p {
    font-size: 19px;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
}

#on-cat-banner .filter-course .list .sbHolder {
    /* height: 34px; */
    line-height: 34px;
}

/* ==========================================
 Teleconference Front End Page Css Start
 ======================================== */
.white-collor.tele {
    padding: 38px 0 35px;
}

.white-collor.tele .time-wrap {
    padding: 27px 0px 37px;
}

.white-collor.tele .time-wrap p {
    font-size: 25px;
    line-height: 31px;
}

.white-collor.tele .time-wrap p.green {
    font-size: 30px;
}

.white-collor.tele {}

.white-collor.tele .video-wrap::before {
    display: none;
}

/* .white-collor .price-wrap{
    height:100%;
    width:385px;
    margin-left:-33px;
}
.white-collor .video-wrap{
    max-width:694px;
    /* padding-top:4px;
    */
/* }
 */
.about-course.tele .time-zone {
    margin-top: 30px;
}

.white-collor.tele .price-wrap .state-wrap p.accept-tele {
    color: #00698C;
    padding: 25px 0px 20px;
    margin: 0;
}

.white-collor.tele .price-wrap .state-wrap p {
    font-size: 19px;
    margin-top: 8px;
}

/* ==========================================
 Teleconference Landing Page Css Start
 ======================================== */
#on-lnd-banner.tele .time-wrap p {
    font-size: 24px;
    margin-bottom: 21px;
    font-weight: 500;
}

#on-lnd-banner.tele .time-wrap p span {
    font-weight: bold;
}

#on-lnd-banner.tele .accept-credit {
    font-size: 19px;
    color: #EE982B;
    margin-bottom: 26px;
}

#on-lnd-banner.tele {
    padding: 80px 0px 82px;
}

/* ==========================================
 Teleconference Catalog Page Css Start
 ======================================== */
.tele-catalog .filter-wrapper .text-wrap .details p {
    margin-bottom: 5px;
}

.tele-catalog #on-cat-banner .content .view-list p {
    font-size: 22px;
    color: #ffffff;
}

.tele-catalog #on-cat-banner .content .view-list p a {
    color: #EE982B;
    position: relative;
    font-weight: bold;
}

.tele-catalog #on-cat-banner .content .view-list p a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    /* background-color: #fff;*/
    bottom: 0px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.tele-catalog #on-cat-banner .content .view-list p a:hover::before,
.tele-catalog #on-cat-banner .content .view-list p a:focus::before,
.tele-catalog #on-cat-banner .content .view-list p a.active::before {
    opacity: 1;
}

.tele-catalog #on-cat-banner .content .view-list p a:hover,
.tele-catalog #on-cat-banner .content .view-list p a:focus,
.tele-catalog #on-cat-banner .content .view-list p a.active {
    color: #ffffff;
}

.tele-catalog .filter-text {
    padding: 36px 0px;
}

.tele-catalog .filter-wrapper .date-wrap p {
    font-size: 33px;
    color: #ffffff;
}

.tele-catalog .filter-wrapper .list-wrap {
    margin-top: 55px;
}

.tele-catalog .filter-wrapper .date-wrap {
    background-color: #00698C;
    padding: 26px 0px;
    margin-bottom: 45px;
}

.tele-catalog .filter-wrapper .list-wrap:first-child {
    margin-top: 0px;
}

/* #on-cat-banner .list h3{
    padding:0;
}
 */
.tele-catalog #on-cat-banner>.list {
    margin-bottom: 28px;
}

#on-cat-banner .list .sbHolder {
    /* height: 36px; */
    width: auto;
    min-width: inherit;
}

.tele-catalog #on-cat-banner .content {
    margin-bottom: 47px;
}

.tele-catalog #on-cat-banner>.list {
    margin-bottom: 28px;
}

.tele-catalog #on-cat-banner .content .view-list {
    margin: 20px 0px 50px;
}

.tele-catalog .filter-text p {
    max-width: 725px;
}

.tele-catalog #on-cat-banner .content img {
    margin-bottom: 20px;
}

/* ========================================== 
    Live Bundle Front End Page Css Start
======================================== */
.up-coming-course {
    margin-bottom: 73px;
}

.up-coming-course h5 {
    font-size: 24px;
    font-weight: bold;
}

.up-coming-course .img-wrap {
    /* margin-top: 30px;*/

    margin-top: 30px;
    /*height: 235px;*/
    overflow: hidden;
}

.up-coming-course .img-wrap .hover-text,
.up-coming-course .img-wrap .img-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #ffffff;
    padding: 15px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.up-coming-course .img-wrap .img-title {
    padding: 0px 15px;
}

.up-coming-course .img-wrap .hover-text p,
.up-coming-course .img-wrap .hover-text p {
    color: #fff;
}

.up-coming-course .img-wrap:hover .hover-text,
.up-coming-course .img-wrap:focus .hover-text {
    opacity: 1;
}

.up-coming-course .img-wrap:hover .hover-text p,
.up-coming-course .img-wrap:focus .hover-text p {
    margin-bottom: 6px;
}

.up-coming-course .img-wrap .hover-text {
    overflow-y: scroll;
}

.up-coming-course .img-wrap .hover-text .link {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: auto;
}

.up-coming-course .img-wrap .img-title {
    background-color: rgba(0, 0, 0, 0.28);
    opacity: 1;
    text-align: center;
}

.up-coming-course .img-wrap:hover .img-title,
.up-coming-course .img-wrap:focus .img-title,
.up-coming-course .img-wrap:hover .text,
.up-coming-course .img-wrap:focus .text {
    opacity: 0;
}

.up-coming-course .img-wrap .img-title p {
    font-size: 20px;
    line-height: 25px;
    padding: 0 3px;
    font-weight: bold;
    width: 100%;
}

/* ========================================== 
    Live Bundle Landing Page Css Start
======================================== */
.l-b-f-e #on-lnd-banner {
    padding: 128px 0px;
}

.l-b-l #on-lnd-banner {
    padding: 95px 0px 100px;
}

/* ========================================== 
    Live Lecture Front End Page Css Start
======================================== */
.live-lecture #on-lnd-banner.tele .time-wrap p {
    margin-bottom: 7px;
}

.live-lecture #on-lnd-banner .content .time-wrap {
    margin-bottom: 17px;
}

.up-coming-course .img-wrap .text.black {
    background-color: rgba(0, 0, 0, 0.65);
}

.up-coming-course .img-wrap:hover .text.black {
    opacity: 0;
}

.live-cle-program {
    margin-bottom: 65px;
}

.live-cle-program .map {
    margin-right: 25px;
}

.live-cle-program .map img {
    width: 100%;
}

.live-cle-program .date p,
.live-cle-program .address p {
    font-size: 20px;
    margin-bottom: 6px;
}

.live-cle-program h5 {
    margin-bottom: 30px;
}

#menu-box li.add-cart .sold-out {
    background-color: #9B9B9B;
    border: #9B9B9B;
    color: #fff !important;
    margin-bottom: 20px;
}

#menu-box li.add-cart .sold-out:hover,
#menu-box li.add-cart .sold-out:focus {
    background-color: #9B9B9B;
    border: #9B9B9B;
    color: #ffffff;
}

#menu-box li.add-cart .dates {
    font-size: 19px;
    font-weight: bold;
}

#menu-box li.add-cart a:last-child {
    margin-bottom: 0px;
}

/* ========================================== 
    Live Lecture Front End Page Css Start
======================================== */
.live-cle-program .text-box {
    /* max-width:449px;
    */
    width: 100%
}

.live-cle-program .text-box .text p {
    font-size: 20px;
    letter-spacing: -0.4px;
}

.live-cle-program .text-box .btn {
    font-size: 17px;
    max-width: inherit;
    height: auto;
    margin: inherit;
    /* line-height: 35px; */
}

.live-cle-program .img.map {
    margin-right: 25px;
    width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* ========================================== 
    Pop Up Upcoming Teleconferences Page Css Start
======================================== */
.email-friend-wrap.upcoming {
    padding: 25px 25px 35px;
}

.email-friend-wrap.upcoming p.sub-title {
    font-size: 14px;
    text-align: center;
}

.email-friend-wrap.upcoming h3 {
    margin-bottom: 12px;
    border-bottom: 2px solid #00698C;
    padding-bottom: 15px;
}

.up-tel-list {
    margin-bottom: 30px;
}

.up-tel-list li {
    font-size: 17px;
    line-height: 19px;
    position: relative;
    margin-bottom: 7px;
    z-index: 1;
}

.up-tel-list li .date {
    font-weight: 600;
    border: 2px solid #00698C;
    height: 36px;
    line-height: 29px;
    max-width: 104px;
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
    color: #00698C;
    text-align: center;
    margin-right: 22px;
    background-color: #ffffff;
}

.up-tel-list li .line {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 52px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00698C;
    height: 100%;
    width: 2px;
    z-index: -1;
}

.up-tel-list li:last-child .line {
    display: none;
}

.up-tel-list li p {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #00698C;
    width: 100%;
}

.up-tel-list li:last-child p {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.up-tel-list li small {
    color: #00698C;
    font-size: 17px;
    display: block;
}

.email-friend-wrap .bottom-title {
    margin: 0;
    position: relative;
    font-size: 14px;
}

.email-friend-wrap .bottom-title {
    width: 70%;
    margin: 0 auto;
    z-index: 1;
}

.email-friend-wrap .bottom-title::before {
    content: '';
    top: 50%;
    left: -21%;
    position: absolute;
    height: 1px;
    background-color: #00698C;
    z-index: -2;
    right: 100%;
}

.email-friend-wrap .bottom-title::after {
    content: '';
    top: 50%;
    right: -21%;
    position: absolute;
    height: 1px;
    background-color: #00698C;
    z-index: -2;
    left: 100%;
}

/* ========================================== 
    Unlimited Cle Page Css Start
======================================== */
.unlimited-cle {}

.unlimited-cle .filter-wrapper .mr-bottom {
    margin: 0px;
}

.unlimited-cle #on-cat-banner .content {
    margin-bottom: 0px;
}

.unlimited-cle #on-cat-banner {
    padding: 80px 0px 45px;
}

.unlimited-cle #on-cat-banner .content h1 {
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}

.unlimited-cle #on-cat-banner .content h1+p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    max-width: 390px;
    margin: 0 auto;
}

.unlimited-cle .filter-wrapper {
    padding: 45px 0px 65px;
}

.unlimited-cle .filter-wrapper h2 {}

.unlimited-cle .filter-wrapper .text-wrap {
    height: auto
}

.unlimited-cle .filter-wrapper .img-wrap {
    margin-top: 47px;
}

.unlimited-cle .filter-wrapper .price-wrap.price {
    padding: 0;
    margin-bottom: 25px;
}

.unlimited-cle .filter-wrapper .price-wrap.price .price {
    padding: 20px 0px 14px;
}

.unlimited-cle .filter-wrapper .details p.blue {
    margin: 33px 0px 18px;
    font-size: 20px;
}

.unlimited-cle .filter-wrapper .add-wrap {}

.unlimited-cle .add-wrap .sbSelector {
    font-size: 18px;
    font-weight: normal;
}

.unlimited-cle .filter-wrapper .add-wrap .sbHolder {
    margin-right: 15px;
    border-color: #000;
}

.unlimited-cle .filter-wrapper .add-wrap .cart-wrap {
    margin-left: 0;
}

.unlimited-title-border {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    text-align: center;
    margin-bottom: 17px;
}

.up-coming-course.why-choose {}

.up-coming-course.why-choose h2 {
    margin-bottom: 30px;
}

.why-choose .choose-box {
    margin-bottom: 37px;
    background-image: url('../images/icons/check_blue.png');
    background-repeat: no-repeat;
    background-position: 0% 4px;
    padding-left: 35px;
}

.why-choose .choose-box .choose-title {
    font-weight: 500;
    color: #00698C;
    margin-bottom: 8px;
}

.unlimited-cle .add-wrap .sbOptions {
    padding: 5px 10px;
}

/* ========================================== 
    About Page Css Start
======================================== */
#about {
    height: 433px;
}

#about h1 {
    font-size: 60px;
    font-weight: 500;
    margin-top: 45px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding-bottom: 16px;
}

#about.blue-overlay::before {
    background-color: rgb(10 10 10 / 85%);
}

.about-trtcle, .about-clenation,
.my-certificate {
    padding: 35px 0px 35px;
}

.about-trtcle.brightnes.faculty-sec, .about-clenation.brightnes.faculty-sec {
    background-image: unset;
}


.about-trtcle h2, .about-clenation h2,
.my-account h2,
.about-history h2,
.about-trtcle.brightnes h2, .about-clenation.brightnes h2 {
    margin-bottom: 42px;
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 17px;
    max-width: 100%;
}

.about-trtcle p,
.about-trtcle.brightnes p,
.about-clenation p,
.about-clenation.brightnes p,
.about-history p {
    line-height: 22px;
    margin-bottom: 21px;
    max-width: 100%;
}

.about-trtcle p:last-child, .about-clenation p:last-child,
.about-history p:last-child {
    margin-bottom: 0;
}

.about-history {
    padding: 30px 0px 43px;
}

.about-history h2 {
    border: 0;
    position: relative;
}

/* .about-history h2 {
    border:0;
    position:relative;
    background-image:url(../images/icons/about-title-line.png);
    background-repeat:no-repeat;
    background-position:center bottom;
} */
.about-history h2::before,
.about-history h2::after {
    content: "";
    max-width: 215px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-history h2::after {
    max-width: 80px;
    width: 100%;
    height: 5px;
    bottom: -2px;
}

.about-trtcle.brightnes .img-box, .about-clenation.brightnes .img-box {
    max-width: 134px;
    margin-bottom: 20px;
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 2;
}

.about-trtcle.brightnes .top h4, .about-clenation.brightnes .top h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}

.about-trtcle.brightnes .box .top>p, .about-clenation.brightnes .box .top>p {
    font-size: 17px;
    padding: 0px;
    text-align: center;
}

.about-trtcle.brightnes .box, .about-clenation.brightnes .box {
    margin-top: 32px;
    padding: 0px;
    text-align: center;
}

.about-trtcle.brightnes .button-sec, .about-clenation.brightnes .button-sec {
    margin-top: 49px;
}

.about-trtcle.brightnes .button-sec .btn, .about-clenation.brightnes .button-sec .btn {
    /* max-width: 186px; */
    max-width: inherit;
    padding: 18px 25px;
}

.letter-director.brightnes {
    padding: 11px 0px 50px;
}

.letter-director.brightnes .img-text-box .img-box {
    max-width: 186px;
    margin: inherit;
    /* flex:0 0 30%; */
    float: left;
    margin-right: 40px;
}

.letter-director .img-text-box {
    margin-top: 6px;
    margin-bottom: 23px;
}

.letter-director .img-text-box .text {
    margin-top: 5px;
}

.letter-director .bottom-text {
    margin-bottom: 32px;
}

.letter-director .bottom-text p {
    max-width: 100%;
}

.letter-director.brightnes .signatur .img-box {
    max-width: 170px;
    margin-right: 0;
    border-radius: 0;
    margin: inherit;
}

.letter-director.brightnes .signatur .img-box img,
.letter-director.brightnes .img-text-box .img-box img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.about-trtcle.finacial, .about-clenation.finacial {
    padding: 41px 0px 180px;
}

.about-trtcle p a, .about-clenation p a {
    color: #00698C;
    text-decoration: underline;
}

.about-trtcle p a:hover,
.about-trtcle p a:focus, 
.about-clenation p a:hover,
.about-clenation p a:focus {
    color: #00698C;
}

.discount-wrap {
    max-width: 545px;
    margin: 67px auto 84px;
    /* margin-left:137px; */
}

.discount-wrap li:first-child {
    border-top: 1px solid #4A4A4A;
}

.discount-wrap li {
    padding: 23px 35px;
    border-bottom: 1px solid #4A4A4A;
}

.discount-wrap li p {
    font-size: 20px;
}

.discount-wrap li p strong {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    line-height: 24px;
}

.discount-wrap li p small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.discount-wrap li p small {
    font-size: 17px;
}

.about-trtcle.not-found, .about-clenation.not-found {
    padding-bottom: 100px;
}

.about-trtcle.not-found .menu-list-wrap, .about-clenation.not-found .menu-list-wrap {
    margin-bottom: 30px;
}

.about-trtcle.not-found .menu-list-wrap>p, .about-clenation.not-found .menu-list-wrap>p {
    margin-bottom: 0;
    font-size: 20px;
}

.about-trtcle.not-found p, .about-clenation.not-found p {
    font-size: 22px;
    line-height: 25px;
}

#about.not-fonud h1 {
    font-size: 134px;
    padding-bottom: 60px;
    line-height: 31px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}

#about.not-fonud p {
    font-size: 18px;
    margin-top: 10px;
}

.sitemap-menu p {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}

.sitemap-menu p a {
    text-decoration: none;
    color: #000;
}

.sitemap-menu p a:hover,
.sitemap-menu p a:focus {
    color: #00698C
}

.sitemap-menu h2 {
    margin-top: 54px;
}

.sitemap-menu h2:first-child {
    margin-top: 0px;
}

/* ========================================== 
    CLE Requirements Page Css Start
======================================== */
#on-cat-banner.cle-require {
    /* padding:30px 0 0; */
    /* max-height:335px; */
    /* height:100%; */
}

/* #on-cat-banner.cle-require .container{
    margin-top:30px;
} */
#on-cat-banner.cle-require .content {
    /* margin-bottom:0px; */
}

#on-cat-banner.cle-require h1 {
    font-weight: 500;
    margin-bottom: 30px;
}

#on-cat-banner.cle-require .list .sbHolder .sbSelector {
    font-weight: normal;
    font-size: 34px;
}

#on-cat-banner.cle-require .content img {
    max-width: 195px;
    margin-bottom: 22px;
}

#on-cat-banner.cle-require .list .sbHolder {
    height: auto;
}

#on-cat-banner.cle-require .list .sbSelector {
    font-size: 34px;
    overflow: unset;
}

.custom-accordion {
    padding-bottom: 30px;
}

.custom-accordion .wrap {
    max-width: 880px;
    margin: 0 auto;
}

.custom-accordion .wrap .text-wrap {
    padding: 25px 0px;
    border-bottom: 1px solid #4a4a4a;
    overflow: hidden;
}

.custom-accordion .wrap .text-wrap p {
    margin-bottom: 22px;
}

.custom-accordion .wrap .text-wrap p:last-child {
    margin-bottom: 0px;
}

.custom-accordion .wrap .text-wrap:last-child {
    border-bottom: 0px;
}

.custom-accordion .wrap .text-wrap p a {
    text-decoration: underline;
}

.contact-info {}

.contact-info li {
    font-size: 17px;
    line-height: 22px;
    position: relative;
    padding-left: 48px;
    margin-bottom: 32px;
}
.custom-accordion .panel.panel-default .collapse:not(.show) {
    display: inherit;
}

.custom-accordion .contact-info li:last-child,
.custom-accordion .contact-info.menu li:last-child {
    margin-bottom: 0px;
}

.contact-info li a {
    color: #000;
}

.contact-info li img {
    max-width: 25px;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-info li img.call {
    top: 1px;
}

.custom-accordion .wrap .text-wrap .left {
    /* max-width:350px; */
    /* width:100%; */
    float: left;
}

.custom-accordion .wrap .text-wrap .left p {
    font-size: 20px;
}

.custom-accordion .wrap .text-wrap .right {
    float: right;
    width: calc(100% - 360px);
}

.contact-info.menu {}

.contact-info.menu li {
    margin-bottom: 22px;
}

.contact-info.menu li a {
    font-weight: bold;
    color: #00698C;
}

.contact-info li a:hover,
.contact-info li a:focus,
.contact-info.menu li a:hover,
.contact-info.menu li a:focus {
    color: #00698C;
}

.custom-accordion .panel.panel-default {
    border: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.custom-accordion .panel-default>.panel-heading {
    border: 0px;
    color: #4260A5;
    font-size: 35px;
    background-color: transparent;
    border-radius: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0;
}

.custom-accordion .panel-default:last-child>.panel-heading {
    border-bottom: 0px;
}

.custom-accordion .panel-default>.panel-heading:hover,
.custom-accordion .panel-default>.panel-heading:focus {
    color: #ffffff;
    border-color: #ffffff;
}

.custom-accordion .panel-title>a {
    font-size: 35px;
    display: block;
    padding: 13px 30px;
    border-top: 1px solid #00698C;
    color: #00698C;
}

.custom-accordion .panel.panel-default:first-child .panel-title>a {
    /*border-top: 0;*/
}

.custom-accordion .panel-title>a[aria-expanded="true"],
.custom-accordion .panel-title>a[aria-expanded="false"] {
    background-image: url('../images/icons/plus_icon_blue.png');
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: calc(100% - 35px) center;
}

.custom-accordion .panel-title>a:hover[aria-expanded="false"] {
    background-image: url('../images/icons/plus_icon.png');
}

.custom-accordion .panel-title>a[aria-expanded="true"] {
    background-image: url('../images/icons/minus_icon.png');
}

.custom-accordion .panel-title>a:hover,
.custom-accordion .panel-title>a[aria-expanded="true"] {
    background-color: #00698C;
    color: #ffffff;
    border-color: #ffffff;
}

.custom-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
    padding: 13px 30px;
    position: relative;
}

.my-account.custom-accordion.my-certificate #accordion .panel-body {
    padding: 13px 0px 13px 30px !important;
}

/* ========================================== 
    FAQ Page Css Start
======================================== */
#on-cat-banner.faq-bg {
    height: 435px;
    padding: 0px;
}

#on-cat-banner.faq-bg.blue-overlay::before {
    background-color: rgb(0 0 0 / 85%);
}

#on-cat-banner.faq-bg .content h1 {
    margin-bottom: 0px;
    font-size: 60px;
}

.faq-categories {
    padding: 40px 0px 100px;
}

.faq-categories .container>p {
    font-size: 22px;
}

.faq-categories .container>p:last-child {
    margin-top: 72px;
}

.faq-categories .container>p:last-child a {
    text-decoration: underline;
}

.faq-categories .getting-start {
    max-width: 70px;
}

.faq-categories .cle-rquierements {
    max-width: 86px;
}

.faq-categories .cat-box {
    margin-top: 50px;
}

.faq-categories .cat-box .box {
    max-width: 352px;
    border: 2px solid #00698C;
    border-radius: 5px;
    padding: 26px 0px 22px;
    height: 100%;
    margin: 0 auto;
}

.faq-categories .cat-box .box .img-box {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

.faq-categories .cat-box .box img {
    width: auto;
    height: 100%;
}

.faq-categories .cat-box .box h5 {
    font-size: 30px;
    color: #00698C;
    font-weight: bold;
}

.menu-links {
    margin: 32px 0px;
}

.menu-links li a,
.back-top {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 22px;
    display: inline-block;
}

.menu-links li a,
.faq-categories .box p.small-tittle {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-links li a span,
.faq-categories .box p.small-tittle span {
    margin-right: 5px;
}

.menu-links li:last-child a {
    margin-bottom: 0px;
}

.faq-categories hr {
    border-color: #979797;
    margin: 0;
}

.faq-categories h2 {
    font-size: 36px;
    margin-bottom: 6px;
}

.faq-categories .box {
    padding: 42px 0px 0px 0px;
}

.faq-categories .box p.small-tittle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 28px;
}

.faq-categories .box p {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 29px;
}

.faq-categories .box.dont p {
    font-size: 22px;
    line-height: 25px;
}

.back-top {
    display: block;
    text-align: right;
    margin-bottom: 15px;
}

.faq-categories .box .white-collor {
    max-width: 740px;
    margin: 13px auto 53px;
    padding: 0;
}

.faq-categories .box .white-collor .video-wrap {
    margin: 0px;
}

.faq-categories .box .white-collor .video-wrap iframe {
    width: 100%;
}

/* ========================================== 
    Contact Us Page Css Start
======================================== */
.get-in-touch-wrap {
    padding: 55px 0px;
}

.get-in-touch {
    border-right: 1px solid #4A4A4A;
    height: 100%;
}

.get-in-touch h5.get-tittle,
.get-in-touch-wrap h5.get-tittle {
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 25px;
}

.get-in-touch p {
    font-size: 17px;
}

.get-in-touch p span {
    display: block;
}

.get-in-touch .social-wrap .social-links {
    margin-left: -8px;
}

.contact-info.time li.hours {
    padding: 0;
}

.contact-us-form {
    max-width: 408px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

.email-friend-wrap.contact-us-form {
    max-width: 385px;
}

/*.close-div {
    position: relative;
}*/
.close-div-re {
    position: relative;
}

.close-div {
    content: "";
    position: absolute;
    right: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*bottom: 5px;*/
    top: 5px;
    cursor: pointer;
    background-image: url(../images/icons/close_circle_green.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    background-size: 100%;
    padding: 0;
}

.email-friend-wrap .no-gutters {
    margin: 0 -20px;
}

.email-friend-wrap .no-gutters>[class*="col-"] {
    padding: 0 10px;
}

.contact-us-form .fileUpload {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 33px;
}

.contact-us-form .form-group .form-control {
    border-color: #000;
}

.contact-us-form .input-group-btn {
    max-width: 36px;
    height: 36px;
    background-color: #00698C;
    border-radius: 50px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-us-form .input-group-btn:hover,
.contact-us-form .input-group-btn:focus {
    background-color: #00698C;
}

.contact-us-form .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 36px;
}

.contact-us-form .input-group .form-control {
    background-color: transparent;
    margin-right: 18px;
}

.contact-us-form .f-row>div {
    margin-bottom: 10px;
    margin-top: 0px;
}

.contact-us-form .f-row>div:last-child {
    margin-bottom: 0px;
}

.thank-text h5 {
    font-size: 25px;
    margin-bottom: 20px;
    border: 0px;
}

.thank-text .link-menu {
    margin-bottom: 21px;
}

.thank-text .link-menu li {}

.thank-text .link-menu li a {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

/* ========================================== 
    Creating An Account Page Css Start
======================================== */
.secure-log-in {
    margin-bottom: 50px;
}

.secure-log-in p,
.secure-log-in h1 {
    font-size: 19px;
    background-image: url('../images/icons/lock_black.png');
    background-repeat: no-repeat;
    padding: 0px 0px 5px 30px !important;
    border-bottom: 1px solid #000;
    background-position: top left;
    background-size: 14px;
}

.create-acccount {}

.create-acccount h4 {
    font-size: 36px;
    margin-bottom: 15px;
}

.create-acccount .form-wrap p {
    font-size: 20px;
}

.create-acccount p a {
    font-weight: 600;
}

.create-acccount p small {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.create-acccount label span {
    margin: 0px 3px;
}

.get-in-touch-wrap .contact-us-form {
    margin-bottom: 0px;
}

.contact-us-form .form-wrap .online-cource .sbHolder {
    max-height: inherit;
}

.contact-us-form .online-cource.dropdown-field.form-control {
    padding: 0;
}

.contact-us-form .online-cource .sbHolder .sbSelector {
    background-color: transparent;
    color: #9B9B9B;
    line-height: 32px;
    background-position: calc(100% - 15px) 50%;
    background-size: 16px;
}

.contact-us-form .add-state {
    text-align: right;
    margin: 10px 0px;
    text-decoration: underline;
    display: inline-block;
    font-size: 15px;
}

.contact-us-form .form-group.btn-wrap .btn {
    font-size: 17px;
    font-weight: 500;
    padding: 6px 30px 10px;
    min-width: 110px;
}

.contact-us-form .online-cource .sbHolder .sbOptions {
    top: 96% !important;
}

.contact-us-form .add-state.f-pass {
    margin-top: 0;
    padding-left: 13px;
}

.recovery-pass .contact-us-form {
    max-width: 457px;
}

.filter-text.recovery-pass p {
    margin-bottom: 22px;
    font-size: 17px;
}

.filter-text.recovery-pass p a {
    text-decoration: underline;
}

.filter-text.recovery-pass p:last-child {
    margin-bottom: 0px;
}

#on-cat-banner.recovery-pass {
    padding: 0;
    height: 320px;
}

#on-cat-banner.recovery-pass .content,
#on-cat-banner.recovery-pass .content h1 {
    margin: 0;
    font-weight: 500;
}

.recovery-pass .contact-us-form .form-group .form-control {
    border-color: #979797;
}

/* ========================================== 
    My Account Page Css Start
======================================== */
.account-links {
    z-index: 99;
}

.account-links .dropdown {
    /* width: 215px;
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.20); */
}

.account-links .dropdown-menu {
    /*    width: 100%;*/
    padding: 0;
    border-radius: 0;
    border: 0px;
    margin: 0;
    width: 215px;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
}

.account-links .dropdown-menu>li {
    background-color: #FAFAFA;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.account-links .dropdown-menu>li:hover,
.account-links .dropdown-menu>li:focus a,
.account-links .dropdown-menu>li.active {
    background-color: #00698C;
}

.account-links .dropdown-menu>li>a {
    font-size: 20px;
    /* padding: 28px 0px 12px 10px; */
    padding: 20px 0px 20px 10px;
    margin: 0 20px;
    color: #000;
    border-top: 1px solid #D6D5D5;
}

.account-links .dropdown-menu>li:hover>a,
.account-links .dropdown-menu>li>a:focus,
.account-links .dropdown-menu>li.active>a {
    background-color: transparent;
    color: #ffffff;
    /* font-weight: bold; */
    /* border-color: red; */
}

.account-links .dropdown-menu>li:first-child>a {
    border-top: 0px;
}

.account-links .dropdown-menu>li:last-child>a {
    padding-bottom: 27px;
}

.account-links .dropdown-menu>li.my-courses {
    padding-bottom: 15px;
}

.account-links .dropdown-menu>li.my-courses>a {
    padding-bottom: 7px;
    cursor: unset;
}

.account-links .dropdown-menu>li.my-courses:hover,
.account-links .dropdown-menu>li.my-courses.active {
    background-color: #FAFAFA;
}

.account-links .dropdown-menu>li.my-courses:hover>a,
.account-links .dropdown-menu>li.my-courses.active>a {
    color: #000;
}

.account-links .dropdown-menu>li.my-courses .my-course-menu {
    text-align: start;
}

.account-links .dropdown-menu>li.my-courses .my-course-menu li {
    margin: 0 0px 0px 30px;
    padding: 6px 0px 8px 15px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.account-links .dropdown-menu>li.my-courses .my-course-menu li::before {
    /* content: '-';
    position: absolute;
    color: #00698C;
    font-size: 17px;
    line-height: inherit;
    top: 2px;
    left: 21px;*/
}

.account-links .dropdown-menu>li.my-courses .my-course-menu li a {
    padding: 0px 15px 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.account-links .dropdown-menu>li.my-courses>.my-course-menu li:hover,
.account-links .dropdown-menu>li.my-courses>.my-course-menu li.active {
    background-color: #00698C;
}

.account-links .dropdown-menu>li.my-courses>.my-course-menu li:hover a,
.account-links .dropdown-menu>li.my-courses>.my-course-menu li.active a {
    color: #ffffff;
}

.my-account {
    padding: 75px 0px;
}

.my-account h2 {
    border-width: 2px;
    border-color: #979797;
    padding-bottom: 15px;
    margin-bottom: 26px;
}

.my-account .black-border {
    border-color: #000;
    margin: 0px 0 12px;
}

.my-account .box {
    margin-bottom: 35px;
}

.my-account .box:last-child {
    margin-bottom: 0px;
}

.my-account .box h6 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.my-account .box h6.border-title {
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.my-account .box h6 a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.my-account .box p {
    line-height: 22px;
    margin-bottom: 12px;
}

.my-account .box a {
    text-decoration: underline;
    font-size: 17px;
}

.my-profile .my-profile-box {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.20);
    padding: 23px 25px 17px;
    margin-bottom: 26px;
}

.my-profile .my-profile-box .info {
    height: 100%;
}

.my-profile .my-profile-box .info.per-info {
    max-width: 355px;
    /* border-right: 1px solid #D6D5D5; */
    word-break: break-all;
    height: 100%;
}

.my-profile .my-profile-box .info.report-info {
    padding-left: 95px;
    border-left: 1px solid #D6D5D5;
    width: 100%;
    margin-right: 0;
    float: right;
    /* max-width: 100%; */
}

.my-profile .my-profile-box .info .info-title,
.access-course .video-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}

.access-course .video-title {
    color: #00698C;
}

.my-profile .my-profile-box .info p {
    margin-bottom: 17px;
    line-height: 19px;
}

.my-profile .my-profile-box .info .state-attorney {}

.my-profile .my-profile-box .info .state-attorney p {
    display: inline-block;
    margin-right: 35px;
}

.my-profile .my-profile-box .info .state-attorney p:nth-child(2n+2) {
    margin-right: 0px;
}

.access-course .videos-wrap .video-text {
    margin: 8px 0px 33px 0px;
    max-width: 380px;
}

.access-course .videos-wrap {
    margin-top: 20px;
}

.access-course .videos-wrap .video-text .video-box {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.20);
    position: relative;
}

.access-course .videos-wrap .video-text .video-box .playvideo {
    width: 35px;
    height: 35px;
    display: inline-block;
    top: 50%;
    cursor: pointer;
}

.access-course .videos-wrap .video-text .video-box img {
    width: 100%;
}

.plan-expired h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.plan-expired {
    /* padding: 25px; */
    padding: 20px;
    max-width: 410px;
}

.plan-expired p {
    max-width: 96%;
    margin: 0 auto 23px;
    font-size: 14px;
    line-height: 15px;
}

.plan-expired p a {
    text-decoration: underline;
}

.plan-expired .btn-group {
    padding: 0px 15px;
}

.plan-expired a {
    margin: inherit;
}

.plan-expired .btn {
    border-radius: 50px !important;
    color: #fff !important;
    /* max-width: 70px; */
    font-size: 14px;
    /* height: 26px; */
    padding: 4px 8px;
}

.plan-expired .btn:hover,
.plan-expired .btn:focus {
    color: #00698C !important;
}

.plan-expired .btn:hover,
.plan-expired .btn:focus {
    background-color: transparent;
}

.plan-expired .btn.green.gray {
    color: #4A4A4A !important;
    background-color: #DCDCDC;
}

.plan-expired .btn.green.gray:hover,
.plan-expired .btn.green.gray:focus {
    border-color: #DCDCDC;
    color: #DCDCDC;
    background-color: transparent;
}

.plan-expired .form-close-btn {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    right: -13px;
    top: -12px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
    display: block;
}

.plan-expired .form-close-btn:hover,
.plan-expired .form-close-btn:focus {
    background-color: #000;
}

.plan-expired .form-close-btn img {
    width: 11px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plan-expired .form-close-btn img:last-child {
    opacity: 0;
}

.plan-expired .form-close-btn:hover img:last-child,
.plan-expired .form-close-btn:focus img:last-child {
    opacity: 1;
}

.plan-expired .form-close-btn:hover img:first-child,
.plan-expired .form-close-btn:focus img:first-child {
    opacity: 0;
}

#Account-Links.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* ========================================== 
    My Account Page Css Start
======================================== */
.checkbox-list {
    margin-bottom: 20px;
}

.checkbox-list .title-check {
    font-size: 25px;
    color: #00698C;
}

.checkbox-list li {}

.title-checkbox {
    margin-bottom: 20px;
}

.title-checkbox li {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.form-wrap {}

.category-checkbox>ul>li:first-child {
    max-width: 249px;
    /* flex: 0 0 30%; */
    text-align: left;
    width: 100%;
}

.category-checkbox>ul>li {
    /* flex: 0 0 20%; */
    float: left;
    text-align: center;
    max-width: 80px;
    width: 100%;
    /* margin-right: 7.5%; */
}

/* .category-checkbox > ul > li .pretty {
  margin: 0 auto;
} */
.category-checkbox>ul>li .pretty .state label::before {
    border-color: #000000;
}

.category-checkbox>ul>li .pretty input:checked~.state label::after {
    background-color: #00698C !important;
}

.category-checkbox>ul>li .pretty input:checked~.state label::before {
    border-color: #00698C;
}

.category-checkbox>ul>li .pretty {
    margin: 0px;
    width: 28px;
    height: 28px;
}

.pretty .state label::after,
.pretty .state label::before {
    width: 100%;
    height: 100%;
    top: 0;
}

.pretty.p-default .state label::after {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(0.7);
    /* width: 18.5px;
    height: 18.5px;
    transform: scale(1) translate(-50%, -50%);
    left: 50%;
    top: 50%; */
}

.my-certificate {
    padding: 50px 0px;
}

.my-certificate .form-wrap {
    max-width: 785px;
    margin: 0 auto 78px;
}

.my-certificate .form-wrap:last-child {
    margin: 0 auto 0px;
}

.my-certificate .form-wrap h2 {
    margin-bottom: 26px;
}

.my-certificate .form-wrap p {
    line-height: 22px;
}

.my-certificate .form-wrap .embed-code-wrap {
    margin-top: 48px;
}

.my-certificate .form-wrap .embed-code {
    height: 100%;
}

.my-certificate .form-wrap .embed-code p {
    font-size: 20px;
    margin-bottom: 16px;
}

.my-certificate .form-wrap .embed-code p:last-child {
    margin-bottom: 0px;
}

.my-certificate .form-wrap .contact-us-form {
    margin-bottom: 0px;
}

.my-certificate .form-wrap .contact-us-form .form-group {
    margin-bottom: 29px;
}

.my-certificate .form-wrap .contact-us-form .form-group:last-child {
    margin-bottom: 0px;
}

.my-certificate .form-wrap .contact-us-form .form-control {
    height: 39px;
    padding-left: 20px;
}

.my-certificate .form-wrap .form-control::-webkit-input-placeholder {
    color: #000;
}

.my-certificate .form-wrap .form-control:-ms-input-placeholder {
    color: #000;
}

.my-certificate .form-wrap .form-control::-ms-input-placeholder {
    color: #000;
}

.my-certificate .form-wrap .form-control::placeholder {
    color: #000;
}

.my-certificate .form-wrap .category-checkbox {
    margin-top: 28px;
}

.my-certificate .form-wrap .checkbox-list {}

.my-certificate .form-wrap.evaluate-course {
    max-width: 785px;
}

.category-checkbox>ul>li:last-child {
    margin-right: 0;
}

.my-certificate .form-wrap textarea.form-control {
    max-height: 225px;
    min-height: 225px;
    height: 100%;
}

.my-certificate .form-wrap .btn.blue {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 35px 13px;
}

/* ========================================== 
    My Certificates Page Css Start
======================================== */

.my-certificate .state {
    margin: 28px 0px 46px;
}

.my-certificate .state .sbHolder {
    border-bottom: 1px solid #00698C;
}

.my-certificate .state .sbHolder .sbSelector {
    color: #00698C;
    font-size: 37px;
    padding-right: 44px;
    background-image: url('../images/icons/drop_dwn_arrow_blue.png');
    background-size: 22px;
}

.my-certificate p {
    margin-bottom: 21px;
}

.my-certificate p a {
    text-decoration: underline;
}

.my-certificate p:last-child {
    margin-bottom: 0px;
}

.my-certificate.certificate .form-wra p {
    font-size: 19px;
}

.my-certificate .courses-box .box {
    margin: 0 50px 0px 0px;
}

.my-certificate .courses-box .box:last-child {
    margin-right: 0px;
}

.my-certificate .courses-box .box .img-box {
    margin-bottom: 16px;
}

.my-certificate .courses-box .box .img-box img {
    max-width: 57px;
}

.my-certificate .para {
    max-width: 600px;
    margin: 0 auto;
}

.my-certificate .para p {
    font-size: 17px;
    line-height: 22px;
}

.my-certificate .courses-box .box p {
    font-size: 21px;
}

.my-certificate.certificate .form-wrap {
    max-width: 785px;
    margin: 0 auto 60px;
}

.my-certificate.certificate .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 28px;
    text-align: left;
}

.my-certificate .para.not-profile {
    margin: 0 auto 50px;
}

.my-account.my-certificate .box p {
    font-size: 19px;
}

.custom-accordion.my-certificate .panel-title>a {
    font-size: 30px;
    border-color: rgba(151, 151, 151, 0.50);
    border-width: 2px;
}

.my-certificate .wrap ul {
    margin-bottom: 25px;
}

.my-certificate .wrap ul:last-child {
    margin-bottom: 15px;
}

.my-certificate .wrap {}

.my-certificate .wrap ul li,
.my-certificate .wrap ul li a {
    font-size: 22px;
    color: #00698C;
    padding-left: 55px;
    line-height: 30px;
    margin-bottom: 10px;
    /* padding-right: 65px; */
    position: relative;
}

.my-certificate .wrap ul li a:hover {
    color: #00698C;
}

.my-certificate .wrap ul li .btn-wrap {
    /* position: absolute; */
    right: 0;
    text-align: right;
    padding-right: 10px;
    /* max-width: 80px; */
    /* justify-content: end !important; */
    /* width: 100%; */
    margin-right: 30px;
    margin-left: 5px;
}

.my-certificate .wrap ul li .right-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    /* margin-right: 10px; */
    max-width: 25px;
    /* margin-left: 10px; */
    width: 100%;
    cursor: pointer;
    display: inline-block !important;
    line-height: 0;
    margin-bottom: 0;
}

.my-certificate .wrap ul li .right-btn img,
.my-certificate .wrap ul li .remove img {
    width: 25px;
    height: 25px;
    max-width: inherit;
}

.my-certificate .wrap ul li:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-left: 0;
    margin-bottom: 2px;
    line-height: 40px;
}

.my-certificate .custom-accordion .wrap {
    max-width: 880px;
    margin: 10px auto;
}

.my-certificate.puerto-rico .form-wrap {
    margin-bottom: 40px;
}

.my-certificate .para.w-100 {
    max-width: 100% !important;
}

.my-certificate .table thead tr th,
.my-certificate .table tbody tr td.tabel-title {
    font-size: 17px;
    color: #00698C;
    border-bottom: 1px solid #4A4A4A;
    padding: 8px 20px;
    text-align: center;
    font-weight: bold;
}

.my-certificate .table thead tr th {
    padding: 8px 0px;
    text-align: left;
    width: 70px;
}

.my-certificate .table thead tr th:first-child {
    text-align: left;
    padding-left: 8px;
}

.my-certificate .table thead tr th:last-child {
    padding: 8px 0;
    border-top: 0;
    width: 100px;
}

.my-certificate .table.resource thead tr th {
    padding-bottom: 18px;
}

.my-certificate .table.resource thead .form-group .form-control {
    margin: 0px 18px;
}

.my-certificate .table .form-group {
    margin-bottom: 0;
    width: 100%;
}

.my-certificate .table .form-group .form-control {
    border-color: #000;
    font-size: 19px;
    color: #000;
}

.my-certificate .table .form-group .form-control::-webkit-input-placeholder {
    font-size: 19px;
    font-weight: normal;
}

.my-certificate .table .form-group .form-control:-ms-input-placeholder {
    font-size: 19px;
    font-weight: normal;
}

.my-certificate .table .form-group .form-control::-ms-input-placeholder {
    font-size: 19px;
    font-weight: normal;
}

.my-certificate .table .form-group .form-control::placeholder {
    font-size: 19px;
    font-weight: normal;
}

.my-certificate .table>tbody>tr>td .pretty {
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

.my-certificate .table>tbody>tr>td .pretty.p-curve {
    margin: 0;
}

.my-certificate .table>tbody>tr>td .pretty .state {
    margin: 0px 0px 0px;
}

.my-certificate .table>tbody>tr>td {
    text-align: left;
    font-size: 17px;
    border-top: 0px;
    line-height: 22px;
    padding: 17px 0px 7px 0px;
}

.my-certificate .table>tbody>tr>td:first-child {
    text-align: left;
    width: 480px;
    padding-right: 40px;
    padding: 18px 40px 5px 8px;
}

.my-certificate .table>tbody>tr>td.resource-click {
    padding-top: 35px;
}

/* .my-certificate .table > tbody > tr > td:last-child {
    width: 122px;
} */
.my-certificate .table tbody tr td.tabel-title {
    padding-top: 35px;
    padding-bottom: 20px
}

.my-certificate .table tbody tr td.tabel-title .form-group {
    width: 375px;
}

.my-certificate .table>tbody>tr>td .yes-no span,
.my-certificate .table.textarea-wrap .textarea-box span,
.my-certificate .table tbody tr td.tabel-title span {
    margin-right: 25px;
}

.my-certificate .table>tbody>tr>td .plus-btn {
    border-radius: 50px;
    max-width: 36px;
    padding: 0;
    margin-left: 20px;
    border: 0;
    background-color: transparent;
}

.c-b-cata a.btn.add-cart.account-add-button:hover {
    border: 1px solid;
}

.pretty.p-curve .state .check {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: 0%;
    border: 0px solid transparent;
    background-image: url('../images/icons/check.png');
    opacity: 0;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}

.pretty.p-curve input:checked~.state .check {
    opacity: 1;
}

.pretty.p-curve .state label::after,
.pretty.p-curve .state label::before {
    border: 2px solid #9b9b9b;
}

.pretty.p-curve input:checked~.state label::after,
.pretty.p-curve input:checked~.state label::before {
    border: 2px solid transparent;
}

.pretty input:checked~.state.p-success label::after {
    background-color: #00698C !important;
}

.pretty.p-default input:checked~.state label::after {
    background-color: #00698C !important;
}

.pretty .state label::before {
    border-color: #616161;
}

.pretty.p-default input:checked~.state label::before {
    border-color: #00698C;
}

.pretty.label-text,
.pretty.p-curve.label-text,
.my-certificate .table>tbody>tr>td .pretty.label-text {
    width: auto;
    height: auto;
}

.pretty.label-text .state label::before,
.pretty.label-text .state label::after,
.pretty.label-text .state .check {
    width: 18px;
    height: 18px;
}

.my-certificate .table>tbody>tr>td .label-text {
    margin-left: 32px;
}

.my-certificate .table.textarea-wrap .textarea-box {
    margin-top: 20px;
    padding-left: 25px;
    margin-bottom: 25px;
    /* overflow: hidden; */
}

.my-certificate .table.textarea-wrap .textarea-box.checkbox {
    display: block !important;
}

.my-certificate .table.textarea-wrap .check-wrap {
    margin-bottom: 15px;
}

.my-certificate .table .form-group textarea.form-control {
    min-height: 69px;
    max-height: 69px;
    min-width: 100%;
    max-width: 100%;
    padding-top: 10px;
}

.my-certificate .table p a {
    margin-top: 5px;
}

.my-certificate .table p {
    margin-bottom: 25px;
}

.my-certificate .arow {
    max-width: 615px;
    margin: 65px auto 51px;
}

.my-certificate .arow ul {
    width: 100%;
    border-top: 1px solid #000;
    margin: 12px 30px;
    position: relative;
}

.my-certificate .arow ul::before,
.my-certificate .arow ul::after {
    content: "";
    position: absolute;
    top: -4.5px;
    border-width: 4px 10px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}

.my-certificate .arow ul::before {
    left: -15px;
}

.my-certificate .arow ul::after {
    right: -15px;
    border-color: transparent transparent transparent #000;
}

.my-certificate .arow ul li {
    font-size: 17px;
    margin-top: 22px;
}

.my-certificate .arow p {
    margin-bottom: 0px;
}

.my-certificate .arow>p {
    margin-bottom: 20px;
}

.my-certificate.puerto-rico .secure-log-in+.form-wrap>p {
    margin-bottom: 0px;
}

.my-certificate .table .form-group.expand {
    max-width: 425px;
}

.my-certificate .table>tbody>tr>td:last-child,
.my-certificate .table thead tr th:last-child {
    text-align: center;
}

.my-certificate .table>tbody>tr>td .td-title>span {
    margin-right: 5px;
}

.my-certificate .table.textarea-wrap .check-wrap.other #other-checkbox {
    margin-right: 15px;
}

.pretty .state.p-success label span {
    display: none;
    margin-right: 0px;
}

.pretty input:checked~.state.p-success label span {
    display: inline;
    margin-right: 0px;
}

.my-certificate .checkbox input[type=checkbox] {
    margin-left: 0px;
}

.my-certificate .checkbox label {
    padding-left: 15px;
}

.my-certificate #other-checkbox-input {
    visibility: hidden;
}

.my-certificate #other-checkbox-input.active {
    visibility: visible;
}

.my-certificate #other-checkbox-input input {
    position: static;
    opacity: 1;
    min-width: inherit;
    display: block;
    border: 1px solid #000;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 280px;
}

/* ========================================== 
    My Live Lecture Interior Page Css Start
======================================== */
.live-lecture-interior .white-collor .price-wrap .state-wrap {
    padding-left: 60px;
    position: relative;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .state span {
    max-width: 34px;
    display: inline-block;
    margin-right: 15px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 5px;
}

.live-lecture-interior {}

.live-lecture-interior .white-collor .price-wrap {
    height: auto;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .state h3,
.live-lecture-interior .white-collor .price-wrap .state-wrap .state .sbSelector {
    font-size: 25px;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .state {
    margin-bottom: 0px;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .state .sbHolder {
    border-color: #979797;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .state .sbSelector {
    background-size: 15px;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap p {
    margin-top: 0;
    margin-bottom: 7px;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap p:last-child {
    margin-bottom: 0px;
}

.live-lecture-interior .white-collor .price-wrap {
    padding: 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.40);
    /* margin-top: 30px; */
}

.live-lecture-interior .white-collor .price-wrap:first-child {
    margin-top: 30px;
    border: 0;
    padding-bottom: 10px;
}

.live-lecture-interior .map-text {
    margin-top: 30px;
    max-width: 700px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.20);
}

.live-lecture-interior .map-text .blue-map-details {
    padding: 0px 30px 25px;
}

/* .live-lecture-interior .map-text .blue-map-details span{
    margin-right: 22px;
} */
/*.live-lecture-interior .map-text .blue-map-details h3 {
    font-size: 30px;
}*/

/*.live-lecture-interior .map-text .blue-map-details small {
    font-size: 25px;
}*/

.live-lecture-interior .map-text .blue-map-details h3 {
    /* font-size: 30px;
    margin-right: 20px;
    flex: 0 0 48%;*/
    font-size: 28px;
    margin-right: 10px;
    flex: 0 0 49%;
}

.live-lecture-interior .map-text .blue-map-details small {
    font-size: 25px;
    line-height: 32px;
    word-break: break-all;
    display: inline-block;
}

.live-lecture-interior .map-text .blue-map-details .add span {
    display: inline-block;
    max-width: 33px;
    margin-right: 25px;
}

.live-lecture-interior .map-text .blue-map-details .border-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    padding-bottom: 12px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-left: 55px;
    position: relative;
}

.live-lecture-interior .map-text .blue-map-details .border-title .img {
    position: absolute;
    left: 0;
}

.live-lecture-interior .map-text .blue-map-details .add.d-flex p {
    font-size: 20px;
    line-height: 25px;
}

.live-lecture-interior .map-text .blue-map-details p {
    margin-bottom: 27px;
    font-size: 19px;
    line-height: 21px;
}

.live-lecture-interior .map-text .blue-map-details p a {
    text-decoration: underline;
}

.live-lecture-interior .map-text .blue-map-details>p:last-child {
    margin-bottom: 0px;
}

.live-lecture-interior .map-text .blue-map {
    width: 100%;
    height: 210px;
}

.live-lecture-interior .about-course {
    background-color: #f4f4f4;
    padding: 30px 0px;
}

.live-lecture-interior .about-course h2 {
    font-size: 37px;
    margin-bottom: 13px;
}

.live-lecture-interior .about-course p {
    margin-bottom: 20px;
}

.live-lecture-interior .about-course .form-group {
    margin-bottom: 20px;
}

.live-lecture-interior .about-course textarea {
    max-height: 195px;
    min-height: 195px;
    border-color: #dcdcdc;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 20px;
}

.live-lecture-interior .about-course textarea::-webkit-input-placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

.live-lecture-interior .about-course textarea:-ms-input-placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

.live-lecture-interior .about-course textarea::-ms-input-placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

.live-lecture-interior .about-course textarea::placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

.live-lecture-interior .about-course .email a {
    font-size: 19px;
    margin-right: 22px;
    color: #000;
    display: inline-block;
}

.live-lecture-interior .btn.back-course {
    padding: 0px 25px;
    max-width: inherit;
    width: auto;
}

.live-lecture-interior .get-certificate a {
    color: #00698C;
}

.live-lecture-interior .get-certificate a:hover,
.live-lecture-interior .get-certificate a:focus {
    color: #00698C;
}

.live-lecture-interior .about-course .form-btn .btn {
    /* max-width: 137px; */
    font-size: 17px;
    padding: 10px 25px;
}

/* ========================================== 
    My Live Credits Page Css Start
======================================== */
.live-credits .my-account .box h3 {
    margin-bottom: 17px;
}

.live-credits .my-account p:last-child {
    margin-bottom: 0px;
}

.live-credits .my-account .box .button-sec {
    margin-top: 34px;
}

.live-credits .my-account .box .button-sec .btn {
    margin: 0 27px;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 28px;
    min-width: 180px;
}

/* ========================================== 
    My Online Courses Page Css Start
======================================== */
.courses-filter {
    margin: 60px 0px 0px;
}

.courses-filter .courses-drop {}

.courses-filter .courses-drop h5 {
    font-size: 30px;
    margin-right: 15px;
}

.courses-filter .courses-drop {
    margin-bottom: 34px;
}

.courses-filter .courses-drop .sbHolder {
    padding-top: 0px;
    min-width: inherit;
}

.courses-filter .courses-drop .sbHolder .sbSelector {
    color: #000;
    font-size: 30px;
}

.courses-filter .filter-drop {
    margin-bottom: 40px;
}

.courses-filter .filter-drop h6 {
    font-size: 23px;
    margin-right: 15px;
    margin: 0 20px;
    padding: 0px;
}

.courses-filter .filter-drop h6:first-child {
    margin-left: 0px;
}

.courses-filter .filter-drop h6:last-child {
    margin-right: 0px;
}

.courses-filter .filter-drop .sbHolder {
    padding-top: 0px;
    min-width: inherit;
}

.courses-filter .filter-drop .sbHolder .sbSelector {
    color: #00698C;
    font-size: 23px;
    background-size: 15px;
}

.my-certificate .wrap ul li>a {
    text-decoration: underline;
}

.my-certificate .wrap ul li .remove {
    /* background-image: url('../images/icons/close-circle-red.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    width: 25px;
    height: 25px;
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-left: 10px;
    display: inline-block !important;
    line-height: 0;
    margin-bottom: 0;
}

.plan-expired .btn.green.red {
    background-color: #D0021B;
}

.plan-expired .btn.green.red:hover,
.plan-expired .btn.green.red:focus {
    color: #d0021b !important;
    border-color: #D0021B;
    background-color: transparent;
}

.my-certificate .wrap ul li.text-gray {
    color: #9b9b9b;
}

.email-friend-wrap.plan-expired.remove-course {
    max-width: 260px;
    padding: 10px;
}

.email-friend-wrap.plan-expired.remove-expire {
    max-width: 370px;
}

.my-certificate .wrap ul li p {
    max-width: 90%;
    color: #000;
    margin-top: 15px;
    margin-bottom: 45px;
}

/* ========================================== 
    My Profile Page Css Start
======================================== */
.my-account .box.my-profile {
    margin-bottom: 80px;
}

.my-profile-wrap,
.my-profile-form {
    margin-top: 34px;
}

.my-profile-form {
    position: relative;
}

.my-profile-wrap p {
    font-size: 14px;
    line-height: 15px;
}

.my-profile-wrap p .state-icon {
    width: 18px;
    display: inline-block;
}

.my-profile-wrap h6.border-title a {
    font-size: 15px;
    font-weight: bold;
}

.my-profile-form {}

.my-profile-form .state-icon {
    margin-right: 20px;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
}

.my-profile-form .form-group {
    margin-bottom: 27px;
}

.my-profile-form .form-group .form-control {
    height: 39px;
    border: 1px solid #9B9B9B;
    font-size: 19px;
    min-height: 39px;
    max-height: 39px;
    color: #000;
}

.my-profile-form .form-group .form-control[type="password"] {
    font-size: 12px;
}

.my-profile-form .form-group .sbHolder {
    height: 39px;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
}

.my-profile-form .form-group .sbHolder .sbSelector {
    height: 100%;
    color: #000;
    padding-left: 10px;
    line-height: 37px;
    text-decoration: none;
    font-size: 19px;
    font-weight: normal;
    background-image: url("../images/icons/drop_dwn_arrow_black.png");
    background-size: 15px;
    background-position: calc(100% - 15px);
}

.my-profile-form .pretty .state label {
    color: #494949;
}

.my-profile-form .pretty .state label::after,
.my-profile-form .pretty .state label::before {
    width: 13px;
    height: 13px;
    top: 0;
}

.my-profile-form .pretty.p-default .state label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(01);
}

.my-profile-form .pretty.p-default input:checked~.state label::before {
    border-color: #979797;
}

.my-profile-form .pretty.p-default input:checked~.state label::after {
    background-color: #00698C !important;
    z-index: -1;
}

.my-profile-form .no-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.my-profile-form .no-gutters>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/* .checkbox-area .my-profile-form .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}
.checkbox-area .my-profile-form .no-gutters > [class*="col-"]{
    padding-right: 15px;
    padding-left: 15px;
} */
.my-profile-form .pretty.p-default {
    display: block;
    margin: 20px 0px 0px;
}

.my-profile-form .box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-bottom: 0px;
}

.my-profile-form .box2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-bottom: 0px;
}

.my-profile-form select[disabled]+.sbHolder a.sbSelector {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    pointer-events: none;
}

.my-profile-form .btn.green {
    /* max-width: 110px; */
    font-size: 17px;
    /* height: 40px; */
    padding: 10px 35px;
}

.my-profile-form a.right-btn {
    position: absolute;
    top: calc(100% - 47px);
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 0;
}

.my-profile-form .add-state-btn-wrap {
    margin: -10px 0px 10px;
}

.my-profile-form .plan-expired .btn.blue:hover,
.my-profile-form .plan-expired .btn.blue:focus {
    color: #00698C !important;
}

.sbOptions>li>a {
    text-decoration: none !important;
    line-height: 26px;
}

.online-cource.dropdown-field.state .sbOptions>li>a {
    line-height: 21px;
}

.my-profile-form .hover-box {
    max-width: 350px;
    background-color: #00698C;
    border: 1px solid #979797;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.50);
    box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.50);
    padding: 25px 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -375px;
}

.my-profile-form .hover-box p.title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}

.my-profile-form .hover-box p {
    font-size: 17px;
    color: #ffffff;
}

.my-profile-form .hover-box p:last-child {
    margin-bottom: 0px;
}

.my-profile-form .hover-box .form-close-btn,
.my-profile-form .hover-box .form-close-btn:hover,
.my-profile-form .hover-box .form-close-btn:focus {
    background-color: #00698C;
}

/* ========================================== 
    My Unlimited CLE Page Css Start
======================================== */
.live-credits .my-account.my-certificate .my-unlimited-para-title {
    max-width: 528px;
    margin-bottom: 23px;
}

.live-credits .my-account.my-certificate .box h3.my-unlimited-title {
    margin-bottom: 44px;
}

.live-credits .my-account.my-certificate .green.remaining-para-title a {
    text-decoration: none;
}

.instruction-wrap.white-collor.box .sub-title {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.instruction-wrap.white-collor.box p {
    font-size: 17px;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.instruction-wrap.white-collor.box p span {
    margin-right: 30px;
}

.instruction-wrap.white-collor .video-wrap {
    max-width: 650px;
    margin: 8px auto 36px;
}

.instruction-wrap.white-collor .back-top {
    margin-top: 0;
    font-size: 22px;
}

.instruction-wrap.white-collor .bottom-box {
    padding-top: 15px;
}

.instruction-wrap.white-collor .bottom-box .button-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    margin-top: 0px;
}

.instruction-wrap.white-collor .bottom-box .button-sec a {
    margin-right: 27px;
}

.instruction-wrap.white-collor .bottom-box .button-sec a:first-child {
    margin-left: 0;
}

.instruction-wrap.white-collor .bottom-box .button-sec a:last-child {
    margin-left: 0;
    margin-right: 0px;
}

.instruction-wrap.white-collor.faq-categories.box .button-sec {
    margin-bottom: 50px;
}

.unlimited-subscription {
    padding: 45px 0px;
    margin-top: 80px;
}

.unlimited-subscription h3 {
    font-size: 33px;
    max-width: 790px;
    margin: 0 auto 35px;
    line-height: 36px;
}

.unlimited-subscription p {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 36px;
}

.unlimited-subscription .btn.orange {
    max-width: 200px;
    height: 55px;
    font-size: 17px;
    font-weight: bold;
    line-height: 53px;
    padding: 0;
    width: 100%;
}

/* ========================================== 
    Online Course Interior Page Css Start
======================================== */
.live-lecture-interior .white-collor .price-wrap .state-wrap .state h3.playlist-title {
    font-size: 37px;
    margin-right: 0;
    margin-bottom: 20px;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .palylist li {
    margin-bottom: 5px;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .palylist li a {
    background-color: transparent;
    color: #00698C;
    display: inline-block;
    padding: 7px 13px;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 1px;
    max-width: 240px;
    width: 100%;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .palylist.d-block li:last-child a {
    margin-bottom: 0px;
}

.live-lecture-interior .white-collor .price-wrap .state-wrap .palylist.d-block li.active a,
.live-lecture-interior .white-collor .price-wrap .state-wrap .palylist.d-block li:hover a,
.live-lecture-interior .white-collor .price-wrap .state-wrap .palylist.d-block li:focus a {
    background-color: #00698C;
    color: #ffffff;
}

.live-lecture-interior .palylist li a span {
    position: relative;
}

.live-lecture-interior .palylist li a span img:first-child {
    position: relative;
}

.live-lecture-interior .palylist li:hover a span img:first-child,
.live-lecture-interior .palylist li.active a span img:first-child,
.live-lecture-interior .palylist li:focus a span img:first-child {
    opacity: 0;
}

.live-lecture-interior .palylist li a span img:last-child {
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    opacity: 0;
}

.live-lecture-interior .palylist li:hover a span img:last-child,
.live-lecture-interior .palylist li.active a span img:last-child,
.live-lecture-interior .palylist li:focus a span img:last-child {
    opacity: 1;
}

.live-lecture-interior .video-instruction {
    font-size: 19px;
    line-height: 21px;
}

.live-lecture-interior .download-customer-btn .cart-wrap {
    margin-right: 45px;
}

.download-customer-btn .cart-wrap span {
    display: block;
    width: 34px;
    text-align: center;
    height: 34px;
    border: 1px solid #00698C;
    border-radius: 50px;
    line-height: 28px;
}

.download-customer-btn .cart-wrap a {
    font-size: 20px;
}

.download-customer-btn .cart-wrap.blue span {
    border-color: #00698C;
}

.download-customer-btn .cart-wrap.blue a {
    color: #00698C;
}

.download-customer-btn .cart-wrap.blue a:hover,
.download-customer-btn .cart-wrap.blue a:focus {
    color: #00698C;
}

.email-friend-wrap.plan-expired.audio-instruction {
    max-width: 520px;
    padding: 45px;
}

.plan-expired.audio-instruction p {}

.email-friend-wrap.plan-expired.audio-instruction p {
    font-size: 19px;
    line-height: 21px;
    width: 100%;
}

.agree-box {
    padding-left: 40px;
    position: relative;
}

.agree-box .pretty.p-default {
    position: absolute;
    left: 0;
    top: 2px;
}

.agree-box .state {}

.agree-box .state label {
    width: 25px;
    height: 25px;
    position: relative;
}

.agree-box .state label::before {
    border-width: 2px;
    border-color: #4A4A4A;
}

.agree-box .state label::after {}

.agree-box .pretty.p-default input:checked~.state label::after {
    background-color: transparent !important;
    background-image: url('../images/icons/check_active.png');
    background-repeat: no-repeat;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    background-size: contain;
}

.agree-box .pretty.p-default input:checked~.state label::before {
    border-color: #4A4A4A;
}

.plan-expired.audio-instruction .btn {
    height: 40px;
}

.plan-expired.audio-instruction .btn.agree {
    max-width: 170px;
}

.plan-expired.audio-instruction .btn.green.gray {
    max-width: 120px;
    background-color: transparent;
    border-width: 2px;
    border-color: #9B9B9B;
    color: #9B9B9B !important;
    padding: 8px 34px;
    margin: 0px;
    font-size: 17px;
}

.plan-expired.audio-instruction .btn.green.gray:hover,
.plan-expired.audio-instruction .btn.green.gray:focus {
    background-color: #9B9B9B;
    color: #fff !important;
}

.plan-expired.audio-instruction .green.gray {
    max-width: 120px;
}

.plan-expired.audio-instruction .btn-group {
    padding: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.email-friend-wrap.plan-expired {
    max-width: 400px;
    /* padding: 30px; */
    width: calc(100% - 15px);
}

.email-friend-wrap.plan-expired h4 {
    font-size: 30px;
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.email-friend-wrap.plan-expired p {
    font-size: 14px;
    line-height: 15px;
}

.email-friend-wrap.plan-expired p:last-child {
    margin-bottom: 0px;
}

.email-friend-wrap.plan-expired.custom-support {
    max-width: 720px;
}

.email-friend-wrap.plan-expired .cust-suport {
    margin-bottom: 40px;
}

.email-friend-wrap.plan-expired .btn.green {
    width: auto;
    padding: 8px 26px;
    max-width: inherit;
    height: auto;
    margin: 0 auto;
    font-size: 17px;
}

.email-friend-wrap.plan-expired.audio-instruction .btn.confirm {
    background-color: transparent;
    border-color: #00698C;
    color: #00698C !important;
    border-width: 2px;
    padding: 9px 26px 9px;
    font-size: 17px;
}

.email-friend-wrap.plan-expired .btn.green.agree {
    background-color: #00698C;
    color: #ffffff !important;
}

.email-friend-wrap.plan-expired .btn.green {
    font-size: 14px;
    margin: 0;
    padding: 5px 13px;
}

/* .email-friend-wrap.plan-expired .btn.green.agree:hover,
.email-friend-wrap.plan-expired .btn.green.agree:focus{
    background-color: transparent !important;
    color: #00698C; 
} */
.btn.add-cart.view-course,
.btn.orange.none,
.btn.orange.applied {
    border-color: #FFB400;
    background-color: transparent;
    color: #FFB400;
}

.btn.add-cart.view-course:hover,
.btn.add-cart.view-course:focus,
.btn.orange.none:hover,
.btn.orange.none:focus {
    color: #ffffff;
    background-color: #FFB400;
}

/* ========================================== 
    Teleconference Page Css Start
======================================== */
.live-lecture-interior .map-text .blue-map-details .wrap .add.d-flex p {
    font-size: 25px;
}

.live-lecture-interior .map-text .blue-map-details .wrap .add.d-flex p span {
    max-width: inherit;
    font-size: 20px;
    margin: 0px;
}

.white-collor .price-wrap .state-wrap p.accept-tele {
    margin-top: 20px;
}

/* ========================================== 
    Oder History Page Css Start
======================================== */
.my-profile .my-profile-box .info p {
    margin-bottom: 17px;
    line-height: 22px;
}

.price-total,
.price-details,
.invoice.text-center {
    max-width: 635px;
    margin: 0 auto;
}

.my-account.order .price-details {
    border-bottom: 1px solid #000;
}

.my-account.order .price-details h5 span.title {
    font-size: 25px;
    color: #00698C;
    line-height: 30px;
    margin-bottom: 13px;
    text-align: left;
    max-width: 460px;
}

.my-account.order .price-details h5 span {
    color: #000;
    font-size: 25px;
    line-height: 30px;
}

.my-account.order .price-total {}

.my-account.order .price-total h5 {
    font-size: 20px;
    line-height: 35px;
}

.my-account.order .price-total h5.sub-total {}

.my-account.order .price-total h5.discount {}

.my-account.order .price-total h5.discount span {
    color: #FFB400;
}

.my-account.order .price-total h5.total {
    font-size: 25px;
    font-weight: bold;
}

.my-account.order .invoice {
    margin-top: 55px;
}

.my-account.order .invoice p {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 19px;
}

.my-account.order .invoice .btn {
    text-decoration: none;
    font-size: 20px;
    max-width: inherit;
    display: inline-block !important;
    width: auto;
    /* line-height: 45px; */
    padding: 8px 17px;
    height: auto;
}

.my-account.order .my-profile .my-profile-box .info .info-title {
    font-size: 20px;
}

.order-details ul.bg-blue li {
    font-size: 20px;
    font-weight: bold;
    padding: 18px 0px;
    margin: 0px;
}

.order-details ul {
    border-bottom: 1px solid #979797;
    margin-bottom: 5px;
}

.order-details ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: left;
    font-size: 17px;
    padding: 25px 0px 20px;
}

.order-details ul li a span {
    text-decoration: underline;
}

.order-details ul li:first-child {
    padding-left: 35px;
}

.order-details ul li:first-child,
.order-details ul li:last-child {
    font-weight: bold;
}

.order-details ul li:first-child a,
.order-details ul li:last-child a {
    font-weight: bold;
    text-decoration: underline;
}

.order-details ul li.date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    /* padding-left: 63px; */
}

.order-details ul li.order-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.order-details ul li.total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    /* padding-left: 63px; */
}

.order-details ul li.details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    /* padding-left: 46px; */
}

/* ========================================== 
    Shopping Cart Checkouts Page Css Start
======================================== */
nav ul.login-cart .cart ul.cart-box {
    margin: 0px;
    position: absolute;
    top: 40px;
    left: calc(100% - 262px);
    width: 275px;
    background-color: #ffffff;
    padding: 25px 15px;
    -webkit-box-shadow: 0px 2px 5px 0px #9b9b9b;
    box-shadow: 0px 2px 5px 0px #9b9b9b;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

nav ul.login-cart .cart ul.cart-box.active,
nav ul.login-cart .cart .top-square-cart.active {
    visibility: visible;
    opacity: 1;
}

nav ul.login-cart .cart .top-square-cart::after {
    content: "";
    width: 65px;
    height: 10px;
    position: absolute;
    background-color: #ffffff;
    bottom: -8px;
    right: 0px;
    z-index: 12;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    visibility: hidden;
    opacity: 0;
}

nav ul.login-cart .cart .top-square-cart {
    width: 65px;
    height: 45px;
    position: absolute;
    top: -10px;
    right: -13px;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

nav ul.login-cart .cart .top-square-cart.active::after {
    visibility: visible;
    opacity: 1;
}

nav ul.login-cart .cart .top-square-cart.active {
    -webkit-box-shadow: 0px 2px 5px 0px #9b9b9b;
    box-shadow: 0px 2px 5px 0px #9b9b9b;
    background-color: #ffffff;
}

nav ul.login-cart .cart ul.cart-box li.items-details {
    font-size: 19px;
}

nav ul.login-cart .cart ul.cart-box li.items-name span.price {
    margin-left: 5px;
}

nav ul.login-cart .cart ul.cart-box li.items-name {
    font-size: 15px;
    padding: 25px 0px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin: 10px 0px;
    width: 100%;
}

nav ul.login-cart .cart ul.cart-box li.total {
    margin-right: 0px;
    margin-left: 0px;
}

nav ul.login-cart .cart ul.cart-box li.total span.price {
    font-weight: bold;
    margin-left: 5px;
    width: auto;
}

nav ul.login-cart .cart ul.cart-box .btn.btn-checkout {}

nav ul.login-cart .cart ul.cart-box li {
    color: #000;
}

nav ul.login-cart .cart ul.cart-box li span {
    font-size: 15px;
    color: #000;
    margin-bottom: 23px;
    margin-left: 0;
    text-align: left;
    position: static;
}

nav ul.login-cart .cart ul.cart-box li.items-name span:last-child {
    margin-bottom: 0px;
}

nav ul.login-cart .cart ul.cart-box li.items-name span {}

ul.login-cart .cart ul.cart-box li.items-name span.price {
    font-weight: bold;
    padding-left: 45px;
    width: auto;
}

nav ul.login-cart .cart ul.cart-box #cart-close {
    /* position: absolute; */
    width: 16px;
    height: 16px;
    display: block;
    margin-left: auto;
    cursor: pointer;
}

nav ul.login-cart .cart ul.cart-box #cart-close img {
    width: 100%;
    height: 100%;
}

.my-account.order.cart .price-details .price.three {
    line-height: 0;
}

.my-account.order.cart .box.price-details h5:last-child span {
    margin-bottom: 0px;
}

.my-account.order.cart .titles {}

.my-account.order.cart .titles h5 {
    font-size: 19px;
    font-weight: bold;
}

.my-account.order.cart .titles h5 span {}

.my-account.order.cart {}

.my-account.order.cart .box {}

.my-account.order.cart .box h5 span {
    text-align: center;
}

.my-account.order.cart .box.titles {
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    margin-bottom: 33px;
}

.my-account.order.cart .box h5 .one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: inherit;
    text-align: left;
}

.my-account.order.cart .box h5 .three {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
}

.my-account.order.cart .box h5 .two {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.my-account.order.cart .box h5 span.title {
    max-width: inherit;
}

.my-account.order.cart .box h5 span .remove {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 0;
}

.my-account.order.cart .box h5 span .remove:hover,
.my-account.order.cart .box h5 span .remove:focus {
    opacity: 0.7;
}

.my-account.order.cart .price-details {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.my-account.order .price-total .form-group {
    margin-right: 35px;
    max-width: 195px;
}

.my-account.order.cart .form-control {
    border-color: #4A4A4A;
    color: #000;
    font-size: 19px;
}

.my-account.order.cart .box.price-total .form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 400px;
}

.my-account.order.cart .btn.orange {
    /* max-width: 105px; */
    /* height: 40px; */
    /* display: inline-block !important; */
    font-size: 17px;
    min-width: auto;
    padding: 6px 22px 8px 22px;
    /*height: auto;*/
    height: 40px;
}

.my-account.order.cart .btn {
    text-decoration: none;
}

.my-account.order.cart .btn.cont-shopping {
    /*width: 100%;*/
    /*max-width: 178px;*/
    border: 2px solid #B7B7B7;
    font-size: 17px;
    color: #9B9B9B;
    font-weight: 500;
    height: 47px;
    /* line-height: 40px; */
    padding-bottom: 4px;
}

.my-account.order.cart .btn.cont-shopping:hover,
.my-account.order.cart .btn.cont-shopping:focus {
    color: #ffffff;
    background-color: #B7B7B7;
}

.my-account.order.cart .btn.green.checkout {
    /* max-width: 130px; */
    font-size: 20px;
    padding: 11px 22px;
}

.my-account.order.cart .btn.orange.applied {
    border-color: #9B9B9B;
    color: #9B9B9B;
    border-width: 2px;
    min-width: auto;
    padding: 8px 22px;
    height: auto;
}

.my-account.order.cart .btn-wrap {
    /* margin-top: 75px; */
    margin-top: 55px;
}

.my-account.order.cart .total-price-wrap {
    margin-right: 25px;
}

.tab-content {
    margin-top: 45px;
}

.my-account.order.cart .nav-tabs {}

.my-account.order.cart .nav-tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    text-align: center;
    font-size: 19px;
}

.my-account.order.cart .nav-tabs li a {
    color: #00698C;
}

.my-account.order.cart .nav-tabs li a span {
    display: inline-block;
    border: 1px solid #00698C;
    color: #00698C;
    border-radius: 50px;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 21px;
    margin-right: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.my-account.order.cart .nav-tabs>li>a {
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #00698C;
    margin: 0;
    border-right: 0px;
    height: 100%;
}

/* .my-account.order.cart .nav-tabs > li:nth-child(1n + 1) > a {
    border-right: 0px;
} */
.my-account.order.cart .nav-tabs>li:last-child>a {
    border-right: 1px solid #00698C;
}

.my-account.order.cart .nav-tabs>li.active>a,
.my-account.order.cart .nav-tabs>li.active>a:focus,
.my-account.order.cart .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background-color: #00698C;
    border: 1px solid #00698C;
    border-bottom-color: transparent;
}

.my-account.order.cart .nav-tabs>li.active>a span,
.my-account.order.cart .nav-tabs>li.active>a:focus span,
.my-account.order.cart .nav-tabs>li.active>a:hover span {
    border-color: #ffffff;
    color: #fff;
}

.my-account.order.cart .nav-tabs>li>a:hover,
.my-account.order.cart .nav-tabs>li>a:focus {
    border-color: #00698C;
    background-color: #00698C;
    color: #ffffff;
}

.my-account.order.cart .nav-tabs>li>a:hover span,
.my-account.order.cart .nav-tabs>li>a:focus span {
    border-color: #ffffff;
    color: #fff;
}

.login-signup .right-border {
    border-right: 1px solid #000;
}

.email-friend-wrap .form-group.indicates {
    margin-top: -20px;
}

.about-trtcle.create-acccount.login-signup .secure-log-in, .about-clenation.create-acccount.login-signup .secure-log-in {
    margin-bottom: 80px;
}

.credit-info .form-group {
    max-width: 87px;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 20px;
}

.credit-info .form-group:last-child {
    margin-right: 0px;
}

.credit-info .form-group .sbHolder {
    min-width: inherit;
}

.credit-info .form-group .sbHolder .sbSelector {
    background-position: 83% center;
    text-align: center;
}

.credit-info .form-group.expiry-title {
    max-width: 65px;
    width: 100%;
}

.my-account.order .credit-info .form-group.debit-card {
    max-width: 55px;
    margin-top: 0;
    margin-bottom: 0;
}

.my-account.order .credit-info .form-group.debit-card img {
    width: 100%;
}

.my-account.order.cart .form-control,
.my-account.order.cart .my-profile-form .form-group .sbHolder {
    border-color: #4A4A4A;
}

.my-account.order.cart .billing-add .box h5 span.title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 26px;
    color: #000;
    max-width: 55%;
    width: 100%;
}

.my-account.order.cart .billing-add .box h5:last-child span.title {
    margin-bottom: 0px;
}

.my-account.order .billing-add .price-details h5 span {
    font-size: 17px;
}

.my-account.order .billing-add .box h5 .two {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.my-account.order .billing-add .price-details {
    margin-bottom: 10px;
    padding-bottom: 25px;
}

.right-border {
    border-right: 1px solid #000;
}

.my-account.order .my-profile-wrap {
    max-width: 450px;
}

.my-account.order .my-profile-wrap.order {
    max-width: 310px;
    margin-left: auto;
}

.my-account.order .form-group.debit-card {
    margin-top: 27px;
}

.my-account.order.cart .btn-wrap.billing-add {
    margin-top: 17px;
}

.my-account.order.cart .btn-wrap.billing-add .box {
    width: 100%;
    margin-bottom: 14px;
}

.my-account.order .my-profile-wrap.billing-add {
    margin-top: 9px;
}

.my-profile-wrap.billing-add h6.border-title {
    font-size: 20px;
}

.my-profile-wrap.billing-add h6.border-title span {
    margin-left: 15px !important;
    max-width: 15px !important;
    margin-top: 0px !important;
}

.my-account.order.cart .btn-wrap.billing-add p {
    font-size: 19px;
    color: #767676;
    margin-top: 17px;
    margin-bottom: 0;
}

.my-profile-form .credit-info .box {
    width: 100%;
}

.my-account.order.cart .order-confirmation {
    max-width: 640px;
    margin: 0 auto;
}

.my-account.order.cart .order-confirmation .top-box h2 {
    font-size: 42px;
    padding: 0;
    margin-bottom: 20px;
}

.my-account.order.cart .order-confirmation .top-box .confirm-icon {
    max-width: 50px;
    margin-bottom: 30px;
    display: inline-block;
}

.my-account.order.cart .order-confirmation p {
    font-size: 19px;
    line-height: 20px;
    margin: 0 auto 27px;
}

.my-account.order.cart .order-confirmation .top-box p {
    max-width: 500px;
    margin: 0 auto 27px;
    font-size: 20px;
    line-height: 20px;
}

.my-account.order.cart .order-confirmation .top-box p.order-number {
    font-size: 30px;
    margin-bottom: 0px;
}

.my-account.order.cart .order-confirmation .price-details {
    margin-top: 60px;
}

.my-account.order.cart .order-confirmation .btn {
    margin-top: 40px;
    font-size: 20px;
    /* max-width: 160px; */
    padding: 13px 30px;
}

.my-account.order.cart .order-confirmation .box h5 span.title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}

.my-account.order.cart .order-confirmation .box h5 .two {
    text-align: right
}

/* ========================================== 
    Faculty Page Css Start
======================================== */
.our-faculty #on-cat-banner {
    padding-bottom: 15px;
}

.our-faculty .btn.btn-bor-white {
    border: 2px solid #ffff;
}

.our-faculty .btn.btn-bor-white:hover {
    border: 2px solid #ffff;
    background-color: #ffffff;
    color: #00698C;
}

.our-faculty #on-cat-banner .list {
    margin-top: 13px;
}

.our-faculty .filter-text.text-center h2,
.join-faculty h1 {
    font-size: 54px;
    margin-bottom: 40px;
    line-height: 55px;
    border: 0;
    padding: 0;
}

.our-faculty .filter-text.text-center {}

.our-faculty .filter-text.text-center p {
    max-width: 860px;
    line-height: 22px;
    margin-bottom: 45px;
}

.our-faculty .filter-text.text-center p:last-child {
    margin-bottom: 0px;
}

.our-faculty .filter-text.text-center .btn.orange {
    /* max-width: 190px; */
    font-size: 19px;
    font-size: 20px;
    /* height: 55px; */
    padding: 15px 23px;
}

.our-faculty .presenter .wrap-mr {
    margin-bottom: 50px;
}

.our-faculty .presenter .wrap-mr:last-child {
    margin-bottom: 0px;
}

.join-faculty {
    padding: 60px 0px 35px;
}

.join-faculty .content {}

.join-faculty h2 {
    font-size: 54px;
    margin-bottom: 36px;
}

.join-faculty .content>p {
    font-size: 19px;
    max-width: 800px;
    margin: 0 auto 35px;
    line-height: 22px;
}

.join-faculty .btn {
    /* height: 55px; */
    /* max-width: 190px; */
    padding: 15px 23px;
    border-width: 1px;
}

.join-faculty .contact-us-form .online-cource .sbHolder .sbSelector {
    color: #000;
    padding: 0px 12px;
}

.my-account.order.cart.join-faculty textarea.form-control {
    min-height: 122px;
    max-height: 122px;
}

.my-account.order.cart.join-faculty textarea.form-control.addinional {
    min-height: 100px;
    max-height: 100px;
    height: 100%;
    margin: 0px;
}

.my-account.order.cart.join-faculty .btn {
    margin-top: 58px;
}

.join-faculty .filter-text.text-center {
    padding: 30px 0 85px;
}

.faculty-member .faq-categories .box p.small-tittle {
    color: #707FB8;
    font-size: 22px;
}

.faculty-member .details {
    padding: 15px 0 0;
}

.faculty-member .details .wrap {
    position: relative;
    margin-bottom: 0px;
    justify-content: end;
    padding-right: 250px;
}

.faculty-member .details .wrap .text-wrap {
    text-align: right;
    margin-left: auto;
}

.faculty-member .details .wrap .img-wrap {
    max-width: 233px;
    height: auto;
    max-height: 233px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    /* top: calc(100% - 233px); */
    top: -130px;
    right: 0;
}

.faculty-member .details .wrap .img-wrap img {
    width: 100%;
    height: 100%;
}

.faculty-member .details .wrap .text-wrap h3,
.faculty-member .details .wrap .text-wrap h1 {
    font-size: 40px;
    margin-bottom: 5px;
}

.faculty-member .details .wrap .text-wrap p {
    font-size: 19px;
}

.faculty-member .details .wrap .text-wrap p a {
    font-weight: bold;
    display: block;
    margin-top: 8px;
    text-decoration: underline;
}

.faculty-member>section {
    padding: 0px;
    margin: 0px;
}

.faculty-member>section.common-m {
    margin-bottom: 20px;
}

.faculty-member .on-lnd-about.common-m.practice p {
    margin-bottom: 0;
}

.faculty-member #menu-box>li:last-child::before {
    display: none;
}

.faculty-member .cart-wrap span {
    max-width: 34px;
}

.faculty-member .bottom-btn {
    margin-top: 130px;
}

.bottom-btn .container.btn-wrap .cart-wrap .btn {
    /* max-width: inherit; */
    /* height: auto; */
    font-size: 18px;
    /* width: auto; */
    padding: 13px 30px;
    margin-right: 0;
    margin-bottom: 0px;
}

/* ========================================== 
    State Page Css Start
======================================== */
.state #on-cat-banner {
    background-position: 0 0%;
    padding: 70px 0px 100px;
}

.state #on-cat-banner.blue-overlay::before {
    background-color: rgb(10 10 10 / 85%);
}

.state #on-cat-banner .content {
    margin-bottom: 0px;
}

.state #on-cat-banner .content h1 {
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding-bottom: 15px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
    font-size: 60px;
}

.state #on-cat-banner .content h1+p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}

.state .custom-accordion {
    position: relative;
    padding-bottom: 55px;
    z-index: 2;
}

.state .custom-accordion::before,
.state .custom-accordion::after {
    content: '';
    position: absolute;
    top: 0px;
    width: 50%;
    background-color: #ffffff;
    height: 100%;
    z-index: -1;
}

.state .custom-accordion::before {
    left: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
}

.state .custom-accordion::after {
    right: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

/* .trangle-shape {
    position: absolute;
    border-top: 55px solid rgba(67,97,165,0.90);
    left: 0;
    right: 0;
    height: 55px;
    bottom: -55px;
} */
.state .left-text {
    max-width: 390px;
    margin-top: 87px;
    margin-right: 120px;
}

.state .box-wrap {}

.state .box-wrap .our-box {}

.state .box-wrap .our-box p {
    font-size: 24px;
    margin-bottom: 17px;
    font-weight: bold;
    color: #ffffff;
}

.state .box-wrap ul,
.state .get-access .price {
    background-color: rgba(255, 255, 255, 0.80);
    width: 286px;
}

.state .box-wrap ul li {
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.state .box-wrap ul li a {
    font-size: 20px;
    font-weight: 500;
    padding: 17px 0px;
    display: block;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 15px;
}

.state .box-wrap ul li:last-child a {
    border-bottom: 0px;
}

.state .box-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00698c;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.30);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.state .box-wrap ul li:hover::before,
.state .box-wrap ul li:focus::before,
.state .box-wrap ul li.active::before {
    opacity: 1;
}

.state .box-wrap ul li:hover a,
.state .box-wrap ul li:focus a,
.state .box-wrap ul li.active a {
    color: #ffffff;
    border-color: #00698c;
}

.state .get-access {
    margin-left: 35px;
}

.state .get-access>p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 17px;
}

.state .get-access .price {
    padding: 30px 0px 15px;
}

.state .get-access .price p {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 10px;
}

.state .get-access .price h5 {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 30px;
}

.state .get-access .price .btn {
    /* max-width: 140px; */
    font-size: 17px;
    font-weight: 500;
    /* padding-bottom: 3px; */
    /* height: 40px; */
    padding: 5px 25px 8px;
}

.state .custom-accordion {
    /* margin-top: 135px; */
    padding-top: 45px;
    padding-bottom: 0;
    background-color: #ffffff;
}

.state .custom-accordion .wrap h2 {
    margin-bottom: 25px;
}

.state .custom-accordion .wrap .text-wrap {
    max-width: 740px;
    margin: 0 auto;
}

.state .custom-accordion .wrap .text-wrap:last-child {
    padding-bottom: 0;
}

.state .approved.box-wrap {
    padding: 50px 0 35px;
}

.state .approved.box-wrap h2 {
    margin-bottom: 20px;
}

.state .approved.box-wrap p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

.state .approved.box-wrap ul {
    max-width: 520px;
    margin: 45px auto 0;
    text-align: left;
    background-color: transparent;
    width: 100%;
}

.state .approved.box-wrap ul li a {
    margin: 0;
    padding: 16px 15px;
    color: #FFB400;
    border-color: #ffffff;
    font-weight: bold;
}

.state .approved.box-wrap ul li:hover a,
.state .approved.box-wrap ul li:focus a,
.state .approved.box-wrap ul li.active a {
    color: #ffffff;
}

.state .approved.box-wrap ul li::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.state .wrapper.quality-course-wrp {
    padding: 73px 0px 15px;
}

/* ========================================== 
    Multi Day Page Css Start
======================================== */
.up-coming-course.choose-date .img-wrap .img-title p {
    font-size: 28px;
    line-height: 25px;
}

.up-coming-course.choose-date .img-wrap .img-title p span {
    font-size: 18px;
}

.up-coming-course.choose-date .img-wrap .hover-text {
    overflow: auto;
}

.up-coming-course.choose-date .img-wrap .hover-text .select-date {
    font-size: 29px;
    font-weight: bold;
    color: #FFCA49;
    text-transform: uppercase;
}

.up-coming-course.choose-date .img-wrap .text {
    top: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.up-coming-course.choose-date .img-wrap .text p {
    font-size: 18px !important;
}

.up-coming-course.choose-date.choose-date .img-wrap:hover .text,
.up-coming-course.choose-date.choose-date .img-wrap:focus .text {
    z-index: 0;
}

.up-coming-course.choose-date .img-wrap .hover-text {
    background-color: rgba(0, 0, 0, 0.50);
}

.up-coming-course.choose-date .img-wrap .img-title {
    background-color: rgba(0, 0, 0, 0.25);
}

.multi-day #menu-box .add-cart.select-date a {
    background-color: transparent;
    font-weight: bold;
    color: #004eff !important;
}

.multi-day #menu-box .add-cart.select-date a:hover,
.multi-day #menu-box .add-cart.select-date a:focus {
    background-color: #004eff;
    color: #ffffff !important;
}

.up-coming-course.choose-date .img-wrap.select-date .text.orange {
    background-color: rgba(255, 180, 0, 0.80);
}

.up-coming-course.choose-date .img-wrap.none-date .image {
    -webkit-filter: saturate(0);
    filter: saturate(0);
}

.up-coming-course.choose-date .img-wrap.none-date:hover .text,
.up-coming-course.choose-date .img-wrap.none-date:focus .text {
    z-index: 1;
}

.up-coming-course.choose-date .img-wrap.none-date .img-title {
    z-index: 1;
}

.up-coming-course.choose-date .img-wrap.none-date:hover .img-title,
.up-coming-course.choose-date .img-wrap.none-date:focus .img-title {
    opacity: 1;
}

#menu-box li.timer-wrap.gray #timer li {
    color: #9B9B9B;
}

/* ========================================== 
    Calendar Page Css Start
======================================== */
.info {
    padding: 20px 0px;
}

.info p {
    font-size: 19px;
    line-height: 22px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.info p:last-child {
    margin-bottom: 0px;
}

.info .live-group {
    margin-top: 35px;
    margin-bottom: 0px;
}

.info .live-group li {
    font-size: 19px;
    margin-right: 50px;
}

.info .live-group li:last-child {
    margin-right: 0px;
    margin-bottom: 0;
}

.info .live-group li span {
    display: inline-block;
    max-width: 35px;
    margin-right: 15px;
}

.info .live-group li span.live-in-class {
    max-width: 56px;
}

.info .calendar-wrap {
    margin-bottom: 125px;
}

/* ========================================== 
   Last Changes Css Start
======================================== */
#on-cat-banner.on-ctl-bg .content img {
    max-width: 75px;
}

#on-cat-banner.cle-require .content img {
    max-width: 195px;
}

.filter-text.cle-require p {
    max-width: 700px;
}

.form-group .form-control {
    transition: all 0.3s;
    box-shadow: 0px 0px 0px 0px #97ADDF;
}

.form-group .form-control:focus {
    box-shadow: 0px 0px 9px 2px #97ADDF;
}

.form-group .sbHolder,
.form-group .sbSelector {
    box-shadow: 0px 0px 0px 0px #97ADDF;
}

.form-group .sbHolder:focus,
.form-group .sbSelector:focus {
    box-shadow: 0px 0px 9px 2px #97ADDF;
}

.sbHolder .sbOptions li:first-child {
    margin-top: 10px;
}

.sbHolder .sbOptions li:last-child {
    margin-bottom: 10px;
}

.courses-filter .courses-drop .sbHolder .sbOptions {
    min-width: 260px;
    left: 50%;
    transform: translateX(-50%);
}

/* ========================================== 
   Mac-Chrome & Safari Css Start
======================================== */
/* .Macchrome #about.not-fonud h1,
.MacFirefox #about.not-fonud h1,
.Safari #about.not-fonud h1 {
    padding-bottom: 40px;
}

.Macchrome #about h1,
.MacFirefox #about h1,
.Safari #about h1 {
    padding-bottom: 5px;
}

.Macchrome .filter-wrapper .img-wrap .text,
.Macchrome .up-coming-course .img-wrap .text,
.Safari .filter-wrapper .img-wrap .text,
.Safari .up-coming-course .img-wrap .text {
    padding: 3px 15px 2px;
}

.Macchrome .up-coming-course.choose-date .img-wrap .text,
.Safari .up-coming-course.choose-date .img-wrap .text {
    padding: 10px 0px;
}

.Macchrome #on-lnd-banner .content .prev-wrap,
.MacFirefox #on-lnd-banner .content .prev-wrap,
.Safari #on-lnd-banner .content .prev-wrap {
    padding-bottom: 15px;
}

.Macchrome #on-lnd-banner .content .prev-wrap h2 small,
.MacFirefox #on-lnd-banner .content .prev-wrap h2 small,
.Safari #on-lnd-banner .content .prev-wrap h2 small {
    margin-top: 8px;
}

.Macchrome .sbHolder .sbOptions li,
.Safari .sbHolder .sbOptions li {
    padding: 0px 15px;
}


.Macchrome .live-cle-program .text-box .btn,
.MacFirefox .live-cle-program .text-box .btn,
.Safari .live-cle-program .text-box .btn {
    padding-top: 10px;
}

.Macchrome .filter-wrapper .text-wrap .cart-wrap .btn.add-cart,
.Macchrome .filter-wrapper .text-wrap .cart-wrap .btn.learn-more,
.Macchrome .btn-checkout,
.MacFirefox .filter-wrapper .text-wrap .cart-wrap .btn.add-cart,
.MacFirefox .filter-wrapper .text-wrap .cart-wrap .btn.learn-more,
.MacFirefox .btn-checkout,
.Safari .filter-wrapper .text-wrap .cart-wrap .btn.add-cart,
.Safari .filter-wrapper .text-wrap .cart-wrap .btn.learn-more,
.Safari .btn-checkout {
    line-height: 37px;
}

.Macchrome .email-friend-wrap .form-group .btn.green,
.Safari .email-friend-wrap .form-group .btn.green {
    padding: 9px 35px 7px;
}

.MacFirefox .email-friend-wrap .form-group .btn.green {
    padding: 8px 35px 6px;
}

.Macchrome .contact-us-form .form-group.btn-wrap .btn,
.Safari .contact-us-form .form-group.btn-wrap .btn {
    padding: 10px 30px 7px;
}

.MacFirefox .contact-us-form .form-group.btn-wrap .btn {
    padding: 9px 30px 8px;
}

.Macchrome .bottom-btn .container.btn-wrap .cart-wrap .btn,
.Safari .bottom-btn .container.btn-wrap .cart-wrap .btn {
    padding: 16px 30px 13px;
}

.Macchrome .finally-home .box a,
.MacFirefox .finally-home .box a,
.Safari .finally-home .box a,
.Macchrome .we-offer .box a,
.MacFirefox .we-offer .box a,
.Safari .we-offer .box a {
    padding: 10px 25px;
}

.Macchrome .form-wrap .button-sec .btn,
.MacFirefox .form-wrap .button-sec .btn,
.Safari .form-wrap .button-sec .btn {
    padding: 8px 0 7px;
}

.Macchrome .btn.add-cart,
.Macchrome .btn.learn-more,
.Macchrome .btn-checkout,
.Safari .btn.add-cart,
.Safari .btn.learn-more,
.Safari .btn-checkout {
    padding: 18px 30px 13px;
}

.MacFirefox .btn.add-cart,
.MacFirefox .btn.learn-more,
.MacFirefox .btn-checkout {
    padding: 17px 30px 14px;
}

.MacFirefox .cart-box .btn-checkout {
    padding-top: 0;
}

.MacFirefox nav ul.login-cart .cart span {
    top: -8px;
}

.Macchrome .my-account.order.cart .btn.cont-shopping,
.MacFirefox .my-account.order.cart .btn.cont-shopping,
.Safari .my-account.order.cart .btn.cont-shopping {
    line-height: 47px;
    padding: 0 15px;
}

.Macchrome .my-account.order.cart .nav-tabs li a span,
.MacFirefox .my-account.order.cart .nav-tabs li a span,
.Safari .my-account.order.cart .nav-tabs li a span {
    line-height: 24px;
}

.Macchrome .my-account.order.cart .btn.green.checkout,
.MacFirefox .my-account.order.cart .btn.green.checkout,
.Safari .my-account.order.cart .btn.green.checkout {
    padding: 13px 22px;
}

.Macchrome .state .get-access .price .btn,
.MacFirefox .state .get-access .price .btn,
.Safari .state .get-access .price .btn {
    padding: 8px 25px 5px;
}

.Macchrome .state .get-access .price h5,
.MacFirefox .state .get-access .price h5,
.Safari .state .get-access .price h5 {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 18px;
}

.Macchrome .state .get-access .price p,
.MacFirefox .state .get-access .price p,
.Safari .state .get-access .price p {
    margin-bottom: 18px;
}

.Macchrome .live-lecture-interior .about-course .form-btn .btn,
.MacFirefox .live-lecture-interior .about-course .form-btn .btn,
.Safari .live-lecture-interior .about-course .form-btn .btn {
    padding: 13px 25px 10px;
}

.Macchrome .my-certificate .form-wrap .btn.blue,
.MacFirefox .my-certificate .form-wrap .btn.blue,
.Safari .my-certificate .form-wrap .btn.blue {
    padding: 14px 35px 10px;
}

.Macchrome .live-credits .my-account .box .button-sec .btn,
.MacFirefox .live-credits .my-account .box .button-sec .btn,
.Safari .live-credits .my-account .box .button-sec .btn {
    padding: 17px 28px 14px;
}

.Macchrome .my-profile-form .btn.green,
.MacFirefox .my-profile-form .btn.green,
.Safari .my-profile-form .btn.green {
    padding: 13px 35px 10px;
}

.Macchrome .unlimited-subscription .btn.orange,
.MacFirefox .unlimited-subscription .btn.orange,
.Safari .unlimited-subscription .btn.orange {
    line-height: 55px;
}

.Macchrome .email-friend-wrap.plan-expired .btn.green.agree,
.Safari .email-friend-wrap.plan-expired .btn.green.agree {
    padding: 11px 26px 8px;
}

.MacFirefox .email-friend-wrap.plan-expired .btn.green.agree {
    padding: 10px 26px 9px;
}

.Macchrome .plan-expired.audio-instruction .btn.green.gray,
.Safari .plan-expired.audio-instruction .btn.green.gray {
    padding: 11px 34px 8px;
    max-width: inherit;
}

.MacFirefox .plan-expired.audio-instruction .btn.green.gray {
    padding: 10px 34px 9px;
}

.Macchrome .download-customer-btn .cart-wrap span,
.Safari .download-customer-btn .cart-wrap span {
    line-height: 32px;
}

.MacFirefox .download-customer-btn .cart-wrap span {
    line-height: 30px;
}

.Macchrome .my-account.order .invoice .btn,
.MacFirefox .my-account.order .invoice .btn,
.Safari .my-account.order .invoice .btn {
    padding: 10px 17px;
}

.Macchrome .contact-us-form .online-cource .sbHolder .sbSelector,
.MacFirefox .contact-us-form .online-cource .sbHolder .sbSelector,
.Safari .contact-us-form .online-cource .sbHolder .sbSelector {
    line-height: 39px;
}

.Macchrome #menu-box li.add-cart a,
.MacFirefox #menu-box li.add-cart a,
.Safari #menu-box li.add-cart a {
    line-height: 66px;
}


.Macchrome #on-lnd-banner .content .list .sbSelector,
.MacFirefox #on-lnd-banner .content .list .sbSelector,
.Safari #on-lnd-banner .content .list .sbSelector {
    background-position: 100% 50%;
} */

/* ========================================== 
   Internet Explorer Css Start
======================================== */
#about.banner .container {
    width: 100%;
}

.IE11 nav ul.login-cart .cart ul.cart-box .btn-checkout {
    line-height: 34px;
}

.IE11 .up-coming-course .img-wrap .hover-text {
    display: block !important;
}

.IE11 .up-coming-course .img-wrap .hover-text .para {
    /* padding-bottom: 80px; */
    padding-bottom: 0px;
    margin-bottom: 10px;
    display: block;
}

.IE11 .up-coming-course .img-wrap .hover-text .para p:last-child {
    /* margin-bottom: 35px; */
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 10px;
    display: block;
}

.IE11 .up-coming-course .img-wrap .hover-text .link {
    /* padding-bottom: 25px; */
    padding-bottom: 0px;
    margin-bottom: 20px;
    display: block;
}

.IE11 .filter-wrapper .text-wrap .cart-wrap .btn.add-cart,
.IE11 .filter-wrapper .text-wrap .cart-wrap .btn.learn-more,
.IE11 .btn-checkout {
    width: inherit;
}

.IE11 .contact-us-form .input-group-btn {
    max-width: 41px;
}

.IE11 .contact-us-form .form-group .form-control {
    padding-top: 0;
    padding-bottom: 0;
}

.IE11 .client-testi .owl-nav .owl-prev,
.IE11 .client-testi .owl-nav .owl-next {
    display: block;
}

.IE11 .client-testi .owl-nav .owl-next {
    right: -100px;
    left: auto;
}

.IE11 .client-testi .owl-nav img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.IE11 .form-wrap .online-cource .sbHolder .sbSelector {
    line-height: 35px;
}

.IE11 .email-friend-wrap .form-group .form-control {
    padding-top: 5px;
}

.IE11 .my-certificate .form-wrap :-ms-input-placeholder.form-control {
    padding-top: 0;
}

.IE11 .contact-us-form .online-cource.dropdown-field.form-control {
    padding-top: 0
}

.IE11 .main-warpper {
    height: 100%;
    /* margin-bottom: 50px; */
}

.IE11 .height-warpper {
    position: relative;
    /*height: auto;*/
}

.IE11 footer {
    /*margin-top: 50px;*/
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0px; */
}

.IE11 .category-checkbox .pretty.p-default .state label::after {
    transform: scale(.7) translateX(-1px) translateY(0.5px);
}

.IE11 .my-certificate .table>tbody>tr>td .td-title {
    max-width: 430px;
    width: 100%;
}

.IE11 .blue-overlay::before {
    opacity: 0.90;
}

.IE11 .white-collor .price-wrap .price {
    height: 100%;
}

.IE11 .white-collor .price-wrap {
    height: auto;
}

.IE11 .main-wrapper {
    /*margin-bottom: auto;*/
    /*height: 100%;*/
    /* display: flex;
    justify-content: center;*/
}

.IE11 .height-warpper {
    /*height: auto;*/
    width: 100%;
    justify-content: flex-start !important;
    /*padding-bottom: 170px;*/
}


.IE11 footer {
    margin-top: auto;
    /*position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: -1;*/
}

.IE11 body {
    /*height: 100%;*/
    /*display: flex;*/
}

.IE11 .cart.order.my-account .cont-shopping.btn {
    line-height: 25px;
}

.IE11 .cart.order.my-account .cont-shopping.btn:hover,
.IE11 .cart.order.my-account .cont-shopping.btn:focus {
    /*color: #FFB400;*/
}

.IE11 .btn-checkout {
    padding: 8px 15px;
}

footer .top .social-links {
    flex: 0 0 auto;
}

/* .IE11 .plan-expired.audio-instruction .btn.green.gray {
    padding: 9px 34px;
} */
/*======================
    End Internet Explorer CSS
===========================*/
section#on-lnd-banner .container,
section#about.banner .container {
    /* margin: 0;
    margin-left: auto;
    margin-right: auto; */
    /* width: 100%; */
}

/* section#on-lnd-banner.on-lnd-bg.banner .container{
    width: 1170px;
} */

.contact-us-form .has-error .form-control,
.my-account.order.cart .form-group.has-error.has-danger .form-control,
.recovery-pass .contact-us-form .form-group.has-error.has-danger .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.contact-us-form .form-group .help-block ul {
    text-align: left;
}

.map-wrap {
    position: relative;
    margin-right: 15px;
    max-width: 250px;
    width: 100%;
    height: 150px;
}

.map-wrap input#place-id {
    height: 100%;
    width: 100%;
}

.map-wrap div#map {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-right: 0;
}

header.inner {
    padding: 0;
    margin: 0;
}

header {
    padding: 0;
    margin: 0;
}

header.sticky {
    padding: 0;
}

header>.container {
    padding: 20px 0px 20px;
}

.main-wrapper {
    margin-top: 0px;
}

header.inner+.main-wrapper {
    margin-top: 0px;
}

header.desktop-header nav.landing-header {
    width: calc(100% - 18%);
    flex-direction: row-reverse !important;
    justify-content: center !important;
    position: relative;
}

header.desktop-header nav.landing-header .menu.left-menu {
    margin-right: unset;
    margin-left: auto;

}

#input_fields_wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}

#input_fields_wrap .row>div {
    padding: 0 10px;
}

.white-collor div#iframe_video iframe {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.cart-wrap.d-flex.align-items-center.cart_1633 .btn {
    color: #fff;
}

.cart-wrap.d-flex.align-items-center.cart_1633 .btn:hover {
    color: #00698C;
}

.my-profile-form {
    position: relative;
}

.hover-box.email-friend-wrap.plan-expired {
    position: absolute;
    left: -100%;
    top: 50%;
    right: auto;
    z-index: 999;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.hover-box.email-friend-wrap.plan-expired.active {
    opacity: 1;
    visibility: visible;
}

.up-coming-course .date-add {
    flex: 0 0 60%;
}

.up-coming-course .img-wrap .text:nth-child(2) {
    top: 45px;
}

.up-coming-course .img-wrap .text:nth-child(3) {
    top: 75px;
}

.course-sec-desc .btn.btn-wht-brd.btn-whtHover.cart-add-button {
    color: #fff;
}

.course-sec-desc .btn.btn-wht-brd.btn-whtHover.cart-add-button:hover,
.course-sec-desc .btn.btn-wht-brd.btn-whtHover.cart-add-button:focus {
    color: #00698c;
}

ul#list_icon_section {
    margin-top: 60px;
}

.announcement .container {
    display: block !important;
}

.inner-description,
.details {
    word-break: break-word;
}

/*.white-collor .video-wrap div#iframe_video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
}

#video-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
#video-wrap iframe{
    height: 100%;
}*/
.video-instruction {
    margin-top: 30px;
}

.link_green_blue {
    color: #00698C !important;
    transition: all 0.3s;
}

.img-wrap .hover-text .link_green_blue {
    color: #ffb400 !important;
}

.link_green_blue:hover {
    color: #00698C !important;
}

.detail_page_view_button .account-view-button {
    display: none !important;
}

.sbOptions a {
    padding: 0 !important;
}

#menu-box li.add-cart .sold-out:hover,
#menu-box li.add-cart .sold-out:focus {
    color: #fff !important;
}

.faculty-member .details .wrap .img-wrap {
    width: 100%;
    height: 233px;
}

.faculty-member .details .wrap .img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#menu-box>li.active a {
    color: #fff !important;
}

.course-sec-desc .btn {
    color: #fff;
}

.navigation-bar.bottom {
    top: 90px !important;
    /*bottom: calc(100% + 200px);*/
    bottom: 250px;
}

.white-collor .video-wrap {
    /* max-width: 696px; */
    /* height: 100%; */
    width: 100%;
    position: relative;
    /* margin-bottom: 30px; */
}

div#iframe_video {
    position: relative;
    padding-bottom: 59%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

.white-collor div#iframe_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}

.account-links.scrollfix-top.bottom .dropdown-menu.d-lg-block {
    position: static;
    background-color: #fff;
}

.white-collor .price-wrap .state-wrap .state .sbHolder .sbOptions {
    min-width: 170px;
}

.my-account.my-certificate .box p a {
    text-decoration: underline !important;
    font-size: 19px;
}

.certificate_wrapper .courses-box {
    margin-bottom: 60px;
}

.billing-add .other-links.text-right {
    padding-bottom: 15px;

}

nav ul.login-cart .cart ul.cart-box li.items-name span.web-cart-item-name {
    margin-bottom: 0;
}

.calendar-wrp .responsive-calendar {
    height: 100%;
}

.calendar-wrp .course-wrp {
    max-height: 600px !important;
    min-height: 600px !important;
}

.course-wrp .course-list li:last-child {
    margin-bottom: 36px;
}

/*------------ Inter Explorer EDGE Hacks----------------*/
_:-ms-fullscreen,
:root .blue-overlay::before,
_:-ms-fullscreen,
:root .blue-overlay#about::before {
    background-color: rgba(0, 31, 102, 0.7);
    mix-blend-mode: normal;
}

/*_:-ms-fullscreen, :root .height-warpper {
    height: auto;
}*/

html.Safari {
    height: 100%;
}


.filter-wrapper .text-wrap h5.unlimited-h5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 120px;
    position: relative;
}

.filter-wrapper .text-wrap h5.unlimited-h5 .btn {
    cursor: pointer;

    font-size: 13px;
    height: 37px;
    line-height: 36px;
    margin: 0;
    margin-left: 20px;
    max-width: inherit;
    min-width: 111px;
    position: absolute;
    padding: 0;
    right: 0;
    width: auto;
}

/*.announcement,
.adjust_height,
footer {
    z-index: 999;
    position: relative;
}
.account-links {
    z-index: 99;
    position: relative;
}
.main-wrapper .my-account .f-col-lg-9 {
    min-height: 700px;
}*/


.announcement,
.adjust_height,
footer {
    /*z-index: 999;*/
    z-index: 99;
    position: relative;
}

.account-links {
    z-index: 99;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.sbOptions {
    z-index: 9999 !important;
}

.live-lecture-interior .map-text .blue-map-details .border-title {
    padding-left: 42px;
}

.live-lecture-interior .map-text .blue-map-details h3 {
    flex: 0 0 auto;
}

.container.change_sticky {
    padding-bottom: 50px;
}

.change_sticky .list-menu-wrap {
    position: sticky;
    top: 150px;
    margin-top: -200px;
}

.change_sticky .list-menu-wrap #menu-box {
    position: static;
    transform: translate(0);
    height: auto;

}

/* ------------- Santosh, NPA ------------------- */
.tele-catalog .header-desc {
    color: #fff;
    line-height: 22px;
    margin-bottom: 17px;
    font-weight: 500;
}

.affordable-text {
    padding-bottom: 0;
}

.affordable-text h2,
.cle-custom-text h2 {
    margin-bottom: 25px;
}

.cle-custom-text {
    margin-bottom: 10px;
}

.tele-catalog .cle-bundle-desc {
    color: #fff;
    margin-bottom: 17px;
}

.cle-bundle-f .btn.btn-bor-green {
    border: 2px solid #00698c;
}

.cle-bundle-f .btn.btn-bor-green:hover {
    border: 2px solid #00698c;
    background-color: #00698C;
    color: #ffffff;
}

.cle-require .state-req-desc {
    color: #fff;
    margin-bottom: 17px;
}

#on-cat-banner .list h2 {
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 6px;
}

#on-cat-banner .filter-course .list p {
    padding-bottom: 5px;
}

#on-cat-banner .filter-course .list p {
    font-size: 23px;
    color: #000;
    line-height: 34px;
}

.tele-catalog #message_html h3 {
    font-size: 28px;
    line-height: inherit;
    text-align: center;
    margin-bottom: 20px;
}

.white-collor h1 {
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 40px;
    line-height: 47.04px;
}

.live-details-content ul,
.live-details-content li,
.live-details-content ol {
    list-style: revert !important;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px !important;
}

#Education ul,
#Education li,
#Education ol {
    list-style: revert !important;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px !important;
}

.about-course ul,
.about-course li,
.about-course ol {
    list-style: revert !important;
    font-size: 20px;
    /* line-height: 24px; */
    line-height: 30px;
    padding-left: 20px !important;
}

.blue-map-details ul,
.blue-map-details li,
.blue-map-details ol {
    list-style: revert !important;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px !important;
}

#Live-CLE-Program ul,
#Live-CLE-Program li,
#Live-CLE-Program ol {
    list-style: revert !important;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px !important;
}

.live-details-content .wrap>p {
    margin-bottom: 10px;
}

.live-details-content .wrap ul,
.live-details-content .wrap ol {
    margin-bottom: 10px;
}

.live-lecture .live-details-content p,
.live-lecture .live-details-content .wrap ul,
.live-lecture .live-details-content .wrap ol,
.live-lecture .live-cle-program .address p,
.live-lecture .live-cle-program .address ul,
.live-lecture .live-cle-program .address ol {
    margin-bottom: 10px;
}

.inner-description ul,
.inner-description ol,
.inner-description li {
    list-style: revert !important;
    line-height: 24px;
    padding-left: 20px !important;
    font-size: 17px;
}

#About-the-Lecturer ul,
#About-the-Lecturer ol,
#About-the-Lecturer li {
    list-style: revert !important;
    line-height: 24px;
    padding-left: 20px !important;
    font-size: 20px;
}

button.form-close-btn.d-flex.justify-content-center.align-items-center {
    top: -1.1em !important;
    right: -1em !important;
}

#Education ul {
    margin-bottom: 24px !important;
}


.billing-add .other-links a.grn-brd {
    font-size: 20px;
}

.client-testi .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.client-testi .owl-nav .owl-prev,
.client-testi .owl-nav .owl-next {
    background: #f2f2f2;
    border: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    border-radius: 50px;
}

.owl-carousel .owl-dot {
    border: none;
    width: 20px;
    height: 6px;
    border-radius: 5px;
    margin: 0 1px;
    background: #D9D9D9;
}

.client-testi .owl-carousel .owl-dot.active {
    background: #00698C;
    width: 40px;
}

.panel-body {
    padding: 15px;
}

/*.custom-accordion .panel.panel-default .collapse:not(.show) {
    display: inherit;
}*/
.pagination>li>a,
.pagination>li>span {
    float: left;
}

.announcement {
    background-color: #000 !important;
}

.announcement #close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.sa-button-container button {
    padding: 8px 23px;
    margin: 0 5px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
li.err_first_name,
.with-errors li {
    color: #a94442;
    font-size: 14px;
}

.email-friend-wrap .form-group .btn.green[disabled],
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn[disabled] {
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: auto;
}

.eventCalendar-wrap {
    display: flex;
    align-items: stretch;
}

.eventsCalendar-list-wrap .row {
    margin: 0;
}

div#calender_view {
    padding: 0;
}

.sbOptions li a {
    font-size: 16px;
}

.sbHolder .sbOptions a:hover,
.sbHolder .sbOptions a:focus,
.sbHolder .sbOptions a.sbFocus {
    color: #00698c;
}

ul.pagination.onl-catlog-pagination {
    justify-content: center;
}

.hide {
    display: none !important;
}

.custom-accordion .panel.panel-default .collapse.show {
    display: block !important;
}

body .bg-orange,
body .bg-orange[type="button"] {
    appearance: auto;
    -webkit-appearance: auto;
}

.contact-us-form .form-group.btn-wrap .btn.blue.disabled {
    cursor: not-allowed !important;
}

.contact-us-form .form-group.btn-wrap .btn.blue {
    cursor: pointer !important;
}

.price-wrap a.sold-out-live-lecture {
    border: 1px solid #ab1f1f;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 37px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 94px;
    display: block;
    background-color: transparent;
    padding: 0px;
    min-width: inherit;
    background: #ab1f1f;
    pointer-events: none;
    min-width: 110px;
}

.toast.toast-success {
    background-color: #00698C;
}

@media (min-width: 1920px) {
    body header .container {
        max-width: 1320px;
    }
}

@media (max-width: 1199px) {
    body #menu-box.stick {
        top: 0 !important;
    }

    #menu-box li a {
        padding: 15px 20px 15px;
    }
}

.user_image.presenter .text-sm-left > a {  max-width: 233px;  width: 100%;  border-radius: 50%;  height: auto;  max-height: 233px;  display: inline-block;  min-width: 233px;  min-height: 233px;  display: flex;  justify-content: center;  align-items: center;  overflow: hidden;}

.user_image.presenter .text-sm-left > a img {  border-radius: 0px;  min-height: 270px;  max-width: unset !important;  max-height: 240px;  width: auto !important;}
 
.cls_custom_toggle .collapse:not(.show) {
    display: none !important;
  }