/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@font-face {
    font-family: 'Gilroy';
    src: url('../gilroy-font/Gilroy-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../gilroy-font/Gilroy-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../gilroy-font/Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../gilroy-font/Gilroy-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../gilroy-font/Gilroy-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../gilroy-font/Gilroy-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body, html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
    background-color: #fff;
    scroll-behavior: smooth;
}

:root {
    scroll-behavior: inherit;
    --theme-clr-1:#D12626;
    --theme-light: #FF3333;
    --light-gray-2:#EEEEEE;
    --light-gray: #BBBBBB;
    --text-clr: #808080;
    --white: #fff;
    --black: #000;
}

b, strong {
    font-weight: 700;
}

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

.ds-details-bdy-card ul, .ds-details-bdy-card ol {
    padding-left: 20px;
    list-style: auto;
}

.activity-altcontent ul, .activity-altcontent ol {
    list-style: auto;
    padding-left: 20px;
}

.modtype_label a, .resourses-box ul a, .resourses-box ol a {
    color: var(--theme-clr-1);
}

.chooserdialogue-mod_quiz-questionchooser {
    top: 85px !important;
}

p {
    margin: 0 0 15px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--black);
    font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--black);
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: var(--theme-clr-1);
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

h1, .h1-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: var(--white);
}

h1 span, .h1-title span, h2 span, .h2-title span {
    color: var(--theme-clr-1);
}

h2, .h2-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: var(--black);
}

h3, .h3-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

h4, .h4-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

h5, .h5-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--text-clr);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--theme-clr-1);
}

img {
    max-width: 100%;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
    background-color: var(--white);
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--black);
    outline: none !important;
    font-size: 18px;
    box-shadow: none;
    height: 48px;
    padding: 5px 15px;
    background-size: 20px;
    border: 1px solid var(--light-gray);
    border-radius: 50px;
}

textarea {
    background-color: var(--white);
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--black);
    outline: none !important;
    font-size: 18px;
    box-shadow: none;
    height: 140px;
    padding: 15px;
    background-size: 20px;
    border: 1px solid var(--light-gray);
    border-radius: 20px;
    resize: none;
}

select {
    width: 100%;
    background: url(../pix/sort-down.svg) no-repeat calc(100% - 15px) center var(--white);
    background-size: 15px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--black);
    outline: none !important;
    font-size: 18px;
    box-shadow: none;
    height: 48px;
    border: 1px solid var(--light-gray);
    border-radius: 50px;
    cursor: pointer;
}

input[type="email"] {
    background: url(../pix/envelope.svg) no-repeat 15px center var(--white);
    background-size: 16px;
    padding-left: 45px;
}

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

input[type="submit"] {
    background: var(--theme-clr-1);
    color: var(--white);
    height: 48px;
    border: 1px solid var(--theme-clr-1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: var(--white);
    color: var(--black);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--text-clr);
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--text-clr);
}

::-moz-placeholder {
    opacity: 1;
    color: var(--text-clr);
}

:-moz-placeholder {
    opacity: 1;
    color: var(--text-clr);
}

option:disabled {
    color: var(--text-clr) !important;
}

select:invalid {
    color: var(--text-clr);
}

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

/* custom checkbox */
.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3e3e42;
    background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(pix/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form_input_check label input[type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio */
.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form_input_radio label input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio end */

/* navbar*/

/* .main-head {
  padding: 10px 0;
} */
.navbar-brand {
    padding: 0;
    margin: 0;
    width: 180px;
    display: inline-block;
}

.navbar-brand img {
    width: 100%;
}

.navbar {
    background: none;
    margin: 0;
    padding: 26px 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
}

.primary-navigation .navigation {
    height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 20px;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav > li {
    margin: 3px 6px;    /* padding: 20px 0; */
    position: relative;
}

.navbar-nav > li:last-child {
    margin-right: 0;
}

.navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-nav > li > a, .primary-navigation .navigation .nav-link {
    color: var(--theme-clr-1);
    background: var(--white);
    border: 1px solid var(--theme-clr-1);
    border-radius: 30px;
    line-height: 1.2;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    height: 40px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav > li > a:hover, .navbar-nav > li.current-menu-item a, .primary-navigation .navigation .nav-link:hover {
    color: var(--white);
    background: var(--theme-clr-1);
}

.moremenu .nav-link {
    color: #000;
    font-weight: 400;
}

.moremenu .nav-link:focus, .moremenu .nav-link:hover, .moremenu .nav-link.active, .moremenu .nav-link.active {
    border-bottom-color: transparent;
    color: var(--white);
    background-color: var(--theme-clr-1);
    box-shadow: none;
}

.moremenu .nav-link.active:focus, .moremenu .nav-link.active:hover {
    background-color: #f8f9fa;
    border-bottom-color: var(--theme-clr-1);
    color: var(--theme-clr-1);
    box-shadow: none;
}

.nav-right-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ds-brand {
    width: 220px;
}

/* navbar submenu*/
#page-wrapper {
    height: auto;
}

.profile-control .menu-item-has-children {
    position: relative;
}

.profile-control .menu-item-has-children:hover .sub-menu {
    display: block;
}

.profile-control {
    margin-left: 20px;
}

.profile-img {
    cursor: pointer;
}

.profile-img > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 5px;
}

.profile-img > i {
    font-size: 16px;
    color: var(--black);
}

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    border: 1px solid var(--light-gray-2);
    border-radius: 10px;
    width: auto;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sub-menu > li > a, .usermenu .dropdown-menu .dropdown-item {
    color: var(--black);
    display: block;
    width: 100%;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu > li {
    width: 100%;
    display: block;
}

.sub-menu > li > a:hover, .sub-menu > li.menu-item-has-children:hover > a, .sub-menu > li.current-menu-item > a, .usermenu .dropdown-menu .dropdown-item:hover {
    color: var(--theme-clr-1);
}

.navbar-nav > li:last-child > .sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.nav-btn a {
    background: var(--white);
    color: var(--theme-clr-1);
}

.nav-btn a::before {
    background: var(--theme-clr-1);
}

.nav-btn a:hover, .nav-btn.current-menu-item a {
    color: var(--white);
}

#ish-courserating {
    display: none;
}

.nav-btn a:hover img, .nav-btn.current-menu-item a img {
    filter: brightness(0) invert(1);
}

.search-form {
    padding: 0 20px;
    border-right: 1px solid var(--light-gray);
}

.search-form input {
    box-shadow: none;
    height: 46px;
    padding: 5px 45px 5px 15px;
    background: url(../pix/search-icon.svg) no-repeat right 15px center var(--white);
    background-size: 20px;
    border: 1px solid var(--light-gray);
    border-radius: 50px !important;
    width: 350px !important;
}

.nav-btn.current-menu-item a {
    background: var(--theme-clr-1);
}

.input-grp .pass-wrp input {
    background: url(../pix/lock-icon.svg) no-repeat 15px center var(--white);
    background-size: 16px;
    padding-left: 45px;
    padding-right: 40px;
}

.input-grp .pass-wrp {
    position: relative;
}

.input-grp .pass-wrp .eye-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

/* for push-menu end*/

/* Global Css Begin */
.simplesearchform button.btn.search-icon {
    border-radius: 0 !important;
    height: 48px;
    color: #fff;
    background: var(--theme-clr-1);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #d12626;
    background-color: #d12626;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #d12626;
    background-color: #d12626;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #d12626;
}

#theme_ish-drawers-courseindex {
    display: none !important;
}

#page.drawers.show-drawer-left {
    margin-left: 0;
}

.modal-form-dialogue button.btn-close span[aria-hidden="true"] {
    display: none;
}

#page-local-mycertificates-index #page-wrapper #page {
    padding: 0 !important;
}

#page-local-mycertificates-index #page-wrapper #page .container-fluid {
    padding: 0;
}

#page-local-mycertificates-index #page-wrapper #page .container-fluid .ds-body {
    border-radius: 0;
    background: none;
    padding: 0;
}

#page-local-myquizoverview-index #page.drawers .main-inner #page-header, #page-local-mycertificates-index #page.drawers .main-inner #page-header {
    display: none;
}

#page-admin-tool-certificate-my .no-overflow>.generaltable {
    margin-top: 30px;
}

#page-admin-tool-certificate-my .no-overflow>.generaltable .icon.fa-download {
    color: var(--theme-clr-1);
}

.ds-details-bdy-card #page-header {
    max-width: 100%;
}

.editmode-switch-form .input-group label {
    display: none;
}

.pagelayout-mydashboard #page-header h1.h2 {
    display: none;
}

#page-content .fade.in {
    opacity: 1
}

#page.drawers .main-inner {
    padding: 0;
    margin: 0;
}

.alert .btn-close span {
    display: none;
}

.block-region .block.card .card-body.p-3 .card-text {
    margin-top: 0 !important;
    clear: both;
}

.block-region .block.card .card-body .card-title {
    display: none !important;
}

.drawer-toggles .drawer-toggler {
    top: calc(60px + 6rem);
}

.drawer-toggles .drawer-toggler.drawer-left-toggle, .drawer.drawer-left {
    display: none;
}

.secondary-navigation .navigation {
    margin: 0;
    border-radius: 10px;
}

.mediaplugin_videojs div[style="max-width:640px;"] {
    max-width: 100% !important;
}

/*.pagelayout-frontpage #page, .pagelayout-frontpage #page-content, .pagelayout-frontpage #page-header, .pagelayout-frontpage .secondary-navigation {
    display: none !important;
}*/
.pagelayout-maintenance #page-footer {
    display: none;
}

.editmode-switch-form .text-primary, #frontpage-available-course-list {
    display: none;
}

.pagelayout-frontpage.course-1 div#page, .pagelayout-incourse.course-1 div#page {
    display: none !important;
}

.pagelayout-frontpage.course-1.editing div#page, .pagelayout-incourse.course-1.editing div#page {
    display: block !important;
}

#page-mod-forum-view div#page, #page-mod-forum-discuss div#page, #page-blocks-configurable_reports-viewreport div#page, #page-blocks-configurable_reports-managereport div#page, #page-blocks-configurable_reports-editreport #page {
    display: block !important;
}

#page-mod-glossary-view .activity-navigation, #page-mod-page-view .activity-navigation {
    display: none;
}

#page-mod-glossary-view table.glossarycategoryheader {
    text-align: left;
    margin-left: 0;
}

#page-mod-glossary-view .tertiary-navigation {
    display: flex;
    justify-content: space-between;
}

.mod-forum-view .container-fluid.tertiary-navigation {
    display: none;
}

.mod-forum-view #page-header {
    max-width: 100%;
}

.mod-forum-view div[role="main"] {
    padding: 0 !important
}

.mod-forum-view .ds-details-body {
    padding: 0;
}

.pagelayout-standard #page.drawers .main-inner, body #page.drawers .main-inner, body #page.drawers .main-inner #page-header {
    max-width: 100% !important;
}

.mcq-bank-btm .cmn-btn {
    width: auto !important;
}

#responseform .submitbtns {
    display: none;
}

.pagelayout-mydashboard .sec-head h1 {
    color: var(--black);
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: var(--theme-clr-1);
    background-color: #fff;
    box-shadow: none;
}

.dropdown-item[aria-current="true"]:before, .dropdown-item[aria-selected="true"]:before {
    position: relative;
    font-size: 18px;
    margin-right: 10px;
}

.filter-btn:hover .filter-menu {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.cmn-btn, .btn.btn-primary, .mark-as-done button.btn, .btn.btn-secondary, .add_block_button .block-add {
    font-size: 18px !important;
    font-weight: 500;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 20px !important;
    height: 46px;
    border-radius: 50px !important;
    background: var(--theme-clr-1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--theme-clr-1) !important;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    width: auto;
}

.course-resume-btn .btn.btn-primary {
    border-radius: 4px !important;
    right: -18px;
    margin-top: -24px;
    text-transform: capitalize;
}

.add_block_button .block-add {
    width: auto;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme-clr-1);
    border-color: var(--theme-clr-1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.cmn-btn::after, .btn.btn-primary::after {
    border: none;
}

.cmn-btn img {
    transition: all ease-in-out .3s;
}

.cmn-btn:hover, .btn.btn-primary:hover {
    color: var(--theme-clr-1);
}

.cmn-btn:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(55%) saturate(5877%) hue-rotate(352deg) brightness(91%) contrast(85%);
}

.cmn-btn::before, .btn.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--white);
    z-index: -1;
    transition: all ease-in-out .3s;
}

.cmn-btn:hover:before, .btn.btn-primary:hover:before {
    left: 0;
    width: 100%;
}

a.cmn-btn.hdr-btn {
    margin-left: 20px;
}

.btn-wrp {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cmn-gap {
    padding: 100px 0;
}

.sec-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    max-width: 1000px;
    margin-bottom: 50px;    /* flex-wrap: wrap; */
}

.sec-head:last-child {
    margin-bottom: 0;
}

.sec-head h2 {
    color: var(--black);
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #808080;
    margin-bottom: 0;
    flex-shrink: 0;
}

.sec-head p {
    color: var(--black);
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.ds-cmn-box .sec-head p {
    color: var(--text-clr);
}

.sec-head.head-center {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.sec-head.head-center h2 {
    margin: 0 0 30px;
    padding: 0;
    border: 0;
}

.sec-head.head-center a.cmn-btn:hover, .sec-head.head-center a.cmn-btn::before {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.sec-head.head-center p {
    margin-bottom: 30px;
    line-height: 1.5;
    width: 100%;
}

.sec-head.head-center p:last-child {
    margin-bottom: 0;
}

.sec-head.head-white h2, .sec-head.head-white p {
    color: var(--white);
}

.sec-head.w100 {
    max-width: 100%;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.slick-dots li {
    margin-right: 5px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    font-size: 0;
    background: #dddddd;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all ease-in-out .3s;
    border: 0;
    outline: 0;
}

.slick-dots li.slick-active button, .slick-dots li button:hover {
    background: var(--theme-clr-1);
}

.input-grp {
    margin-bottom: 15px;
}

.input-grp.checkbox input[type='checkbox'] {
    cursor: pointer;
    width: 15px;
    height: 15px;
    accent-color: var(--theme-clr-1);
}

.input-grp.checkbox label {
    color: var(--black);
}

.input-grp.checkbox label a {
    text-decoration: underline !important;
    color: var(--black);
}

.input-grp.checkbox label a:hover {
    color: var(--theme-clr-1);
}

.input-grp:last-child {
    margin-bottom: 0;
}

.input-grp.user input {
    background: url(../pix/user-icon.svg) no-repeat 15px center var(--white);
    background-size: 16px;
    padding-left: 45px;
}

.input-grp.location>input {
    background: url(../pix/city-icon.svg) no-repeat 15px center var(--white);
    background-size: 16px;
    padding-left: 45px;
}

.input-grp.location>select {
    background: url(../pix/world-globe-icon.svg) no-repeat 15px center, url(../pix/sort-down.svg) no-repeat calc(100% - 15px) center  var(--white);
    background-size: 16px;
    padding-left: 40px;
}

.ds-sidebar-drpdn-content {
    display: none;
}

.ds-sidebar-drpdn-content ul li.active a {
    font-weight: 700;
    color: white;
    background: var(--theme-clr-1);
    padding: 5px;
    border-radius: 10px;
}

.singlebutton.quizstartbuttondiv {
    padding-left: 0;
}

.path-mod-quiz .tertiary-navigation .navitem {
    display: none;
}

.mod_quiz-prev-nav, .mod_quiz-next-nav {
    text-transform: capitalize;
}

.mod_quiz-prev-nav.btn.btn-secondary:hover {
    color: var(--theme-clr-1);
    background-color: var(--white);
}

.path-mod-quiz .tertiary-navigation + h2 {
    display: none;
}

.que label a {
    margin-left: 0 !important;
    color: var(--theme-clr-1);
}

.que label a:hover {
    color: #000;
}

input[type="radio"]:focus {
    box-shadow: none;
}

#page-blocks-configurable_reports-viewreport #page-content .centerpara {
    display: none;
}

#page-blocks-configurable_reports-managereport .mform {
    display: none;
}

a[data-section-name-for], h3[data-for="section_title"] {
    pointer-events: none;
    cursor: default;
}

.resourcepdf iframe#resourceobject {
    width: 100% !important;
    height: 600px !important;
}

.topic-navigation .cmn-btn {
    width: 192px;
}

.block_myoverview .ds-course-cd-wrp .row .col-lg-4 {
    display: none;
}

span.inplaceeditable.inplaceeditable-text {
    display: flex;
}

.activity-item .activity-name-area {
    width: 50%;
    padding: .2rem;
}

.activity-item .activity-groupmode-info {
    display: none;
}

.activity-item .activity-grid {
    align-items: start;
}

.block_html .card-text .no-overflow p {
    text-align: left;
    margin: 25px 15%;
}

.wlcm-box .block_html .card-text .no-overflow p {
    margin: 0;
}

.activity-item .activity-completion button.btn-success, .activity-item .activity-completion a[role="button"].btn-success {
    background-color: transparent;
    border-color: transparent;
    color: #008000;
}

.modtype_quiz .activity-item .activity-completion {
    display: none;
}

.btn-link, .btn-link:hover {
    color: var(--text-clr);
}

.btn-link:focus {
    box-shadow: none;
}

#page-mod-forum-view.course-1 .ds-details-main, #page-mod-forum-discuss.course-1 .ds-details-main {
    background: none;
}

#page-mod-forum-view.course-1 .ds-body .row .col-lg-3, #page-mod-forum-view.course-1 .t-details .breadcrumb, #page-mod-forum-discuss.course-1 .ds-body .row .col-lg-3, #page-mod-forum-discuss.course-1 .t-details .breadcrumb {
    display: none;
}

#page-mod-forum-view.course-1 .ds-body .row .col-lg-9, #page-mod-forum-discuss.course-1 .ds-body .row .col-lg-9 {
    width: 100%;
}

button#mod_quiz-next-nav:hover img, .mod_quiz-prev-nav:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(55%) saturate(5877%) hue-rotate(352deg) brightness(91%) contrast(85%);
}

.page-user-edit #page-content .mform fieldset .ftoggler h3 {
    width: 100%;
}

#page-user-edit .userinitials.size-100 {
    width: 100%;
    height: 100%;
}

.path-mod-quiz .drawer-toggles, .path-mod-quiz .drawer.drawer-right {
    display: none !important;
}

.activity-item .activity-altcontent img {
    border-radius: 0;
}

.aalink.focus, a.focus.autolink, .aalink:focus, a.autolink:focus, #page-footer a:not([class]).focus, #page-footer a:not([class]):focus, .arrow_link.focus, .arrow_link:focus, a:not([class]).focus, a:not([class]):focus, .activityinstance>a.focus, .activityinstance>a:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* End Of Global Css */

/* Hero Section Begin */

.hero-slider-item {
    position: relative;
}

.hero-slider-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-slider-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, var(--black) 0%, rgba(0, 0, 0, 0) 50%);
}

.hero-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider-content {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.hero-content-inr {
    max-width: 660px;
    width: 100%;
}

.hero-content-inr p {
    color: var(--white);
    margin-bottom: 30px;
}

/* End Of Hero Section */

/* Courses Section Begin */

/* .our-courses-sec .sec-head{
    flex-wrap: nowrap;
} */
.ocs-cd-img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}

.ocs-cd-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.ocs-cd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: all ease-in-out .3s;
}

.ocs-cd-img:hover img {
    transform: scale(1.1);
}

.ocs-item-inr {
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #EEEEEE;
}

.ocs-content-head h3 {
    margin-bottom: 5px;
}

.ocs-content-head .category {
    font-weight: 600;
    font-size: 18px;
    color: var(--light-gray);
    margin-bottom: 0;
}

.ocs-content-head {
    margin-bottom: 15px;
}

.ocs-content-body p {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ocs-cd-content {
    padding: 15px;
}

.ocs-item {
    padding: 0 10px;
}

.our-courses-slider {
    position: relative;
}

.our-courses-slider {
    margin: 0 -10px;
}

.our-courses-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    background-size: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid var(--theme-clr-1);
    transition: all ease-in-out .3s;
}

.our-courses-slider .slick-arrow:hover {
    background-color: var(--black);
    border-color: var(--black);
}

.our-courses-slider .slick-next {
    background: url(../pix/arrow-right.svg) no-repeat center var(--theme-clr-1);
    right: -20px;
}

.our-courses-slider .slick-prev {
    background: url(../pix/chevron-left.svg) no-repeat center var(--theme-clr-1);
    left: -20px;
}

/* End Of Courses Section */

/* Why Choose Section Begin */

.cmn-bg {
    background: var(--light-gray-2);
}

.left-sm.sec-head {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.left-sm.sec-head h2 {
    border: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.left-sm.sec-head h2 img {
    width: 60px;
    margin-right: 5px;
    flex-shrink: 0;
    mix-blend-mode: multiply;
}

.left-sm.sec-head p {
    margin-bottom: 25px;
}

.wc-card {
    background: var(--white);
    border-radius: 100px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
    display: flex;
    align-items: center;
    padding: 15px 45px 15px 15px;
}

.wc-cd-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    background: var(--theme-clr-1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-cd-icon img {
    width: 100%;
}

.wc-card-content {
    max-width: calc(100% - 60px);
    padding-left: 15px;
}

.wc-card-content p {
    font-weight: 600;
    color: var(--black);
}

.wc-right .row, .why-choose .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 20px;
}

/* End Of Why Choose Section */

/* Teaching Approach Section Begin */

.t-approach {
    position: relative;
    padding: 130px 50px;
}

.t-approach-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}

.t-approach-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-approach-content .sec-head {
    flex-wrap: wrap;
}

.t-approach-content .sec-head h2 {
    color: var(--white);
}

/* End Of Teaching Approach Section */

/* Faq Section Begin */

.faq-categories ul li {
    background: var(--white);
    color: var(--black);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid var(--light-gray);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: all ease-in-out .3s;
}

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

.faq-categories ul li:hover, .faq-categories ul li.active {
    color: var(--white);
    background: var(--theme-clr-1);
}

.faq-inr .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 24px;
}

.faq-question, .faq-answer {
    padding: 12px 20px;
    background: var(--white);
    border-radius: 25px;
    font-weight: normal;
    border: 1px solid var(--light-gray);
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
    transition: all ease-in-out .3s;
}

.faq-answer {
    flex-wrap: wrap;
    cursor: auto;
    display: none;
    transition: none;
}

.faq-question h3, .faq-answer h4 {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.faq-answer h4 {
    margin-bottom: 15px;
}

.faq-question:hover, .faq-item.active .faq-question {
    background: #EEEEEE;
    border-color: #EEEEEE;
}

.faq-answer p {
    font-size: 18px;
    color: var(--black);
}

.faq-item.active .faq-answer {
    display: flex;
}

.faq-icon-toggler {
    position: relative;
    width: 16px;
    height: 18px;
}

.faq-icon-toggler i {
    color: var(--text-clr);
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease-in-out .3s;
}

.faq-item.active .fa-plus, .faq-item .fa-minus {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.faq-item.active .fa-minus, .faq-item .fa-plus {
    display: block;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

/* End Of Faq Section */

/* Testimonial Section Begin */

.testi-img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    box-shadow: 5px 5px 0 var(--theme-clr-1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.testi-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.testi-content {
    text-align: center;
}

.testi-content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testi-content h3 {
    font-size: 20px;
    font-weight: 600;
}

/* End Of Testimonial Section */

/* Connect Section Begin */

.connect-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.connect-sec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.connect-inr {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

/* End Of Connect Section */

/* Footer Section Begin */

.ftr-widget {
    border-right: 1px solid var(--light-gray-2);
}

.ftr-widget:first-child, .ftr-widget:last-child {
    width: 270px;
    flex-shrink: 0;
}

.ftr-widget:last-child {
    padding-left: 40px;
    border-right: 0;
}

.ftr-widget:not(:last-child):not(:first-child) {
    width: calc((100% - (270px * 2)) / 2);
    padding: 0 40px;
}

.footer-inr {
    padding: 50px 0 0;
}

.ftr-widgets-row {
    margin-bottom: 30px;
}

.ftr-widget-inr>p {
    color: var(--theme-clr-1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.ftr-widget-inr>p::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: var(--theme-clr-1);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ftr-widget-inr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-widget-inr ul li {
    margin-right: 10px;
}

.ftr-widget-inr ul li:last-child {
    margin-right: 0;
}

.ftr-widget-inr ul li a {
    color: var(--black);
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline !important;
}

.ftr-widget-inr ul li a:hover {
    color: var(--theme-clr-1);
}

.ftr-widget-inr .logo {
    display: block;
    width: 200px;
}

.ftr-widget-inr .logo img {
    width: 100%;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0;
    border-top: 1px solid var(--light-gray-2);
}

.copyright p, .copyright p a {
    color: var(--text-clr);
    font-weight: 600;
    margin: 0;
}

.copyright p a:hover {
    color: var(--theme-clr-1);
}

.copyright p i.fa-heart {
    color: var(--theme-clr-1);
    margin: 0 3px;
}

/* End Of Footer Section */

/* academy-info-pg Begin */

.academy-info-pg .wc-right .wc-card {
    padding: 15px;
}

.academy-info-pg .t-approach-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.t-approach-content {
    position: relative;
    z-index: 2;
}

.academy-info-pg .t-approach {
    padding: 70px 12px;
}

.academy-info-pg .sec-head h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.sec-head img {
    mix-blend-mode: multiply;
}

.inr-bnr-sec {
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.inr-bnr-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}

.inr-bnr-sec .container {
    z-index: 1;
}

.inr-bnr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inr-bnr-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, var(--black) 0%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none;
}

.breadcrumb {
    margin-top: 20px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb ul li {
    color: var(--white);
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
}

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

.breadcrumb ul li a {
    color: var(--theme-clr-1);
    font-weight: 600;
    font-size: 20px;
}

.breadcrumb ul li a:hover {
    color: var(--theme-clr-1);
}

.breadcrumb ul li a:focus {
    background-color: transparent;
    box-shadow: none;
    color: var(--theme-clr-1);
    outline: none;
}

.purpose-sec {
    background-color: var(--theme-clr-1);
}

.purpose-content {
    position: relative;
    z-index: 2;
    background: var(--white);
    border-radius: 10px;
    margin-right: -100px;
    padding: 40px;
}

.purpose-inr .row {
    align-items: center;
}

.purpose-img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.purpose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purpose-list ul, .sec-head ul {
    padding-left: 20px;
    list-style: disc;
}

.purpose-list ul li, .sec-head ul li {
    color: var(--black);
    margin-bottom: 10px;
    font-weight: 700;
}

.purpose-list ul li:last-child, .sec-head ul li:last-child {
    margin-bottom: 0;
}

/* End Of academy-info-pg */

/* Contact Us Page Begin */

.c-contact-cards-wrp .row {
    --bs-gutter-x: 100px;
    --bs-gutter-y: 30px;
}

.c-contact-card {
    text-align: center;
    padding: 0 40px;
}

.c-contact-cd-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: var(--light-gray-2);
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.c-contact-cd-icon img {
    max-width: 45px;
}

.c-contact-cd-content h3 {
    color: var(--theme-clr-1);
    font-size: 20px;
    margin-bottom: 15px;
}

.c-contact-cd-content a, .c-contact-cd-content p {
    color: var(--black);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.c-contact-cd-content a:hover {
    color: var(--theme-clr-1);
}

.cc-cd-content-inr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-map-sec {
    padding: 50px 0;
}

.contact-map .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.contact-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-map img, .contact-map iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.contact-map {
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
}

.contact-form-wrp {
    padding: 30px;
}

.multi-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.multi-grp >* {
    width: calc((100% - 18px) / 2);
    margin-bottom: 0;
}

.contact-form-wrp .sec-head h2 {
    font-size: 30px;
    padding: 0;
    border: 0;
    margin: 0;
}

.contact-form-wrp .sec-head {
    margin-bottom: 30px;
}

.contact-form input[type="email"] {
    padding-left: 15px;
    background: var(--white);
}

.contact-form input[type="submit"], #page-content input[type="submit"] {
    width: auto;
}

#page-content #region-main h2 {
    text-align: left;
}

.profile-control .usermenu .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
    pointer-events: none;
    color: var(--black);
    border: none;
}

.profile-control .usermenu .dropdown.show .dropdown-toggle::after {
    content: "\f077";
}

.profile-control .usermenu .dropdown-toggle .usertext {
    display: none;
}

.profile-control .usermenu .dropdown-toggle .avatars .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 5px;
}

.editmode-switch-form {
    margin-left: 10px;
}

a.dropdown-toggle:focus {
    box-shadow: none;
}

/* End Of Contact Us Page */

/* Login Flow Begin */

.login-flow {
    padding: 50px 0 60px;
    background: var(--light-gray-2);
}

.login-flow .sec-head {
    margin-bottom: 30px;
}

.login-form-wrp {
    background: var(--white);
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 20px;
}

.forgot-pass {
    text-align: right;
    margin-bottom: 15px;
}

.create-account {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.forgot-pass a, .create-account a {
    color: var(--black);
    font-weight: 600;
    font-size: 18px;
}

.forgot-pass a:hover, .create-account a:hover {
    color: var(--theme-clr-1);
}

.or-divider {
    color: var(--black);
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 15px;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.or-divider span {
    padding: 0 5px;
    display: inline-block;
    background: var(--white);
}

.or-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    z-index: -1;
}

.social-login .cmn-btn {
    background: var(--white);
    width: 100%;
    color: var(--black);
    gap: 10px;
    border-radius: 10px;
    border-color: var(--light-gray-2);
    border-radius: 30px;
    transition: all ease-in-out .3s;
}

.social-login .cmn-btn:hover {
    background: var(--theme-clr-1);
    color: var(--white);
}

.social-login .cmn-btn:hover img {
    filter: brightness(0) invert(1);
}

.social-login .cmn-btn::before {
    display: none;
}

.multInput {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.multInput >* {
    max-width: calc((100% - 12px) / 2);
}

.login-inr .back-btn {
    margin-bottom: 20px;
}

.input-grp .cmn-btn {
    width: 100%;
}

.input-grp.resend input {
    background: transparent;
    width: auto;
    color: var(--text-clr);
    text-decoration: underline;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: auto;
    border: 0;
}

.input-grp.resend input:hover {
    color: var(--theme-clr-1);
}

.input-grp label, .timer-wrp {
    color: var(--black);
    font-weight: 500;
}

.timer-wrp span {
    color: var(--text-clr);
}

.otp-container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.otp-container input {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    border: 1px solid var(--text-clr);
    box-shadow: none;
    outline: none;
}

.otp-container input::-webkit-inner-spin-button {
    display: none;
}

.modal-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}

.modal-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popwrp .sec-head.head-center p {
    margin-bottom: 20px;
}

.popwrp .sec-head h2 {
    margin-bottom: 15px;
}

.popwrp .sec-head.head-center a.cmn-btn:hover {
    background: var(--white);
    border-color: var(--theme-clr-1);
    color: var(--theme-clr-1);
}

.popwrp .modal-content {
    border-radius: 20px;
    padding: 30px;
}

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

/* End Of Login Flow */
.ds-main {
    background: var(--light-gray-2);
    padding: 30px 0 !important;
    margin-top: 0 !important;
}

.academy-sec.cmn-gap .container {
    max-width: 1280px;
}

.popwrp .modal-dialog {
    max-width: 500px;
}

/* -----Responsive Css------ */
@media only screen and (min-width:1400px) {
    .container {
        max-width: 1344px;
    }

    .ds-main-head .container {
        max-width: 100%;
        padding: 0 32px;
    }

}

@media only screen and (max-width:1399px) {
    .our-courses {
        padding: 0 20px;
    }

    .ftr-widget:not(:last-child):not(:first-child) {
        padding: 0 18px;
    }

    .ds-main-head .container {
        max-width: 100%;
    }

}

@media only screen and (max-width:1199px) {
    .search-form input {
        width: 320px;
    }

    .cmn-gap {
        padding: 80px 0;
    }

    .sec-head h2 {
        padding-right: 20px;
        margin-right: 20px;
    }

    body {
        font-size: 16px;
    }

    .navbar-brand {
        width: 150px;
    }

    .hero-slider-content {
        padding: 80px 0;
        min-height: 450px;
    }

    .our-courses-slider .slick-prev {
        left: -30px;
    }

    .our-courses-slider .slick-next {
        right: -30px;
    }

    .ocs-cd-content {
        padding: 12px;
    }

    h2, .h2-title, .academy-info-pg .sec-head h2 {
        font-size: 32px;
    }

    .left-sm.sec-head h2 img {
        width: 40px;
        margin-right: 0;
    }

    .why-choose .row, .faq-inr .row {
        --bs-gutter-x: 24px;
    }

    .wc-card {
        padding: 12px;
    }

    .wc-left .sec-head h2 {
        font-size: 28px;
    }

    .wc-cd-icon {
        width: 50px;
        height: 50px;
    }

    .wc-card-content {
        max-width: calc(100% - 50px);
        padding-left: 12px;
    }

    .t-approach {
        padding: 80px 40px;
    }

    .faq-categories ul li {
        padding: 10px 20px;
        font-size: 16px;
    }

    .faq-question h3, .faq-answer h4 {
        font-size: 16px;
    }

    .faq-question, .faq-answer {
        padding: 12px;
        border-radius: 15px;
    }

    .ftr-widget:not(:last-child):not(:first-child) {
        width: calc((100% - (170px * 2)) / 2);
        padding: 0 12px;
    }

    .ftr-widget:first-child, .ftr-widget:last-child {
        width: 170px;
        flex-shrink: 0;
    }

    .ftr-widget-inr .logo {
        width: 140px;
    }

    .ftr-widget-inr ul li a {
        font-size: 16px;
    }

    .ftr-widget:last-child {
        padding-left: 12px;
    }

    .purpose-content {
        padding: 30px;
    }

    .why-choose .row, .faq-inr .row {
        --bs-gutter-x: 16px;
    }

    .academy-info-pg .wc-cd-icon {
        width: 45px;
        height: 45px;
    }

    .academy-info-pg .wc-card-content {
        max-width: calc(100% - 45px);
        padding-left: 8px;
    }

    .academy-info-pg .wc-card-content p {
        font-size: 15px;
    }

}

@media only screen and (max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(pix/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu > li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu > li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav > li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu > li.menu-item-has-children > a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav > li.current-menu-item > a:after, .navbar-nav > li > a:after, .navbar-nav > li.menu-item-has-children > a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav > li.current-menu-item > a:after, .navbar-nav > li > a:hover:after, .navbar-nav > li.menu-item-has-children:hover > a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/
}

@media only screen and (max-width:991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        z-index: 999;
    }

    .stick, .stick:after, .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: "";
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: "";
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu > li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .sub-menu, .navbar-nav > li > .sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav > li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav > li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav > li > a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children > a {
        padding-right: 30px;
    }

    .sub-menu > li > a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu > li > a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu > li > a {
        padding-left: 80px;
    }

    .navbar-nav > li > a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show, .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav, html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */
    .cmn-btn {
        font-size: 16px;
        gap: 8px;
        padding: 5px 12px;
    }

    .search-form {
        padding: 0 12px;
        border-right: 1px solid var(--light-gray);
    }

    input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
        font-size: 16px;
    }

    .search-form input {
        width: 250px;
    }

    a.cmn-btn.hdr-btn {
        margin-left: 12px;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .navbar-brand {
        width: 110px;
    }

    .hero-slider-content {
        padding: 60px 0;
        min-height: 300px;
    }

    h1, .h1-title {
        font-size: 32px;
    }

    .hero-content-inr {
        max-width: 80%;
    }

    .hero-slider-img::after {
        background: linear-gradient(90deg, var(--black) 0%, rgba(0, 0, 0, 0) 80%);
    }

    .cmn-gap {
        padding: 60px 0;
    }

    h2, .h2-title, .academy-info-pg .sec-head h2 {
        font-size: 28px;
    }

    .sec-head h2 {
        padding-right: 12px;
        margin-right: 12px;
    }

    .sec-head {
        margin-bottom: 30px;        /* flex-wrap: wrap; */
    }

    .ocs-item {
        padding: 0 6px;
    }

    .our-courses-slider {
        margin: 0 -6px;
    }

    .our-courses {
        padding: 0 12px;
    }

    .our-courses-slider .slick-prev {
        left: -36px;
    }

    .our-courses-slider .slick-next {
        right: -36px;
    }

    .ocs-content-head .category {
        font-size: 16px;
    }

    h4, .h4-title {
        font-size: 18px;
    }

    .sec-head.head-center h2 {
        margin: 0 0 12px;
    }

    .sec-head.head-center p {
        margin-bottom: 20px;
    }

    .t-approach {
        padding: 60px 30px;
    }

    .faq-categories ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .faq-categories ul li {
        margin: 0;
    }

    .faq-answer p {
        font-size: 16px;
    }

    .faq-question h3, .faq-answer h4 {
        margin-bottom: 5px;
    }

    .faq-question, .faq-answer {
        border-radius: 12px;
    }

    .testi-img {
        width: 200px;
        height: 200px;
    }

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

    .connect-inr {
        padding: 40px 0;
    }

    .ftr-widget-inr ul {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .ftr-widget:last-child ul {
        flex-direction: row;
    }

    .copyright {
        padding: 15px 0;
        gap: 8px;
    }

    .purpose-content {
        margin: 0;
    }

    .purpose-inr .row {
        --bs-gutter-y: 24px;
    }

    .purpose-img {
        border-radius: 10px;
    }

    .academy-info-pg .wc-card-content p {
        font-size: 16px;
    }

    .course-resume-btn .btn.btn-primary {
        right: -15px;
        margin-top: 20px;
    }

}

@media only screen and (max-width:767px) {
    .nav-btn a {
        font-size: 0;
        gap: 0;
        padding: 8px;
        height: auto;
    }

    a.cmn-btn.hdr-btn {
        font-size: 0;
        gap: 0;
        margin-left: 8px;
    }

    .search-form {
        padding: 0 8px;
    }

    .hero-content-inr {
        max-width: 100%;
    }

    h1, h2, h3, h4, h5, h6, .hero-content-inr p {
        margin: 0 0 15px 0;
    }

    h1, .h1-title {
        font-size: 30px;
    }

    .cmn-btn {
        height: auto;
        padding: 10px 12px;
    }

    .our-courses {
        padding: 0;
    }

    .our-courses-slider .slick-arrow {
        top: 100%;
        transform: translate(0, 0);
    }

    .our-courses-slider {
        padding-bottom: 20px;
    }

    .our-courses-slider .slick-prev {
        left: calc(50% - 46px);
    }

    .our-courses-slider .slick-next {
        right: calc(50% - 46px);
    }

    .left-sm.sec-head h2 {
        margin-bottom: 10px;
    }

    .left-sm.sec-head p {
        margin-bottom: 15px;
    }

    .wc-card {
        padding: 8px;
    }

    .wc-cd-icon {
        width: 45px;
        height: 45px;
    }

    .why-choose .row, .faq-inr .row {
        --bs-gutter-x: 12px;
    }

    .faq-categories ul li {
        padding: 10px 15px;
    }

    .ftr-widget:not(:last-child):not(:first-child) {
        width: 33.333364%;
        padding: 0 12px;
    }

    .ftr-widgets-row {
        --bs-gutter-y: 12px;
    }

    .purpose-content {
        padding: 20px;
    }

}

@media only screen and (max-width:575px) {
    h1, .h1-title {
        font-size: 28px;
    }

    .navbar-brand {
        width: 140px;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .search-form input {
        width: 300px;
    }

    .navbar-nav {
        margin-right: auto;
    }

    .navbar {
        padding: 15px 0;
    }

    .hero-slider-content {
        padding: 40px 0;
    }

    .sec-head {
        flex-wrap: wrap;
        gap: 12px;
    }

    .sec-head h2 {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }

    .left-sm.sec-head h2, .left-sm.sec-head p {
        margin-bottom: 0;
    }

    .left-sm.sec-head h2 img {
        width: 30px;
    }

    .why-choose .row {
        --bs-gutter-y: 12px;
    }

    .sec-head.head-center h2, .sec-head.head-center p {
        margin: 0;
    }

    .t-approach {
        padding: 40px 20px;
    }

    .ftr-widget:first-child, .ftr-widget:last-child, .ftr-widget:not(:last-child):not(:first-child) {
        width: 50%;
    }

    .purpose-content {
        padding: 12px;
    }

    .purpose-content .left-sm.sec-head {
        margin-bottom: 20px;
    }

    .purpose-list ul li {
        margin-bottom: 6px;
    }

    .course-resume-btn .btn.btn-primary {
        right: 0px;
        margin-top: 20px;
    }

}

@media only screen and (max-width:479px) {
    .search-form input {
        width: 100%;
    }

    .nav-btn {
        flex-shrink: 0;
    }

    .nav-btn a {
        font-size: 0;
        gap: 0;
        padding: 6px;
        flex-shrink: 0;
    }

    .cmn-gap, .inr-bnr-sec {
        padding: 40px 0;
    }

    .inr-bnr-sec {
        min-height: 250px;
    }

    .our-courses-sec.cmn-gap {
        padding-bottom: 60px;
    }

    .left-sm.sec-head h2 {
        flex-wrap: wrap;
    }

    .wc-left .sec-head h2 span {
        width: 100%;
        text-align: left;
    }

    .sec-head h2 {
        width: 100%;
    }

    .t-approach {
        padding: 30px 12px;
    }

    .ftr-widget:first-child, .ftr-widget:last-child {
        width: 100%;
        flex-shrink: 0;
    }

    .ftr-widget-inr>p {
        font-size: 18px;
        padding-left: 12px;
    }

    .copyright p, .copyright p a {
        font-size: 15px;
    }

    h2, .h2-title, .academy-info-pg .sec-head h2, .contact-form-wrp .sec-head h2 {
        font-size: 26px;
    }

    .search-form input {
        height: 42px;
    }

    .contact-form-wrp, .login-form-wrp {
        padding: 20px 12px;
    }

    .multi-grp >* {
        width: 100%;
    }

    .nav-right-part {
        flex-wrap: nowrap;
        margin-right: auto;
    }

    .login-inr .sec-head .h2-title {
        margin-bottom: 0;
    }

    .multInput {
        flex-wrap: wrap;
    }

    .multInput >* {
        max-width: 100%;
    }

    .input-grp.resend input, .forgot-pass a, .create-account a {
        font-size: 16px;
    }

    .otp-container input {
        width: 40px;
        height: 40px;
    }

    .login-flow {
        padding: 40px 0 50px;
    }

    .popwrp .modal-content {
        border-radius: 12px;
        padding: 20px 12px;
    }

    .modal-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }

}

#course-search-results {
    background: #fff;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    margin: 0 20px;
}

.course-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.course-item {
    display: flex;
    align-items: center;
    padding: 8px;
}

.course-item img {
    border-radius: 6px;
    margin-right: 10px;
}

.ish-search-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    max-height: 360px;
    overflow-y: auto;
    z-index: 1000;
    padding: 6px;
}

.ish-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ish-search-item {
    padding: 6px;
}

.ish-search-item + .ish-search-item {
    border-top: 1px solid #f0f0f0;
}

.ish-search-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.ish-search-thumb {
    border-radius: 6px;
    flex: 0 0 auto;
}

.ish-search-title {
    font-size: 14px;
    line-height: 1.25;
}

.ish-search-link:hover {
    background: #f9fafb;
    border-radius: 8px;
}

.ish-search-link.ish-active {
    outline: 2px solid #d1d5db;
    border-radius: 8px;
}

/* ============================================
   HEADER NAVBAR RESPONSIVE STYLES
   ============================================ */

/* Ensure navbar container uses flexbox properly */
.ds-main-head .navbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* Logo responsive sizing - prevent it from becoming too small */
.ds-main-head .navbar-brand {
    flex-shrink: 0;
    min-width: 120px;
    max-width: 180px;
}

.ds-main-head .navbar-brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Navigation menu container */
.ds-main-head .navbar-collapse {
    flex: 1 1 auto;
    min-width: 0;
}

.ds-main-head .primary-navigation {
    flex: 1 1 auto;
    min-width: 0;
}

/* Prevent navigation menu from wrapping */
.ds-main-head .primary-navigation .navigation {
    width: 100%;
}

.ds-main-head .primary-navigation .more-nav, .ds-main-head .primary-navigation .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap;
}

.ds-main-head .primary-navigation .more-nav .nav-item, .ds-main-head .primary-navigation .navbar-nav > li {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Nav right part - search, profile, edit switch */
.ds-main-head .nav-right-part {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
}

/* Search form responsive */
.ds-main-head .search-form {
    flex-shrink: 1;
    min-width: 0;
}

.ds-main-head .search-form input {
    min-width: 200px;
    max-width: 100%;
}

/* Profile control */
.ds-main-head .profile-control {
    flex-shrink: 0;
    margin-left: 0;
}

/* Edit switch form */
.ds-main-head .editmode-switch-form {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Medium screens (tablets) */
@media only screen and (max-width:1199px) {
    .ds-main-head .navbar {
        gap: 10px;
    }

    .ds-main-head .navbar-brand {
        min-width: 130px;
        max-width: 150px;
    }

    .ds-main-head .search-form input {
        width: 260px !important;
        min-width: 180px;
    }

    .ds-main-head .nav-right-part {
        gap: 8px;
    }

    .ds-main-head .primary-navigation {
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 1 auto;
        min-width: 0;
    }

    /* Reduce navigation item spacing and size */
    .ds-main-head .primary-navigation .navbar-nav > li {
        margin: 3px 2px;
    }

    .ds-main-head .primary-navigation .nav-link, .ds-main-head .primary-navigation .navbar-nav > li > a {
        padding: 5px 12px;
        font-size: 14px;
        height: 36px;
    }

}

/* Smaller tablets and large phones */
@media only screen and (max-width:1024px) {
    .ds-main-head .navbar {
        gap: 8px;
    }

    .ds-main-head .navbar-brand {
        min-width: 120px;
        max-width: 140px;
    }

    .ds-main-head .search-form input {
        width: 220px !important;
        min-width: 150px;
    }

    .ds-main-head .primary-navigation {
        padding-left: 6px;
        padding-right: 6px;
    }

    /* Further reduce navigation item spacing and size */
    .ds-main-head .primary-navigation .navbar-nav > li {
        margin: 3px 1px;
    }

    .ds-main-head .primary-navigation .nav-link, .ds-main-head .primary-navigation .navbar-nav > li > a {
        padding: 4px 8px;
        font-size: 12px;
        height: 32px;
    }

}

/* Just before hamburger menu - maximum compression */
@media only screen and (min-width:992px) and (max-width:1100px) {
    .ds-main-head .primary-navigation .navbar-nav > li {
        margin: 3px 1px;
    }

    .ds-main-head .primary-navigation .nav-link, .ds-main-head .primary-navigation .navbar-nav > li > a {
        padding: 4px 10px;
        font-size: 13px;
        height: 34px;
    }

    .ds-main-head .search-form input {
        width: 200px !important;
    }

}

/* Tablets and smaller - Hamburger menu appears here */
@media only screen and (max-width:991px) {
    .ds-main-head .navbar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ds-main-head .navbar-brand {
        order: 1;
        min-width: 120px;
        max-width: 150px;
    }

    .ds-main-head .navbar-toggler-main {
        order: 2;
        margin-left: auto;
    }

    .ds-main-head .nav-right-part {
        order: 3;
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
        margin-left: 0;
        padding-top: 10px;
        border-top: 1px solid var(--light-gray-2);
    }

    .ds-main-head .navbar-collapse {
        order: 4;
        width: 100%;
    }

    /* Navigation is now in hamburger menu, so reset styles */
    .ds-main-head .primary-navigation .navbar-nav > li {
        margin: 0;
    }

    .ds-main-head .primary-navigation .nav-link, .ds-main-head .primary-navigation .navbar-nav > li > a {
        padding: 8px 20px;
        font-size: 16px;
        height: auto;
    }

    .ds-main-head .search-form {
        flex: 1 1 auto;
        min-width: 0;
        padding: 0 12px;
    }

    .ds-main-head .search-form input {
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
    }

    .ds-main-head .profile-control {
        margin-left: 0;
    }

    .ds-main-head .editmode-switch-form {
        margin-left: 10px;
    }

}

/* Mobile devices */
@media only screen and (max-width:767px) {
    .ds-main-head .navbar {
        padding: 15px 0;
    }

    .ds-main-head .navbar-brand {
        min-width: 100px;
        max-width: 130px;
    }

    .ds-main-head .nav-right-part {
        gap: 8px;
        padding-top: 8px;
    }

    .ds-main-head .search-form {
        padding: 0 8px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .ds-main-head .search-form input {
        width: 100% !important;
        font-size: 14px;
        padding: 5px 40px 5px 12px;
    }

    .ds-main-head .profile-control {
        flex-shrink: 0;
    }

    .ds-main-head .editmode-switch-form {
        flex-shrink: 0;
        margin-left: 8px;
    }

    .ds-main-head .editmode-switch-form label {
        font-size: 14px;
        margin-right: 6px;
    }

}

/* Small mobile devices */
@media only screen and (max-width:575px) {
    .ds-main-head .navbar {
        padding: 12px 0;
        gap: 8px;
    }

    .ds-main-head .navbar-brand {
        min-width: 90px;
        max-width: 120px;
    }

    .ds-main-head .nav-right-part {
        flex-wrap: wrap;
        gap: 6px;
        padding-top: 8px;
    }

    .ds-main-head .search-form {
        width: 100%;
        order: 1;
        padding: 0 4px;
        border-right: none;
        border-bottom: 1px solid var(--light-gray-2);
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .ds-main-head .search-form input {
        width: 100% !important;
        font-size: 14px;
        height: 40px;
    }

    .ds-main-head .profile-control {
        order: 2;
        flex: 1 1 auto;
        margin-left: 0;
    }

    .ds-main-head .editmode-switch-form {
        order: 3;
        flex: 1 1 auto;
        margin-left: 0;
        justify-content: flex-end;
    }

    .ds-main-head .editmode-switch-form label {
        font-size: 12px;
        margin-right: 4px;
    }

    .ds-main-head .editmode-switch-form .input-group {
        flex-wrap: nowrap;
    }

}

/* Extra small devices */
@media only screen and (max-width:479px) {
    .ds-main-head .navbar {
        padding: 10px 0;
    }

    .ds-main-head .navbar-brand {
        min-width: 80px;
        max-width: 110px;
    }

    .ds-main-head .nav-right-part {
        gap: 4px;
    }

    .ds-main-head .search-form {
        padding: 0;
        margin-bottom: 6px;
    }

    .ds-main-head .search-form input {
        height: 38px;
        font-size: 13px;
    }

    .ds-main-head .profile-control .usermenu .dropdown-toggle .usertext {
        display: none;
    }

    .ds-main-head .editmode-switch-form label {
        font-size: 11px;
    }

}

#page-mod-feedback-view .ds-details-bdy-card h3, #page-mod-feedback-view .ds-details-bdy-card .feedback_info {
    display: none;
}
@media only screen and (min-width:1000px) and (max-width:1279px){
    /*new home*/
    .sec-head.head-center.head-white p {
        font-size: 20px;
    }

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

    .academy-info-pg .wc-card-content p {
        font-size: 17px;
    }

    .sec-head ul li {
        font-size: 18px;
    }

    .sec-head.head-center.head-white p {
        font-size: 20px;
    }
.sec-head.head-center p
 {
    font-size: 20px;
}
    /*new home*/
}
@media only screen and (min-width:912px) and (max-width:999px) {
    .search-form input {
        width: 335px !important;
    }

    .input-grp .cmn-btn {
        height: 47px;
    }

    .cmn-btn {
        height: 47px;
    }

    /*new home*/
    .sec-head.head-center.head-white p {
        font-size: 20px;
    }

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

    .academy-info-pg .wc-card-content p {
        font-size: 17px;
    }

    .sec-head ul li {
        font-size: 18px;
    }

    .sec-head.head-center.head-white p {
        font-size: 20px;
    }
.sec-head.head-center p
 {
    font-size: 20px;
}
    /*new home*/
}

@media only screen and (min-width:820px) and (max-width:911px) {
    .search-form input {
        width: 290px !important;
    }

    .input-grp .cmn-btn {
        height: 47px;
    }

    .cmn-btn {
        height: 47px;
    }

    /*new home*/
    .sec-head.head-center.head-white p {
        font-size: 20px;
    }

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

    .academy-info-pg .wc-card-content p {
        font-size: 17px;
    }

    .sec-head ul li {
        font-size: 18px;
    }

    .sec-head.head-center.head-white p {
        font-size: 20px;
    }
.sec-head.head-center p
 {
    font-size: 20px;
}
    /*new home*/
}

@media only screen and (min-width:768px) and (max-width:819px) {
    .search-form input {
        width: 290px !important;
    }

    .input-grp .cmn-btn {
        height: 47px;
    }

    .cmn-btn {
        height: 47px;
    }

    /*new home*/
    .sec-head.head-center.head-white p {
        font-size: 20px;
    }

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

    .academy-info-pg .wc-card-content p {
        font-size: 17px;
    }

    .sec-head ul li {
        font-size: 18px;
    }

    .sec-head.head-center.head-white p {
        font-size: 20px;
    }
.sec-head.head-center p
 {
    font-size: 20px;
}
    /*new home*/
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .nav-right-part.ms-auto {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    .search-form input {
        width: 400px !important;
    }

    .nav-btn a {
        width: 220px;
    }

    .search-form {
        border-right: none;
    }

    .sec-head.head-center h1.h2-title {
        font-size: 18px;
    }

    .login-flow {
        padding: 30px 0 50px;
    }

    .box.py-3.modal-header.px-3 h4 {
        font-size: 16px;
    }

    .box.py-3.modal-body p {
        font-size: 14px;
    }

    .cmn-btn, .btn.btn-primary, .mark-as-done button.btn, .btn.btn-secondary, .add_block_button .block-add {
        font-size: 14px !important;
    }

    .box.py-3.modal-footer {
        justify-content: center;
    }

    h2, .h2-title, .academy-info-pg .sec-head h2, .contact-form-wrp .sec-head h2 {
        font-size: 20px;
    }

    .sec-head.head-center.head-white p {
        font-size: 14px;
    }

    .ftr-widget-inr .logo {
        width: 100px;
    }

    .ftr-widget-inr>p {
        font-size: 16px;
    }

    .ftr-widget-inr ul li a {
        font-size: 14px;
    }

    .footer-section.border-bottom .footer-support-link a {
        font-size: 14px;
    }

    .logininfo {
        font-size: 15px;
    }

    .tool_dataprivacy a {
        font-size: 15px;
    }

    div#theme_switch_link a {
        font-size: 15px;
    }

    .footer-section.p-3 {
        font-size: 15px;
    }

    .purgecaches {
        font-size: 15px;
    }

    div#\36 9537a805db4269537a805c7c62-reactive-debugpanel {
        font-size: 15px;
    }

    .copyright {
        font-size: 15px;
    }

    #course-search {
        order: 1;
    }

    .nav-btn {
        order: 2;
    }

    .hdr-btn {
        order: 3;
    }

    .input-grp .cmn-btn {
        height: 48px;
    }

    a.cmn-btn.hdr-btn {
        height: 40px;
        width: 148px;
    }

    a.cmn-btn.hdr-btn span.lgn-arr {
        margin-left: 2px;
    }

    .cmn-btn img {
        margin-left: 4px;
    }

    .sec-head.head-center.head-white a.cmn-btn {
        height: 40px;
    }

    /*Home Page */
    .hero-content-inr h1 {
        font-size: 22px;
    }

    .hero-content-inr p {
        font-size: 14px;
    }

    .hero-content-inr .cmn-btn {
        height: 40px;
        padding: 10px 15px;
    }

    .our-courses-sec.cmn-gap .sec-head h2 {
        font-size: 22px;
    }

    .ocs-content-head .h4-title {
        font-size: 16px;
    }

    .ocs-content-body p {
        font-size: 14px;
    }

    .ocs-content-body .cmn-btn {
        height: 40px;
    }

    .wc-left .sec-head h2 {
        font-size: 18px;
    }

    .sec-head.left-sm p {
        font-size: 14px;
    }

    .sec-head.left-sm .cmn-btn {
        height: 40px;
    }

    .faq-categories ul li {
        width: 100%;
        text-align: center;
    }

    /*Home Page */

    /*home new*/
    .ds-main-head .search-form input {
        min-width: 140px;
    }

    .custom-switch {
        padding-left: 4rem;
    }

    .ds-main-head .nav-right-part {
        gap: 0px;
    }

    .sec-head h1 {
        font-size: 20px;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px;
    }

    .ds-body .sec-head h1 img {
        width: 20px !important;
    }

    .card-text .no-overflow h2 {
        font-size: 18px !important;
    }

    .card-text .no-overflow p {
        font-size: 16px !important;
    }

    .sec-head.no-line h2 {
        font-size: 20px !important;
    }

    .ds-anunce-head h3 {
        font-size: 18px !important;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px !important;
    }

    .ds-anunce-content p {
        font-size: 14px;
    }

    .btn-wrp .cmn-btn {
        height: 40px !important;
    }

    .singlebutton {
        margin-top: 10px;
    }

    .header-maxwidth .d-flex.align-items-center {
        display: block !important;
        align-items: unset !important;
    }

    .page-header-headings h1.h2 {
        font-size: 22px !important;
        text-align: center !important;
    }

    .secondary-navigation {
        margin-top: 20px;
        width: 100%;
    }

    .primary-navigation {
        display: block;
    }
.testimonials .sec-head p {
    text-align: center;
}
    /*home new*/
}

@media only screen and (min-width:390px) and (max-width:479px) {
    .nav-right-part.ms-auto {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    .search-form input {
        width: 400px !important;
    }

    .nav-btn a {
        width: 196px;
    }

    .search-form {
        border-right: none;
    }

    .sec-head.head-center h1.h2-title {
        font-size: 18px;
    }

    .login-flow {
        padding: 30px 0 50px;
    }

    .box.py-3.modal-header.px-3 h4 {
        font-size: 16px;
    }

    .box.py-3.modal-body p {
        font-size: 14px;
    }

    .cmn-btn, .btn.btn-primary, .mark-as-done button.btn, .btn.btn-secondary, .add_block_button .block-add {
        font-size: 14px !important;
    }

    .box.py-3.modal-footer {
        justify-content: center;
    }

    h2, .h2-title, .academy-info-pg .sec-head h2, .contact-form-wrp .sec-head h2 {
        font-size: 20px;
    }

    .sec-head.head-center.head-white p {
        font-size: 14px;
    }

    .ftr-widget-inr .logo {
        width: 100px;
    }

    .ftr-widget-inr>p {
        font-size: 16px;
    }

    .ftr-widget-inr ul li a {
        font-size: 14px;
    }

    .footer-section.border-bottom .footer-support-link a {
        font-size: 14px;
    }

    .logininfo {
        font-size: 15px;
    }

    .tool_dataprivacy a {
        font-size: 15px;
    }

    div#theme_switch_link a {
        font-size: 15px;
    }

    .footer-section.p-3 {
        font-size: 15px;
    }

    .purgecaches {
        font-size: 15px;
    }

    div#\36 9537a805db4269537a805c7c62-reactive-debugpanel {
        font-size: 15px;
    }

    .copyright {
        font-size: 15px;
    }

    #course-search {
        order: 1;
    }

    .nav-btn {
        order: 2;
    }

    .hdr-btn {
        order: 3;
    }

    .input-grp .cmn-btn {
        height: 48px;
    }

    a.cmn-btn.hdr-btn {
        height: 40px;
        width: 148px;
    }

    a.cmn-btn.hdr-btn span.lgn-arr {
        margin-left: 2px;
    }

    .cmn-btn img {
        margin-left: 4px;
    }

    .sec-head.head-center.head-white a.cmn-btn {
        height: 40px;
    }

    /*Home Page */
    .hero-content-inr h1 {
        font-size: 22px;
    }

    .hero-content-inr p {
        font-size: 14px;
    }

    .hero-content-inr .cmn-btn {
        height: 40px;
        padding: 10px 15px;
    }

    .our-courses-sec.cmn-gap .sec-head h2 {
        font-size: 22px;
    }

    .ocs-content-head .h4-title {
        font-size: 16px;
    }

    .ocs-content-body p {
        font-size: 14px;
    }

    .ocs-content-body .cmn-btn {
        height: 40px;
    }

    .wc-left .sec-head h2 {
        font-size: 18px;
    }

    .sec-head.left-sm p {
        font-size: 14px;
    }

    .sec-head.left-sm .cmn-btn {
        height: 40px;
    }

    .faq-categories ul li {
        width: 100%;
        text-align: center;
    }

    /*Home Page */

    /*home new*/
    .ds-main-head .search-form input {
        min-width: 140px;
    }

    .custom-switch {
        padding-left: 4rem;
    }

    .ds-main-head .nav-right-part {
        gap: 0px;
    }

    .sec-head h1 {
        font-size: 20px;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px;
    }

    .ds-body .sec-head h1 img {
        width: 20px !important;
    }

    .card-text .no-overflow h2 {
        font-size: 18px !important;
    }

    .card-text .no-overflow p {
        font-size: 16px !important;
    }

    .sec-head.no-line h2 {
        font-size: 20px !important;
    }

    .ds-anunce-head h3 {
        font-size: 18px !important;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px !important;
    }

    .ds-anunce-content p {
        font-size: 14px;
    }

    .btn-wrp .cmn-btn {
        height: 40px !important;
    }

    .singlebutton {
        margin-top: 10px;
    }

    .header-maxwidth .d-flex.align-items-center {
        display: block !important;
        align-items: unset !important;
    }

    .page-header-headings h1.h2 {
        font-size: 22px !important;
        text-align: center !important;
    }

    .secondary-navigation {
        margin-top: 20px;
        width: 100%;
    }

    .primary-navigation {
        display: block;
    }
    .testimonials .sec-head p {
    text-align: center;
}

    /*home new*/
}

@media only screen and (min-width:360px) and (max-width:389px) {
    .nav-right-part.ms-auto {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    .search-form input {
        width: 347px !important;
    }

    .nav-btn a {
        width: 220px;
    }

    .search-form {
        border-right: none;
    }

    .sec-head.head-center h1.h2-title {
        font-size: 18px;
    }

    .login-flow {
        padding: 30px 0 50px;
    }

    .box.py-3.modal-header.px-3 h4 {
        font-size: 16px;
    }

    .box.py-3.modal-body p {
        font-size: 14px;
    }

    .cmn-btn, .btn.btn-primary, .mark-as-done button.btn, .btn.btn-secondary, .add_block_button .block-add {
        font-size: 14px !important;
    }

    .box.py-3.modal-footer {
        justify-content: center;
    }

    h2, .h2-title, .academy-info-pg .sec-head h2, .contact-form-wrp .sec-head h2 {
        font-size: 20px;
    }

    .sec-head.head-center.head-white p {
        font-size: 14px;
    }

    .ftr-widget-inr .logo {
        width: 100px;
    }

    .ftr-widget-inr>p {
        font-size: 16px;
    }

    .ftr-widget-inr ul li a {
        font-size: 14px;
    }

    .footer-section.border-bottom .footer-support-link a {
        font-size: 14px;
    }

    .logininfo {
        font-size: 15px;
    }

    .tool_dataprivacy a {
        font-size: 15px;
    }

    div#theme_switch_link a {
        font-size: 15px;
    }

    .footer-section.p-3 {
        font-size: 15px;
    }

    .purgecaches {
        font-size: 15px;
    }

    div#\36 9537a805db4269537a805c7c62-reactive-debugpanel {
        font-size: 15px;
    }

    .copyright {
        font-size: 15px;
    }

    #course-search {
        order: 1;
    }

    .nav-btn {
        order: 2;
    }

    .hdr-btn {
        order: 3;
    }

    .input-grp .cmn-btn {
        height: 48px;
    }

    a.cmn-btn.hdr-btn {
        height: 40px;
    }

    a.cmn-btn.hdr-btn span.lgn-arr {
        margin-left: 2px;
    }

    .cmn-btn img {
        margin-left: 4px;
    }

    .sec-head.head-center.head-white a.cmn-btn {
        height: 40px;
    }

    /*Home Page */
    .hero-content-inr h1 {
        font-size: 22px;
    }

    .hero-content-inr p {
        font-size: 14px;
    }

    .hero-content-inr .cmn-btn {
        height: 40px;
        padding: 10px 15px;
    }

    .our-courses-sec.cmn-gap .sec-head h2 {
        font-size: 22px;
    }

    .ocs-content-head .h4-title {
        font-size: 16px;
    }

    .ocs-content-body p {
        font-size: 14px;
    }

    .ocs-content-body .cmn-btn {
        height: 40px;
    }

    .wc-left .sec-head h2 {
        font-size: 18px;
    }

    .sec-head.left-sm p {
        font-size: 14px;
    }

    .sec-head.left-sm .cmn-btn {
        height: 40px;
    }

    .faq-categories ul li {
        width: 100%;
        text-align: center;
    }

    /*Home Page */

    /*home new*/
    .ds-main-head .search-form input {
        min-width: 140px;
    }

    .custom-switch {
        padding-left: 4rem;
    }

    .ds-main-head .nav-right-part {
        gap: 0px;
    }

    .sec-head h1 {
        font-size: 20px;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px;
    }

    .ds-body .sec-head h1 img {
        width: 20px !important;
    }

    .card-text .no-overflow h2 {
        font-size: 18px !important;
    }

    .card-text .no-overflow p {
        font-size: 16px !important;
    }

    .sec-head.no-line h2 {
        font-size: 20px !important;
    }

    .ds-anunce-head h3 {
        font-size: 18px !important;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px !important;
    }

    .ds-anunce-content p {
        font-size: 14px;
    }

    .btn-wrp .cmn-btn {
        height: 40px !important;
    }

    .singlebutton {
        margin-top: 10px;
    }

    .header-maxwidth .d-flex.align-items-center {
        display: block !important;
        align-items: unset !important;
    }

    .page-header-headings h1.h2 {
        font-size: 22px !important;
        text-align: center !important;
    }

    .secondary-navigation {
        margin-top: 20px;
        width: 100%;
    }

    .primary-navigation {
        display: block;
    }
.testimonials .sec-head p {
    text-align: center;
}
    /*home new*/
}

@media only screen and (min-width:320px) and (max-width:359px) {

    /*Login Page */
    .nav-right-part.ms-auto {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    .search-form input {
        width: 294px !important;
    }

    .search-form {
        border-right: none;
    }

    .sec-head.head-center h1.h2-title {
        font-size: 18px;
    }

    .login-flow {
        padding: 30px 0 50px;
    }

    .box.py-3.modal-header.px-3 h4 {
        font-size: 16px;
    }

    .box.py-3.modal-body p {
        font-size: 14px;
    }

    .cmn-btn, .btn.btn-primary, .mark-as-done button.btn, .btn.btn-secondary, .add_block_button .block-add {
        font-size: 14px !important;
    }

    .box.py-3.modal-footer {
        justify-content: center;
    }

    h2, .h2-title, .academy-info-pg .sec-head h2, .contact-form-wrp .sec-head h2 {
        font-size: 20px;
    }

    .sec-head.head-center.head-white p {
        font-size: 14px;
    }

    .ftr-widget-inr .logo {
        width: 100px;
    }

    .ftr-widget-inr>p {
        font-size: 16px;
    }

    .ftr-widget-inr ul li a {
        font-size: 14px;
    }

    .footer-section.border-bottom .footer-support-link a {
        font-size: 14px;
    }

    .logininfo {
        font-size: 15px;
    }

    .tool_dataprivacy a {
        font-size: 15px;
    }

    div#theme_switch_link a {
        font-size: 15px;
    }

    .footer-section.p-3 {
        font-size: 15px;
    }

    .purgecaches {
        font-size: 15px;
    }

    div#\36 9537a805db4269537a805c7c62-reactive-debugpanel {
        font-size: 15px;
    }

    .copyright {
        font-size: 15px;
    }

    #course-search {
        order: 1;
    }

    .nav-btn {
        order: 2;
    }

    .hdr-btn {
        order: 3;
    }

    .input-grp .cmn-btn {
        height: 48px;
    }

    .nav-right-part a.cmn-btn.hdr-btn {
        height: 40px;
    }

    a.cmn-btn.hdr-btn span.lgn-arr {
        margin-left: 2px;
    }

    .cmn-btn img {
        margin-left: 4px;
    }

    .sec-head.head-center.head-white a.cmn-btn {
        height: 40px;
    }

    /*Login Page */

    /*Home Page */
    .hero-content-inr h1 {
        font-size: 22px;
    }

    .hero-content-inr p {
        font-size: 14px;
    }

    .hero-content-inr .cmn-btn {
        height: 40px;
        padding: 10px 15px;
    }

    .our-courses-sec.cmn-gap .sec-head h2 {
        font-size: 22px;
    }

    .ocs-content-head .h4-title {
        font-size: 16px;
    }

    .ocs-content-body p {
        font-size: 14px;
    }

    .ocs-content-body .cmn-btn {
        height: 40px;
    }

    .wc-left .sec-head h2 {
        font-size: 18px;
    }

    .sec-head.left-sm p {
        font-size: 14px;
    }

    .sec-head.left-sm .cmn-btn {
        height: 40px;
    }

    .faq-categories ul li {
        width: 100%;
        text-align: center;
    }

    /*Home Page */

    /*home new*/
    .ds-main-head .search-form input {
        min-width: 140px;
    }

    .custom-switch {
        padding-left: 4rem;
    }

    .ds-main-head .nav-right-part {
        gap: 0px;
    }

    .sec-head h1 {
        font-size: 20px;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px;
    }

    .ds-body .sec-head h1 img {
        width: 20px !important;
    }

    .card-text .no-overflow h2 {
        font-size: 18px !important;
    }

    .card-text .no-overflow p {
        font-size: 16px !important;
    }

    .sec-head.no-line h2 {
        font-size: 20px !important;
    }

    .ds-anunce-head h3 {
        font-size: 18px !important;
    }

    .sec-head h1 img, .ds-anunce-date>img {
        width: 20px !important;
    }

    .ds-anunce-content p {
        font-size: 14px;
    }

    .btn-wrp .cmn-btn {
        height: 40px !important;
    }

    .singlebutton {
        margin-top: 10px;
    }

    .header-maxwidth .d-flex.align-items-center {
        display: block !important;
        align-items: unset !important;
    }

    .page-header-headings h1.h2 {
        font-size: 22px !important;
        text-align: center !important;
    }

    .secondary-navigation {
        margin-top: 20px;
        width: 100%;
    }

    .primary-navigation {
        display: block;
    }
.testimonials .sec-head p {
    text-align: center;
}

    /*home new*/
}
