/* ===================================
    About
====================================== */
/*
    Theme Name: Hurak
    Theme URI: Hurak.com
    Page: Style.css
    Description: Css stylesheet of all the pages
    Tags:multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Social Icon Hover
    - Header And Navigation
    - Home
    - Product Page
    - Course Finder
    - Shop Cart
    - Pricing Plan Page
    - Checkout Page
    - Cookies Model
    - User Account Setting
    - User Profile Pages
    - Course Detail Page
        - Policies
    - Privacy Policy
    - Payment Method
    - About Us
    - Receipt Page
    - Advertise on Hurak
    - Contact Us
    - Support Hub*/

/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700;800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&dis400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap'); */
/* ===================================
   Start General
====================================== */
/*@font-face {*/
/*    font-family: 'Graphik';*/
/*    src: url('../fonts/GraphikFamily/Graphik-Regular-Trial.otf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Graphik';*/
/*    src: url('../fonts/GraphikFamily/Graphik-bold-Trial.otf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Graphik';*/
/*    src: url('../fonts/GraphikFamily/Graphik-Light-Trial.otf') format('truetype');*/
/*    font-weight: lighter;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'GtWalsheim';*/
/*    src: url('../fonts/GT-Walsheim-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'ProximaNova';*/
/*    src: url('../fonts/Proxima-Nova.otf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'ProximaNova';*/
/*    src: url('../fonts/Proxima-Nova.otf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    /*font-family: 'Red Hat Text', sans-serif;*/
    /*font-size: 20px !important;*/
    color: black;
    font-size: 17px !important;
}

:root {
    --main-color: black;
    --main-font-20: 20px;
    --main-font-weight: 500;
    --main-heading-font: 24px;
}

.container {
    max-width: 1340px;
}

.auto-container {
    max-width: 1140px;
}

.c-pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.z-index-5 {
    z-index: 5;
}

button:focus {
    outline: none !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

img {
    width: 100%;
}

a {
    color: #3c3b37;
}

a:hover {
    text-decoration: none;
    color: #2f2e2a;
}

.hyperLink {
    color: #04a1ee;
    text-decoration: underline;
    font-weight: 300;
}

.search {
    transform: rotate(-90deg);
}

.rotate-arrow {
    transform: rotate(180deg);
}

.alt-font {
    font-family: 'Lexend Peta', sans-serif;
}

.text-nowrap {
    overflow-x: hidden;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-top-half {
    padding-top: 70px;
}

.padding-bottom-half {
    padding-bottom: 70px;
}

.padding-top-small {
    padding-top: 30px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-100 {
    padding-top: 100px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-bottom-small {
    padding-bottom: 30px;
}

.padding-top-half-50 {
    padding-top: 50px;
}

.padding-bottom-half-50 {
    padding-bottom: 50px;
}

.padding-top-half-60 {
    padding-top: 50px;
}

.padding-bottom-half-40 {
    padding-bottom: 40px;
}

.margin-top-10 {
    margin-top: 20px;
}

.margin-top-20 {
    margin-top: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

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

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.large-btn {
    padding: 10px 15px;
    display: block;
    outline: none;
}

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

/* -- Font Size -- */
.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-90 {
    font-size: 90px;
}

/* -- Font Weight -- */
.f-w-3 {
    font-weight: 300;
}

.f-w-4 {
    font-weight: 400;
}

.f-w-5 {
    font-weight: 500;
}

.f-w-6 {
    font-weight: 600;
}

.f-w-7 {
    font-weight: 700;
}

.f-w-8 {
    font-weight: 800;
}

.f-w-9 {
    font-weight: 900;
}

.l-h-1 {
    line-height: 1 !important;
}

/* .laybuy-window {
    display: none;
} */

.text-primary-pro {
    color: #0f7c90;
}

.btn-primary-pro {
    color: #ffffff;
    background-color: #0f7c90;
}

.btn-primary-pro:hover {
    color: #ffffff;
}

.btn-outline-primary-pro {
    color: #0f7c90;
    background-color: #0000;
    border-color: #0f7c90;
}

.btn-outline-primary-pro:hover {
    color: #ffffff;
    background-color: #0f7c90;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0f6674;
    background-color: transparent;
}

.heading {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.heading span {
    display: block;
}

.small-heading {
    font-size: 18px;
    color: #3c3b37;
    font-weight: 500;
}

.medium-heading {
    font-size: 24px;
    color: #3c3b37;
    font-weight: 500;
}

.large-heading {
    font-size: 36px;
    color: #3c3b37;
    font-weight: 400;
}

.large-bold-heading {
    font-size: 36px;
    color: #3c3b37;
    font-weight: 500;
}

.text {
    color: var(--main-color);
    font-size: 17px;
    font-weight: var(--main-font-weight);
    opacity: .8;
    margin-bottom: 20px;
}

.small-text {
    font-size: 12px;
}

.medium-text {
    font-size: 14px;
}

.text-btn {
    display: inline-block;
    color: #04a1ee;
    font-weight: 500;
    transition: .2s ease;
    background-color: transparent;
    border: navajowhite;
}

.text-btn:hover {
    color: #202020;
}

.text-blue {
    display: inline-block;
    color: #0f6674 !important;
    font-weight: 500;
    transition: .2s ease;
    background-color: transparent;
    border: navajowhite;
}

.text-btn:hover {
    color: #045d74;
}

.main-btn {
    font-size: var(--main-font-20);
    color: #ffffff !important;
    border: solid 1px #0f7c90;
    background-color: #0f7c90;
    padding: 8px 30px;
    transition: .5s ease;
    text-decoration: none;
    /*text-transform: uppercase;*/
    display: inline-flex;
    align-items: center;
}

.main-btn:hover {
    background-color: transparent;
    color: #0f7c90 !important;
}

.main-btn i {
    font-size: 10px;
    margin-left: 8px;
}

.blue-color {
    color: #0f7c90 !important;
}

.red-color {
    color: #ec5252 !important;
}

.yellow-color {
    color: #f4c150 !important;
}

.dark-gray-color {
    color: #424542;
}

.light-green-bg {
    background: #42af58;
}

.dark-blue-bg {
    background-color: #0f7c90;
}

.dark-gray-bg {
    background-color: #505763;
}

.dark-red-bg {
    background-color: #ec5252;
}

.dark-red-color-bg {
    background-color: #e86c60;
}

.dark-yellow-bg {
    background-color: #f4c150;
}

.overlay-dark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000096;
}

.bg-grey {
    background-color: #ededed;
}

.bg-light-grey {
    background-color: #f7f8f8;
}

.border-top {
    border-top: 1px solid #dcdacb;
}

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

.border-left {
    border-left: 1px solid #dcdacb !important;
}

.border-right {
    border-right: 1px solid #dcdacb;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.color-line-red {
    min-height: 15px;
    width: 100%;
    display: block;
    max-width: 300px;
    margin: auto;
    background-color: #e14958;
}

.color-line-blue {
    min-height: 15px;
    width: 100%;
    display: block;
    max-width: 300px;
    margin: auto;
    background-color: #0f7c90;
}

.color-line-yellow {
    min-height: 15px;
    width: 100%;
    display: block;
    max-width: 300px;
    margin: auto;
    background-color: #f4c150;
}

.call-booking-text {
    font-size: 20px;
    color: #d97972;
    border: solid 1px #d97972;
    padding: 5px 6px;
}

.call-booking-text i {
    font-size: 22px;
}

/* Button Classes */

.popupBtn1 {
    display: inline-block;
    font-size: var(--main-font-20);
    font-weight: bold;
    color: #ffffff !important;
    background: #ec5252 !important;
    padding: 10px 20px;
    border: 1px solid #ec5252 !important;
    transition: .5s ease;
}

.popupBtn1:hover {
    background-color: #e61b1b;
    color: #ffffff;
}

.popupBtn2 {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #0f6674;
    background: transparent;
    padding: 10px 20px;
    border: 1px solid #0f6674;
    transition: .5s ease;
}

.popupBtn2:hover {
    background-color: #0f6674;
    color: #ffffff !important;
    border: 1px solid transparent;
}

.cart-page-items .cart-total-div .main-btn:hover {
    color: #ec5252 !important;
    background-color: transparent;
}

.navbtnWhite {
    display: inline-block;
    font-size: 14px;
    color: #6b6882;
    background: transparent;
    padding: 8px 18px;
    border: 1px solid #6b6882;
    width: max-content;
    transition: .5s ease;
}

.navbtnWhite:hover {
    /*border: 1px solid transparent;*/
    background: #0f7c90;
    color: #fff !important;
}

/*Helper Class*/

.globle-soical-icons li {
    display: inline-block;
    margin-right: 5px;
}

.globle-soical-icons li a {
    font-size: 17px;
}

.globle-soical-icons li a:hover {
    color: #0f7c90;
}

ul {
    padding: 0;
    margin: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    color: #000;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.navbtnRed {
    display: inline-block;
    font-size: 14px;
    color: #333;
    background: transparent;
    padding: 8px 18px;
    border: 1px solid #e14958;
    transition: .5s ease;
}

.navbtnRed:hover {
    color: #fff !important;
    background-color: #e14958;
}

.navbtnRedFill {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #e14958;
    padding: 8px 18px;
    border: 1px solid #e14958;
    transition: .5s ease;
    font-weight: bold;
}

.navbtnRedFill:hover {
    color: #333 !important;
    background-color: transparent;
}

.navbtnYellow {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #f4c150;
    padding: 8px 18px;
    border: 1px solid #f4c150;
    transition: .5s ease;
    border-radius: 10px;
}

.navbtnYellow:hover {
    color: #fff !important;
    background: #e6b649;
}

.navbtnBlue {
    display: inline-block;
    font-size: 14px;
    color: #333;
    background: transparent;
    padding: 8px 18px;
    border: 1px solid #0f7c90;
    transition: .5s ease;
    border-radius: 10px;
}

.navbtnBlue:hover {
    color: #fff !important;
    background-color: #0f7c90;
}

.navbtndark {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #0f7c90;
    padding: 8px 25px;
    border: 1px solid transparent;
    transition: .5s ease;
    font-weight: bold;
}

.navbtndark:hover {
    border: 1px solid #0f7c90;
    background: transparent;
    color: #0f7c90;
}

.quote-form select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.label-form-style .form-group .form-control {
    line-height: 0;
}

.alert-success {
    padding-left: 50px;
}

.alert-success i {
    font-size: 22px;
    position: absolute;
    left: 22px;
}

.cursor-pointer {
    cursor: pointer;
}

.badge-light-sucess {
    background-color: #84cb94;
}

.badge-light-danger {
    background-color: #e2747f;
    color: #fff;
}

/*End Helper Class*/
/* ===================================
   END General
====================================== */


/*top page msg window*/

.top-page-msg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-page-msg p {
    margin: 0;
}

#close-top-page-msg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#close-top-page-msg i {
    font-size: 20px;
}

/*social brand colors*/
.la-facebook-f {
    color: #3b5998 !important;
}

.la-twitter {
    color: #00acee !important;
}

.la-linkedin-in {
    color: #0072b1 !important;
}

.la-youtube {
    color: #FF0000 !important;
}

.la-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===================================
      START  HEADER APPEAR CSS
====================================== */

#menu_toggle_btn {
    display: inline-block;
    font-size: 28px;
}

#search-window i {
    font-size: 24px;
}


/*.header-appear*/

.main-header-appear {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.header-appear .topnav,
.header-appear .top-page-msg {
    display: none;
}


/*top nav css*/

.topnav {
    padding: .5px 0;
    background-color: transparent;
}

.rating {
    display: flex;
    align-items: center;
}

.rating span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.rating ul {
    display: inline-block;
    margin-right: 2px;
    margin-left: -4px;
}

.rating ul li {
    display: inline-block;
    margin-right: -3px;
}

.rating ul li i {
    font-size: 11px;
    background: #0f7c90;
    padding: 6px;
    color: #ffffff;
}

.rating span i {
    font-size: 14px;
}

.customer-reviews ul {
    display: flex;
    justify-content: space-between;
}

.customer-reviews ul li {
    display: inline-block;
    margin-right: 75px;
}

.customer-reviews ul li:last-child {
    margin-right: 0;
}

.customer-reviews ul li:last-child {
    margin-right: 0;
}

.customer-reviews ul li i {
    font-size: 12px;
    color: #fff;
}

.customer-reviews ul li span {
    font-size: 14px;
    color: #fff;
}


/*Middle Nav*/

.middlenav {
    padding: 13px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 200;
}

.header-appear {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.middlenav .navbar {
    padding: 0;
}

.middlenav .image-holder {
    max-width: 110px;
}

.middlenav .image-holder img {
    max-width: 100%;
}

.search-area span {
    display: inline-block;
    margin-right: 15px;
}

.middlenav .input-group input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    padding-left: 45px;
    font-size: 14px;
    height: 3rem;
    color: #3c3b37;
    border: 1px solid #929292;
    background-color: #fbfbf8;
}

.middlenav .input-group .input-group-prepend {
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 111;
}

.middlenav .input-group .input-group-prepend .input-group-text {
    border: none;
    background: transparent;
    transition: .5s ease;
    font-size: 19px;
}

.middlenav .input-group .input-group-prepend .input-group-text:hover {
    color: #428bdc;
}

.middlenav .header-links {
    display: inline-flex;
    align-items: center;
}

.middlenav .header-links li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.scroll_desktop {
    font-size: 16px;
    color: var(--main-color);
}

.middlenav .header-links li a {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
}

.middlenav .header-links li a:hover {
    color: #428bdc;
}

.user-account {
    display: flex;
    align-items: center;
}

.middlenav .header-links li .cart {
    position: relative;
}


/*Bottom Inner nav*/
.middlenav {
    padding-bottom: 0;
}

.middlenav .category-nav {
    background-color: #fff;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    border-top: solid 1px #e1e1e1;
}

.middlenav .inner-bottom-nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-bottom: 3px;
    justify-content: start;
    white-space: nowrap;
    overflow-x: auto;
    height: 40px;
}

.middlenav ::-webkit-scrollbar {
    padding-top: 10px;
    height: 4px;
    /*background: #0a4853;*/
}

.middlenav ::-webkit-scrollbar-thumb {
    /*scrollbar-color: red yellow;*/
    background: #0a4853;
}


.middlenav .inner-bottom-nav ul li {
    margin-right: 25px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: var(--main-font-weight);
    display: flex;
    align-items: center;
}

.middlenav .inner-bottom-nav ul li:last-child {
    margin-right: 0;
}

.category-nav .inner-bottom-nav ul li a {
    border: 1px solid #ffffff;
    padding: 2px 7px;
}

.category-nav .inner-bottom-nav ul li a:hover {
    border: 1px solid #0f6674;
    /*padding: 2px 3px;*/
    border-radius: 5px;
}

/* Faaiz's Changes Start */

/* footer changes start*/


a.custom-footer-hover:hover {
    text-decoration: underline !important;
    text-underline-position: under;
    transition: .3s all ease-in-out;
}

.f-1>ul>li:nth-child(1)>a,
.f-1>ul>.footer-secondrow>h6 {
    font-weight: 500;
    font-family: inherit;
}

.middlenav .dropdown-menu .main-menu ul li a:hover {
    color: #3c3b37;
}

/* footer changes end */

.middlenav .header-links li a:hover i {
    color: #428bdc;
}

.middlenav .header-links li .cart i {
    cursor: pointer;
    font-size: 30px;
    color: #73726c;
}

.cart span {
    background: #ec5252;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -6px;
    left: 15px;
    padding: 0;
    height: 18px;
    width: 18px;
    display: table-caption;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

.cart span.notify-circle {
    background: #ec5252;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 15px;
    padding: 0;
    height: 6px;
    width: 6px;
    display: table-caption;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

span.notify-circle {
    background: #ec5252;
    border-radius: 50%;
    color: #fff;
    height: 6px;
    width: 6px;
    display: table-caption;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

.middlenav .cart-dropdown {
    position: relative;
    /*margin-left: 20px;*/
    margin-right: 20px !important;
}

.middlenav .cart-dropdown .cart-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.middlenav .cart-dropdown .cart-item:first-child {
    padding-top: 0;
}

.middlenav .cart-dropdown .cart-item-div {
    position: absolute;
    right: -17px;
    /*top: 53px;*/
    background-color: transparent;
    display: none;
    transition: 1s ease;
    padding-top: 20px;
    z-index: 1111;
}

.middlenav .cart-dropdown:hover .cart-item-div {
    display: block;
    animation: .3s opacity-control;
    animation-fill-mode: both;
    animation-direction: alternate;
}

@keyframes opacity-control {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.middlenav .cart-dropdown:hover .cart-item-div .inner-cart {
    /* background-color: #ffffff;
    border: 1px solid #dcdacb;
    min-height: 100px;
    width: 300px; */
    /*padding: 20px 0;*/
    background-color: #fff;
    width: 300px;
    min-height: 130px;
    box-shadow: 0 0 19px rgba(20, 23, 28, 0.25);
    border: 1px solid #dcdde1;
    padding: 20px 0px;
    border-radius: 5px;
}

.middlenav .cart-dropdown:hover .cart-item-div .inner-cart:before {
    content: "";
    position: absolute;
    right: 21px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 14px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
}

.middlenav .cart-dropdown .cart-item .cart-image {
    display: inline-block;
    width: 80px;
}

.middlenav .cart-dropdown .cart-item .cart-image img {
    width: 100%;
}

.middlenav .cart-dropdown .cart-item .media h5 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.middlenav .cart-dropdown .cart-item .media .cart-text {
    font-size: 13px;
    color: #73726c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-right: 15px;
    width: 172px;
    margin-bottom: -2px;
}

.middlenav .cart-dropdown .cart-item .media .media-body .mini-cart-package {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.middlenav .cart-dropdown .cart-item .media .media-body .mini-cart-qty {
    font-size: 11px;
    display: block;
    text-align: right;
    margin-top: -18px;
}

.middlenav .cart-dropdown .cart-item-div .mini-cart-empty {
    color: #ababab;
}

.middlenav .cart-dropdown .cart-item .media .media-body .course-price {
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}

.middlenav .cart-dropdown .cart-item .media .media-body .course-price del {
    font-size: 13px;
}

.middlenav .cart-dropdown .cart-item .media .media-body {
    position: relative;
}

.middlenav .cart-dropdown .inner-cart .cart-body {
    max-height: 255px;
    overflow-y: auto;
    padding: 20px 20px 0;
}

.middlenav .cart-dropdown .inner-cart ::-webkit-scrollbar {
    width: 5px;
}

.middlenav .cart-dropdown .inner-cart ::-webkit-scrollbar-track {
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

.middlenav .cart-dropdown .inner-cart ::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.middlenav .cart-dropdown .cart-footer {
    padding: 0 20px 20px;
}

.middlenav .cart-dropdown .cart-footer .cart-foot-total {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.middlenav .cart-dropdown .cart-footer .cart-foot-total del {
    font-size: 17px;
}

.middlenav .cart-dropdown .cart-footer .main-btn {
    color: #ffffff;
    margin-top: 10px;
}

.middlenav .cart-dropdown .cart-footer .main-btn:hover {
    color: #0f6674;
}


/*advertise window css*/

.middlenav .dropdown-window .advertise-window {
    position: absolute;
    right: -15px;
    background-color: transparent;
    display: none;
    transition: 1s ease;
    padding-top: 22px;
    z-index: 1111;
}

.middlenav .dropdown-window .advertise-window .inner-content {
    width: 300px;
    min-height: 100px;
    background-color: #fff;
    border: 1px solid #dcdacb;
    padding: 20px;
}

.middlenav .dropdown-window:hover .advertise-window {
    display: block;
}

.middlenav .dropdown-window:hover .advertise-window .heading {
    font-size: 20px;
    font-weight: 500;
}

.middlenav .dropdown-window:hover .advertise-window .main-btn {
    color: #fff;
    padding: 12px 35px;
}

.middlenav .dropdown-window:hover .advertise-window .main-btn:hover {
    color: #0f6674;
}

/* Search Results section */
.search-area .search-results-box {
    position: absolute;
    background: #fff;
    top: 100%;
    width: 100%;
    border: 1px solid #d1d7dc;
    margin-top: 5px;
    padding: 10px 0;
    z-index: 1;
}

.search-area .search-results-box ul {
    list-style: none;
}

.search-area .search-results-box .search-result-listitem {
    display: flex;
    align-items: center;
    padding: 10px;
}

.search-area .search-results-box .search-result-listitem-img {
    position: relative;
    top: -1px;
    width: 50px;
}

.search-area .search-results-box .search-result-listitem-icon {
    width: 50px;
}

.search-area .search-results-box .search-result-listitem-icon img {
    border-radius: 50%;
}

.search-area .search-results-box .search-result-listitem-text h6 {
    margin-bottom: 0;
    font-weight: 700;
}

.search-area .search-results-box .search-result-listitem-text p {
    margin-bottom: 0;
}

.search-area .search-results-box .search-result-listitem-text {
    margin-left: 1rem;
}

.search-area .search-results-box .search-result-listitem span.category-name {
    font-size: 12px;
    font-weight: 700;
    margin-right: 6px;
}

.search-area .search-results-box .search-result-listitem span.training-proveder-result {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}

.search-area a:hover .search-result-listitem {
    background-color: #f7f9fa;
}

/* ===================================
     END HEADER APPEAR CSS
====================================== */


/* ===================================
   START HOME
====================================== */

/*banner css sec*/

.banner-area {
    margin-top: 120px;
    /*position: relative;*/
}

.banner-area .container {
    /*background-image: url('../images/banner-img.jpg');*/
    background-size: cover !important;
    background-position: center !important;
    min-height: 410px;
}

.banner-sec .banner-inner {
    position: absolute;
    left: 70px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.banner-sec .inner-banner-content {
    background-color: #fff;
    padding: 30px 25px;
    margin-right: 85px;
    border-radius: 5px;
}

.banner-sec .inner-banner-content .heading {
    margin-bottom: 8px;
    font-size: 2.6rem;
}

.banner-sec .inner-banner-content .text {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    font-weight: 400;
    margin-bottom: 12px;
}

.banner-sec .input-group input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 11px 15px;
    border: 1px solid #929292;
}

.banner-sec .input-group .input-group-prepend .input-group-text {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.banner-sec .input-group .input-group-prepend .input-group-text {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 3px;
    top: 8px;
    z-index: 11;
    font-size: 19px;
}

.banner-sec .main-btn {
    margin-top: 10px;
}

/* Trust Pilot reviews */
.trust-box {
    width: 255px;
}

.trust-box img {
    width: auto !important;
}

/*feature sec css*/

.feature-sec {
    border-bottom: solid 1px #dedede;
}

.feature-sec .feature-card {
    margin-left: 30px;
    width: 90%;
}

.feature-sec .feature-card .icon-holder {
    margin-right: 15px;
}

.feature-sec .feature-card .icon-holder i {
    font-size: 22px;
    color: #0f7c90;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f2fbfc;
    justify-content: center;
    align-items: center;
}

.feature-sec .feature-card .feature-detail .feature-heading {
    font-weight: 700;
    color: var(--main-color);
    font-size: var(--main-font-20);
    margin-bottom: 4px;
    color: #212529;
}

.feature-sec .feature-card .feature-detail .feature-text {
    color: #000000;
    font-size: 17px;
    font-weight: var(--main-font-weight);
    margin-bottom: 0;
}

.feature-sec.dark .feature-card .feature-detail .feature-heading {
    color: #fff;
}

.feature-sec.dark .feature-card .feature-detail .feature-text {
    color: #fff;
    opacity: .8;
}


/*courses sec css*/
.cohort-details {
    font-size: 15px;
    margin-bottom: 8px;
}

.range-btn {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.tab-content>.active {
    animation: 1s fadeIn;
}

.courses-sec .course-banner {
    position: relative;
    margin-bottom: 20px;
}

.courses-sec .course-banner img {
    width: 100%;
}

.courses-sec .course-banner .course-banner-details {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.courses-sec .course-banner .course-banner-details .heading {
    margin-bottom: 5px;
    font-weight: 700;
    color: #3c3b37;
}

.courses-sec .course-banner .course-banner-details .sub-text {
    color: #3c3b37;
    font-weight: 700;
    margin-bottom: 0;
}

.courses-sec .course-banner .course-banner-details .main-btn {
    margin-top: 10px;
    padding: 6px 10px;
    text-transform: capitalize;
    background-color: #1e1e1c;
    border: solid 1px #1e1e1c;
}

.courses-sec .course-banner .course-banner-details .main-btn:hover {
    color: #1e1e1c !important;
    background-color: transparent;
}

.courses-sec .courses-heading-area .heading {
    color: var(--main-color);
    font-size: 30px;
    margin-bottom: 8px;
}

.courses-sec .nav-pills {
    border-bottom: solid 1px #dedede;
    margin-bottom: 16px;
}

.courses-sec .nav-pills .nav-item {
    padding-right: 30px;
}

.courses-sec .nav-pills .nav-link {
    color: var(--main-color);
    font-size: var(--main-font-20);
    opacity: .9;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: solid 1.5px transparent;
    border-radius: 0;
    font-weight: 700;
}

.courses-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #3c3b37;
    opacity: 1;
    background-color: transparent;
    border-bottom: solid 2px #3c3b37;
}

.courses-sec .courses-list .course-img-holder {
    height: 168px;
    /* width: 270px; */
}

.courses-sec .courses-list .course-img-holder img {
    width: 100%;
    /* border-radius: 5px; */
    height: 100%;
}

.courses-sec .courses-list .course-detail {
    padding-top: 15px;
    /*padding-bottom: 38px;*/
}

.courses-sec .courses-list .course-detail .course-teacher {
    font-size: 16px;
    color: #73726c;
    font-weight: 300;
    margin-bottom: 5px;
}

.courses-sec .courses-list .course-detail .course-heading {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: 700;
    margin-bottom: 0;
}

.courses-sec .courses-list .course-detail .course-rating {}

.courses-sec .courses-list .course-detail .course-rating li {
    list-style: none;
    display: inline-block;
}

.courses-sec .courses-list .course-detail .date {
    font-size: 14px;
    font-weight: lighter;
    color: #6b6565;
}

.course-img-holder .course_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(37, 39, 37, 0.3);
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.courses-list .course_block_link {
    cursor: pointer;
}

.courses-list .course_block_link:hover .course-img-holder .course_overlay {
    opacity: 1;
    overflow: hidden;
}

.courses-sec .courses-list .course-detail .course-rating li.star i {
    color: #eb8a2f;
    font-size: 12px;
}

.courses-sec .courses-list .course-detail .course-rating li.num-users {
    color: #73726c;
    font-size: 13px;
    /*margin-left: 4px;*/
    /*custom code */
    margin-left: 8px;
}

.courses-sec .courses-list .course-detail .course-rating li.points {
    color: #be5a0e;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 700;
}

.course-price {
    color: var(--main-color);
    font-size: 17px;
    display: flex;
    font-weight: 700;
    margin-bottom: 0;
    align-items: center;
    margin-top: 2px;
}

.course-price del {
    font-size: var(--main-font-20);
    margin-left: 5px;
    color: var(--main-color);
    font-weight: var(--main-font-weight);
}

.course-badge {
    color: #353434;
    background-color: #ffe799;
    padding: 6px 8px;
    font-size: 13px;
    /*margin-top: 8px;*/
    position: absolute;
    top: 10px;
    right: 0;
    border-radius: 0;
}

.courses-sec .course-carousel .owl-nav {
    display: block;
}

.courses-sec .course-carousel .owl-nav .owl-next span,
.courses-sec .course-carousel .owl-nav .owl-prev span {
    margin-top: -6px;
    font-size: 42px;
}

.courses-sec .course-carousel .owl-nav .owl-next,
.courses-sec .course-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    z-index: 11;
    border-radius: 50%;
    box-shadow: 0 0 10px #b3afaf;
}

.courses-sec .course-carousel .owl-nav .owl-next:hover,
.courses-sec .course-carousel .owl-nav .owl-prev:hover {
    color: #428bdc;
}

.courses-sec .course-carousel .owl-nav .owl-next {
    right: -1%;
}

.courses-sec .course-carousel .owl-nav .owl-prev {
    left: -1%;
}


/*courses pop up*/


/* needed for effect */

.courses-sec .popover.show {
    animation: 1s zoomIn;
}

.courses-sec .popover-content {
    display: none;
}

.popover-body {
    padding: 1.5rem 1rem !important;
}

/* optional shadow */

.popover {
    -moz-box-shadow: 1px 1px 10px #eeeeee;
    -webkit-box-shadow: 1px 1px 10px #eeeeee;
    box-shadow: 1px 1px 10px #eeeeee;
    padding: 10px 4px;
    border: none;
    min-width: 310px;
}

.popover .popover-heading {
    font-size: 17px;
    font-weight: 700;
}

.popover .course-date {
    color: #1e7e34;
    font-size: 13px;
}

.popover p {
    margin-bottom: 0;
}

.popover .courses-tags li {
    display: inline-block;
    padding-right: 9px;
}

.popover .courses-tags li a {
    color: #3c3b37;
    font-size: 11px;
    position: relative;
}

.popover .courses-tags li a::before {
    content: "";
    height: 3px;
    width: 3px;
    top: 50%;
    border-radius: 50%;
    background-color: #3c3b37;
    position: absolute;
    left: -8px;
    transform: translateY(-50%);
}

.popover .courses-tags li:first-child a::before {
    display: none;
}

.popover .media {
    margin-top: 10px;
    margin-bottom: 10px;
}

.popover .media img {
    /*width: 100%;*/
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.popover .media .media-body {
    font-size: 13px;
    color: #3c3b37;
    font-weight: 400;
}

.popover .media .media-heading {
    font-size: 13px;
    margin-top: 4px;
    color: #3c3b37;
    font-weight: 400;
    margin-bottom: 1px;
}

.popover .text {
    font-size: 13px;
}

.popover .course-check-list {
    margin-bottom: 20px;
}

.popover .course-check-list li {
    display: flex;
    font-size: 13px;
    margin-top: 10px;
    color: #3c3b37;
}

.popover .course-check-list li i {
    font-size: 12px;
    margin-top: 6px;
}

.popover .main-btn {
    background-color: #e25d15;
    border-color: #e25d15;
    width: 75%;
    display: block;
    font-weight: 700;
}

.popover .main-btn:hover {
    color: #FFFFFF !important;
}

.popover .wishlist-btn {
    border: solid 1px #17a2b8;
    /* padding: 8px; */
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.popover .wishlist-btn i {
    font-size: 21px;
    color: #17a2b8;
    margin-top: 3px;
}

.feature-courses-content .card:nth-child(2) .course-banner-details .sub-text {
    display: none !important;
}

.feature-courses-content .card:nth-child(3) .course-banner-details .sub-text {
    display: none !important;
}

.feature-courses-content .card:nth-child(4) .course-banner-details .sub-text {
    display: none !important;
}

.feature-courses-content .card:nth-child(5) .course-banner-details .sub-text {
    display: none !important;
}

.feature-courses-content .card:nth-child(6) .course-banner-details .sub-text {
    display: none !important;
}

/* feature topics sec */

.feature-topics-sec ul li.border-primary {
    border-color: #5022c2 !important;
}

.feature-topics-sec ul li:last-child {
    border: none !important;
}

/*services sec css*/

.services-sec {}

.services-sec .card-custom {
    border: solid 1px #ececec;
    border-radius: 5px;
    min-height: 243px;
    overflow: hidden;
}

/*.services-sec .card img {*/
/*    border-top-left-radius: 0;*/
/*    border-top-right-radius: 0;*/
/*}*/

.card-img-custom {
    object-fit: cover;
    object-position: right;
    width: 30%;
}

.services-sec .card-info {
    background-color: #FFFFFF;
    width: 70%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-sec .card .card-body {
    padding: 10px 15px;
}

.services-sec .card .card-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.services-sec .card-info .text {
    font-size: 14px;
    margin-bottom: 10px;
}

/*add sec css*/

.add-sec .add-inner-content {
    background-color: #FBFBF8;
}

.add-sec .add-details ul {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.add-sec .add-details {
    width: 70%;
}

.add-sec .add-img {
    /*height: 378px;*/
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -13%);
}

.add-sec .add-details .heading {
    color: #000000;
    font-size: 30px;
}

.add-sec .add-details .text {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

/*sponsor sec*/
.sponser-sec img {
    width: 90%;
    margin: auto;
    /* filter: grayscale(1); */
}

/*top catefories sec*/

.top-cat-sec {
    padding-top: 30px;
}

.top-cat-sec .inner-cat-sec span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #0f7c90;
    color: #0f7c90;
    padding: 8px 20px;
    border-radius: 25px;
    margin-top: 10px;
}


/*quote sec css*/

.quote-sec .heading {
    font-size: 34px;
}

.quote-sec .text {
    font-size: 15px;
    opacity: 1;
    color: #3c3b37;
}

.quote-sec .quote-list {
    padding-left: 0;
}

.quote-sec .quote-list li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
    color: #3c3b37;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.quote-sec .quote-list li i {
    margin-right: 10px;
    font-size: 14px;
}

.quote-sec .main-btn {
    background-color: #b5b4b4;
    color: #0b2e13;
    border: solid 1px #b5b4b4;
    margin-top: 20px;
}

.quote-sec .main-btn i {
    margin-left: 5px;
    font-size: 20px;
}

.quote-sec .inner-content {
    box-shadow: 1px 1px 18px #eeeeee;
    padding: 40px;
    border-radius: 5px;
}

.quote-sec .quote-form .input-group .form-control {
    /* padding: 14px; */
    padding: 11px;
    font-size: 14px;
    margin-bottom: 10px;
}

.quote-sec .quote-form .input-group .selectpicker {
    opacity: .8;
}

.quote-sec .quote-form .input-group .selectpicker~span {
    z-index: 11;
}

.quote-sec .quote-form div span {
    position: absolute;
    right: 6px;
    top: 13px;
    width: 28px;
    background-color: white;
}

.quote-sec .quote-form div:nth-child(7) span {
    top: 8px !important;
}

.quote-sec .quote-form .main-btn {
    background-color: #0f7c90;
    border: solid 1px #0f7c90;
    color: #fff;
}

.quote-sec .quote-form .main-btn:hover {
    background-color: transparent;
    color: #0f7c90;
}

.quote-sec .checkboxHelp {
    display: block !important;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    color: #818188;
}

.quote-sec .checkbox_text {
    font-size: 16px;
    color: #818188;
}

.quote-sec .quote-form div span i {
    color: #696969;
    font-size: 14px
}


/*testimonial sec css*/

.testimonial-sec {}

.testimonial-sec .rating {}

.testimonial-sec .rating li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}

.testimonial-sec .rating li .star {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #c8c8c8;
}

.testimonial-sec .rating li .star.filled {
    background-color: #428bdc;
}

.testimonial-sec .rating li .star i {
    font-size: 16px;
    color: #fff;
}

.testimonial-sec .text {
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonial-sec .text span {
    font-weight: 500;
}

.testimonial-sec .review-copywrite {
    display: block;
}

.testimonial-sec .review-copywrite i {
    color: #1e7e34;
}


/*footer start*/

.footer-start {
    margin-top: 100px;
    padding: 1.4rem .8rem;
    border-top: 1px solid #dcdacb;
}

.footer-start h4 {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.footer-start h4 a {
    color: #0f7c90;
}

.footer-start-right-side ul li {
    display: inline-block;
}

.footer-start-right-side ul li a {
    width: 120px;
    height: 40px;
}

.footer-start-right-side ul li a img {
    width: 100%;
}


/*footer main*/

.footer-sec {
    background: #f7f8f8;
}

.footer-sec .dark-bg-sec {
    background: #e0e0e0;
}

.right-footer .f-1 {
    margin-left: 35px;
}

.right-footer .num {
    color: var(--main-color);
    font-size: 16px;
    font-weight: var(--main-font-weight);
}

.f-1 h6 {
    margin-bottom: 20px;
}

.left-footer .container {
    max-width: 97%;
}

.f-1 ul li {
    list-style: none;
}

.f-1 ul li a {
    font-size: 16px;
    font-weight: var(--main-font-weight);
    margin-bottom: 12px;
    display: block;
    color: #000000;
    opacity: .8;
    text-decoration: none;
    transition: .5s ease;
}

.f-1 ul li a:hover {
    color: #0f6674;
}

.f-1 h6 {
    font-size: 20px;
    font-weight: 600;
}

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

.social-icons li a i {
    font-size: 32px;
    color: #0f6674;
}

.contact-footer-notes li {
    color: var(--main-color);
    font-size: 16px;
    font-weight: var(--main-font-weight);
    margin-bottom: 10px;
}

.social-icons li {
    display: inline;
    margin-right: 15px;
}

.contact-footer-notes li i {
    color: #0f7c90;
    font-size: 13px;
    margin-right: 10px;
}

.social-icons li a {
    opacity: 1;
}

.social-icons li i {
    font-size: 16px;
    color: #0f7c90;
}


/*footer end*/

/*footer-bottom-bar*/
.footer-bottom-bar {
    padding: 10px 0;
    background-color: #CFD2D3;
}

.footer-bottom-bar img {
    width: 100px;
}

.footer-bottom-bar .custom-footer-hover {
    font-size: 16px;
}

.footer-end {
    padding: 20px 0;
    background: #c7c7c7;
}

.footer-end p {
    margin-bottom: 0;
}

.middlenav .navbar .nav-link {
    color: var(--main-color);
    font-size: 16px;
    font-weight: var(--main-font-weight);
    margin-right: 20px;
    cursor: pointer;
}

.middlenav .dropdown-menu {
    position: absolute;
    left: 0;
    /*width: 300px;*/
    min-height: 55vh;
    top: 30px;
    display: none;
    background-color: transparent;
    transition: .5s ease;
    padding: 0;
    padding-top: 22.5px;
    border: none;
}

.middlenav .dropdown-menu ul li {
    list-style: none;
    margin-bottom: 11px;
}

.middlenav .dropdown-menu ul li a {
    color: var(--main-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: var(--main-font-weight);
}

.middlenav .dropdown-menu ul li a i {
    font-size: 12px;
}

.middlenav .dropdown-menu ul li a:hover {
    color: #0f7c90;
}

.middlenav .dropdown-menu .main-menu {
    min-width: 250px;
    border: 1px solid #dcdacb;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
    transition: 0.5s ease;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 385px;
}

.middlenav .dropdown-menu .main-menu::-webkit-scrollbar {
    height: 6px;
    width: 8px;
}

.middlenav .dropdown-menu .main-menu::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.middlenav .dropdown-menu .main-menu::-webkit-scrollbar-thumb:hover {
    background-color: #d7d7d7;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.middlenav .dropdown-menu .sub-menu {
    display: none;
    min-width: 250px;
    border: 1px solid #dcdacb;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
    transition: 0.5s ease;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 385px;
}

.middlenav .dropdown-menu .sub-menu::-webkit-scrollbar {
    height: 6px;
    width: 8px;
}

.middlenav .dropdown-menu .sub-menu::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.middlenav .dropdown-menu .sub-menu::-webkit-scrollbar-thumb:hover {
    background-color: #d7d7d7;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.nav-item:hover .dropdown-menu {
    display: flex;
}

.nav-item .dropdown-menu .main-menu:hover~.sub-menu,
.nav-item .dropdown-menu .main-menu~.sub-menu:hover {
    display: inline-block;
}

.sub-menu-items {
    display: none;
    justify-content: space-between;
}

.popular-courses-nav {
    border-left: solid 1px #c4c4c4;
    padding-left: 20px;
    display: block;
    min-width: 250px;
    min-height: 55vh;
}

.dropdown-menu .courses-nav {
    min-width: 250px;
}

.dropdown-menu .nav-menu-heading {
    font-weight: 600;
    margin-bottom: 15px;
    color: #3c3b37;
    font-size: var(--main-font-20);
    color: var(--main-color);
}


/*pages css*/

.pages-banner {
    margin-top: 120px;
}

.pages-banner .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 5px;
}

.pages-banner .breadcrumb .breadcrumb-item {
    color: #fff;
    display: inline-block;
}

.pages-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.pages-banner .heading {
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 1300px) {
    .banner-area .container {
        max-width: 100%;
        padding-left: 0;
    }

    .banner-area .container .row {
        width: 83%;
        margin: auto;
    }

    .banner-area .inner-banner-content {
        margin-right: 50px;
    }
}

/*Modal for home page*/

.home_model_window_dates_and_loc {
    z-index: 2000;
}

/* ===================================
   END HOME
====================================== */


/* ===================================
   START PRODUCT PAGE
====================================== */
/*PRODUCT PAGE*/
div#course_Des h2 {
    font-size: 1.5rem;
}

div#course_Req h2 {
    /* font-size: 30px; */
    font-size: 24px;
}

.course_page_heading {
    /* font-size: 30px; */
    color: var(--main-color);
    font-size: 28px;
    font-weight: var(--main-font-weight);
}

.product-banner {
    background-color: #1e1e1c;
    padding: 1.8rem 0;
    margin-top: 120px;
    /*padding-top: 100px;*/
    min-height: 350px;
    display: flex;
    align-items: center;
}

.product-banner .product-container-banner {
    padding-left: 0;
}

.product-breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding: 0rem 0rem;
}

.product-banner .breadcrumb li {
    color: #8ed1dc;
    font-weight: bold;
    font-size: 14px;
}

.product-banner .breadcrumb li a {
    color: #8ed1dc;
    font-weight: bold;
}

.banner-content h1 {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: bold;
}

.banner-content p {
    padding-top: 15px;
    color: #FFFFFF;
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.seller-tag {
    background-color: #ffe799;
    color: #593d00 !important;
    border-radius: 4px;
    display: inline-block;
    padding: .2rem .4rem;
    font-weight: bold;
}

.product-banner .rating-score {
    color: #ffc48c;
    font-weight: bold;
    margin-left: 4px;
}

.product-banner .rating-stars-score li i {
    color: #ffc48c;
    background-color: transparent;
    margin-right: -8px;
}

.product-banner .student-rating {
    color: #ffffff;
}

.product-banner .post-created .company-name-link {
    color: #8ed1dc;
    text-decoration: underline;
}

.post-created span {
    font-size: 14px;
    margin: 5px 0;
    color: #fff;
    display: inline-block;
}

.post-created span p span {
    color: #8ed1dc;
    text-decoration: none;
}

.user-tags ul li {
    color: #ffffff;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.user-tags ul li i {
    margin-right: 3px;
    font-size: 20px;
}

.user-tags ul li:last-child {
    margin-right: 0;
}

.user-feature {
    margin-top: 15px;
}

.user-feature a {
    margin-right: 7px;
}

.user-feature a:last-child {
    margin-right: 0;
}

.user-feature a i {
    margin-left: 5px;
}

.btn-trans {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: transparent;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    font-weight: bold;
}

.btn-trans:hover {
    color: #ffffff;
}

/*Course page Session Boxes Css*/
.session-box {
    color: #ec5252;
    font-family: unset;
    font-size: 17px;
}

/*Course Location Section*/

.course-location-section.padding-top-half {
    padding-top: 1.6rem;
}

.course-location-section .courses-location-date {
    /*background-color: #fbfbf8;*/
    /*border: 1px solid #dcdacb;*/
    /*padding-top: 2.5rem;*/
    /*padding-bottom: 2.5rem;*/
    /*padding-left: 32px !important;*/
    /*padding-right: 30px !important;*/
}

.course-location-section .courses-location-date h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.choose-course-table {
    /*margin-left: 30px;*/
    margin-bottom: 0;
}

.choose-course-table .book-course-now {
    cursor: pointer;
    background-color: #0a6aa1;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 2px 6px #414141;
}

.choose-course-table tbody td .down-arrow {
    font-size: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.choose-course-table thead th {
    border-bottom: none;
    border-top: none;
}

.choose-course-table tbody td {
    /*border-bottom:none;*/
    /*border-top: none;*/
    vertical-align: middle;
    /* This Padding is added by (UN)*/
    padding: .7rem 5px;
}

.choose-course-table .course-date {
    max-width: 240px;
}

.select-date {
    width: 40%;
}

.choose-course-table .form-group {
    margin-bottom: 0;
}


/*inner table */

.addtional-info-about-course td {
    border-bottom: none;
    border-top: none;
    padding: 0 !important;
}

.courses-location-date .session_details,
.courses-location-date .session_price,
.courses-location-date .session_cart {
    display: none;
}

.courses-location-date .session_details:nth-of-type(1),
.courses-location-date .session_price:nth-of-type(1),
.courses-location-date .session_cart:nth-of-type(1) {
    display: inline-block;
}

.add-location-info span {
    display: flex;
    font-size: 16px;
    color: #3c3b37;
    margin-bottom: 10px;
    padding-left: 20px;
}

.add-location-info span svg {
    margin-right: 15px;
}

.add-location-info .full-address {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.add-location-info .find-map {
    margin-bottom: 20px;
}

.cart-course-btn {
    background-color: transparent;
    padding: 0;
}

/*Companies Section in Virtual Page*/
.compaines-section {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-top: 25px;
    display: none;
}

.companies-logo.list-unstyled {
    display: flex;
    justify-content: space-between;
}

.companies-logo.list-unstyled li {
    margin: 20px 0;
}

/*Learning Section */

.learning-section {
    /*margin-top: 30px;*/
    margin-top: 2rem;
}

.course-content .course-overview {
    font-size: 30px;
    color: var(--main-color);
}

/* .learning-section .outer-learing-sec .course_page_heading {
    color: var(--main-color);
    font-size: 30px;
} */

.learning-section .learning-sec {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.learning-sec-list li span {
    color: var(--main-color);
    font-size: 16px;
    font-weight: var(--main-font-weight);
}

.course-accordion-section h4 {
    color: var(--main-color);
    font-size: 30px;
    font-weight: var(--main-font-weight);
}

.outer-learing-sec {
    /* background-color: #fbfbf8; */
    background-color: #F8F9FA;
    border: 1px solid #dcdacb;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 5px;
}

.outer-learing-sec .show-hide-func {
    margin-top: 15px;
}

/*.outer-learing-sec .learning-sec-list {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    max-height: 152px;*/
/*    mask-image: linear-gradient(#ffffff, #ffffff, rgba(255, 255, 255, 0));*/
/*    -webkit-mask-image: linear-gradient(#ffffff, #ffffff, rgba(255, 255, 255, 0));*/
/*}*/

.outer-learing-sec ul li {
    width: 100%;
    /*float: left;*/
    margin-top: 10px;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    line-height: 1.6;
}

.outer-learing-sec ul li i {
    margin-right: 15px;
    font-size: 12px;
    margin-top: 6px;
}

.outer-learing-sec h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
    /*margin-left: 30px;*/
}


/*course overview*/

.course_overivew_detail_outer h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.course_overivew_detail_inner ul {
    margin-top: 20px;
}

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

.course_overivew_detail_inner ul li i {
    margin-right: 10px;
}

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

.course-short-details {
    color: #ffffff !important;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .16);*/
    top: 0;
    bottom: auto;
    padding: 1rem 2.4rem;
    /*box-shadow: 1px 1px 10px #e4e4e4;*/
    background-color: #1e1e1c;
}

.course-short-details .sticky-best-seller {
    background-color: #ffe799;
    color: #593d00 !important;
    border-radius: 4px;
    display: inline-block;
    padding: 0.2rem .4rem;
    font-weight: bold;
    font-size: 12px;
}

.rating-score1 {
    font-size: 17px !important;
    font-weight: bold;
    color: #ffc48c !important;
}

.sticky_ul_stars li i {
    background-color: transparent !important;
    color: #ffc48c !important;
}

.sticky-top-header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.sticky-top-header-mp {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.box_wrap_2 span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.course-content {
    min-height: 50vh;
    /*margin-top: 1.6rem;*/
    /*margin-bottom: 1.6rem;*/
}

.course-accordion-section {
    margin-top: 1.6rem;
}

.total-course-length {}

.total-course-length ul {
    display: flex;
}

.total-course-length ul li {
    margin-right: 26px;
}

.total-course-length ul li:first-child {
    list-style: none;
}

.total-course-length ul li span {
    font-size: 15px;
    margin-left: -5px;
}

.toggle-to-view-section span {
    color: #0f7c90;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}


/*Faq Accordions*/

.course-accordion {
    margin-top: 10px;
}

.course-accordion #accordion .card:last-child {
    margin-bottom: 0;
}

.course-accordion .card-header {
    padding: 0;
    background-color: #F8F9FA;
    border-bottom: none;
}

.course-accordion .card-header .card-link {
    padding: .75rem 1rem;
    border: none;
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.course-accordion h3 {
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}


.course-accordion .card-header .card-link.collapsed i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.1s ease-in-out;
}

.course-accordion .card-header .card-link i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(-90deg);
    transition: 0.1s ease-in-out;
}


.course-accordion .card-header .card-link i {
    font-size: 10px;
    margin-right: 10px;
}

.course-accordion .card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

.course-accordion .card-body p:last-child {
    margin-bottom: 0;
}

.course-accordion .card .card-link .lecture-timing {
    font-weight: normal;
    font-size: 14px;
}

.dot {
    font-size: 20px;
}


/*course pop up window*/

.courses-pop-window {
    position: sticky;
    top: 120px !important;
    border-bottom: 1px solid #dcdacb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
    width: 360px;
    transform: translate(40px, -350px);
    border-radius: 5px;
}

.courses-pop-window-customize {
    transform: translate(40px, 5px) !important;
    animation: .7s fadeIn ease;
}

.change_index {
    z-index: 11 !important;
}

.courses-pop-window-customize .card .card-img-top {
    display: none;
}


.courses-pop-window .card .card-body {
    padding: 0;
}

.courses-pop-window .card .card-body .manage_sticky_block_padding {
    padding: 1.1rem;
    padding-bottom: .3rem;
}

.courses-pop-window .card .card-body .card-title {
    font-size: 32px;
    display: inline-flex;
    margin-bottom: 5px;
}

.call_us_to_book_price {
    font-size: 32px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #212529;
    margin-bottom: 5px;
}

.courses-pop-window .card .card-body .discount_sticky_price {
    font-size: 15.5px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #73726c;
    font-weight: lighter;
}

.courses-pop-window .card .card-body .discount_valued {
    font-size: 16px;
    font-weight: lighter;
    color: #212529;
}

.courses-pop-window .card .card-body .offer_days_left_heading {
    color: #b32929;
    margin-bottom: 12px;
    display: block;
}

.courses-pop-window .card .card-body .offer_days_left_heading i {
    font-size: 17px;
}

.qty_on_product_page {
    height: auto !important;
    padding: .8rem 0.75rem !important;
}

.borderColorChange {
    border-color: #80bdff;
}

.courses-pop-window .card .card-body .cart-btn {
    display: block;
    margin-bottom: 10px;
}


.courses-pop-window .card .card-body .money-back {
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.courses-pop-window .card .card-body .course-feature {
    margin-top: 10px;
}

.courses-pop-window .card .card-body .course-feature ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.courses-pop-window .card .card-body .course-feature ul li i {
    margin-right: 6px;
    font-size: 18px;
}

.courses-pop-window .card .card-body .course-feature ul li span {
    font-size: 14px;
    color: #3c3b37;
}

.courses-pop-window .card .card-body .apply-coupons {
    margin-top: 0;
    color: #0f7c90;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

.coupon_field .btn {
    color: #fff !important;
    background-color: #0f7c90;
    font-weight: bold;
    font-size: 14px;
}

.coupon_field1 {
    display: none;
}

.coupon_field1 .btn {
    color: #fff !important;
    background-color: #0f7c90;
    font-weight: bold;
    font-size: 14px;
}


/*block advertisement*/

.courses-pop-window .card .card-body .block_advertisement {
    margin-top: 0;
}

.courses-pop-window .card .card-body .block_advertisement h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.courses-pop-window .card .card-body .block_advertisement p {
    font-size: 14px;
    color: #3c3b37;
    margin-bottom: 5px;
}


/*REQUIREMNTS*/

.course-requirments {
    margin-top: 1.6rem;
}

.course-requirments a {
    color: #007bff;
}

.general-requirment {
    margin-top: 20px;
}

.general-requirment ul {
    padding-left: 15px;
    color: #73726c;
}

.general-requirment .candidate_instr {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: block;
    margin-top: 25px;
}

.general-requirment .candidate_instr p {
    font-size: 16px;
    color: #3c3b37;
    margin-bottom: 0;
    padding-bottom: 0;
}

.general-requirment .candidate_instr p i {
    font-size: 22px;
    color: #5d5c56;
    margin-right: 1px;
}

.general-requirment ul li span {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #3c3b37;
}

.general-requirment ul li {
    margin-bottom: 5px;
}

.general-requirment ul li svg {
    margin-right: 8px;
}

.general-requirment-detail {
    margin-top: 25px;
    /* max-height: 1200px; */
    /* max-height: 700px; */
    overflow: hidden;
    /* mask-image: linear-gradient(#ffffff00, #ffffffed, rgba(255, 255, 255, 100%));*/
    /*-webkit-mask-image: linear-gradient(#ffffff, #ffffff, rgba(255, 255, 255, 0));*/
}

.effect-window {
    height: 215px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    /*mask-image: linear-gradient(#ffffff00, #ffffffed, rgba(255, 255, 255, 100%));*/
    /*-webkit-mask-image: linear-gradient(#ffffff, #ffffff, rgba(255, 255, 255, 0));*/
    -webkit-mask-image: linear-gradient(#ffffff00, #ffffffed, rgba(255, 255, 255, 100%));
    opacity: 0.7;
}

.removeEffect {
    max-height: 100% !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.show-hide-func {
    position: relative;
}

.show-hide-func a {
    font-size: var(--main-font-20);
    color: #0f7c90;
    font-weight: 600;
}

.show-hide-func a:hover {
    color: #094c59;
}

.show-hide-func a i {
    margin-left: 5px;
}

.learning-option-card h5 {
    font-size: var(--main-heading-font);
}

.buy-box-mp .course-feature h6,
.buy-box-mp .course-feature h6 span {
    font-size: 16px;
    font-weight: var(--main-font-weight);
    color: var(--main-color);
}

.course-feature .course-learning-options span {
    font-size: 16px;
}

.buy-box-mp .booking-info span {
    font-size: 16px;
}

.course-requirments .general-requirment-detail p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
}

.general-requirment-detail p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    /*color: #3c3b37;*/
    color: #000000;
    line-height: 1.8;
}

.general-requirment-detail p b {
    color: #000000;
    font-weight: bold;
}

.general-requirment-detail .exam_link {
    color: #0f7c90;
}

.general-requirment-detail .description_inner_block {
    padding-left: 15px;
    color: #73726c;
}

.general-requirment-detail .description_inner_block li {
    margin-bottom: 5px;
}

.general-requirment-detail .description_inner_block li span {
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 5px;
    color: #3c3b37;
}


/*Featured review*/

.featured-reviewed {
    /*margin-top: 30px;*/
    margin-top: 1.6rem;
}

.featured-inner-sec {
    background-color: #fbfbf8;
    border: 1px solid #dcdacb;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.featured-inner-sec span {
    font-size: 14px;
}

.featured-review-media {
    margin-top: 20px;
}

.featured-review-media .image-holder img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.featured-review-media .image-holder img {
    border-radius: 50%;
}

.featured-review-media .media-body h6 {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    margin-bottom: 5px;
}

.featured-review-media .media-body .reviewer-details {
    display: block;
    font-size: 14px;
}

.featured-rating {
    display: inline-block;
}

.featured-rating ul li {
    margin-top: 10px;
    display: inline-block;
}

.featured-rating ul li:last-child {
    margin-right: 10px;
}

.featured-rating ul li i {
    color: #eb8a2f;
}

.featured-time-ago {
    font-size: 14px;
    color: black;
}

.user-featured-review-detail {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    margin-top: 5px;
    margin-bottom: 20px;
}

.student-course-item .student-bought-course h6,
.student-course-item .student-bought-course .course-rating-price {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.review-feedback span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #2796A9;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.review-feedback span i {
    font-size: 18px;
    color: #2796A9;
}

.review-feedback span a {
    display: contents;
}

.review-feedback .report-to {
    font-size: 14px;
}

/* SIA TOOL ADMIN PANEL */
.quiz {
    width: 100%;
}

.quiz-step {
    display: none;
    height: 520px;
    border-radius: 10px;
}

.quiz-step.active {
    display: block;
}

.fade-enter {
    opacity: 0;
}

.fade-enter-active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.btn-primary {
    background: #0F7C90;
    color: white;
}

.btn-primary:hover {
    background: #0F7C90;
    color: white;
}

.questionare {
    background: #ebf1fb;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 12rem
}

.questionare .quiz-step:nth-child(1) h2 {
    font-size: 38px;
}

.questionare .quiz-step:nth-child(1) button {
    background: #0F7C90;
    border: 0px;
    font-size: 24px;
    height: 60px;
    width: 195px;
}

.form-check .form-check-input {
    border: 1px solid #000;
    width: 20px;
    height: 20px;

}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    margin-left: -2em;
}

.form-check {
    margin-left: 2em;
    min-height: 2rem;
}

/* SIA TOOL ADMIN PANEL */
/*Student Also bought*/

.student-bought-section {
    margin-top: 1.6rem;
}

.student-bought-course {
    margin-top: 20px;
    margin-bottom: 20px;
}

.student-bought-course .image_wrapper_bought {
    width: 100px !important;
    /*height: 65px !important;*/
}

.student-bought-course .image_wrapper_bought img {
    width: 100%;
}

.student-bought-course .media-body {
    margin-left: 10px;
}

.student-course-item {
    border-bottom: 1px solid lightgray;
}

.student-course-item:last-child {
    border-bottom: none;
}

.student-bought-course h6 {
    font-weight: bold;
    font-size: 16px;
}

.student-bought-course .hours {
    font-size: 15px;
    font-weight: bold;
    color: #2D8643;
}

.student-bought-course .date {
    font-size: 14px;
    font-weight: lighter;
    color: #6b6565;
}

.student-bought-course li {
    height: 12px;
    font-size: 12px;
    padding-right: 5px;
    display: flex;
    align-items: center;
}

.student-bought-course li:nth-of-type(2) {
    border-left: solid 1px #cccccc;
    padding-left: 5px;
}

.course-rating {
    margin-top: 20px;
    margin-bottom: 20px;
}

.course-rating li {
    display: inline-block;
    margin-right: 30px;
}

.rating-course-star {
    font-size: 18px;
    font-weight: bold;
    /*color: #eb8a2f;*/
    color: #be5a0e;
    ;
}

.rating-course-star i {
    color: #eb8a2f;
}

.total-student {
    font-size: 16px;
    font-weight: normal;
}

.total-student i {
    color: gray;
    font-size: 20px;
}

.course-rating-price {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.student-bought-course .course-tags .points_text {}

.wishlist-icon-course {
    position: relative;
}

.wishlist-icon-course i {
    font-size: 26px;
    color: #2796A9;
}

.wishlist-icon-course a {
    height: 40px;
    width: 40px;
    border: 1px solid #2796A9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*frequently_bought_together*/

.frequently_bought_together {
    margin-top: 20px;
    margin-bottom: 20px;
    /*background-color: #fbfbf8;*/
    display: block;
    width: 100%;
    border: 1px solid #dcdacb;
    padding: 2rem 2.4rem;
}

.frequently_bought_together .course_block_bough {
    margin-top: 15px;
}

/*.course_block_bough .heading_course {*/
/*    padding-left: 50px;*/
/*}*/

.course_block_bough .heading_course h5 {
    font-size: 17px;
    font-weight: bold;
    color: #3c3b37;
    margin-bottom: 0;
}

.course_block_bough .heading_course span {
    display: none;
}

.course_block_bough .heading_course .group_rating_and_stars {
    display: flex;
}

.course_block_bough .heading_course .rating-score {
    font-size: 17px;
    color: #be5a0e;
    margin-bottom: 0;
    font-weight: bold;
    display: inline-block;
}

.course_block_bough .heading_course .rating-stars-score {
    display: inline-block;
    margin-left: 5px;
}

.course_block_bough .heading_course .rating-stars-score li {
    display: inline-block;
    color: #eb8a2f;
}

.course_block_bough .heading_course .rating-stars-score li i {
    font-size: 12px;
}

.course_block_bough .heading_course .course_rating {
    margin-left: 7px;
    display: flex;
    align-items: center;
}

.course_block_bough .heading_course .course_rating i {
    color: gray;
    font-size: 20px !important;
    margin-right: 3px;
}

.fbt-tag {
    font-size: 13px !important;
}

.course_block_bough .heading_price {
    display: flex;
    justify-content: flex-end;
}

.course_block_bough .heading_price {
    display: flex;
    justify-content: flex-end;
}

.course_block_bough .heading_price.heading_prices {
    margin-left: 30px;
}

.course_block_bough .heading_price span {
    font-size: 17px;
    font-weight: bold;
}

.frequently_bought_total_price {
    font-size: 1.2rem;
    color: #3c3b37;
    font-weight: normal;
    margin-top: 25px;
    display: block;
}

.frequently_bought_total_price b {
    font-weight: bolder;
}

.frequently_bought_btn_adjust {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.course_bought_together_icon {
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 10%;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .24);
    border: 1px solid #dcdacb;
}

.course_bought_together_icon i {
    font-size: 28px;
}

.course-content .course-nav-fixed {
    /*box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);*/
    border-bottom: solid 1px #dedede;
}

.course-content .course-nav-fixed .sticky {
    height: 50px;
    display: flex;
    align-items: center;
}

.course-content .course-nav-fixed .sticky ul li a {
    color: #0f7c90;
    font-weight: bold;
}

.course-content .course-nav-fixed-active {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    background-color: #fff;
    padding-left: 35px;
    box-shadow: 0px 1px 10px 0px #d5d5d5;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slider-desktop-display {
    margin: 0 auto;
    max-width: 369px !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.owl-carousel.bigSlider .owl-item img {
    height: 260px !important;
    /* height: 310px !important; */
}

.course-image-card .item {
    width: 100% !important;
    height: 100%;

}

.course-image-card .owl-carousel .owl-stage {
    display: flex;
}

.course-image-card .thumbs .item {
    height: 60px;
    width: 90px;
    padding: 2px;
    object-fit: cover;
}


.course-image-card .owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.course-image-card .big.owl-theme {
    position: relative;
}

.big.owl-theme .owl-next,
.mob-big-img.owl-theme .owl-next,
.big.owl-theme .owl-prev,
.mob-big-img.owl-theme .owl-prev {
    background: #FFFFFF !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    box-shadow: 1px 1px 10px #000;
    top: 50%;
    z-index: 5000;
}

.big.owl-theme .owl-next i,
.mob-big-img.owl-theme .owl-next i,
.big.owl-theme .owl-prev i,
.mob-big-img.owl-theme .owl-prev i {
    color: #000;
}


.course-image-card .big .owl-item {
    width: 100% !important;
    height: 215px;
    /* margin: 0 1px; */
    /* object-fit: cover; */
}

/* .demo-carousel.owl-carousel.owl-theme .owl-nav.disabled{
    display: none!important;
} */
.course-testimonials .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -40px;
    right: 37px;
}

.course-testimonials .owl-nav button.owl-next {
    margin-right: -40px;
    width: 30px;
    height: 30px;
    background-color: #f2f2f2 !important;
    border-radius: 30px;
}

.course-testimonials .owl-nav button.owl-prev {
    margin-left: -30px;
    width: 30px;
    height: 30px;
    background-color: #f2f2f2 !important;
    border-radius: 30px;
}

/**************
                ******************* Card Sync Slider For Mobile Display*************
                ************************************************************/

.slider-mobile-display {
    margin: 0 auto;
    max-width: 351px !important;
}

.mob-display .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.mob-display .item {
    width: 100% !important;
    height: 100%;
}

.mob-display .owl-carousel .owl-stage {
    display: flex;
}

.mob-display .mob-small-img .item {
    height: 60px;
    width: 90px;
    padding: 2px;
    object-fit: cover;
}


.mob-display .owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.mob-display .big.owl-theme {
    position: relative;
}


.mob-display .owl-dots {
    display: none;
}


.mob-display .mob-big-img .owl-item {
    width: 349px !important;
    height: 225px;
    margin: 0 4px;
    object-fit: cover;
}

.mob-display .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.mob-display .item {
    width: 100% !important;
    height: 100%;

}

.mob-display .owl-carousel .owl-stage {
    display: flex;
}

.mob-display .thumbs .item {
    height: 60px;
    width: 90px;
    padding: 2px;
    object-fit: cover;
}


.mob-display .owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.mob-display .mob-big-img .owl-theme {
    position: relative;
}

.mob-display .owl-nav {
    display: none;
}

.mob-display .owl-dots {
    display: none;
}


.slider-desktop-display .owl-theme .owl-prev {
    left: 10px;
}

.slider-desktop-display .owl-theme .owl-next {
    right: 10px;
}

.slider-desktop-display .owl-theme .owl-next,
.owl-theme .owl-prev {
    background: #333;
}

.slider-desktop-display .customOwlNav {
    display: none;
}

.course-page-session-blogs-inner .blog-head-icon {
    color: #0f7c90;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 50%;
    padding: 9px;
}

/*.banner-first-button {*/
/*    background-image: linear-gradient(150deg, #ff702a 0%, #c507c9 100%) !important;*/
/*    color: #ffffff;*/
/*}*/

/*.course-page-session-blogs .banner-first-button:hover {*/
/*background-color: #2c2c2b;*/
/*color: #ffffff;*/
/*border: 1px solid #3e3e3e;*/
/*}*/

.course-page-session-blogs-inner .blog-btn {
    background-color: transparent;
    border: none;
    color: #000000;
}

.course-page-session-blogs-inner .blog-in-house-btn {
    background-color: #0f7c90;
    border: solid 1px #0f7c90;
    color: #ffffff;
}

.course-page-session-blogs-inner .banner-book-now,
.banner-second-section .banner-book-now {
    /* font-size: calc(10.34286px + .28571vw); */
    background-color: #ec5252;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    /* padding: 12px 36px !important; */
    /* line-height: 1.43; */
}

.course-page-session-blogs-inner .banner-blog-icon {
    color: #0f7c90;
    font-weight: bold;
    padding: 2px
}

.course-page-session-blogs-inner .banner-blog-small-paras {
    margin-bottom: 0.4rem;
    font-size: 17px !important;
    color: #000000;
    font-weight: 500;
}

.course-page-session-blogs-inner .banner-media {
    background: #f7f8f8;
    overflow: hidden;
    border-radius: 5px;
}

.banner-second-section-location {
    border-top: 1px solid #d7d6d6;
    border-bottom: 1px solid #d7d6d6;
    padding: 10px;
}

.course-page-session-blogs-inner .banner-date-section {
    border-top: 1px solid #e2e2e2;
    /*border-bottom: 1px solid #e2e2e2;*/
}

.course-page-session-blogs-inner .banner-date-virtual-section {
    border-top: 1px solid #e2e2e2;
    /*border-bottom: 1px solid #e2e2e2;*/
}

.course-page-session-blogs-inner .banner-date-classroom-section {
    border-top: 1px solid #e2e2e2;
    /*border-bottom: 1px solid #e2e2e2;*/
}

.course-page-session-blogs-inner .banner-date-online-section {
    border-top: 1px solid #e2e2e2;
    /*border-bottom: 1px solid #e2e2e2;*/
}

.course-page-session-blogs-inner .learning-type {
    padding-top: 1px;
}

.course-page-session-blogs-inner .banner-back-button {
    color: #cec1c1;
    background: none;
    /*border: 1px solid;*/
    border-radius: 50%;
}

.banner-second-section .la-angle-down:before {
    content: "\f107";
    border: none;
    background: #0f7c90;
    color: aliceblue;
    border-radius: 50%;
    padding: 7px;
    font-size: 9px;
}

.banner-second-section .la-angle-up:before {
    content: "\f106";
    border: none;
    background: #0f7c90;
    color: aliceblue;
    border-radius: 50%;
    padding: 7px;
    font-size: 9px;
}

/*.course-page-session-blogs .cursor {*/
/*    cursor: pointer;*/
/*}*/

.course-page-session-blogs-inner.banner-price-heading {
    font-weight: 600;
}

.course-page-session-blogs-inner .text-bold {
    font-weight: 500;
}

.course-page-session-blogs-inner .banner-most-popular {
    background-color: #0f7c90;
    z-index: 0;
    right: -26px;
    color: white;
    font-size: 14px;
    /* overflow: hidden; */
    top: 27px;
    padding: 0px 22px;
    transform: rotate(45deg);
}

.course-req-form .parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #f44455;
    margin-top: 0;
    text-align: left;
    margin-bottom: 12px !important;
}

.req-form-style ul {
    padding: revert;
}

.certificate-image {
    /*border: solid 2px #0f7c90;*/
}

.BookingOptionsDesktop {
    margin-top: 1.6rem;
}

/*.quantity {*/
/*    display: inline-block; }*/

/*.quantity .input-text.qty {*/
/*    width: 60px;*/
/*    height: 40px !important;*/
/*    padding: 0 5px;*/
/*    text-align: center;*/
/*    background-color: transparent;*/
/*    border: none;*/
/*}*/

/*.quantity.buttons_added {*/
/*    text-align: left;*/
/*    position: relative;*/
/*    white-space: nowrap;*/
/*    vertical-align: top;*/
/*    border: 1px solid #e0e0e0;*/
/*}*/

/*.quantity.buttons_added input {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    vertical-align: top;*/
/*    box-shadow: none;*/
/*}*/

/*.quantity.buttons_added .minus,*/
/*.quantity.buttons_added .plus {*/
/*    padding: 7px 10px 8px;*/
/*    height: 41px;*/
/*    background-color: #0e6990;*/
/*    color: white;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/

/*.quantity.buttons_added .minus {*/
/*    border-right: 0;*/
/*}*/

/*.quantity.buttons_added .plus {*/
/*    border-left: 0;*/
/*}*/

/*.quantity input::-webkit-outer-spin-button,*/
/*.quantity input::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    margin: 0;*/
/*}*/

/*.quantity.buttons_added .minus:focus,*/
/*.quantity.buttons_added .plus:focus {*/
/*    outline: none;*/
/*}*/
/*.form-section {*/
/*    display: none;*/
/*}*/

/*.current {*/
/*    display: block;*/
/*}*/

/*.banner-section {*/
/*    padding: 115px 0;*/
/*    background-color: #000;*/
/*    margin-top: 20vh;*/
/*}*/


/**********************************************/
/****Organization Info Section Created (UN)****/
/**********************************************/

.instructor-details .instrutor-section-heading {
    margin-bottom: 15px;
}


.instructor-details .instructor-name {
    margin-bottom: 0;
}


.instructor-details .instructor-name a {
    color: #0f7c90;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

.instructor-details .instructor-name a:hover {
    color: #094c59;
}

.instructor-details .instructor-image {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: 1px solid #dcdacb;
}

.instructor-details .instructor-profile-features {
    margin-left: -15px;
}

.instructor-details .instructor-profile-features ul {
    list-style: none;
    margin-top: 5px;
}

.instructor-profile-features li {
    padding: 6px 0;
    color: #3c3b37;
    font-size: 15px;

}

.instructor-details .instructor-profile-features li i {
    color: #eb8a2f;
    margin-right: 15px;
    font-size: 20px;
}

.instructor-details-paragarph {
    /*margin-top: 15px;*/
}

.checked {
    color: orange !important;
}

.instructor-details .instructor-details-paragarph p {
    color: #3c3b37;
    opacity: 1;
}

.instructor-details .general-requirment-trainer {
    max-height: 45px;
}

/***End Organization Info Section ***/


/*Student Feedback section*/

.student-feedback-section {
    margin-top: 1.6rem;
}

.student-feedback-section .instructor-rating .rating-score {
    font-size: 70px;
    color: #be5a0e;
    margin-bottom: 0;
}


/* ul */

.student-feedback-section .instructor-rating .rating-stars {
    font-size: 16px;
}


/* ul */

.student-feedback-section .instructor-rating .rating-stars li {
    display: inline;
}


/* i */

.student-feedback-section .instructor-rating .rating-stars li i {
    color: #eb8a2f;
}

.student-feedback-section .instructor-rating span {
    color: #be5a0e;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.instructor-rating-bars li {
    display: block;
    align-items: baseline;
}

.instructor-rating-bars li .progress {
    display: -ms-flexbox;
    display: inline-block;
    height: .6rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    width: 45%;
}

.instructor-rating-bars li .manage_rating {
    width: 50%;
    display: inline;
    padding-left: 21px;
}

.instructor-rating-bars li i {
    font-size: 17px;
    color: #eb8a2f;
}

.instructor-rating-bars li a {
    font-size: 14px;
    color: #0f7c90;
}

.review-search-bar .input-group-prepend {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.review-search-bar .input-group-prepend span {
    background-color: #0f7c90;
    border-color: #0f7c90;
    color: #fff;
    padding: 15px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.review-search-bar .input-group {
    width: 95%;
}

.review-search-bar input {
    height: 50px;
}

.review-search-bar .review-course {
    height: 100% !important;
}

.review-box .list-unstyled li {
    margin-top: 0;
}

.review-box {
    background-color: transparent;
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #dcdacb;
}

.review-box:last-child {
    border-bottom: none;
}

.reviews-sec {
    border-bottom: 1px solid #dcdacb;
}

.review-box .name-text-holder {
    height: 50px;
    width: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-box .name-text-holder span {
    font-size: 20px;
}

.review-box .review-replay-sec {
    margin-left: 80px;
    /* margin-top: 20px; */
    border-left: solid 5px #cdcdcd;
    padding-left: 15px;
}


/*course by intrus*/

.courses-sec {
    margin-top: 1.6rem;
}

.courses-sec .course-rating {
    margin-top: 0;
    margin-bottom: 0;
}

.courses-sec .course-rating li {
    margin-right: 0;
}


/*Model Window Dates and location section*/

.model_window_dates_and_loc .modal-header {
    border-bottom: none;
}

.model_window_dates_and_loc .modal-header .modal-title {
    margin-right: auto;
}

.model_window_dates_and_loc .modal-content .modal-header .close_model {
    position: absolute;
    right: 20px;
    top: 20px;
}

.course-location-section .courses-location-datemodel {
    /* background-color: #fbfbf8; */
    /* border: 1px solid #dcdacb; */
    padding-top: 0;
    padding-bottom: 0;
    /*padding-left: 32px !important;*/
    /*padding-right: 30px !important;*/
}


/*Model Window Frequently Bought Together*/

.model_window_frequently_bought .modal-lg {
    max-width: 40rem !important;
}

.model_window_frequently_bought .frequently_bought_together img {
    width: 100%;
}

.model_window_frequently_bought .modal-header {
    border-bottom: none;
}

.model_window_frequently_bought .modal-header .modal-title {
    margin-right: auto;
}

.model_window_frequently_bought .modal-content .modal-header .close_model {
    position: absolute;
    right: 20px;
    top: 20px;
}

.frequently_bought_together-datemodel {
    margin-top: 0 !important;
    margin-bottom: 20px;
    /*background-color: #fbfbf8;*/
    display: block;
    width: 100%;
    border: 1px solid #dcdacb;
    /* padding: 2rem 2.4rem; */
    padding: 15px 10px 0;
}


.frequently_bought_together-datemodel .course_bought_together_icon {
    left: 12%;
}

.frequently_bought_together-datemodel h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
}

.frequently_bought_together-datemodel .heading_course h5 {
    font-size: 16px;
}

.freq_bought_block {
    border-bottom: solid 1px #e2e2e2;
}

.freq_bought_block:last-child {
    border-bottom: none;
}

.related_courses_model h4 {
    font-size: 19px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}

.related-topic-tag {
    display: inline-block;
    font-size: 14px;
    color: #6b6882;
    background: transparent;
    padding: 8px 10px;
    border: 1px solid #6b6882;
    transition: .5s ease;
    border-radius: 20px;
}

.related-topic-tag:hover {
    background: #0f7c90;
    color: #fff;
}

.added_to_the_cart_model {
    margin-bottom: 20px;
}

.added_to_the_cart_model_inner .media .media-body h5 {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    margin-bottom: 0;
}

.added_to_the_cart_model_inner .media .media-body span {
    font-size: 14px;
    font-weight: lighter;
    color: #6b6565;
}

.added_to_the_cart_model_inner .media .cart_btn {
    display: flex;
    justify-content: center;
    align-items: start;
}

.added_to_the_cart_model_inner .cart_btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 20px;
}

.added_to_the_cart_model_bottom {
    padding: 15px;
}

.added_to_the_cart_model_bottom .cart-processing ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.added_to_the_cart_model_bottom .cart-processing ul li span {
    background-color: #cecece;
    color: #FFFFFF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.added_to_the_cart_model_bottom .cart-processing ul li {
    color: #cecece;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.added_to_the_cart_model_bottom .cart-processing ul li i {
    font-size: 20px;
    padding-left: 25px;
}

.added_to_the_cart_model_bottom .cart-processing ul li .tick-icon {
    font-size: 18px;
    padding-left: 0;
}

.added_to_the_cart_model_bottom .cart-processing ul li {
    color: #0f7c90;
}

.added_to_the_cart_model_bottom .cart-processing ul li span {
    background-color: #0f7c90;
}

.white_bar {
    display: none;
}

/*COURSE FAQ's*/
.schema-faq-code .faq-question {
    /*border: 1px solid #dedee0;*/
    border-bottom: none;
}

.schema-faq-code .faq-question:last-child {
    /*border-bottom: 1px solid #dedee0;*/
}

.schema-faq-code .faq-q {
    /*font-size: 15px;*/
    /*font-weight: 500;*/
    margin: 0;
    padding: 12px 56px 12px 12px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #dedee0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.schema-faq-code .faq-q:after {
    content: "+";
    position: absolute;
    top: 15%;
    right: 0;
    width: 56px;
    text-align: center;
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    font-weight: 300;
    color: #000;
    font-size: 20px;
}

.schema-faq-code .faq-q.faq-q-open:after {
    content: "-";
    font-size: 30px;
    top: 4%;
}

.schema-faq-code .faq-a {
    margin: 0;
    padding: 12px;
    background-color: #fff;
    color: var(--main-color);
    font-size: 17px;
    font-weight: var(--main-font-weight);
    line-height: 1.4;
    display: none;
}

.schema-faq-code .faq-question:last-child .faq-a {
    border-bottom: 0;
}

/*test faq section*/

.faq-accordion-section {
    margin-top: 1.6rem;
}

.faq-accordion-section .schema-faq-code {
    /*border-bottom: none;*/
    margin: 0 auto;
    /*border-radius: 0;*/
    margin-bottom: 8px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dedee0;
    background-color: #F8F9FA;
    /*background-color: #fbfbf8 !important;*/
}

.faq-accordion-section .schema-faq-code .faq-q i {
    font-size: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

.faq-accordion-section .schema-faq-code .faq-q {
    border: none;
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


/* ===================================
END PRODUCT PAGE
====================================== */


/* ===================================
   START COURSE FINDER
====================================== */
/******
COURSE FINDER PAGE
******/

.course-finder-alert span {
    font-size: 16px;
    font-weight: bold;
    color: #3c3b37;
}

.course-finder-alert .alert {
    background: #fbfbf8;
    padding: 16px;
    border: 1px solid #dcdacb;
    border-radius: 4px;
    display: flex;
}

.course-finder-alert .alert i {
    font-size: 26px;
    margin-right: 20px;
    color: #3c3b37;
}


/*course-finder-search-area-col*/

.learner_search_block h3 {
    font-size: 30px;
    color: #3c3b37;
}

.learner_search_block p {
    color: #3c3b37;
    font-size: 16px;
}

.learner_search_block p span a {
    color: #0f7c90;
    font-weight: bold;
}

.course-finder-search-area-col {
    margin-top: 20px;
}

.course-finder-search-area-col .course-finder-search-btn {
    display: flex;
}

.course-finder-search-area-col .course-finder-search-btn a {
    margin-right: 10px;
    padding: 12px 30px;
    font-size: 16px;
}

.course-finder-search-area-col .course-finder-search-btn a i {
    font-size: 18px;
}

.course-finder-search-area-col .course-finder-search-btn select {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 28px;
    color: #6b6882;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    width: 133px;
}

.course-finder-search-btn select option[selected] {
    color: #3c3b37 !important;
}

.course-finder-search-btn select option {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.course-finder-search-btn select:focus {
    outline: none;
}

.course-finder-total-result span {
    font-size: 16px;
    font-weight: bold;
    color: #73726c;
}


/*course-finder-main*/

.course-finder-main {
    margin-top: 25px;
    margin-bottom: 25px;
}

.course-finder-main-filter {
    width: 20%;
    background-color: #ffffff;
    float: left;
    min-height: 500px;
    transition: .5s ease;
}

.course-finder-main-course {
    width: 80%;
    /*background-color: wheat;*/
    float: left;
    min-height: 500px;
    transition: .5s ease;
}

.shrink {
    width: 0 !important;
}

.expand {
    width: 100% !important;
}

.expand .full-width-courses {
    padding-left: 0 !important;
}


/*.course-finder-main-course .full-width-courses {*/


/*    padding-left: 30px;*/


/*}*/


/*fliters*/

.course-finder-main-filter .card {
    border: none;
    border-radius: 0;
}

.course-finder-main-filter .card .card-header {
    border-top: 3px solid #00618A;
    /*border-top: 1px solid rgba(0, 0, 0, .125);*/
    border-bottom: none;
    background-color: transparent;
    padding-left: .7rem;
    padding-top: .90rem;
    padding-bottom: .90rem;
}

/*.course-finder-main-filter .card:last-child {*/
/*    border-bottom: 1px solid rgba(0, 0, 0, .125);*/
/*}*/

.course-finder-main-filter .card .card-link {
    cursor: pointer;
    border: none;
    border-radius: 0;
}

.course-finder-main-filter .card .card-link .card-link-group span {
    color: #3c3b37;
    font-size: 22px;
    font-weight: bold;
}

.course-finder-main-filter .card .card-body {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card .blur-effect-cart.cat-cart-body {
    max-height: 135px;
    mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    padding-left: 13px;
}

.course-finder-main-filter .show-hide-func {
    margin-top: 10px;
    margin-bottom: 15px;
}

.course-finder-main-filter .card-header .card-link i {
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 20px;
    color: #3c3b37;
    transform: rotate(180deg);
    transition: .3s ease;
}

.course-finder-main-filter .card-header .card-link.collapsed i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.course-finder-main-filter .card .card-data .card-body .filter-checkbox {
    margin-bottom: 10px;
}

.course-finder-main-filter .card .card-data .card-body .form-group .form-check {
    margin-bottom: 10px;
}

.filter-rating {
    margin-right: 10px;
}

.rating-num {
    font-size: 14px;
}

.filter-rating li {
    display: inline-block;
}

.filter-rating li i {
    color: #eb8a2f;
    font-size: 13px;
}


/***********************************************************/
/*                Forntend Desgin Changes made             */
/*                         By (UN)                         */
/***********************************************************/

/* Filter Checkboxes */


.form-group .filter-checkbox .form-check-input {
    cursor: pointer;
}


.form-group .filter-checkbox label {
    cursor: pointer;
}

/* End Filter Check box */


/*full width course*/

.course-finder-main-course .full-width-courses {
    padding-left: 30px;
}

.course-finder-main-course .full-width-courses .course-fullwidth-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdacb;
    border-top: 1px solid #dcdacb;
}

.course-finder-main-course .full-width-courses .course-fullwidth-item:first-child {
    padding-top: 0;
}

.course-finder-main-course .full-width-courses .course-fullwidth-item:last-child {
    margin-bottom: 30px;
}

.course-item .media a {
    width: 260px;
}

.course-item .media a img {
    width: 100%;
    border-radius: 5px;
}

.course-finder-main-course .course-item .media a {
    display: flex;
    color: var(--main-color);
}

.full-width-courses .course-item h6 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 800;
}

.full-width-courses .course-item p {
    margin-bottom: 3px;
    color: var(--main-color);
    font-size: 17px;
    font-weight: var(--main-font-weight);
}

.full-width-courses .course-item .course-author {
    font-size: 16px;
    font-weight: var(--main-font-weight);
}

.full-width-courses .course-item .course-rating {
    margin-bottom: 0;
    margin-top: 0;
}

.full-width-courses .course-item .course-tags .points .points_text {
    font-size: 16px
}

.full-width-courses .course-item .course-rating li {
    list-style: none;
    display: inline-block;
    margin-right: 0;
    color: #be5a0e;
    font-weight: bold;
    font-size: 15px;
}

.full-width-courses .course-item .course-rating li.star i {
    color: #eb8a2f;
    font-size: 12px;
}

.full-width-courses .course-item .course-rating li.num-users {
    font-size: 13px;
    font-weight: lighter;
    color: #6b6565;
    margin-left: 5px;
}

.num-users i {
    font-size: 20px !important;
    color: gray;
}

.courses-sec .courses-list .course-detail .course-rating li.points {
    color: #be5a0e;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 700;
}

.full-width-courses .course-item .course-tags {
    font-size: 17px;
}

.full-width-courses .course-item .course-tags li {
    display: inline-block;
}

.full-width-courses .course-item .course-tags li {
    font-size: 14px
}

/*.full-width-courses .course-item .course-tags li::after {*/
/*    content: "|";*/
/*    margin-left: 5px;*/
/*    margin-right: 5px;*/
/*}*/

.full-width-courses .course-item .course-tags li:last-child::after {
    display: none;
}

.full-width-courses .course-item .course-badge {
    margin-top: 4px;
}

.full-width-courses .course-items-price-and-cart {
    display: grid;
    align-items: end;
}

.full-width-courses .course-items-price-and-cart .course-item-price {
    justify-content: flex-end;
}

.full-width-courses .course-items-price-and-cart h5 {
    text-align: right;
    margin-bottom: 5px;
}

.full-width-courses .course-items-price-and-cart del {
    display: block;
    text-align: right;
}

.full-width-courses .course-items-price-and-cart .add-cart {
    padding: 10px 15px;
    border: 1px solid #0f7c90;
    font-size: 16px;
    color: #0f7c90;
    background-color: transparent;
    transition: .5s ease;
    font-weight: bold;
    border-radius: 5px;
}

.full-width-courses .course-items-price-and-cart .add-cart:hover {
    background-color: #0f7c90;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}

.full-width-courses .course-items-price-and-cart .add-to-cart-basket {
    padding: 14px 22px;
    border: 1px solid #d3483e;
    background-color: #d3483e;
    color: #fff;
    border-radius: 5px;
    font-size: 15px
}

.full-width-courses .course-items-price-and-cart .add-cart i {
    font-size: 18px;
}

.course-image-container {
    width: 200px;
    height: 120px;
}

.course-image-container img {
    object-fit: cover;
    object-position: top;
    height: 120px;
}

/*Advertise Blog */

.advertise-sec {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #dcdacb;
    padding: 1.3rem 1.5rem;
    border-radius: 5px;
}

.advertise-sec .advertisement-blog h3 {
    font-size: 19px;
}

.advertise-sec .advertisement-blog p {
    font-size: 15px;
    color: #3c3b37;
}

.advertisement-block {
    display: grid;
}

.advertisement-block i {
    font-size: 25px;
    color: gray;
    text-align: center;
}

.advertisement-block span {
    font-size: 15px;
    text-align: center;
}

.advertisement-blog .customize_btn {
    padding: 9px 25px !important;
}


/*.advertisement-blog ul {*/


/*    margin-bottom: 20px;*/


/*}*/


/*.advertisement-blog ul li{*/


/*    display: inline-block;*/


/*    margin-right: 5px;*/


/*}*/


/* Course-Pagination  */

/* .course-pagination .pagination li {
    margin-right: 5px;
}

.course-pagination .pagination li a {
    border: none;
    background-color: transparent;
}

.course-pagination .pagination .arrows {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #2896a9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-pagination .pagination .num {
    color: #2896a9;
    font-size: 16px;
    font-weight: normal;
}

.course-pagination .pagination .page-item:focus {
    outline: none;
    box-shadow: none;
}

.course-pagination .pagination .num.active {
    font-weight: bold;
    outline: none;
    box-shadow: none;
}

.course-pagination .pagination .num {
    outline: none;
    box-shadow: none;
} */
.course-pagination li.page-item .page-link {
    color: #000;
}

.course-pagination li.page-item:hover {
    background-color: #eff5ff;
    border-radius: 5px;
}

.course-pagination li.page-item.active {
    background-color: #d8e8ff;
    border-radius: 5px;
}

.course-pagination li.page-item:first-child .page-link {
    border: none;
}

.course-pagination li.page-item:last-child .page-link {
    border: none;
}

.course-pagination li.page-item.disabled .page-link {
    color: #212529 !important;
    opacity: 0.5 !important;
}

.course-pagination li.page-item.disabled:hover {
    color: #212529 !important;
    background-color: #0000;
}

.course-pagination .pagination li {
    margin-right: 5px;
}

/*door superions*/

.door-supervisor .container {
    border-top: 1px solid #dcdacb;
    /*border-bottom: 1px solid #dcdacb;*/
}

.door-supervisor h4 {
    margin-bottom: 20px;
}

.door-supervisor p {
    line-height: 1.5;
}

.door-supervisor .course_finder_faq_leftarea {
    width: 20% !important;
    display: block;
    float: left;
}

.door-supervisor .course_finder_faq_rightarea {
    width: 80% !important;
    display: block;
    float: right;
    padding-left: 30px;
}

.course_finder_faq_rightarea .btn-link {
    color: #000;
    text-decoration: none;
}

.course_finder_faq_rightarea .btn-link:hover {
    color: #000;
    text-decoration: none;
}

/* ===================================
   END COURSE FINDER
====================================== */

/*=================================
        START SHOP CART
================================== */

.cart-page-items .text {
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    color: #29303b;
}

.cart-page-items .btn-update-qty {
    background-color: #e4e4e4;
    color: #0a6aa1;
}

.cart-page-items .cart-item {
    padding: 10px;
    padding-right: 30px;
    border: 1px solid #f3f3f3;
}

.cart-item .media-body h5 a {
    color: var(--main-color);
    font-size: 16px;
    font-weight: var(--main-font-weight);
}

.cart-page-items .cart-item .cart-image {
    width: 110px;
}

.cart-page-items .cart-item .cart-image img {
    width: 100%;
}

.cart-page-items .cart-item .media-body h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #3c3b37;
}

.cart-page-items .cart-item .media-body .cart-text {
    font-size: 14px;
    font-weight: var(--main-font-weight);
    margin-bottom: 6px;
}

.cart-page-items .cart-item .number-input-field {
    width: 25%;
}

.cart-page-items .cart-item input.qty {
    width: 50%;
}

.cart-page-items .cart-actions li {
    list-style: none;
}

.cart-page-items .cart-actions li a {
    color: #007791;
    font-size: 14px;
}

.cart-page-items .course-price,
.cart-page-items .course-price a {
    font-size: 20px;
    margin-top: 0;
    font-weight: 700;
    display: inline-block;
}

.cart-page-items .course-price .coupon-tag i {
    transform: rotate(-90deg);
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
    top: 3px;
}

.cart-page-items .course-price .cart_small_text {
    font-size: 14px;
    color: #3c3b37;
    font-weight: 400;
}

.cart-page-items .cart-total-div {
    padding-top: 30px;
}

.cart-page-items .cart-total-div .total-price {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cart-page-items .cart-total-div .price-discount,
.cart-total-div del {
    font-size: 15px;
    color: #686f7a;
    font-weight: 300;
    margin-bottom: 5px;
}

.cart-page-items .cart-total-div .price-discount {
    margin-bottom: 10px;
}

.cart-page-items .cart-total-div .price-discount strong {
    color: #29303b;
    font-weight: 700;
}

.cart-page-items .cart-total-div .main-btn {
    background-color: #ec5252;
    padding: 12px 35px;
    border: solid 1px #ec5252;
    font-weight: 700;
}


.cart-page-items .cart-total-div input {
    color: #29303b;
    border-radius: 0;
    font-size: 14px;
}

.cart-page-items .cart-total-div .input-group-prepend span {
    background-color: #ec5252;
    color: #fff;
    border-color: #ec5252;
    font-size: 12px;
    font-weight: 700;
}

.cart-page-items .related-courses .course-card {
    border: solid 1px #eeeeee;
    transition: .5s ease;
}

.cart-page-items .related-courses .course-card:hover {
    border: solid 1px transparent;
}

.cart-page-items .related-courses .course-price del {
    font-size: 13px !important;
}

.cart-page-items .related-courses .course-detail .course-heading {
    font-size: 14px !important;
}


/* cart_courses_block*/

.cart_courses_block {
    margin-top: 0;
}

.cart_courses_block.courses-sec .courses-list .course-detail {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 1rem 10px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    min-height: 160px;
}

.cart_courses_block .courses-sec .courses-list .course-img-holder {
    height: 168px;
    width: 270px;
}

.cart_courses_block .courses-sec .courses-list .course-img-holder img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.cart_courses_block .courses-list .course_block_link:hover .course-img-holder .course_overlay {
    opacity: 1;
    overflow: hidden;
}

.cart_courses_block.courses-sec .courses-list .course_block_link:hover .course-detail {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
}

.courses_list_owl .date {
    display: block;
}

.navgation_owl_items {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 11;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 1px 1px 10px #dedede;
    cursor: pointer;
}

.navgation_owl_items.arrow-next {
    right: -15px;
}

.navgation_owl_items.arrow-prev {
    left: -15px;
}

.qty {
    display: block;
    width: auto;
    height: auto !important;
    padding: .1rem 0.25rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.qty_wrapper {
    display: flex;
    justify-content: flex-end;
}

.small-checkout-from-shopcart-mobile .inner-shopcart-mobile-content {
    display: none;
}


/***********************************************************/
/*                Forntend Desgin Changes made             */
/*                         By (UN)                         */
/***********************************************************/

/* Badges added on the Shop Cart */

.price-plan-badge-flexi {
    background-color: #f4c150;
    color: #FFF;
}

.price-plan-badge-saver {
    background-color: #e14958;
    color: #FFF;
}

.price-plan-badge-premium {
    background-color: #0a6aa1;
    color: #FFF;
}

.badge-blue {
    background-color: #0a6aa1;
    color: #FFF;
}

.text-i {
    color: #e14958;
}


/*=================================
        END SHOP CART
================================== */


/*=================================
        START PRICING PAGE
================================== */
/*pricing page sec css*/
.pricing-sec .container {
    /*max-width: 1140px;*/
    min-height: 270px;
}


/*course info show on pricing table*/

.pricing-sec .user_course_detail {
    min-height: 272px;
}

.pricing-sec .user_course_detail .pricing_course_detail {
    padding: 8px;
}

.pricing-sec .user_course_detail .pricing_course_detail h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0f6674;
    ;
}

.pricing-sec .user_course_detail .pricing_course_detail .pricing_course_detail_item {
    font-size: 14px;
    display: flex;
    margin-bottom: 5px;
}

.pricing-sec .user_course_detail .pricing_course_detail i {
    width: 15px;
    margin-top: 3px;
    margin-right: 6px;

}


/*course info show on pricing table*/

.package_details {
    /*margin-top: 221px;*/
}

.package_heading h4 {
    font-size: 23px;
}

.pricing-sec .Packages_essentials hr {
    margin-bottom: 0;
}

.pricing-sec .Packages_essentials {
    /*min-height: 78px;*/
    /* background-color: red; */
    padding: 16px 8px;
    padding-bottom: 48px;
    border: 1px solid #f2f2f2;
    border-right: none;
    border-top: 2px solid #f2f2f2;

}

.pricing-sec .Packages_essentials ul li {
    margin-bottom: 5px;
    /*margin-top: 10px;*/
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.pricing-sec .Packages_essentials ul li span {
    font-size: 17px;
    color: #333;
}

.pricing-sec .Packages_essentials ul li i {
    cursor: pointer;
    font-size: 19px;
}

.pricing-sec .pricing-card {
    border-radius: 12px;
    /* overflow: hidden; */
    border: solid 1px #e0e0e0;
    max-width: 420px;
}

.pricing-sec .pricing-card.active {
    box-shadow: 1px 1px 10px #eee;
}

.pricing-sec .pricing-card .price-header {
    position: relative;
    min-height: 297px;
}

.pricing-sec .pricing-card .price-header,
.pricing-sec .pricing-card .price-body {
    /*border: solid 1px #e0e0e0;*/
    padding: 16px 25px 20px 25px;
    max-width: 300px;
    margin: auto;
}

.pricing-sec .pricing-card .price-heading {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
    color: #424542;
    /* display: inline-block; */
}

.pricing-sec .pricing-card .popular_tag {
    background: #f4c150;
    font-size: 14px;
    color: #fff;
    padding: 3px;
    text-align: center;
    position: relative;
    width: 50%;
    display: inline-block;
    margin-left: 15px;
    top: -5px;
}

.premium-popular-tag-heading .popular_tag {
    background-color: #0f7c90 !important;
}

.premium-popular-tag-heading .popular_tag .arrow {
    border-right-color: #0f7c90 !important;
}

.pricing-sec .pricing-card .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid;
    border-right-color: #f4c150;
    position: absolute;
    top: 5px;
    left: -9px;
}

.pricing-sec .pricing-card .price-num {
    font-size: 50px;
    font-weight: 700;
    justify-content: center;
    position: static;
    margin-top: 7px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

.pricing-sec .pricing-card .price-num span {
    font-size: 32px;
    font-weight: 400;
    color: #8f938f;
    /* opacity: .8; */
    display: block;
    align-items: center;
    padding-right: 10px; 
}

.pricing-sec .pricing-card .price-header a {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    align-items: center;
}

.pricing-sec .pricing-card .line {
    display: block;
    height: 1.5px;
    width: 30px;
    background-color: #ec5252;
    margin: auto;
}

.pricing_list_text {
    font-size: 13px;
}


/*checklist circle*/



/* .pricing-sec .pricing-card .price-body .pricing-list li .pricing_check_circle i {
    -webkit-text-stroke: 1.5px white;
    color: #fff;
    font-size: 17px;
} */

.pricing-sec .pricing-card .price-body .pricing-list li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    height: 53px;
}

.pricing-sec .pricing-card .price-body .pricing-list li p {
    font-size: 16px !important;
    line-height: 1.2;
    /*font-weight: 500;*/
    color: #000000;
}

.pricing-sec .pricing-card .price-body .pricing-list li .pricing_text_small {
    display: none;
}

.pricing-sec .pricing-card .price-body .pricing-list li .pricing_infoicon_small {
    display: none;
}

.pricing-sec .pricing-card .price-body .pricing-list li a {
    font-size: 15px;
}

.pricing-sec .pricing-card .price-body .pricing-link {
    color: #0f7c90;
    display: block;
    margin-top: 25px;
    font-size: 14px;
}


/*active class css*/

.pricing-sec .pricing-card.active .price-header {
    /*color: #fff;*/
}

.pricing-sec .pricing-card .price-header .text { 
    font-weight: 600;
    opacity: 1;
}

.pricing-sec .pricing-card.active .line {
    /*background-color: #fff;*/
}


/*booking details*/

.pricing-sec .pricing-heading-area .heading {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #212529;
    /* margin-bottom: 35px; */
    margin-bottom: 40px;
    padding-top: 35px;
}

.pricing-sec .pricing-heading-area .heading span {
    font-weight: bold;
    color: #85a3a9;
    display: inline-block;
}

.pricing-sec .booking-details {
    margin-top: 30px;
}

.pricing-sec .booking-details .booking-includes .heading {
    color: #0f7c90;
    font-size: 16px;
    margin-bottom: 5px;
}

.pricing-sec .booking-details .booking-includes .text {
    font-size: 14px;
}

.pricing-sec .booking-details .booking-includes .media {
    margin-bottom: 20px;
}

.pricing-sec .booking-details .booking-includes .media i {
    color: #0f6674;
    font-size: 30px;
}

.pricing-sec .booking-details .booking-info {
    margin-bottom: 50px;
}

.pricing-sec .booking-details .booking-info i {
    color: #0f6674;
    font-size: 25px;
    margin-bottom: 10px;
}

.pricing-sec .booking-details .booking-info .heading {
    color: #0f6674;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
}

.pricing-sec .booking-details .booking-info .text {
    font-size: 14px;
}

.pricing-sec .price-body .price-footer {}

.pricing-sec .back_button {
    font-size: 40px;
    margin-bottom: 5px;
    color: #3a3d3e;
    cursor: pointer;
}


/*pricing sec css end*/

/*=================================
        END PRICING PAGE
================================== */


/*=================================
        START CHECKOUT PAGE
================================== */
/*Checkout Page*/

.course_summery {
    display: none;
}

.sticky-checkout-bottom-bar {
    display: none;
}


/*checkout header start*/

.checkout-header-style-2 {
    /* padding: 15px 0; */
    position: fixed;
    width: 100%;
    box-shadow: 1px 1px 10px #eee;
    background: #fff;
    z-index: 111;
}

.checkout-header-style-2 .checkout-header .block1 .back_button {
    font-size: 25px;
    margin-bottom: 5px;
    color: #3a3d3e;
    cursor: pointer;
}

.checkout-header-style-2 .checkout-header .block2 h5 {
    margin-bottom: 0;
    color: #39364fc4;
    font-size: 20px;
}

.checkout-header-style-2 .checkout-header .block2 .checkout_time p {
    margin-bottom: 0;
    font-size: 13px;
    color: #6f7287;
}

.checkout-header-style-2 .checkout-header .block3 a i {
    font-size: 25px;
    margin-bottom: 5px;
    color: #3a3d3e;
    cursor: pointer;
}


/* checkout header end*/

.checkout-section {
    padding-bottom: 20px;
}

.checkout-section .checkout-left-side .form-group input {
    font-size: 15px;
    line-height: 22px;
    min-height: 49px;
    color: #39364f;
}

.checkout-section .checkout-left-side .customize_dropdown {
    font-size: 12px;
    line-height: 22px;
    min-height: 52px;
    color: #757388;
    padding-bottom: 0;
}

.checkout-section .checkout-left-side .customize_dropdown option {
    font-size: 14px;
}

.checkout-section .checkout-left-side .form-group input::placeholder {
    font-size: 12px;
}

.study-steps {
    font-size: 15px;
    font-weight: var(--main-font-weight);
    color: var(--main-color);
}

.contact_information .checkout_notes {
    color: #6f7287;
    font-size: 14px;
    line-height: 1.4rem;
}

.contact_information h3 {
    font-size: 24px;
    font-weight: bold;
    color: #39364f;
}

.contact_information .checkout_login_asguest {
    color: #6f7287;
    font-size: 14px;
    line-height: 1.4rem;
}

.contact_information .checkout_login_asguest a {
    color: #04a1ee;
}

.contact_information .formcheck {
    padding-right: 10px;
}

.checkout-left-side.label-form-style .form-group .form-control:focus,
.checkout-left-side.label-form-style .form-group .form-control:active {
    background-position: -100em 0;
}

.billing_information {
    margin-bottom: 15px;
    margin-top: 15px;
}

.billing_information h3 {
    font-size: 24px;
    font-weight: bold;
    color: #39364f;
    margin-bottom: 15px;
}

.billing_information .box-border-checkbox {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 20px;
    position: relative;
    min-height: 90px;
    /*display: flex;*/
}

/*.billing_information .box-border-checkbox:nth-child(3) {*/
/*    border-left: none;*/
/*}*/

.billing_information .box-border-checkbox .PaymentText {
    font-size: 13px;
}

.billing_information .box-border-checkbox i {
    position: absolute;
    top: 27%;
    right: 10px;
    font-size: 32px;
    color: #efe8e8;
}

.billing_information .billing_generic_info {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 20px;
    border-top: none;
}

.billing_information .billing_generic_info #cardnum {
    border: 1px solid #ced4da;
    padding: 10px 12px;
    border-radius: .25rem;
    margin-bottom: 15px;
    font-size: 14px;
}

.billing_information .billing_generic_info #cardexp {
    border: 1px solid #ced4da;
    padding: 8px 12px;
    border-radius: .25rem;
    margin-bottom: 15px;
}

.billing_information .billing_generic_info #cardcvc {
    border: 1px solid #ced4da;
    padding: 8px 12px;
    border-radius: .25rem;
    margin-bottom: 15px;
}

/*.billing_information .billing_generic_info .credit_box {*/
/*    !*display: none;*!*/
/*}*/

/*.billing_information .billing_generic_info .paypalbox {*/
/*    !*display: none;*!*/
/*}*/

/*.billing_information .billing_generic_info .paypalbox i {*/
/*    font-size: 20px;*/
/*    color: #6f7287;*/
/*}*/

/*.billing_information .billing_generic_info .paypalbox span {*/
/*    color: #6f7287;*/
/*    font-size: 14px;*/
/*    line-height: 1.4rem;*/
/*}*/

/*.billing_information .billing_generic_info .paypalbox .procced_payment_with_paypal .custompaypal {*/
/*    padding: 6px 115px;*/
/*    background-color: #0070ba;*/
/*    font-size: 21px;*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*}*/

/*.billing_information .billing_generic_info .paypalbox .procced_payment_with_paypal .custompaypal:hover {*/
/*    color: #fff;*/
/*}*/

.candidate_details h3 {
    font-size: 24px;
    font-weight: bold;
    color: #39364f;
    margin-bottom: 15px;
    margin-top: 16px;
}

.candidate_details .course_general_heading {
    color: #39364f;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.candidate_details .form-control#select_copy_data_block:focus~.copy_data_span {
    color: #04a1ee;
}

.candidate_details .copy_data_span {
    position: absolute;
    font-size: 12px;
    color: #696975;
    top: 5px;
    left: 17px;
}

.candidate_details .formcheck {
    padding-right: 10px;
}

.shipping_information h3 {
    font-size: 24px;
    font-weight: bold;
    color: #39364f;
    margin-bottom: 15px;
}

.shipping_information .primary_text {
    color: #6f7287;
    font-size: 14px;
    line-height: 1.4rem;
}

.shipping_radio .secondary_text {
    color: #6f7287;
    font-size: 14px;
    line-height: 1.4rem;
}

.shipping_radio .media .media-body h5 {
    color: #39364f;
    font-size: 16px;
}

.custom-control-label::before {
    background-color: #fff;
}

/* .checkout-section .terms_and_conditions label {
    color: #6f7287;
    font-size: 14px;
    line-height: 1.4rem;
} */

.checkout-section .terms_and_conditions a {
    color: #04a1ee;
    text-decoration: underline;
}

.powerBydiv {
    display: block;
    text-align: left;
}

.poweredBy {
    color: #6f7287;
    font-size: 12px;
}

.poweredBy a {
    /*font-weight: bold;*/
    /*color:#6f7287;*/
    margin-left: 5px;
    font-weight: bold;
    color: #6f7287;
    font-size: 15px;
}

.placeorderBtn.disabled {
    display: inline-block;
    font-size: 14px;
    color: #949191;
    background: #f8f7fa;
    /*padding: 8px 60px;*/
    border: 1px solid transparent;
    transition: .5s ease;
    font-weight: bold;
}

.placeorderBtn {
    background-color: #0f7c90;
    color: #fff;
    /*padding: 8px 60px;*/
    border: 1px solid transparent;
    transition: .5s ease;
    font-weight: bold;
    font-size: 14px;
    width: 25%;
}

.placeorderBtn:hover {
    background-color: #0f7c90;
    border: 1px solid transparent;
    color: #FFFFFF;
}

/**********************************************/
/*************Code Added by (UN)***************/
/**********************************************/

.checkout-section label {
    cursor: pointer;
    width: 100%;
}

.checkout-section input[type=radio] {
    cursor: pointer;
}

.checkout-section .payment_options input[type=checkbox] {
    accent-color: #d9973e;
    /* accent-color: red; */
}

/*End Code by (UN for checkout)

/*right sec*/

.checkout-section .checkout-right-side {
    position: sticky;
    top: 100px;
    right: 0;
    left: 0;
}

.checkout-section .checkout-right-side .checkout_cart_box {
    min-width: 440px;
    box-shadow: 1px 1px 10px #eee;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body {
    padding: 1.5rem;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.checkout-section .checkout-right-side .checkout_cart_box .card-body ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 0;
    /*border-bottom: 1px solid #f3f3f3;*/
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body ul li:last-child {
    padding-bottom: 0;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body ul li i {
    color: #39364f;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body ul li .course_name {
    font-size: 13px;
    color: #39364f;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body ul li .course_price {
    font-size: 13px;
    min-width: 55px;
    text-align: end;
    color: #39364f;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body .complete-order {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 25px;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body .complete-order .order-total {
    font-size: 17px;
    font-weight: 500;
    /*margin-left:10px;*/
    color: #39364f;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body .complete-order .order-total-price {
    font-size: 18px;
    font-weight: 500;
    color: #39364f;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body .i_agree_terms {
    color: #6f7287;
    font-size: 14px;
    line-height: 1.4rem;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body .i_agree_terms a {
    color: #04a1ee;
    text-decoration: underline;
}

.terms_and_conditions .hurak-register .i_agree_terms a {
    color: #04a1ee;
    text-decoration: underline;
}

.checkout-section .checkout-right-side .checkout_cart_box .card-body .checkout_submit_button {
    display: flex;
    justify-content: center;
}


/*Checkout Model Window*/

.checkout_model_window .modal-content .modal-header {
    padding-top: 50px !important;
    border-bottom: none;
}

.checkout_model_window .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.checkout_model_window .modal-title {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 18px;
    font-weight: bold;
}

.checkout_model_window .modal-title .circlecheck {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    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;
    background-color: #4be1a0;
    margin-right: 15px;
}

.checkout_model_window .modal-title .circlecheck i {
    color: #FFFFFF;
    font-size: 12px;
}

.checkout_model_window .modal-title span {
    margin-left: 15px;
    display: block;
    font-size: 15px;
}

.checkout_model_window .modal-body {
    padding: 0 20px 20px 20px;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_heading span {
    color: #1e0a3c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_heading h4 {
    color: #1e0a3c;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_joining_instruction span {
    color: #1e0a3c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_joining_instruction h6 {
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_date {
    margin-top: 15px;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_date span {
    color: #1e0a3c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_date h6 {
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_type span {
    color: #1e0a3c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    min-width: 110px;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_type h6 {
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course-loc {
    margin-top: 15px;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course-loc span {
    color: #1e0a3c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course-loc P {
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course-loc a {
    font-size: 12px;
    padding: 5px 18px;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_organizer_message {
    margin-top: 15px;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_organizer_message span {
    color: #1e0a3c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_organizer_message p {
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_organizer_message .viewBookingBtn {
    border: 2px solid #a9a8b3;
    padding: 10px 20px;
    background-color: transparent;
    color: #39364f;
    font-weight: 500;
    font-size: 14px;
    transition: .5s ease;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_organizer_message .viewBookingBtn:hover {
    background-color: #eeeeee;
    border: 2px solid #717179;
}

.checkout_model_window .modal-body .course_display_list .course_list_order .course_organizer_message .show-hide-func {
    display: none;
}

.checkout_model_window .floating-footer {
    display: none !important;
}


/*CheckOut Page*/

/*=================================
        END CHECKOUT PAGE
================================== */


/*=================================
        START PRIVACY POLICY
================================== */

/*privacy policy page css*/

.main-content .privacy-inner-content {}

.main-content .privacy-inner-content #tabContent {
    min-height: 25vh;
}

.main-content .privacy-inner-content #v-pills-tab {
    /*width: 25%;*/
}

.main-content .privacy-inner-content a {
    border-radius: 0;
    border: solid 1px #ddd;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom-width: 0;
    font-weight: 500;
    color: #555;
}

.main-content .privacy-inner-content a:last-child {
    border-bottom-width: 1px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.main-content .privacy-inner-content a:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.main-content .privacy-inner-content a:hover {
    background-color: #f5f5f5;
}

.main-content .privacy-inner-content a.active {
    color: #fff;
    background-color: #007791;
    border: solid 1px #007791;
}

/*.main-content .privacy-inner-content #v-pills-tabContent {*/
/*    !*width: 75%;*!*/
/*    !*padding: 30px;*!*/
/*    !*padding-top: 0;*!*/
/*}*/

/*.main-content .privacy-inner-content #v-pills-tabContent .text {*/
/*    opacity: 1;*/
/*}*/

/*.main-content .privacy-inner-content #v-pills-tabContent ul {*/
/*    margin-left: 20px;*/
/*}*/


/*privacy policy page css end*/

/*=================================
        END SHOP CART
================================== */


/*=================================
        START COOKIES CSS
================================== */

/*cookies window css start*/

#cookies-window {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
    background-color: #fff;
    width: 650px;
    overflow-y: scroll;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}

#cookies-window.active-window {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 1px 1px 15px #d7d7d7;
    z-index: 200;
}

#cookies-window .inner-content {
    padding: 50px 20px;
}

#close-cookies-window {
    font-size: 26px;
    color: #3c3b37;
    position: absolute;
    right: 20px;
    top: 15px;
}

.cookies-window .inner-content .heading {
    font-size: 40px;
}

.cookies-window .inner-content .text {
    line-height: 1.8;
}

.cookies-window .inner-content .main-btn {
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 14px 30px;
}

.cookies-window .inner-content .cookie-list-heading {
    font-size: 20px;
    margin-bottom: 10px;
    color: #3c3b37;
    font-weight: 700;
}

.cookies-window .inner-content .cookie-card {
    margin-top: 50px;
}


/*=================================
        END COOKIES
================================== */


/* Toggle btn css start */

.toggle-btn .switch input {
    display: none;
}

.toggle-btn .switch {
    display: inline-block;
    width: 55px;
    height: 25px;
    /*margin:8px;*/
    transform: translateY(50%);
    position: relative;
}

.toggle-btn .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #999999, 0 0 4px #999999;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.toggle-btn .slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #999999;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}

.toggle-btn input:checked+.slider:before {
    transform: translateX(30px);
    background: #fff;
}

.toggle-btn input:checked+.slider {
    box-shadow: 0 0 0 2px #0f7c90, 0 0 2px #0f7c90;
    background-color: #0f7c90;
}


/*toggle btn css end*/


/*cookies window css end*/


/*=================================
   START USER PROFILE SIDE MENU
================================== */
/*User Profile Side Menu*/

.user-profile-icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #0f6674;
    color: #fff !important;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
}

.middlenav .cart-dropdown:hover .cart-item-div .inner-cart.user_profile_side_menu {
    padding: 0;
}

.user_profile_side_menu hr {
    width: 1px;
    margin: 0;
}

.profile-active-badge-mobile {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 40px;
}

.profile-active-badge {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 40px;
}

.profile-active-badge i {
    color: #fff !important;
    font-size: 17px;
}

.business-active-badge {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: -10px;
}

.business-active-badge i {
    color: #fff !important;
    font-size: 12px;
}

.user_profile_side_menu .user_profile_header_side_menu .user-profile-icon-2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /* background: rgb(115, 114, 108);
    color: #fff; */
    background: rgb(235 235 235);
    color: #969696;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.user_profile_side_menu .user_profile_header_side_menu {
    padding: 20px;
}

.user_profile_side_menu .user_profile_header_side_menu .media-body {
    padding-top: 10px;
    padding-left: 10px;
}

.user_profile_side_menu .user_profile_header_side_menu .media-body h5 {
    font-size: 15px;
    margin-bottom: 2px;
}

.user_profile_side_menu .user_profile_header_side_menu .media-body span {
    font-size: 13px;
    color: #73726c;
}

.user_profile_side_menu .user_profile_body_side_menu {
    padding: 20px;
    max-height: 520px;
    overflow-y: auto;
}

.user_profile_side_menu .user_profile_body_side_menu::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 5px;
}

.user_profile_side_menu .user_profile_body_side_menu::-webkit-scrollbar-thumb {
    background: #dcdde1;
}

.user_profile_side_menu .user_profile_body_side_menu::-webkit-scrollbar-thumb:hover {
    background: #dcdde1;
}

/* there was a ratio symbol at the end of the opening bracket ;  i removed this (Faaiz) */
.user_profile_side_menu .user_profile_body_side_menu ul li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
}

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

.user_profile_side_menu .user_profile_body_side_menu ul li a {
    color: #3c3b37;
    font-size: 14px;
    width: 100%;
    transition: 0.2s ease-in-out;
}

.user_profile_side_menu .user_profile_body_side_menu ul li a:hover {
    color: #0f7c90;
}

.course-Accordion-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
}

.user_profile_side_menu .user_profile_body_side_menu ul li a~span {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ec5252;
    color: #fff;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}

.user_profile_side_menu .user_profile_footer_side_menu {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: unset;
}

.user_profile_side_menu .user_profile_footer_side_menu i {
    font-size: 26px;
    color: #3c3b37;
}

.user_profile_side_menu .user_profile_footer_side_menu .footer_block h5 {
    color: #3c3b37;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.user_profile_side_menu .user_profile_footer_side_menu .footer_block span {
    color: #3c3b37;
    font-size: 14px;
}

.user_profile_body_side_menu .user-account-type,
.logedin_user-window .user-account-type {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

/*=================================
   START USER PROFILE SIDE MENU
================================== */


/*=================================
   START USER PROFILE PAGE
================================== */

/*User Profile -> my course*/

.userprofileTab.nav-tabs .nav-item {
    margin-right: 30px;
}

.userprofileTab.nav-tabs .nav-item:last-child {
    margin-right: 30px;
}

.userprofileTab.nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    padding: 0 0 5px 0;
    border-bottom: 8px solid transparent;
}

.userprofileTab .nav-link:focus {
    outline: none !important;
}


.userprofileTab.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 8px solid rgba(255, 255, 255, .7) !important;
    border-color: #0f7c90 #0f7c90 #fff;
}

.userprofile .course_detail_link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    outline: none;
    z-index: 1;
}

.userprofile .learner-course-box {
    background: #fff;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 21%), 0 2px 3px -1px rgb(0 0 0 / 21%);
    border-radius: 4px;
    transition: .5s ease;
    /*cursor: pointer;*/
    padding: 25px 20px 25px 26px;
    margin-bottom: 30px;
    width: 90%;
    margin-left: 45px;
}

.userprofile .learner-course-box:last-child {
    margin-bottom: 0;
}

.userprofile .learner-course-box .date_block {
    position: absolute;
    left: -40px;
    text-align: center;
}

.userprofile .learner-course-box .date_block .month {
    display: block;
    font-size: 14px;
    color: #e61b1b;
}

.userprofile .learner-course-box .date_block .date_ {
    display: block;
    font-size: 19px;
    color: #73726c;
    font-weight: bold;
}

.userprofile .learner-course-box:hover {
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.userprofile .learner-course-box .media .box-image {
    width: 135px;
}

.userprofile .learner-course-box .media .box-image img {
    width: 100%;
}

.userprofile .learner-course-box .media .box-image i {
    display: none;
}

.userprofile .learner-course-box .bottom_part {
    display: none;
}

.userprofile .learner-course-box .media {
    margin-left: 5px;
}

.userprofile .learner-course-box .media h5 {
    font-size: 18px;
    margin-bottom: 10px;

}

.userprofile .learner-course-box .media h5 span {
    font-size: 11px;
    background: #72D0FB;
    border-radius: 5px;
    padding: 4px 10px 3px 10px;
    font-weight: 400;
    color: white;
}

.userprofile .learner-course-box .media h5 .res-mac {
    background-color: #6E81DC;
}

.userprofile .learner-course-box .media .media-body ul li {
    display: inline-flex;
    align-items: baseline;
}

.customers-mac {
    margin-left: 20px;
}

.details-mac {
    color: #8A98AC;
}

.dropdown-toggle::after {
    display: none;
}

.learner-mac span {
    font-size: 12px;
}

.customers-mac span {
    font-size: 12px;
}

.userprofile .booked_course_right_side .dropleft {
    z-index: 5;
}

.userprofile .booked_course_right_side .dotted-button {
    background: transparent;
    border: 1px solid #d7d7d7;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userprofile .booked_course_right_side .dotted-button:hover {
    background-color: #f9f9f9;
}

.userprofile .booked_course_right_side .dropdown-item:active {
    background-color: #f9f9f9;
    color: black;
}

.userprofile .booked_course_right_side .dropdown-menu {
    padding: 10px 0;
    font-size: 16px;
    border: none;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
}

.userprofile .booked_course_right_side .dropdown-item {
    color: #8A98AC;
}

.userprofile .booked_course_right_side .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.userprofile .learner-course-box .circle-icons-background {
    background-color: #f3f3f3;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}


/* .userprofile .learner-course-box .media .media-body ul li:last-child {
    display: none;
} */

.userprofile .learner-course-box .media .media-body ul li::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 7px;
    background-color: #888585;
    margin: 9px 8px auto 5px;
}

.userprofile .learner-course-box .media .media-body ul li:first-child::before {
    content: none;
    margin-left: 0;
}

.userprofile .learner-course-box .media .media-body ul li:last-child {
    margin-right: 0;
}

.userprofile .learner-course-box .media .media-body ul li i {
    font-size: 20px;
    margin-right: 3px;
    color: #8A98AC;
}

.userprofile .learner-course-box .media .media-body ul li p {
    font-size: 14px;
    color: #8A98AC;
    margin-bottom: 5px;
}

.userprofile .learner-course-box .media .media-body .confirmedClass {
    color: #008009;
    font-size: 14px;
    margin-left: 2px;
    display: block;
}

.booked_course_right_side {
    display: flex;
    justify-content: flex-end;
}

.drop-book {
    display: block !important;
}

.booked_course_right_side h5 {
    font-size: 21px;
    color: #333;
    margin-right: 8px;
}

.booked_course_right_side i {
    font-size: 16px;
    /*cursor: pointer;*/
    display: inline-block;
    /*position: relative;*/
    /*z-index: 11;*/
}

.booked_course_right_side .dotspopover .dropdown-menu {

    top: 5px !important;
    box-shadow: 1px 1px 8px #d4d4d4;
    padding: 10px 15px !important;
    border: none !important;
    width: 100%;
    left: -50% !important;
}


.booked_course_right_side .dotspopover .dropdown-menu .dropdown-item {
    display: block;
    font-size: 14px;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #111111;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-bottom: 5px;
    padding: 0;
}

.booked_course_right_side .dotspopover .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.booked_course_right_side .dotspopover a:after {
    display: none;
}

.history_block h4 {
    color: #333;
}

.history_block .all_course_list {
    display: flex;
    padding: 0 20px 0 26px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 64px;
    color: #333;
    outline: none;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin-left: 45px;
}

.price-breakdown-card .all_course_list {
    display: flex;
    background-color: transparent;
    color: #333;
    outline: none;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}

.price-breakdown-card {
    text-decoration: none;
}

.price-breakdown-card button {
    width: 100%;
}

.price-breakdown-card button:hover {
    text-decoration: none;
}

.price-breakdown-card button:focus {
    text-decoration: none;
}

/*User Profile*/

/*=================================
   END USER PROFILE PAGE
================================== */

/*=================================
   START USER TIMELINE PAGE
================================== */
.history-timeline-container .timeline li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px dashed #505763;
    padding: 0 0 20px 16px;
    position: relative;
}

.history-timeline-container .timeline li::before {
    position: absolute;
    left: -11px;
    top: 0px;
    content: " ";
    cursor: pointer;
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #505763;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.history-timeline-container .timeline li:last-child {
    border-left: 0;
}

.history-timeline-container .timeline .res-note-timeline p {
    margin-bottom: 0;
}

.bg-timeline-purple {
    color: #fff;
    background-color: #a073b1;
}

.bg-timeline-info {
    color: #fff;
    background-color: #02b6d7;
}

.bg-primary-pro {
    background-color: #0f7c90 !important;
    color: #ffffff !important;
}

.outline-premium-btn {
    color: #0f6674;
    background: transparent;
    border: 1px solid #0f6674;
}

.outline-premium-btn:hover {
    color: #fff;
    background: #0f6674;
}

/*=================================
   END USER TIMELINE PAGE
================================== */


/*=================================
   START COURSE DETAIL PAGE
================================== */

/*Course Detail Page*/

.course_detail_page .back_to_all_courses {
    font-size: 14px;
    color: #3a3d3e;
    margin-bottom: 20px;
    display: block;
}

.course_detail_page .back_to_all_courses i {
    font-size: 14px;
    color: #3a3d3e;
}

.course_detail_page .course_confirmed {
    font-size: 25px;
    color: #3a3d3e;
    margin-top: 15px;
    font-weight: bold;
}

.course_detail_page .course_confirmed span {
    color: #0f6674;
}

.course_detail_page .covidStatement {
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 1px 1px 5px #eee;
}

.course_detail_page .covidStatement .btn-link {
    font-size: 15px;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.course_detail_page .covidStatement .card {
    border-radius: 0;
}

.course_detail_page .covidStatement .card .card-header {
    background: #eee;
    border-bottom: 0;
    padding: .25rem 1.25rem;
    padding-left: 0;
}

.course_detail_page .covidStatement .card .card-header .btn-link .info {
    margin-right: 5px;
    color: #212529;
    font-size: 20px;
}

.course_detail_page .covidStatement .card .card-header .btn-link.collapsed .arrow {
    transform: rotate(0deg);
}

.course_detail_page .covidStatement .card .card-header .btn-link .arrow {
    transform: rotate(180deg);
    margin-left: 10px;
    color: #212529;
}

.course_detail_page .covidStatementInner .card-body {
    padding: 0;
    background: #eee;
}

.course_detail_page .course_req_block {
    padding: 0 20px 15px 20px;
    display: block;
}

.course_detail_page .course_req_block .media i {
    font-size: 25px;
    color: #5d5c56;
}

.course_detail_page .course_req_block .media .media-body h6 {
    font-weight: bold;
    font-size: 16px;
}

.course_detail_page .course_req_block .media .media-body p {
    margin-bottom: 0;
    font-size: 14px;
}

.course_detail_page .course_req_block .media .media-body p {
    margin-bottom: 0;
    font-size: 14px;
}

.course_detail_page .course_req_block .media .media-body a {
    padding: 6px 20px;
}

.course_detail_page .course_req_block .covidBlock {
    margin-top: 15px;
}

.course_detail_page .course_req_block .covidBlock .media {
    /*border: 1px solid #999797;*/
    padding: 20px 20px 20px 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 8px #00000029;
}

.course_detail_page .course_req_block .covidBlock .media svg {
    margin-right: 10px;
}

.course_detail_page .course_req_block .covidBlock .media .media-body p {
    font-size: 14px;
}

.course_detail_page .covid_contact_info {
    margin-top: 15px;
}

.course_detail_page .covid_contact_info p {
    margin-bottom: 0;
    font-size: 14px;
}

.course_detail_page .course_detail_section1 {
    padding: 20px;
    border: 1px solid #bdbdbd;
    border-right: 0;
}

.course_detail_page .course_detail_section1 .course_detail_card {
    border: none;
}

.course_detail_page .course_detail_section1 .course_detail_card .image-holder {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*height: 180px;*/
    position: relative;
    cursor: pointer;
}

.course_detail_page .course_detail_section1 .course_detail_card .image-holder-contain {
    background-position: center center;
    background-size: cover;
    width: 100%;
    /*height: 180px;*/
}

.course_detail_page .course_detail_section1 .course_detail_card .image-holder-contain:hover .camera_icon {
    bottom: 20px;
    background: #f4f4f4;
}

.course_detail_page .course_detail_section1 .course_detail_card .image-holder-contain .camera_icon {
    background: rgba(255, 255, 255, 0.9);
    padding: 3px 5px 2px 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all .3s ease-in;
}

.course_detail_page .course_detail_section1 .course_detail_card .image-holder-contain .camera_icon i {
    font-size: 22px;
    margin-right: 5px;
    color: #0071c2;
}

.course_detail_page .course_detail_section1 .course_detail_card .image-holder-contain .camera_icon span {
    font-size: 13px;
}

.course_detail_page .course_detail_section1 .course_detail_card .image-holder img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.course_detail_page .course_detail_section1 .course_detail_card .card-body {
    padding: 10px 5px;
}

.course_detail_page .course_detail_section1 .course_detail_card .card-body .address_and_loc {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.course_detail_page .course_detail_section1 .course_detail_card .card-body .address_and_loc .full_address {
    width: 70%;
    font-size: 14px;
    display: block;
    color: #333;
}

.course_detail_page .course_detail_section1 .course_detail_card .card-body .address_and_loc .show_map a {
    display: block;
    font-size: 13px;
    color: #04a1ee;
    transition: .2s ease;
}

.course_detail_page .course_detail_section1 .course_detail_card .card-body .address_and_loc .show_map a:hover {
    color: #202020;
}

.course_detail_page .course_detail_section1 .course_general_message h6 {
    font-weight: bold;
    font-size: 15px;
}

.course_detail_page .course_detail_section1 .course_general_message p {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.course_detail_page .course_detail_section2 {
    padding: 20px;
    border: 1px solid #bdbdbd;
    border-right: 0;
}

.course_detail_page .course_detail_section2 .order_confirm_history p {
    font-size: 14px;
    color: #333;
}

.course_detail_page .course_detail_section2 .order_confirm_history p {
    font-size: 14px;
    color: #333;
}

.course_detail_page .course_detail_section2 .order_confirm_history p span {
    font-weight: bold;
}

.course_detail_page .course_detail_section2 .user_course_instruction li {
    margin-bottom: 10px;
}

.course_detail_page .course_detail_section2 .user_course_instruction li span {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

.course_detail_page .course_detail_section2 .user_course_instruction li h6 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.course_detail_page .price_break_down ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
    padding-top: 13px;
    border-bottom: 1px solid #f3f3f3;
}

.course_detail_page .price_break_down ul li .course_name {
    font-size: 13px;
    color: #39364f;
}

.course_detail_page .price_break_down ul li .course_price {
    font-size: 13px;
    min-width: 55px;
    text-align: end;
    color: #39364f;
}

.course_detail_page .complete-order {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.course_detail_page .complete-order .order-total {
    font-size: 17px;
    font-weight: 500;
    color: #39364f;
}

.course_detail_page .complete-order .order-total-price {
    font-size: 18px;
    font-weight: 500;
    color: #39364f;
}

.course_detail_page .course_detail_section3 {
    padding: 20px;
    border: 1px solid #bdbdbd;
    background: #eee;
}

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

.course_detail_page .course_detail_section3 ul li a span {
    font-weight: bold;
    color: #0071c2;
    font-size: 14px;
    cursor: pointer;
    transition: .2s ease;
}

.course_detail_page .course_detail_section3 ul li a span:hover {
    color: #202020;
}

/* Virtual Page Card Height */

.course-detail-card {
    max-height: 400px;
    height: 400px;
}

/* Online Course Details */

.course-detail-card-online .progress {
    height: 0.5rem;
}

.online-course-details {
    display: inline-flex;
    justify-content: center;
}

.progress-status {
    font-size: 13px;
}

.price-breakdown-card {
    width: 90%;
    margin-left: 46px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 64px;
    color: #333;
    outline: none;
    cursor: pointer;
}

.price-bd .card {
    border: transparent;
}

.price_break_down {
    width: 90%;
    margin-left: 58px;
    display: flex;
    justify-content: center;
}

.price_break_down .table-borderless th,
.price_break_down .table-borderless td {
    border: none;
}

/*course detail form*/

.general_form_message_model_window .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.general_form_message_model_window .modal-body {
    padding: 0 20px 20px 20px;
}


/*rss model window*/

.my_rss_window .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.my_rss_window .model_title {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 18px;
}

.my_rss_window .modal-body {
    padding: 0 20px 20px 20px;
}

.my_rss_window p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}

.my_rss_window h4 {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 16px;
    margin-bottom: 10px;
}

.my_rss_window .checkbox_col {
    margin-bottom: 10px;
}

.my_rss_window .checkbox_col .form-check-label {
    color: #4b4d63;
    margin-left: 3px;
    font-size: 13px;
}

.my_rss_window .modal-footer {
    border-top: none;
}

.my_rss_window .modal-footer a {
    color: #04a1ee;
    font-weight: bold;
    transition: .2s ease;
    cursor: pointer;
}

.my_rss_window .modal-footer a:hover {
    color: #202020;
}

/***** Code Added by (UN) ********/

/*Code for Cursor Pointer for RSS Modal */

.my_rss_window .form-check-inline .form-check-input {
    cursor: pointer;
}

.my_rss_window .checkbox_col .form-check-label {
    cursor: pointer;
}


/*my course req model window*/


/*Course Detail Page edit field*/

.my_course_requiremnt_window .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.my_course_requiremnt_window .model_title {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 18px;
}

.my_course_requiremnt_window .modal-body {
    padding: 0 20px 20px 20px;
}

.my_course_requiremnt_window .modal-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}

.my_course_requiremnt_window .curse_req_list li {
    color: #4b4d63;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 400;
}


/*course detail css*/

.label-form-style.line-form .form-group .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    margin-top: 0;
    padding: 0 15px 0 0 !important;
    min-height: 16px;
    font-size: 14px;
}

.label-form-style.line-form .form-group .form-control:focus,
.label-form-style.line-form .form-group .form-control:active {
    /* background-position: 0 0; */
    background-position: -0em 0;
}

.label-form-style.line-form .save_name_btn {
    display: flex;
    height: 25px;
    width: 25px;
    background-color: #eee;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

i.edit-pencil {
    font-size: 16px;
}


/*email confirmation model window*/

.email_confirmation_window .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.email_confirmation_window .modal-body {
    padding: 0 20px 20px 20px;
}

.email_confirmation_window .modal-body .subheading {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 16px;
    margin-bottom: 10px;
}


/*viw policy model window*/


/*USER ACCOUNT PAGE*/


/*.user_account_page{*/


/*    margin-top:75px*/


/*}*/

.user_account_page .user_account_right_side {}

.user_account_page .user_account_right_side .account-content-header {
    padding: 30px 15px;
}

.user_account_page .user_account_right_side .account-content-header .heading {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.user_account_page .user_account_right_side .account-content-body {
    border: 1px solid #dadce0;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    padding: 25px 25px 25px 25px;
    margin-bottom: 30px;
}


/*1st block*/

.user_account_page .user_account_right_side .account-content-body1 {
    min-height: 180px;
    /*border: 1px solid #dadce0;*/
    /*width: 80%;*/
    margin: auto;
    border-radius: 10px;
    /*padding: 25px 25px 25px 25px;*/
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method_new {
    /* display: none !important; */
    border: 3px dashed #e8eaed;
    padding: 20px;
    /*min-height: 200px;*/
    min-height: 190px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in;
    border-radius: 5px;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method_new:hover {
    background-color: rgba(26, 115, 232, 0.039);
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method_new span {
    color: #04a1ee;
    font-size: 15px;
    font-weight: bold;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method {
    border: 2px solid #e8eaed;
    /*font-family: 'Source Code Pro', monospace;*/
    min-height: 190px;
    /*margin-bottom: 10px;*/
    border-radius: 5px;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../images/card-bg2.png");*/
    /*background-position: bottom;*/
    /*background-size: cover;*/
    /*box-shadow: 2px 2px 10px #cfcfcf;*/
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media {
    padding: 20px;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media .card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #222222a6;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s ease;
    border-radius: 5px;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media:hover .card-overlay {
    opacity: 1;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media .image-holder {
    /*width: 100px;*/
    /*margin-right: 25px;*/
    width: 70px;
    margin-right: -5px;
    margin-top: 3px;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media .image-holder img {
    width: 100%;
    height: 100%;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media .media-body h5 {
    margin-bottom: 3px;
    color: #3c3b37;
    font-size: 20px;
    /*filter: drop-shadow(1px 1px 1px rgb(150, 150, 150));*/
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media .media-footer span {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    font-weight: 900;
    /*filter: drop-shadow(1px 1px 1px rgb(150, 150, 150));*/
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .media .media-footer span:nth-of-type(2) {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .add_payment_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding: 10px 45px;*/
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .add_payment_buttons button {
    /*color: #fff;*/
    color: #04a1ee;
    font-size: 16px;
    font-weight: bold;
    transition: .2s ease;
}

.user_account_page .user_account_right_side .account-content-body1 .add_payment_method .add_payment_buttons button:hover {
    /*color: #e2e2e2;*/
    color: #04a1ee;
}


/**********************************************/
/*************Code Added by (UN)***************/
/**********************************************/

/* Cursor Pointers for Cancel Button */

.add_image_acc_model_window .modal-footer .cancel-upload-btn {
    cursor: pointer;
}

/*add cart model window*/

.add_payment_cart_model_window .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.add_payment_cart_model_window .model_title {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 18px;
}

.add_payment_cart_model_window .modal-body {
    padding: 0 20px 20px 20px;
}

.add_payment_cart_model_window .addPaymentMethodform .form-group {
    margin-bottom: 5px;
}

.add_payment_cart_model_window .addPaymentMethodform .form-group .form-control {
    /*border-right: 0;*/
    /*border-left: 0;*/
    /*border-top: 0;*/
    border-radius: 0;
    /*margin-top: 0;*/
    /*padding-left: 0;*/
    padding: 4px 10px 4px;
}

.add_payment_cart_model_window .addPaymentMethodform .form-group .form-control::placeholder {
    color: #dddddd;
}

.add_payment_cart_model_window .addPaymentMethodform .form-group label {
    left: 0 !important;
    font-size: 14px;
    /*top: 20px;*/
}

.add_payment_cart_model_window .addPaymentMethodform .terms {
    font-size: 14px;
}

.add_payment_cart_model_window .modal-footer {
    border-top: none;
}

.add_payment_cart_model_window .modal-footer a {
    color: #04a1ee;
    font-weight: bold;
    transition: .2s ease;
    cursor: pointer;
}

.add_payment_cart_model_window .modal-footer a:hover {
    color: #202020;
}


/*edit payment cart model window*/

.edit_payment_cart_model_window .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.edit_payment_cart_model_window .model_title {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 18px;
}

.edit_payment_cart_model_window .modal-body {
    padding: 0 20px 20px 20px;
}

.edit_payment_cart_model_window .cart_data .media .image-holder {
    width: 50px;
    margin-right: 15px;
}

.edit_payment_cart_model_window .cart_data .media {
    display: flex;
    align-items: baseline;
}

.edit_payment_cart_model_window .cart_data .media .image-holder img {
    width: 100%;
    height: 100%;
}

.edit_payment_cart_model_window .cart_data .media .media-body h5 {
    margin-bottom: 3px;
    color: #3c3b37;
    font-size: 16px;
}

.edit_payment_cart_model_window .cart_numbers .label-form-style .form-group {
    margin-bottom: 5px;
}

.edit_payment_cart_model_window .cart_numbers .label-form-style .form-group .form-control {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    margin-top: 0;
    padding-left: 10px;
}

.edit_payment_cart_model_window .cart_numbers .edit_card_dates {
    display: flex;
    align-items: baseline;
    width: 60%;
}

.edit_payment_cart_model_window .cart_numbers .label-form-style .form-group .form-control:not(:focus):placeholder-shown+label {
    font-size: 13px;
    left: 10px;
}

.edit_payment_cart_model_window .cart_numbers i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 26px;
}

.edit_payment_cart_model_window .cart_numbers .label-form-style .form-group label {
    left: 10px;
}

.edit_payment_cart_model_window .edit_account_holder_detail {
    margin-top: 30px;
}

.edit_payment_cart_model_window .edit_account_holder_detail ul li {
    margin-bottom: 20px;
}

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

.edit_payment_cart_model_window .edit_account_holder_detail ul li .field_input {
    width: 100%;
}

.edit_payment_cart_model_window .edit_account_holder_detail ul li .field_input .cardholder_name {
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-weight: 400;
}

.edit_payment_cart_model_window .edit_account_holder_detail ul li .card_name {
    display: flex;
    align-items: baseline;
}

.edit_payment_cart_model_window .edit_account_holder_detail ul li .postcode {
    display: flex;
    align-items: baseline;
}

.edit_payment_cart_model_window .edit_account_holder_detail ul li .nickname {
    display: flex;
    align-items: baseline;
}

.edit_payment_cart_model_window .edit_account_holder_detail ul li i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 28px;
    margin-right: 20px;
}

.edit_payment_cart_model_window .edit_account_holder_detail .label-form-style .form-group .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    margin-top: 0;
    /*padding: 0 15px 0 0;*/
    /*min-height: 16px;*/
    font-size: 14px;
}

.edit_payment_cart_model_window .edit_account_holder_detail p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}

.edit_payment_cart_model_window .modal-footer {
    border-top: none;
    padding-top: 0;
}

.edit_payment_cart_model_window .modal-footer a {
    color: #04a1ee;
    font-weight: bold;
    transition: .2s ease;
    cursor: pointer;
}

.edit_payment_cart_model_window .modal-footer a:hover {
    color: #202020;
}


/*2nd block*/

.user_account_page .user_account_right_side .table {
    margin-bottom: 0;
}

.user_account_page .user_account_right_side .account-content-body2 {
    border: none;
    /*width: 80%;*/
    margin: auto;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 0;
}

.alert_info_background {
    background-color: #e6f2f5;
    padding: 15px;
    display: flex;
    align-items: flex-end;
}

.alert_info_background i {
    font-size: 30px;
    margin-right: 10px;
}

.alert_info_background .close {
    top: 8px;
}

.purchase_history_main {
    margin-top: 20px;
}

.purchase_history_main .purchase_history_col {
    width: 40%;
    font-size: 18px;
}

.purchase_history_main .table thead th {
    padding: 0;
    padding-bottom: 10px;
}

.purchase_history_main .table thead tr th {
    border-top: none;
}

.purchase_history_main .table tbody tr td {
    /*padding: 40px 0;*/
}

.purchase_history_main .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.purchase_history_main .table tbody tr td {
    padding: 10px 0;
}

.purchase_history_main .table tbody tr .date {
    font-size: 14px;
}

.purchase_history_main .table tbody tr .price {
    font-size: 14px;
}

.purchase_history_main .table tbody tr .payment {
    font-size: 14px;
}

.purchase_history_main .table tbody tr .invoice {
    font-size: 14px;
}

.purchase_history_main .table tbody tr td .media {
    display: flex;
    align-items: end;
}

.purchase_history_main .table tbody tr td .navbtnWhite {
    padding: 3px 12px;
}

.purchase_history_main .table tbody tr td .media i {
    padding: 10px;
    font-size: 38px;
    margin-right: 15px;
    color: #ec5252;
    padding: 10px;
    width: 115px;
    height: 70px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchase_history_main .table tbody tr td .media .media-body h6 {
    color: #505763;
}


/*3rd block*/

.user_account_page .user_account_right_side .account-content-body .inner-forms {
    /*padding-right: 25px;*/
    /*width: 60%;*/
    margin: auto;
    padding-top: 10px;
}

.user_account_page .user_account_right_side .account-content-body .inner-forms .text-btn {
    margin-top: 15px;
}

.user_account_page .user_account_right_side .account-content-body .inner-forms .image-holder {
    display: inline-block;
    height: 70px;
    width: 70px;
    border: solid 1px #eee;
    border-radius: 50%;
    background-color: beige;
    overflow: hidden;
}

.acc-pic-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 1;
    background-color: #3c3b3799;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc-pic-overlay i {
    color: #fff;
}

.user_account_page .user_account_right_side .account-content-body .inner-forms .image-holder img {
    width: 100%;
}

.datepicker {
    padding: 20px 10px;
    line-height: 30px;
}

.datepicker table {
    font-family: serif;
    width: 216px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: linear-gradient(to bottom, #0f7c90, #0f7c90);
    /*border-radius: 50%;*/
}

.add_image_acc_model_window .icon-holder {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: solid 1px #4f4f4f;
}

.add_image_acc_model_window .icon-holder img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.add_image_acc_model_window .browse-btn {
    background-color: #f4f4f4;
    padding: 5px 10px;
    min-width: 200px;
    color: #5b5b5b;
    font-size: 13px;
    border-radius: 0;
    border: solid 1px #d7d7d7;
}

.add_image_acc_model_window .modal-footer a {
    color: #04a1ee;
    font-weight: bold;
}

.add_image_acc_model_window .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.add_image_acc_model_window .model_title {
    display: flex;
    align-items: center;
    color: #39364f;
    font-size: 18px;
}

.add_image_acc_model_window .modal-body {
    padding: 0 20px 20px 20px;
}

/*=================================
   END COURSE DETAIL PAGE
================================== */

/*=================================
   START ADVERTISE ON HURAK
================================== */

/*================================
Advertise on Hurak page css start
==================================*/
.your_course .course-provider-form {
    width: 70%;
    margin-left: auto;
}

.your_course .course-provider-form .label-form-style .form-group .form-control {
    background-color: #00000014 !important;
    border: 1px solid #ced4da87;
}

.your_course .course-provider-form .navbtnRedFill:hover {
    color: #fff !important;
    background: #c84350;
}

.projects-sec {
    overflow: hidden;
}

.projects-sec .project-heading-h2 {
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.projects-sec .project-services:nth-child(3n) div.row div:nth-child(1) {
    order: 2;
    margin-left: 0;
    margin-right: auto;
}

.projects-sec .project-services:nth-child(3n) div.row div:nth-child(2) {
    order: 1;

}

.project-heading-h2::after {
    display: block;
    content: "";
    height: 46px;
    width: 15px;
    background-color: transparent;
    margin: auto;
    border-left: dashed 2px #202020;
    border-bottom: dashed 2px #202020;
    margin-bottom: -1px;
    border-radius: 0 0 0 40px;
}

.projects-sec .project-services::before {
    content: "";
    height: 45px;
    width: 35%;
    background: transparent;
    display: block;
    border-radius: 0 20px 0 0;
    border: dashed 2px #202020;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    right: 15%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -1.7px;
}

.projects-sec .project-services::after {
    content: "";
    height: 45px;
    width: 35%;
    background: transparent;
    display: block;
    border-radius: 0 0 20px 0;
    border: dashed 2px #202020;
    border-top: 0;
    border-left: 0;
    position: relative;
    right: 15%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -1px;
}

.projects-sec .project-services:last-child::after {
    display: none;
}

.projects-sec .project-services:nth-child(3n)::before {
    content: "";
    height: 45px;
    width: 35%;
    background: transparent;
    display: block;
    border-radius: 20px 0 0;
    border: dashed 2px #202020;
    border-bottom: 0;
    border-right: 0;
    position: relative;
    left: 15%;
    margin-right: auto;
    margin-left: 0;
    margin-top: -1px;
}

.projects-sec .project-services:nth-child(3n)::after {
    content: "";
    height: 45px;
    width: 35%;
    background: transparent;
    display: block;
    border-radius: 0 0 0 20px;
    border: dashed 2px #202020;
    border-top: 0;
    border-right: 0;
    position: relative;
    left: 15%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: -1px;
}

.projects-sec .project-services {
    /*margin-top: 50px;*/
}

.projects-sec .project-services .project-service-column {
    display: flex;
    align-items: center;
}

.projects-sec .project-services .project-single-service a {
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.82);
    font-size: 14px;
    transition: .5s ease;
}

.projects-sec .project-services .project-single-service a:hover {
    background: #0a6680;
    color: #fff;
    border: 1px solid transparent;
}

.projects-sec .project-services .project-single-service h3 {
    margin-top: 20px;
    font-size: 40px;
    font-weight: bold;
}

.projects-sec .project-services .project-single-service p {
    margin-top: 10px;
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.projects-sec .project-services .project-video-wrapper video {
    border: 1px solid rgba(0, 0, 0, 0.96);
    padding: 5px;
    border-radius: 5px;
}


.workflow-sec .nav-pills {
    box-shadow: 1px 1px 10px #e2e2e2;
}

.workflow-sec .nav-pills .nav-link {
    color: var(--main-color);
    background-color: #ffffff;
    padding: 15px 25px;
    border-radius: 0;
}

.workflow-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #0f7c90;
    background-color: #ffffff;
    border-bottom: solid 2px #0f7c90;
}

.workflow-sec .workflow-details {
    margin-left: 15%;
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.workflow-sec .workflow-details h4 {
    color: #0f7c90;
}

.workflow-sec .large-control-heading {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.3;
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}


/*.projects-sec .left-right-sec div:nth-child(3n){*/
/*    order:1;*/
/*}*/
/*.projects-sec .left-right-sec div .details{*/
/*    margin-left: 0;*/
/*    margin-right: 15%;*/
/*}*/

.projects-sec .left-right-sec .details {
    margin-left: 15%;
}


.projects-sec .left-right-sec:nth-child(2n) div:nth-child(1) {
    order: 2;
}

.projects-sec .left-right-sec:nth-child(2n) div:nth-child(2) .details {
    margin-left: 0;
    margin-right: 15%;
}

.features-sec.padding-bottom {
    padding-bottom: 140px;
}

.feature-card-sec {
    background-color: #202020;
    border-radius: 25px;
    padding: 50px 50px 0;
}

.feature-card-sec h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}

.feature-card-sec .medium-heading {
    font-size: 30px;
    color: #3c3b37;
    font-weight: 600;
}

.feature-card-sec img {
    border-radius: 25px;
}

.features-sec .large-heading {
    font-weight: 600;
}

.feature-card-black {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.feature-card-black h4 {
    font-weight: bold;
}

.feature-card-white {
    /*border-radius: 40px;*/
    /*box-shadow: 0 4px 25px 0 rgba(0, 0, 0 , 0.10);*/
    /*padding: 55px 55px 0;*/
    /*box-sizing: border-box;*/
    /*max-width: 1000px;*/
    /*overflow: hidden;*/
    /*margin: 0 0 -80px;*/
}

.feature-card-white .navbtnRedFill:hover {
    color: #fff !important;
    background: #c84350;
}

.feature-card-white .image-holder {
    margin-right: -110px;
}

.ripple-wrapper {
    display: inline-block;
}

.ripple-wrapper .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    margin: 0 10px;
    color: #fff;
    background: transparent;
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 250ms color;
    -webkit-transition: 250ms color;
    -moz-transition: 250ms color;
    -ms-transition: 250ms color;
    -o-transition: 250ms color;
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ripple-wrapper .icon-wrapper:hover {
    background-color: #e14958;
    color: #0c5460;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0);
    }
}

.advertise-on-hurak-banner-image {
    /*background-image: url('../../../uploads/admin-cms/advertising-uploads/advertise.jpg');*/
    background-size: cover;
    background-position: top center;
}

.features-sec .choose-hurak {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
}

.advertise-on-hurak-banner-image .inner-content .heading {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 20px;
}

.advertise-on-hurak-banner-image .inner-content p {
    font-size: 18px;
    margin-bottom: 50px;
    width: 95%;
    color: #ffffff;
    font-weight: 200;
}

.advertise-on-hurak-banner-image .inner-content a.navbtndark {
    padding: 17px 55px;
    font-weight: 500;
}

.advertise-on-hurak-banner-image .inner-content a.navbtndark:hover {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.service-section-advertiseHurak .section-heading .heading {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.simple-line {
    display: block;
    height: 3px;
    width: 50px;
    background-color: #007791;
    margin: auto;
}

.service-section-advertiseHurak .work .icon-holder-work {
    border: 2px solid transparent;
    padding: 20px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: .5s ease;
}

.service-section-advertiseHurak .work {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}

.service-section-advertiseHurak .work:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 20%;
    background-color: #b5b5b5;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}

.service-section-advertiseHurak .work:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 20%;
    background-color: #b5b5b5;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}

.service-section-advertiseHurak .services-tabs>div:first-child .work:before,
.service-section-advertiseHurak .services-tabs>div:last-child .work:after {
    display: none;
}

.service-section-advertiseHurak .work i {
    font-size: 50px;
    color: #686f7a !important;
}

.service-section-advertiseHurak .work .works {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.service-section-advertiseHurak .work .works span {
    font-size: 11px;
    margin-right: 10px;
    border: 1px solid #9f9f9e;
    padding: 5px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.service-section-advertiseHurak .work .works h3 {
    font-size: 18px;
    color: #3c3b37;
    opacity: .8;
    font-weight: 400;
    text-align: left;
    transition: .5s ease;
}

.service-section-advertiseHurak .work.active .works h3 {
    font-weight: 700;
}

.service-section-advertiseHurak .work.active .icon-holder-work {
    background-color: rgba(41, 48, 59, .2);
}

.service-section-advertiseHurak .work.active .icon-holder-work i {
    color: #fff;
}


/*work content css*/

.work-inner-content {
    width: 90%;
    margin: auto;
}

.work-inner-content .heading {
    font-size: 20px;
    margin-bottom: 15px;
}

.work-image-holder {
    width: 60%;
    margin: auto;
    padding-top: 50px;
}

.tabFirstImg .work-image-holder {
    width: 52%;
    padding-top: 30px;
}

.tabThirdImg .work-image-holder {
    width: 52%;
    padding-top: 25px;
}

.tabFourImg .work-image-holder {
    width: 52%;
    padding-top: 40px;
}

.tabSecondImg .work-image-holder {
    width: 61%;
    padding-top: 28px;
}

/*tab content*/

.work-block {
    display: none;
    transition: .8s ease;
}

.display-work-block {
    display: block;
    animation: 1s slide-wid;
}

@keyframes slide-wid {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*points section css*/

.points-section .heading {
    font-size: 22px;
    margin-bottom: 15px;
}

.points-section .points-list .text {
    margin-bottom: 10px;
}

.points-list-container {
    padding: 60px 0;
}

.points-list {
    padding-left: 20px;
}

.points-list-container:nth-child(even) {
    background: #fff7f0;
}

.points-list-container .cust-btn .navbtndark {
    padding: 8px 35px;
}

/*faq section css*/

.faq-sec .faq-main-heading {
    font-weight: 300;
    font-size: 40px;
    color: #0a6680;
    margin-bottom: 30px;
}

.faq-sec .card {
    border: none;
    border-bottom: solid 1px #d2d2d2;
}

.faq-sec .card:last-child {
    border-bottom: none;
}

.faq-sec .card .card-body {
    padding: 0;
}


.faq-sec .faq-header {
    background-color: #fff;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.faq-sec .faq-header:focus {
    outline: none;
}

.faq-sec .faq-header .faq-header-inner {
    background-color: transparent;
    color: #3c3b37;
    border: none;
    padding: 0;
    width: 100%;
    text-decoration: none;
}

.faq-sec .faq-header .faq-header-inner:focus,
.faq-sec .faq-header .faq-header-inner.active {
    outline: none;
    box-shadow: none;
}

.faq-sec .faq-header .faq-header-inner i {
    transform: rotate(180deg);
}

.faq-sec .faq-header .faq-header-inner.collapsed i {
    transform: rotate(0deg);
}

.faq-sec .faq-header .faq-header-inner .heading {
    color: var(--main-color);
    font-size: var(--main-font-20);
    font-weight: var(--main-font-weight);
    margin-bottom: 0;
}


/*features sec css*/
.features-sec {
    background-color: #f2fbfc;
}

.features-sec .feature-card .text {
    opacity: 1;
}

.features-sec .feature-card {
    width: 95%;
    margin: auto;
}

.features-sec .feature-card .icon-holder {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 10px;
}

.features-sec .feature-card .icon-holder i {
    font-size: 50px;
    color: #686f7a;
}


/*calculator section css*/

.calculator-sec {
    background-color: #f7f8f8;
}

.calculator-sec .heading {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.calculator-sec .text {
    width: 50%;
}

.calculator-sec .calculator-input {
    height: 3px;
    background-color: #0f7c90;
    margin-top: -10px;
}

.calculator-sec .input-headings {
    color: #73726c;
    font-size: 18px;
    margin-bottom: 8px;
}

.calculator-sec .value-num {
    font-size: 32px;
    margin-bottom: 0;
    color: #3c3b37;
    font-weight: 400;
}

.calculator-sec .calculate-card {
    margin-bottom: 35px;
}

.calculator-sec .calculate-card:last-child {
    margin-bottom: 0;
}

.calculator-sec .calculate-card .dollar {
    font-size: 18px;
    display: inline-block;
    transform: translateY(-6px);
    margin-right: 1px;
}

.calculator-sec .total-calculate-result {
    background-color: #fff;
    padding: 50px 80px;
    /*width: 80%;*/
    margin: auto;
    border-radius: 10px;
}

.calculator-sec .total-calculate-result .total-num {
    font-size: 70px;
    color: #0f7c90;
    margin-top: 20px;
}

.calculator-sec .total-calculate-result .total-num .dollar {
    font-size: 35px;
    display: inline-block;
    -webkit-transform: translateY(-6px);
    transform: translateY(-24px);
    margin-right: 11px;
}

.calculator-sec .calculate-list-tags {
    margin-top: 10px;
}

.calculator-sec .calculate-list-tags li {
    list-style: none;
    margin-top: 10px;
    color: #3c3b37;
    opacity: .8;
    font-size: 13px;
}

.calculator-sec .calculate-list-tags li span {
    margin-right: 10px;
}

.calculator-sec .total-calculate-result .main-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 68%);
}

.calculator-sec input[type=range] {
    -webkit-appearance: none;
}

.calculator-sec input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #0f7c90;
    margin-top: 0;
}

.calculator-sec input[type=range]:focus {
    outline: none;
}


/*bussiness account form css*/

.business-form-sec .business-form {
    padding-left: 30px;
}

.business-form-sec .business-form-detail .heading {
    font-size: 44px;
}

.business-form-sec .business-form-detail .form-text {
    font-size: 30px;
}

.business-form-sec .business-form-detail .feature-list {
    padding-left: 45px;
    border-left: solid 3px #e4e5e6;
    margin-top: 50px;
}


/*form style example*/

.label-form-style .form-group label {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 0.4em;
    /*change this*/
    transition: 0.2s ease all;
    font-size: 12px;
    color: #7f7f7f;
}

.label-form-style .form-group .form-control {
    background-color: transparent !important;
    padding: 20px 15px 5px 15px;
    /*line-height: 0;*/
    display: block;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ced4da;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #0f7c90 4%);
    background-position: -100em 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) all;
    color: #39364f;
    min-height: 50px;
    border-radius: .25rem;
    font-size: 14px;
}

textarea.form-control {
    height: 100px;
    width: 100%;
}

.label-form-style .selectpicker {
    padding: 11px;
    width: 100%;
    border: 1px solid #ced4da;
    font-size: 14px;
    border-radius: 5px;
    color: #343a40c7;
    height: 47px;
    margin-bottom: 15px;
}

.label-form-style .form-group .form-control:focus,
.label-form-style .form-group .form-control:active {
    /*background-position: 0 0;*/
    background-position: -100em 0;
}

.label-form-style .form-group .form-control:focus~label,
.label-form-style .form-group .form-control:active~label {
    font-size: 12px;
    top: 0.4em;
    color: #04a1ee;
}

.label-form-style .form-group .form-control:not(:focus):placeholder-shown+label {
    top: 1.1em;
    color: #7f7f7f;
    font-size: 13px;
    /*color: #0f7c90;*/
}

.label-form-style .form-row .form-group .form-control:not(:focus):placeholder-shown+label {
    top: 1.1em;
    color: #7f7f7f;
    font-size: 13px;
    /*color: #0f7c90;*/
}

.label-form-style .form-group .form-control:focus {
    padding: 20px 15px 5px 15px;
}

.label-form-style .form-group .form-control:focus {
    outline: none;
}

.label-form-style .form-group {
    position: relative;
}


/*codepen example*/
.btn-file-mac {
    position: relative;
    cursor: pointer;
}

.btn-file-mac::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #f4f4f4;
}

.logo-main-file {
    position: relative;
    cursor: pointer;

}

.logo-main-file span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding-top: 5px;
    color: #5b5b5b;
    font-size: 14px;
}

.main-btn.vis_logo {
    opacity: 1;
}

.account-content-body .card {
    border: none;


}

.append-ids {

    color: #04a1ee;
    opacity: .8;
    border: none !important;
    background-color: transparent !important;
}

.append-ids span:hover {
    border-bottom: 1px solid;
}

.check-validate {
    background-color: transparent;
    color: #04a1ee;
    border: none;
}

.business-form-sec .business-form .heading {
    font-size: 20px;
    font-weight: 500;
}

.verification-main a {
    color: #04a1ee;
    border: 1px solid #04a1ee;
    padding: 16px 30px;
    font-size: 14px;
    opacity: .8;

}

.ver-para {
    color: #3c3b37;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 400;
    opacity: .8;
}

.business-form-sec .business-form .form-control {
    font-size: 15px;
    background-color: transparent !important;
}

.business-form-sec .business-form input {
    padding: 18px;
}

.business-form-sec .business-form .navbtnWhite {
    border: 1px solid #ced4da;
    color: #7f7f7f;
}

.business-form-sec .business-form .navbtnWhite:hover {
    color: #fff;
}


/*global counter sec*/

.global-counter-sec {
    background: url("../images/map.webp");
    background-position: center;
    background-size: cover;
}

.global-counter-sec .counter-card .number-count {
    font-size: 55px;
    font-weight: 400;
}

.global-counter-sec .counter-card .count-detail {
    font-size: 16px;
}


.nav-down {
    display: none;
}

.pay-icon {
    border-radius: 50%;
    font-size: 14px;
    height: 25px;
    display: flex;
    width: 25px;
    justify-content: center;
    align-items: center;
    color: #518AAA;
    background: #d6f0f5;
}

.custom-pricing-card {
    border-left: 0;
    background: #518aaa;
    color: #FFFFFF;
    border-radius: 20px;
}

.calculator-card {
    border-radius: 14px;
    background: #518aaa;
    color: #FFFFFF;
}

.calculator-card input[type="number"] {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 34px;
    color: #FFFFFF;
}

.price-text-card {
    height: 300px;
}

.sec-header-ul {
    list-style: none;
    overflow-x: auto;
    display: flex;
    justify-content: start;
}

.sec-header-li {
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    padding: 0 16px;
}

.enter-price-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.label-form-style .form-group .form-control:not(:focus):placeholder-shown + label {*/
/*    color: #ffffff !important;*/
/*}*/
.video-container {
    min-height: 280px;
}

.video-container .inner-video-content {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.video-container .inner-video-content .video-wrapper {
    border: 1px solid #fff;
    border-radius: 10px;
    transform: translateY(50px);
    transition: .2s ease-in;
    filter: brightness(0.3);
}

.video-container .inner-video-content .video-wrapper video {
    width: 330px;
    height: 330px;
    border-radius: 10px;
}

.video-container .inner-video-content .video-wrapper:hover {
    transform: translateY(2px);
    filter: brightness(1);
}

.video-container .inner-video-content .video-wrapper.active {
    transform: translateY(2px);
    filter: brightness(1);
}

.modal-sign-up-login .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: none !important;
}

.modal-sign-up-login .nav-tabs .nav-link.active {
    background-color: #0f7c90;
    border-bottom: none !important;
    color: white;
}

.modal-sign-up-login .modal-content {
    border-radius: 0;
    overflow: hidden;
}

#SignIn {
    display: none;
}

.btn-popup-tab {
    border-radius: 0;
}

.btn-popup-tab.active {
    background-color: #0f7c90;
    color: #FFFFFF;
}

.popup-signup-or {
    width: 100%;
    height: 20px;
    display: block;
    position: relative;
    text-align: center;
}

.popup-signup-or small {
    width: 25px;
    height: 100%;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    display: inline-block;
}

.popup-signup-or:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e4e7eb;
    left: 0;
    top: 13px;
}

.project-image-wrapper {
    width: 400px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: auto;
}

.workflow-image {
    width: 80%;
    margin-left: auto;
}

/* requirement modal window */
#RequirementModal ul,
#RequirementModal ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 40px;
}

.course-req {
    margin-top: 120px;
}

.reqOne-bg {
    /* background-color: #1dd0ad!important; */
    background-color: #87d1de !important;
}

.reqTwo-bg {
    /* color: white; */
    background-color: #f8d7da;
}

.reqPrice-bg {
    background-color: #0F7C90 !important;
    box-shadow: -4px -4px 10px 2px #54a2af;
}

.rad-size {
    width: 15px;
    height: 21px;
}

@media (min-width:992px) {
    .efaw-price {
        border-top-left-radius: 55px;
        border-bottom-right-radius: 3px;
        bottom: 0;
        height: 80px;
        padding: 28px 20px 20px 36px;
        position: absolute;
        right: 0;
        width: max-content;
    }

    .efaw-price .price-block {
        line-height: 12px;
        width: max-content;
    }
}

/* requirement modal window end */
@media (max-width: 769px) {
    .project-image-wrapper {
        width: 100%;
    }
}

@media (min-width: 568px) {
    .custom-pricing-card {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .calculator-card {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-right: 0;
    }

    .sec-header-ul {
        display: flex;
        justify-content: space-around;
    }
}

.calendly-inline-widget.calendly-mobile {
    min-width: 100% !important;
}

/*Advertise on Hurak page css end*/

/*=================================
   END ADVERTISE ON HURAK
================================== */


/*=============================
        pages banner css
===============================*/

.pages-banner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.pages-banner .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 5px;
}

.pages-banner .breadcrumb .breadcrumb-item a,
.pages-banner .breadcrumb .breadcrumb-item {
    color: #fff;
    display: inline-block;
}

.pages-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.banner-image-background .heading {
    color: #fff;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: normal;
}


/*================================
         about us page css
 =================================*/

.about-bg {
    min-height: 350px;
}

.about-card .icon-holder {
    height: 60px !important;
    width: 60px !important;
    background-color: #0f7c90;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px !important;
}

.about-card .icon-holder i {
    font-size: 24px !important;
    color: #fff !important;
}

.about-video-sec img {
    width: 100%;
}

.video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*z-index: 1;*/
    background-color: #3c3b3761;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-overlay .play-btn {
    color: #FFFFFF;
    font-size: 47px;
    height: 80px;
    width: 80px;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-video-sec .video-content {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.about-video-sec .video-content .inner-video-content {
    /*width: 80%;*/
}

.about-video-sec .about-block {
    margin-bottom: 15px;
}

.about-video-sec .about-block .img-block {
    padding-right: 15px;
}

.about-video-sec .about-block:nth-child(even) {
    display: flex;
    flex-direction: row;
}

.about-video-sec .about-block:nth-child(even) .img-block {
    order: 2;
    padding-right: 0;
    padding-left: 15px;
}

.about-video-sec .about-block:nth-child(even) .content-block {
    order: 1;
}


/*pulse block sec*/

.pulse-blocks-sec {
    background-color: #0a6680;
}

.pulse-blocks-sec .pulse-block {
    border: solid 1px #fff;
    padding: 30px;
    transition: .5s ease;
}

.pulse-blocks-sec .pulse-block:hover {
    background-color: #36363724;
    cursor: pointer;
}

.pulse-blocks-sec .pulse-block .inner-content {
    width: 90%;
}

.pulse-blocks-sec .pulse-block .text {
    margin: 0;
}

.pulse-blocks-sec .pulse-block .block-arr-btn {
    height: 20px;
    width: 20px;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.copywrite-banner {
    background-color: #0a6680;
    padding-top: 20px;
    padding-bottom: 20px;
}

.half-gallery-sec .half-gallery {}

.half-gallery-sec .half-gallery img {
    width: 100%;
}

.half-gallery-sec .grid-image-detail {
    width: 100%;
    height: 100%;
}

.half-gallery-sec .grid-image-detail .inner-sec {
    width: 60%;
    margin: auto;
}

.color-yellow {
    color: #f5c252;
}

.charity-sec .inner-detail {
    width: 80%;
}

.charity-sec img {
    width: 100%;
}

.value-sec {
    background-color: #0a6680;
}

.value-sec .value-card {
    width: 90%;
}

.value-sec .icon-holder {
    font-size: 50px;
    color: #fff;
}


/*===================================
       contact us sec css
=====================================*/

.contact-bg {
    /*background-image: url('../images/contact-bg.jpg');*/
    min-height: 350px;
}


.selectpicker:focus {
    outline: none;
}

.contact-sec .contact-details {
    width: 90%;
}

.contact-sec .contact-details .heading {
    font-size: 22px;
}

.contact-sec .contact-details li {
    list-style: none;
}

.contact-sec .contact-details li span {
    display: block;
    color: #3c3b37;
    font-size: 17px;
    font-weight: 500;
}

.contact-sec .contact-details li .text {
    font-size: 14px;
    margin-left: 26px;
}

.contact-sec .form-heading {
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 700;
}

.contact-sec .contact-icon {
    height: 45px;
    width: 42px;
}

.contact-sec .contact-block {
    border-radius: 15px;
    background-color: #fafbff;
    border: solid 1px #f9fbff;
    box-shadow: 1px 1px 10px #e3e3e3;
    font-size: 18px;
    min-height: 336px;
}

.contact-sec .contact-block h5 {
    font-size: 22px;
}

.contact-sec .contact-block ul li {
    margin-top: 8px;
}

.contact-sec .contact-block ul li a {
    text-decoration: underline;
}

.contact-sec .contact-block ul li i {
    font-size: 18px;
    margin-right: 8px;
}

.contact-sec .contact-block ul li i.la-search {
    transform: rotate(-90deg);
}

/*Receipt page*/

.small-heading {
    font-size: 22px;
}

.receipt_header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.receipt-body-sec .course_info p:nth-child(3) {
    display: none
}

/* .receipt-table th {
    padding-top: 40px;
} */

/*.organization_info {*/
/*    width: 160px;*/
/*}*/

.receipt-table tbody tr td {
    border-top: none !important;
}

.receipt-table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.receipt-table tfoot tr td {
    border-top: none !important;
}

.receipt-table tfoot tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.receipt_table_mobile {
    display: none;
}

.grandTotalSmallScreen {
    display: none;
}

.address-recipt ul {
    list-style: none;
}

.address-recipt li {
    padding: 2px;
}

.receipt-body-sec .order-detail-block {
    margin-bottom: 15px;
}

.receipt-body-sec .order-detail-block:last-child {
    margin-bottom: 0;
}

.receipt-body-sec .order-detail-block table tbody tr {
    border-bottom: solid 1px #e2e2e2;
}

.receipt-body-sec .order-detail-block table tbody tr .course-subheading {
    margin-bottom: 5px;
    font-size: 13px;
}

.receipt-body-sec .order-detail-block table tbody tr .course-heading {
    font-size: 16px;
    /*font-weight: 400;*/
}

.receipt-body-sec .order-detail-block table tbody tr ul li {
    margin-right: 15px;
    font-size: 13px;
}

.receipt-body-sec .order-detail-block table tbody tr ul li:last-child {
    margin-right: 0;
}

.receipt-body-sec .image-holder {
    width: 120px;
    margin: auto;
    display: block;
    /* margin-top: 40px; */
}

.receipt-body-sec .image-holder img {
    width: 100%;
}


/*wishlist*/

.course-card .heart_icon {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 10px;
}

.course-card .heart_icon i {
    font-size: 26px;
    color: #ec5252;
}


/*booking policy page */

.booking_policy_page {
    padding-left: 20px;
}

.booking_policy_page h1 {
    font-size: 23px;
    margin-bottom: 30px;
}

.booking_policy_page h2 {
    font-size: 19px;
    margin-bottom: 10px;
}

.booking_policy_page h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.booking_policy_page .inner_box {
    padding: 35px 24px 24px 24px;
}

.booking_policy_page .inner_box .policy_dot {
    padding-left: 45px;
    margin-bottom: 20px;
}

.booking_policy_page .inner_box .policy_dot li {}

.booking_policy_page .inner_box .policy_dot li span {
    font-size: 13px;
    font-weight: bold;
}

.booking_policy_page .inner_box .policy_dot li span i {
    font-size: 18px;
}

.booking_policy_page .inner_box .policy_dot li p {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
}

.booking_policy_page .inner_box .alert h4 {
    color: #006607;
    margin-bottom: 15px;
    font-size: 20px;
}

.booking_policy_page .inner_box .alert p {
    color: #202020;
}


/*===================================
       Organisation-Form
=====================================*/

/*****Organisation-Form***********/
/*.label-btn{*/
/*    position: relative !important;*/
/*    background-color: #f7f7f7;*/
/*    padding: 2px 12px;*/
/*    border-radius: 29px;*/
/*    border: 1px solid rgba(22, 29, 67, 0.09);*/
/*    font-size: 14px !important;*/
/*    font-weight: 500;*/
/*    cursor: pointer;*/
/*    pointer-events: auto !important;*/
/*    line-height: 28px;*/
/*    color: #3c3b37 !important;*/
/*    transition: .5s !important;*/
/*    left: 0 !important;*/
/*}*/
/*.navbtngrey,.download-btn{*/
/*    background-color: #f7f7f7;*/
/*    border: 1px solid rgba(22, 29, 67, 0.09);*/
/*    color: #3c3b37 !important;*/
/*    transition: .5s;*/
/*}*/
/*.download-btn{*/
/*    padding: 8px 30px;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*    line-height: 1.5;*/
/*    border-radius: .25rem;*/
/*}*/
/*#policies-check label{*/
/*    position: relative;*/
/*    top: 0;*/
/*    font-size: 14px;*/
/*    left: 4px;*/
/*}*/
/*.label-btn:hover,.navbtngrey:hover{*/
/*    background-color: #3c3b37;*/
/*    color: #fff !important;*/
/*    transition: .5s;*/
/*}*/
/*.label-grp > .label-btn input{*/
/*    position: absolute;*/
/*    clip: rect(0, 0, 0, 0);*/
/*    pointer-events: none;*/
/*}*/
/*#award_bodies{*/
/*    display: none ;*/
/*}*/
/*.margin-rigth{*/
/*    margin-right: 5%;*/
/*}*/
/*.select2-container--default.select2-container--focus .select2-selection--multiple{*/
/*    border: 1px solid rgba(22, 29, 67, 0.09);*/
/*    font-size: 18px !important;*/
/*}*/
/*.select2-container--default .select2-selection--multiple .select2-selection__choice{*/
/*    background-color: #f7f7f7;*/
/*    color: #3c3b37;*/
/*    margin-left: 10px;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 5px;*/
/*    border-radius: 50px;*/
/*    padding: 2px 12px;*/
/*    border: 1px solid rgba(22, 29, 67, 0.09);*/
/*    font-size: 14px !important;*/
/*    font-weight: 500;*/
/*    cursor: pointer;*/
/*    pointer-events: auto !important;*/
/*    line-height: 28px;*/
/*}*/
/*.select2-container--default .select2-selection--multiple .select2-selection__choice__display{*/
/*    padding-left: 14px;*/
/*    padding-right: 0;*/
/*}*/
/*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{*/
/*    padding: 0 5px;*/
/*    top: 2px;*/
/*}*/
/*.select2-container .select2-selection--multiple{*/
/*    min-height: 45px;*/
/*}*/
/*.select2-container{*/
/*    width: 100% !important;*/
/*    overflow: hidden;*/
/*}*/
/*.current{*/
/*    background-color: #3c3b37;*/
/*    color: #fff !important;*/
/*    transition: .5s;*/
/*}*/
/*#organisation-form .main-btn i{*/
/*    font-size: 14px;*/
/*}*/
/*#organisation-form.user_account_page .user_account_right_side .account-content-body{*/
/*    padding: 25px 25px 25px 25px;*/
/*}*/
/*.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--multiple{*/
/*    border: 1px solid #ced4da;*/
/*}*/
/*.cust-check .label-btn{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    background-color: transparent !important;*/
/*    color: #3c3b37 !important;*/
/*    border: 0;*/
/*    align-items: baseline;*/
/*    padding-left: 0;*/
/*}*/
/*.cust-check .label-grp > .label-btn input[type="checkbox"] {*/
/*    background: #3d404e;*/
/*    border: #7f83a2 1px solid;*/
/*}*/
/*.cust-check .label-grp > .label-btn input{*/
/*    position: relative;*/
/*    margin-right: 10px;*/
/*}*/
/*.form-sec-two,.form-sec-three,.form-sec-four{*/
/*    display: none;*/
/*}*/

/*===================================
       Company-Registration
=====================================*/

/*Start Asad Ali*/
.service-section-advertiseHurak-Mobile .section-heading .heading {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.service-section-advertiseHurak-Mobile {
    display: none;
}

.your_course .inner-content {
    text-align: center;
}

.your_course.pages-banner {
    margin-top: 0;
}

.your_course {
    /*border-bottom: 10px solid #4be1a0;*/
    background: #FFFFFF;
    padding-top: 230px;
    padding-bottom: 115px;
    overflow: hidden;
}

.your_course p {
    color: #000000;
    font-size: 26px;
}

.video-button a {
    color: #fff;
    font-size: 20px;
}


.custom-font h1 {
    font-size: 70px;
    line-height: 1.2em;
    color: #000000;
    /*text-shadow: -2px 2px 8px #444;*/
    font-weight: 800;
}


.your_course .inner-content i {
    color: #ffff;
    text-align: center;
    padding-top: 34px;
    font-size: 24px;
}

.your_course .inner-content p {
    line-height: 1.3em;
    text-shadow: 2px 2px 8px #000;
    font-weight: 500;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.your_course .inner-content .btn {
    font-weight: 600;
    padding: 8px 100px;
    font-size: 1rem;
    line-height: 1.625;
    border-radius: 0.25rem;
    margin-right: 20px;
}

.your_course .inner-content .btn:nth-child(2) {
    margin-right: 0;
}

.course-provider {
    border-left: 1px solid #fff;
    padding-left: 6px;
    color: #fff;
    margin-bottom: 4px;
    font-size: 15px;
}

.right-head li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.bottom-header li a {
    color: #3c3b37;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.bottom-header li:hover {
    border-bottom: 4px solid #0f7c90;
    transition: .5s;
}

.bottom-header li a:hover {
    color: #0f7c90;
    transition: .5s;
}

.right-head li {
    border-right: 1px solid;
    list-style: none;
    padding: 0 10px;
}

.right-head li:last-child {
    border-right: 0;
}

.bottom-header li {
    list-style: none;
    padding: 8px 10px;
    border-bottom: 4px solid transparent;
}

.logo .image-holder {
    padding-right: 6px;
}

.left-head .logo img {
    width: 90px;
}


/*.your_course.padding-top {*/
/*    padding-top: 50px;*/
/*}*/

.your_course.padding-bottom-half {
    padding-bottom: 70px;
}

.cust-modal .modal-content,
.signIn-modal .modal-content {
    padding: 20px;
}

.cust-modal .modal-dialog {
    width: 35%;
    margin: 0 auto;
    max-width: none;
}

.cust-modal .modal-content h5 {
    padding-right: 20px;
    font-size: 30px;
    margin-bottom: 10px;
}

.modal-title {
    line-height: 1.2;
}

.signIn-modal .modal-dialog {
    width: 35%;
    margin: 0 auto;
    max-width: none;
}

.signIn-modal .text,
.cust-modal .text {
    opacity: 1;
}

.num-sec a {
    color: #fff;
    font-weight: 700;
    padding-left: 6px;
}

.num-sec p {
    color: #fff;
    margin: 0 0 -2px auto;
    width: fit-content;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    padding: 9px 20px 0;
    background: #4be1a0;
}

.custom-header .header {
    background-color: #bad5da;
}

.your_course .popupBtn1 {
    background-color: #cd4747;
    font-weight: 600;
    color: #fff;
    border: 1px solid #cd4747;
}

.your_course .navbtnblue {
    background-color: #0f7c90;
    color: #fff;
}

.your_course .navbtnblue:hover {
    background-color: #094c59;
    color: #fff;
    border-color: #094c59;
}

.custpopup {
    background-color: #ec5252;
    color: #fff;
    padding: 8px 40px;
}

.your_course .custpopup:hover,
.signIn-modal .custpopup:hover,
.sign_up_form .custpopup:hover,
.log_in_form .custpopup:hover {
    background-color: #991919;
    border: 1px solid #991919;
    color: #fff;
}

.cust-modal .custpopup {
    padding: 10px 50px;
}

.cust-modal .custpopup:hover,
.signIn-modal .custpopup:hover {
    background: #991919;
    color: #fff;
    border: 1px solid #991919;
}

.register-modal-header a {
    font-weight: 700;
}

.blue-links {
    color: #04a1ee;
    opacity: 1.8;
}

.forgot {
    font-size: 16px;
}

.right-head li {
    margin-bottom: 6px;
}

.blue-links:hover {
    color: #04a1ee;
    text-decoration: underline;
}

.custom-header {
    margin-top: 6%;
}

/*.password_indicators{*/
/*    padding-bottom: 20px;*/
/*    padding-top: 10px;*/
/*    position: relative;*/
/*}*/
/*.password_indicators div {*/
/*    width: 40px;*/
/*    height: 4px;*/
/*    background-color: grey;*/
/*    border-radius: 4px;*/
/*    margin:2px;*/
/*}*/
.login-bold {
    font-weight: 700;
    color: #007791;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.checkmark {
    position: absolute;
    width: 1.13em;
    height: 1.13em;
    left: -.1em;
    top: .15em;
    border-radius: 2px;
    background-color: #eee;
    border: 1px solid lightgrey;
    transition: all .2s;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked~.checkmark {
    background-color: #007791;
    border-color: #007791;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.service-section-advertiseHurak-Mobile .faq-header {
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.service-section-advertiseHurak-Mobile .card-body {
    border-top: 0;
}

.service-section-advertiseHurak-Mobile .text {
    margin-bottom: 10px;
}

.service-section-advertiseHurak-Mobile .card .card-body {
    padding: 10px;
}

.service-section-advertiseHurak-Mobile .card {
    margin-bottom: 10px;
}

.service-section-advertiseHurak-Mobile .card:before {
    box-shadow: 0 0 1px 1px rgba(20 23 28, 0.10), 0 3px 1px 0 rgba(20 23 28, 0.10);
    opacity: 1;
}

.service-section-advertiseHurak-Mobile #accordion {
    padding: 30px 0;
}

.service-section-advertiseHurak-Mobile .heading span {
    display: inline-block;
    border: 1px solid grey;
    border-radius: 50px;
    padding: 0 5px;
    margin-right: 8px;
    font-size: 16px;
}

.service-section-advertiseHurak-Mobile .card:before,
.service-section-advertiseHurak-Mobile .card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease;
    pointer-events: none;
}

/*End Asad Ali*/
/*****************************/

/*===================================
       Sign_Up
=====================================*/
/*Start Asad Ali*/
.sign_up,
.log_in {
    margin-top: 60px;
}

.sign_up_form,
.log_in_form {
    width: 35%;
    margin: 0 auto;
}

.log_in_form .custpopup,
.sign_up_form .custpopup {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 11px 40px;
}

.sign_up_form_icon {
    position: absolute;
    right: 6px;
    top: 11px;
    width: 28px;
    /*background-color: white;*/
    color: #cacbcc;
}

.sign_up .btn:disabled {
    opacity: 1;
}

/* .sign_up_form_icon i,
.sign_up_form_icon i {
    font-size: 12px;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}

.sign_up_form_icon i, */
.sign_up_form_icon i {
    font-size: 16px;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}

.la-eye:before {
    content: "\f06e" !important;
}

.pad-left-right {
    padding: 0 70px;
    line-height: 24px;
}

/*End Asad Ali*/
/*===================================
       Log_In
=====================================*/
/*Start Asad Ali*/
.sign_up h5,
.log_in h5,
.signIn-modal h5 {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
}

.log_in .text {
    opacity: 1;
}

.sign_up .text {
    opacity: 1;
    font-size: 16px;
}

.social-login {
    display: flex;
    flex-direction: column;
}

.social-login a:first-child {
    background-color: rgb(26, 83, 138);
    color: #fff;
    border-radius: 5px;
}

.social-login a:first-child:hover {
    color: #fff;
    background-color: #164675;
    border-radius: 5px;
}

.fa-facebook-f:before,
.fa-facebook:before,
.fa-google:before,
.fa-apple:before {
    font-size: 24px;
}

.social-login img {
    width: 24px;
    margin: 0 12px;
}

.social-login i {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 16px 0;
    text-align: center;
    width: 48px;
}

.social-login a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #29303b;
    background-color: #fff;
    border: 1px solid #dedfe0;
    box-shadow: 0 2px 2px 0 rgba(41 48 59, 0.24), 0 0 2px 0 rgba(41 48 59, 0.12);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    margin-bottom: 8px;
    padding: 0;
}

.social-login a:hover {
    background-color: #f2f3f5;
}

/*===================================
       Trainer Profile
=====================================*/
/*Start Asad Ali*/
.trainer-provider-sec {
    margin-top: 20px;
}

.trainer-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #73726c;
}

.trainer-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #212529;
}

.trainer-content .trainer-verified-svg {
    width: 25px;
    vertical-align: middle;
}


.trainer-content span {
    font-weight: 700;
    color: #212529;
    font-size: 15px;
}

.training-provider-policies .nav-tabs .nav-link {
    border-bottom: 8px solid rgba(255, 255, 255, .7) !important;
    transition: 0s;
    font-weight: 600;
}

.training-provider-policies .tab-content {
    border-top: 3px solid rgb(32 115 155) !important;
}

/*rating sec*/

.rating_reviews span {
    color: #73726c;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

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

.rating_reviews strong {
    font-weight: 700;
    font-size: 24px;
}

.trainer-img {
    border-radius: 10%;
    height: 200px;
    width: 200px;
    overflow: hidden;
}

.trainer-img img {
    border-radius: 10%;
    /* width: 100%; */
    /* height: 100%; */
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.trainer-text h5,
.lecture-sec h4 {
    font-size: 17px;
    font-weight: 700;
    color: #212529;
}

.trainer-info a {
    border: 1px solid;
    font-weight: 700;
    padding: 8px 15px;
    width: 175px;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
}

.trainer-info a {
    margin-top: .3rem;
}

.trainer-info a:hover {
    border-color: #1c6a78;
    color: #094c59;
}

.la-link {
    transform: rotate(45deg);
}

.trainer-info i {
    margin-right: 6px;
}

.trainer-info i,
.trainer-info a {
    color: #0f7c90;
}

.lecture {
    padding: 20px 0;
}

.lecture-info img {
    width: 290px;
    height: 170px;
    border: 1px solid lightgrey;
    border-radius: 4px;
}

.lecture-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-top: 10px;
    padding-right: 40px;
}

.lecture-info small {
    text-transform: capitalize;
    color: #73726c;
    font-weight: 600;
}

.rating-points span {
    margin-right: 4px;
    color: #be5a0e;
    font-weight: 700;
}

.stars li i {
    color: #eb8a2f;
    font-size: 14px;
}

.rating-points strong {
    color: #73726c;
    font-weight: 300;
    font-size: 14px;
    margin-left: 4px;
}

.stars ul {
    padding: 0;
}

.stars ul li,
.timings ul li:first-child {
    list-style: none;
}

.timings ul {
    padding: 0;
}

.timings ul li {
    padding: 0 30px 0 0;
}

.timings ul li a,
.timings ul li {
    font-size: 13px;
    color: #73726c;
}

.lecture-price span {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.lecture-price del {
    font-size: 15px;
    font-weight: 300;
    color: #73726c;
}

.lecture-tag {
    background-color: #ffe799;
    color: #593d00;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    padding: .4rem .8rem;
    font-weight: 600;
}

.lecture-price {
    padding: 6px 0;
}

.label-form-style .form-group {
    margin-bottom: 2px;
}

.bs-tooltip-top {
    margin-top: -50px !important;
}

.general-requirment-trainer {
    margin-top: 25px;


}

.blur-effect {
    max-height: 150px;
    mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
}

/*--Umar Nasir--*/

.trainer-content a i {
    color: #ccc;
    vertical-align: middle;
    font-size: 20px;
}

/*************************************************************************/
/*-- Hiding the buttons from the trainer-profile page--*/
/*****************************Umar Nasir********************************/
.courses-sec .bottom-button {
    display: none;
}

/*===================================
       FORM STEPS
=====================================*/

.tab-header .image-holder img {
    max-width: 90px;
}

.tab-form .first-tab-options h5 {
    padding-bottom: 20px;
}

.tab-form .first-tab-image img {
    width: 60%;
}

.tab-form .tab-border {
    border: 1px solid lightgrey;
    padding: 15px 25px 2px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 20px;
}

.tab-form .first-tab-image {
    text-align: center;
}

.tab-form .first-tab-content {
    padding-bottom: 80px;
}

.radio-points .tab-border {
    padding: 15px 25px 15px;
}

.radio-points .text {
    margin-bottom: 0;
}

.scroll {
    overflow-y: auto;
    margin-bottom: 100px;
}

.btn-step {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
}

.tab-header-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9;
}

.tab-form .continue {
    /*margin-top: 10px;*/
    float: right;
    color: #fff;
    margin-bottom: 40px;
    margin-right: 90px;
}

.tab-form .btn {
    margin-top: 15px;
}

.tab-form .prev {
    /*margin-top: 10px;*/
    float: left;
    background: transparent;
    color: lightslategray;
    margin-left: 90px;
}

.margin {
    margin-top: 70px;
}

.form-progress-bar {
    position: relative;
}

.form-progress-bar .tabs-overlay {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

.form-progress-bar ul li {
    width: 25%;
}

.form-progress-bar .nav-link {
    padding: 6px;
}

.form-progress-bar .nav-tabs .nav-link {
    padding: 3px;
    border: 0;
    background-color: #e8e9eb;
    border-radius: 0 3px 3px 0;
    position: relative;
}

.form-progress-bar .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    transition: .8s;
}

.nav-tabs .nav-link span {
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    z-index: 11;
    background-color: #8a92a3;
    transition: .5s;
}

.nav-tabs .nav-link.active span {
    right: 0;
}

.change-tab-color {
    background-color: #8a92a3 !important;
}

.tab-header {
    padding: 10px 50px;
}

.tab-header input {
    border: 0;
    width: 20px;
    text-align: center;
}

.tab-logo {
    margin-right: 50px;
}

.tabs-counting {
    padding-left: 60px;
    padding-top: 15px;
    border-left: 1px solid darkgrey;
}

.tab-form .custpopup {
    background-color: #ec5252;
    color: #fff !important;
    padding: 8px 40px;
}

.tab-form .custpopup:hover {
    background: #991919;
    color: #fff;
    border: 1px solid #991919;
    transition: .5s;
}

.tab-form p {
    padding-right: 25%;
}

.tabs-counting span {
    font-size: 18px;
}

.pagination-sec ul {
    justify-content: center;
    margin-top: 40px;
}

.page-item.active .page-link {
    color: #094c59;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #094c59;
    padding: 2px;
    font-weight: 900;
    opacity: 1;
}

.pagination-sec .page-link:hover {
    color: #094c59;
    opacity: 1;
}

.pagination-sec .page-link {
    border: 0;
    margin: 6px 10px;
    padding: 2px;
    color: #0f7c90;
    background-color: transparent;
    border-color: transparent;
}

.page-link:focus {
    outline: 0;
    box-shadow: none;
}

.pagination-sec .page-item:first-child .page-link,
.pagination-sec .page-item:last-child .page-link {
    border: 1px solid;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*=================================
   START SUPPORT HUB PAGE
================================== */
.support-hub-heading h2 {
    font-size: 1.7rem;
    color: #4A4A4A;
    font-weight: 400;
    opacity: 0.7;
}

.support-hub-content-margin-top {
    margin-top: 20px;
}

/* Banner Section */

.support-hub-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.support-hub-bg .search-bar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.support-hub-bg .search-bar .input-group {
    width: 400px;
}

.support-hub-bg .search-bar h1 {
    color: #ffffff;
}

.support-hub-bg .auto-container {
    height: 100%;
}

.support-hub-bg .row {
    height: 100%;
    align-items: center;
}

.support-hub-bg .search-bar .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.support-hub-bg .search-bar .input-group input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    padding-left: 45px;
    font-size: 14px;
    height: 3rem;
    color: #3c3b37;
    border: 1px solid #929292;
    background-color: #fbfbf8;
}

.support-hub-bg .search-bar .input-group-prepend .input-group-text {
    border: none;
    background: transparent;
    transition: .5s ease;
    font-size: 19px;
}

.support-hub-bg .search-bar .input-group-prepend {
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 111;
}

.support-hub-heading h2 {
    font-size: 1.7rem;
    color: #4A4A4A;
    font-weight: 400;
    opacity: 0.7;
}

/*FAQ Content Section*/


.faq-section .faq-main-content .faq-blocks {
    text-align: center;
}

.faq-section .faq-main-content .faq-question {
    box-shadow: 0 2px 8px 2px rgba(20 23 28, 0.15);
    padding: 20px 15px;
    border-radius: 2px;
}

.faq-section .faq-main-content .faq-question {
    box-shadow: 0 0 1px 1px rgba(20 23 28, 0.10), 0 3px 1px 0 rgba(20 23 28, 0.10);
    padding: 20px 15px;
    border-radius: 2px;
    color: #4A4A4A;
    line-height: 1.6;
    font-size: 16px;
    background-color: #ffffff;
}

.faq-section .faq-main-content a:hover .faq-question {
    box-shadow: 0 2px 8px 2px rgba(20 23 28, 0.15);
}

/*=========================================
Support Details page (Doodibad) Start
==========================================*/


.support-header-bg {
    background-color: #0f7c90;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.support-details-tabs-block {
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    background-color: #f7f8fa;
}

.support-tab-left {
    border-right: solid 1px #e3e3e3;
}

.support-tab-left h5 {
    font-size: 15px;
    cursor: pointer;
}

.support-tab-left h5 i {
    display: none;
}

.support-tab-left a {
    display: block;
}

.support-tab-right {
    background-color: #FFFFFF;
}

.bg-color-white {
    background-color: #fff;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.support-details-tabs-block a.nav-link {
    font-size: 13px;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 0;
}

.support-details-tabs-block a.nav-link.active {
    background-color: #0000;
    color: #0f7c90;
}

.support-details-page-heading h2 {
    color: #FFFFFF;
}

.breadcrumb-custom a {
    font-size: 12px;

}

.breadcrumb-custom .breadcrumb-list .breadcrumb-item {
    color: #FFFFFF;
}

.breadcrumb-custom .breadcrumb-list .breadcrumb-item:last-child {
    color: #FFFFFF;
}

.custom-search-bar {
    margin: 0;
    position: relative;
}

.support-details-page-Search-bar input {
    border-radius: 30px;
    position: relative;
    padding-left: 40px;
}

.support-details-page-Search-bar a {
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    margin-left: 15px;
}

/*=========================================
 Support Details page (Doodibad) END
==========================================*/

/* Promted Artical Section */
.promoted-articles-section {
    background-color: #F5F6F7;
    margin-top: 35px;
    padding: 50px 0;
}

.promoted-articles ul {
    list-style: none;
    display: inline-block;
}

.promoted-articles ul li {
    margin: 10px 0 0;
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
}

.promoted-articles ul li a {
    color: #0f7c90;
    font-size: 17px;
    font-weight: 400;
}

.promoted-articles ul li a:before {
    font-family: "Line Awesome Free";
    content: "\f570";
    font-weight: 900;
    color: #4f4f4f;
}

.promoted-articles .promoted-articles-post {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    color: #4A4A4A;
}

.promoted-articles a:hover .promoted-articles-post {
    text-decoration: underline;
}

/* Select a topic to search for help */

.select-topic-section .select-topic-card-icon img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: 0.3s;
}


.select-topic-section .select-topic-card {
    text-align: center;
    min-height: 200px;
}

.select-topic-section .select-topic-card h4 {
    font-size: 22px;
    font-weight: 400;
    color: #4A4A4A;
}

.select-topic-section .select-topic-card-wraper {
    position: relative;
    /*margin: 20px;*/
    padding: 32px 30px;
    background: #FFFFFF;
    border: none;
    box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.1);
    border-radius: 10px;
    text-align: center;
    min-height: 240px;
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

.select-topic-card a:hover .select-topic-card-wraper {
    box-shadow: 1px 1px 15px rgba(100, 100, 100, 0.2);
}

.select-topic-card a:hover .select-topic-card-icon img {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

/* Bespoke Header Section */

.bespoke-header {
    border-top: solid 5px #0f7c90;
    box-shadow: 1px 1px 5px #c4c4c4;
}

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

.bespoke-header .bespoke-row .bespoke-logo {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    text-align: center;
}

.bespoke-header .bespoke-row .bespoke-logo img {
    width: 60%;
    margin: 0 auto;
}

.bespoke-header .bespoke-sign-in-button {
    display: flex;
    justify-content: flex-end;
    padding-top: 3px;
}

.bespoke-header .bespoke-sign-in-button a {
    padding: 5px 20px;
}

.bespoke-header .back-to-home {
    font-size: 15px;
    color: #686F7A;
    padding-top: 5px;
}

.bespoke-header .back-to-home-arrow {
    display: none;
}

/*=====================================
BY (DOODIBAD)
Support Hub FAQS
=====================================*/

.support-hub-faq-list-heading h6 {
    color: #0f7c90;
}

.support-hub-faq-list ul {
    list-style-type: none;
}

.support-hub-faq-list ul li {
    padding: 5px 0;
}

.support-hub-faq-list ul li a:before {
    content: "+";
    border: solid 1px #0f7c90;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    font-size: 15px;
    border-radius: 50%;
    color: #0f7c90;
    margin-right: 8px;
}

.support-hub-faq-list ul li:last-child a:before {
    display: none;
}

.support-hub-faq-list ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.support-hub-faq-list ul li:last-child a {
    color: #0f7c90;
    font-size: 14px;
}

.support-hub-faq-list ul li:last-child a:after {
    content: ">";
    margin-left: 2px;
    position: relative;
    top: 1px;
}


.accordion.accordion-light>.card {
    margin-bottom: 25px;
    border: none;
}

.accordion.accordion-light>.card .card-header {
    background-color: #FFFFFF;
    padding: 0;
    cursor: pointer;
}

.accordion.accordion-light>.card h5 {
    padding: 5px 0;
    color: #0f7c90;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.accordion.accordion-light>.card h5:after {
    content: ">";
    transform: rotate(90deg) scaleY(1.8);
    position: absolute;
    right: 0;
}


/*=====================================
BY (DOODIBAD)
Support Hub Articles
=====================================*/

.support-tab-articles.support-tab-left h5.support-articles-list-heading {
    font-size: 18px;
    position: relative;
}


.support-tab-articles.support-tab-left h5.support-articles-list-heading:before {
    content: "";
    height: 100%;
    width: 3px;
    background-color: #0f7c90;
    position: absolute;
    top: 0;
    left: -10px;
}

.support-details-tabs-block .support-tab-articles.support-tab-left a.nav-link {
    font-size: 14px;
    margin: 5px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.support-details-tabs-block .support-tab-articles.support-tab-left a.nav-link.active {
    font-size: 14px;
    margin: 5px 0;
    position: relative;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
}

.support-details-tabs-block .support-tab-articles.support-tab-left a.nav-link i {
    font-size: 20px;
    margin-right: 3px;
}

.breadcrumb-custom.breadcrumb-custom-support-articles .breadcrumb-list {
    display: flex;
}

.breadcrumb-custom.breadcrumb-custom-support-articles .breadcrumb-list .breadcrumb-item:last-child {
    display: flex;
}

/*=====================================
Checkout Page BY (DOODIBAD)
=====================================*/

.checkout-personal-delegate .custom-control-label::before {
    background-color: #0000;
    border: solid 2px lightgrey;
}

.checkout-personal-info .input-group-date {
    margin-top: 12px;
}

.checkout-personal-info .input-group-date .form-control {
    height: 50px;
}

.checkout-personal-info {
    display: none;
}

.checkout-personal-info h6 {
    font-size: 24px;
}

.add-on-block .custom-control-label::before {
    background-color: #0000;
    border: solid 2px #0f7c90;
}

.add-on-block .custom-control-input {
    position: relative;
}

.addon-card {
    margin-bottom: 10px;
}

.addon-card h6 {
    font-weight: bolder;
    font-size: 16px;
}

.addon-card h6,
.addon-card p {
    margin: 0;
}

.addon-card .card-body {
    display: grid;
    grid-template-columns: 25px auto 50px;
}

.add-on-block .custom-control-label::before,
.add-on-block .custom-control-label::after {
    top: -2px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #0f7c90;
}

.addon-card-active {
    background-color: aliceblue;
}

.candidate_details .media-body label {
    margin-bottom: 0;
}

.delegate-info-btn {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 500;
}

.terms_and_conditions {
    position: absolute;
}

.terms_and_conditions .terms-checkbox .term-control-input {
    position: absolute;
    margin-top: 5px;
}

/*=====================================
SupportHub Page BY (DOODIBAD)
=====================================*/

.arrow-link {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    width: 10px;
    height: 10px;
    transition: 0.2s;
}

.col-custom-card {
    width: 320px;
    margin: 15px;
}


#my_course_resources_model_window .ecom-dashboard-widget .las {
    font-size: 35px;
}

#my_course_resources_model_window h5 {
    font-size: 18px;
    margin-bottom: 2px;
}

#my_course_resources_model_window p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1rem;
}

#my_course_resources_model_window .download-link a {
    color: #00618a;
}


#my_course_resources_model_window .modal-content {
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#my_course_resources_model_window .download-link {
    padding: 10px;
}

#my_course_resources_model_window .modal-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#my_course_resources_model_window .modal-content::-webkit-scrollbar-track {
    background: #ffffff;

}

/* Handle */
#my_course_resources_model_window .modal-content::-webkit-scrollbar-thumb {
    background: #00618a;
    border-radius: 10px;
}

/* Handle on hover */
#my_course_resources_model_window .modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Requirement Section on Course Page CSS */
#Model_Window_Requirment ul {
    list-style: none;
}

#Model_Window_Requirment div span i {
    color: #696969;
    font-size: 14px;
}

#Model_Window_Requirment div span {
    position: absolute;
    right: 6px;
    top: 13px;
    width: 28px;
    background-color: white;
}

.quote-form div.input-group input#inputDate {
    font-size: 14px;
    padding: 10px 15px 10px 15px;
}

#Model_Window_Requirment div:nth-child(7) span {
    top: 8px !important;
}

.Model_Window_Requirment .modal-lg {
    max-width: 1000px !important;
}

.Model_Window_Requirment h4 {
    font-size: 32px;
    margin-bottom: 20px;
}

.Model_Window_Requirment .main-btn {
    width: 100%;
    text-align: center;
    display: block;
}

.Model_Window_Requirment .modal-header {
    border-bottom: none;
}

.Model_Window_Requirment .modal-body {
    padding: 0 3rem 1.5rem;
}

/*start  spinner animation for course finder page */

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #ffffffab;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #0F7C90;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show,
.overlay.show {
    opacity: 1
}

/*end  spinner animation for course finder page */

/*=====================================
Thankyou Page BY (UN)
=====================================*/
.thankyou-header .image-holder {
    width: 85px;
}

.thankyou-note {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.thankyou-note .circlecheck {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    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;
    background-color: #4be1a0;
    font-size: 24px;
    color: white;
}

.thankyou-deligate-info span {
    color: #1e0a3c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.thankyou-deligate-info .checkout_login_asguest {
    margin-bottom: 0;
}

.checkout-section.mobile-thankyou-note {
    background-color: #f8f7fa;
    margin-bottom: 50px;
}

.thankyou-note span {
    display: block;
}

.thankyou-info {
    display: block;
    text-align: center;
}

.thankyou-sec .deligates-course-info {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 25px;
    padding-bottom: 25px;
}

.thankyou-sec .deligates-course-info:last-child {
    border-bottom: none;
}

/*.deligates-course-info .contact_information{*/
/*    padding: 12px;*/
/*    background: #f8f7fa;*/
/*}*/
.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #f44455;
    margin-top: 8px;
}

/*.parsley-error{*/
/*    border-color: #f44455!important;*/
/*}*/

.checkout-loading {
    display: none;
    animation: rotateloading 1s infinite;
}

@keyframes rotateloading {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-main-banner,
.btn-main-banner:hover {
    text-align: left;
    border: solid 1px #989898cc;
    padding: 10px;
}

.d-none-last:last-of-type {
    display: none;
}

.page-item:nth-of-type(1) .page-link,
.page-item:last-of-type .page-link {
    border: solid 1px #007bff;
    border-radius: 50%;
    height: 33px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding-top: 6px;
}

.page-item .page-link {
    background-color: transparent;
    border-color: transparent;
    border: none;
    padding: .5rem 1rem;
    font-weight: 900;
}

.page-item.active .page-link {
    color: #094c59;
    background-color: transparent;
    border-color: transparent;
    border: none;
    padding: .5rem 1rem;
    font-weight: 900;
}

.page-item.disabled .page-link {
    border: solid 1px #6c757d;
}

/*CSS for Course Quantity Button by (UN)*/
.number-input-field-qty {
    position: relative;
}

.number-input-field-qty .qty_value {
    text-align: center;
}

.number-input-field-qty .btn-minus {
    position: absolute;
    height: 100%;
    width: 40px;
    background: transparent;
    font-size: 20px;
    left: 0;
    border-right: 1px solid #ced4da;
    border-bottom: none;
    border-top: none;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.number-input-field-qty .btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    font-size: 20px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.number-input-field-qty .btn-minus:hover i,
.number-input-field-qty .btn-plus:hover i {
    color: #0a6aa1;
}

.number-input-field-qty .btn-minus i,
.number-input-field-qty .btn-plus i {
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;

}

.course-linked-section .linked-course-card {
    display: flex;
    align-items: center;
    background: #F8F9FA;
    border: 1px solid transparent !important;
    box-shadow: 0 0 2px #3333333d;
    transition: .3s all ease;
    min-height: 200px;
}

.course-linked-section .linked-course-card:hover {
    border: 1px solid #dee2e6;
    transition: .3s all ease;
    box-shadow: 0 0 6px #3333333d;
}

.course-linked-section .linked-course-card img {
    width: 35%;
}

.course-linked-section .linked-course-card .linked-course-body {
    padding: 8px;
}

.course-linked-section .linked-course-card .overlay-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.course-linked-section .linked-course-card .linked-course-body .text {
    font-size: 14px;
}

.datepickers-container {
    z-index: 5000;
}

/*trustpilot css start*/
.trustpilot-style {
    /* height: 70px; */
    height: auto;
    background-color: #CFD2D3;
}

.trustpilot-style>div {
    transform: scale(1.1);
}

section.custom-trustpilot-style.py-3 {
    background-color: #CFD2D3 !important;
}

.answer-correct:after {
    content: ' \2714';
    color: #28a745;
    margin-right: 5px;
}

.answer-wrong:after {
    content: ' \2718';
    color: #dc3545;
    margin-right: 5px;
}

/*Mock Exams CSS*/

.mock-exam-description-list {
    list-style-type: none;
    padding: 0;
}

.mock-exam-description-list li {
    margin: 6px 0;
    font-size: 18px;
}

.mock-exam-units-container .card {
    box-shadow: 1px 1px 10px #d5d5d5;
    /*min-height: 200px;*/
    position: relative;
    overflow: hidden;
    /*border: 5px solid #0F7C93;*/
    background: whitesmoke;
}

.mock-exam-units-container .take-test-badge {
    color: #fff;
    background-color: #c0657d;
}

.mock-exam-block .take-test-button {
    width: 80px;
    position: absolute;
    right: -6px;
    bottom: 8px;
}

.mock-exam-block .mock-test-image {
    border: 1px solid #e0e0e0;
    border-radius: 14px;
}

.mock-exam-block .start-button {
    font-weight: 600;
    font-size: 20px;
}

.more-mocks-box {
    background-color: #fbfbf8;
    border: 1px solid #dcdacb;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 5px;
}

.more-mock-tests-list .la-circle {
    color: #989898;
}

.more-mock-tests-list .la-circle:before {
    background: #989898;
    border-radius: 50%;
}

.more-mock-tests .more-mock-tests-list a {
    color: #007bff;
    font-size: 16px;
}

.mock-test-description a {
    color: #007bff;
}

.mock-test-description a:hover {
    color: #007bff;
}

.mock-test-comments .hide-comments {
    display: block !important;
}

.mock-test-comments .reply-btn {
    color: #0f7c90;
    border: solid 1px #0f7c90;
    /* background-color: #0f7c90; */
    padding: 8px 30px;
    transition: .5s ease;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: inline-flex;
    align-items: center;
}

.mock-test-comments .name-abbriviation {
    height: 35px;
    width: 35px;
    background: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}

.mock-test-comments .left-spacing {
    padding-left: 45px;
}

.mock-test-comments .second-level-comment {
    margin-left: 45px;
}

.mock-test-comments .third-level-comment {
    margin-left: 75px;
}

.mock-exam-block .book-now-btn {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff !important;
    border: solid 1px #0f7c90;
    background-color: #0f7c90;
    padding: 7px 30px;
    transition: .5s ease;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-radius: 5%;
}

.mock-book-your-course {
    background: #f1f1f1;
}

.mock-exam-units-container .course-container-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    transition: 0.3s ease-in-out;
}

.mock-exam-units-container .course-container-overlay:hover {

    display: flex;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.mock-table-of-content a {
    color: #2aa9c4;
}

.mock-table-of-content a:hover {
    color: #2aa9c4;
    text-decoration: underline;
}

.mock-test-page-banner .product-breadcrumb .breadcrumb {
    background-color: transparent;
    padding-top: 19px !important;
    margin-bottom: 5px;
}

.mock-test-page-banner .breadcrumb .breadcrumb-item a,
.mock-test-page-banner .breadcrumb .breadcrumb-item {
    color: #000000;
    display: inline-block;
}

.mock-test-page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}

/*.mock-exam-units-container .card:before {*/
/*    content: '\279C';*/
/*    color: #0f7c90;*/
/*    transform: rotate(-45deg);*/
/*    right: 8px;*/
/*    top: 6px;*/
/*    left: auto;*/
/*    position: absolute;*/
/*    font-size: 20px;*/
/*    z-index: 1;*/
/*    transition: 0.1s ease-in;*/
/*}*/

/*.mock-exam-units-container .card:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 153px;*/
/*    height: 174px;*/
/*    background: #0f7c90;*/
/*    bottom: -145px;*/
/*    right: -95px;*/
/*    transform: rotate(-37deg);*/
/*}*/

.mock-exam-units-container .card:hover:before {
    right: 3px;
    top: 4px;
    transition: 0.1s ease-out;
}

/*.mock-exam-units-container .card .card-body {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/


/*.mock-exam-units-container .card .card-body p:nth-of-type(1) {*/
/*    min-height: 50px;*/
/*}*/

.error-message-qa {
    display: none;
}

.error-message-qa.active {
    display: inline-block;
}

.piety-data-attributes {
    position: relative;
}

.insert-result-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: 700;
    color: #5fc27e;
    padding-top: 10px;
    margin: 0;
}

li.parsley-required.new-error {
    color: #fff;
    font-weight: 500;
    background-color: red;
    display: inline;
    padding: 1px 10px;
    font-size: 11px;
    border-radius: 5px;
    position: absolute;
    top: 43px;
}

.resultChart {
    width: 250px;
}

.incorrect-ans:after {
    content: '( Incorrect )';
    margin-left: 5px;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #dc3545;
    border-radius: 5px;
}

.zoho-chat {
    position: fixed;
    right: 16px;
    background-image: -webkit-linear-gradient(90deg, #06c 0, #2182df 100%);
    border-radius: 50%;
    z-index: 111;
    bottom: 4%;
    box-shadow: 1px 1px 20px #afafaf;
}

.zoho-chat a {
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

.zoho-chat a svg path {
    fill: #fff;
    /*margin-right: 5px;*/
    /*font-size: 30px;*/
}

.grecaptcha-badge {
    display: none !important;
}

.form-submit {
    display: none;
}

.form-submit i {
    transform: rotate(0deg);
    animation: loader 1s infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.faq-a ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 40px;
}

.courses-list .owl-item {
    width: 266px !important;
}


/* LiveChat Styling */

body .zsiq_flt_rel {
    background-color: #0E6990 !important;
}

body .zsiq_theme1 .siqico-chat:before {
    /* color: #3c3b37; */
    color: #fff;
}

/* LiveChat Styling */

.blured-select-field {
    position: relative;
}

.blured-select-field-overlay::after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 20px;
    height: 50%;
    width: 35px;
    /*border-right: solid 1px #0000;*/
    background-image: linear-gradient(-90deg, #FFFFFF, #0000);
}


.select_copy_data_block {
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: solid 1px #CFD2D3;
    width: 100%;
    /* border-radius: 5px; */
    padding: 6px 10px;
    font-size: 12px;
}

/*Seacrh Navbar CSS*/
.blog-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #0f7c90;
}

.blog-nav ul {
    display: flex;
}

.blog-nav ul li {
    list-style-type: none;
}

.blog-nav ul li a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    margin: 0 15px;
    color: #FFFFFF;
}

.blog-nav ul li a:hover {
    color: #FFFFFF;
}

.blog-nav ul li a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background-color: #FFFFFF;
    left: 0;
    width: 0;
    height: 2px;
    transition: 0.2s ease-in-out;
}

.blog-nav ul li a:hover:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background-color: #FFFFFF;
    left: 0;
    width: 100%;
    height: 2px;
    transition: 0.2s ease-in-out;
}

/*Search bar toogle CSS*/
.blog-seacrh-toggle {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    color: #FFFFFF;
    font-size: 25px;
    cursor: pointer;
}

.blog-mobile-nav-toggle {
    display: none;
}

.blog-seacrh-container-none {
    position: absolute;
    background-color: #0f7c90;
    /*background-color: #0c5460;*/
    width: 100%;
    height: 100%;
    /*display: none;*/
    left: -100%;
    z-index: 1;
    transition: 0.4s ease-in-out;

}


.blog-seacrh-container-block {
    position: absolute;
    background-color: #0f7c90;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;

    transition: 0.4s ease-in-out;
}

.blog-seacrh-inner-container {
    align-items: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*Navbar Input field CSS*/
.blog-search-input {
    padding-left: 40px;
    font-size: 20px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000;
    color: #FFFFFF;
    border: none;
}

::placeholder {
    color: #FFFFFF;
}

.blog-search-input:focus {
    outline: none;
}

.blog-search-cross-icon {
    position: relative;
    padding: 18px;
    font-size: 25px;
    cursor: pointer;
}

/*Blog Sessions CSS*/
.hurak-logo {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
}

.hurak-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 13px 13px 0 13px;
}

.blog-section {
    padding: 0 90px;
}

.section-text {
    padding-left: 90px;
    max-width: 400px;
}

.section-text-single-blog-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f8f8;
}

.section-text-single-blog-header .single-blog-heading {
    width: 60%;
    text-align: center;
}

.static-image-slider {
    width: 100px;
    opacity: 0.5;
}

.blog-card-item .card {
    min-height: 200px;
    height: 200px;
    transition: 0.2s ease-in-out;
}

.blog-card-item .card:hover {
    box-shadow: inset 0 0 10px 0 #dcdcde;
    transition: 0.2s ease-in-out;
}

.blog-popular-card-item .card {
    min-height: 150px;
    height: 150px;
    transition: 0.2s ease-in-out;
}

.blog-popular-card-item .card:hover {
    box-shadow: inset 0 0 10px 0 #dcdcde;
    transition: 0.2s ease-in-out;
}

.blog-popular-card-item h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-card-item h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header-search {
    position: relative;
}

.blog-search-container {
    display: none;
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    z-index: 5000;
    width: 100%;
    background-color: #eee;
    box-shadow: 1px 1px 10px #dcdcde;
}

.blog-search-container a:hover {
    background-color: #dbdbdb;
    transition: 0.2s ease-in-out;
}

/*Business page css start*/

.business-section .detail-area {
    width: 90%;
}

.business-section ul li {
    list-style: none;
    display: flex;
    margin-top: 10px;
}

.business-section ul li i {
    margin-right: 10px;
    margin-top: 3px;
}

.pass-hide-show-btn {
    position: absolute;
    right: 10px;
    top: 13px;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.pass-hide-show-btn.hide-eye .line {
    position: absolute;
    right: 4px;
    top: 10px;
    height: 2px;
    width: 17px;
    background-color: #939292;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transform: rotate(-25deg);
}

/*Business page css end*/
/*Business page learner css start*/
.learner-table .no-border {
    border: none !important;
}

.learner-table tr {
    background: #ffffff !important;
}

.learner-table .learnerbtnWhite {
    display: inline-block;
    font-size: 16px;
    color: #6b6882;
    background: transparent;
    padding: 0;
    border: 1px solid #6b6882;
    transition: .5s ease;
    line-height: 1.2;
}

.learner-table .learnerbtnWhite:hover {
    background: #0f7c90;
    color: #fff !important;
}

.learner-table td {
    padding: 20px !important;
}

.learner-table table.dataTable thead th {
    border-bottom: 2px solid #dee2e6 !important;
}

.learner-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3em 0.8em;
}

.learner-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #3b818c !important;
    color: #ffffff !important;
}

.learner-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
}

.learner-table table.dataTable.no-footer {
    border-bottom: 1px solid #e0e0e0 !important;
    margin-bottom: 15px;
}

/*Business page learner css end*/

/*Business page team css start*/
.user-name-letters {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #0f7c90;
}

.table-color {
    background-color: #f7f7f7;
}

.table-color:hover {
    background: #FFFFFF;
}

.team-table thead {

    display: none;
}

.add-team-members {
    position: relative;
    top: 35px;
    z-index: 3;
}

.add-team-members a:focus {
    color: #ffffff;
}

.team-table-provider .user-name-email {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-table-provider .admin-owner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.team-table-provider .edit-icon {
    color: #6e81dc;
}

.user_account_page .table-style {
    background: #f9f9f9;
}

.user_account_page .table-border-none {
    border: none;
}

.business-team .modal-header {
    background-color: #0f7c90;
    color: #FFFFFF;
}

.business-team .btn-link {
    color: #0f7c90;
    text-decoration: none;
}

.team-table-business .btn-round {
    padding: .5px 5px;
}

.team-table-business .btn-pill.btn-outline-primary {
    color: #0f7c90;
    border-color: #0f7c90;
}

.team-table-business .btn-pill.btn-outline-primary:hover {
    background-color: #0f7c90;
    color: #fff;
    border-color: #0f7c90;
}

.team-table-business .btn-pill {
    padding: 3px 8px;
    font-size: 13px;
}

/*Business page team css end*/

.payment-method-check-btn {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    height: 50px;
    margin: 10px 0;
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.payment-method-check-btn:hover {
    background-color: #dbdbdb;
    border: solid 1px #dbdbdb;
    box-shadow: 0 4px 10px #e2e2e2;
}

.payment-method-check-btn.active {
    background-color: #dbdbdb;
    border: solid 1px #dbdbdb;
    box-shadow: 0 4px 10px #e2e2e2;
}

.payment-method-check-btn:nth-of-type(2) .payment-method-check-img {
    width: 35%;
}

.payment-method-check-img {
    width: 80px;
    margin-left: 5px;
}

/*.payby-container {*/
/*    display: none;*/
/*}*/

.laybuy-register,
.klarna-register,
.paypal-register {
    display: none;
}

.laybuyButton {
    border: solid 1px #786DFF;
    color: #202020;
    font-size: 16px;
    padding: 8px 25px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}

.laybuyButtonFilled {
    border: solid 1px #786DFF;
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
    background-color: #786DFF;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}

.laybuyButtonFilled:hover {
    color: #fff;
    background-color: rgba(120, 109, 255, 0.9);
}

.laybuyButton img {
    width: 20px;
}

.small-icon-laybuy {
    width: 15px;
}

.laybuy-blocks span {
    display: block;
    margin-bottom: 15px;
}

.laybuy-blocks span i {
    font-size: 75px;
    color: #5c6178;
}

.laybuy-blocks span.svg-circle {
    height: 70px;
    width: 70px;
    background-color: transparent;
    border: solid 4px #5c6178;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.laybuy-blocks h4 {
    color: #786DFF;
    font-size: 30px;
    font-weight: 600;
}

.laybuy-blocks .laybuy-single-block h5 {
    color: #786DFF;
}

.laybuy-blocks .laybuy-single-block p {
    font-size: 14px;
}

#Model_Window_Lybuy .modal-header .close {
    font-size: 47px;
    font-weight: 300;
    padding: 0px 15px;
}

#Model_Window_Lybuy .modal-lg {
    max-width: 1140px;
}

#Model_Window_Lybuy .modal-content .laybuy-blocks {
    border-radius: 0;
    padding: 30px;
    padding-top: 0;
    font-family: poppins, sans-serif;
}

/* Switch Profile Side Bar */
.switch_profile_sidebar_container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #FFF;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* backdrop-filter: blur(5px); */
    left: 0;
    top: 0;
    z-index: 5000;
    display: none;
}

/* .switch_profile_sidebar_container .switch_profile_sidebar {} */


.switch_profile_sidebar_container .switch_profile_sidebar {
    width: 300px;
    height: 100%;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.switch_profile_sidebar_close_btn {
    background-color: #F3F6F9;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.switch_profile_sidebar_close_btn i {
    font-size: 20px;
    line-height: 1;
    transition: 0.3s ease-in-out;

}

.switch_profile_sidebar_close_btn:hover {
    background-color: #0f7c90;
    box-shadow: 0px 2px 8px 0px #ababab;

}

.switch_profile_sidebar_close_btn:hover i {
    color: #FFFFFF;
    transform: rotate(360deg);
}

.active-profile {
    box-shadow: -5px 2px 8px 0px #dbdbdb;
    padding: 10px;
}

.accounts_list_heading {
    margin-top: 20px;
}

.account_list_item {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 8px 0px #e1e1e1;
    transition: 0.1s ease-in-out;
}

.account_list_item:hover {
    box-shadow: 0px 5px 8px 0px #d5d5d5;
    background-color: rgba(0, 123, 255, 0.1) !important;
}

.switch_profile_sidebar_container .active_account {
    background-color: #0f7c90 !important;
    box-shadow: 0px 5px 8px 0px #d5d5d5;
    color: #FFFFFF !important;
}

.switch_profile_sidebar_container .active_account a,
.switch_profile_sidebar_container .active_account h5,
.switch_profile_sidebar_container .active_account span {
    color: #FFFFFF !important;
}

.switch_profile_sidebar_container .active_account .user-profile-icon-2 {
    background-color: #FFF;
    color: #000 !important;
}

.swhitch-btn {
    width: 100%;
    box-shadow: -5px 2px 8px 0px #dbdbdb;
}


/*==================================
   START  CSCS CARD BLOCK BY Arslan
====================================*/

#card-list {

    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 14px;
    color: #4e5a60;
    line-height: 26px;
}

@media only screen and (max-width: 390px) {
    #card-list {
        font-size: 13px;
    }
}

.course-block .search-bar {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 5px;
    max-width: 400px;
    display: block;
    clear: both;
    border-radius: 4px;
    background: #fff;
    margin: 0 0 12px 0;
}

.search-bar:focus-visible {
    outline: none !important;
}

.card-box {
    padding: 6px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: block;
    clear: both;
    border-radius: 4px;
    margin: 0 0 10px 0;
    /* box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1), 0px 0.5px 0.5px 0px rgba(0, 0, 0, 0.3); */
}

.hd-1 {
    font-size: 16px;
    color: #0f7c90;
}

.linkstyle {
    font-size: 12px;
    padding: 0 4px;
    background-color: #0f7c90 !important;
    color: white !important;

}

.linkstyle:hover {
    background-color: transparent !important;
    border: solid 1px #0f7c90 !important;
    color: #0f7c90 !important;
    font-weight: bolder !important;
}

/*==================================
    End CSCS CARD BLOCK BY Arslan
====================================*/

/*==================================
   START  CSCS CARDs BY Arslan
====================================*/

.linkstyles {
    font-size: 15px;
    color: #ffffff !important;
    border: solid 1px #0f7c90;
    background-color: #0f7c90;
    transition: .5s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder !important;
}

.linkstyles:hover {
    background-color: transparent !important;
    border: solid 1px #0f7c90 !important;
    color: #0f7c90 !important;
    font-weight: bolder !important;
}

.locate-links {
    color: #0f7c90;
    /* font-size:20px;  */
    font-weight: bolder;
    /* margin-bottom: 50px; */
}

@media screen and (max-width: 540px) {

    .card-button,
    .pic-wrapper {
        width: 100% !important;
    }
}

/*==================================
    End CSCS CARD BLOCK BY Arslan
====================================*/


/*==================================
    start locations Finder BY Arslan
====================================*/

.course-block .search-bar {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 5px;
    max-width: 400px !important;
    display: block;
    clear: both;
    border-radius: 4px;
    background: #fff;
    margin: 0 0 12px 0;
}

.search-bar:focus-visible {
    outline: none !important;
}


.inner-box {
    background-color: #fbfbf8;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: block;
    clear: both;
    margin: 0 0 10px 0;
    border-radius: 4px;
    line-height: 1.8;
    font-size: 20px !important;
}

.search-bar1 {
    padding: 15px;
    color: #0f7c90;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: block;
    clear: both;
    margin: 0 0 8px 0;
    border-radius: 4px;
    line-height: 1.8;
}

.linkstyles {
    font-size: 16px;
    color: #ffffff !important;
    border: solid 1px #0f7c90;
    background-color: #0f7c90;
    padding: 8px 30px;
    transition: .5s ease;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-weight: bolder !important;
}

.linkstyless {
    font-size: 16px;
    color: #ffffff !important;
    border: solid 1px #ec5252;
    background-color: #ec5252;
    padding: 8px 30px;
    transition: .5s ease;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-weight: bolder !important;
}

.linkstyles:hover {
    background-color: transparent !important;
    border: solid 1px #0f7c90 !important;
    color: #0f7c90 !important;
    font-weight: bolder !important;
}

.linkstyless:hover {
    background-color: transparent !important;
    border: solid 1px #ec5252 !important;
    color: #ec5252 !important;
    font-weight: bolder !important;
}

.locate-links {
    color: #0f7c90;
    font-size: 22px;
    font-weight: bolder;
}

#search-bar-container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;

}

@media screen and (max-width: 999px) {
    .linkstyless {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .linkstyles {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    #search-bar-container {

        top: 85px;
        position: sticky;
        z-index: 1;

    }

    .search-txts {
        font-size: 14px !important;
    }

}

.inner-box .row .two-button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start !important;

}

.inner-box .row .two-button a:first-child {
    margin-left: 10px;
}

@media screen and (max-width: 576px) {
    .inner-box .row .two-button {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start !important;

    }

    .inner-box .row .two-button a:first-child {
        margin-left: 0;
    }

}

.provider-verified {
    position: relative;
    display: inline-flex;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #63cb40;
    justify-content: center;
    align-items: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.provider-verified i {
    color: #fff;
    font-size: 25px;
}

.course-user-review-badge {
    height: 40px;
    width: 40px;
    color: #FFF;
}

.need-help-section .help-chat-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #0f7c90;
    padding: 10px;
    border-radius: 50%;
    left: -15px;
    top: -8px;
    background: white;
} 

.need-help-section .help-chat-text {
    border: 2px solid #0f7c90;
    border: 3px solid #0f7c90;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 75px;
    padding-left: 105px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 6px;
}

.need-help-section .help-chat-icon h6 {
    font-size: 20px;
}

.need-help-section .start-chat-text {
    position: absolute;
    top: -10px;
    left: 53%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #0f7c90;
    background: white;
    transform: translateX(-53%);
}


.need-help-section   h6 {
    font-size: 20px;
    font-weight: bold;
}
.need-help-section .help-call-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #0f7c90;
    padding: 10px;
    border-radius: 50%;
    left: -15px;
    top: -8px;
    background: white;
} 
.need-help-section .help-call-text {
    border: 2px solid #0f7c90;
    border: 3px solid #0f7c90;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    padding-left: 97px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 6px;
}
.need-help-section .start-call-text {
    position: absolute;
    top: -7px;
    left: 55%;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #0f7c90;
    transform: translateX(-50%);

}
@media only screen and (min-width: 991px) {
    .need-help-section .fone-main-sec{
        padding-left: 55px;
    }
    .need-help-section .border-lg-right{
        border-right: 2px solid #d5d5d5;
    }
  }

  @media only screen and (max-width: 420px) {
    .need-help-section .help-chat-text{
        padding-left: 97px;
    }
    .need-help-section .start-chat-text{
        font-size: 14px;
        
    }
    .need-help-section h6{
        font-size: 14px;
    }
    .need-help-section .start-call-text{
        font-size: 14px;
    }
  }
  @media only screen and (max-width: 370px){
    .need-help-section .help-chat-text {
        padding-left: 98px;
        padding-right: 47px;
    }
    .need-help-section .start-chat-text, .need-help-section .start-call-text {
        font-size: 12px;
    }
    .need-help-section h6 {
        font-size: 12px;
    }
    .need-help-section .help-chat-icon, .need-help-section .help-call-icon{
        height: 70px;
        width: 70px;
    }
    .need-help-section .help-call-text{
        padding-right: 33px;
        padding-left: 98px;
    }
  }
 /* New Pricing CSS BY Saif */

  /* .pricing-sec .pricing-card .price-body .pricing-list li .pricing_check_circle {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
} */

  .saver-header-icon{
    border-radius: 50%;
    padding: 4px;
    margin-right: 12px;
    border: 1px solid #a1bfcc;
  }
  .plan-exact-price{
    border-bottom: 1px solid;
    margin-bottom: 10px;
  }
  .pricing_check_circle .la-check{
    -webkit-text-stroke: 2px #83c27c;
    font-size: 20px;
  }
  .pricing_check_circle .la-times{
    -webkit-text-stroke: 2px #fc6868;
    font-size: 20px;
  }

  .plan-exact-price .save-amount{
    font-size: 35px;
    font-weight: 400;
    color: #8f938f;
    /* opacity: .8; */
    display: block;
    align-items: center;
    padding-right: 10px; 
}

.pricing-custom-header .special-points  {
    list-style: none;
    font-weight: 500;
    font-size: 15px;
}
.pricing-custom-header .special-points i{
    font-size: 16px !important;
    -webkit-text-stroke: 2px #83c27c;
}