/***** Popup Start Here *****/
.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding-right: 0 !important;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
}

.modal-content {
    position: relative;
    background-color: var(--white);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-content .already_added {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-content .cart-content {
    padding: 20px 25px;
}

.modal-content .cart-content h3 {
    font-size: var(--fs24);
    font-weight: 400;
    line-height: normal;
}

.modal-content .cart-content .cart-includes-checkout .includes {
    border-right: 1px solid #d7d7d7;
}

.modal-content .cart-content .cart-includes-checkout li {
    position: relative;
    font-size: var(--fs15);
    line-height: normal;
    margin-bottom: 12px;
    padding-left: 15px;
    color: var(--cod-grey);
}

.modal-content .cart-content .cart-includes-checkout li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cod-grey);
    left: 0;
    top: 6px;
}

.modal-content .cart-content .cart-includes-checkout h4 {
    font-size: 17px;
    margin: 0 0 10px;
}

.modal-content .reminder-message {
    padding: 10px 89px 10px 29px;
    background: #f2f7e6;
    font-size: var(--fs15);
    line-height: normal;
}

.modal-content .reminder-message .ub-bld {
    font-weight: 700;
}

#addToCartModal .modal-body .cart-items ul li {
    padding-left: 0;
}

#addToCartModal .modal-body .cart-items ul li:after {
    display: none;
}

#addToCartModal .modal-body .cart-items .name {
    float: left;
    width: 80%;
}

#addToCartModal .modal-body .cart-items .group {
    clear: both;
    line-height: normal;
    padding: 0;
}

#addToCartModal .modal-body .cart-items .group:after {
    display: none;
}

#addToCartModal .modal-body .cart-items .group:last-child {
    border-top: 1px solid #dfdfdf;
    margin-top: 0;
    padding-top: 5px;
}

#addToCartModal .modal-body .cart-items .price {
    float: right;
}

#addToCartModal .modal-body .cart-items .group {
    clear: both;
    line-height: normal;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
}

#addToCartModal .modal-body .cart-items .total-label {
    font-weight: 900;
    float: left;
    font-size: var(--fs15);
}

#addToCartModal .modal-body .cart-items .total-value {
    font-weight: 900;
    float: right;
    font-size: var(--fs15);
}

.cart-options button {
    display: inline-block;
    padding: 11px 35px;
    line-height: 18px;
    font-size: var(--fs15);
    font-family: "Atkinson Hyperlegible";
    font-weight: 700;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: var(--flamingo);
    color: var(--white);
    border: none;
    outline: none;
    margin: 0 0 10px;
}

.cart-options button:hover {
    background: var(--jungle-green);;
}

.subscribe-message {
    padding: 20px 0 0;
}

.subscribe-message p {
    font-size: var(--fs15);
    line-height: normal;
    margin: 0 0 15px;
}

.a-center {
    text-align: center;
}

.small-options a {
    font-size: var(--fs15);
    line-height: normal;
    display: inline-block;
    color: var(--elm);
}

.small-options a:hover {
    color: var(--flamingo);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--black);
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-body.popup-desing {
    padding: 25px;
}

.modal-body.popup-desing .popup-parts {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.modal-body.popup-desing .membership-left h3 {
    font-size: var(--fs20);
    line-height: normal;
    margin: 0 0 15px;
}

.modal-body.popup-desing .membership-left p {
    font-size: var(--fs15);
    line-height: 20px;
}

.modal-body.popup-desing .membership-left .log-title {
    font-size: var(--fs15);
}

.modal-body.popup-desing .membership-left .login {
    margin-top: 5px;
    max-width: 270px;
}

.modal-body.popup-desing .membership-left .login .site-btn {
    display: block;
    text-align: center;
    margin: 0 0 10px;
}

.modal-body.popup-desing .membership-left .add-with-membership button {
    max-width: 270px;
}

.modal-body.popup-desing .membership-right h4 {
    font-size: var(--fs20);
    line-height: normal;
    margin: 0 0 15px;
}

.modal-body.popup-desing .membership-right p {
    font-size: var(--fs15);
    line-height: 20px;
}

.modal-body.popup-desing .membership-right .benefits-bg ul li {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0px 0 15px 0;
    list-style: none;
    font-size: var(--fs15);
    line-height: 20px;
}

.modal-body.popup-desing .membership-right .benefits-bg ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(../../images/check-ic.svg) top left no-repeat;
}

.modal-footer {
    padding: 0;
    text-align: right;
    border-top: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.modal-footer .btn {
    background-image: url(../../images/form-close-ic.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 35px;
    height: 35px;
    font-size: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: var(--white);
    padding: 0 inherit;
    border-radius: 0;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

#add_to_cart_loading_overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}

#add_to_cart_loading_overlay #add_to_cart_loading_image {
    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%;
}

#add_to_cart_loading_overlay #add_to_cart_loading_image span {
    color: var(--white);
    font-size: 60px;
}

#courseEquivModal .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
#courseEquivModal .modal-header .img_wrapper {
    height: 75px;
    white-space: nowrap;
    text-align: center;
    border-right: 1px solid #fff;
}
#courseEquivModal .modal-header {
    position: relative;
    color: #fff;
    border-bottom-width: 0px;
    background: #101820;
}
#partner_course_title{
	color: #fff;
}
#courseEquivModal .modal-header .title_wrapper {
    padding-left: 30px;
    padding-top: 15px;
}
#courseEquivModal .modal-header img {
    vertical-align: middle;
    max-height: 75px;
    max-width: 80%;
}
#courseEquivModal .modal-header .img_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#courseEquivModal .modal-body {
    position: relative;
    padding: 15px;
}
#courseEquivModal .modal-body span{
font-weight: 900;
}
#courseEquivModal .border-btn{
	display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom:10px;
}


/***** Popup END Here *****/