html,
body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

h1 {
    color: #0F1925;
    font-size: 72px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

h2 {
    color: #0F1925;
    font-size: 52px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

h3 {
    color: #0F1925;
    font-size: 42px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

h4 {
    color: #0F1925;
    font-size: 32px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

h5 {
    color: #0F1925;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

h6 {
    color: #0F1925;
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

p {
    color: #0F1925;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 21px 12px 21px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    background: #437BBE;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background: #08A09C;
    color: #fff
}

.site-header {
    box-shadow: 10px 10px 30px 0px rgb(0 0 0 / 5%);
}

.home .site-header {
    box-shadow: 5px 5px 40px 0px rgb(0 0 0 / 5%);
}

.site-header .main-header {
    padding-top: 40px;
    padding-bottom: 44px;
    transition: 0.5s ease;
    background-color: #fff;
}

.site-header.sticky .main-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 24px;
    box-shadow: 5px 5px 40px 0px rgb(0 0 0 / 5%);
}

.site-header.sticky .logo img {
    max-width: 195px;
}

.top-nav {
    margin-right: 33px;
}

.enumenu_ul li.menu-btn {
    margin-right: 20px;
}

.cources-slide-content a.open-popup-link:hover img {
    transform: rotate(45deg);
}

.header-top {
    background: #437BBE;
    color: #FFFFFF;
    text-align: right;
    padding: 16.5px 0;
}

.header-top p,
.header-top a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    text-decoration: none;
}

.header-top a:hover {
    color: #fff;
    text-decoration: underline;
}

.header-top-slid {
    font-size: 14px;
    line-height: 18px;
    border-left: 0.5px solid #fff;
    border-right: 0.5px solid #fff;
    padding: 0 10px;
}

.header-right {
    width: 78%;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
}

.search-cart-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-box {
    position: absolute;
    bottom: -10px;
    width: 240px;
    height: 0;
    transform: translateY(100%);
    background-color: #08A09C;
    transition: all 0.3s;
    right: 54px;
    z-index: 123
}

.search-box .search-input {
    width: 100%;
    height: 100%;
    padding: 1em 1em;
    border: 0;
    background-color: transparent;
    opacity: 0;
    color: #fff;
}

.search-box .search-input::-webkit-input-placeholder {
    color: #fff;
}

.show.search-box {
    height: 46px;
}

.show.search-box .search-input {
    opacity: 1;
}

.search-button {
    margin-right: 20px;
}

.search-toggle {
    position: relative;
    display: block;
    height: 22px;
    width: 22px;
}

.search-toggle::before,
.search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.1s;
}

.search-toggle::before {
    border: 2px solid #437BBE;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -2px;
}

.search-toggle::after {
    height: 2px;
    width: 16px;
    background: #437BBE;
    top: 20px;
    left: 14px;
    transform: rotate(45deg);
}

.search-toggle.active::before {
    width: 0;
    border-width: 1px;
    border-radius: 0;
    transform: rotate(45deg);
    top: -1px;
    left: 14px;
}

.search-toggle.active::after {
    width: 22px;
    left: 4px;
    top: 9px;
}

.search-input:focus {
    outline: none;
}

.search-cart-icon a:hover {
    opacity: 0.7;
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.home-banner-bottom {
    background: #203E60;
    text-align: center;
    padding: 20px 0;
}

.home-banner-bottom p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.pick-a-course {
    padding-top: 120px;
}

.pick-a-course-left {
    width: 36%;
}

.pick-a-course-right {
    width: 51.5%;
    margin-left: auto;
}

.all-courses {
    padding-top: 54px
}

.all-courses-tab {
    padding-bottom: 60px;
}

.all-courses-tab ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    background-color: #00CCA2;
    border-radius: 10px;
}

.all-courses-tab ul li:last-child {
    margin-right: 0
}

.all-courses-tab ul li a {
    text-decoration: none;
    text-shadow: -.25px -.25px 0 transparent, .25px .25px transparent;
    position: relative;
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
}

.all-courses-tab ul li a:after {
    content: "";
    height: 3px;
    width: 100%;
    bottom: -3px;
    left: 0;
    position: absolute;
    background: white;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

.all-courses-tab ul li a.active,
.all-courses-tab ul li:hover a {
    color: white;
    text-shadow: -.25px -.25px 0 #08A09C, .25px .25px #08A09C;
}

.all-courses-tab ul li a.active:after,
.all-courses-tab ul li:hover a:after {
    opacity: 1;
}

.courses-container {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}

.all-courses ul.filter-option>li {
    padding: 0 15px;
    flex: 1;
    text-align: center;
    position: relative;
}

.all-courses ul.filter-option {
    background-color: #00CCA2;
}

.all-courses ul.filter-option>li:not(:last-child):after {
    content: '';
    height: 100%;
    position: absolute;
    width: 2px;
    right: 0;
    top: 0;
    background-color: #fff;
}

.all-courses-tab ul li a.active {
    font-weight: 600;
}

.all-courses-tab-content {
    position: relative;
    overflow: hidden;
}

.all-courses-tab-content>div:not(:first-child) {
    display: none;
}

section.all-courses .slick-track {
    display: flex;
}

section.all-courses .slick-track .cources-slide {
    height: inherit;
}

.cources-slide-content {
    position: relative;
    border: 1px solid rgb(28 40 68 / 10%);
    padding: 69px 22px 30px 28px;
    background-color: #FBFBFB;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    height: 100%;
}

div#course-posts-container .cources-slide-content {
    padding-top: 28px;
    background: #ECEDF0;
}

div#course-posts-container a.open-popup-link img.visitbtn-icon {
    filter: brightness(0);
}

.cources-slide-content .btn-group-main {
    margin-top: 30px;
}

.cources-slide-content h3,
.cources-slide-content h4 {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 13px;
    line-height: 29px;
}

.cources-slider .slick-list {
    padding-left: 0px !important;
    margin: 0 -15px;
}

.cources-slide-content .btn {
    padding-top: 14px;
    padding-bottom: 14px;
}

.cources-slider .slick-slide {
    padding: 0 15px;
}

.cources-slide>img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 260px;
    object-fit: cover;
}

.cources-slide-content h3 img {
    margin-right: 10px
}

.cources-slide-content h2 {
    margin-bottom: 5px;
}

.cources-slide-content span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    background: #00CCA2;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    right: 30px;
    top: -50px;
}

.cources-slide-content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.duration-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.find-instructor .page-section h3 {
    margin-bottom: 40px;
}

.duration-cta>.btn {
    margin: 0;
    padding: 20px 30px;
}

.duration-details h4 {
    margin: 0;
}

.cources-slide-content a.open-popup-link {
    font-weight: bold;
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.cources-slide-content a.open-popup-link>p {
    margin: 0 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}

.cources-slide-content form.cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
    padding-top: 7px;
}

.cources-slide-content form.cart .quantity {
    width: 100%;
}

.cources-slide-content button.btn.course-button.course-button-class {
    margin: 0;
    padding: 14px 30px;
}

.cources-slide-content a.open-popup-link img {
    margin-left: 10px;
}

.cources-slide-img img {
    width: 80%;
    height: 80%;
    display: block;
    object-fit: cover;
}

.cources-slide-img {
    display: flex;
    height: 200px;
    background-color: #ecedf0;
    align-items: center;
    justify-content: center;
}

.section1-btm-img-div figure {
    margin: 0;
}

.cources-slide-inner {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.cources-slider .slick-arrow {
    bottom: 0;
    transform: none;
    top: auto;
    display: none !important;
}

.cources-slider .slick-next.slick-arrow {
    right: 150px;
}

.cources-slider .slick-prev.slick-arrow {
    left: auto;
    right: 220px;
}

.cources-slider {
    padding-bottom: 120px;
    margin-bottom: 0;
}

.home-banner {
    padding-top: 2px;
    overflow: hidden;
    padding-bottom: 36px;
}

.home-banner-img {
    position: relative;
    z-index: 12;
    margin-left: auto;
    flex: 1;
}

.home-banner-img img {
    margin: 0 -50px 0 auto;
    display: block;
}

.home-banner-img:after {
    width: 55vw;
    height: calc(100% - 68px);
    top: 38px;
    content: "";
    position: absolute;
    background: #437BBE;
    left: 0;
    border-radius: 80px 0px 0 0;
    z-index: -1;
}

.home-banner-top {
    max-width: 1170px;
    margin: auto;
    position: relative;
    padding: 0 15px;
}

.start-right {
    position: absolute;
    right: 50px;
    max-width: 170px;
    width: 100%;
}

.start-right span {
    display: block;
    color: #203E60;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.home-banner-content {
    width: 52.8%;
    padding-top: 10px;
    padding-right: 20px;
}

.home-banner-content h1 {
    margin-bottom: 20px;
}

.home-banner-content h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.home-banner-content h2 span {
    width: calc(100% - 262px);
    margin-left: 19px;
}

.home-banner-content .add-padding span {
    margin-left: 0;
}

.home-banner-content p {
    margin-bottom: 40px;
}

.home-banner-content a {
    color: #00CCA2;
    text-decoration: underline;
}

.home-banner-content a.btn.course-button {
    padding: 20px 30px;
}

.home-banner-top .d-flex {
    align-items: center;
}

.new-wrapper {
    display: none;
}

.top-text {
    width: 187px;
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto 66px;
    right: -46px;
    position: relative;
}

.top-text:after {
    content: "";
    background: url(../../assets/images/OBJECTS.svg) no-repeat;
    position: absolute;
    left: -151px;
    bottom: -107px;
    height: 117px;
    width: 100px;
    background-size: cover;
}

.what-make-choice {
    text-align: center;
    padding-top: 119px;
    padding-bottom: 99px
}

.what-make-choice h2 {
    margin-bottom: 40px;
}

.what-make-choice p {
    margin-bottom: 27px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.what-make-choice-list {
    margin: 63px -20px 0;
}

.what-make-choice-box {
    width: calc(25% - 20px);
    background: #FBFBFB;
    padding: 40px 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px
}

.what-make-choice-box .icon-img {
    width: 100px;
    height: 100px;
    background: #08A09C;
    border-radius: 50%;
    padding: 10px;
    line-height: 76px;
    margin: 0 auto 20px;
}

.what-make-choice-box h3 {
    font-size: 24px;
    font-weight: 600;
    max-width: 160px;
    margin: 0 auto;
}

.testimonials {
    background: #FBFBFB;
    padding-top: 120px;
    padding-bottom: 116px;
    text-align: center;
}

.testimonials-container {
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.testimonials-slider-img .slick-slide {
    margin: 14px 18px
}

.testimonials-slider-img .slick-slide img {
    cursor: pointer;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}

.testimonials-slider-img .slick-slide.slick-current.slick-center {
    transform: scale(1.33);
}

.testimonials-slider-img {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}

.slick-arrow {
    border: 1px solid #203E60;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 0;
}

.slick-next.slick-arrow {
    right: 0;
    z-index: 123;
    transition: all 0.15s ease-in-out;
}

.slick-arrow:hover {
    background: #08A09C;
    color: #fff;
    border-color: #08A09C;
}

.slick-arrow:hover:after {
    color: #fff !important;
}

.slick-prev.slick-arrow {
    left: 0;
    z-index: 123;
}

.slick-next.slick-arrow:after {
    position: absolute;
    content: "\f345";
    font-size: 22px;
    left: 0;
    top: 0;
    font-family: dashicons;
    color: #203E60;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev.slick-arrow:after {
    position: absolute;
    content: "\f341";
    font-size: 22px;
    left: 0;
    top: 0;
    font-family: dashicons;
    color: #203E60;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-slide {
    padding: 0 128px;
}

.testimonials-slide p {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
}

.testimonials-slide h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonials-slide h5 {
    font-weight: 400
}

.testimonials-slider {
    margin-top: 61px;
}

.slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.about-cloudwise {
    padding-top: 121px;
    margin-bottom: 74px
}

.about-cloudwise-left {
    width: 39%;
}

.about-cloudwise-right {
    width: 56%;
    margin-left: auto;
}

.about-cloudwise h2 {
    margin-bottom: 20px;
}

.about-cloudwise p {
    margin-bottom: 29px;
}

.about-cloudwise-slider .slick-slide {
    margin: 0 15px;
}

.about-cloudwise-slider .slick-slide img {
    width: 100%;
    border-radius: 10px;
}

.about-cloudwise-slider-arrow {
    width: 100px;
    height: 100px;
    background: #1C2844;
    text-align: center;
    border-radius: 100%;
    position: relative;
    margin-left: auto;
    margin-right: calc(750px / 2);
    margin-top: -128px;
}

.about-cloudwise-slider-arrow .slick-arrow {
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 0;
}

.about-cloudwise-slider-arrow .slick-arrow:after {
    color: #fff;
    transition: all 0.15s ease-in-out;
}

.about-cloudwise-slider-arrow .slick-arrow:hover:after {
    color: #a1a1a1 !important;
}

.about-cloudwise-slider-arrow .slick-next.slick-arrow {
    right: 40px;
}

.about-cloudwise-slider-arrow .slick-prev.slick-arrow {
    left: 20px;
}

.about-cloudwise-slider {
    margin-top: 22px;
}

.about-cloudwise-slider .slick-track {
    display: flex;
    align-items: center;
}

.our-resources {
    text-align: center;
    padding-top: 12px;
    background: #FBFBFB;
    position: relative;
    z-index: 12;
    padding-bottom: 116px
}

.our-resources:before {
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 600px;
}

.our-resources h2 {
    margin-bottom: 19px;
}

.our-resources h2+p {
    font-size: 24px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.tabs-nav ul {
    margin: 0;
    padding: 0;
}

.tabs-nav li {
    display: inline-block;
    background: #fff;
    transition: all 0.15s ease-in-out;
    color: #203E60;
    border: 1px solid #203E60;
    border-radius: 100px;
    margin: 0 10px 10px;
}

.tabs-nav a {
    display: block;
    padding: 10px 30px 10px 30px;
    font-weight: 400;
    color: #203E60;
    font-size: 20px;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out
}

.submenu-item-child-outer .child-submenu-last .child-submenu-last-head:last-child {
    border: none;
}

/* Active tab */
.tabs-nav li.active,
.tabs-nav li:hover {
    background: #08A09C;
    color: #fff;
    border-color: #08A09C
}

.tabs-nav li.active a,
.tabs-nav li:hover a {
    color: #fff;
}

.tabs-nav {
    margin-bottom: 30px;
    margin-top: 57px;
}

/* Tab content */
.tabs-content {
    overflow: hidden;
}

.tabs-content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 54px;
}

.tabs-content div:not(:first-child) {
    display: none;
}

.latest-resources-box {
    display: block !important;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.latest-resources {
    justify-content: space-between;
    margin-bottom: 31px;
}

.latest-resources-box a {
    border: 1px solid #0000001A;
    padding: 20px 20px 40px 20px;
    margin-bottom: 0 !important;
    height: 100%;
    display: block;
    border-radius: 10px;
    text-align: left;
    text-decoration: none !important;
    background: #fff;
}

.latest-resources-box h4 {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
    margin-top: 23px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.latest-resources-box p {
    font-size: 16px;
    color: #0F1925;
    font-weight: 400;
    margin-bottom: 0;
}

.latest-resources-box a:hover h4 {
    color: #08A09C;
}

.latest-resources-box img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.trusted-customer {
    padding: 61px 0 60px 0;
}

.trusted-customer-left {
    width: 44%;
}

.trusted-customer-right {
    width: 56%;
    padding-left: 32px;
}

.trusted-customer-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 41px;
    justify-content: center;
}

.trusted-customer-logo-box {
    width: 212px;
    height: 142px;
    background: #ECEDF0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px 20px;
}

.trusted-customer-logo-box:first-child figure img {
    position: relative;
    top: 12px;
}

.trusted-customer-logo-box img {
    width: 100%;
}

.trusted-customer-logo-box figure {
    margin: 0 !important
}

.blog-and-videos .latest-resources {
    margin-top: 39px;
    margin-bottom: 40px
}

section.blog-and-videos {
    padding-bottom: 58px;
}

.certifications-left {
    width: 18%;
}

.certifications-left img {
    width: 100%
}

.certifications-right {
    width: 78.6%;
    margin-left: auto;
}

.certifications-section {
    padding-bottom: 78px;
}

.certifications-section .btn {
    text-decoration: underline;
}

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

.contact-content {
    margin-left: 20px;
}

.contact-content h4 {
    font-size: 24px
}

.contact-content a {
    font-size: 20px;
    font-weight: 300;
    color: #0F1925;
    text-decoration: none;
}

.contact-content a:hover {
    color: #08A09C;
}

.contact-page-info {
    justify-content: space-between;
    margin-top: 58px;
    display: none !important;
}

.contact-page-box {
    margin-bottom: 20px;
    align-items: center;
    border: 1px solid #0F192533;
    padding: 40px 40px;
    width: calc(50% - 15px);
    border-radius: 10px;
}

.icon-box {
    width: 90px;
    height: 90px;
    background: #08A09C;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    line-height: 64px;
}

.wpcf7-form-control {
    width: 100%;
    border: 1px solid #00000033;
    font-family: "Inter", sans-serif;
    padding: 19px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #0F1925;
}

form label {
    display: block;
    margin-bottom: 0;
}

form br {
    display: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

textarea {
    resize: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    max-width: 154px;
    border-radius: 5px;
}

form .d-flex .wpcf7-form-control-wrap {
    width: calc(33.33% - 15px);
}

form .d-flex .wpcf7-form-control-wrap[data-name="your-email"] {
    width: calc(50% - 15px) !important;
}

form .d-flex .wpcf7-form-control-wrap[data-name="your-phone"] {
    width: calc(50% - 15px) !important;
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #0F1925;
}

.contact-section form.wpcf7-form {
    margin-top: 42px;
}

.contact-section form.wpcf7-form textarea {
    height: 190px;
}

.computer-setup-section {
    padding-bottom: 110px;
}

.computer-setup-section ul {
    margin-left: 16px;
    list-style: none;
}

.computer-setup-section ul li:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #00CCA2;
    border-radius: 50%;
}

.computer-setup-section ul li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    color: #0F1925;
    font-weight: 300;
    position: relative;
}

.computer-setup-section p {
    margin-bottom: 30px;
}

.computer-setup-section h2 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.computer-setup-section h3 {
    margin-top: 49px;
    margin-bottom: 29px;
}

body.search.search-no-results section.site-content {
    padding: 90px 0;
    text-align: center;
}

.error404 {
    height: 100%;
    color: #ffffff;
}

.error404 #top {
    display: none !important;
}

.error404 .logo-wrap {
    max-width: 250px;
    margin: auto auto 35px;
}

.error-404.not-found {
    text-align: center;
    padding: 60px 0;
    max-width: 1000px;
    margin: 0 auto;
}

p.tagline.font-size-colossal.font-xl.font-weight-bold {
    font-size: 46px;
    margin-bottom: 0;
}

.error404 #page {
    height: 100%;
}

.error404 .page-content-section {
    height: 100%;
    padding: 140px 0;
}

ul.footer-menu>li>a {
    color: #fff;
}

footer {
    background: #437BBE;
    padding: 80px 0;
    color: #fff;
}

.footer-grid {
    margin-right: 5.8%;
    margin-bottom: 18px
}

.footer-logo span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer-logo a {
    color: #FFFFFF !important;
    font-size: 18px;
    display: table;
    text-decoration: none;
    font-weight: 400;
}

.footer-logo a:hover {
    text-decoration: underline;
}

.footer-logo>*:last-child {
    margin-top: 16px;
}

.footer-grid:last-child {
    margin-right: 0
}

.footer-info a {
    color: #FFFFFF !important;
    font-size: 16px;
    text-decoration: none;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-info p {
    margin: 0
}

.footer-bottom {
    border-top: 1px solid #FFFFFF33;
    padding-top: 20px;
}

.footer-bottom .d-flex {
    justify-content: space-between;
}

.footer-bottom .d-flex div {
    width: 50%;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.footer-info p {
    margin: 0 0 10px 0;
}

.footer-bottom a {
    color: #FFFFFF !important;
    font-size: 14px;
    text-decoration: none;
    border-left: 1px solid #fff;
    margin-left: 18px;
    padding-left: 20px;
}

.footer-bottom a:first-child {
    border: 0;
}

.footer-info i {
    color: #fff;
    margin-right: 16px
}

.footer-info i.far.fa-phone {
    transform: rotate(90deg);
}

.footer-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-info ul li {
    margin-bottom: 18px;
}

footer a:hover {
    color: #08A09C;
}

footer h5 {
    color: #fff;
    margin-bottom: 20px;
}

.social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

.social ul li {
    margin-right: 21px;
}

.social ul li a {
    font-size: 20px;
    color: #fff;
}

.social ul li a i {
    transition: all 0.15s ease-in-out;
    margin-right: 0
}

.social ul li a:hover,
.social ul li a:hover i {
    color: #08A09C;
}

footer .social {
    margin-top: 25px;
}

nav.woocommerce-MyAccount-navigation>ul>li {
    display: block;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-account.woocommerce-page div#main {
    padding-bottom: 80px;
}

.bn-filter {
    padding-top: 80px;
}

body.woocommerce-shop div#primary {
    max-width: 1170px;
    padding: 80px 15px;
    margin: 0 auto;
}

body.woocommerce-shop div#secondary {
    display: none;
}

@media (max-width:767px) {
    .error404 .page-content-section {
        padding: 50px 0 0;
    }
}

.error404 .error-main {
    max-width: 530px;
    margin: auto;
    padding: 5%;
    background: rgba(40, 41, 45, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.17);
    box-shadow: 0 0px 60px rgba(0, 0, 0, 0.15);
}

@media (max-width:767px) {
    .error404 .error-main {
        padding: 55px 5%;
        margin-bottom: 50px;
    }
}

.error404 .error-main .title-404 {
    font-size: 150px;
    line-height: 0.8;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .error404 .error-main .title-404 {
        font-size: 100px;
        margin-bottom: 10px;
    }
}

.error404 .error-main .content-404 h3 {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 20px 0;
    font-size: 22px;
}

@media (max-width:767px) {
    .error404 .error-main .content-404 h3 {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .error404 .error-main .content-404 p {
        line-height: 1.25em;
        font-size: 15px;
    }
}

.error404 .bg-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    pointer-events: none;
    top: 0;
}

.error404 .btn-primary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 1;
    color: #ffffff;
}

.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 48px;
    word-wrap: break-word;
}

.widget-area .widget h3 {
    margin-bottom: 10px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    line-height: 1.846153846;
}

.widget-area .textwidget ul,
.widget-area .textwidget ol {
    list-style: disc outside;
    margin: 0 0 24px;
}

.widget-area .textwidget li>ul,
.widget-area .textwidget li>ol {
    margin-bottom: 0;
}

.widget-area .textwidget ol {
    list-style: decimal;
}

.widget-area .textwidget li {
    margin-left: 36px;
}

.widget-area .widget ul ul {
    margin-left: 12px;
}

.widget-area .widget a {
    color: #757575;
}

.widget-area .widget a:hover {
    color: #21759b;
}

/* =Widgets
-------------------------------------------------------------- */
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    margin-left: 12px;
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.846153846;
    color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}

#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}

.widget_twitter li {
    list-style-type: none;
}

.widget_twitter .timesince {
    display: block;
    text-align: right;
}

.widget_search label {
    display: block;
    font-size: 13px;
    line-height: 1.846153846;
}

.widget_search input[type="text"],
.widget_search input[type="search"] {
    width: 70%;
}

.widget-area .search-form form {
    position: relative;
}

.widget-area .search-form input {
    width: 100%;
    padding-right: 33px;
}

.widget-area .search-form input.search-button {
    width: 35px;
    height: 30px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 4px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* =Blog main content and comment content
-------------------------------------------------------------- */
.entry-content .item {
    margin-bottom: 50px;
}

.entry-content .item .title {
    font-size: 30px;
    margin-bottom: 5px;
}

.entry-content .item .meta-box {
    margin-bottom: 25px;
}

.entry-content .item .meta-box>div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #999;
    font-size: 14px;
}

.entry-content .item .meta-box .post-category a {
    display: inline-block;
    vertical-align: middle;
}

.entry-content .item .img-blk {
    margin-bottom: 20px;
}

.page-numbers {
    padding-left: 0;
}

/* paginiation text color */
.page-numbers .page-numbers,
.page-numbers .page-numbers.next:hover,
.page-numbers .page-numbers.prev:hover,
.page-numbers .page-numbers.next,
.page-numbers .page-numbers.prev {
    color: #999;
    border-color: #999;
}

.page-numbers li {
    list-style: none;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
}

.page-numbers .page-numbers {
    border: 1px solid;
    width: auto;
    padding: 3px 15px;
    display: block;
}

/* paginiation hover and selected color */
.page-numbers .page-numbers:hover,
.page-numbers .page-numbers.current {
    background: #4ecfcc;
    color: #fff;
    border-color: #4ecfcc;
}

.page-numbers .page-numbers.next:hover,
.page-numbers .page-numbers.prev:hover,
.page-numbers .page-numbers.next,
.page-numbers .page-numbers.prev {
    border: 0;
    background: none;
}

.page-numbers .page-numbers.prev {
    padding-left: 0;
}

/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
    overflow: hidden;
}

.image-attachment div.attachment {
    text-align: center;
}

.image-attachment div.attachment p {
    text-align: center;
}

.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.image-attachment .entry-caption {
    margin-top: 8px;
}

/*Responsive css start here*/
.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}

.menu-icon .menu-box {
    width: 40px;
    height: 34px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 13px;
}

.menu-icon .menu-box span:first-child {
    width: 24px;
}

.menu-icon .menu-box span:last-child {
    width: 20px;
}

.menu-icon .menu-box span {
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    background: #08A09C;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(7px) translateX(7px);
    -webkit-transform: rotate(45deg) translateY(7px) translateX(7px);
    width: 29px;
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    width: 28px;
}

.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}

.enumenu_ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.enumenu_ul>li {
    position: relative;
    list-style: none;
}

.enumenu_ul li a {
    font-size: 14px;
    color: #0F1925;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}

.enumenu_ul li:hover a {
    color: #08A09C;
}

.enumenu_ul li {
    margin: 0 31px 0 0;
    list-style: none;
    position: relative;
}

.enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #08A09C;
    min-width: 170px;
    padding-top: 13px;
    position: absolute;
    top: 100%;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
    transition: transform 0.3s linear;
}

.menu-item:hover .sub-menu {
    transform: rotateX(0deg);
}

.enumenu_ul.desk ul li {
    margin: 0 0 13px 0;
    padding: 0 14px 0;
}

.enumenu_ul.desk ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.enumenu_ul.desk ul li a:hover {
    color: #203E60;
}

.enumenu_ul.desk li.menu-btn a {
    color: #fff;
    background: #00CCA2;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.enumenu_ul.desk li.menu-btn a:hover {
    background: #08A09C;
    color: #fff;
}

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}

.enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}

.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url(../../assets/images/plus.svg) no-repeat center center;
    cursor: pointer;
    z-index: 999;
    background-size: 23px;
}

.enumenu_ul .arrow.up {
    background: url(../../assets/images/minus.svg) no-repeat center center
}

.class-prework-section ul {
    list-style: none;
    margin: 42px 0 83px 0;
}

.class-prework-section ul li {
    border: 1px solid #1C28441A;
    background: #FBFBFB;
    padding: 30px 41px;
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.class-prework-section ul li a {
    color: #0F1925;
    text-decoration: none;
}

.class-prework-section ul li a:hover {
    color: #08A09C;
}

.class-prework-section ul li::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 43px;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    display: none;
}

.class-prework-section {
    padding-bottom: 35px;
}

.class-prework-section p {
    margin-bottom: 40px
}

.accordian-text {
    border: 1px solid #00000033;
    text-align: left;
    color: #425364;
    cursor: pointer;
    position: relative;
    margin-bottom: 40px;
}

.accordian-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 40px 75px 39px 20px;
}

.accordian-text h3>a {
    text-decoration: underline;
    color: inherit;
}

.accordian-wrap {
    display: none;
    padding: 0 20px 19px 20px;
    max-width: calc(100% - 100px);
    font-size: 18px;
    font-weight: 300;
    color: #0F1925;
}

.resources-accordian-wrap .accordian-wrap a:not(.btn) {
    margin: 0;
    display: inline-block;
}

.accordian-wrap p {
    margin-bottom: 20px !important
}

.faq-section {
    padding-bottom: 60px;
}

.accordian-text:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #000000;
    position: absolute;
    right: 38px;
    top: 29px;
    font-size: 30px;
    z-index: -1;
}

.accordian-text.active:after {
    content: "\f077";
}

.accordian-wrap p:empty {
    margin: 0 !important;
}

.accordian-wrap p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #0F1925;
}

.accordian-wrap p span {
    font-weight: 300 !important;
}

.accordian-with-text {
    margin-top: 60px;
}

.link-respo {
    display: none;
}

.blog-detail-section img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 40px;
}

.author-date-social .social ul {
    margin-bottom: 0
}

.author-date-social .social ul li {
    width: 40px;
    margin-right: 10px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #437BBE;
    box-shadow: 0px 2px 0px #304A6F;
    margin-left: 0;
}

.author-date-social {
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    margin-bottom: 32px;
}

.author-date-social p {
    font-size: 20px;
    font-weight: 700 !important;
    margin: 0 !important;
    max-width: 100% !important
}

.author-date-social .social ul li:last-child {
    margin-right: 0
}

section.blog-detail-section .content-left {
    width: 100%;
}

.author-date-social .social ul li a:hover i {
    color: #203E60;
}

.blog-detail-content {
    padding: 40px 38px;
    margin-bottom: 39px;
}

.blog-detail-content p a {
    color: #0F1925;
    text-decoration: underline;
}

.blog-detail-section p {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.blog-detail-section ul {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.blog-detail-section ul li {
    color: #0F1925;
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
    display: inline;
}

.blog-detail-content h4 {
    margin-bottom: 23px;
}

.blog-detail-content p {
    margin-bottom: 30px;
}

.blog-detail-content p:last-child {
    margin-bottom: 0
}

.blog-detail-section .offer-card p {
    width: 100%;
}

.blog-detail-section .offer-card p strong {
    font-weight: 700;
}

.blog-detail-section .offer-card-btm {
    margin-top: 38px;
}

section.blog-detail-section .offer-card {
    margin-bottom: 2px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}

.breadcrumb-main {
    background-color: transparent;
    border-radius: 0;
    margin-top: 70px !important;
    margin-bottom: 38px !important;
    padding: 0;
}

.breadcrumb-main .breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb li a {
    color: #0F1925;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle;
}

.breadcrumb li a:hover {
    color: #00CCA2;
}

.breadcrumb-item span {
    font-size: 20px;
    font-weight: 700;
    color: #00CCA2;
    vertical-align: middle;
    display: inline;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}

.breadcrumb .container {
    padding: 0;
    max-width: 100%;
}

.breadcrumb-main .breadcrumb>li {
    display: inline;
}

.container p {
    font-weight: 300;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 20px;
    font-weight: 700;
    color: #00CCA2;
    content: "|";
    vertical-align: middle;
    padding-right: .4rem;
    position: relative;
}

.resources-accordian-text {
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 60px;
}

.resources-accordian-wrap {
    display: none;
    padding-top: 40px;
}

.resources-accordian-text>h3 {
    font-size: 20px;
    margin-bottom: 0;
    border-radius: 0px 10px 10px 0px;
    border-left: 5px solid #08A09C;
    color: #0F1925;
    padding: 20px 20px;
    background: #FBFBFB;
    position: relative;
    z-index: 12
}

.resources-accordian-text>h3:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #437BBE;
    position: absolute;
    right: 23px;
    top: 20px;
    font-size: 20px;
}

.resources-accordian-text.active>h3:after {
    content: "\f077";
}

.resources-accordian-wrap p {
    margin-bottom: 32px;
}

.resources-section {
    padding-bottom: 60px
}

.resources-accordian-wrap a:not(.btn) {
    display: table;
    font-size: 20px;
    text-decoration: underline;
    color: #0F1925;
    margin-bottom: 38px;
}

.resources-accordian-wrap a:not(.btn):hover {
    color: #08A09C;
}

.resources-accordian-box {
    padding-top: 40px;
}

.resources-accordian-wrap .accordian-text+.btn {
    margin-top: 20px;
}

.explore-more p {
    margin: 0;
    max-width: 100%
}

.explore-more h2 {
    font-size: 72px;
    margin-bottom: 19px;
}

.explore-more .resources-accordian-box {
    padding-top: 61px;
}

.class-sidebar form {
    position: relative;
}

.class-sidebar form input {
    border: 1px solid #00000033;
    width: 100%;
    border-radius: 10px;
    padding: 20px 20px 20px 59px;
    font-size: 20px;
    color: #0F1925;
    font-weight: 300;
}

.class-sidebar form img {
    position: absolute;
    left: 19px;
    top: 22px;
}

.class-content>h2,
.find-instructor h1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.class-content h2 span,
.find-instructor h1 span {
    width: calc(100% - 372px);
    margin-left: 19px;
}

.class-content .item-slider {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.class-content .item-slider .cources-slide {
    width: calc(50% - 15px);
    display: flex;
    flex-flow: column;
}

.class-sidebar,
.find-sidebar {
    width: 360px;
}

.class-content,
.find-instructor {
    width: calc(100% - 360px);
    padding-left: 30px;
}

.find-class-content {
    margin-top: 80px;
}

.find-sidebar-inner {
    position: sticky;
    top: 20px;
}

.find-sidebar ul li {
    margin-bottom: 20px;
}

.find-sidebar ul li a {
    padding: 19px 18px;
    color: #0F1925;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
    border: 1px solid #00000033;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

.find-sidebar ul li a:hover,
.find-sidebar ul li a.active {
    background: #437BBE;
    border: 1px solid #00000033;
    color: #fff;
}

.find-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.find-instructor h1 {
    margin-bottom: 31px;
}

.find-instructor h2 {
    margin-bottom: 35px;
}

.find-instructor h3 {
    margin-bottom: 36px;
}

.find-instructor .instructor-item-slider {
    list-style: none;
    margin: 40px 0 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.find-instructor .instructor-item-slider .cources-slide {
    width: calc(50% - 15px);
}

.find-instructor .instructor-item-slider h4,
.find-instructor .instructor-item-slider h3 {
    font-size: 16px;
    margin-bottom: 18px;
}

.find-instructor .instructor-item-slider h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 19px;
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 0
}

.find-instructor .instructor-item-slider .cources-slide-content p {
    margin-bottom: 20px;
}

.find-instructor .instructor-item-slider .cources-slide-content a:not(.btn) {
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
}

.find-instructor .accordion-body p {
    margin-bottom: 29px;
}

.find-instructor .accordion-head h5 {
    font-size: 20px;
    margin-bottom: 30px;
    border-radius: 0px 10px 10px 0px;
    margin-top: 28px;
    color: #0F1925;
    padding: 20px 20px;
    background: #ECEDF0;
    border: 1px solid #ECEDF0;
}

.find-instructor h6 {
    margin-bottom: 31px;
}

.find-instructor .accordion-body ul {
    margin-left: 30px;
    list-style: none;
    max-width: 630px;
}

.find-instructor .accordion-body ul li:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.find-instructor .accordion-body ul li {
    margin: 0 0 1px 0;
    padding: 0;
    font-size: 20px;
    color: #0F1925;
    font-weight: 300;
    position: relative;
}

.find-instructor .accordion-head {
    border-left: 5px solid #08A09C;
    position: relative;
    cursor: pointer;
}

.find-instructor .accordion-head:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../images/select-vector.svg) no-repeat center;
    right: 16px;
    top: 17px;
    transition: 0.4s ease;
    transform: rotate(180deg);
}

.find-instructor .accordion-head.closed:after {
    transform: rotate(0deg);
}

.find-instructor .accordion-body p {
    font-size: 20px;
    line-height: 1.5;
    color: #0F1925;
    font-weight: 300;
}

.instructor-class-section {
    padding-bottom: 80px;
}

.accordion-item {
    border: 1px solid #00000033;
    margin-bottom: 18px;
    border-radius: 10px;
    position: relative;
}

.accordion-header {
    cursor: pointer;
    padding: 20px 18px;
    color: #0F1925;
    font-size: 20px;
    font-weight: 700;
    z-index: 123;
    position: relative;
}

.accordion-content {
    display: none;
    margin: -3px 18px 20px 18px;
    border-top: 1px solid #00000033;
    padding-top: 21px;
}

.accordion-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-content ul li {
    margin-bottom: 20px;
}

.accordion-content ul li a {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}

.accordion-content ul li a:hover {
    color: #437BBE;
}

.accordion-item:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #437BBE;
    position: absolute;
    right: 19px;
    top: 18px;
    font-size: 20px;
}

.accordion-item.active:after {
    content: "\f077";
}

.class-sidebar .accordion {
    margin-top: 29px;
}

.find-a-class-section {
    padding-bottom: 63px;
}

.training-by-job-accordion-header {
    font-size: 62px;
    font-weight: 700;
    cursor: pointer;
    z-index: 12;
    position: relative;
}

.training-by-job-accordion-item {
    margin-bottom: 44px;
    position: relative;
}

.training-by-job-accordion-item:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #437BBE;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 47px;
}

.training-by-job-accordion-item.active:after {
    content: "\f077";
    top: 11px;
}

.training-by-job-accordion-content {
    padding-top: 11px;
    display: none;
}

.cources-side-img {
    width: 31.7%;
}

.cources-side-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}

.cources-side-content {
    width: 68.3%;
    padding: 34px 29px;
}

.cources-side-img-content {
    border: 1px solid #1C28441A;
    background: #FBFBFB;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

.cources-side-content h3 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.cources-side-content h3 img {
    margin-right: 10px
}

.cources-side-content h2 {
    margin-bottom: 12px;
}

.training-by-job-accordion-content p {
    margin-bottom: 30px;
}

.cources-side-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px
}

.cources-side-content p span {
    font-weight: 300
}

.cources-side-content p strong {
    font-weight: 600
}

.pagination-wrapper>ul>li>a {
    border: 1px solid #437BBE;
    width: 49px;
    height: 48px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.8;
    color: #437BBE;
    cursor: pointer;
}

.pagination-wrapper>ul>li>a:hover {
    color: #fff;
    background: #437BBE;
}

.pagination-wrapper>ul>li>a>svg path {
    fill: #437BBE;
}

.pagination-wrapper>ul>li>a:hover svg path {
    fill: #fff;
}

.pagination-wrapper li.selected a {
    background: #437BBE !important;
    color: white !important;
    border: 1px solid #437BBE !important;
}

.white-popup-block {
    max-width: 760px;
    width: 100%;
    margin: 100px auto;
    background: #fff;
    padding: 30px 30px;
    position: relative;
}

.mfp-content .white-popup-block .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px;
}

#hubspot-form h4 {
    margin-bottom: 15px;
    text-align: center;
}

.training-by-job-function-section {
    padding-bottom: 80px;
}

.submitted-message {
    font-size: 19px !important;
    text-align: center !important;
}

.accordian-wrap ul {
    margin-left: 20px;
    list-style: none;
}

.accordian-wrap ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 9px;
    width: 9px;
    height: 9px;
    background-color: #00CCA2;
    border-radius: 50%;
}

.accordian-wrap ul li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    color: #0F1925;
    font-weight: 300;
    position: relative;
}

.search-results .site-content {
    padding-top: 60px;
    padding-bottom: 100px;
}

.search-results article h2 {
    line-height: 1;
    margin: 0;
}

.search-results article {
    border-bottom: 1px solid #0000001A;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.search-results article h2 a {
    font-size: 24px;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    color: #0F1925;
    text-decoration: none;
}

.search-results article h2 a:hover {
    color: #08A09C;
}

.search-results article p {
    font-size: 16px;
}

.search-results .site-content .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

input#coupon_code {
    width: 190px;
}

.blog-detail-content ul li {
    width: 100%;
    display: list-item;
    font-weight: 300;
    list-style: disc;
    margin: 0 0 26px 0;
}

.blog-detail-content ul {
    margin-top: 35px;
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 30px;
}

.blog-detail-content ul li::marker {
    color: #00CCA2;
    font-size: 30px;
    line-height: 1;
}

.content-left {
    width: 68%;
}

.content-right-sidebar {
    width: 32%;
    padding-left: 30px;
}

.content-right-sidebar .saboxplugin-wrap {
    border: 0;
}

.content-right-sidebar .saboxplugin-wrap .saboxplugin-gravatar {
    float: none;
    padding: 0;
}

.content-right-sidebar .saboxplugin-wrap .saboxplugin-gravatar img {
    margin-bottom: 0 !important
}

.content-right-sidebar .saboxplugin-wrap .saboxplugin-authorname {
    font-size: 24px;
    line-height: 49px;
    margin-left: 0;
    color: #000000;
    margin-bottom: 20px;
}

.content-right-sidebar .saboxplugin-wrap .saboxplugin-authorname a {
    color: #000;
    font-weight: 700;
}

.content-right-sidebar .saboxplugin-wrap .saboxplugin-desc {
    display: block;
    margin: 5px 0;
}

.content-right-sidebar .saboxplugin-wrap .saboxplugin-socials {
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
    border-top: 0;
}

.content-left #ez-toc-container {
    background: transparent;
    border: 0;
    padding-left: 0;
}


.content-left #simple_content_block {
    display: none;
}

.see-all-cources {
    margin-top: 22px;
    background: #FBFBFB;
    border-radius: 8px;
    padding: 35px 24px;
}


.see-all-cources p {

    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: #000000;


}

.see-all-cources a.btn {
    width: 100%;
    font-size: 20px;
    padding: 17px 21px 17px 21px;
}

/********/
.course-button-class {
    background-color: #437BBE !important;
    text-decoration: none !important;
    box-shadow: 0px 2px 0px #304A6F !important;
}

.course-button-class:hover {
    box-shadow: 0px 0px 0px #304A6F !important;
}



.cloudwise-logo {
    width: 100%;
    height: 46px;
    object-fit: contain;
}

.sales-visit {
    object-fit: contain;
    text-align: start;
}

.visitbtn-icon {
    width: 15px;
    height: 15px;
    margin: auto;
    transition: 0.5s ease;
}

.btn:hover .visitbtn-icon,
.button:hover .visitbtn-icon {
    transform: rotate(45deg);
}

.button {
    text-decoration: none !important;
}

.visit-button p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #437BBE;
    margin-bottom: 0px;
}

.course-button {
    display: flex;
    gap: 10px;
    text-align: center;
    background-color: #00CCA2;
    border-radius: 60px;
    width: fit-content;
    padding: 20px 15px;
    margin-top: 12px;
    box-shadow: 0px 2px 0px #028368;
    transition: 0.5s ease;
}

.course-button:hover {
    box-shadow: 0px 0px 0px #028368;
}

.course-button a {
    display: flex;
    gap: 10px;
}

.visitbtn-icon {
    width: 15px;
    height: 15px;
    margin: auto;
    color: white
}

.course-button p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: white;
    margin-bottom: 0px;
}

.homepage-visitnow {
    padding: 60px;
    border-radius: 20px;
    background-color: #00CCA2;
    display: flex;
    gap: 30px;
    max-width: 1140px;
    margin: 0px auto;
}

section#logos_cta_section {
    padding: 60px 15px 121px 15px;
}

.homepage-visitleft {
    display: flex;
    gap: 30px;
    flex-direction: column;
    width: 25%;
    align-items: flex-start;
}

.cloudwise-logo {
    width: 100%;
    height: 46px;
    object-fit: contain;
}

.sales-visit {
    object-fit: contain;
    text-align: start;
}

.homepage-visit-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.homepage-visit-text {
    text-align: left;
    color: white;
}

.visit-button {
    display: flex;
    gap: 10px;
    text-align: center;
    background-color: white;
    border-radius: 60px;
    width: fit-content;
    padding: 20px 30px;
    box-shadow: 0px 2px 0px #304A6F;
}

.visit-button.btn:hover {
    background-color: #fff;
    box-shadow: 0px 0px 0px #304A6F;
}

.visitbtn-icon {
    width: 15px;
    height: 15px;
    margin: auto;
}

.visit-button p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #437BBE;
}

.section1-maincontainer {
    padding: 40px 0;
}

.section1-container {
    /* background-color: #f5f5f5; */
    /* padding: 40px 150px; */
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.section1-header {
    font-size: 81.4px;
    font-size: 72px;
    font-weight: 700;
    width: 75%;
    color: #0F1925;
    margin-bottom: 40px;
}

.section1-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
    gap: 60px;
}

.section1-content-left {
    background-color: rgba(219, 229, 241, 1);
    padding: 20px 30px;
    border-radius: 100px;
    display: flex;
    gap: 34px;
    margin: 10px 0px;
    width: 48%;
    justify-content: center;
    align-items: center;
}

.section1-content-image {
    width: 220px;
    height: 60px;
    object-fit: contain;
}

.section1-content-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #437BBE;
    margin-bottom: 0px;
}

.section1-content-right {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    color: #0F1925;
    width: 52%;
    margin: auto;
}

.section1-btm {
    display: flex;
    justify-content: end;
    gap: 40px;
}

.section-btm-header {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
}

.section1-btm-content-img {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.section1-btm-img-div {
    /* padding: 27px 11px; */
    background-color: #ECEDF0;
    width: 133px;
    height: 80px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

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


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

.homepage-section4-container {
    padding: 120px 0px 138px 0px;
    background-color: #ECEDF0;
    width: 100%;
}

.homepage-section4-childcontainer {
    max-width: 1170px;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0 15px;
}

.wmutbc-img {
    width: 43%;
    display: flex;
    align-items: center;
}

.hompage-section4-img {
    width: 100%;
    border-radius: 10px;
}

.homepage-section4-container-right {
    width: 57%;
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.homepage-section4-container-right h1 {
    text-align: left;
    color: #0F1925;
}

.homepage-section4-container-right p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #0F1925;
}

.homepage-section4-container-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    border-bottom: 1px dashed rgb(0 0 0 / 20%);
}

.ourteam-img-hp {
    width: 60px;
    height: 60px;
    z-index: 1;
    border-radius: 50%;
}

.homepage-section4-ourteam {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

.homepage-ourteam-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #0F1925;
}

.ourteam-hp-child {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
    padding-left: 20px;
    padding-top: 3px;
}

.ourteam-hp-child h1 {
    text-align: left;
    color: #0F1925;
}

.homepage-section4-ourteam:not(:last-child):before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: calc(100% + 10px);
    background-color: #0fd8a0;
    z-index: 1;
}

.offer-maincontainer {
    margin: auto;
    max-width: 1170px;
    padding: 0 0px 39px 0px;
    overflow: hidden;
}

section#offers-section {
    margin-top: 43px;
}

.blog-detail-section .offer-card p a {
    color: #0F1925;
    text-decoration: underline;
}

.blog-detail-content strong {
    font-weight: 700;
}

.blog-detail-content li a,
.blog-detail-content p a {
    text-decoration: underline;
    color: #0F1925;
}

.blog-detail-content li a,
.blog-detail-content p a:hover {
    text-decoration: none;
}

.offer-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 62px 60px 60px 60px;
    background: #ECEDF0;
    max-width: 1140px;
    margin: auto;
    border-radius: 20px;
    position: relative;
    margin-bottom: 80px;
}

.offer-card p {
    margin-bottom: 0px;
}

.offer-card h2 {
    text-align: left;
    color: #00CCA2;
    margin-bottom: 0px;
}

.offer-card-top {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.offer-card-top p {
    margin-bottom: 0px;
}

.offer-card-top h4 {
    text-align: left;
    color: #437BBE;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.offer-card-btm {
    padding-top: 60px;
    border-top: 2px dashed #00CCA2;
    margin-top: 9px;
    position: relative;

}

.offer-card-btm p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 0px;
}

.offer-card-btm a {
    color: #437BBE;
}

/* Left Circle */
.offer-card-btm::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-color: white;
    border-radius: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    left: -60px;
}

.custom-privateBtn input[type="submit"] {
    background-image: url('https://dev-cloudwise-learningnew.pantheonsite.io/wp-content/uploads/2024/11/btn-arrow.png');
    background-repeat: no-repeat;
    background-position: right 30px center;
    border-radius: 60px !important;
    background-color: #437BBE;
    padding-right: 45px;
}

/* Right Circle */
.offer-card-btm::after {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-color: white;
    border-radius: 50%;
    top: 0%;
    transform: translate(50%, -50%);
    right: -60px;
}


/* contact us start */
.contactus-right-section {
    width: 30%;
}

.contactus-left-section {
    width: 70%;
}

a {
    text-decoration: none;
    color: inherit;
}

.Contact-container {
    padding: 70px 150px;
    /* width: 100%; */
    background-color: #FFFFFF;
}

.contact-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
}

.contact-heading span {
    color: #00CCA2;
}

.contact-desc {
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-details {
    margin: 20px 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.contact-form {
    /* background-color: #00CCA2; */
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-desc h1 {
    margin: 0;
    padding: 0;
}

.contact-desc p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.contact-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30%;
    background-color: #ECEDF0;
    border-radius: 10px;
    height: fit-content;
}

.details-content {
    display: flex;
    gap: 12.5px;
    align-items: center;
}

.details-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.details-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    color: #0F1925;
    margin: 0;
}

/* checkout page*/
.woocommerce-input-wrapper .input-text {
    width: 100%;
}

/*  */
.course-button p {
    margin-bottom: 0px !important;
}

.homepage-section4-container-right>h2 {
    margin-bottom: 20px;
}

.ourteam-hp-child>h4 {
    color: #0F1925;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

section.testimonials_new {
    padding: 122px 0 60px 0;
}

section.testimonials_new .head {
    text-align: center;
    margin-bottom: 60px;
}

section.testimonials_new .body {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 59px 60px 58px 60px;
}

.testimonials_new_slide .star ul {
    display: flex;
    justify-content: center;
}

.testimonials_new_slide .star ul>li {
    display: block;
    margin: 0 2px;
}

.testimonials_new_slide .text p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #0F1925;
}

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

.testimonials_new_slide .text {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials_new_slide .user .name {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.testimonials_new_slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.testimonials_new_slider .slick-list {
    order: -1;
    margin-bottom: 61px;
}

.testimonials_new_slider button.slick-arrow {
    position: relative;
    transform: none;
    border-color: #437BBE;
    height: 48px;
    width: 48px;
}

.testimonials_new_slider button.slick-arrow.slick-next {
    order: 1;
}

.testimonials_new_slider ul.slick-dots {
    display: flex !important;
    width: calc(51% - 115px);
    background-color: #D9D9D9;
    border-radius: 40px;
    position: relative;
    margin: 0 79px 0 40px;
}

.testimonials_new_slider ul.slick-dots>li {
    display: block;
    height: 5px;
}

.testimonials_new_slider button.slick-arrow:after {
    content: "\f344";
    color: #437BBE;
}

.testimonials_new_slider button.slick-prev.slick-arrow:after {
    content: "\f340";
}

.testimonials_new_slider ul.slick-dots>li {
    flex: 1;
    background-color: #437BBE;
    display: inline-flex;
    align-items: center;
}

.testimonials_new_slider ul.slick-dots>li.slick-active {
    border-radius: 0px 40px 40px 0px;
}

.testimonials_new_slider ul.slick-dots>li.slick-active~li {
    background-color: transparent;
}

.testimonials_new_slider ul.slick-dots>li button {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    right: -30px;
}

.testimonials_new_slider ul.slick-dots>li:first-child {
    border-radius: 40px 0px 0px 40px;
}

.testimonials_new_slider ul.slick-dots>li:not(.slick-active) button {
    display: none;
}

.testimonials_new_slider button.slick-arrow:hover {
    border-color: #08A09C;
}

div#loader img {
    margin: 0 auto;
    display: block;
}

.page-template-private-group-training h1 {
    margin-bottom: 40px;
}

.page-template-private-group-training form.wpcf7-form {
    margin-top: 51px;
}

.page-template-private-group-training form.wpcf7-form select {
    appearance: none;
    background: url(../images/select-vector.svg) no-repeat center right 17px;
    padding-right: 55px;
}

.page-template-private-group-training form.wpcf7-form input.wpcf7-submit.btn {
    margin-top: 21px;
}

.citrix-self-paced-labs div#main>.container strong {
    font-size: 24px;
    font-weight: 500;
}

.citrix-self-paced-labs div#main>.container h1 {
    margin-bottom: 40px;
}

.two-column-img-list {
    display: flex;
    flex-wrap: wrap;
}

.two-column-img-list .two-column-img {
    margin-right: 40px;
}

.webinars_video_tab {
    display: inline-flex;
    background-color: #00CCA2;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 16px 7px;
    align-items: center;
    flex-wrap: wrap
}

.webinars_video_tab_single {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    margin: 0 33px;
    transition: 0.4s ease;
    cursor: pointer;
    text-align: center;
}

.webinars_video_tab_single.active {
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
    font-weight: 600;
}

.webinar-recordings-wrap {
    display: none;
}

.webinar-recordings-wrap.active {
    display: block;
}

.webinarresults .post-item,
.webinar-past-results .post-item {
    background-color: #ECEDF0;
    border-radius: 10px;
    padding: 40px 40px;
    margin-bottom: 40px;
}

.webinarresults .post-item h4,
.webinar-past-results .post-item h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 10px;
}

.webinarresults .meta-info p,
.webinar-past-results .meta-info p {
    font-size: 16px;
    line-height: 30px;
    color: #0F1925;
    font-weight: 600;
}

.webinarresults .post-item>p,
.webinar-past-results .post-item>p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.webinarresults .post-item>p:empty,
.webinar-past-results .post-item>p:empty {
    margin: 0;
}

.webinarresults .post-item>a,
.webinar-past-results .post-item>a {
    color: #437BBE;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

div#recordings>h2 {
    display: none;
}

.upcoming-webinars-wrap>h2 {
    display: none;
}

.webinarresults .cat-list,
.webinar-past-results .cat-list {
    display: flex;
    flex-wrap: wrap;
}

.webinarresults .cat-list li,
.webinar-past-results .cat-list li {
    color: #0F1925;
    font-size: 14px;
    line-height: 21px;
    display: block;
    font-weight: 500;
    border: 1px solid #4B4949;
    border-radius: 40px;
    padding: 3px 7px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.embeded_video {
    margin-top: 30px;
    position: relative;
}

.embeded_video .thumbnail_img img {
    width: 100%;
}

.embeded_video .thumbnail_img {
    border-radius: 10px;
    overflow: hidden;
}

.embeded_video .play-icn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.embeded_video .watch-btn a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    background-color: #00CCA2;
    border-radius: 40px;
    display: inline-block;
    padding: 4px 8px;
    text-decoration: none;
}

.embeded_video .watch-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.upcoming-webinars-wrap {
    display: none;
}

.upcoming-webinars-wrap.active {
    display: block;
}

.find-instructor .page-section h4 span {
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    margin-left: 20px;
}

.duration-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.find-instructor .page-section h3 {
    margin-bottom: 40px;
}

.duration-cta>.btn {
    margin: 0;
    padding: 20px 30px;
}

.duration-details h4 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

section.blog-and-videos .pagination-wrapper {
    justify-content: center !important;
}

section.blog-and-videos .pagination-wrapper li:last-child a {
    margin-right: 0;
}

section.blog-and-videos section.title_description .container {
    padding: 0;
}

.container section#breadcrumb .container {
    padding: 0;
}

.blog-detail-content h4 a {
    color: #0F1925;
    text-decoration: underline;
}

.blog-detail-content h4 a:hover {
    text-decoration: underline;
}

.search-cart-icon .wc-menu-cart__main .wc-menu-cart__product-image.product-thumbnail {
    display: none;
}

.search-cart-icon .wc-menu-cart__main .wc-menu-cart__product-name.product-name {
    grid-column-start: 1;
    padding: 10px 0;
}

.header-top-slider {
    display: none;
}

ul.cources-slider .slick-track {
    margin-left: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #437bbe;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

nav.woocommerce-pagination ul.page-numbers>li>* {
    display: flex !important;
    height: 40px;
    width: 40px;
    background-color: #437BBE !important;
    border: none;
    border-radius: 50%;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    margin: 5px 5px !important;
    box-shadow: 0px 2px 0px 0px #304A6F;
}

nav.woocommerce-pagination ul.page-numbers>li {
    border: none;
    overflow: visible;
}

nav.woocommerce-pagination ul.page-numbers {
    border: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #437bbe;
    color: #fff;
    border-radius: 50px;
}

.post.no-results.not-found form#searchform input#searchsubmit {
    color: #fff;
    background: #00CCA2;
    border: none;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 40px;
}

.post.no-results.not-found form#searchform input[type="text"] {
    height: 44px;
    border-radius: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #437bbe;
    color: #fff;
}

.woocommerce-checkout div#main {
    padding-bottom: 80px;
}

body.layer8-training-terms-and-conditions div#main {
    padding-bottom: 80px;
}

/*************/
div#customer_details>div {
    flex: 0 0 100%;
    max-width: 100%;
}

/*********************/
.woocommerce form .form-row label {
    display: block;
    width: 100%;
}

span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

span.woocommerce-input-wrapper input[type="text"],
span.woocommerce-input-wrapper input[type="email"],
span.woocommerce-input-wrapper textarea,
span.woocommerce-input-wrapper input[type="tel"] {
    height: 35px;
    border: 1px solid #888;
    padding: 3px 10px;
    color: #000;
    font-size: 16px;
}
div#customer_details>div{padding: 0px;}
@media (min-width:768px) {
    .all-courses-tab ul {
        display: flex !important;
    }

    div#custom_student_info>div {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1400px) {
    .find-instructor .page-section h3 {
        font-size: 40px;
    }
}

@media (max-width:1280px) {
    .home-banner-content h2 span {
        width: calc(100% - 230px);
    }

    .cources-slide-content span {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .about-cloudwise-slider-arrow {
        margin-right: calc(540px / 2);
        margin-top: -98px;
    }

    .home-banner-img img {
        margin: 0 -20px 0 auto;
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    .pick-a-course {
        padding-top: 80px;
    }

    .what-make-choice {
        padding-top: 69px;
    }

    .home-banner-top {
        padding-left: 15px;
        padding-right: 40px;
    }

    .home-banner-content h2 span {
        width: calc(100% - 180px);
    }

    .top-text:after {
        left: -130px;
    }

    .all-courses-tab ul li a {
        font-size: 18px;
    }

    .what-make-choice-list {
        margin-right: 0px;
        margin-left: 0px;
    }

    .testimonials-slide p {
        font-size: 28px;
    }

    .about-cloudwise-slider-arrow {
        margin-right: calc(440px / 2);
    }

    .enumenu_ul li {
        margin: 0 12px 0 0;
    }

    .top-nav {
        margin-right: 4px;
    }

    .logo {
        width: 200px;
    }

    .logo img {
        width: 100%;
    }

    .enumenu_ul li a {
        font-size: 13px;
    }

    .enumenu_ul li.menu-btn {
        margin-right: 12px;
    }

    .search-button {
        margin-right: 20px;
    }

    .enumenu_ul.desk ul li a {
        font-size: 13px;
    }

    .enumenu_ul>li ul {
        opacity: 1;
        visibility: visible;
    }

    .cources-slider .slick-next.slick-arrow {
        right: 20px;
    }

    .cources-slider .slick-prev.slick-arrow {
        right: 88px;
    }

    .certifications-left img {
        width: 100%;
    }

    .wpcf7-form-control {
        padding: 14px 20px;
        font-size: 16px;
    }

    .contact-page-box {
        padding: 40px 20px;
    }

    .training-by-job-accordion-item:after {
        top: 6px;
        font-size: 40px;
    }

    .training-by-job-accordion-header {
        font-size: 52px;
    }

    .cources-side-img {
        width: 33.7%;
    }

    .cources-side-content {
        width: 66.3%;
        padding: 24px 29px;
    }

    .class-sidebar,
    .find-sidebar {
        width: 300px;
    }

    .class-content,
    .find-instructor {
        width: calc(100% - 300px);
        padding-left: 30px;
    }

    .find-sidebar ul li a {
        padding: 16px 18px;
        font-size: 18px;
    }

    .home-banner-content h2 {
        margin-bottom: 20px;
    }

    .trusted-customer-left {
        width: 50%;
    }

    .trusted-customer-right {
        width: 50%;
    }

    .footer-info i {
        margin-right: 10px;
    }

    .cources-slider .slick-list {
        margin: 0;
    }
}

@media (max-width:991px) {
    p {
        font-size: 18px;
    }

    .blog-detail-section ul li {
        font-size: 18px;
    }

    .header-top p,
    .header-top a {
        font-size: 16px;
    }

    .home-banner-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .start-right {
        right: 20px;
    }

    .home-banner-bottom p {
        font-size: 20px;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 32px;
    }

    .section1-header {
        font-size: 52px;
    }

    .pick-a-course-left {
        width: 39%;
    }

    .all-courses-tab ul li a {
        font-size: 15px;
    }

    .what-make-choice-box h3 {
        font-size: 20px;
    }

    .what-make-choice-box .icon-img {
        width: 90px;
        height: 90px;
        line-height: 66px;
    }

    .testimonials-slide {
        padding: 0 98px;
    }

    .testimonials-slide p {
        font-size: 26px;
    }

    .about-cloudwise-slider-arrow {
        width: 80px;
        height: 80px;
        margin-top: -68px;
        margin-right: calc(350px / 2);
    }

    .about-cloudwise-slider-arrow .slick-prev.slick-arrow {
        left: 14px;
    }

    .about-cloudwise-slider-arrow .slick-next.slick-arrow {
        right: 34px;
    }

    .about-cloudwise-slider .slick-slide {
        margin: 0 12px;
    }

    .tabs-nav a {
        padding: 10px 26px 10px 26px;
        font-size: 18px;
    }

    .tabs-nav li {
        margin: 0 5px 10px;
    }

    .our-resources {
        padding-bottom: 76px;
    }

    .trusted-customer-logo-box {
        width: 226px;
    }

    .what-make-choice-box {
        width: calc(25% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }

    .logo {
        width: 140px;
    }

    .site-header .main-header .d-flex {
        align-items: center;
    }

    .site-header .main-header {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #FFFFFF;
    }

    .enumenu_ul {
        display: none
    }

    .menu-block {
        height: auto;
    }

    .menu-icon {
        display: block
    }

    .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }

    .enumenu_ul>li {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .enumenu_ul>li>a {
        display: block;
        padding: 12px 30px;
        font-size: 18px;
    }

    .enumenu_ul {
        width: 100%;
    }

    .enumenu_ul>li ul {
        background: #08A09C;
    }

    .enumenu_ul>li ul a {
        text-align: center;
        display: block;
        text-align: center;
        color: #fff !important;
        padding: 5px 0;
        text-align: left;
        font-size: 18px;
        padding: 12px 40px;
        font-size: 18px;
    }

    /* Push Menu */
    body.menuslide_push {
        position: relative;
    }

    body.menuslide_push.slidemenuLeft {
        left: 0;
        transition: left 0.5s;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
    }

    body.menuslide_push.slidemenuRight {
        right: 0;
        transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        -o-transition: right 0.5s;
    }

    body.slidemenuRight .enumenu_ul {
        right: -300px;
    }

    body.slidemenuRight.menu-open .enumenu_ul {
        right: 0;
    }

    body.slidemenuLeft .enumenu_ul {
        left: -100%;
    }

    body.slidemenuLeft.menu-open .enumenu_ul {
        left: 0;
    }

    body.menuslide_push.slidemenuLeft.menu-open {
        left: 300px
    }

    body.menuslide_push.slidemenuRight.menu-open {
        right: 300px
    }

    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        background: #fff none repeat scroll 0 0;
        display: block;
        height: 100%;
        max-height: 100%;
        width: 100%;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 100%;
        top: 84px;
        z-index: 1234;
        padding-top: 60px;
    }

    .contact-content a {
        font-size: 16px;
    }

    .contact-content h4 {
        font-size: 20px;
    }

    .icon-box {
        width: 70px;
        height: 70px;
        line-height: 44px;
    }

    .class-sidebar form input {
        padding: 15px 20px 15px 58px;
        font-size: 16px;
    }

    .class-sidebar form img {
        left: 19px;
        top: 14px;
    }

    .accordion-header {
        padding: 16px 18px;
        font-size: 18px;
    }

    .accordion-item:after {
        top: 14px;
    }

    .class-content h2 span,
    .find-instructor h1 span {
        width: calc(100% - 222px);
        margin-left: 19px;
    }

    .class-sidebar,
    .find-sidebar {
        width: 100%;
    }

    .class-content,
    .find-instructor {
        width: 100%;
        padding-left: 0px;
    }

    .accordion-content ul li a {
        font-size: 18px;
    }

    .accordion-content ul li {
        margin-bottom: 13px;
    }

    .class-content .item-slider {
        gap: 30px 0;
    }

    .class-content .item-slider .cources-slide,
    .find-instructor .instructor-item-slider .cources-slide {
        width: 100%;
    }

    .find-instructor h5 {
        padding: 16px 20px;
    }

    .find-sidebar ul li a {
        padding: 14px 18px;
    }

    .find-instructor .accordion-body ul li {
        font-size: 18px;
    }

    .content-left {
        width: 100%;
    }

    .content-right-sidebar {
        width: 100%;
        padding-left: 0;
    }

    .section1-header {
        text-align: center;
    }

    .section1-content-left {
        margin: auto;
    }

    .section1-content-right {
        text-align: center;
    }

    .section1-btm {
        flex-flow: column;
        gap: 15px;
    }

    .section-btm-header {
        justify-content: center;
    }

    /*********/
    .home-banner-content {
        width: 100%;
        padding: 0;
        text-align: center;
        padding: 30px 0 20px 0;
    }

    .home-banner-img {
        flex: unset;
        width: 100%;
    }

    .home-banner-img img {
        margin: 0 auto;
    }

    .home-banner-img:after {
        width: calc(100% + 15px);
    }

    .home-banner-content h2 {
        justify-content: center;
    }

    .home-banner-content a.btn.course-button {
        margin: 0 auto;
    }

    .instructor-class-section .find-instructor {
        margin-top: 30px;
    }

    .cources-slide-content form.cart {
        justify-content: flex-start;
    }
}

@media (max-width:880px) {
    .all-courses-tab ul li a {
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    p {
        font-size: 16px;
    }

    .blog-detail-section ul li {
        font-size: 16px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    .section1-header {
        font-size: 38px;
    }

    .header-top p,
    .header-top a {
        text-align: center;
    }

    .header-top {
        padding: 10px 0;
    }

    .header-right {
        width: 48%;
    }

    .menu-icon .menu-box {
        width: 40px;
        height: 34px;
        padding: 5px;
        position: absolute;
        right: -10px;
        top: 3px;
    }

    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        max-width: 100%;
    }

    .menu-icon {
        padding: 0;
    }

    .logo {
        width: 116px;
    }

    .home .site-header {
        box-shadow: 10px 10px 30px 0px #0000000D;
    }

    .home-banner {
        padding-top: 40px;
    }

    .home-banner-content {
        width: 100%;
        padding-top: 0;
        padding-bottom: 7px;
    }

    .home-banner-img {
        position: relative;
        z-index: 12;
        width: 100%;
        margin-left: 0;
    }

    .home-banner-content h2 span {
        width: calc(100% - 150px);
    }

    .home-banner-content h2 img {
        width: 99px;
    }

    .home-banner-content h1 {
        margin-bottom: 15px;
    }

    .home-banner-content p {
        margin-bottom: 27px;
    }

    .top-text {
        width: 127px;
        font-size: 12px;
        font-weight: 300;
        margin: 0;
        right: 0;
        position: relative;
    }

    .start-right span {
        font-size: 12px;
    }

    .start-right img {
        width: 119px;
    }

    .start-right {
        max-width: 119px;
        right: 15px;
    }

    .home-banner-bottom p {
        font-size: 12px;
    }

    .home-banner-bottom {
        padding: 11px 0;
    }

    .home-banner-top>.start-right,
    .home-banner-top>.start-right+.top-text {
        display: none;
    }

    .new-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 40px;
    }

    .pick-a-course {
        padding-top: 62px;
    }

    .pick-a-course-left {
        width: 100%;
        padding-bottom: 13px;
    }

    .pick-a-course-right {
        width: 100%;
        margin-left: 0;
    }

    .pick-a-course-right p {
        font-size: 14px;
        line-height: 2.12;
    }

    .btn {
        padding: 10px 15px 10px 15px;
        font-size: 12px;
    }

    .cources-slide-content span {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .cources-slide-content h3,
    .cources-slide-content h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .cources-slide-content {
        padding: 56px 20px 30px 20px;
        min-height: inherit;
    }

    .cources-slide-content>p {
        font-size: 16px;
    }

    .cources-slide-content h2 {
        margin-bottom: 18px;
    }

    .cources-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .cources-slider .slick-next.slick-arrow {
        right: 0;
    }

    .cources-slider .slick-prev.slick-arrow {
        left: auto;
        right: 40px;
    }

    .cources-slider {
        padding-bottom: 48px;
    }

    .what-make-choice {
        padding-top: 61px;
        text-align: left;
    }

    .what-make-choice h2 {
        margin-bottom: 21px;
    }

    .what-make-choice p {
        margin-bottom: 31px;
        max-width: 960px;
        margin-left: 0;
        margin-right: 0;
        font-size: 14px;
        line-height: 2.11;
    }

    .what-make-choice-box .icon-img {
        width: 50px;
        height: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .icon-img img {
        height: 24px;
        display: block;
        margin: 0 auto;
    }

    .what-make-choice-box {
        width: calc(50% - 16px);
        margin-left: 8px;
        margin-right: 8px;
        padding: 30px 10px;
    }

    .what-make-choice-box h3 {
        font-size: 16px;
        max-width: 110px;
        text-align: center;
    }

    .what-make-choice-list {
        margin-right: -8px;
        margin-left: -8px;
        margin-top: 43px;
        margin-bottom: 0;
    }

    .what-make-choice {
        padding-bottom: 40px;
    }

    .testimonials {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .testimonials-slide p {
        font-size: 20px;
        margin-bottom: 133px;
    }

    .testimonials-slide {
        padding: 0 0px;
    }

    .testimonials-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonials-slider .slick-arrow {
        top: auto;
        transform: none;
        bottom: 156px;
    }

    .testimonials-slider .slick-prev.slick-arrow {
        left: auto;
        margin-left: -56px;
    }

    .testimonials-slider .slick-next.slick-arrow {
        right: auto;
        margin-right: -61px;
        position: relative;
    }

    .testimonials-slide h4 {
        font-size: 18px;
    }

    .testimonials-slide h5 {
        font-size: 12px;
    }

    .testimonials-slider-img .slick-slide img {
        width: 40px;
        height: 40px;
    }

    .testimonials-slider-img .slick-slide {
        margin: 11px 12px;
    }

    .testimonials-slider-img .slick-slide.slick-current.slick-center {
        transform: scale(1.5);
    }

    .testimonials-slider-img {
        max-width: 200px;
        margin-top: -47px;
        margin-bottom: 0;
    }

    .about-cloudwise {
        padding-top: 60px;
        margin-bottom: 49px;
    }

    .about-cloudwise-left {
        width: 100%;
    }

    .about-cloudwise-right {
        width: 100%;
        margin-left: 0;
    }

    .about-cloudwise p {
        margin-bottom: 17px;
        font-size: 18px;
    }

    .about-cloudwise-right p {
        font-size: 14px;
        line-height: 2.1;
        margin-bottom: 32px;
    }

    .about-cloudwise-slider {
        margin-top: -8px;
    }

    .about-cloudwise-slider-arrow {
        width: 60px;
        height: 60px;
        margin-top: -47px;
        margin-right: 75px;
    }

    .about-cloudwise-slider-arrow .slick-arrow:after {
        font-size: 14px;
    }

    .about-cloudwise-slider-arrow .slick-next.slick-arrow {
        right: 26px;
    }

    .about-cloudwise-slider-arrow .slick-prev.slick-arrow {
        left: 9px;
    }

    .about-cloudwise-slider-arrow .slick-prev.slick-arrow:after {
        font-size: 14px;
    }

    .our-resources {
        padding-bottom: 76px;
        text-align: left;
    }

    .our-resources h2 {
        margin-bottom: 21px;
    }

    .our-resources h2+p {
        font-size: 18px;
        line-height: 1.6;
    }

    .tabs-nav {
        margin-bottom: 23px;
        margin-top: 43px;
    }

    .tabs-nav a {
        padding: 12px 20px 12px 20px;
        font-size: 16px;
    }

    .tabs-nav li {
        margin: 0 4px 19px;
    }

    .latest-resources {
        margin-bottom: 40px;
        display: block !important;
    }

    .latest-resources-box {
        display: block !important;
        width: 100%;
        margin-bottom: 30px;
    }

    .latest-resources-box a {
        padding: 13px 15px 0px 15px;
    }

    .latest-resources-box h4 {
        font-size: 18px;
        line-height: 1.54;
        margin-bottom: 16px;
    }

    .latest-resources-box p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 19px;
    }

    .our-resources {
        padding-bottom: 58px;
    }

    .trusted-customer-left {
        width: 100%;
    }

    .trusted-customer-right {
        width: 100%;
        margin-left: 0;
        padding-top: 14px;
    }

    .trusted-customer-right p {
        font-size: 14px;
        line-height: 2.1;
    }

    .trusted-customer-logo-box {
        width: 165px;
        height: 114px;
    }

    .trusted-customer-logo {
        gap: 15px;
        margin-top: 21px;
    }

    .trusted-customer {
        padding-bottom: 80px;
    }

    .certifications-left {
        width: 100%;
        text-align: center;
    }

    .certifications-right {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .certifications-left img {
        width: 204px;
    }

    .certifications-section {
        padding-bottom: 20px;
    }

    .blog-and-videos .latest-resources {
        margin-bottom: 20px;
    }

    .contact-section {
        padding-bottom: 40px;
    }

    form label.d-flex {
        display: block !important;
        margin-bottom: 0;
    }

    form .d-flex .wpcf7-form-control-wrap,
    form .d-flex .wpcf7-form-control-wrap[data-name="your-email"],
    form .d-flex .wpcf7-form-control-wrap[data-name="your-phone"] {
        width: 100% !important;
    }

    .wpcf7-form-control {
        padding: 12px 16px;
        font-size: 14px;
    }

    .contact-section form.wpcf7-form textarea {
        height: 160px;
    }

    .contact-page-box {
        width: 100%;
        padding: 30px 20px;
    }

    .contact-content {
        margin-left: 11px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        line-height: 36px;
    }

    footer {
        padding: 40px 0;
    }

    .footer-logo a {
        font-size: 14px;
    }

    .footer-logo>*:last-child {
        margin-top: 18px;
    }

    h5 {
        font-size: 14px;
    }

    .footer-grid {
        margin-right: 5%;
        margin-bottom: 41px;
    }

    .footer-logo.footer-grid+.footer-info {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 23px;
    }

    .footer-info ul li {
        margin-bottom: 5px;
    }

    .footer-info i {
        margin-right: 10px;
        position: relative;
        top: 1px;
    }

    footer h5 {
        width: 100%;
    }

    footer .social {
        margin-top: 0;
        width: 100%;
    }

    .social ul li a {
        font-size: 18px;
    }

    .social ul li {
        margin-right: 14px;
    }

    footer h5+p {
        margin-right: 13px !important;
    }

    .social ul {
        margin-bottom: 0;
    }

    .footer-bottom {
        padding-top: 16px;
    }

    .link-respo {
        display: block;
    }

    .link-respo a {
        font-weight: 600;
        display: block;
        padding-bottom: 13px;
        text-decoration: none;
        position: relative;
        color: #08A09C;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 3px solid #D9D9D9;
        text-align: center;
    }

    .all-courses ul.filter-option>li {
        text-align: center;
    }

    .all-courses ul.filter-option>li:after {
        display: none;
    }

    .link-respo a:after {
        font-family: 'FontAwesome';
        content: "\f078";
        color: #08A09C;
        position: absolute;
        right: 0;
        top: -7px;
        font-size: 22px;
    }

    .link-respo.active a:after {
        content: "\f077";
    }

    .link-respo a:before {
        content: "";
        height: 3px;
        width: 66px;
        bottom: -3px;
        left: 0;
        position: absolute;
        background: #08A09C;
    }

    .all-courses {
        padding-top: 37px;
    }

    .all-courses-tab {
        padding-bottom: 38px;
    }

    .all-courses-tab ul li:last-child {
        margin-bottom: 0
    }

    .all-courses-tab ul li a {
        color: #FFF;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .all-courses-tab ul li a.active {
        color: #FFF;
        text-shadow: none;
    }

    .all-courses-tab ul li a.active:after,
    .all-courses-tab ul li:hover a:after {
        opacity: 0;
    }

    .all-courses-tab ul {
        display: none;
        flex-wrap: wrap;
        border-bottom: 0;
        list-style: none;
        margin: 0;
        padding: 20px 0 20px 0;
        background: #203E60;
    }

    .accordian-text h3 {
        font-size: 18px;
        padding: 20px 50px 20px 15px;
    }

    .accordian-with-text {
        margin-top: 40px;
    }

    .accordian-wrap p {
        font-size: 16px;
        line-height: 1.5;
    }

    .accordian-text:after {
        right: 25px;
        top: 19px;
        font-size: 20px;
    }

    .accordian-text {
        margin-bottom: 15px;
    }

    .faq-section {
        padding-bottom: 60px;
    }

    .footer-bottom a:first-child {
        border: 0;
        padding-left: 0;
    }

    .breadcrumb-main {
        margin-top: 38px !important;
        margin-bottom: 38px !important;
    }

    .breadcrumb-item span {
        font-size: 16px;
    }

    .breadcrumb li a {
        font-size: 16px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
    }

    .training-by-job-accordion-header {
        font-size: 38px;
    }

    .training-by-job-accordion-item:after {
        top: 4px;
        font-size: 30px;
    }

    .cources-side-img {
        width: 100%;
    }

    .cources-side-content {
        width: 100%;
        padding: 24px 24px;
    }

    .training-by-job-accordion-item {
        margin-bottom: 34px;
    }

    .class-sidebar,
    .find-sidebar {
        width: 100%;
    }

    .find-class-content {
        margin-top: 40px;
    }

    .class-content,
    .find-instructor {
        width: 100%;
        padding-left: 0;
    }

    .find-instructor {
        padding-top: 30px;
    }

    .class-content h2 span,
    .find-instructor h1 span {
        width: calc(100% - 150px);
    }

    .class-content h2 img,
    .find-instructor h1 img {
        width: 99px;
    }

    .class-sidebar form input {
        padding: 12px 20px 12px 48px;
        font-size: 16px;
    }

    .class-sidebar form img {
        left: 19px;
        top: 14px;
        width: 22px;
    }

    .accordion-header {
        padding: 13px 18px;
        font-size: 16px;
    }

    .accordion-item:after {
        top: 9px;
    }

    .accordion-content ul li a {
        font-size: 16px;
    }

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

    .find-a-class-section {
        padding-bottom: 0px;
    }

    /*  .cources-slide > img{height:auto;}*/
    .cources-slide-content h2 {
        height: auto !important;
    }

    .find-instructor .instructor-item-slider .cources-slide-content a:not(.btn) {
        font-size: 16px;
    }

    .find-instructor .accordion-body ul li {
        font-size: 18px;
    }

    .duration-cta>.btn {
        padding: 10px 15px;
    }

    .find-instructor .accordion-body p {
        font-size: 18px;
    }

    .find-instructor h5 {
        font-size: 17px;
        padding: 16px 20px;
    }

    .instructor-class-section {
        padding-bottom: 40px;
    }

    .pagination-wrapper.row.justify-content-between.align-items-center.pager {
        justify-content: center !important;
    }

    .pagination {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .pagination li {
        margin-bottom: 15px;
    }

    section.blog-and-videos {
        padding-bottom: 20px;
    }

    .training-by-job-function-section {
        padding-bottom: 40px;
    }

    .training-by-job-accordion-item.active:after {
        top: 8px;
    }

    p.tagline.font-size-colossal.font-xl.font-weight-bold {
        font-size: 32px;
        margin-bottom: 0;
    }

    .pagination-wrapper>ul>li>a {
        width: 38px;
        height: 38px;
        margin-right: 8px;
        font-size: 15px;
        line-height: 2.4;
    }

    .search-results article h2 a {
        font-size: 22px;
    }

    .search-results .site-content {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .see-all-cources a.btn {
        width: 100%;
        font-size: 16px;
    }

    .blog-detail-content {
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .course-button p {
        font-size: 18px;
    }

    .cources-slide-content a.open-popup-link>p {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    .author-date-social .social {
        width: 100%;
        margin-top: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-section4-childcontainer {
        flex-direction: column;
    }

    .hompage-section4-img,
    .homepage-section4-container-right {
        width: 100%;
    }
}



@media (max-width: 1199px) {
    .section1-maincontainer {
        padding: 40px 15px;
    }

    .homepage-visitnow {
        margin: 0px auto;
    }

    .homepage-section4-childcontainer {
        padding: 30px 15px;
    }

    .section1-header {
        width: 100%;
    }

    .section1-content {
        flex-direction: column;
        gap: 25px;
    }

    .section1-content-left {
        width: 100%;
        max-width: 700px;
    }

    .section1-content-right {
        width: 100%;
    }

    .section1-btm {
        justify-content: flex-start;
    }

    .homepage-section4-container-right {
        padding-left: 40px;
    }

    .homepage-section4-container {
        padding: 60px 0px 60px 0px;
    }

    section.testimonials_new {
        padding: 80px 0 60px 0;
    }
}

@media (max-width: 1023px) {
    .homepage-section4-childcontainer {
        align-items: center;
    }

    .wmutbc-img {
        width: 100%;
        margin-bottom: 40px;
    }

    .wmutbc-img img {
        max-width: 420px;
        margin: 0 auto;
    }

    .homepage-section4-container-right {
        padding-left: 0;
    }

    .trusted-customer-left {
        width: 100%;
        text-align: center;
    }

    .trusted-customer-right {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .trusted-customer-logo {
        margin-top: 20px;
    }

    .trusted-customer {
        padding: 40px 0;
    }

    .homepage-visitnow {
        flex-wrap: wrap;
        padding: 40px 25px;
    }

    .homepage-visitleft {
        flex-direction: unset;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .homepage-visit-right {
        width: 100%;
    }

    .homepage-visit-text {
        text-align: center;
        font-size: 36px;
        line-height: 1.4;
    }

    .visit-button-main .btn {
        margin: 0 auto;
    }

    section#logos_cta_section {
        padding: 40px 15px 80px 15px;
    }

    section.testimonials_new .body {
        padding: 40px 25px 50px 25px;
    }

    .accordian-wrap {
        max-width: 100%;
    }

    .footer-info i {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {

    .homepage-section4-childcontainer {
        flex-direction: column;
    }

    .hompage-section4-img,
    .homepage-section4-container-right {
        width: 100%;
    }

    .homepage-section4-container {
        padding: 30px 0px;
    }

    .offer-card {
        padding: 30px;
    }

    .offer-card-btm::before {
        width: 66px;
        height: 66px;
        left: -29px;
    }

    .offer-card-btm::after {
        width: 66px;
        height: 66px;
        right: -29px;
    }

    .offer-card-btm p {
        font-size: 18px;
    }
}



@media only screen and (max-width: 767px) {
    .homepage-visitnow {
        flex-direction: column;
        /* margin: 10px; */
    }

    .homepage-visitleft {
        flex-direction: row;
        width: 100%;
    }

    .cloudwise-logo {
        width: 50%;
    }

    .sales-visit {
        width: 50%;
    }

    .homepage-visit-text {
        word-wrap: break-word;
    }

    .homepage-visitleft {
        flex-direction: column;
        width: 100%;
    }

    .cloudwise-logo {
        width: 50%;
    }

    .sales-visit {
        width: 50%;
    }

    .homepage-visit-text {
        word-wrap: break-word;
    }

    .homepage-section4-childcontainer {
        flex-direction: column;
    }

    .hompage-section4-img,
    .homepage-section4-container-right {
        width: 100%;
    }

    .section1-container {
        padding: 0px 0px;
    }

    .section1-content {
        flex-direction: column;
    }

    .section1-content-left,
    .section1-content-right {
        width: 100%;
    }

    .section1-btm {
        flex-direction: column;
    }

    .offer-maincontainer {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .homepage-visit-text {
        font-size: 32px;
        line-height: 1.4;
    }

    .homepage-visitnow {
        padding: 40px 15px;
    }

    section.testimonials_new .head {
        margin-bottom: 30px;
    }

    section.testimonials_new {
        padding: 60px 0;
    }

    .testimonials_new_slider ul.slick-dots {
        margin: 0 64px 0 25px;
        width: calc(51% - 65px);
    }

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

    .page-template-private-group-training form.wpcf7-form select {
        background-size: 14px;
        padding-right: 40px;
    }

    .page-template-private-group-training h1 {
        margin-bottom: 20px;
    }

    .footer-top .footer-info.footer-grid p {
        width: 100%;
    }

    .webinars_video_tab {
        width: 100%;
        justify-content: center;
    }

    .blog-detail-content ul li::marker {
        font-size: 24px;
        line-height: 0.8;
    }

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

    .webinarresults .post-item,
    .webinar-past-results .post-item {
        padding: 25px 25px;
        margin-bottom: 20px;
    }
}

@media(max-width:599px) {
    .section1-content-left {
        flex-flow: column;
        gap: 10px;
    }

    .section1-content-text {
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
    }

    .section1-content-right {
        font-size: 18px;
        line-height: 1.5;
    }

    section.testimonials_new .body {
        padding: 30px 15px 40px 15px;
    }

    .testimonials_new_slider ul.slick-dots {
        display: none !important;
    }

    .testimonials_new_slider button.slick-arrow {
        margin: 0 10px;
    }

    .testimonials_new_slider .slick-list {
        margin-bottom: 40px;
    }

    section#offers-section {
        margin-top: 40px;
    }

    .offer-card {
        padding: 25px 20px;
        gap: 15;
    }

    .offer-card-top {
        margin-top: 20px;
        gap: 10px;
    }

    .offer-card-btm {
        padding-top: 40px;
    }

    .offer-card-btm p {
        font-size: 16px;
        line-height: 1.5;
    }

    .course-filter-inner label input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

    .course-filter-inner label {
        font-size: 17px;
    }

    .find-instructor .page-section h3 {
        margin-bottom: 25px;
    }

    .duration-details {
        flex-wrap: wrap;
    }

    .duration-details h4 {
        margin-bottom: 10px;
    }

    .cources-slide-content {
        padding: 56px 20px 30px 20px;
    }

    div#course-posts-container .cources-slide-content {
        padding-top: 20px;
    }

    .post-item-text .cat-list>li {
        line-height: 18px;
    }

    .webinars_video_tab_single:not(:last-child) {
        margin-bottom: 15px;
    }

    .webinars_video_tab_single {
        width: 100%;
        margin: 0;
        font-size: 18px;
    }

    .webinars_video_tab {
        padding: 15px;
    }

    .two-column-img-list .two-column-img {
        margin: 0 auto 15px auto;
    }
}