@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "thesansb5plain";
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 24px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.padding-0 {
    padding: 0;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

:root {
    --primary: #bba367;
    --secondary: #231f20;
}

.container-1260 {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.container-1420 {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a:hover,
a:focus,
button:focus,
.form-control:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

a:focus,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

input:focus {
    outline: none;
}

button:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

ul li {
    list-style: none;
    padding: 0;
}

a:hover {
    color: #fff;
}

.container {
    max-width: 1760px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.container-1400 {
    max-width: 1400px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}


.header-section {
    background-color: #fff;
    padding: 10px 0;
}

.header-section nav {
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}

.header-section li a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    transition: .5s ease all;
}

header .active a.nav-link {
    font-weight: 600;
}

.header-section li {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.header-section .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

span.cart-span {
    width: 15px;
    height: 15px;
    font-size: 8px;
    background: #E86525;
    border-radius: 50px;
    display: flex;
    position: absolute;
    top: 3px;
    right: -8px;
    align-items: center;
    justify-content: space-around;
}

.login-btn {
    text-align: center;
    margin-left: 20px;
    border-radius: 4px;
    background: #FF8E00;
    color: #fff;
    border-radius: 50px;
}

.header-section li.login-btn a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.header-section .nav-link {
    padding: 0.6rem;
}

.header-section a.nav-link {
    position: relative;
}

.header-section a.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    background: #FF8E00;
    width: 0;
    height: 3px;
    transition: .5s cubic-bezier(0, 1.66, 1, 1) all;
}

.header-section a.nav-link:hover:before,
.header-section .active a.nav-link:before {
    content: '';
    width: 100%;
}

.header-section .login-btn a.nav-link::before {
    content: none;
}

.login-btn:hover {
    background: linear-gradient(76deg, rgba(245, 179, 46, 1) 0%, rgba(229, 84, 36, 1) 100%);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(000,000,000, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: transparent;
}

.btn-std {
    text-align: center;
    margin-left: 0;
    border-radius: 50px;
    background: #FF8E00;
    font-size: 18px;
    color: #fff;
    padding: 15px 40px;
    margin-right: 0;
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
    transition: .5s ease all;
    display: inline-block;
}

.banner-slider {
    text-align: center;
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
}

section.banner-sec {
    height: calc(100vh - 131px);
    background-position: top;
    display: flex;
    align-items: center;
}

.lg-txt {
    font-size: 125px;
    font-weight: 800;
    line-height: 104px;
}

.black-color {
    color: #000;
}

.std-txt {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0;
    font-weight: 400;
}

.button-flex {
    margin-top: 50px;
}

.md-txt {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
}

.about-sec {
    padding: 20px 0 60px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-container .slick-list {
    padding-bottom: 50px;
    margin: 0;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: none;
    background: transparent;
    margin: 0 0.2vw;
    border: 1px solid #fff;
}

.slick-dots li.slick-active button {
    background: #E75F25;
    border: 1px solid #E75F25;
}

.slick-dots {
    list-style: none;
    bottom: -40%;
}


/**/



@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes scaling2 {
    0% {
        transform: rotate(-20deg) scale(1.1);
    }

    25% {
        transform: rotate(-10deg) scale(1.2);
    }

    50% {
        transform: rotate(0deg) scale(1.3);
    }

    75% {
        transform: rotate(-10deg) scale(1.2);
    }

    100% {
        transform: rotate(-20deg) scale(1.1);
    }
}

.left-img {
    position: absolute;
    left: 140px;
    z-index: -1;
}

.right-img {
    position: absolute;
    right: -40px;
    z-index: -1;
    bottom: -60px;
    animation: scaling2 10s linear infinite;
    transition: 5s ease all;
}

.white {
    color: #fff;
}

.provide-sec {
    padding-top: 30px;
}

.provide-list ul li {
    list-style: none;
    border: 1px solid #fff;
    display: flex;
    padding: 15px;
    max-width: 48%;
    flex: 0 0 48%;
    margin-bottom: 30px;
    box-shadow: 0 0 18px 3px rgb(0 0 0 / 16%);
    border-radius: 4px;
}

.provide-list h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.provide-list p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.provide-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.check {
    margin-right: 15px;
}

.white-btn.btn-std {
    background: linear-gradient(-45deg, #fff, #fff);
    color: #ff630E;
}

.black-bg {
    background: #FF630E;
    padding-right: 60px;
    border-radius: 12px;
    transform: translateY(-100px);
}

.p-0 {
    padding: 0;
}

.discount-sec {
    margin-top: 200px;
}

.provide-sec .button-flex {
    margin-top: 10px;
}

.p-40 {
    padding: 40px 0 40px 40px;
}

#demo p {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

p#demo p span {
    display: block;
}

p#demo {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

p#demo span {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
    padding: 10px 0;
}

.box {
    display: block;
}

section.man-sec {
    padding: 70px 0;
}

.about-sec .std-txt {
    max-width: 670px;
}

.sm-txt {
    font-size: 30px;
    line-height: 33px;
    margin: 20px 0;
    font-weight: 300;
}

section.channel-sec {
    padding: 80px 0;
}

section.channel-sec .sm-txt {
    font-weight: 700;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}

.channel-sec img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.f-60 {
    font-size: 60px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #FF8E00;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    top: auto;
    bottom: -20px;
    transition: .5s ease all;
    z-index: 2;
}

button.slick-prev.slick-arrow {
    left: 30px;
    transform: translateX(-50%);
}

.slick-prev:before {
    background-image: url('../assets/Icon feather-arrow-left1.png');
    background-size: contain;
    color: transparent;
}

.slick-next:before {
    background-image: url('../assets/Icon feather-arrow-left.png');
    background-size: contain;
    color: transparent;
}

button.slick-next.slick-arrow {
    right: 83%;
    transform: translateX(-50%);
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    box-shadow: 0 0 6px 5px #00000038;
}

a.btn-std:hover {
    box-shadow: 0 0 6px 5px #00000038;
}

.pricing-box {
    margin: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 10px #cccccc80;
    padding: 40px;
    text-align: center;
    height: 560px;
    overflow: hidden;
}

.pricing-box h4.sm-txt {
    color: #028EFA;
    font-weight: 700;
    font-size: 34px;
}

.f-14 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin: 15px;
}

.pricing-box h3.md-txt {
    font-size: 45px;
    text-transform: uppercase;
    color: #FF8E00;
    line-height: 50px;
    padding: 20px 0 40px 0;
}

.pricing-box a.btn-std {
    background: #028EFA;
    border-radius: 8px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 16px 1px #ccc;
}

section.awesome-sec {
    padding: 70px 0;
}

.pricing-box .pricing-text {
    max-height: 215px;
    overflow-y: scroll;
    margin-top: 40px;
    padding: 0 10px;
}
.pricing-box .pricing-text::-webkit-scrollbar {
    width: 3px;
   
  }
  /* Track */
.pricing-box .pricing-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    
  }
  
  /* Handle */
.pricing-box .pricing-text::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 20%);
    border-radius: 20px;
  }
  
  /* Handle on hover */
.pricing-box .pricing-text::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 40%);
  }

.footer-row {
    padding: 80px 0;
}

footer {
    background: #242C41;

}

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

.copyright {
    padding: 15px 0;
    background: #1E2538;
}

ul.copy {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin-bottom: 0;
}

ul.copy li a {
    color: #fff;
}

.orange {
    color: #FF8E00;
}


footer ul.footer-address li a {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    display: flex;
}

footer ul.footer-address li a i {
    padding-right: 15px;
}

hr {
    border-top: 2px solid #dddfe1;
    margin: 30px 0;
}

footer ul.footer-address {}

footer p.f-14.white {
    margin: 0;
}

footer span.orange {
    color: #FF8E00;
}

footer h2.md-txt.white {
    font-size: 22px;
}

footer ul.footer-link li a {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

footer ul.footer-link li {
    padding: 10px 0;
}

footer ul.footer-link {
    column-count: 2;
}

footer ul.footer-link li i {
    padding-right: 20px;
    font-size: 20px;
}

footer input[type="email"] {
    margin: 20px 0;
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 15px 25px;
    width: 100%;
}

footer input::placeholder {
    color: #fff;
}

footer button.subscribe-btn ,
footer a.subscribe-btn {
    position: absolute;
    top: 23px;
    right: 4px;
    background: #FF8E00;
    width: 130px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 0px;
}

footer form {
    position: relative;
}

footer ul.social-icons {
    color: #fff;
    display: flex;
    justify-content: space-between;
    max-width: 180px;
}

footer ul.social-icons a {
    color: #fff;
    font-size: 22px;
}

p {

    margin-bottom: 0;
}

.move {

    transition: 5s ease all;
    animation: scaling2 10s linear infinite;
}

.footer-row img {
    margin-bottom: 20px;
}
section.about-sec.new-about {
    margin-top: -160px;
    padding: 220px 0 100px 0px;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
}

header.header-section.inner-header {
    background: transparent;
}
h2.new-txt.black {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
section.course-category {
    padding-top: 100px;
    padding-bottom: 100px;
}
select#categories {
    width: 80%;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 12px;
    border: 1px solid #707070 !important;
    color: #707070;
}
/* .row.category-row {
    margin-top: 20px;
} */
.row.category-row .sm-txt {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 70px;
}
.author {
    display: flex;
    align-items: center;
}

.author {}

.author img {
    width: 46px;
    height: 46px;
}

.author p.std-txt.black {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

p.category-desc {
    font-size: 16px;
    font-weight: 500;
}
.lessons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.lessons p {
    flex: 0 0 60%;
}



.row.category-row .col-lg-4 img.cat-main {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
/* .row.category-row:last-child {
    margin-top: 80px;
} */
.row.category-row .col-lg-4 {
    margin-top: 80px;
}

/* replacement  */
section.about-sec.new-about {
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
}
/* replacement  */

.package-1 {
    background-size: cover;
    background-position: center;
}

.pricing-content h3 {
    font-size: 30px;
    font-weight: 400;
}

.pricing-content h1 {
    font-size: 100px;
    font-weight: 900;
    margin-bottom: 40px;
}

.pricing-content ul li {
    font-size: 22px;
    line-height: 55px;
    font-weight: 400;
    list-style: inherit;
}

.pricing-content ul li::marker {
    color: rgba(255, 142, 0, 46%);
}

.pricing-content ul {
    padding-left: 26px;
    margin-bottom: 60px;
}
.pricing-btn {
    display: flex;
    align-items: center;
}

.pricing-btn .btn-border {
    border: 1px solid #FF8E00;
    background: transparent;
    color: black;
    font-weight: 700;
    font-size: 32px;
    padding: 4px 50px;
}
section.pricing {
    padding: 140px 0;
}
.package-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
section.ala-Carte {
    padding: 80px 0 60px;
}
h1.ala-hed {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}

.carte-box {
    text-align: center;
}

.carte-box h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 20px 0 10px;
}

.carte-box h1 {
    font-size: 52px;
    font-weight: 700;
}

.carte-box .btn-std {
    background: #1A1A1A;
    color: #FF8E00;
    margin-top: 20px;
    display: inline-block;
}
section.ala-Carte .row {
    gap: 80px;
}
.p-detail-sec {
    padding: 90px 0;
}
.p-btns {
    text-align: center;
    margin-top: 15px;
}

.p-btns button {
    font-size: 19px;
    color: #1A1A1A;
    padding: 8px 40px;
    border: 1px solid #707070;
    border-radius: 11px;
    background-color: transparent;
    font-weight: 500;
    margin: 0 3px;
    line-height: 23px;
    outline: none;
}
.pd-right {
    padding: 0px 190px 0 140px;
}
.p-title {
    font-size: 55px;
    font-weight: 600;
    color: #000;
}
.p-cat {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 24px;
    font-weight: 500;
}
.p-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.price {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin: 40px 0 25px 0;
}
.qty-wraper {
    display: flex;
    align-items: center;
}
.qty-wraper span {
    font-size: 26px;
    color: #000;
    font-weight: 400;
}
.btns-wraper {
    background: #FF8E00;
    padding: 0px 30px;
    border-radius: 100px;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.btns-wraper button {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.btns-wraper span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}
.btns-wraper button {
    position: absolute;
}
.btns-wraper button:first-child {
    left: 10px;
}

.btns-wraper button:last-child {
    right: 10px;
}
.add-cart-btn {
    background-color: #ff8e00;
    border: none;
    outline: none;
    padding: 16px 40px;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
}
.atw-wraper {
    list-style: none;
    padding-left: 0;
    margin: 50px 0 40px 0;
    text-align: center;
}
.atw-wraper li {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
}
.atw-wraper li:first-child {
    margin-right: 50px;
    color: #000;
}
.atw-wraper li a {
    background: #ff8e00;
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin-right: 14px;
}

.p-spec {
    list-style: none;
    display: flex;
    justify-content: center;
    /*padding-left: 130px;*/
    align-items: center;
    margin-bottom: 0;
}

.p-spec li {
    font-size: 22px;
    font-weight: 500;
    padding-right:30px;
}

.p-spec li span {
    color: #A79898;
}
.rtp-sec {
    padding: 40px 0 90px 0;
}
.rtp-sec .sec-heading {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    color: #000;
}
.rtp-sec .sec-desc {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    max-width: 930px;
    margin: 20px auto;
    text-align: center;
}
.rtp-wraper {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
.rtp-sec .rpt-box {
    box-shadow: 0 3px 6px rgb(0 0 0 / 38%);
    flex-basis: 17.5%;
}
.rpt-box img {
    max-height: 290px;
    width: 100%;
}
.rpt-content {
    text-align: center;
    padding: 22px 0 35px 0;
}
.rpt-content h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.rpt-content  .p-review i {
    color: #ff8e00;
    font-size: 18px;
}
.rpt-content  .p-review i:last-child{
    color: #C4C0C0;
}
.rpt-content .price {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 15px 0 30px 0;
}
.rpt-content .gts-btn {
    font-size: 13px;
    font-weight: 700;
    padding: 12px 40px;
    margin-right: 0;
}

/*login signup */
section.login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    min-height: 800px;
    position: relative;
}
img.logins-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
}
.login-content {
    border-radius: 28px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 50px 80px;
}

.login-content > h2 {
    font-size: 43px;
    color: #FF8E00;
    font-weight: 800;
    margin-bottom: 30px;
}

.login-content .form-group label {
    margin-bottom: 15px;
}

.login-content .form-group {
    margin-bottom: 30px;
    position: relative;
}

.login-content .form-group input, .login-content .form-group select {
    background: rgb(206 203 203 / 23%);
    border-radius: 18px;
    border: 0;
    padding: 0 20px;
    height: 55px;
}
.schedule .login-content .form-group input[type="radio"] {
    height: auto;
}
.schedule .login-content .form-group label {
    display: block;
}
.schedule .login-content .form-group:nth-child(4) {
    margin-bottom: 25px;
}

/* .login-content .form-group img { */
.login-content .form-group i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.login-content .form-group:nth-child(4) {
    margin-bottom: 0;
}

a.forget-password {
    display: block;
    color: #FF8E00;
    margin: 10px 0 25px;
}

.submit-btn {
    display: block;
    width: 100%;
    font-size: 27px;
    color: #fff;
    border: 0;
    background: #FF8E00;
    border-radius: 18px;
    height: 64px;
    transition: .5s ease all;
}
.submit-btn:hover {

    box-shadow: 0 0 6px 5px #00000038;
}

.login-social-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}

.login-social-media a {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    display: block;
    flex-basis: 240px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 40px;
}

.login-social-media a img {
    margin-right: 10px;
}
p.signup-now {
    color: #727171;
    font-weight: 400;
}

p.signup-now a {
    color: #FF8E00;
    text-decoration: underline;
}

.fields-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fields-group .form-group {
    flex: 0 0 48%;
}
.Signup p.signup-now {
    text-align: center;
    margin-top: 20px;
}
/*login signup */

/* blog page  */
.main-blog-content h2 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.main-blog-content h1 {
    color: #000000;
    font-size: 60px;
    line-height: 65px;
    max-width: 430px;
    margin-bottom: 30px;
}

.main-blog-content p {
    font-size: 22px;
    line-height: 30px;
    max-width: 520px;
    margin-bottom: 30px;
}

.main-blog-content button {
    font-size: 21px;
    color: #000;
    border: 0;
    background: transparent;
    padding: 15px 70px;
    border: 1px solid #FF8E00;
    border-radius: 40px;
}

/* blog page  */
/* usama CSS */
/*  */
/*  */
button.blurb-btn {
    font-size: 15px;
    color: #000;
    border: 0;
    background: transparent;
    padding: 13px 55px;
    border: 1px solid #FF8E00;
    border-radius: 40px;
    font-family: 'poppins';
    margin-top: 20px;
    transition:0.3s ease-in-out;
}
.main-blog-content button{
    transition:0.3s ease-in-out;
}

.main-blog-content button,
button.blurb-btn:hover{
    background:#FF8E00;
    color:white;
}

.blurb span {
    font-size: 24px;
    font-family: 'poppins';
    font-weight: 400;
}

.blurb h2 {
    font-size: 43px;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blurb p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blurb img {
    padding-bottom: 20px;
    width:100%;
}

.post-content {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 25px;
}

.post-content span {
    font-size: 58px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #ff8e00;
}

.post-content h2 {
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 600;
}

.post-con1 {
    margin-bottom: 26px;
}

.top-post h1 {
    font-size: 43px;
    font-weight: 600;
    font-family: 'Poppins';
    padding-bottom: 30px;
}

.top-post {
    box-shadow: 0 3px 6px #878787;
    height: 100%;
    border-radius: 20px;
    padding: 40px 40px;
}

section.sec-blog .row .col-lg-4 {
    padding-bottom: 70px;
}

section.sec-blog {
    padding-top: 90px;
    padding-bottom: 100px;
}

/*  */

.post-con p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: lighter;
}
section.main-blog {
    padding-top: 100px;
}






/*BLOG DETAIL PAGE */
.blog-details .blog-date {
    font-size: 24px;
    font-family: 'poppins';
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.blog-details h2 {
    font-size: 43px;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 10px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.blog-details-content p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-details .blog-img {
    width: 100%;
    margin: 0 auto;
    height: 550px;
    border-radius: 20px;
    margin: 50px 0;
    overflow: hidden;
}

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

.blog-details {
    width: 80%;
    margin: 0 auto;
}
section.blod-details-sec {
    padding: 50px 0;
    margin-top: 100px;
}
.blog-details-content {
    display: block;
    width: 80%;
    margin: 0 auto;
}



.cart-banner{
    padding: 90px 0;
}
.cart-banner h1 {
    position: relative;
}

.cart-banner h1:before {
    content: '';
    width: 470px;
    height: 20px;
    border-radius: 33px;
    background: #FF8E00;
    position: absolute;
    top: 50%;
    right: 20px;
}
.cart-items {
    padding: 20px 0 80px 0;
}
.cart-items-wraper {
    padding: 0 100px;
}
.product-item {
    display: flex;
    align-items: center;
}
.product-image {
    max-width: 130px;
    margin-right: 50px;
}
.product-image img {
    max-width: 100%;
}
.product-content {
    text-align: left;
}
.product-content h3 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #1A1A1A;
    line-height: 38px;
}

.product-content p {
    font-size: 25px;
    font-weight: 500;
    color: #7c7878;
    font-family: 'Poppins';
}

.product-content .remove-btn {
    font-size: 25px;
    font-weight: 500;
    color: #ff2e2e;
    border: none;
    background: none;
    outline: none !important;
}
.product-type {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}
.product-quantity {
    width: 113px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #FF8E00;
    padding: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.product-sub {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 46px;
}

.table.cart-table th {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    background: #FF8E00;
    border: none;
    text-align: center;
}

.cart-table th:first-child {
    border-radius: 33px 0px 0px 33px;
    padding-left: 50px;
    outline: none;
    text-align: left;
}
.cart-table td{
    border: none;
}
.table.cart-table th:last-child{
    border-radius: 0px 33px 33px 0px;
}
.item-row td{
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.item-row td:nth-child(1) {
    max-width: 290px;
    padding-left: 40px;
}
.cart-total {
    max-width: 580px;
    margin-left: auto;
    border-top: 4px solid #FF8E00;
    padding: 40px 30px;
    margin-right: 100px;
}

.cart-total ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cart-total ul li p {
    font-weight: 500;
    font-size: 30px;
}

.cart-total ul li p:first-child {
    color: #1A1A1A;
}
.cart-total ul li p:last-child{
    color: #000;
}
button.chk-btn {
    max-width: 520px;
    height: 60px;
    border: none;
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    border-radius: 32px;
    background: #FF8E00;
    color: #fff;
    margin-top: 50px;
}
button.chk-btn i {
    margin-left: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button.minus-btn, button.plus-btn {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    background: #ff8e00;
    color: #fff;
}

/* checkout css */

section.check-out {
  margin-bottom: 150px;
}

section.check-out .col-lg-6 {
  max-width: 70%;
}

.check-out h1 {
  position: relative;
  padding-right: 20px;
  padding: 100px 0;
}
.check-out .row {
  justify-content: space-between;
}

.border-heading {
  display: flex;
  align-items: center;
}

.border-heading .border-right {
  height: 21px;
  width: 471px;
  background: #ff8e00;
  border-radius: 20px;
}

.check-out .form-heading h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #000;
  border-bottom: 3px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.check-out form .row .col-md-6:first-child {

    padding-left: 0;
}

.check-out form .row .col-md-6:last-child {
  padding-right: 0;
}


.check-out form .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}.check-out .payments .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.check-out .form-group label {
  font-size: 17px;
  font-weight: 500;
}
.check-out .form-group .form-control {
  background-color: #cecbcb40;
  border-radius: 18px;
  height: 71px;
  color: #000;
  /* opacity: 1; */
  border: 1px solid #cecbcb7d;
  position: relative;
}

.check-out form .image {
  position: absolute;
  top: 56px;
  right: 31px;
  pointer-events: none;
}
.check-out .form-group .form-control {
  appearance: none;
}
.check-out .product-heading h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  /* flex: 33.33%; */
}
.check-out .product-heading h3:nth-child(2) {
    text-align: center;
}

.check-out .product-heading h3:nth-child(3) {
    text-align: right;
}
.check-out .m-botm span {
    /* flex: 0 0 33.33%; */
    flex: 0 0 30.33%;
}
.check-out .m-botm p{
    flex: 0 0 37%;
}
.check-out .m-botm {
  margin-bottom: 70px;
}
.check-out .products p {
  color: #a7a7a7;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
}
.check-out .products span {
  color: #ff8e00;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
}

.check-out .subtotal p {
  color: #000;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
}

.check-out .subtotal span {
  color: #ff8e00;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
}

.check-out .shipping .text p {
  color: #000;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
}
.checkout-form .form-group {
  margin-bottom: 35px;
}
.check-out .radio-btn .form-check .form-check-label {
  color: #a7a7a7;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
}

.check-out .radio-btn span {
  display: block;
  color: #ff8e00;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: end;
}
.check-out .radio-btn .form-check-input {
  position: absolute;
  margin-top: 10px;
  margin-left: -25px;
}

.payments .form-check .form-check-label {
  font-size: 35px;
  line-height: 68px;
  font-weight: 500;
  color: #000;
  font-weight: 500;
}

.form-check .form-check-input {
  margin-top: 26px;
  margin-left: -1.25rem;
  margin-left: -28px;
}

.payments p {
  font-size: 20px;
  line-height: 35px;
  color: #a7a7a7;
  max-width: 90%;
  margin-bottom: 35px;
  font-weight: 500;
}
.payments .form-check {
  margin-bottom: 25px;
}
.form-check .form-check-input[type="radio"],
.form-check .form-check-input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  background-clip: content-box;
  padding: 3px;
}
.form-check .form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-check .form-check-input[type="radio"]:checked,
.form-check .form-check-input[type="radio"]:checked {
  background-color: #ff8e00;
}

.payments .form-check .form-check-label.checkbox-txt {
  font-size: 20px;
  line-height: 35px;
  color: #a7a7a7;
  font-weight: 500;
}

.payments .form-check .form-check-label.checkbox-txt span {
  font-weight: 600;
  color: #000;
}
.payments .image {
  margin-bottom: 30px;
}

.payments .form-check .form-check-input.checkbox {

  position: relative;
  top: 3px;
}

.payments .form-check .form-check-input.checkbox:after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 12px;
  color: #fff;
  opacity: 0;
}

.payments .form-check .form-check-input.checkbox:checked {
  background: #ff8e00;
  border-color: #ff8e00;
}

.payments .form-check .form-check-input.checkbox:checked:after {
  opacity: 1;
}

.payments .placeorder button ,
.payments .placeorder a {
  padding: 11px 58px;
  font-size: 30px;
  line-height: 46px;
  background-color: #ff8e00;
  color: #fff;
  border-radius: 50px;
}
.payments .placeorder {
  margin-top: 60px;
}

/* About Page */
/* Banner */
.au-banner {
    padding: 110px 0;
}
.au-banner .container {
    max-width: 1250px;
}
.au-banner .banner-content {
    position: relative;
    padding-left: 60px;
}
.au-banner .banner-content:before {
    content: 'About Us';
    font-size: 100px;
    font-weight: 900;
    color: #EEEEEE;
    position: absolute;
    left: -36%;
    transform: rotate(-90deg) translateX(11%);
    top: 40%;
}
.au-banner .banner-content h1 {
    margin-bottom: 50px;
}
.au-banner .banner-content .desc {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: #000;
    max-width: 630px;
}
.au-banner .banner-logo{
    text-align: center;
}
/* Vision Section */
.vision-sec {
    padding: 120px 0;
}
.vision-sec .row:first-child {
    position: relative;
}
.vision-sec .row:first-child:before {
    content: '';
    width: 150px;
    height: 375px;
    background: linear-gradient(0deg, #F56139, #FDC659);
    position: absolute;
    bottom: 0;
}

.vision-content {
    padding-top: 80px;
}
.vision-sec .vision-content h2 {
    font-size: 125px;
    font-weight: 900;
    color: #000;
    margin-bottom: 30px;
}
.vision-sec .vision-content .desc {
    font-size: 22px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
}
.vision-imgbox {
    text-align: right;
    padding-right: 50px;
}
.vision-imgbox img:first-child {
    margin-bottom: 60px;
    filter: grayscale(1);
}
.vision-sec .row:last-child{
    position: relative;
    padding-top: 40px;
}
.vision-sec .row:last-child:before{
    content: '';
    width: 240px;
    height: 375px;
    position:absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #F56139, #FDC659);
}
.gt-content {
    max-width: 710px;
    margin-left: auto;
}
.gt-content h3 {
    font-size: 37px;
    line-height: 56px;
    color: #000;
    font-weight: 600;
}

.gt-content h2 {
    font-size: 139px;
    line-height: 139px;
    font-weight: 900;
    color: #D6D5D5;
    margin: 0;
}
.gt-imgbox {
    margin-right: auto;
    max-width: 700px;
    padding-right: 80px;
}
.gt-imgbox img{
    filter: grayscale(1);
}

/* Mission Section */
.mision-sec{
    padding: 80px 0 160px 0;
}
.mision-sec .sec-wraper {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}
.mision-sec h2 {
    font-size: 125px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.mision-sec p {
    max-width: 1220px;
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
}
.mision-sec .ms-img {
    display: flex;
    padding-top: 90px;
}
.mision-sec .ms-img img:first-child {
    margin-right: 70px;
}

/* Testimonial Section */
.testi-sec {
    padding: 160px 0 200px 0;
    position: relative;
}
.testi-sec:before {
    content: '';
    width: 42%;
    height: 100%;
    background: url(../assets/Quotation.png) no-repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -25%);
    background-size: 100%;
}
.testi-sec .slick-slide{
    height: auto;
}
.testi-sec h2 {
    font-size: 80px;
    line-height: 100px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
.testi-wraper {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.testi-box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #000;
}
.testi-box .testi-name {
    font-size: 25px;
    text-align: center;
    color: #000;
    margin-top: 40px;
    font-weight: 600;
}
.testi-wraper .slick-dots li button{
    display: none;
}
.testi-wraper .slick-dots li{
    width: 25px;
    height: 25px;
    background: #A7A19A;
    border-radius: 50%;
    margin: 0 18px;
}
.testi-wraper .slick-dots li.slick-active{
    background-color: #FF8E00;
}

.price-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-blog.small-bl {
    width: 100%;
    height: 350px;
    background: #000;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

.video-blog.small-bl video {
    width: 100%;
    /* height: auto; */
    height: 90%;
}
#body_header h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.schedule-form {
    max-width: 480px;
    margin: 10px auto 60px;
    padding: 30px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    box-shadow: 0 0 15px #00000057;
  }

  div#body_header {
    text-align: center;
    margin-bottom: 40px;
}
.schedule-section {
    background: linear-gradient(280deg, rgba(255,255,255,1) 0%, rgba(255,142,0,1) 63%);
}
.schedule {
    padding: 90px;
}
.check-out .m-botm span:nth-child(4) {
    text-align: center;
}

.check-out .m-botm span:nth-child(5) {
    text-align: right;
}

.check-out .m-botm span:last-child {
    text-align: right;
}
.alert {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    background: #fff;
    border: 1px solid;
    font-weight: 500;
    box-shadow: 0 0 13px #00000038;
}
/*Media Query*/
@media (max-width: 1800px) {

    .container {
        max-width: 90%;
    }

    .header-section li a {
        font-size: 18px;
    }

    .header-section li.login-btn a {
        color: #fff;
        font-size: 18px;
    }

    .lg-txt {
        font-size: 115px;
        line-height: 98px;
    }

    .std-txt {
        font-size: 20px;
    }

    .sm-txt {
        font-size: 26px;

    }

    .md-txt {
        font-size: 80px;
        font-weight: 700;
        line-height: 90px;
    }

    button.slick-next.slick-arrow {
        right: 80%;
    }
    section.pricing {
        padding: 120px 0;
    }

    .pricing-content h3 {
        font-size: 26px;
    }

    .pricing-content h1 {
        font-size: 75px;
        margin-bottom: 20px;
    }

    .pricing-content ul li {
        font-size: 20px;
        line-height: 48px;
    }

    .pricing-btn .btn-border {
        font-size: 26px;
        padding: 8px 60px;
    }

    .carte-box h2 {
        font-size: 30px;
    }

    .carte-box h1 {
        font-size: 46px;
    }
    .p-detail-sec {
        padding-bottom: 60px;
    }
    .pd-right {
        padding-right: 90px;
    }
    .p-title {
        font-size: 50px;
    }
    .p-cat {
        font-size: 18px;
        margin: 12px 0 14px 0;
    }
    .price {
        font-size: 35px;
        margin: 35px 0 20px 0;
    }
    .qty-wraper span {
        font-size: 24px;
    }
    .qty-wraper .p-qty-value{
        font-size: 20px;
    }
    .btns-wraper {
        height: 46px;
        line-height: 46px;
        margin-left: 90px;
    }
    .add-cart-btn {
        padding: 14px 40px;
        font-size: 17px;
    }
    .atw-wraper {
        margin: 38px 0 35px 0;
    }
    .atw-wraper li {
        font-size: 24px;
    }
    .atw-wraper li a img {
        width: auto;
        max-height: 16px;
    }
    .atw-wraper li a {
        line-height: 40px;
    }
    .p-spec li {
        font-size: 20px;
    }
    .p-btns button {
        font-size: 16px;
        line-height: 22px;
    }
    .rtp-sec {
        padding-bottom: 70px;
    }
    .rtp-sec .sec-heading {
        font-size: 55px;
    }
    .rpt-box img {
        max-height: 250px;
    }
    .rpt-content h3 {
        font-size: 23px;
        margin-bottom: 12px;
    }
    .rpt-content .price {
        font-size: 20px;
        margin: 13px 0 14px 0;

    }
    .rpt-content .gts-btn {
        font-size: 12px;
        padding: 10px 34px;
    }
    .container-1420 {
        max-width: 74vw;
    }
    .login-content {
        padding: 40px 70px;
    }

    .login-content > h2 {

    font-size: 38px;

    }

    .login-content .form-group input, .login-content .form-group select {
        padding: 0 20px;
    }

    .login-content .form-group label {
        margin-bottom: 12px;
    }

    .login-content .form-group {
        margin-bottom: 25px;
    }

    .submit-btn {
        font-size: 24px;
        height: 58px;
    }

    .login-social-media {
        margin: 35px 0;
    }

    .login-social-media a {
        font-size: 12px;
        flex-basis: 220px;
    }

    .login-social-media a img {
        max-width: 21px;
        image-rendering: -webkit-optimize-contrast;
    }

    p.signup-now {
        font-size: 15px;
    }
    /*  */
    .blurb h2 {
        font-size: 38px;
    }

    .blog-details .blog-date,
    .blurb span {
        font-size: 22px;
    }

    .blurb p {
        font-size: 16px;
    }

    .post-content h2 {
        font-size: 20px;
    }

    .top-post h1 {
        font-size: 40px;
    }

    .main-blog-content h1 {
        font-size: 50px;
        line-height: 57px;
    }
    /*  */

    section.sec-blog {
        padding-bottom: 40px;
    }
    .lessons p {
    flex: 0 0 50%;
}

    .cart-banner h1:before {
        width: 420px;
    }
    .table.cart-table th {
        font-size: 25px;
    }
    .product-content h3 {
        font-size: 24px;
    }
    .product-content p {
        font-size: 24px;
    }
    .product-content .remove-btn {
        font-size: 24px;
        margin-top: 5px;
    }
    .product-quantity {
        font-size: 28px;
    }

    .product-sub {
        font-size: 26px;
    }
    .cart-total ul li p {
        font-size: 28px;
    }
    button.chk-btn {
        line-height: 62px;
        font-size: 28px;
    }


  .border-heading .border-right {
    width: 400px;
  }

  .check-out .form-heading h2 {
    font-size: 25px;
  }

  .check-out .form-group .form-control {
    height: 65px;
    font-size: 15px;
  }
  .check-out .product-heading h3 {
    font-size: 25px;
  }

  .check-out .products p,
  .check-out .products span,
  .check-out .subtotal p,
  .check-out .shipping .text p,
  .check-out .subtotal span {
    font-size: 20px;
    line-height: 29px;
  }


  .check-out .m-botm {
    margin-bottom: 60px;
  }

  .payments p {
    font-size: 18px;
    line-height: 30px;
    max-width: 90%;
    margin-bottom: 30px;
  }
  .check-out .radio-btn span {
    font-size: 22px;
  }

  .payments .form-check .form-check-label {
    font-size: 28px;
  }

  .payments .image img {
    width: 75%;
  }

  .payments .form-check .form-check-label.checkbox-txt {
    font-size: 18px;
    line-height: 30px;
  }

  .payments .placeorder button,
  .payments .placeorder a {
    padding: 11px 58px;
    font-size: 25px;
  }

  .payments .placeorder {
    margin-top: 50px;
  }

  .checkout-form .form-group {
    margin-bottom: 30px;
  }

  .check-out .radio-btn .form-check .form-check-label {
    color: #a7a7a7;
    font-size: 22px;
}

.form-check .form-check-input {
    margin-top: 24px;

}

/*About Page*/
.au-banner .container {
        max-width: 65.104vw;
    }
    .au-banner .banner-content .desc {
        font-size: 20px;
        line-height: 30px;
    }
    .au-banner .banner-logo {
        max-width: 380px;
        margin: 0 auto 0 50px;
    }
    .au-banner .banner-content {
        position: relative;
        padding-left: 80px;
    }
    .au-banner .banner-content:before {
        font-size: 90px;
        left: -33%;
    }
    .vision-sec .vision-content h2 {
        font-size: 115px;
        margin-bottom: 25px;
    }
    .vision-sec .vision-content .desc {
        font-size: 20px;
        line-height: 48px;
    }
    .vision-content {
        padding-top: 110px;
    }
    .vision-imgbox {
        padding-right: 40px;
        padding-left: 215px;
    }
    .vision-sec .row:first-child:before {
        content: '';
        width: 145px;
        height: 345px;
    }
    .gt-content {
        max-width: 600px;
    }
    .gt-content h3 {
        font-size: 32px;
    }
    .gt-content h2 {
        font-size: 120px;
        line-height: 125px;
    }
    .gt-imgbox {
        max-width: 640px;
    }
    .vision-sec .row:last-child:before {
        content: '';
        width: 215px;
        height: 360px;
    }
    .mision-sec .sec-wraper {
        max-width: 70.833vw;
    }
    .mision-sec h2 {
        font-size: 115px;
    }
    .testi-sec h2 {
        font-size: 75px;
        line-height: 90px;
        margin-bottom: 45px;
    }
    .testi-box p {
        font-size: 20px;
        line-height: 45px;
        max-width: 1100px;
        display: block;
        margin: 0 auto;
    }
    .testi-box .testi-name {
        font-size: 22px;
        font-weight: 600;
    }
    .testi-wraper .slick-dots li {
        width: 23px;
        height: 23px;
        margin: 0 14px;
    }
    .testi-sec:before {
        width: 40%;
        transform: translate(-50%, -20%);
    }


}


@media (max-width: 1600px) {

    .container {
        max-width: 90%;
    }

    .header-section li a {
        font-size: 18px;
    }

    .header-section li.login-btn a {
        color: #fff;
        font-size: 16px;

    }

    .lg-txt {
        font-size: 100px;
        line-height: 80px;
    }

    .std-txt {
        font-size: 18px;
    }

    .sm-txt {
        font-size: 22px;
        line-height: 26px;
    }

    .md-txt {
        font-size: 68px;
        font-weight: 700;
        line-height: 70px;
    }

    button.slick-next.slick-arrow {
        right: 77%;
    }

    .header-section li {
        padding-left: 15px;
        padding-right: 15px;

    }

    .copy li {
        padding-left: 15px;
    }
    section.course-category {
        padding: 80px 0;
    }

    h2.new-txt.black {
        font-size: 37px;
    }

    .row.category-row .sm-txt {
        font-size: 23px;
    }

    .author p.std-txt.black {
        margin-left: 10px;
    }

    p.category-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .lessons p {
        flex: 0 0 50%;
    }
    section.pricing {
        padding: 100px 0;
    }

    .pricing-content h3 {
        font-size: 24px;
    }

    .pricing-content h1 {
        font-size: 68px;
    }

    .pricing-content ul li {
        font-size: 18px;
        line-height: 43px;
    }

    h1.ala-hed {
        font-size: 50px;
        margin-bottom: 40px;
    }

    .carte-box h2 {
        font-size: 28px;
    }

    .carte-box h1 {
        font-size: 44px;
    }
    .p-detail-sec {
        padding-bottom: 50px;
    }
    .p-title {
        font-size: 42px;
    }
    .p-cat {
        font-size: 16px;
        margin: 10px 0 12px 0;
    }
    .p-desc {
        font-size: 14px;
        line-height: 23px;
    }
    .price {
        font-size: 30px;
        margin: 28px 0 18px 0;
    }
    .btns-wraper {
        height: 41px;
        line-height: 44px;
        margin-left: 70px;
    }
    .qty-wraper span {
        font-size: 20px;
    }
    .btns-wraper button {
        font-size: 17px;
    }
    .qty-wraper .p-qty-value {
        font-size: 17px;
    }
    .add-cart-btn {
        padding: 12px 34px;
        font-size: 14px;
        line-height: 20px;
    }
    .atw-wraper {
        margin: 32px 0 28px 0;
    }
    .atw-wraper li {
        font-size: 19px;
    }
    .atw-wraper li a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .atw-wraper li a img {
        max-height: 15px;
    }
    .p-spec li {
        font-size: 17px;
    }
    .p-btns button {
        font-size: 14px;
        line-height: 18px;
    }
    .rtp-sec {
        padding-bottom: 60px;
    }
    .rtp-sec .sec-heading {
        font-size: 50px;
    }
    .rtp-sec .sec-desc {
        font-size: 14px;
        max-width: 850px;
        margin: 16px auto;
    }
    .rpt-box img {
        max-height: 230px;
    }
    .rpt-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .rpt-content .p-review i {
        font-size: 14px;
    }
    .rpt-content .price {
        font-size: 18px;
        margin: 10px 0 24px 0;
    }
    .rpt-content .gts-btn {
        font-size: 11px;
        padding: 10px 30px;
    }
    .login-content {
        padding: 40px 60px;
    }

    .login-content > h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .login-content .form-group label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .login-content .form-group input, .login-content .form-group select {
        padding: 0 20px;
        border-radius: 15px;
        font-size: 16px;
    }

    .login-content .form-group {
        margin-bottom: 20px;
    }

    a.forget-password {
        font-size: 14px;
        margin: 8px 0 20px;
    }

    .submit-btn {
        font-size: 20px;
        height: 49px;
        border-radius: 15px;
    }

    .login-social-media {
        margin: 30px 0;
    }

    .login-social-media a {
        font-size: 11px;
        flex-basis: 190px;
        height: 47px;
        line-height: 47px;
    }

    p.signup-now {
        font-size: 13px;
    }
    section.login {
        min-height: 750px;
    }
    .login-content .form-group i,
    .login-content .form-group img {
        max-width: 20px;
        bottom: 16px;
    }

    /*  */
    .blurb h2 {
        font-size: 33px;
    }

    .blurb span {
        font-size: 20px;
    }

    .blurb p {
        font-size: 14px;
    }

    .top-post h1 {
        font-size: 35px;
    }

    .post-content h2 {
        font-size: 18px;
    }

    .post-content span {
        font-size: 48px;
    }

    .top-post {

        padding: 40px 30px;
    }
    .main-blog-content h1 {
        font-size: 40px;
        line-height: 50px;
        max-width: 340px;
    }
    .main-blog-content p {
        font-size: 18px;
        line-height: 30px;
        max-width: 420px;
    }

    .cart-banner h1:before {
        width: 370px;
        right: 10px;
    }
    .cart-items-wraper {
        padding: 0 70px;
    }
    .table.cart-table th {
        font-size: 24px;
    }
    .product-content h3 {
        font-size: 22px;
    }
    .product-content p {
        font-size: 22px;
    }
    .product-content .remove-btn {
        font-size: 22px;
    }
    .product-type {
        font-size: 18px;
    }
    .product-quantity {
        font-size: 25px;
    }
    .product-sub {
        font-size: 24px;
    }
    .cart-total ul li p {
        font-size: 25px;
    }
    button.chk-btn {
        line-height: 64px;
        font-size: 25px;
    }
    .cart-total {
        margin-right: 80px;
    }

    .border-heading .border-right {
      width: 340px;
    }

  .check-out .form-group label {
    font-size: 15px;

}

    .check-out .form-heading h2 {
      font-size: 22px;
      padding-bottom: 8px;
      margin-bottom: 40px;
    }

    .check-out .form-group .form-control {
      height: 58px;
      font-size:14px;
    }
    .check-out .product-heading h3 {
      font-size: 22px;
    }

    .check-out .products p,
    .check-out .products span,
    .check-out .subtotal p,
    .check-out .shipping .text p,
    .check-out .subtotal span {
      font-size: 18px;
    }

    .check-out .m-botm {
      margin-bottom: 60px;
    }

    .payments p {
      font-size: 16px;
      line-height: 28px;
      max-width: 90%;
      margin-bottom: 16px;
    }
  .payments .form-check {
    margin-bottom: 12px;
}

    .check-out .radio-btn span {
      font-size: 18px;
    }

    .payments .form-check .form-check-label {
      font-size: 22px;
    }

    .payments .image img {
      width: 75%;
    }

    .payments .form-check .form-check-label.checkbox-txt {
      font-size: 16px;
      line-height: 30px;
    }

    .payments .placeorder button,
    .payments .placeorder a {
      padding: 10px 48px;
      font-size: 20px;
    }

    .payments .placeorder {
      margin-top: 32px;
    }

    .checkout-form .form-group {
      margin-bottom: 30px;
    }

    .check-out .radio-btn .form-check .form-check-label {
      color: #a7a7a7;
      font-size: 18px;
  }

  .form-check .form-check-input {
      margin-top: 24px; }

      .check-out form .image img {
        width: auto;
        height: 21px;
    }
    .check-out form .image {
        position: absolute;
        top: 50px;
        right: 31px;
        pointer-events: none;
    }

    .payments .image {
        margin-bottom: 18px;
    }

    /*About Page*/
    .au-banner .banner-content h1 {
        margin-bottom: 40px;
    }
    .au-banner .banner-content .desc {
        font-size: 18px;
    }
    .au-banner .banner-content:before {
        font-size: 84px;
    }
    .au-banner .banner-logo {
        max-width: 330px;
        margin: 0 auto 0 60px;
    }
    .vision-sec .vision-content h2 {
        font-size: 100px;
    }
    .vision-sec .vision-content .desc {
        font-size: 18px;
        line-height: 45px;
    }
    .vision-content {
        padding-top: 150px;
    }
    .vision-sec .row:first-child:before {
        height: 300px;
    }
    .gt-content {
        max-width: 550px;
    }
    .gt-content h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .gt-content h2 {
        font-size: 110px;
        line-height: 120px;
    }
    .gt-imgbox {
        max-width: 580px;
    }
    .vision-sec .row:last-child:before {
        content: '';
        width: 200px;
        height: 350px;
    }
    .mision-sec h2 {
        font-size: 100px;
    }
    .mision-sec p {
        max-width: 1000px;
        font-size: 18px;
        line-height: 46px;
    }
    .mision-sec .ms-img {
        padding-top: 70px;
        max-width: 720px;
        height: 620px;
    }
    .mision-sec .ms-img {
        padding-top: 70px;
    }
    .mision-sec .ms-img img:first-child {
        margin-right: 60px;
    }
    .testi-sec h2 {
        font-size: 68px;
        line-height: 80px;
    }
    .testi-box p {
        font-size: 18px;
        line-height: 40px;
        max-width: 1000px;
    }
    .testi-box .testi-name {
        font-size: 20px;
    }
    .testi-wraper .slick-dots li {
        width: 20px;
        height: 20px;
        margin: 0 12px;
    }
    .testi-sec {
        padding: 130px 0 170px 0;
    }


}


@media (max-width: 1440px) {

    .lg-txt {
        font-size: 84px;
        line-height: 70px;
    }

    .header-section .nav-link {
        padding: 5px;
        
    font-size: 13px;

    }
    .header-section li.login-btn a {
        font-size: 15px;
    }


    .about-sec .std-txt {
        max-width: 550px;
    }

    .std-txt {
        font-size: 16px;
        line-height: 26px;

    }

    section.man-sec {
        padding: 60px 0;
    }

    .about-sec {
        padding: 20px 0 20px 0;

    }

    .md-txt {
        font-size: 60px;
        font-weight: 700;
        line-height: 60px;
    }

    section.channel-sec {
        padding: 70px 0;
    }

    .container-1400 {
        max-width: 80%;
    }

    .pricing-box {
        margin: 10px;
        padding: 20px;
    }

    .channel-sec img {
        max-width: 300px;
    }

    button.slick-next.slick-arrow {
        right: 73%;
    }

    .f-14 {
        margin: 15px 0;
    }

    .pr-80 {
        padding-right: 20px;
    }

    .man-sec .col-lg-6.text-left {
        overflow: hidden;
    }
    section.course-category {
        padding: 60px 0px;
    }

h2.new-txt.black {
    font-size: 34px;
}

.row.category-row .sm-txt {
    font-size: 21px;
}

p.category-desc {
    font-size: 12px;
}

.lessons .btn-std {
    padding: 15px 30px;
    font-size: 16px;
}
section.about-sec.new-about {
    height: 90vh;
    min-height: 700px;
}

.pricing-content h3 {
    font-size: 22px;
}

.pricing-content h1 {
    font-size: 64px;
}

.pricing-content ul li {
    font-size: 16px;
    line-height: 39px;
}

section.pricing {
    padding: 90px 0;
}

section.ala-Carte {
    padding: 60px 0 60px;
}

h1.ala-hed {
    font-size: 42px;
}

.carte-box h2 {
    font-size: 24px;
}

.carte-box h1 {
    font-size: 38px;
}
.p-detail-sec {
    padding-bottom: 30px;
}
.pd-right {
    padding-right: 40px;
    padding-left: 110px;
}
.p-title {
    font-size: 35px;
}
.p-cat {
    font-size: 14px;
}
.p-desc {
    font-size: 12px;
    line-height: 20px;
}
.price {
    font-size: 26px;
    margin: 24px 0 16px 0;
}
.qty-wraper span {
    font-size: 17px;
}
.btns-wraper {
    height: 38px;
    line-height: 40px;
    margin-left: 55px;
}
.qty-wraper .p-qty-value {
    font-size: 15px;
}
.btns-wraper button {
    font-size: 15px;
}
.add-cart-btn {
    padding: 11px 32px;
    font-size: 13px;
    line-height: 18px;
}
.atw-wraper li:first-child {
    margin-right: 40px;
}
.atw-wraper li {
    font-size: 16px;
}
.atw-wraper li a {
    width: 36px;
    height: 36px;
    line-height: 35px;
}
.atw-wraper li a img {
    max-height: 13px;
}
.p-spec {
    padding-right: 150px;
}
.p-spec li {
    font-size: 15px;
}
.p-btns button {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 28px;
    border-radius: 8px;
}
.rtp-sec {
    padding-bottom: 50px;
}
.rtp-sec .sec-heading {
    font-size: 45px;
}
.rtp-sec .sec-desc {
    font-size: 13px;
    max-width: 800px;
    margin: 14px auto;
}
.rtp-wraper {
    row-gap: 40px;
}
.rpt-content {
    text-align: center;
    padding: 18px 0 28px 0;
}
.rpt-box img {
    max-height: 200px;
}
.rpt-content h3 {
    font-size: 16px;
    margin-bottom: 7px;
}
.rpt-content .p-review i {
    font-size: 12px;
}
.rpt-content .price {
    font-size: 16px;
    margin: 8px 0 20px 0;
}
.rpt-content .gts-btn {
    font-size: 10px;
    padding: 8px 22px;
}

 .login-content {
        padding: 30px 50px;
        border-radius: 22px;
    }

    .login-content > h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .login-content .form-group label {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .login-content .form-group input, .login-content .form-group select {
        padding: 0 15px;
        border-radius: 12px;
        font-size: 14px;
    }

    .login-content .form-group {
        margin-bottom: 15px;
    }

    a.forget-password {
        font-size: 11px;
        margin: 6px 0 15px;
    }

    .submit-btn {
        font-size: 16px;
        height: 42px;
        border-radius: 11px;
    }

    .login-social-media a {
        font-size: 9px;
        flex-basis: 160px;
        height: 40px;
        line-height: 40px;
    }

    .login-social-media a img {
        max-width: 16px;
    }

    p.signup-now {
        font-size: 11px;
    }

    .login-social-media {
        margin: 25px 0;
    }
    section.login {
        min-height: 700px;
    }
    .login-content .form-group i,
    .login-content .form-group img {
        max-width: 16px;
        bottom: 13px;
        right: 16px;
    }

    /*  */


section.main-blog img {
    image-rendering: -webkit-optimize-contrast;
}
.main-blog-content h1 {
    font-size: 35px;
    line-height: 43px;
    max-width: 290px;
}
.main-blog-content h2 {
    font-size: 20px;
    line-height: 33px;

    margin-bottom: 0px;
}
.main-blog-content button {
    font-size: 18px;
    padding: 15px 50px;

}
section.sec-blog {
    padding-top: 60px;
        padding-bottom: 20px;
}
.post-content h2 {
    font-size: 17px;
}
.post-content span {
    font-size: 40px;
}
.top-post {
    padding: 40px 22px;
}
.blurb h2 {
    font-size: 26px;
}
.top-post h1 {
    font-size: 30px;
}
section.main-blog {
    padding-top: 70px;
}
.blog-details h2 {
    font-size: 38px;
}
.blog-details-content p {
    font-size: 16px;
}


section.blod-details-sec {
    margin-top: 80px;
}

    .cart-banner h1:before {
        width: 340px;
        right: 0px;
        top: 40%;
    }
    .cart-items-wraper {
        padding: 0 50px;
    }
    .table.cart-table th {
        font-size: 22px;
    }
    .product-content h3 {
        font-size: 20px;
    }
    .product-content p {
        font-size: 20px;
    }
    .product-content .remove-btn {
        font-size: 20px;
    }
    .product-type {
        font-size: 16px;
    }
    .product-quantity {
        font-size: 22px;
        max-width: 100px;
    }
    .product-sub {
        font-size: 20px;
    }
    .cart-total {
        max-width: 470px;
    }
    .cart-total ul li p {
        font-size: 22px;
    }
    button.chk-btn {
        font-size: 22px;

}




    .check-out h1 {

        padding: 75px 0;
    }
    .border-heading .border-right {
      width: 330px;
    }

    section.check-out {
        margin-bottom: 100px;
    }

  .check-out .form-group label {
    font-size: 13px;
}

    .check-out .form-heading h2 {
      font-size: 20px;
      padding-bottom: 6px;
      margin-bottom: 30px;
    }

    .check-out .form-group .form-control {
      height: 50px;
    }
    .check-out .product-heading h3 {
      font-size: 20px;
    }

    .check-out .products p,
    .check-out .products span,
    .check-out .subtotal p,
    .check-out .shipping .text p,
    .check-out .subtotal span {
      font-size: 15px;
    }

    .check-out .m-botm {
      margin-bottom: 50px;
    }

    .payments p {
      font-size: 14px;
      line-height: 24px;
      max-width: 90%;
      margin-bottom: 10px;
    }
  .payments .form-check {
    margin-bottom: 12px;
}

    .check-out .radio-btn span {
      font-size: 15px;
    }

    .payments .form-check .form-check-label {
      font-size: 18px;
    }

    .payments .image img {
      width: 75%;
    }

    .payments .form-check .form-check-label.checkbox-txt {
      font-size: 13px;
      line-height: 30px;
    }

    .payments .placeorder button,
    .payments .placeorder a {
      padding: 10px 45px;
      font-size: 18px;
    }

    .payments .placeorder {
      margin-top: 32px;
    }

    .checkout-form .form-group {
      margin-bottom: 30px;
    }

    .check-out .radio-btn .form-check .form-check-label {
      color: #a7a7a7;
      font-size: 15px;
  }

  .form-check .form-check-input {
      margin-top: 24px; }

      .check-out form .image img {
        width: auto;
        height: 21px;
    }
    .check-out form .image {
        position: absolute;
        top: 50px;
        right: 31px;
        pointer-events: none;
    }

    .payments .image {
        margin-bottom: 18px;
    }

    /*About Page*/
    .au-banner .banner-content .desc {
        font-size: 15px;
    }
    .au-banner .banner-content:before {
        font-size: 75px;
    }
    .au-banner .banner-logo {
        max-width: 300px;
        margin: 0 auto 0 30px;
    }
    .vision-sec .vision-content h2 {
        font-size: 84px;
    }
    .vision-sec .vision-content .desc {
        font-size: 15px;
        line-height: 38px;
    }
    .vision-imgbox {
        padding-right: 35px;
        padding-left: 200px;
    }
    .vision-imgbox img:first-child {
        margin-bottom: 50px;
        max-width: 250px;
    }
    .vision-sec .row:first-child:before {
        height: 265px;
    }
    .vision-imgbox {
        padding-right: 35px;
        padding-left: 200px;
    }
    .vision-content {
        padding-top: 65px;
    }
    .vision-content {
        padding-top: 25px;
    }
    .vision-sec .row:last-child {
        padding-top: 22px;
    }
    .gt-content {
        max-width: 485px;
    }
    .gt-content h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .gt-content h2 {
        font-size: 95px;
        line-height: 105px;
    }
    .gt-imgbox {
        max-width: 520px;
    }
    .vision-sec .row:last-child:before {
        width: 190px;
        height: 330px;
    }
    .mision-sec h2 {
        font-size: 84px;
    }
    .mision-sec p {
        max-width: 870px;
        font-size: 15px;
        line-height: 36px;
    }
    .mision-sec .ms-img {
        padding-top: 60px;
        max-width: 660px;
        height: 520px;
    }
    .testi-sec h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .testi-box p {
        font-size: 16px;
        line-height: 35px;
        max-width: 900px;
    }
    .testi-box .testi-name {
        font-size: 18px;
    }
    .testi-wraper .slick-dots li {
        width: 19px;
        height: 19px;
        margin: 0 10px;
    }
    .testi-sec {
        padding: 80px 0 150px 0;
    }
    .testi-sec:before {
        width: 36%;
    }

}

@media (max-width: 1280px) {
    .header-section li {
        padding-left: 8px;
        padding-right: 8px;
    }



    .header-section li a {
        font-size: 14px;
        line-height: 30px;
    }

    .lg-txt {
        font-size: 68px;
        line-height: 60px;
    }

    .about-sec .std-txt {
        max-width: 450px;
    }

    .std-txt {
        margin: 20px 0;
        font-weight: 400;
    }

    .md-txt {
        font-size: 52px;
        line-height: 50px;
    }

    .pricing-box {
        margin: 10px;
        padding: 30px 5px;
    }

    .f-14 {
        margin: 0;
        font-size: 13px;
    }

    .pricing-box a.btn-std {

        font-size: 16px;
    }

    .pricing-box h3.md-txt {
        font-size: 36px;
        padding: 20px 0 30px 0;
    }

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

    footer ul.footer-link li a {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
    }

    footer ul.footer-link li i {
        padding-right: 14px;
        font-size: 15px;
    }

    footer input[type="email"] {
        padding: 10px 15px;
        font-size: 14px;
    }

    footer button.subscribe-btn ,
    footer a.subscribe-btn {
        height: 37px;
        width: 100px;

    }

    p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    ul.copy li a {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding: 0 10px;
    }

    .f-14 {
        line-height: 22px;
        font-size: 13px;
    }

    footer h2.md-txt.white {
        font-size: 20px;
    }

    footer ul.social-icons {
        max-width: 150px;
    }

    .footer-row {
        padding: 60px 0 10px 0;
    }

    .f-14 {
        margin: 15px 0;
    }
    section.course-category {
        padding: 40px0 px;
    }

    h2.new-txt.black {
        font-size: 30px;
        margin-bottom: 10px;
    }

    select#categories {
        padding: 7px 20px;
        font-size: 10px;
    }

    .row.category-row .sm-txt {
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
    }

    .author img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

    .author p.std-txt.black {
        font-size: 14px;
    }

    p.category-desc {
        font-size: 10px;
        line-height: 18px;
    }

    .lessons .btn-std {
        padding: 12px 25px;
        font-size: 14px;
    }

    .lessons p {
        flex: 0 0 40%;
        font-size: 12px;
    }

    section.about-sec.new-about {
        height: 80vh;
        min-height: 650px;
    }

    section.pricing {
        padding: 70px 0;
    }

    .pricing-content h3 {
        font-size: 19px;
    }

    .pricing-content h1 {
        font-size: 60px;
    }

    .pricing-content ul li {
        font-size: 15px;
        line-height: 35px;
    }

    .pricing-btn a:last-child {
        font-size: 15px;
        padding: 13px 35px;
    }

    .pricing-btn .btn-border {
        font-size: 22px;
        padding: 6px 50px;
    }

    .pricing-content ul {
        margin-bottom: 40px;
    }

    section.pricing .col-lg-6 {
        padding: 0;
    }

    section.ala-Carte {
        padding: 50px 0 40px;
    }

    section.ala-Carte .row {
        gap: 50px;
    }

    .carte-box h2 {
        font-size: 19px;
        margin: 15px 0 5px;
    }

    .carte-box h1 {
        font-size: 32px;
    }

    .carte-box .btn-std {
        margin-top: 10px;
        font-size: 14px;
        padding: 10px 30px;
    }

    h1.ala-hed {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .p-detail-sec {
        padding-bottom: 20px;
        padding-top: 60px;
    }
    .pd-right {
        padding-right: 30px;
        padding-left: 90px;
    }
    .p-title {
        font-size: 28px;
    }
    .p-cat {
        font-size: 12px;
        margin: 8px 0 10px 0;
    }
    .p-desc {
        font-size: 10px;
        line-height: 17px;
    }
    .price {
        font-size: 18px;
        margin: 15px 0 12px 0;
    }
    .qty-wraper span {
        font-size: 14px;
    }
    .btns-wraper {
        height: 30px;
        line-height: 32px;
        margin-left: 45px;
        padding: 0 20px;
    }
    .btns-wraper button {
        font-size: 12px;
    }
    .qty-wraper .p-qty-value {
        font-size: 12px;
    }
    .add-cart-btn {
        padding: 6px 25px;
        font-size: 11px;
        line-height: 18px;
    }
    .atw-wraper {
        margin: 20px 0 24px 0;
    }
    .atw-wraper li {
        font-size: 12px;
    }
    .atw-wraper li:first-child {
        margin-right: 34px;
    }
    .atw-wraper li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-right: 12px;
    }
    .atw-wraper li a img {
        max-height: 11px;
    }
    .p-spec li {
        font-size: 11px;
    }
    .p-btns {
        margin-top: 12px;
    }
    .p-btns button {
        font-size: 10px;
        line-height: 13px;
        padding: 6px 24px;
        border-radius: 6px;
    }
    .rtp-sec {
        padding-top: 30px;
    }
    .rtp-sec .sec-heading {
        font-size: 32px;
    }
    .rtp-sec {
        padding-bottom: 30px;
    }
    .rtp-sec .sec-desc {
        font-size: 11px;
        max-width: 670px;
        line-height: 18px;
        margin: 10px auto;
    }
    .rtp-wraper {
        row-gap: 35px;
        margin-top: 20px;
    }
    .rpt-box img {
        max-height: 160px;
    }
    .rpt-content {
        padding: 15px 0 22px 0;
    }
    .rpt-content h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .rpt-content .p-review i {
        font-size: 10px;
    }
    .rpt-content .price {
        font-size: 14px;
        margin: 6px 0 12px 0;
    }
    .rpt-content .gts-btn {
        font-size: 8px;
        padding: 6px 20px;
    }
.blog-details-content {
    width: 89%;
}
.blog-details-content p {
    font-size: 15px;
}
.blog-details h2 {
    font-size: 30px;
    padding: 11px 0 0px 0px;
}
section.blod-details-sec {
    padding: 30px 0;
    margin-top: 50px;
}
    .form-check .form-check-input[type="radio"], .form-check .form-check-input[type="checkbox"] {

      width: 14px;
      height: 14px;

  }



      .check-out h1 {

          padding: 75px 0;
      }
      .border-heading .border-right {
        width: 315px;
      }

      section.check-out {
          margin-bottom: 100px;
      }

    .check-out .form-group label {
      font-size: 10px;
  }

      .check-out .form-heading h2 {
        font-size: 17px;
        padding-bottom: 4px;
        margin-bottom: 24px;
      }

      .check-out .form-group .form-control {
        height: 43px;
        font-size: 10px;
      }
      .check-out .product-heading h3 {
        font-size: 17px;
      }

      .check-out .products p,
      .check-out .products span,
      .check-out .subtotal p,
      .check-out .shipping .text p,
      .check-out .subtotal span {
        font-size: 13px;
        line-height: 16px;
      }

      .check-out .m-botm {
        margin-bottom: 50px;
      }

      .payments p {
        font-size: 11px;
        line-height: 20px;
        max-width: 90%;
        margin-bottom: 7px;
      }
    .payments .form-check {
      margin-bottom: 5px;
  }

      .check-out .radio-btn span {
        font-size: 13px;
      }

      .payments .form-check .form-check-label {
        font-size: 16px;
      }

      .payments .image img {
        width: 75%;
      }

      .payments .form-check .form-check-label.checkbox-txt {
        font-size: 11px;
        line-height: 26px;
      }

      .payments .placeorder button,
      .payments .placeorder a {
        padding: 8px 39px;
        font-size: 16px;
      }

      .payments .placeorder {
        margin-top: 32px;
      }

      .checkout-form .form-group {
        margin-bottom: 26px;
      }

      .check-out .radio-btn .form-check .form-check-label {
        color: #a7a7a7;
        font-size: 13px;
    }

    .form-check .form-check-input {
        margin-top: 27px;
        }

      .check-out .radio-btn .form-check-input {
      position: absolute;
      margin-top: 12px;
      margin-left: -21px;
  }

        .check-out form .image img {
          width: auto;
          height: 17px;
      }
      .check-out form .image {
          position: absolute;
          top: 40px;
          right: 31px;
          pointer-events: none;
      }

      .payments .image {
          margin-bottom: 15px;
      }

    /*About Page*/
    .au-banner .banner-content h1 {
        margin-bottom: 25px;
    }
    .au-banner .banner-content:before {
        font-size: 70px;
    }
    .au-banner .banner-content .desc {
        font-size: 13px;
        line-height: 26px;
    }
    .au-banner .banner-logo {
        max-width: 270px;
        margin: 0 auto 0 20px;
    }
    .vision-sec .vision-content h2 {
        font-size: 68px;
    }
    .vision-sec .vision-content .desc {
        font-size: 13px;
        line-height: 30px;
    }
    .vision-imgbox img:first-child {
        margin-bottom: 45px;
        max-width: 220px;
    }
    .vision-imgbox {
        padding-right: 25px;
        padding-left: 190px;
    }
    .vision-sec .row:first-child:before {
        height: 230px;
    }
    .vision-sec {
        padding: 90px 0;
    }
    .gt-content {
        max-width: 420px;
    }
    .gt-content h3 {
        font-size: 23px;
        line-height: 35px;
    }
    .gt-content h3 {
        font-size: 23px;
        line-height: 35px;
    }
    .gt-imgbox {
        max-width: 450px;
    }
    .mision-sec h2 {
        font-size: 68px;
    }
    .mision-sec p {
        max-width: 770px;
        font-size: 14px;
        line-height: 34px;
    }
    .mision-sec .ms-img {
        padding-top: 50px;
        max-width: 600px;
        height: 460px;
    }
    .mision-sec {
        padding: 70px 0 140px 0;
    }
    .testi-sec h2 {
        font-size: 54px;
        line-height: 54px;
    }
    .testi-box p {
        font-size: 14px;
        line-height: 30px;
        max-width: 810px;
    }
    .testi-box .testi-name {
        font-size: 16px;
    }
    .testi-wraper .slick-dots li {
        width: 16px;
        height: 16px;
    }
    .testi-sec {
        padding: 70px 0 110px 0;
    }
    .header-section li.login-btn a {
        font-size: 10px;
    }   

}


@media (max-width: 1199px) {
    .footer-row {
        padding: 60px 0 10px 0;
    }

    .std-txt {
        margin: 10px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .sm-txt {
        font-size: 20px;
        line-height: 18px;
        margin: 10px 0;
    }

    .about-sec .std-txt {
        max-width: 400px;
        margin: 30px 0;
    }

    .sm-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .sm-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .container-1400 {
        max-width: 90%;
    }

    .pricing-box h4.sm-txt {
        margin: 25px 0;
    }

    footer ul.footer-address li a {
        font-size: 13px;
        line-height: 14px;
    }

    .header-section li a {
        font-size: 12px;
        line-height: 30px;
    }

    .header-section li.login-btn a {
        font-size: 10px;
    }

    .header-section li {
        padding-left: 8px;
        padding-right: 8px;
    }

    header img {
        width: 100px;
    }

    .header-section .nav-link {
        padding: 3px;
    }

    .lg-txt {
        font-size: 60px;
        line-height: 50px;
    }

    .md-txt {
        font-size: 48px;
        line-height: 46px;
    }

    .channel-sec img {
        max-width: 250px;
    }

    .md-txt {
        font-size: 42px;
        line-height: 42px;
    }

    button.slick-next.slick-arrow {
        right: 70%;
    }

    .pricing-box {
        padding: 30px 12px;
        margin: 0;
    }

    .pricing-box li {
        margin: 10px 0;
    }

    section.login {
        min-height: 700px;
    }
   .login-content {
        padding: 25px 40px;
        border-radius: 18px;
    }

    .login-content > h2 {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .login-content .form-group label {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .login-content .form-group input, .login-content .form-group select {
        height: auto;
        padding: 0 15px;
        border-radius: 8px;
        font-size: 12px;
    }

    .login-content .form-group {
        margin-bottom: 9px;
    }

    a.forget-password {
        font-size: 9px;
        margin: 5px 0 13px;
    }

    .submit-btn {
        font-size: 13px;
        height: 36px;
        border-radius: 8px;
    }

    .login-social-media a {
        font-size: 8px;
        flex-basis: 140px;
        height: 32px;
        line-height: 32px;
    }

    .login-social-media a img {
        max-width: 12px;
    }

    p.signup-now {
        font-size: 9px;
    }

    .login-social-media {
        margin: 20px 0;
    }
    .login-content .form-group i,
    .login-content .form-group img {
        max-width: 14px;
        right: 13px;
    }

    /*  */
    .main-blog-content p {
        font-size: 16px;
        line-height: 30px;
        max-width: 380px;
        margin-bottom: 19px;
    }
    .main-blog-content h1 {
        font-size: 30px;
        line-height: 38px;
        max-width: 260px;
        margin-bottom: 20px;
    }
    section.main-blog {
        padding-top: 50px;
    }
    .blurb h2 {
        font-size: 22px;
    }
    .blurb span {
        font-size: 16px;
    }
    button.blurb-btn {
        font-size: 14px;

        padding: 11px 35px;

        margin-top: 20px;
    }
    .post-content {
        gap: 20px;
        margin-bottom: 14px;
    }

    .top-post h1 {
        font-size: 24px;
    }

    .post-content span {
        font-size: 30px;
    }

    .post-content h2 {
        font-size: 16px;
    }

    .post-content h2 br {
        display: none;
    }

    .post-con p {
        font-size: 17px;
        line-height: 23px;
    }

    .top-post {
        padding: 30px 22px;
    }

    .cart-banner h1:before {
        width: 240px;
        top: 42%;
        height: 15px;
    }
    .cart-items {
        padding: 0px 0 35px 0;
    }
    .cart-items-wraper {
        padding: 0 20px;
    }
    .table.cart-table th {
        font-size: 16px;
    }
    .cart-table th:first-child {
        padding-left: 35px;
    }
    .product-image {
        max-width: 100px;
        margin-right: 40px;
    }
    .product-content h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .product-content p {
        font-size: 16px;
        line-height: 14px;
    }
    .product-content .remove-btn {
        font-size: 16px;
    }
    .product-type {
        font-size: 14px;
    }
    .item-row td:nth-child(1) {
        max-width: 260px;
        padding-left: 30px;
    }
    .item-row td {
        padding-top: 30px;
        padding-bottom: 22px;
    }
    .product-quantity {
        font-size: 20px;
        max-width: 90px;
        height: 45px;
    }
    .product-sub {
        font-size: 16px;
        line-height: 20px;
    }
    .cart-total {
        max-width: 350px;
        margin-right: 60px;
    }
    .cart-total ul li {
        margin-bottom: 20px;
    }
    .cart-total ul li p {
        font-size: 16px;
    }
    button.chk-btn {
        font-size: 16px;
        height: 42px;
        line-height: 44px;
    }
    .au-banner .banner-content h1 {
        margin-bottom: 20px;
        font-size: 50px;
    }
    .au-banner .banner-content {
        padding-left: 15px;
    }
    .au-banner .banner-content:before {
        font-size: 50px;
        left: -40%;
    }
    .au-banner .banner-content .desc {
        font-size: 12px;
        line-height: 22px;
    }
    .au-banner .banner-logo {
        max-width: 200px;
    }
    .vision-sec .vision-content h2 {
        font-size: 52px;
        line-height: 60px;
    }
    .vision-sec .vision-content .desc {
        font-size: 13px;
        line-height: 26px;
    }
    .vision-imgbox img:first-child {
        margin-bottom: 35px;
        max-width: 155px;
    }
    .vision-imgbox {
        padding-right: 15px;
        padding-left: 150px;
    }
    .vision-sec .row:first-child:before {
        height: 175px;
        width: 120px;
    }
    .gt-content {
        max-width: 320px;
    }
    .gt-content h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .gt-content h2 {
        font-size: 66px;
        line-height: 60px;
    }
    .gt-imgbox {
        max-width: 380px;
    }
    .vision-sec .row:last-child:before {
        width: 135px;
        height: 310px;
    }
    .mision-sec h2 {
        font-size: 52px;
    }
    .mision-sec p {
        max-width: 690px;
        font-size: 12px;
        line-height: 26px;
    }
    .mision-sec .ms-img img:first-child {
        margin-right: 40px;
    }
    .mision-sec .ms-img {
        padding-top: 45px;
        max-width: 480px;
        height: 390px;
    }
    .mision-sec {
        padding: 50px 0 100px 0;
    }
    .testi-sec h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .testi-box p {
        font-size: 12px;
        line-height: 26px;
        max-width: 680px;
    }
    .testi-box .testi-name {
        font-size: 15px;
    }
    .testi-wraper .slick-dots li {
        width: 13px;
        height: 13px;
    }
    .login-content .form-group i, .login-content .form-group img {
        max-width: 10px;
        right: 13px;
        bottom: 2px;
    }
    .login-social-media a {
        font-size: 8px;
        flex-basis: 120px;
        height: 32px;
        line-height: 32px;
    }
    .cart_counter {
        background: #ff8e00;
        color: #fff;
        font-size: 12px;
       
        height: 16px;
        width: 16px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        left: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 991px) {

    .header-section nav {
        display: flex;
        flex-direction: row-reverse;
        padding: 0;
    }

    .cart-li {
        position: relative;
    }

    .cart-li a.nav-link {
        width: 25px;
    }

    .header-section li {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin: 5px;
    }

    .header-section .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;

    }

    .header-section li a {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }

    li.nav-item.login-btn {
        width: 40%;
        margin: 5px auto;
    }

    .header-section a.nav-link:hover:before,
    .header-section .active a.nav-link:before {
        content: '';
        width: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-collapse.collapse.show {
        transition: .5s ease all;
        background-image: url(../assets/banner-bg.png);
        background-position: center;

    }

    .lg-txt {
        font-size: 64px;
        line-height: 56px;
        text-align: center;
    }

    .about-sec .std-txt {
        max-width: 100%;
        margin: 30px auto;
        text-align: center;
    }

    .about-sec {
        padding: 60px 0 0 0;
    }

    section img {
        transform: scale(0.8);
        margin-top: 20px;
    }

    section.man-sec {
        padding: 60px 0 0 0;
    }

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

    section.man-sec .row {
        flex-direction: column-reverse;
        display: flex;
    }

    button.slick-next.slick-arrow {
        right: 78%;
    }

    .move {
        margin: 130px auto;
    }

    .container-1400 {
        max-width: 70%;
    }

    .pricing-box {
        padding: 40px 15px;
        margin: 20px auto;
    }

    .f-14 {
        line-height: 24px;
        font-size: 14px;
    }

    ul.copy {
        justify-content: flex-start;
    }

    ul.copy li a {
        padding: 0 0;
    }

    .copy li {
        padding-right: 15px;
    }

    .f-14 {
        margin: 10px 0;
    }

    .copy li {
        padding-left: 0;
    }

    button.slick-arrow {
        bottom: -20px !important;
    }
       .sm-txt,
    .md-txt,
    .std-txt {
        text-align: center;
    }
    .text-left {
        text-align: center!important;
    }
    button.slick-prev.slick-arrow {
        left: 45%;
    }

    button.slick-next.slick-arrow {
        right: 39%;

    }
      footer h2.md-txt.white {

        text-align: left;
    }
    .row.category-row .col-lg-4 {
        margin-top: 0px;
        width: 50%;
    }

    .row.category-row .col-lg-4 img.cat-main {
        transform: scale(1);
    }
    .row.category-row .col-lg-4 {
        margin-top: 20px;
        width: 50%;
    }

    .row.category-row .col-lg-4 img.cat-main {
        transform: scale(1);
    }

    .row.category-row .sm-txt {
        text-align: left;
        font-size: 15px;
    }

    .author p.std-txt.black {margin-top: 0px;margin-bottom: 0px;}

    .author img {
        margin-top: 0px;
    }

    .author {margin-top: 10px;margin-bottom: 10px;}
    section.about-sec.new-about {
        height: 100%;
        min-height: 600px;
    }

    section.pricing {
        padding: 50px 0;
    }
    .pricing-content h3 {
        font-size: 17px;
    }

    .pricing-content h1 {
        font-size: 50px;
    }

    .pricing-content ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .pricing-content ul {
        padding-left: 18px;
        margin-bottom: 30px;
    }

    .pricing-btn a:last-child {
        font-size: 13px;
        padding: 11px 29px;
    }

    .pricing-btn .btn-border {
        font-size: 18px;
        padding: 5px 40px;
    }

    section.ala-Carte {
        padding: 40px 0;
    }

    .carte-box h2 {
        margin: 15px 0 7px;
        font-size: 20px;
    }

    .carte-box h1 {
        font-size: 29px;
    }

    h1.ala-hed {
        font-size: 33px;
        margin-bottom: 20px;
    }
    section.ala-Carte .row {
        gap: 0;
    }

    .carte-box img {
        transform: none;
    }
    .pd-right {
        padding-right: 0;
        padding-left: 20px;
    }
    .p-desc {
        font-size: 13px;
        line-height: 19px;
    }
    .p-btns {
        margin-top: 0;
    }
    .p-btns button{
        font-size: 12px;
    }
    .p-btns button:first-child{
        margin-bottom: 10px;
    }
    .p-spec {
        padding-right: 50px;
    }
    .atw-wraper li {
        font-size: 14px;
    }
    .atw-wraper li a img {
        max-height: 15px;
        margin: 0;
    }
    .p-spec li {
        font-size: 13px;
    }
    .rtp-sec .sec-heading {
        font-size: 28px;
    }
    .rtp-sec .sec-desc {
        font-size: 14px;
        max-width: 670px;
        line-height: 20px;
        margin: 10px auto;
    }
    .rtp-wraper {
        flex-wrap: wrap;
    }
    .rtp-sec .rpt-box {
        flex-basis: 30%;
    }
    .rpt-box img {
        margin: 0;
        max-height: unset;
        transform: scale(1);
    }
    .rpt-content h3 {
        font-size: 18px;
    }
    .rpt-content .p-review i {
        font-size: 13px;
    }
    .rpt-content .price {
        font-size: 18px;
    }
    .rpt-content .gts-btn {
        font-size: 12px;
    }
    img.logins-bg {
        margin: 0;
        transform: none;
    }

   img.logins-bg {
        margin: 0;
        transform: none;
    }
    .container-1420 {
        max-width: 80vw;
    }

    .login-content .form-group label {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .login-content .form-group input, .login-content .form-group select {
        padding: 0 12px;
        font-size: 13px;
        height: 30px;
    }
    .login-content .form-group i,
    .login-content .form-group img {
        max-width: 17px;
        bottom: 8px;
        right: 8px;
    }

    a.forget-password {
        font-size: 11px;
        margin: 7px 0 13px;
    }

    .login-content {
        padding: 20px 30px;
        border-radius: 13px;
    }

    .login-social-media a {
        flex-basis: 120px;
        font-size: 8px;
    }

    .login-social-media a img {
        margin: 0;
        margin-right: 4px;
        max-width: 17px;
    }

    p.signup-now {
        font-size: 11px;
    }

    .main-blog-content h2 {
        font-size: 17px;
    }

    .main-blog-content h1 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .main-blog-content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .main-blog-content button {
        font-size: 15px;
        padding: 11px 30px;
    }

    section.main-blog img {
        transform: none;
    }

    .main-blog-content h2 {
        font-size: 17px;
    }

    .main-blog-content h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .main-blog-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .main-blog-content button {
        font-size: 15px;
        padding: 9px 30px;
    }

    .blurb img {
        transform: none;
    }

    .blurb h2 {
        font-size: 20px;
        margin: 0;
    }

    .blurb p {
        font-size: 13px;
        line-height: 20px;
    }
    section.main-blog {
        padding-top: 30px;
    }

    section.sec-blog {
        padding-top: 40px;
    }

    .blurb h2 {
        font-size: 20px;
    }

    section.sec-blog .row .col-lg-4 {
        padding-bottom: 50px;
    }

    .blog-details {
    width: 100%;
    margin: 0 auto;
}
.blog-details .blog-img {

    height: 100%;
    margin: 0px 0;
}
.blog-details-content p {
    font-size: 14px;
    text-align: center;
}
.blog-details-content {
    width: 100%;
}
.blog-img.blog-cont-width img {
    transform: scale(1);
    margin-bottom: 20px;
}
.blog-details h2 {
    font-size: 24px;
}

    .cart-banner h1 {
        text-align: left;
    }
    .cart-banner h1:before {
        width: 240px;
        top: 42%;
        height: 12px;
        left: 180px;
    }
    .cart-items-wraper {
        padding: 0 0;
    }
    .item-row td:nth-child(1) {
        padding-left: 10px;
    }
    .item-row td {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .product-image {
        max-width: 90px;
        margin-right: 20px;
    }
    .product-content h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .product-content p {
        font-size: 14px;
    }
    .product-content .remove-btn {
        font-size: 14px;
    }
    .product-quantity {
        font-size: 16px;
        max-width: 80px;
        height: 36px;
    }
    .product-sub {
        font-size: 14px;
    }
    .cart-total ul li p {
        font-size: 15px;
    }
    .cart-total {
        max-width: 310px;
        margin-right: 30px;
    }
    .cart-total ul li {
        margin-bottom: 15px;
    }
    button.chk-btn {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        margin-top: 30px;
    }


        .payments .image img {
            transform: none;
        }


        .border-heading .border-right {
            width: 240px;
        }

        .check-out .form-heading h2 {
            font-size: 25px;
            padding-bottom: 8px;
            margin-bottom: 24px;
        }

        .check-out .form-group label {
            font-size: 15px;
        }

        .check-out .form-group .form-control {
            height: 48px;
            font-size: 13px;
        }

        .check-out form .image {
            position: absolute;
            top: 23px;
            right: 19px;
            pointer-events: none;
        }

        .check-out form .image img {
            width: auto;
            height: 25px;
        }

        .check-out .product-heading h3 {
            font-size: 25px;
        }

        .check-out .products p, .check-out .products span, .check-out .subtotal p, .check-out .shipping .text p, .check-out .subtotal span {
            font-size: 16px;
            line-height: 22px;
        }

        .check-out .radio-btn .form-check .form-check-label, .check-out .radio-btn span {

            font-size: 16px;
        }
        .payments .form-check .form-check-label {
            font-size: 22px;
        }

        .payments p {
            font-size: 16px;
            line-height: 23px;
            max-width: 80%;
            margin-bottom: 7px;
        }

        .payments .form-check .form-check-label.checkbox-txt {
            font-size: 16px;
            line-height: 26px;
        }

        .payments .placeorder button,
        .payments .placeorder a {
            padding: 10px 40px;
            font-size: 18px;
        }
    /*ABout PAge*/
    .au-banner {
        padding: 80px 0;
    }
    .au-banner .banner-content:before {
        display: none;
    }
    .au-banner .banner-content {
        padding-left: 0;
        text-align: center;
    }
    .au-banner .banner-content h1 {
        margin-bottom: 16px;
        font-size: 48px;
    }
    .au-banner .banner-content .desc {
        font-size: 14px;
        line-height: 24px;
    }
    .au-banner .banner-logo {
        max-width: 240px;
        margin: 0 auto;
    }
    .au-banner .banner-logo  img{
        transform: unset;
    }
    .vision-imgbox {
        padding: 0;
        text-align: center;
    }
    .vision-imgbox img:first-child {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .vision-sec .row:first-child:before {
        display: none;
    }
    .vision-imgbox img{
        transform: unset;
        margin-top: 30px;
        max-width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .vision-sec {
        padding: 30px 0;
    }
    .vision-content {
        padding-top: 50px;
        text-align: center;
    }
    .vision-sec .vision-content h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    .vision-sec .vision-content .desc {
        font-size: 14px;
        line-height: 26px;
        max-width: 600px;
        display: block;
        margin: 0 auto;
    }

    .vision-sec .vision-content .desc br{
        display: none;
    }
    .vision-sec .row:last-child:before {
        display: none;
    }
    .gt-imgbox {
        max-width: unset;
        padding: 0;
    }
    .vision-sec .row:last-child {
        padding-top: 40px;
        align-items: center !important;
    }
    .gt-content {
        max-width: 300px;
    }
    .gt-imgbox img{
        margin-top: 0;
    }
    .mision-sec .sec-wraper {
        text-align: center;
    }
    .mision-sec h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .mision-sec p {
        max-width: unset;
        font-size: 14px;
        line-height: 26px;
    }
    .mision-sec p br{
        display: none;
    }
    .mision-sec .ms-img img{
        margin: 0;
    }
    .mision-sec .ms-img img:first-child {
        margin-right: 0px;
    }
    .mision-sec .ms-img {
        padding-top: 0;
        max-width: unset;
        height: unset;
        justify-content: start;
    }
    .mision-sec .ms-img img{
        max-width: 100%;
        width: 80%;
        max-width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .mision-sec {
        padding: 40px 0 60px 0;
    }
    .testi-sec {
        padding: 50px 0 90px 0;
    }
    .testi-sec h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .testi-box p {
        font-size: 13px;
        line-height: 24px;
        max-width: 500px;
    }
    .testi-box p br{
        display: none;
    }
    .testi-box .testi-name {
        font-size: 16px;
        margin-top: 28px;
    }
    .testi-wraper .slick-dots {
        list-style: none;
        bottom: -28%;
    }
    .testi-wraper .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 8px;
    }
    .testi-sec:before {
        width: 40%;
        top: 20%;
    }
    /*Store Page Css New*/
    .pkg:nth-child(even) .row .col-lg-6:first-child {
        padding-left: 40px;
    }
    .pkg .st-img img{
        transform: unset;
        margin-top: 0;
    }
    .cart-btn{
        display: none;
    }
    .cart_area_mb{
        display: flex;
        align-items: center;
    }
    .cart_area_mb a{
        display: block !important;
        color: #000;
    }
    /*End*/
}

@media (max-width: 767px) {
    .cart-table{
        width: 640px;
    }
    .check-out .product-heading h3 {
        font-size: 16px;
    }
    header img {
        width: 30%;
    }

    .lg-txt {
        font-size: 48px;
        line-height: 44px;
    }

    .about-sec .std-txt {
        margin: 30px auto;

    }

    section.man-sec {
        padding: 60px 0 0 0;
    }

    .pl-5,
    .px-5 {
        padding-left: 15px !important;
    }

    .container,
    .container-1400 {
        max-width: calc(80% + 30px);
    }

    .md-txt {
        font-size: 32px;
        line-height: 38px;
    }

    .channel-sec img {
        max-width: 100%;
    }

    .sm-txt {
        font-size: 22px;
        line-height: 24px;
    }


    section img {
        transform: scale(1);
        margin: 50px auto;
    }

    li.nav-item.login-btn {
        width: 60%;

    }

    .pl-5, .px-5 {
        padding-left: 15px!important;
    }

    button.slick-prev.slick-arrow {
        left: 40%;
    }

    button.slick-next.slick-arrow {
        right: 33%;
    }
    h2.new-txt.black {
        font-size: 25px;
    }

    .row.category-row .col-lg-4 {
        margin-top: 0px;
    }

    .row.category-row .col-lg-4 img.cat-main {
        margin-bottom: 0px;
    }

    .row.category-row .sm-txt {
        font-size: 13px;
        line-height: 17px;
    }

    .author img {
        margin: 0;
    }

    p.category-desc {
        font-size: 10px;
    }

    p.category-desc br {
        display: none;
    }

    .lessons p {
        flex: 0 0 30%;
    }

    .lessons .btn-std {
        font-size: 12px;
        padding: 10px 20px;
    }
    .pricing-content h3 {
        font-size: 15px;
    }

    .pricing-content h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .pricing-content ul li {
        font-size: 13px;
        line-height: 25px;
    }

    .pricing-btn a:last-child {
        font-size: 12px;
        padding: 7px 15px;
    }

    .pricing-btn .btn-border {
        font-size: 15px;
        padding: 4px 30px;
    }

    h1.ala-hed {
        font-size: 30px;
    }
    .carte-box img {
        margin: 0;
    }

    .carte-box h2 {
        margin: 12px 0 7px;
        font-size: 16px;
    }

    .carte-box h1 {
        font-size: 25px;
    }

    .carte-box .btn-std {
        margin-top: 4px;
        font-size: 12px;
        padding: 7px 18px;
    }

    h1.ala-hed {
        font-size: 25px;
    }
    .feature-img {
        text-align: center;
    }
    .feature-img img {
        max-width: 40%;
        margin: 0;
    }
    .p-btns {
        margin-top: 15px;
    }
    .p-btns button {
        font-size: 13px;
        padding: 8px 20px;
    }
    .add-cart-btn {
        padding: 6px 25px;
        font-size: 13px;
        line-height: 19px;
    }
    .rtp-sec .rpt-box {
        flex-basis: 47%;
    }

    .login-content {
        position: relative;
        z-index: 2;
        background: #fff;
    }

    img.logins-bg {
        width: 46%;
    }

    .login-social-media a {
        flex-basis: 160px;
        font-size: 10px;
        height: 36px;
        line-height: 36px;
    }

    p.signup-now {
        font-size: 13px;
    }

    .login-content > h2 {
        font-size: 22px;
        margin-bottom: 11px;
    }
    .login-content .form-group i,
    .login-content .form-group img {
        margin: 0;
        max-width: 16px;
        bottom: 11px;
    }

    section.main-blog img {
        margin: 0;
        margin-bottom: 10px;
    }

    .main-blog-content h1 {
        max-width: 390px;
    }

    .blurb img {
        margin: 0;
    }

    .top-post {
        padding: 30px 30px;
    }
   .blog-details h2 {
    font-size: 19px;
}
.blog-details .blog-date, .blurb span {
    font-size: 17px;
}

    .cart-banner h1:before {
        width: 180px;
        height: 10px;
        left: 130px;
    }
    .cart-banner {
        padding: 60px 0;
    }
    .product-item {
        display: block;
    }
    .product-image {
        margin-right: 0px;
    }
    .product-image img{
        margin: 10px 0;
    }
    .item-row td:nth-child(1) {
        max-width: unset;
    }
    .cart-items .item-row td:nth-child(1){
        max-width: 140px;
    }

    .border-heading .border-right {
        width: 210px;
    }
    .check-out form .row .col-md-6:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    .p-lt {
        padding-left: 0;
    }

    .payments p {
        font-size: 14px;
        line-height: 23px;
        max-width: 93%;
        margin-bottom: 7px;
    }

    .payments .form-check .form-check-label.checkbox-txt {
        font-size: 14px;
        line-height: 26px;
    }

    .check-out .col-lg-5 {
        /* padding: 0; */
        margin-bottom: 30px;
    }

    .check-out .form-heading h2 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 24px;
    }
   /*About Page*/
    .au-banner {
        padding: 55px 0 40px 0;
    }
    .au-banner .container {
        max-width: 85%;
    }
    .au-banner .banner-content h1 {
        margin-bottom: 16px;
        font-size: 46px;
    }
    .au-banner .banner-logo {
        max-width: 200px;
    }
    .vision-imgbox img {
        max-width: 100%;
        height: 200px;
        object-fit: cover;
        margin: 0;
    }
    .vision-imgbox img:first-child {
        margin-bottom: 0;
        height: 200px;
    }
    .vision-sec .vision-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    .vision-sec .vision-content .desc {
        max-width: unset;
    }
    .vision-sec .row:last-child {
        flex-direction: column-reverse;
    }
    .gt-imgbox {
        max-width: 370px;
        display: block;
        margin: 0 auto;
    }
    .gt-content {
        max-width: 360px;
        margin: 0 auto;
        text-align: center;
    }
    .gt-content h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .mision-sec .sec-wraper {
        max-width: 93%;
    }
    .mision-sec h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .mision-sec .ms-img img {
        width: 100%;
        max-width: 65%;
        height: 170px;
        object-fit: cover;
    }
    .mision-sec .ms-img img:first-child {
        max-width: 30%;
        margin-right: 20px;
    }
    .mision-sec .ms-img {
        margin-top: 30px;
    }
    .testi-sec h2 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .testi-sec:before {
        width: 50%;
    }

}





@media (max-width: 575px) {
    button.slick-next.slick-arrow {
        right: 25%;
        transform: translateX(-25%);
    }

    ul.copy {
        justify-content: flex-start;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .copy li:nth-child(2) {
        display: none;
    }

    .pr-80 {
        padding-right: 15px;
    }

    button.slick-prev.slick-arrow {
        left: 25%;
        transform: translateX(25%);
    }


    .pricing-box a.btn-std {
        font-size: 12px;
    }

    .lg-txt {
        font-size: 40px;
        line-height: 37px;
    }

    .f-14 {
        line-height: 20px;
        font-size: 12px;
        margin: 4px 0;
    }



    .sm-txt {
        font-size: 14px;
        line-height: 16px;
    }


    .move {
        margin: 80px auto;
    }

    .md-txt {
        font-size: 26px;
        line-height: 28px;
        margin: 10px auto;
    }

    footer h2.md-txt.white {
        font-size: 18px;
        text-align: left;
    }

    section.channel-sec .sm-txt {
        font-size: 18px;
        line-height: 22px;
    }
    h2.new-txt.black {
        font-size: 22px;
    }

    select#categories {
        width: 100%;
    }

    .row.category-row .col-lg-4 {
        width: 100%;
    }

    .lessons p {
        flex: 0 0 50%;
    }


    section.pricing {
        background-position: right;
        padding: 40px 0;
    }

    .pricing-btn a:last-child {
        font-size: 14px;
        padding: 9px 17px;
    }

    .pricing-btn .btn-border {
        font-size: 16px;
        padding: 8px 40px;
    }

    section.package-2 {
        background-position: unset;
    }

    h1.ala-hed {
        margin-bottom: 30px;
    }

    .carte-box {
        margin-bottom: 30px;
    }

    section.ala-Carte {
        padding: 40px 0 20px;
    }
    .feature-img img {
        max-width: 100%;
    }
    .pd-right{
        padding-left: 0;
        padding-top: 15px;
    }
    .p-title {
        font-size: 24px;
    }
    .p-cat {
        font-size: 14px;
    }
    .qty-wraper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .add-cart-btn {
        font-size: 14px;
        line-height: 22px;
        margin-right: 0;
        margin-top: 10px;
    }
    .p-spec {
        padding-right: 0px;
        display: block;
    }
    .p-spec li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .rtp-sec .sec-heading {
        font-size: 24px;
    }
    .rtp-sec .sec-desc {
        font-size: 13px;
    }
    .rtp-sec .rpt-box {
        flex-basis: 100%;
    }
    .rpt-content .gts-btn {
        font-size: 14px;
    }
    .rpt-content .price {
        font-size: 18px;
        margin-bottom: 22px;
    }
img.logins-bg {
        width: 55%;
    }

    section.login .col-lg-6 {
        padding: 0;
    }

    .container-1420 {
        max-width: 90vw;
    }

    .login-content {
        padding: 30px 20px;
    }

    .login-content > h2 {
        font-size: 20px;
    }

    .login-content .form-group input, .login-content .form-group select {
        padding: 0 12px;
    }

    a.forget-password {
        font-size: 12px;
    }


   img.logins-bg {
        width: 75%;
    }

    section.login .col-lg-6 {
        padding: 0;
    }

    .container-1420 {
        max-width: 90vw;
    }

    .login-content {
        padding: 30px 20px;
    }

    .login-content > h2 {
        font-size: 20px;
    }

    .login-content .form-group input, .login-content .form-group select {
        padding: 0 12px;
        height: 35px;
    }

    a.forget-password {
        font-size: 12px;
    }

    .login-social-media {
        flex-flow: wrap;
        justify-content: center;
        row-gap: 10px;
        margin: 12px 0;
    }

    .login-social-media a {
        flex-basis: 170px;
        font-size: 12px;
        height: 43px;
        line-height: 41px;
    }

    p.signup-now {
        font-size: 12px;
        text-align: center;
    }
    section.login {
        min-height: 700px;
    }

    /* blog  */

    .main-blog-content h2 {
        font-size: 14px;
    }

    .main-blog-content h1 {
        font-size: 17px;
        line-height: 23px;
    }

    .main-blog-content p {
        font-size: 13px;
        line-height: 20px;
    }

    .blurb span {
        font-size: 15px;
    }

    .blurb h2 {
        font-size: 18px;
    }


    section.sec-blog {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .top-post {
        padding: 30px 20px;
    }

    .post-content span {
        font-size: 25px;
    }


    .post-con p {
        font-size: 13px;
        line-height: 23px;
    }

    .top-post h1 {
        font-size: 19px;
        padding-bottom: 10px;
    }
    .post-content h2 {
        font-size: 13px;
    }

    .cart-banner h1:before {
        width: 110px;
        height: 8px;
        left: 110px;
    }
    .cart-table{
        width: 600px;
    }
    .cart-total {
        max-width: 100%;
        margin-right: 0;
        margin-top: 40px;
        padding: 20px;


}



        .border-heading .border-right {
            width: 118px;
            height: 12px;
        }

        .payments p {
            font-size: 13px;
            line-height: 23px;
            max-width: 100%;
            margin-bottom: 7px;
        }

        .payments .form-check .form-check-input.checkbox {
            position: relative;
            top: -24px;
        }

        .payments .placeorder button,
        .payments .placeorder a {
            /* padding: 10px 38px;
            font-size: 16px; */
            padding: 6px 35px;
            font-size: 16px;
            line-height: 30px;
        }

        .border-heading .border-right {
            width: 65px;
            height: 7px;
        }
        .check-out form .image {

            top: -6px;

        }

        /*About Page*/
        .au-banner {
        padding: 50px 0 20px 0;
    }
    .au-banner .banner-content h1 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .au-banner .container {
        max-width: 100%;
    }
    .au-banner .banner-content .desc {
        font-size: 13px;
        line-height: 22px;
    }
    .au-banner .banner-logo {
        max-width: 160px;
    }
    .vision-imgbox img:first-child {
        height: 180px;
        margin-right: 0;
        width: 300px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .vision-imgbox img{
        margin-bottom: 0;
        height: 180px;
        width: 300px;
        max-width: 100%;
    }
    .vision-sec .vision-content h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .vision-sec .vision-content .desc {
        font-size: 13px;
        line-height: 22px;
    }
    .gt-content h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .gt-content h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .mision-sec {
        padding: 30px 0 40px 0;
    }
    .mision-sec h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .mision-sec p {
        font-size: 13px;
        line-height: 22px;
    }
    .mision-sec .ms-img {
        display: block;
    }
    .mision-sec .ms-img img:first-child {
        max-width: 100%;
        margin-right: 0;
        width: 300px;
        height: 150px;
        margin-bottom: 20px;
    }
    .mision-sec .ms-img img {
        max-width: 100%;
        margin-right: 0;
        width: 300px;
        height: 150px;
    }

    .testi-sec {
        padding: 30px 15px 50px 15px;
    }
    .testi-sec h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .testi-wraper .slick-dots {
        bottom: -15%;
    }
    .testi-sec:before {
        width: 70%;
    }
    .schedule {
        padding: 90px 20px;
    }
 

}
.pricing-btn a {
    margin: 0px 10px 0px 0px;
}
/* pricing css */
.pkg .row .col-lg-6 {
    padding: 0px 20px;
}
/* .pkg:nth-child(odd) .row .col-lg-6:first-child {
    padding-right: 50px;
}
.pkg:nth-child(even) .row .col-lg-6:first-child {
    padding-left: 90px;
} 
.pkg:nth-child(even) .st-img img{
    object-position: right;
} */
.pkg .st-img {
    width: 100%;
    height: 100%;
}

.pkg .st-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
/* pricing css */

.cart_area_mb a{
    display: none;
}

.alert {
  animation: fadeIn .7s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

.post-con a {
   color: #000;
}