body {
    -webkit-font-smoothing: antialiased;
    /* Makes text thinner */
    -moz-osx-font-smoothing: grayscale;
}

@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
    /* Safari-specific styles */
    @media screen and (-webkit-min-device-pixel-ratio: 0) {

        .fw-12-700,
        .fw-14-700,
        .fw-16-700,
        .fw-18-700,
        .fw-20-700,
        .fw-22-700,
        .fw-24-700,
        .fw-26-700,
        .fw-34-700,
        .fw-36-700,
        .fw-40-700,
        .fw-44-700,
        .fw-54-700,
        .fw-60-700,
        .card-heading,
        .text-heading,
        .product-name,
        .tutor-pagination-wrapper-replaceable a.tutor-btn.tutor-btn-outline-primary.tutor-btn-md.tutor-btn-block,
        .nav-item.dropdown.user-login a.nav-link,
        .fw-12-600,
        .fw-13-600,
        .fw-14-600,
        .fw-16-600,
        .fw-18-600,
        .fw-20-600,
        .fw-22-600,
        .fw-24-600 {
            font-weight: 500 !important;
        }
    }
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #5392F0;
    border-bottom: 2px solid #1889D5;
    /* font-weight: 700; */
}

.form-inline i.fa-regular.fa-search {
    position: absolute;
    margin-left: -50px;
    color: #5392f0;
}

.form-inline i.fa-regular.fa-cart-shopping {
    color: #5392f0;
    margin-right: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-light-hero {
    background-color: #F6FBFF;
    background-size: 100% 100%;
}

.bg-light-blue {
    background-color: #EEF4FE;
}

.bg-light-blue-1 {
    background-color: #EAF2FF;
}

.bg-light-blue-2 {
    background-color: #EBF3FF;
}

.text-light-dark {
    color: #3a3a3a;
}

.text-light-blue {
    color: #5392F0;
}

.text-icon-blue {
    color: #4C85DA;
}

.text-light-white {
    color: #F6FBFF;
}

a.text-light-white:hover {
    color: #d7d8d8;
}

.text-lighter-blue {
    color: #EEF4FE;
}

.text-dark-blue-2 {
    color: #2E5084 !important;
}

.Rateing-fC {
    color: #a0a1a3;
}

.text-black {
    color: #1B1C1E;
}

.text-black-light {
    color: #313336;
}

.text-dark-blue-1 {
    color: #233D65;
}

.text-dark-blue {
    color: #022258;
}

.text-gray {
    color: #5A5C5E;
}

.text-light-gray {
    color: #BFC0C1;
}

.text-dark-gray {
    color: #151517;
}

.bg-darkblue-image {
    background: url(../img/Main_image/dark-blue-image-withoutround.png) no-repeat;
    background-size: 100% 100%;
}

.Benefits-bg {
    background: url(../img/Main_image/License-line-down.png) no-repeat;
    background-size: 100% 100%;
}

.about_bg_img {
    background: url(../img/Main_image/about-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 530px;
}

.people-img {
    width: 140px;
    /* height: 39px; */
}

.nav-toggle-btn {
    color: #fff;
    background: #1889d5;
    padding: 7px 15px;
    border-radius: 0 5px 5px 0;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mt--60 {
    margin-top: -60px;
}

.mt--125 {
    margin-top: -125px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

img.logo {
    /* width: 114px; */
    height: 59px;
}


/* .icon-text {
    display: flex;
} */

.mb-85 {
    margin-bottom: 85px;
}

img.logo.img-fluid {
    padding: 5px;
}

.img-fluid {
    object-fit: cover;
}

.input-search {
    border-radius: 50px;
    border-color: #1889D5;
    width: 245px;
}

.bg-blue-light {
    background-color: #E7F5FF;
}

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

.bg-blue-light-2 {
    background-color: #CADDFA;
}

.bg-blue-light-1 {
    background-color: #5392F0;
}

.bg-light-gray {
    background-color: #BFC0C1;
}

.card-heading {
    font-size: 44px;
    font-weight: 700;
    color: #151517;
}

.text-heading {
    font-size: 34px;
    font-weight: 700;
    color: #313336;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "FontAwesome 5 Pro";
}

.font-bower h2 {
    font-family: "FontAwesome 5 Pro" !important;
}

.hero-img {
    width: 575px;
    height: 385px;
    object-fit: contain;
}

.partners-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partners-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
    padding-bottom: 5px;
}

.nav-link {
    padding: 0.5rem 0.5rem;
}

.nav-item.dropdown.user-login a.nav-link {
    background: #caddfa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 10px;
    padding-left: 15px;
    margin-left: 10px;
}

.nav-item.dropdown.user-login .user-img {
    width: 58px;
    height: 58px;
}

.user-login .user-img img.nav-link.img-fluid {
    border-radius: 50%;
    object-fit: cover;
}

.form-label {
    font-size: 16px;
    font-weight: 500;
    color: #222f3d;
}

.form-control {
    color: #7d7676;
}

select#blog-category {
    background: #CADDFA;
    color: #313336;
}

.rounded-1 {
    border-radius: 4px !important;
}

.rounded-top-1 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.rounded-bottom-1 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rounded-2 {
    border-radius: 8px !important;
}

.rounded-top-2 {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.rounded-bottom-2 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.rounded-3 {
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-44-700 {
    font-size: 44px !important;
    font-weight: 700;
}

.fw-54-700 {
    font-size: 54px !important;
    font-weight: 700;
}

.fw-60-700 {
    font-size: 60px !important;
    font-weight: 700;
}

.search-bar {
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    width: 98%;
    height: 60px;
    margin-top: -30px;
    background-color: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
}

.search-bar input, .search-bar select {
    border: none;
    outline: none;
    background: transparent;
    padding-left: 10px;
}

.search-bar button {
    border-radius: 4px;
}

.divider {
    height: 27px;
    width: 8px;
    background-color: #5392f0;
    margin: 0 15px;
}

.divider.w-2 {
    width: 2px !important;
}

.probuct-box {
    padding: 3px;
    border: 1px solid #1889D5;
    border-radius: 8px;
    background: #fff;
    height: 100%;
}

.rateing-fw {
    font-size: 12px;
    font-weight: 500;
    color: #022258;
}

.product-name {
    font-size: 16px;
    font-weight: 700;
}

.product-by {
    font-size: 12px;
    font-weight: 500;
    color: #313336;
}

.rateing-fw i.fa.fa-star {
    color: #1889D5;
}
.border-1px {
    border: 1px solid #d1d1d1;
}

.border-2px {
    border: 2px solid #033773;
}

.border-2-blue {
    border: 2px solid #4c85da;
}

.border-1-blue {
    border: solid #5392f0;
    border-width: 2px 2px 2px 0;
}

.border-1-skyblue {
    border: 1px solid #5392F0;
}

.border-right-bottom {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #CDCDCD;
}

.border-bottom {
    border-bottom: 1px solid #CDCDCD !important;
}

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

.border-top-2 {
    border-top: 2px solid #3B68AA;
}

.border-blueleft {
    border-left: 4px solid #4c85da;
}

.border-light-left {
    border-left: 2px solid #ffffff;
}

.bg-dark-blue {
    background: #033773;
}

.bg-dark-blue-1 {
    background: #022258;
}

.bg-dark-blue-2 {
    background: #0E1E36;
}

.licensing_bg_img {
    background: url(../img/Main_image/licensing_banner-img-1.png) no-repeat;
    background-size: 40%;
    background-position-x: right;
}

.bg-blue-light-gradient {
    background: linear-gradient(176.08deg, #F6FAFF 31.91%, #E3EDFF 96.71%);

}

.bg-blue-gradient {
    /* background: linear-gradient(89.97deg, #022258 -44%, #00A8F3 99.97%); */
    background: linear-gradient(90deg, #3B68AA 0%, #75A8F3 100%);
}

.bg-blue-gradient-dark-1 {
    background: linear-gradient(90deg, #75A8F3 0%, #3B68AA 100%);
}

.bg-blue-gradient-dark {
    background: linear-gradient(90deg, #233D65 0%, #467BCB 100%);
}

.bg-blue-gradient-light {
    /* background: linear-gradient(89.97deg, #022258 -44%, #00A8F3 99.97%); */
    background: linear-gradient(180deg, #8CB6F5 0%, #75A8F3 100%);
}

.bg-white-light {
    background: #f4f4f4;
}

.blog-gradient {
    color: #fff !important;
    background: linear-gradient(180deg, #3B68AA 0%, #75A8F3 100%)
}

.blog-gradient {
    p {
        color: #fff !important;
    }

    h5 {
        color: #fff !important;
    }

    a {
        background: #fff !important;
        color: #313336 !important;
    }
}

.social-icon img {
    width: 28px;
    height: 28px;
    margin: 2px;
}

.btn-icon1 img {
    width: 120px;
    height: 95px;
}

.btn-icon img {
    width: 36px;
    height: 36px;
}

.btn-primary-catogry {
    background: #CADDFA;
    color: #2E5084;
    font-size: 12px;
    font-weight: 500;
}

.course-time {
    font-size: 12px;
    font-weight: 500;
    color: #A0A1A3;
}

#owl-demo1 .multi-item {
    min-height: 308.38px;
}

#owl-demo-state .owl-prev {
    left: 86%;
    top: -95px;
    font-size: 25px;
    color: #a4a4a4;
}

#owl-demo-state .owl-next {
    top: -95px;
    right: 100px;
    font-size: 25px;
    color: #a4a4a4;
}

#owl-demo1 .owl-prev {
    left: 86%;
    top: -95px;
    font-size: 25px;
    color: #a4a4a4;
}

#owl-demo1 .owl-next {
    top: -95px;
    right: 100px;
    font-size: 25px;
    color: #a4a4a4;
}

#owl-demo2 .multi-item {
    min-height: 340px;
    max-height: 360px;
    box-shadow: 0px;
}

#owl-demo2 .owl-prev {
    left: 88%;
    top: -95px;
    font-size: 25px;
    color: #a4a4a4;
}

#owl-demo2 .owl-next {
    top: -95px;
    right: 100px;
    font-size: 25px;
    color: #a4a4a4;
}

.owl-prev {
    top: 50%;
    left: 15px;
    position: absolute;
}

.owl-next {
    top: 50%;
    right: 15px;
    position: absolute;
}

.form-label {
    font-size: 16px;
    font-weight: 500;
    color: #222f3d;
}

.hide-extra-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* css by shubh */

.truncate-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu-custom .state-item a,
.all-courses-info .courses-dropdown-toggle a {
    text-decoration: none;
    color: none;
}

.set-min-h {
    min-height: 533px;
}

.text-webkit-center {
    text-align: -webkit-center;
}

/* end */


/* -------------------------CSS By Deepak Start--------------------- */

.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 48px; */
}

.product-name:hover {
    text-decoration: none;
}

span.tutor-icon-star-bold,
span.tutor-icon-star-line,
span.tutor-icon-star-half-bold {
    color: #1889D5;
}

#course-location,
select#usa_location,
select#department_location {
    border: none;
    background: none;
}

#course-location:focus,
#course-title:focus,
select#usa_location:focus,
select#department_location:focus {
    border: none;
    background: none;
    box-shadow: none;
}

.blog-overlay {
    background: linear-gradient(180deg, rgba(24, 137, 213, 0) 57.14%, #2E5084 100%);
}

.blog-carousel .fa-light {
    font-size: 40px;
    color: #5A5C5E;
}

select#course-format:focus {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

select#course-format {
    border: none;
    background-color: transparent;
}


/* -------------------------CSS By Deepak End--------------------- */


/* -------------- Css By Shekhar Start ---------------- */

/* .grid-submenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
} */

.grid-submenu .dropdown-item {
    /* background: #676767; */
    transition: all ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 8px;
    /* width: 150px; */
    position: relative;
    /* height: 100px; */
    overflow: hidden;
}

.grid-submenu .dropdown-item:hover {
    /* background: #676767; */
    transition: all ease-in-out .3s;
}

.grid-submenu img {
    width: 20px;
    height: 20px;
    /* width: 100px;
    height: 90px;
    object-fit: contain;
    transform: scale(1);
    transition: all ease-in-out .3s;
    position: absolute;
    top: 0;
    right: 0; */
}

/* .grid-submenu .dropdown-item:hover>img {
    transform: scale(1.2);
    transition: all ease-in-out .3s;
} */

.benefit-tab .ctm-padding {
    padding: 11px;
    height: 100%;
}

.benefit-img.icon-img {
    width: 40px;
    height: 40px;
}

.box-ctm-pd:last-child {
    grid-column: span 2;
}

.ctm-row {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.box-ctm-pd {
    grid-column: span 1;
}


/* .textColorv1 {
    color: #EEF4FE;
} */

.gap-3 {
    gap: 16px;
}


/* -------------- Css By Shekhar End ---------------- */

.col-md-6.benefit-col {
    flex: 0 0 48%;
}

.blog-page-header {
    background-image: url('../img/Main_image/bg-blog-details2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-mobile-height {
    min-height: 500px;
}

.blog-main-img-section {
    width: 100%;
    height: 732px;
}

.blog-img-section {
    width: 100%;
    height: auto;
}

.probuct-box img.img-fluid.course-img {
    /* height: 180px; */
    height: auto;
}

.course-author-img {
    width: 30px;
    height: 30px;
}

.divider-row {
    height: 1px;
    width: 100%;
    background-color: #d3d3d3;
    margin: 0px;
}

.divider-line {
    height: 100%;
    width: 1px;
    background-color: #dee2e6;
    margin: 0 15px;
}

.multi-item {
    margin-right: 15px;
    margin-bottom: 15px;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 7px 0px #00000047;
}

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
    margin-bottom: 0 !important;
    border: 0;
    padding: 0;
}

div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
    max-width: 800px !important;
}


/* -------------------------------tabs--------------------------------------------------- */

[data-tab-info] {
    display: none;
}

.active[data-tab-info] {
    display: block;
}

.tab-content {
    margin-top: 1rem;
    padding-left: 1rem;
    font-size: 18px;
}

.tab-bg {
    background: #2E5084;
}

.tabs {
    border-bottom: 1px solid grey;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.tabs span {
    color: #F6FBFF;
    padding: 10px;
    border-bottom: 1px solid #F6FBFF;
}

.tabs span:hover {
    background: rgb(55, 219, 46);
    cursor: pointer;
    color: black;
}

.tabs a {
    color: #F6FBFF;
    padding: 10px;
}

.img__wrap {
    height: 445px;
}

.img__wrap img {
    height: 250px;
}

.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(83, 146, 240, 0.92), rgba(83, 146, 240, 0.92));
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    margin: 0;
    border-radius: 8px;
}

.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
}

.benefitIcon img {
    width: 60px;
    height: 60px;
}

.license-line {
    padding-top: 15px;
    padding-left: 10px;
    width: 66%;
}

.list-license {
    padding-left: 18px;
}

.license-img-height {
    height: 850px;
}

.number-rounded {
    background: #fff;
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    align-items: center;
}

.line-arrow img {
    width: 50%;
}

.line-arrow img.license-logo {
    width: 70px;
    height: 50px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #1889D5;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #1889D5;
}


/* .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 15px;
} */

.card-body.bg-blue-light-2.collapse {
    margin-bottom: 15px;

    .card-header {
        border-radius: 0;
        margin-bottom: -1px !important;
    }
}

i.Submit-arrow-icon.fa-regular.fa-arrow-right {
    position: sticky;
    transform: translateX(-110px) translateY(2px);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.courser-input {
    height: 24px;
    width: 24px;
    accent-color: #dfbd29;
    border: 1px solid #BFC0C1;
}

.courser-label {
    padding-left: 20px;
    margin-top: 7px;
}

.list-item-price del {
    display: none;
}

.footer-img-logo {
    object-fit: contain;
    width: 145px;
}

#menu-main-footer-menu li a {
    color: #1e1e1e;
}

.tutor-bundle-course-count-badge {
    background-color: #caddfa;
    color: #2E5084;
}

div#accordion div a:hover {
    text-decoration: auto;
}

/*S 30-9-25 This css for Santa Clarity valley, Fernando valley ,Antelope  valley pg section */

.Santa-Clarity-valley {
    background-position: right;
    background-repeat: no-repeat;
    background-size: 46%;
    background-origin: border-box;
}

.star-wrapper{
    width: 24px !important;
}

.testimonial-section {
  background-color: #f8f9fa;
}

.testimonial-card {
    border: 1px solid #1672fc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.avatar {
 background-color: #D9D9D9;
}

@media (max-width:576px) {
    .Santa-Clarity-valley {
        background: none !important;
    }
}

/* End */

/* ------------------------ Responsive media css start ----------------------------------- */
@media (max-width: 306px) {
    .search-bar {
        padding: 5px 0px;
        width: 100%;
    }

    .state-item {
        margin-bottom: 0px;
    }

}


@media (max-width: 576px) {

    /* --------------css by shubham start---------------- */
    .justify-sm-between {
        justify-content: space-between;
    }

    .text-side-image {
        display: none;
    }

    /* --------------css by shubham End---------------- */
    /* --------------css by shekhar start---------------- */
    .blog-main-img-section {
        height: 275px;
    }

    /* 
    .grid-submenu .dropdown-item {
        width: 150px;
        height: 100px;
    } */

    .box-ctm-pd:last-child {
        grid-column: span 1;
    }

    .ctm-row {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    /* --------------css by shekhar End---------------- */
    .state_approch.text-center {
        width: 115px;
        justify-self: center;
    }

    .state-item {
        margin-bottom: 0px;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .blog-heading-details {
        width: 100%;
        top: 100%;
        left: 0;
    }

    .blog-page-header {
        background-image: url('../img/Main_image/bg-blog-details2.png');
        background-size: 170rem 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .blog-mobile-height {
        min-height: 360px;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .back-to-top {
        position: fixed;
        display: none;
        right: 15px;
        bottom: 80px;
        z-index: 11;
    }

    .center-nonstyle {
        left: 0 !important;
        position: absolute;
        width: 90% !important;
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* .d-sm-none {
        display: none !important;
    } */
    /* .d-sm-block {
        display: block !important;
    } */
    /* .d-sm-flex {
        display: flex !important;
    } */
    .grid-submenu {
        display: inline;
    }

    .grid-submenu a {
        font-size: 16px !important;
        font-weight: 600;
    }

    .location-icon a img {
        width: 25px;
        height: 25px;
    }

    .grid-submenu .dropdown-item {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

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

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

    .fw-sm-25-700 {
        font-size: 25px !important;
        font-weight: 700;
    }

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

    .img-fluid {
        object-fit: contain;
    }

    img.img-fluid.footer-img-logo {
        width: 140px;
        margin-bottom: 20px;
    }

    .row.mobile-reverse {
        flex-direction: column-reverse;
    }
    .row.mobile-column {
        flex-direction: column;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .search-bar {
        display: flex;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;

        .divider {
            height: 2px;
            width: 100%;
            margin: 0;
        }

        .search-input {
            width: 85%;
            margin: 5px;
            padding: 0px;
        }

        input.search-input {
            padding-left: 4px
        }

        .search-icon {
            width: 16px;
            margin: 5px;
        }

        button {
            margin: 10px 0px !important;
        }
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .license-img-height {
        height: 620px;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .mobile-about-carousal {
        margin-bottom: 45px !important;
    }

    .owl-carousel .owl-item img {
        object-fit: cover;
    }

    .owl-next {
        top: 100%;
        right: 35%;
    }

    .owl-prev {
        top: 100%;
        left: 35%;
    }

    .blog-carousel .owl-next {
        top: 100%;
        right: 35%;
    }

    .blog-carousel .owl-prev {
        top: 100%;
        left: 35%;
    }

    #owl-demo1 .owl-prev {
        left: 4%;
        top: -55px;
    }

    #owl-demo1 .owl-next {
        right: 25px;
        top: -55px !important;
    }

    #owl-demo2 .owl-prev {
        left: 70%;
        top: -55px;
    }

    #owl-demo2 .owl-next {
        top: -55px;
        right: 55px;
    }

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

    /* shubh css pageID for confused pg*/
    .page-id-9370 button#department-search {
        margin: 0px 0px 0px 10px !important;
    }

    .page-id-9370 button#department-search {
        padding: 6px;
    }

    /* blog card */
    .blog-banner-section-mobile {
        background-size: 100% !important;
        height: 178px !important;
    }


    /* license guide*/
    .licensing_bg_img {
        background-position: 13rem 4.5rem !important;
        display: contents;
    }

    /* end */

    /* california state */
    .set-min-h {
        min-height: 345px;
    }
}

@media (min-width: 768px) {

    /* .d-none {
        display: none !important;
    }

    .d-block {
        display: block !important;
    }

    .d-flex {
        display: flex !important;
    } */
    /* .center-nonstyle {
        left: 0 !important;
        position: absolute;
        width: 100% !important;
    } */
    .mx-md-unset {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .p-4 {
        padding: 1.5rem !important;
    }

    .state-banner-image {
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .center-nonstyle {
        left: 0 !important;
        position: absolute;
        width: 240px !important;
    }
   
    .carousel-buttons-mrg {
        margin-bottom: 30px !important;
    }

}

@media (max-width: 1024px) {
    .img-fluid.license-img {
        object-fit: contain;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 10px;
    }

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

    #owl-demo1 .owl-next {
        top: -95px;
        right: 55px;
    }

    #owl-demo2 .owl-next {
        top: -95px;
        right: 55px;
    }

    .state-banner-image {
        background-size: 100% 100% !important;
        height: auto !important;
    }
     .home-2nd-banner-image {
        width: 185px !important;
        height: 100px !important;
    }
    /* .home-2nd-banner-image {
        width: 250px !important;
        height: 135px !important;
    } */
}

@media (min-width: 1400px) {
    .center-nonstyle {
        left: 335px !important;
        width: 630px !important;
    }
}


/* -------------------------------------LMS CSS Start------------------------------------------ */

.tutor-card-md .tutor-card-body {
    padding: 20px;
}

.filter-header {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: nowrap;
}

.accordion .filter-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #1889D5;
}

.accordion .filter-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #1889D5;
}

.text-overlapping {
    z-index: 1;
    white-space: break-spaces;
}

.img-overlapping {
    z-index: 0;
}

.center-nonstyle {
    left: 290px;
    position: absolute;
    width: 540px;
}

.tutor-pagination-wrapper-replaceable a.tutor-btn.tutor-btn-outline-primary.tutor-btn-md.tutor-btn-block {
    font-size: 12px;
    font-weight: 700;
    background-color: #5392f0;
    border-color: #5392f0;
    color: #fff
}


/* div#accordion.accordion {
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
} */


/* .tutor-list-item:not(:last-child) {
    margin-bottom: 10px;
} */

.about-carousel .owl-item {
    padding: 0 0px;
    margin: 0 0px;
    /* Grid system ke mutabiq spacing */
}

.about-carousel .item {
    margin: 0 15px;
    /* Har item ke dono taraf spacing */
}

.about-carousel {
    margin: 0 0px;
    /* Total container spacing adjust */
}

.about-carousel .owl-stage {
    display: flex;
    gap: 0px;
    /* Grid ke mutabiq gap */
}

.about-carousel .owl-next {
    top: 100%;
    right: 35%;
}

.about-carousel .owl-prev {
    top: 100%;
    left: 35%;
}

.about-carousel .fa-light {
    font-size: 40px;
    color: #5A5C5E;
}

iframe#tidio-chat-iframe #button.sidebar #button-body {
    box-shadow: rgba(0, 77, 255, 0.5) 0px 4px 12px;
    width: 42px !important;
    height: 42px !important;
}

#button.sidebar .sidebar-content span {
    padding: 0px 40px !important;
}

.benefit-col.border.rounded-2.p-3.h-100 {
    background: url('../img/Main_image/license-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.phase-box {
    text-align: end;
    margin-top: -12px;
    margin-left: 10px;
}

.blog-banner-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 500px;
    /* background-image: url('../img/Main_image/blog-banner.png'); */
}

.blog-banner-section-mobile {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 250px;
    /* background-image: url('../img/Main_image/blog-banner.png'); */
}

.blog-heading-details {
    width: 38%;
    top: 50%;
    left: 5%;
}

/* confuesd-page */

.classborder-active {
    border-bottom: 2px solid #F6FBFF;
}

.time-step-btn {
    width: fit-content;
}

.py-11 {
    padding: 11px;
}

.pb-20 {
    padding-bottom: 20px;
}

/* toc start */
.toc-card {
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    margin-bottom: 20px;
}

.toc-header {
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #ccc; */
    border: 1px solid #9da5ae;
    border-radius: 18px;
}

.toc-body {
    padding: 15px;
}

.blog-title {
    font-size: 24px;
    font-weight: bold;
}

.toc-link {
    display: block;
    color: #1B1C1E;
    margin-bottom: 10px;
}

.toc-link:hover {
    text-decoration: underline;
}

div#tocCollapse {
    border: 1px solid #ccc;
    border-radius: 4px;


}

/* Toc End */
.overflow-anywhere a {
    overflow-wrap: anywhere;
}

.max-height {
    height: 240px;
}

.state-banner-image {
    /* background-size: contain; */
    background-size: cover;
    height: 540px;
    background-repeat: no-repeat;
    background-position: center;
}

/* .state-banner-image{
    z-index: 112;
    position: absolute;
    background-size: contain;
} */
/* .state-2nd-banner-spacetop{
    height: 645px;
    margin-top: 27.8rem;
    background-size: contain;
} */
.state-section-img {
    width: 408px;
}

.state_approch_img {
    width: auto;
    height: 92px;
    margin-bottom: 10px;
}

/* .state-partner-slider{
    background: #EEF5Ff;
    align-items: center;
    padding: 30px;
    box-shadow: 0px 0px 8px 0px #00000040;
} */
.state-img-partner {
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    height: 110px;
    background: #fff;
    border-radius: 8px;
}

.state-img-partner.align-item-center {
    width: fit-content;
    margin: 0 auto;
}

.state-item-slider {
    margin: 30px 10px;
    background: #fff;
    border-radius: 8px;
}

.img-contain {
    object-fit: contain;
}

.h-fit-content {
    height: fit-content;
}

.tutor-bundle-course-count-badge {

    margin-top: -8px;
    border-radius: 8px;
    padding: 2px 5px;
    margin-bottom: 3px;
    display: flex;
    gap: 3px;
    font-size: 14px;

}

.btn.btn-primary-catogry.rounded-2 {
    border-radius: 8px;
    padding: 2px 5px;
    margin-bottom: 3px;
    display: flex;
    gap: 3px;
    font-size: 14px;
}

.tutor-bundle-course-count-badge .tutor-bundle-course-count-text {
    text-transform: capitalize;
}

.text-side-image {
    right: -15px;
    top: 102px;
    width: 116px;
    height: 89px;
}

.home-2nd-banner-image {
    width: 272px;
    height: 152px;
}

.shadow-1 {
    box-shadow: 0px 3px 11px 0px #00000030;
}

/* s 28-5-25 */

/* May 29 Header Menu */
/* Dropdown Menu Style */
.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
    width: 800px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
}

.dropdown-menu-custom.show {
    display: flex !important;
}

.dropdown-menu-custom>div {
    flex: auto;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}

.dropdown-menu-custom>div:last-child {
    border-right: none;
}

.category-img {
    width: 90% !important;
    border-radius: 8px;
    /* border: 1px solid #007bff; */
}

.state-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
}

.state-icon {
    width: 32px;
    height: 32px;
    background-color: #4da3ff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.course-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
}

.nav-item {
    position: relative;
}

/* All Courses Drop Down css */

.affiliation-img {
    width: 190px;
    margin: 0 auto;
}

.blog .search-bar {
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    width: 100%;
    height: 45px;
    margin-top: 0px;
    background-color: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
}
i.fa-solid.fa-user-police{
    font-size: 20px;
    color: #fff;
    background: #4da3ff;
    padding: 5px;
    border-radius: 100%;
}
    /* woocommerce CSS start */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 160px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
a.checkout-button.button.alt.wc-forward{
    color: #fff;
    background-color: #5392f0;
    border-color: #5392f0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    
    display: block;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.woocommerce form .form-row {
    padding: 6px 15px;
    margin: initial;
}
.woocommerce form .form-row label {
    line-height: 1;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: none;
    /* border-radius: 8px; */
}
.woocommerce table.shop_table td {
    padding: 0px 11px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 154px;
    box-shadow: none;
    height: 90px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    /* margin-bottom: 1em; */
    font-size: 16px;
    padding: 10px;
}
.woocommerce table.shop_table {
    border: 1px solid #d1d1d1;
    margin: 0 0px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 8px;
}