* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'Poppins';
}

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

.custom-container {
    padding: 0 71px;
}

/* header */
.stellarnav li li {
    width: 100% !important;
}
header {
    background: #FFFFFF;
    padding: 13px 0;
}

.logo {
    text-align: left;
}
.stellarnav > ul > li.active > a {
    color: rgba(163, 134, 114, 1);
}
.stellarnav > ul > li:hover > a {
        color: rgba(163, 134, 114, 1);

}
.stellarnav > ul > li > a {
    padding: 0 30px;
    border-bottom: 1px solid transparent;
    letter-spacing: 0px;
    color: #333333;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%; 
    text-align: right;
    text-transform: capitalize;
}   
.stellarnav > ul > li:last-child > a {
    padding-right: 10px;
}

.right-section-login {
    display: flex;
    gap: 26px;
    align-items: center;
}

.right-section-login .login{
    padding: 10px 18px;
    border-radius: 12px;
    background: #F6B70A;
    color: #333333;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%;
  } 

  .right-section-login .signup{
    padding: 7px 18px;
    border: 1px solid #387E5D; 
    border-radius: 12px;
    color: #387E5D;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%;
  } 


  .right-section-login .language-container {
            position: relative;
            width: 67px;
        }

   .right-section-login .language {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 33px;
    border: 2px solid #ddd;
    border-radius: 28px; 
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

 

    .right-section-login .language:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

   .right-section-login .language:hover {
        border-color: #007bff;
    }

    /* Custom arrow */
    .right-section-login .language-container::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333;
        pointer-events: none;
    }

    .right-section-login .language option {
        padding: 8px;
        background-color: #fff;
        color: #333;
    }


.rightmost-hdr {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-book a {
    width: 75px;
    height: 33px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #0022FF 0% 0% no-repeat padding-box;
    font: normal normal 600 13px/116% Poppins;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    border-radius: 19px;
}
.btn-right .initial {
    font: normal normal 600 13px/116% Poppins;
    border: 1px solid #000000;
    border-radius: 19px;
}
.btn-right a {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 77px;
}
.btn-right .dropdown-menu.show li a {
    width: 100%;
}
.stellarnav ul {
    text-align: center; 
}
.stellarnav > ul > li {
    padding: 0px 0px 0 0px;
    position: relative;
}  

.right-section-login {
    text-align: center;
}


/* hero-banner */

/* ========hero-section========= */
.hero-section{
    position: relative;
    z-index: 99;
    }
.hero-section .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
}
  .hero-btn a {
    letter-spacing: 1px;
    color: #333333;
    border-radius: 12px;
    padding: 20px 35px;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #F6B70A;
}

.hero-content h1 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    /*max-width: 745px;*/
    color: #FFFFFF;
    margin-bottom: 16px;
} 

.hero-content p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center; 
    color: #FFFFFF;
}

    .hero-content h1 span {
        padding-left: 38px;
    }
  .hero-btn {
    margin-top: 50px;
    text-align: center; 
} 
    
    .hero-bnr .owl-nav, .ctgry .owl-nav {
        position: absolute;
        top: 47%;
        width: 100%;
    }
    .hero-bnr .owl-nav img, .ctgry .owl-nav img {
        width: 50px;
    }
    .hero-bnr .owl-next {
        right: 8%;
        position: absolute;
    }
    .hero-bnr .owl-prev {
        left: 8%;
        position: absolute;
    }
    .ctgry .owl-next {
        right: -6%;
        position: absolute;
    }
    .ctgry .owl-prev {
        left: -6%;
        position: absolute;
    }
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background: linear-gradient(238.7deg, rgba(180, 198, 206, 0) 30.95%, #8C9FA8 96.79%);*/
}
    

.owl-carousel.hero-bnr  .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, -50%);
}

.hero-bnr .owl-dots span {
    width: 36px;
    height: 2px;
    margin: 5px 5px;
    background: #FFFFFF80;
    border: 1px #FFFFFF80 solid;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.hero-bnr .owl-dot.active span {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 656px !important;
} 


/* ================================
            about-chiropractic
  ================================= */

  .about-chiropractic h3 {
    font-family: Outfit;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    text-align: center;
}

.about-chiropractic p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #393939;
    padding: 20px 0;
}

.about-chiropractic p:last-child {
    padding-bottom: 0;

}
.checkButtons {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
}

.readMore,.makeAppointent {
    font-family: Outfit;
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    color: #A38672;
    border: 2px solid #A38672;
    padding: 19px 31px;
    border-radius: 28.5px;
    transition: 0.3s ease-in-out;
}
.readMore:hover,.makeAppointent:hover{
    background-color: #A38672;
    color: white;
    border: 2px solid #A38672;
    transition: 0.3s ease-in-out;
}
a.makeAppointent {
    background: #AAC2CE;
    color: #FFFFFF;
  border: 2px solid transparent;

}
.about-chiropractic {
    padding: 70px 0;
}

/* ========Training For Companies=====================*/

.training-for-companies {
    padding: 170px 0;
}

.training-for-companies .custom-container{
    padding: 0 160px;
}

.training-for-companies h3 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px; 
}

.training-for-companies p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF; 
}


.button-training .training-link{
    padding: 10px 18px;
    border-radius: 12px;
    background: #F6B70A;
    color: #333333;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%; 
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 226px; 
    text-align:center;
    margin-top: 48px; 
} 


/*============VERIFY CERTIFY SECTION=================*/

.verify-certificate{
    padding: 118px 0; 
}

.verify-certificate .custom-container{
    padding: 0 160px;
}

.verify-certificate h3 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;  
    color: #333333; 
}

.verify-certificate .content p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #666666; 
    margin-bottom: 53px;
} 
/*
.verify-form input {
    position: absolute;
    right: 9px;
} */

.verify-form {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    /* background-color: #f5f5f5; */
    font-family: 'Nunito';
} 

.verify-form form {
    border-radius: 15px;
    width: 900px;
    max-width: 960px;
    text-align: center;
    box-shadow: 0px 0px 40px 40px rgb(201 201 201 / 10%);
} 

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #fcfcfc;
}  

.verify-form .form-control {
  width: 900px;
  padding: 46px 12px 46px 46px;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 28px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.verify-form .form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.verify-form input[type="text"] {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0%;
 } 

 .verify-form input[type="text"]::placeholder {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #00000033 !important;
 } 

 .verify-form button

 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;
    background-color: #F6B70A;
    color: #333333;
    border: none;
    padding: 0 75px;
    margin: 10px;
    border-radius: 12px;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 225px;
}
 .verify-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;  
    background-color: #F6B70A;
    color: #333333;
    border: none;
    padding: 0 75px;
    margin: 10px;
    border-radius: 12px;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 225px;
}

.verify-form input[type="submit"]::placeholder {
  font-family: 'Nunito';
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

.verify-form input[type="submit"]:hover {
  color: #ffffff;
} 



/* ========ABOUT ACADEMY=====================*/

.about-academy {
    padding: 170px 0;
}

.about-academy .custom-container{
    padding: 0 160px;
}

.about-academy h3 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px; 
}

.about-academy p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF; 
}


.button-academy .academy-link{
    padding: 10px 18px;
    border-radius: 12px;
    background: #F6B70A;
    color: #333333;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%; 
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 170px; 
    text-align:center;
    margin-top: 48px; 
}



/* ================= footer =============*/

/*.footer-logo img {
    width: 200px;
}*/
.social-icons {
    display: flex;
    gap: 10px;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
}
footer {
    padding-top: 87px;
    background-image: url(../images/ft-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer p {
    color: #FFFFFF;
    padding: 9px 0;
    margin-top: 28px;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
} 

footer h4 {
    color: #FFFFFF;
    padding-bottom: 9px;
    font-family: Outfit;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}
.social-all h4 {
    padding: 29px 0 13px 0px;
    font-size: 20px;
}
/*.quick-link ul {
    column-count: 2;
}*/
.quick-access ul li a svg {
    color: #0022FF;
    width: 20px;
}
.social-icons li a {
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000000;
    transition: 0.3s ease-in-out;
    background: #FFFFFF; 
    font-size: 20px;
    margin-top: 28px;
}
.social-icons li a:hover {
   transform: translateY(-10px);
}
.quick-link ul li a, .quick-return ul li a {
    color: #EEEEEE;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0%;
 } 

.quick-access ul li a {
    color: #EEEEEE;
    display: flex;
    gap: 14px;
    padding-bottom: 9px;
    align-items: center;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 0%;
    word-wrap: break-word;
}

.quick-link ul li,.quick-access ul li {
    padding-bottom: 9px;
}

ul.footer-copyright li {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #FFF4ED;
}

.footer-copyright li a {
    color: #FFF4ED !important;
}
.footer-bottom {
    padding: 22px 0;
    border-top: 1px solid #ffffff3d;
    margin-top: 95px;
}










/* go-to */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #F6B70A;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #000000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #3332E8;
    border: 1px solid #3332E8;
}
.go-top.active svg {
    font-size: 19px;
}


/* ========================exploreService=============== */

.exploreOurService {
    background: #f4f4f4;
    padding: 0 0 60px 0;
}

.our-service-container {
    padding: 22px 28px;
    background: #ffffff;
    border-radius: 20px;
    margin-top: -50px;
    z-index: 100;
    position: relative;
} 

.exploreOurService h3 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 38px;
    line-height: 51px;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 4px;  
}
.exploreOurService p.sub-heading {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 5px; 
    color: #666666;
}

.our-service-container .row .p-0{
padding: 10px !important; 
}


.viewMore {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.serviceCardImage img {
    max-height: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.serviceCardContent h4 {
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 25.41px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
}

.serviceCardContent p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #393939;
    max-width: 100%; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    text-overflow: ellipsis;
}

.excluseCorner svg {
    background: #A38672;
    padding: 10px;
    border-radius: 50%;
    color: #000;
    transform: rotate(
334deg);
}

.serviceCardImage img {
    max-height: 100%;
}

.service-card {
    position: relative;
    height: 460px;
    display: block;
    padding: 10px;
    border: 1px solid #00000026;
    border-radius: 16px;
    margin-bottom: 20px;
 } 

.serviceCardContent {
    max-width: 100%;
    margin-left: auto;
    padding: 20px 0;
    border-radius: 30px;
    position: relative;
    right: 0;
    bottom: 0;
}

.course-tag {
    display: flex;
    margin: 14px 0;
    gap: 5px;
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 12.7px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #387E5D;
} 

.course-tag img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.course-tag > div{
    padding:0 5px;
    border-right: 0.64px solid #00000033;  
}

.course-tag > div:last-child{
  border-right: none; 
}

.button-class {
    background: #F6B70A;
    color: #333333;
    width: 116px;
    padding: 10px 16px; 
    border-radius: 6.5px;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 14.82px;
    line-height: 100%;
    letter-spacing: 0%;
} 

.excluseCorner {
    position: absolute;
    left: 25px;
    bottom: -50px;
} 

 .excluseimg img {
    width: 90px;
}

.excluseimgAll {
    position: absolute;
    left: 25px;
    bottom: -20px;
} 


.chripaticGallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 equal-width columns */
  gap: 10px; /* optional spacing between images */
  align-items: end; /* Align all items to the bottom of their grid cells */
}

.chripaticGallery img {
  width: 100%; /* ensures each image fills its grid cell */
  height: auto; /* maintains aspect ratio */
}

.tall {
  height: 100%;
}

.medium {
  height: 70%;
}

.short {
  height: 40%;
}

/*about page*/

.aboutuspage-section {
    margin: 0px 0px;
    padding: 43px 0px 60px;
    width: 100%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 460px;
    overflow: hidden;
}

.aboutuspage-text h2 {
    font-family: Outfit;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
}

.aboutuspage-text p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #393939;
    padding:0 0 15px 0;
}
.aboutuspage-section p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: 0%;
    padding: 0px 13px 17px 1px;
    text-align: justify;
}


.aboutuspage-section ul {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: 0%;
    padding: 0px 13px 17px 1px;
    text-align: justify;
}

.vision-section p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #393939;
    padding: 20px 0;
}

.aboutrightimg {
   /* margin: 22px 0px 22px 0px;*/  
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 12px;
    overflow: hidden;
}

.aboutrightimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.aboutrightimgsect {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
}

.aboutrightimg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*Contact Page*/

.contactpage_section {
    margin-bottom: 60px;
}
.contact_left {
    margin: 0;
    padding: 0;
}

.contact_left ul {
    list-style-type: none;
    padding: 0;
}
.contact_left ul > li {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 20px;
}
.contact_left ul > li > svg {
    padding: 7px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
    background: #000000;
    height: 14px;
    width: 14px;
}
.contact_left ul > li h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Arial';
}
.contact_left ul > li p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}
.contact_left ul > li p a {
    color: #000;
    text-decoration: none;
}
.contact_right {
    margin: 0;
    padding: 0;
}

form label {
    display: inline-block;
    margin-top: 10px;
}
.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
    font-family: 'Arial';
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 150px;
    resize: none;
    font-family: 'Arial';
    border-radius: 20px;
}

.contact_right .contact_button {
    background: #000;
    color: #fff;
    padding: 10px 35px;
}

.service_right_section ul li img{
    width: 100%;
}

.postcontent2 {
    padding-top: 18px;
}

/*Blog Page*/

/*.blog_main{background:#f2f2f2; padding-top: 40px;}*/
.blog_left{width: 64%;padding: 0 15px;float:left}
.blog_right{width: 33%;padding: 0 15px;margin-left: 3%;float: left;margin-top: 50px}
.blog_title{color: #333333;font-size: 30px; text-align: center;position: relative;display: inline-block;margin:0;}
.blog_title:before{content: '';position:absolute;border-top:2px solid #f2ad1d;width: 100%;top: 0;}
.blog_category,.blog_tags,.blog_post{margin-bottom:25px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);background: #fff}
.blog_category h2{background: rgba(163, 134, 114, 1);color: #FFFFFF;font-size: 26px;font-weight: 700;line-height: 24px;padding:14px 20px;margin:0;text-transform:uppercase;font-family: 'Alegreya Sans', sans-serif;}
.blog_category ul li{border-bottom: 1px solid #dfdfdf; list-style: none;}
.blog_category ul li:last-child,.blog_post li:last-child{border-bottom: none}
.blog_category ul li:hover a,.blog_category ul li.active a{color: #f21d1d;}
.blog_category ul li a{color: #000000;font-size: 16px;line-height: 30px;text-transform: uppercase;display:block;padding: 8px 10px;}
.blog_category ul{background-color: #ffffff;margin-bottom: 0;}
.blog_tagh2{background-color: #170654;color:#fff;text-transform: uppercase;padding: 14px 20px;font-size: 26px;  font-weight: 700; line-height: 24px;margin:0;font-family: 'Alegreya Sans', sans-serif;}
.blog_tags ul{padding: 20px 15px}
.blog_tags li{display: inline-block;border:1px solid #e1e1e1;border-radius: 20px;margin: 5px 3px}
.blog_tags li.active,.blog_tags li:hover{border:1px solid #40a2d5;}
.blog_img img {max-width: 100% !important;margin: 0 0 20px 0 !important;}
.blog_tags li.active a,.blog_tags li:hover a,.blog_post a{color: #40a2d5;display: block;}
.blog_post a:hover{text-decoration: underline}
.blog_tags li a{font-size: 13px;  line-height:26px;text-align: center;color: #969696;text-transform:uppercase;display:block;padding: 2px 21px;}
.blog_post li{border-bottom:1px solid #e1e1e1 ;padding: 25px 20px; list-style: none !important;}
.blog_post .row{margin: 0}
.blog_post p{color:#6e6e6e;font-size: 12px;line-height: 20px;margin-bottom: 0;}
.postcontent{float: left;width: 64%;padding: 0 15px}
.postimg{width: 95px;overflow:hidden;float: left}
.postimg img{border:1px solid #e1e1e1;max-width: 100% !important;
    width: 100%;
    margin: 0 10px 0 0 !important;}
.postcontent p {font-size: 13px !important;line-height: 19px !important;margin:0 !important;}
.footer_menu li.current_page_item a {color: #4d920c;}
.fc-view table tr td {text-align:center !important;}
.comment-form input[type="submit"] {padding: 10px 20px;
    background: #40a2d5;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #40a2d5;
    display: block;
    height: 50px;}
.blog_detail {margin: 50px 0 30px;padding-top: 33px;}
.blog_detail .nav-next svg, .blog_detail .nav-previous svg {display:none !important;}
.blog_detail .navigation h2 {display:none;}
.nav-links span.nav-subtitle, .nav-links span.nav-title {display:none;}
.blog_detail .nav-links {width: 100%;
    display: inline-block;}
  .blog_detail .nav-previous {
    width: auto;
    float: left;
    margin: 10px 10px;
    background: rgba(163, 134, 114, 1);
    padding: 7px;
    /* color: #fff; */
}

.blog_detail .nav-previous a{ 
    color: #fff;
    }
 .blog_detail .nav-next a{ 
    color: #fff;
    }


  .blog_detail .nav-next {
    width: auto;
    float: right;
    margin: 10px 10px;
       background: rgba(163, 134, 114, 1);
    padding: 7px;
    }
.comments-area {width:100%;margin:30px 0 0;}
.comments-area label {width:100%;display:block;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area input[type="password"] {width:100%;}
.comments-area textarea {width:100%;resize:none;height:135px;}
.gallery_box {width:100%;border:1px solid #ccc;padding:15px;margin: 0 0 25px 0;}
.gallery_box img {width: 100% !important;
    max-width: 100% !important;
    margin: 0!important;
    float: none !important;
    height: 300px;
    object-fit: cover;}
.gallery_box h3 {color: #424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;font-family: 'Alegreya Sans', sans-serif;margin: 20px 0 0;}
  .evntpic img {max-width:100%  !important;width:100% !important;margin:0  !important;}
  .evntpic_info {margin: 0 0 35px;}

.blog_list{background: #fff;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);display: block}
.list_content{padding: 10px;border-bottom: 1px solid #e1e1e1;min-height: 200px;}
.blog_img{overflow: hidden;text-align: center;max-height: 215px}
.list_content h2{color: #000;
    font-size: 18px;
    font-weight: 500; 
     line-height:1.2;
     text-transform: uppercase;
     margin-bottom: 20px;
     margin-top: 5px;
     font-family: 'Alegreya Sans', sans-serif;}
.title2{color: #9C9B9B;font-size: 14px;line-height: 24px;margin-bottom: 5px}
.title3{color: #6E6E6E;font-size: 14px;line-height: 20px;margin-bottom:8px; min-height: 80px;}
.smalltxt{color: #2E2E2E;font-size: 14px;font-weight: 600;  line-height: 20px;margin-bottom: 0; margin: 15px 0 0 0 !important;}
.color1 {color:#170654;}
.datetxt{color: #6E6E6E;font-size: 14px;line-height: 20px;;display: inline-block;margin-bottom: 0;margin-left: 5px}
.datetxt i{margin-right:6px}
.iconfav{border:1px solid #e1e1e1;border-radius: 20px;display: inline-block;color: #ABABAB;font-size: 14px;line-height: 14px;padding: 5px 13px;margin:0 4px}
.iconfav span{border-left:1px solid #e1e1e1;display: inline-block;padding-left: 10px;}
.blog_bottom{padding: 20px 18px}
.blog_left .blogborder{padding-top: 50px;margin-bottom: 50px}
.blog_left .blogborder:before{position: absolute;content: '';border-top: 1px solid #fff;top: -1px;width: 96%;left: 0}
.blog_left .blogborder:nth-child(odd):before,.blog_left .blogborder:nth-child(odd):after{right:0;left: auto}
.blog_left .blogborder:nth-child(1):before,.blog_left .blogborder:nth-child(1):after,.blog_left .blogborder:nth-child(2):before,.blog_left .blogborder:nth-child(2):after{content: none}
.blog_left .blogborder:after{position: absolute;content: '';border-top: 1px solid #e1e1e1;top:0px;width: 96%;left: 0}
.blog_search .input-group {
  display: flex;
}
.blog_search .form-control{border-radius: 30px;border-color:#4d920c;height: 50px;padding: 6px 20px;box-shadow: none !important;z-index: 0;border-right:none}
.blog_search{margin-bottom: 30px}
.blog_search .input-group-addon:before{position: absolute;content: '';background:#170654;top:0;bottom: 0;width: 1px;height:84%;margin: auto;left:0}
.blog_search .input-group-addon {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  border: 1px solid #4d920c;
  color: #888;
  padding: 0;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_fix .fix_list li img {width:100%;}
.detailcontent,.detailcontent1,.detailcontent2{background: #fff;padding: 25px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);width: 100%;
display: inline-block;}
.blog_detail .blog_right{margin-top: 0}
.detailcontent .blog_tags{box-shadow: none;margin-bottom:15px;border-bottom: 1px solid #e1e1e1;padding-bottom: 15px}
.detailcontent .blog_tags ul{padding: 5px 0;margin-bottom: 0}
.detailtitle{color: #333;font-size:20px;font-weight: 700; line-height: 32px;margin: 8px 0 10px;font-family: 'Alegreya Sans', sans-serif;}
.detailimg1{border-top:1px solid #e1e1e1;padding-top: 25px;margin-top: 15px;margin-bottom: 25px}
.imgbox img{border: 6px solid #dad7d7;
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.detailtxt{color: #5C5C5C;font-size: 15px;line-height: 24px;margin: 5px 0 18px}
.txtunderline{text-decoration: underline}
.detailcontent1,.detailcontent2{border-top:1px solid #e1e1e1;}
.detailcontent1 img{max-width: 100%}
.imgbox1{overflow: hidden;max-height: 412px}
.bloglink li{display: inline-block;border:1px solid #999;border-radius: 3px;margin: 2px}
.linkcount{border-left: 1px solid #e1e1e1;padding-left: 5px;margin-left: 5px;}
.bloglink li a{color:#999;font-weight: 600;display: block;padding: 6px 10px;font-size: 14px}
.bloglink li:hover a{color:#f2ad1d;}
.bloglink li:hover{border:1px solid #f2ad1d;}
.commentbox{background: #fff;padding: 30px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);margin-top: 30px}
.commentbox label{color: #5C5C5C;font-size: 15px; line-height: 24px;display: block;font-weight: normal;margin-bottom:8px}
.btncomment{border: 1px solid #f2ad1d;  background-color: #fff;color: #f2ad1d;font-size: 14px;  line-height: 22px;text-transform: uppercase;width:100%;text-align:left}
.btncomment:hover{background-color:#f2ad1d;color:#fff }
@media screen and (max-width: 1200px) {
    .blog_bottom,.blog_post li,.blog_tags ul,.list_content {padding: 10px;}
    .blog_category ul li a{font-size: 14px;line-height: 36px;padding:6px 10px}
    .title1{font-size: 14px;line-height: 18px}
    .title3{font-size: 13px}
    .blog_post p,.detailtxt{font-size: 13px;line-height: 18px}
    .blog_right{margin-left: 0;margin-top: 30px}
    .blog_left{width: 67%}
    .blog_left .blogborder{padding-top: 30px;margin-bottom: 30px}
    .blog_tagh2,.blog_category h2{font-size: 20px;line-height: 20px;padding: 12px 10px}
    .blog_tags li a{padding: 2px 14px}
    .blog_tags li{margin: 5px 1px}
    .postimg{width:36%;}
    .blog_category, .blog_tags, .blog_post,.blog_search{margin-bottom: 20px}
    .detailcontent, .detailcontent1, .detailcontent2{padding: 20px 15px}
     .blog_bottom .datetxt{margin:7px 0 0}
  
}

.blog_detail h2 {
    font-size: 23px;
    font-weight: 200;
}

@media screen and (max-width: 992px){
    .blog_left,.blog_right{width: 100%;float: none}
    .blog_right{width: 100%;margin:0 auto}
    .commentbox{margin-bottom: 30px}
    .postimg{width: 112px}
    .postcontent{width: 74%}
}
@media screen and (max-width: 767px){
    .favtxt{text-align: left !important;margin-top:7px} 
    .detailcontent, .detailcontent1, .detailcontent2{padding: 15px}
     .postimg{width: 36%}
    .postcontent{width: 64%} 
}
@media screen and (max-width:500px){ 
    .blog_right{width:100%;margin-top: 30px}
    .blog_left .blogborder{width: 100%;float:none;margin-bottom: 0}
    .blog_left .blogborder:before,.blog_left .blogborder:after{content: none}
}

.blog_detail h4 {
text-align: center;
    letter-spacing: 0px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px 0;
    position: relative;
}

.blog_detail h4:after {
    background: rgba(163, 134, 114, 1);
    width: 309px;
    height: 10px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.blog_detail p {
    line-height: 25px;
    color: #3f3e3e;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}

/*.single-post .blog_detail h2 {
    font: normal normal 600 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #170654;
    text-align: left;
        font-size: 32px !important;
}*/

.single-post .blog_detail h3 {
    font: normal normal 500 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #9f0fce;
    text-align: left;
   font-size: 23px !important;
}


a.blog_lst {
     background: #9f0fce;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 1px 0 0 0;
}

.blog_post h2 {
    background: rgba(163, 134, 114, 1);
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}

/*====sudipta Blogpage and blog details page End =====*/

div#comments {
    display: none !important;
}


.inner-banner-section {
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 200px;
}

.inner-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner-text {
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    color: #fff;
    z-index: 9;
    text-align: center;
}

.inner-banner-text h1 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}


.our-course-section {
    padding: 118px 0;
}

.our-course-section .content p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: #535353;
    margin-bottom: 60px;
}
 

 /* ========Verify Certificate=====================*/

.certificate-page-sec {
    padding: 45px 0 45px;
}


.certificate-page-sec p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: #535353;
}

.certificate-page-verify-certificate {
    padding: 45px 0 300px;
} 

.certificate-page-verify-certificate .content p {
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #284F6A; 
    margin-bottom: 53px;
}


.aboutuspage-extra-content p{
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;    
    color: #535353;  
}


.aboutuspage-vision-mission-section {
    padding: 75px 0 80px;
}

.about-mission {
    display: flex;
    gap: 28px;
    align-items: center;
    box-shadow: 0px 0px 10px 10px rgb(201 201 201 / 10%);
    padding: 50px 45px;
    border-radius: 40px;
}

.about-vision {
    display: flex;
    gap: 28px;
    align-items: center;
    box-shadow: 0px 0px 10px 10px rgb(201 201 201 / 10%);
    padding: 50px 45px;
    border-radius: 40px;
} 

.about-mission img, .about-vision img{
    width:108px;
    height:108px;
} 

.about-mission h3, .about-vision h3{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;  
    margin-bottom: 20px;
}

.about-mission p, .about-vision p{
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
}

.aboutuspage-vision-mission-section .custom-container {
    padding: 0 35px;
}

.aboutuspage-vision-mission-section .p-0{
    padding: 35px !important;  
}

.our-team-section {
    padding: 55px 0; 
    position: relative;
} 

.our-team-section .content{
	margin: 0 0 200px; 
}
.our-team-section .content p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: left;
    color: #535353;
    margin-bottom: 20px; 
}  




.our-team-section .content ul {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: left;
    color: #535353;
    margin-bottom: 20px;
}


.our-course-section {
    padding: 55px 0; 
    position: relative;
} 

.our-course-section .content{
    margin: 15px;  
}
.our-course-section .content p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: #535353;
    margin-bottom: 60px; 
}

.our-team-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 30px;
    width: 100%;
    height: 500px;
    text-align: center;
    box-shadow: 2px 2px 10px 2px rgb(201 201 201 / 10%), 
               0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    margin-bottom: 20px;
}  

.ourTeamCardImage {
    padding: 10px;
    background: #eaddc3b8;
    border-radius: 30px;
} 

.ourTeamCardImage img {
    margin-top: -174px;
    overflow: visible;
    position: relative;
}
.ourTeamCardContent {
    text-align: center;
    margin-top: -170px;
    background: white;
    position: relative;
    z-index: 2; 
    height: 180px;
}

.ourTeamCardContent h4{
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 36.75px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
    margin-bottom: 17px;
    padding-top: 22px;
}

.ourTeamCardContent p{
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 29.4px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #428BC1;
 }

.team-rating .rating {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-bottom: 19px;
}

/***********************CONTACT US PAGE*****************************/

.contact-page-section {
    padding: 75px 0 94px;
}

.contact-page-information-text, .contact-page-form {
    margin: 20px;
}  

.contact-page-information-text h3 {
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin: 50px 0 26px;
} 
.contact-page-information-text p{
	font-family: Nunito;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #666666;
	margin-bottom: 45px;
}

.contact-number, .email-address {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 10px 40px;
    border-radius: 20px;
    margin-bottom: 36px;
    background: #fdf7e4;
} 

.contact-number p, .email-address p {
    font-family: 'Nunito';
	font-weight: 400;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 0%;
    color: #666666;
    margin-bottom: 0px;  
}

.contact-number h5 a, .email-address h5 a{
    font-family: 'Nunito';
	font-weight: 700;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 0%;
    color: #333333;
} 

.contact-page-form {
    box-shadow: 0px 0px 10px 10px rgb(201 201 201 / 10%);
    padding: 54px 57px 90px;
    border-radius: 20px;
}

.contact-page-map {
    padding: 0 0 132px;
}

.map_area iframe {
    border-radius: 20px;
} 

.contact-page-form h3{
    font-family: 'Nunito';
	font-weight: 600;
	font-size: 38px;
	leading-trim: CAP_HEIGHT;
	line-height: 24px;
	letter-spacing: 0%;
	color: #333333;
	margin-bottom: 35px; 
}

.form-container .form-control {
    padding: 50px 10px 30px;
    border: unset;
    border-bottom: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.form-container .form-control::placeholder {
    font-family: 'Nunito';
	font-weight: 400;
	font-size: 18px;
	leading-trim: CAP_HEIGHT;
	line-height: 24px;
	letter-spacing: 0%;
	color: #666666;
}    
/*
.form-container textarea::placeholder {
  text-align: left;  
}*/

.form-container .form-control.send-query{
	background: #284F6A;
	color: #ffffff;
	font-family: 'Nunito';
	font-weight: 600;
    font-size: 22px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	border-radius:12px;
    padding: 18px 28px; 
	width: 176px;
	float: right;
    margin: 40px 0 !important;
 }

 .stellarnav.desktop li.has-sub a {
    position: relative;
}

select.gt_selector {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #387E5D;
  font-size: 12px;
  color: #666666;
}


/*.tutor-wrap {*/
/*    padding: 50px 0px;*/
/*}*/
/*select.tutor-form-control, .tutor-form-select {*/
/*    display: none;*/
/*}*/


/*  .tutor-wrap  h3 {*/
/*    line-height: 28px !important;*/
/*    padding-bottom: 4px !important;*/
/*    font-size: 22.41px !important;*/
/*    text-align: left !important;*/
/*}*/
    
    
/*   .tutor-wrap .tutor-card-footer {*/
/*    padding: 10px 12px !important;*/
/*}*/


/* === TutorLMS Course Card Modern Design === */

.page-id-116 .tutor-wrap {
    padding: 10px 0px;
}
.tutor-wrap {
    padding: 50px 0px;
}

.tutor-course-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
   font-family: 'Nunito', sans-serif;
}


/* Course image */
.tutor-course-card .tutor-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #f0f0f0;
}

/* Content section */
.tutor-course-card .tutor-card-body {
  padding: 16px 20px;
}

/* Course title */
.tutor-course-card .tutor-course-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: left;
}

/* Instructor and ratings */
.tutor-course-card .tutor-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3a805f;
}
.tutor-meta-value, .tutor-meta a {
    color: #3a805f !important;
}
/* Price & Add to Cart */
.tutor-course-card .tutor-card-footer {
  border-top: 1px solid #eee;
  padding: 15px 20px;
  align-items: center;
}

/* Price */
.tutor-course-card .tutor-price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

/* Add to Cart Button */
.tutor-course-card .tutor-btn {
  background: #F6B70A;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Rating stars */
.tutor-course-card .tutor-rating-stars {
  color: #ffc107;
  font-size: 14px;
}

.tutor-avatar-text {
        background-color: #ffc107 !important;

}

.tutor-d-flex {
    display: block !important;
}

.tutor-icon-user-line:before {
    content: "";
    color: #3a805f;
}
.tutor-icon-clock-line:before {
    content: "";
    color: #3a805f;
}
.list-item-price.tutor-item-price span
{
    font-size: 14px;
}
.list-item-price.tutor-item-price del
{
    font-size: 14px;
}
.tutor-d-flex.tutor-justify-between {
    display: block !important;
}
 
.list-item-price.tutor-d-flex.tutor-align-center {
    margin: 10px !important;
}

.page-id-116 .tutor-course-filter {
    display: none !important;
}

.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper p  {
    padding-bottom: 15px;
    text-align: justify;
}

.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper h3 {
    padding-bottom: 15px;
    text-align: justify;
}

.tutor-course-single-content-wrapper {
    font-family: 'Nunito';
}


.courses-template-default {
    font-family: 'Nunito';
}

.tutor-wrap.tutor-full-width-course-top.tutor-course-top-info.tutor-page-wrap {
    font-family: 'Nunito';
}


.tutor-wrap.tutor-full-width-course-top.tutor-course-top-info.tutor-page-wrap .tutor-color-secondary p {
    font-family: 'Nunito';
    text-align: justify;
    margin-bottom: 17px;
}


button.tutor-btn.tutor-btn-primary.tutor-btn-lg.tutor-btn-block.tutor-open-login-modal {
    background: #ffc107 !important;
    border-color: #ffc107 !important;
}

button.tutor-btn.tutor-btn-primary.tutor-btn-lg.tutor-btn-block.tutor-native-add-to-cart {
    background: #ffc107 !important;
    border-color: #ffc107 !important;
}


.tutor-wrap.tutor-wrap-parent.tutor-dashboard.tutor-frontend-dashboard.tutor-dashboard-student {
    font-family: 'Nunito';
}

.tutor-wrap.tutor-wrap-parent.tutor-courses-wrap.tutor-container.course-archive-page {
    font-family: 'Nunito';
}



.certificate-result {
    margin-top: 20px;
    padding: 20px;
    border-radius: 6px;
}

.certificate-result.success {
    background: #e9f9ee;
    border: 1px solid #2ecc71;
}

.certificate-result.error {
    background: #fdecea;
    border: 1px solid #e74c3c;
}
