/*
Theme Name: edu-learning Child
Theme URI: 
Author: Intelicle
Author URI: https://intelicle.com/
Version: 1.0
Template: edu-learning
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
     ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Sections
========================================================================== */


/**
* Remove the margin in all browsers.
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;500&display=swap');
body {
    margin: 0;
    padding-top: 0;
    overflow-x: hidden;
    font-family: 'Jost', sans-serif;
}

p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}

.container {
    max-width: 1200px;
}

.entry-content {
    margin-top: 0;
}

img {
    height: auto;
    min-height: auto;
}

a:hover {
    text-decoration: none;
    color: #0178BB;
}

a {
    color: #0178BB;
}

.btn-primary {
    background-color: #0178BB;
    border-color: #0178BB;
}


/* header socila and icons */

.header-top .social-top .fa {
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 10px 2px;
    background: #0178bb;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    line-height: 20px;
}

.header-top .social-top a,
.header-top .social-top p {
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}


/*--------------------------------------------------------------
## Menus

--------------------------------------------------------------*/

.navbar {
    background-color: #0178bb;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 0px 25px;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #0178bb;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    padding: 10px!important;
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    padding: 10px!important;
    color: #000;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 60vh;
}

.home-page {
    height: 80vh;
}

.shop-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/Shop.jpg');
    height: 385px
}

.about-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/banner-about-us.jpg');
}

.contact-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/contact-us-1.jpg');
}

.faq-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/FAQ.jpg');
}

.door-supervisor-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/Door-Supervisor-1.jpg');
}

.checkout-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/02/Check-out.jpg');
}

.birmingham-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/locations.jpg');
}

.blog-page {
    background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/02/Blogbanner.jpg');
}

.criminal-page{
	background-image: url('https://edutraining.co.uk/wp-content/uploads/2023/07/criminal-record-desktop-scaled.jpg') !important;
	height: 61vh;
}
.sia-page{
	background-image: url('https://edutraining.co.uk/wp-content/uploads/2023/07/SIA-Application-Process-desktop.jpg') !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #1C4DA3 !important;
}

#reviews {
    display: none;
}

.banner-content p {
    color: #212529;
    font-size: 18px;
}

.banner.services h1 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 45px;
}

.home-page h1,
.checkout-page h1 {
    color: #fff;
}

.home-page h1 {
    text-shadow: 0 3px 6px rgb(0 0 0 / 48%);
}

.btn-view-training {
    color: #fff;
    background-color: #0178bb;
    border-color: #0178bb;
    padding: 5px 22px;
    line-height: 36px;
    font-weight: 500;
}

.woocommerce-info {
    border-top-color: #0178BB;
}

.btn-view-training:hover,
.btn-book-now:hover {
    color: #0178bb;
    background-color: #fff;
    border-color: #0178bb;
}

.btn-book-now-red:hover {
    color: #fff;
}

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

.t-left {
    text-align: left;
}

.blog-content-display {
    display: table;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.blog-content {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
}

.blog-desc {
    padding-top: 20px;
}

.blog-content .blog-desc {
    padding: 20px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.blog-content .blog-desc h6 {
    font-weight: 600;
    max-width: 200px;
}

.blog-content .blog-btn {
    padding: 0 20px;
}

.btn-book-now {
    color: #fff;
    background-color: #0178bb;
    border-color: #0178bb;
    padding: 4px 18px;
    line-height: 36px;
    font-weight: 500;
}

.btn-book-now-red {
    color: #fff;
    background-color: #F00F10;
    border-color: #F00F10;
    padding: 4px 18px;
    line-height: 36px;
    font-weight: 500;
    white-space: nowrap;
}

.btn-security {
    color: #0178bb;
    background-color: #ECF3FE;
    border: 0;
    padding: 4px 18px;
    line-height: 36px;
    font-weight: 500;
}

.edu-training-centre {
    margin-top: 30px;
}

.edu-training-centre h4 {
    color: #0178bb;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0px;
}

.edu-training-centre .subheading {
    color: #1e1e1e;
    font-size: 40px;
    font-weight: 800;
}

.edu-training-text p {
    font-size: 16px;
    font-weight: 400;
}

.how-img {
    text-align: center;
}

.how-img img {
    width: 100%;
}

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

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

.font-size-18 {
    font-size: 16px;
    font-weight: 400;
}

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

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mb3 {
    margin-bottom: 3em;
}

.mt1 {
    margin-top: 1em;
}

.mt-0-5 {
    margin-top: 0.5em;
}

.mt2 {
    margin-top: 2em;
}

.pl2 {
    padding-left: 2em;
}

.pr2 {
    padding-right: 2em;
}

.mt3 {
    margin-top: 3em;
}

.mb1-5 {
    margin-bottom: 1.5em;
}

.mb-0-5 {
    margin-bottom: 0.5em;
}

.font500 {
    font-weight: 500;
}

.font300 {
    font-weight: 300;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #F00F10;
}

.color-teal-100 {
    color: #0178bb
}

.color-gray-1300 {
    color: #1e1e1e
}

.color-gray-800 {
    color: #312d2d;
}

.color-gray-b {
    color: #07112F
}

.bg-gray-100 {
    background-color: #F2F6FC;
}

.bg-gray-1300 {
    background-color: #1e1e1e;
}

.bg-teal-100 {
    background-color: #0178bb;
}

.pr-10 {
    padding-right: 10px;
}

.edu-features h2 {
    text-align: center;
}

.edu-features p {
    text-align: center;
    padding: 15px;
}

.edu-features .sub-heading {
    text-align: center;
    max-width: 700px;
    margin: AUTO;
    font-weight: 500;
    padding: 0px;
}

.min-height-380 .feature-item {
    min-height: 380px;
}

.edu-features .feature-item {
    text-align: center;
    font-weight: 300;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000085;
    border-radius: 5px;
}

.min-height-455 .feature-item {
    height: calc(100% - 3em);
    min-height: auto;
}

.feature-item .item-img-book {
    padding: 6px;
}

.site-m-p {
    margin: 40px 0px;
    padding: 30px 0px;
}

.site-mt-p {
    margin-top: 40px;
    padding: 30px 0px;
}

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

.slick-slide img {
    display: inline-block;
}

.edu-books h2 {
    text-align: center;
    font-weight: 500;
}

.edu-books p {
    text-align: center;
    padding: 15px 10px 10px 10px;
}

.edu-books .sub-heading {
    text-align: center;
    max-width: 700px;
    margin: AUTO;
    font-weight: 500;
    padding: 0px;
}

.min-height-415 .feature-item {
    min-height: 415px;
}

.edu-books .feature-item {
    background: transparent linear-gradient(181deg, #F1F6FA 0%, #F1F6FA 24%, #D6E5FA 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    margin: 20px 0px;
    border-radius: 10px;
    padding: 10px;
    font-weight: 300;
    height: 100%;
}

.row-eq-height .feature-item {
    height: calc(100% - 40px);
}


/* .edu-books .feature-item .item-img img {
    max-height: 160px;
} */

.edu-books .feature-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.edu-features .feature-item h3 {
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
    margin-top: 10px;
    color: #1E1E1E;
    ;
}

.owl-courses-carousel .feature-item .item-img {
    margin-bottom: 70px;
}

.owl-courses-carousel {
    height: calc(100% - 20px);
}

.owl-stage {
    display: flex;
}

.owl-item {
    flex: 1;
}

.owl-courses-carousel .btn-bottom {
    position: absolute;
    bottom: 45px;
    left: 0px;
    right: 0px;
    bottom: 5px;
    margin-bottom: 0!important;
}

.owl-courses-carousel .btn-book-now {
    padding: 0px 18px;
    min-width: 170px;
}

.owl-courses-carousel .feature-item {
    padding: 10px 25px;
    margin-bottom: 0;
    height: 100%;
}
/*noor edit*/
.edu-tabs ul {
    list-style-type: disclosure-closed !important;
    margin: 30px !important;
}
.edu-tabs h5 {
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.sia-tabs div{
	margin: 7px 0px !important;
}
.sia-tabs p{
    background-color: #F3F7FB !important;
    padding: 3px 15px !important;
	width: fit-content;
}
.sia-tabs ul{
    background-color: #F3F7FB !important;
    padding: 3px 15px !important;
	margin: 0px !important;
    list-style-type: none !important;
}
.sia-tabs i{
	background-color: #0178BB;
    border-radius: 50%;
    padding: 4px;
    color: #fff;
    font-size: 8px;
    margin-right: 7px;
}
.sia-list div{
	display: -webkit-box;
}
.sia li{
	padding-right: 13px;
}


/* .owl-courses-carousel .item-img {
    margin-bottom: 70px;
} */


/* courses sidebar */

.sibebar-course .feature-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D6E5FA;
    border-radius: 5px;
    opacity: 1;
    text-align: left;
    margin: 0px;
    border-radius: 10px;
    font-weight: 300;
    padding: 2px 20px;
}

.sibebar-course p {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}

.sibebar-course h6 {
    margin: 10px 0;
}

.sibebar-course .btn {
    width: 100%;
}

.item-img {
    margin-bottom: 25px;
}

.edu-tabs .card-body {
    padding: 0;
}

.edu-tabs .nav-tabs li a {
    min-width: 166px;
    text-align: center;
    border-radius: 0;
    color: #495057;
    background-color: transparent !important;
    border: 0;
    border-right: 3px solid #fff!important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0178BB;
}

.edu-tabs .nav-tabs li:last-child a {
    border-right: 0!important;
}

.edu-tabs .tab-content {
    padding: 0px 2em;
}

.edu-tabs .nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
    width: 100%;
    background-color: #F2F6FC;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.edu-tabs .nav-tabs li {
    display: table-cell;
    float: none;
    text-align: center;
    width: 100%;
}


/* end course sidebar */


/* blog main listing page */

.blog-item {
    padding: 20px 0px;
}

.blog-item a {
    color: #1E1E1E;
}

.blog-item .media {
    margin-bottom: 20px;
}

.blog-item .media {
    height: 192px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 3px;
}

.blog-item .blog-cat-name,
.blog-item .blog-post-date {
    font-size: 12px;
    color: #1E1E1E;
    font-weight: 300;
    display: inline-block;
}

.blog-item h3 {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    text-align: left;
    color: #1E1E1E;
    text-transform: capitalize;
}

.blog-item .blog-desc {
    padding-top: 0px;
    color: #1E1E1E;
    font-size: 16px;
}

.blog-item .blog-meta-tags {
    color: #1E1E1E;
    font-size: 12px;
    margin-top: 5px;
}

.blog-main-div .blog-single-img {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #707070;
    border-radius: 3px;
}

.blog-item .media:hover,
.blog-single-img:hover {
    opacity: 0.8;
    box-shadow: 4px 4px 4px #1e1e1e;
    transform: scale(1.1);
}

.blog-item .media,
.blog-single-img {
    transition: .3s;
}


/* end   blog listing page*/


/* All courses page */

.courses-cat {
    background: #FFF;
    box-shadow: 0px 1px 8px #0003;
    color: #1E1E1E;
    border: 1px solid #ccc;
    padding: 8px 0px;
    border-radius: 5px;
    font-size: 22px;
}

.courses-cat:hover {
    background: #1C4DA3;
    box-shadow: 0px 3px 6px #00000033;
    border: 1px solid #707070;
    color: #ffffff;
}

.pricing-plan li {
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    padding: 0 5px;
}

.pricing-plan .card:first-child {
    border: none;
}

.pricing-plan .first-ul {
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.pricing-plan li:first-child {
    min-height: 75px;
}

.pricing-plan .card-body {
    padding: 0rem;
}

.pricing-plan li:nth-child(2) {
    min-height: 140px;
}

.pricing-plan span {
    display: block;
}

.pricing-plan .card-header {
    min-height: 330px;
}

.pricing-plan .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

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

.starter {
    background: #F3F6FB !important;
    color: #1E1E1E;
}

.advanced {
    background: #fff !important;
    color: #1E1E1E;
}


/* end All courses page */

.form-control {
    height: calc(1.5em + 0.75rem + 8px);
    box-shadow: none !important;
    border-color: #B8BABC;
}

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

.contact-form {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form {
    height: 518px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-bg-img-lg {
    min-height: 320px;
    height: calc(100% - 20px);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.blog-bg-img-sm {
    height: 180px;
    margin-bottom: 20px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contact-us-form {
    padding: 30px 0px;
}

.welcome-div {
    height: 376px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand img {
    max-height: 120px;
}

.why-us-tick {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 11px;
    padding-top: 12px;
}

.why-us-tick .fa {
    padding: 2px;
    font-size: 12px;
    width: 18px;
    text-align: left;
    text-decoration: none;
    margin: 5px 0px;
    background: #fff;
    color: #F00F10;
    border-radius: 23px;
    border: 1px solid #F00F10;
    margin-right: 5px;
}

.black-tick {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-top: 12px;
    color: #5c5c5c;
}

.black-tick .fa {
    padding: 1px;
    font-size: 16px;
    width: 21px;
    text-align: left;
    text-decoration: none;
    margin: 15px 0px;
    background: #24BD1E;
    color: #fff;
    border: 1px solid #000;
}

#back-to-top {
    display: inline-block;
    background-color: #0178bb;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50px;
}

#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.7em;
    line-height: 45px;
    text-align: center;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #1e1e1e;
}

#back-to-top:active {
    background-color: #1e1e1e;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.page .entry-title {
    display: none;
}

body .black-content-banner .banner-content h1 {
    font-size: 61px;
    color: #07112F;
    text-shadow: none;
}

body .black-content-banner40 .banner-content h1 {
    font-size: 40px;
    color: #07112F;
    text-shadow: none;
}

body .black-content-banner .banner-content p {
    font-size: 20px;
    color: #07112F;
}

body .black-content-banner40 .banner-content p {
    font-size: 20px;
    color: #07112F;
}

body .black-lightcontent-banner .banner-content h1 {
    font-size: 40px;
    color: #07112F;
    text-shadow: none;
    font-weight: 400;
}

body .black-lightcontent-banner .banner-content p {
    font-size: 16px;
    font-weight: 400;
    color: #07112F;
}


/*  */


/* faq */

.faq {
    background-color: transparent;
    border: 1px solid #B4B2B2;
    border-radius: 6px;
    margin: 6px 0;
    padding: 16px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq.active {
    background-color: #fff;
}

.faq-title {
    margin: 0 35px 0 0;
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 500;
}

.faq-text {
    display: none;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 18px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #0178BB;
    color: #fff;
}

.faq-toggle:focus {
    outline: none;
}

.faq-toggle .fa-chevron-up {
    display: none;
}

.faq.active .faq-toggle .fa-chevron-up {
    display: block;
    color: white;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background: #0178BB;
}

.tab-contents {
    margin: 20px 0px;
}

.edu-tabs h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.edu-tabs p {
    font-size: 16px;
}

.edu-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slick-prev:before,
.slick-next:before {
    color: #09529b !important;
}


/* footer */

.noptin-form-fields {
    display: flex;
}

#noptin-form-1__email--wrapper {
    width: 100%;
    max-width: 100%;
}

#noptin-form-1__submit {
    height: 46px;
    border-radius: 0px;
    min-width: 130px;
}

#noptin-form-1__field-email {
    width: 100%;
    height: 46px;
    padding: 0px 8px
}

.noptin-newsletter-form .noptin-text,
.noptin-form-submit {
    max-width: 100%;
}

footer {
    padding: 40px 0px;
}

footer h5,
footer h2 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    color: #191818;
}

footer .fa {
    margin-right: 10px;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links li,
footer li {
    margin-top: 10px;
}

.footer-intro p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}

.contact-footer {
    display: flex;
    line-height: 1.5;
}

.contact-footer i {
    line-height: 31px;
}

.contact-footer a,
.contact-footer i,
.footer-links li a,
footer li a {
    color: #5c5c5c;
}

.btn-radius-none {
    border-radius: 0px 2px 2px 0px!important;
}

footer {
    padding-bottom: 0 !important;
}

footer .copyright {
    background: #0178BB;
    color: #fff;
    padding: 15px 0px;
    line-height: 1;
}

footer .copyright p,
footer .copyright a {
    color: #fff;
}

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


/* .noptin-newsletter-form .noptin-form-field-wrapper {
    margin-bottom: 1.75em;
    max-width: 480px;
    display: inline;
}
.noptin-newsletter-form .noptin-birthday-div, .noptin-newsletter-form .noptin-text {
    width: 84%;
    max-width: 100%;
    height: 46px;
    padding: 0px 14px;
} */

.newsletter .content {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #243c4f;
}

.newsletter .content .form-control {
    height: 46px;
    border-radius: 0;
    border: 1px solid #1e1e1e;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
}

.newsletter h2 {
    font-size: 22px;
    font-weight: 500;
}

.social .fa {
    padding: 5px;
    font-size: 28px;
    width: 42px;
    text-align: center;
    text-decoration: none;
    margin: 10px 2px;
    background: #636363;
    color: #fff;
    border-radius: 23px;
    height: 42px;
    line-height: 34px;
}

.owl-arrows {
    padding: 3px;
    font-size: 20px;
    width: 26px;
    height: 27px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
    background: #0178bb;
    color: #fff;
    border-radius: 50%;
    box-shadow: -1px 1px 3px #00000085;
}

.single-blog-content p {
    padding: 20px 0px;
}

.social .fa:hover {
    opacity: 0.7;
}

#VarableProductModal .modal-body {
    background-color: #F3F6FB;
}

#VarableProductModal .modal-header .modal-title {
    width: fit-content;
    margin: auto;
}

#VarableProductModal .row-flex {
    display: flex;
    flex-wrap: wrap;
}

#VarableProductModal .content {
    height: 100%;
}

.radio-content ul {
    list-style: none;
}

.radio-content ul li {
    padding: 3px 0px;
}

.radio-content ul li:before {
    content: "\f058 ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    position: absolute;
}

.radio-content1 {
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
}

.radio-content2 {
    padding: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
}

.radio-content1 ul li:before {
    left: 38px;
}

.radio-content3 ul li:before {
    left: 54px;
}

.radio-content3 {
    padding: 20px;
    border-radius: 5px;
}

.radio-content input[type='radio'] {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    margin-left: -30px;
}

.radio-content-bg-blue {
    background-color: #7FBBDD;
}

.radio-content-bg-dark-blue {
    background-color: #0178BB;
    padding-top: 60px;
}

.radio-content-bg-red {
    background-color: #F0BEBE;
}

.wp-pagination {
    width: fit-content;
    margin: auto;
}

.wp-pagination .page-item .current {
    z-index: 3;
    color: #fff;
    background-color: #0178bb;
    border-color: #0178bb;
}

.wp-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.2rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1e1e1e;
    background-color: #f3f6fb;
    border: 1px solid #0178bb;
}

.wpcf7-spinner {
    position: absolute;
    right: 108px;
}


/* end footer */


/* wocommerce swatches */

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: var(--wvs-single-product-item-width);
    width: auto;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: #fff;
    background-color: #0178bb;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    min-height: 60px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    box-shadow: none;
    /* color: #CFCFD1; */
    font-size: 28px;
    background: #FAFCFE;
    min-height: 80px;
    height: calc(100% - 4px);
    border-radius: 6px;
    line-height: 1.2;
}

.woo-variation-swatches .Dates .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: 16px;
}
.woo-variation-swatches .Date .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: 16px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) .variable-item-contents::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 3px;
    background: #89EB32;
    height: 20px;
    width: 20px;
    line-height: 19px;
    border-radius: 50%;
    left: 3px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
    background: #ececec !important;
    color: #000 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) .variable-item-contents::before {
    top: 5px;
    left: 30px;
}


/* wocommerce style */

.cart-subtotal {
    display: none;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 1.3em;
}

.woocommerce ul.products li.product .onsale {
    display: none;
}

.woocommerce span.onsale {
    display: none;
}

.woocommerce-thankyou-order-received {
    padding: 30px 0px;
    text-align: center;
    font-size: 22px;
}

.woocommerce-loop-product__title {
    color: #1e1e1e;
    min-height: 60px;
}

.variations_form>div {
    overflow-x: hidden;
}

.woocommerce .products ul,
.woocommerce ul.products {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 78px;
}

.woocommerce .woocommerce-breadcrumb {
    padding: 6px 0px;
    background: #80BBDE;
    color: #1C4DA3;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #1e1e1e;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #fff;
    background-color: #0178bb;
    padding: 0.7em 1em;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 111px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #0178bb;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 0em;
    list-style: none outside;
    clear: both;
    padding: 10px 0px;
}

.payment_method_stripe label,
.payment_method_stripe p {
    font-size: 14px!important;
    width: 90%!important;
}

.payment_method_stripe .form-row>div {
    width: 100%;
}

body .payment_method_stripe .form-row {
    margin: 0px!important;
    padding: 0px!important;
}


/* product sidebar  */

.product-sidebar section:not(:first-child) {
    margin: 20px 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D6E5FA;
    border-radius: 5px;
    opacity: 1;
}

.product-sidebar .wc-block-components-price-slider__range-input-wrapper {
    color: #F00F10;
}

.product-sidebar .wc-block-price-filter {
    text-align: center;
    margin-bottom: 0;
}

.product-sidebar .wc-block-components-price-slider__controls {
    display: inline-flex;
    gap: 20px;
}

.product-sidebar .wp-block-woocommerce-product-categories a {
    color: #1E1E1E;
}

.product-sidebar .wp-block-woocommerce-product-categories ul {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
    list-style-image: url(../../uploads/2023/03/check-icon.png);
    padding-left: 20px;
}

.product-sidebar .wp-block-woocommerce-product-categories ul li {
    margin-bottom: 5px;
}

.product-sidebar .widget {
    padding: 15px 25px;
}

.product-sidebar .widget>div {
    margin-bottom: 0!important;
}

.product-sidebar h2 {
    text-align: center;
}

.wc-block-product-categories-list-item-count {
    font-size: 80%;
}

.product-sidebar #woocommerce_top_rated_products-3 h2,
.product-sidebar .wp-block-woocommerce-filter-wrapper h3 {
    font-size: 19px;
    color: #1E1E1E;
}

.product-sidebar .widget h3,
.product-sidebar .widget h2 {
    font-size: 19px;
    margin-bottom: 25px;
    text-align: center;
}

.product-sidebar .product_list_widget,
.product-sidebar .product_list_widget .product-title {
    color: #1E1E1E;
    font-size: 13px;
}

.woocommerce ul.product_list_widget li img {
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 6px;
}

.woocommerce ul.product_list_widget li a {
    line-height: 1.2;
    margin-bottom: 5px;
}

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

.product-sidebar .widget.widget_search {
    padding: 0;
}


/* end product sidebar */


/* my account */

.woocommerce-MyAccount-navigation {
    background-color: #0178bb;
}

.woocommerce-MyAccount-navigation ul {
    padding-top: 10px;
    list-style: none;
}

.woocommerce-MyAccount-content button {
    margin-top: 15px!important;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 5px 0px;
}

.woocommerce-MyAccount-navigation a {
    background-color: #0178bb;
    color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 12px 30px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout-review-order,
.woocommerce table.shop_table,
.woocommerce-checkout #payment,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout .shipping_address,
.woocommerce-checkout .woocommerce-additional-fields {
    background-color: #F2F6FC!important;
    margin: 0;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .shipping_address,
.woocommerce-checkout .woocommerce-additional-fields {
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
    border-top: none;
    border: none;
}

#ship-to-different-address-checkbox {
    height: 20px;
    width: 20px;
    vertical-align: 1px;
}

.woocommerce .col2-set {
    margin-left: -15px;
}

.checkout .input-text {
    background-color: #fff;
    border: 0;
    padding: 6px 15px;
}

.woocommerce .quantity .qty {
    border: 2px solid #0178bb;
    padding: 5px 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 9px 6px;
}

.checkout .form-row label {
    font-size: 16px;
    line-height: 1.5;
    color: #1e1e1e;
}

.checkout>h3 {
    text-transform: none;
    margin: 0;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 34px;
    line-height: 48px;
    background-color: #f7f7f7;
    font-weight: 400;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.56em;
    background-color: #0178bb;
}

.woocommerce div.product p.price,
.variation-price-sec {
    color: #212529;
    font-size: 26px;
    line-height: 1;
}

.woocommerce div.product p.price span,
.woocommerce div.product .woocommerce-variation-price span.price,
.woocommerce div.product .variation-price-sec span {
    color: #0178bb;
    font-size: 26px;
    font-weight: bold;
}

.woocommerce div.product .woocommerce-variation-price span.price .price-text {
    font-size: 26px;
    display: block;
    line-height: 1;
    color: #212529;
    font-weight: normal;
}

.woocommerce-variation-price .price {
    display: block;
}

.woocommerce ul.products li.product .price {
    color: #1e1e1e;
}

.woocommerce-ordering select {
    background: transparent;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.widget_search .wp-block-search__input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    min-width: auto;
    flex-grow: unset;
    width: calc(100% - 69px);
}

.widget_search button {
    margin-left: 0;
    background-color: #0178BB;
    color: #fff;
    border: 0;
}


/* my css */

.checkout .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    margin-bottom: 0;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #f3f6fb;
    box-shadow: 0px 3px 6px #00000085;
    border-radius: 6px;
}

.woocommerce ul.products li.product .button {
    margin-bottom: 2em;
}


/* my css end */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 40px;
        border: 0;
    }
    .dropdown-item {
        color: #fff
    }
}

@media screen and (min-width: 1000px) and (max-width:1024px) {
    
    .owl-stage {
        width: 1285px !important;
    }
}



/* product detail page */

.woocommerce-page div.product div.images {
    float: left;
    width: 98%;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}

.variations ul {
    margin-bottom: 20px!important;
}

.variable-item [data-wvstooltip]::before {
    content: unset;
}

button:focus {
    outline: none!important;
}

.variations_form>div {
    overflow-x: unset;
}

.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}
/***custom css start***/
.owl-prev {
    /*left: 2px;*/
    left: -25px;
}

.owl-next {
    /*right: 13px;*/
    right: -10px;
}

@media only screen and (max-width: 768px) {
    .owl-carousel .owl-stage-outer {
        width: 95%;
        margin-left: 8px;
    }
    .owl-next {
        right: -5px;
    }
    .owl-prev {
        left: -13px;
    }   
}
a{
	overflow-wrap: break-word;
}
@media only screen and (max-width: 1200px) {
    .owl-carousel .owl-stage-outer {   
        width: 95%;
        margin-left: 12px;
        }
        .owl-next {
            right: -3px;
        }
        .owl-prev {
            left: -12px;
        } 
}
/***custom css end***/

.owl-carousel {
    max-width: calc(100vw - 30px);
    margin: auto
}

@media (min-width:1200px) {
    .owl-carousel {
        max-width: 1170px
    }
}


/* end product detail page */

.woocommerce-page .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 99%;
    max-width: 100%;
}

.navbar-brand ::before {
    content: '';
    top: -8px;
    bottom: -9px;
    left: -100%;
    right: 0;
    position: absolute;
    clip-path: polygon(0 0, 78% 0, 95% 100%, 0% 100%);
    background: #fff;
}

.navbar-brand {
    position: relative;
    padding: 0;
    padding-right: 100px;
    margin-right: 0;
}

.navbar-brand img {
    z-index: 10;
    position: relative;
    max-width: 130px;
}

.navbar.navbar-expand-lg::before {
    content: '';
    left: 0;
    background: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 8vw;
}

.sticky-top {
    top: -1px;
}

.contact-form-text h3 {
    margin-bottom: 0;
    line-height: 1;
}

.header-right .social-top {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.cart-count {
    position: absolute;
    background: #F00F10;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    top: 0;
    font-family: 'Jost', sans-serif;
}

.header-right .social-top .fa {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 24px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.header-right .social-top section .fa:last-child {
    margin-right: 0;
}

.header-top-welcome,
.header-top {
    background-color: #070F2F;
}

.header-top-welcome {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0px;
    line-height: 1;
}

.header-top {
    padding-top: 7px;
}

.prod-desc p {
    background: #F2F6FC;
    padding: 10px 20px;
    border-bottom: 2px solid #fff;
}

.prod-desc p:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.prod-desc p:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.prod-desc {
    padding-left: 0;
}

.prod-desc p b {
    display: block;
    margin-bottom: 5px;
}

.single_variation_wrap p {
    color: #212529;
    margin-bottom: 5px;
}

.product-price-section,
.single_variation_wrap {
    padding: 15px 30px;
    background-color: #F2F6FC;
    border-radius: 5px;
}

.single_variation_wrap .product-price-section {
    padding: 0;
    border-radius: 0px;
}

.single_variation_wrap .woocommerce-variation.single_variation {
    max-width: 50%;
    margin-left: auto;
    width: fit-content;
    text-align: center;
    margin-bottom: -20px;
    min-width: 200px;
    min-height: 70px;
    display: none!important;
}

.woocommerce div.product p.price del,
.woocommerce div.product .variation-price-sec del,
.woocommerce div.product span.price del {
    display: block;
    color: #aeaeae;
    font-size: 22px;
    line-height: 1;
}

.woocommerce div.product p.price ins,
.woocommerce div.product .variation-price-sec ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product .variation-price-sec ins {
    text-decoration: none;
}

.woocommerce-variation.single_variation {
    display: none;
}

.woocommerce div.product p.price del span,
.woocommerce div.product .variation-price-sec del span {
    color: #aeaeae;
    font-size: 22px;
}

.single_variation_wrap .product-price-section .price-text::after {
    content: ' from'
}

.woocommerce div.product .product-price-section .price-text {
    display: block;
    line-height: 1;
    color: #212529;
    font-weight: normal;
}

.product-price-section form.cart,
.product-price-section .woocommerce-variation-add-to-cart {
    width: fit-content;
    margin-left: auto;
    text-align: center;
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.product-price-section .btn,
.product-price-section .button {
    min-width: 200px;
    margin-top: 5px;
}

.product-price-section .btn.disabled,
.product-price-section .button.disabled {
    pointer-events: none;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tfoot {
    background: #0178BB;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.woocommerce-checkout-review-order-table .ts-product-image {
    width: 55px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}

.woocommerce-checkout-review-order-table .variation {
    margin-top: 5px;
}

.woocommerce table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
    border-bottom: 1px solid #4AABDA;
    border-top: 0;
}

.woocommerce-checkout-review-order-table ul li:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-checkout-review-order-table ul li label {
    white-space: nowrap;
    margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

.wc_payment_methods.payment_methods.methods>li>label {
    width: 100% !important;
    padding: 9px 12px;
    background: #0178BB;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-checkout #payment div.payment_box {
    background: transparent;
    margin-top: 0;
    padding: 9px 12px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}

.woocommerce-checkout h3 {
    margin-bottom: 20px;
}

.woocommerce-checkout .checkout-sibebar {
    float: left;
    width: 40%;
}

.woocommerce-checkout .checkout-sibebar .coupon-section {
    padding: 20px 10px;
}

.woocommerce-checkout .checkout-sibebar .coupon-section p.form-row {
    display: inline-block;
    float: none;
    width: 32%;
    padding: 0;
}

.woocommerce-checkout .checkout-sibebar .coupon-section p.form-row.form-row-first {
    width: 68%;
    margin-right: -5px;
}

.woocommerce-checkout .checkout-sibebar .coupon-section input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.woocommerce-checkout .checkout-sibebar .coupon-section button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding: 5px;
    height: 41px;
}

.woocommerce-checkout .col2-set {
    width: 60%;
    float: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 80%;
    margin: 20px auto;
    margin-bottom: 0;
}

.comments-area {
    border-top: 2px solid #ccc;
    margin-top: 20px;
    padding: 20px 0px;
}

.comments-area ol {
    list-style: none;
    padding-left: 20px;
}

.comments-area .comment-list {
    padding-left: 0;
}

.comments-area .comment-list .comment-meta {
    padding: 0;
}

.comments-area .comment-list .comment-body {
    margin: 20px 0;
    position: relative;
}

.comments-area .comment-list .comment-body .says {
    display: none;
}

.comments-area .comment-list .comment-body .comment-author,
.comments-area .comment-list .comment-body .comment-metadata {
    display: inline-block;
    width: fit-content;
    vertical-align: top;
}

.comments-area .comment-list .comment-body .comment-author b {
    vertical-align: top;
    text-transform: capitalize;
}

.comments-area .comment-list .comment-body .comment-author b a,
.comment-metadata a,
.comments-area a {
    color: #5c5c5c;
}

.comment-awaiting-moderation {
    display: none;
}

.comments-area .comment-list .comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
}

.comments-area .comment-list .comment-respond {
    margin-top: 1rem;
}

.comments-area .comment-list .comment-body img {
    width: 70px;
    margin-right: 5px;
}

.comments-area .comment-list .comment-body .comment-content {
    padding-left: 80px;
    margin-top: -50px;
    min-height: 50px;
}

.comments-area .comment-list .children .comment-body img {
    width: 30px;
    margin-right: 5px;
}

.comments-area .comment-list .children .comment-body .comment-content {
    padding-left: 40px;
    margin-top: -16px;
    min-height: 20px;
}

.comments-area>.comment-list {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
}

.comments-area .comment-list .children .comment-meta {
    line-height: 1;
}

.comments-area .comments-title {
    margin-bottom: 25px;
    font-size: 22px;
}

.comments-area .comment-form p {
    margin-bottom: 15px;
}

.comments-area .comment-form p {
    width: 100%;
    display: inline-block;
}

.comments-area .comment-form p.comment-form-author,
.comments-area .comment-form p.comment-form-email,
.comments-area .comment-form p.comment-form-url {
    width: calc(50% - 28px);
    margin-right: 50px;
}

.comments-area .comment-form textarea {
    height: 130px;
}

.comments-area .comment-form p.comment-form-email {
    margin-right: 0;
}

.comments-area .comment-form textarea,
.comments-area .comment-form input:not([type="checkbox"],
[type="submit"]) {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 40px;
    padding: 5px 10px;
    outline: none;
}

.comments-area .comment-form input[type="submit"] {
    background: #0178BB;
    color: #fff;
    border: 1px solid #0178BB;
    padding: 8px 30px;
    border-radius: 5px;
}

.comments-area .comment-form input[type="submit"]:hover {
    background: transparent;
    color: #0178BB;
}

.comment-respond h3 {
    font-size: 24px;
}

.comment-respond h3 small {
    float: right;
    font-size: 1rem;
}


/* end wocommerce style */

@media only screen and (min-width: 1920px) {
    .navbar.navbar-expand-lg::before {
        width: 26vw;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 15px;
        font-size: 13px;
    }
    .collapse.navbar-collapse {
        margin-left: -25px;
    }
    .banner.services h1,
    .banner-content p {
        color: #fff;
    }
    .banner {
        height: 45vh;
    }
    .banner.home-page {
        height: 60vh;
    }
    .banner {
        position: relative;
    }
    .banner.blog-page::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }
    .banner .container {
        z-index: 2;
        position: relative;
    }
}

/*.owl-carousel .owl-stage-outer {
    width: 85% !important;
    margin: auto !important;
}

@media only screen and (min-width: 767px) {
.owl-stage {
    width: 1475px !important;}
}


@media only screen and (min-width: 1024px) {
    .owl-carousel .owl-stage-outer {
        width: 90% !important;
        margin: auto !important;
    }
    .owl-stage-outer .owl-stage {
        width: 4142px !important;
    }
    .variable-prod-table tr:nth-child(2) .owl-stage-outer .owl-stage {
        width: 3659px !important;
    }
}*/



.btn-filter {
    display: none;
    margin: auto;
    width: 100%;
    background: #0178BB;
    color: #fff;
    border: 0;
    padding: 10px;
    max-width: 300px;
}
.wp-block-woocommerce-product-categories::before {
    content: 'Categories';
    font-size: 19px;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border: 1px solid #0178BB;
}
.woocommerce-cart table.cart td.actions .coupon .button {
    padding: 5px;
    height: 36px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: auto;
    width: auto !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: calc(100% - 115px) !important;
    margin-right: 0 !important;
}
.woocommerce table.cart td.actions .coupon {
    width: 400px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #0178BB;
}
@media only screen and (max-width: 991px) {
    .btn-filter {
        display: block;
    }
    
    .widget_top_rated_products {
        display: none;
    }
    
    .edu-tabs .nav-tabs {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    
    .edu-tabs .tab-content {
        padding: 0px 15px;
        margin-top: 15px;
    }
    
    .edu-tabs .nav-tabs li {
        display: block;
    }
    
    .edu-tabs .nav-tabs li a {
        text-align: left;
        border-right: 0 !important;
        border-bottom: 1px solid #fff;
    }
    
    .collapse.navbar-collapse {
        margin-left: -16px;
    }
    
    .product-section {
        order: 2;
    }
    
    .product-sidebar {
        order: 1;
        display: none;
    }
    
    .navbar-toggler-icon {
        background: #fff;
        height: 2px;
        position: relative;
    }
    
    .navbar-toggler-icon:before {
        background: #fff;
        height: 2px;
        position: absolute;
        top: -8px;
        content: '';
        width: 100%;
        left: 0;
    }
    
    .navbar-toggler-icon:after {
        background: #fff;
        height: 2px;
        position: absolute;
        bottom: -8px;
        content: '';
        width: 100%;
        left: 0;
    }
    
    .navbar-collapse {
        background: #0178BB;
        z-index: 9;
        margin-left: -16px;
        margin-top: 5px;
        margin-bottom: -16px;
        margin-right: -16px;
    }
    
    .right-nav {
        display: none;
    }
    
    .navbar .navbar-nav li a {
        padding: 10px !important;
        font-size: 16px;
    }
    
    .navbar-brand {
        margin-left: 0px;
    }
    
    .header-top .row>div:nth-child(2) {
        padding-left: 8px;
    }
    
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout .checkout-sibebar,
    .woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout form.woocommerce-checkout .col2-set .col-2 {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    
    .blog-item h2 {
        font-size: 24px;
    }
    
    .woocommerce-checkout .checkout-sibebar .coupon-section button {
        font-size: 14px;
    }
    
    .woocommerce ul.products {
        margin: 0 -15px;
    }
    
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .woocommerce table.cart td.actions .coupon {
        width: 100%;
    }
    
    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-error,
    .woocommerce-page .woocommerce-info,
    .woocommerce-page .woocommerce-message {
        padding-bottom: 60px;
    }
    
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        position: absolute;
        bottom: 15px;
    }
    
    .product-price-section form.cart,
    .product-price-section .woocommerce-variation-add-to-cart {
        margin: auto;
        margin-top: 15px !important;
    }
    
    .comments-area .comment-list .comment-body img {
        width: 70px;
        margin-right: 5px;
    }
    
    .comments-area .comment-list .comment-body .comment-content,
    .comments-area .comment-list .comment-body .comment-metadata {
        padding-left: 80px;
        margin-top: -52px;
        min-height: auto;
    }
    
    .comments-area .comment-list .children .comment-body img {
        width: 30px;
        margin-right: 5px;
    }
    
    .comments-area .comment-list .children .comment-body .comment-content,
    .comments-area .comment-list .children .comment-body .comment-metadata {
        padding-left: 40px;
        margin-top: -13px;
        min-height: auto;
        display: block;
        margin-bottom: 13px;
    }
    
    .comments-area .comment-list .comment-body .comment-author b {
        padding-right: 50px;
    }
    
    .comments-area ol {
        padding-left: 10px;
    }
    
    .comments-area .comment-list .comment-body {
        margin: 15px 0;
    }
    
    .comments-area .comment-form p.comment-form-author,
    .comments-area .comment-form p.comment-form-email,
    .comments-area .comment-form p.comment-form-url {
        width: 100%;
        margin-right: 0;
    }
    
    .comments-area .comment-form p.comment-form-cookies-consent {
        display: flex;
        line-height: 1.3;
    }
    
    .comments-area .comment-form p.comment-form-cookies-consent input {
        align-self: flex-start;
        margin-top: 7px;
        margin-right: 10px;
    }
    
    .product form.cart {
        text-align: center!important;
    }
    
    .product form.cart button.btn {
        min-width: 200px;
    }
    
    .woocommerce ul.products {
        margin: 0;
    }
    
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }
    
    .woocommerce-variation-add-to-cart {
        text-align: center;
    }
    
    .woocommerce-checkout h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: 0;
        padding-top: 0;
        margin-top: -10px;
        padding-left: 10px;
    }
    
    .dropdown-item {
        color: #fff
    }
    
    .brand img {
        max-height: 100%;
        max-width: 300px;
        margin-bottom: 15px;
    }
    
    .header-top-welcome,
    .header-top .row>div {
        display: none;
    }
    
    .header-top .row>div.header-right {
        display: block;
        text-align: center!important;
    }
    
    .site-mt .row>div {
        text-align: center!important;
    }
    
    .header-right .social-top {
        align-items: center;
        justify-content: center;
    }
    
    .banner.services h1 {
        margin-top: 48px;
        font-size: 27px;
        line-height: 34px;
        color: #fff;
    }
    
    .banner-content p {
        color: #fff;
    }
    
    .edu-training-text {
        padding-top: 20px;
    }
    
    .edu-features .feature-item {
        margin-bottom: 30px;
        height: auto;
    }
    
    .edu-books .feature-item {
        margin: 20px 0px;
        height: auto;
        min-height: 100%;
    }
    
    .mobile-pt-20 {
        padding-top: 20px;
    }
    
    .blog-content-sm {
        margin-bottom: 30px;
    }
    
    .shop-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/Shop-1.jpg');
    }
    
    .about-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/banner-about-us-mobile.jpg');
    }
    
    .door-supervisor-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/Door-Supervisor-2.jpg');
    }
    
    .contact-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/contact-us.jpg');
    }
    
    .checkout-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/02/Check-out-1.jpg');
    }
    
    .blog-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/02/Blogbanner-1.jpg');
    }
    
    .faq-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/FAQ-1.jpg');
    }
    
    .birmingham-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/locations-1.jpg');
    }
    
    .blog-page {
        background-image: url('https://edu.ukwebtesting.co.uk/wp-content/uploads/2023/01/locations-1.jpg');
    }
	.criminal-page{
	background-image: url('https://edutraining.co.uk/wp-content/uploads/2023/07/criminal-record-mobile-version.jpg') !important;
	}
	.sia-page {
	    background-image: url('https://edutraining.co.uk/wp-content/uploads/2023/07/SIA-Application-Process-mobile.jpg');
}
    
    .why-us-tick {
        font-size: 15px;
    }
    
    .book-btn {
        padding: 16px;
        font-size: 25px;
        position: fixed;
        display: block!important;
        background-color: #F00F10;
        color: #fff!important;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 999;
        text-align: center;
    }
    
    body .black-content-banner .banner-content h1 {
        font-size: 40px;
        color: #fff;
        text-shadow: none;
    }
    
    body .black-content-banner40 .banner-content h1 {
        font-size: 40px;
        color: #fff;
        text-shadow: none;
    }
    
    body .black-content-banner .banner-content p {
        color: #fff;
    }
    
    body .black-lightcontent-banner .banner-content h1 {
        font-size: 40px;
        color: #fff;
        text-shadow: none;
    }
    
    body .black-lightcontent-banner .banner-content p {
        color: #fff;
    }
    
    #primary-menu {
        padding: 20px 0px;
    }
    
    .pricing-plan span {
        color: #0178bb;
    }
    
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }
    
    .radio-content-bg-dark-blue {
        padding-top: 12px;
    }
    
    #VarableProductModal p {
        font-size: 12px;
    }
    
    #VarableProductModal .modal-title {
        line-height: 0;
        font-size: 14px;
    }
    
    #VarableProductModal .modal-body {
        padding-top: 0px;
    }
    
    #VarableProductModal ul li {
        font-size: 12px;
    }
    
    #VarableProductModal .mb-0-5 {
        font-size: 12px;
    }
    
    #myTab {
        display: block;
    }
    
    .min-height-455 .feature-item {
        min-height: 0px;
        padding-bottom: 12px;
    }
    
    .services {
        text-align: center;
    }
    
    .edu-tabs #myTab li {
        margin-bottom: 5px;
    }
    
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 15px;
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 440px) {
    .navbar-brand img {
        z-index: 10;
        position: relative;
        max-width: 100px;
    }
    
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }
}