@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/*font-familis
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;*/


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #1a73e8;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1a73e8;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

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

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Lato';
    font-size: 48px;
    line-height: 62px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 0px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 31px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    line-height: 41px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0px;
}

h5 {
    font-family: 'Lato';
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Lato';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0;
}


/*header css start */

header {
    position: fixed;
    z-index: 10;
    background-color: #fff;
    top: 0;
}

.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.main-menu ul i {
    font-size: 16px;
}

.main-menu ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555555;
}

.main-menu ul li a:hover {
    color: #1175E9;
}

.nav-menu {
    border-top: 2px solid #eee;
}

.header-social-links ul li a:hover {
    filter: opacity(0.7);
}

.header-contact-links ul li a:hover {
    text-decoration: underline;
    color: #555555;
}

.main-menu {
    padding: 17px 0;
}

.header-contact-links ul i {
    padding-right: 10px;
}

.header-logo {
    padding: 13px;
}

a.linkedin i {
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6894d1;
    color: #ffff;
}

.header-srch span {
    background-color: #fff;
    border: 0;
    font-size: 12px;
    color: #b2b2b2;
}

.header-srch ::placeholder {
    font-size: 14px;
}

.header-srch input {
    border: 0;
    height: 32px;
}

.header-srch .input-group {
    width: 84%;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.menuSec {
    padding: 0px 52px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 19px;
    justify-content: space-between;
}

.header-links {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20%;
}

.header-social-links ul {
    gap: 0;
}

.header-social-links ul li a img {
    width: 35px;
    height: 35px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #555555;
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*header css start */


/*banner css start */

section.main_slider {
    padding-top: 10%;
}

.banner-btn {
    font-family: "Lato";
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    height: 50px;
    width: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cedc28cf;
    border-radius: 30px;
    margin: 30px auto 0;
}

.banner-btn:hover {
    background-color: #fff;
    color: #000;
}

.banner_text {
    text-align: center;
    width: 90%;
    margin: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/*section-1 strat*/

.quote-text p {
    font-size: 16px;
    line-height: 26px;
    color: #ababab;
    margin: 20px 0;
}

.quote-text {
    position: relative;
    padding-left: 55px;
}

.quote-text:after {
    content: "";
    position: absolute;
    background-image: url("../images/quote.png");
    height: 60px;
    width: 60px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.sec-1-content h2 {
    text-align: center;
    margin-bottom: 30px;
}

.sec-1-lists h2 {
    color: #1a73e8;
    padding: 15px;
}

.sec-1-lists a {
    color: #1a73e8;
}

.sec-1-lists a:hover {
    text-decoration: underline;
    text-decoration-color: #1a73e8;
}

.sec-1-lists ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.sec-1-lists ul li {
    list-style: initial;
}

.sec-1-lists ul li::marker {
    color: #666666;
}

.sec-1-lists {
    text-align: center;
}

.sec-list {
    text-align: left;
    padding: 15px;
}

.sec-list ul {
    margin-bottom: 30px;
    margin-left: 20px;
}


/*section-1 end*/


/*section-2 start*/

section.sec-2 {
    background-color: #C0D8E8;
    padding-bottom: 62px;
}

.sec-3-header h3 {
    margin-bottom: 20px;
}

.reviews p {
    font-size: 21px;
    line-height: 35px;
    color: #333333;
}

.reviews p a {
    color: #1a73e8;
}

.reviews p a:hover {
    text-decoration: underline;
}

p.reviewer {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    margin-top: 20px;
}

.reviews {
    padding: 40px 56px;
    text-align: center;
}

.sec-3-header {
    text-align: center;
    margin-top: 10px;
}

.review-slider .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 28px;
    color: #e4d1ba;
}

.review-slider .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-size: 28px;
    color: #e4d1ba;
}

.review-slider .slick-prev:hover ::before {
    color: #000;
}


/*section-2 end*/


/*section-3 start*/

.logos img {
	width: 226px;
    /*width: 250px;*/
    object-fit: scale-down;
    padding: 0 10px;
}

.sec-3-logos {
    margin-top: 30px;
}


/*section-3 end*/


/*section-4 start*/

.sec-4 {
    background-color: #00267a;
    padding: 30px 0;
}

section.sec-4 h4 {
    text-align: center;
}

.get-btn a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #ffffff;
    height: 60px;
    width: 225px;
    background-color: #3c8ce9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 3px;
    margin: auto;
}

.get-btn a:hover {
    background-color: #1175E9;
}


/*section-4 end*/


/*footer-start*/

.footer-text p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.footerSec {
    background-color: #262626;
    padding: 73px 0 30px;
    margin-top: 1px;
}

.top-btn {
    height: 37px;
    width: 35px;
    border: none;
    background-color: #fff;
    border-radius: 100%;
    font-size: 22px;
    color: #767676;
}

.top-btn:hover {
    background-color: #1175E9;
    color: #fff;
}

.scrolling {
    position: fixed;
    z-index: 10;
    /*bottom: 38px;
    left: 1482px;*/
	bottom: 7%;
    left: 94%;
}


/*footer-end*/

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

section.about-sec p,
.p {
    font-size: 16px;
    margin: 0 0 15px;
}

section.main_slider.nvivo .carousel-item.active>img {
    height: 354px;
    width: 100%;
    object-fit: cover;
}

section.main_slider.nvivo .carousel-item.active .carousel-caption {
    background: rgb(169 220 240 / 90%);
}

section.main_slider.nvivo h1 {
    color: #000;
    font-weight: 400;
}

.sidebar-wrp {
    padding: 20px;
    background: #c0d8e8;
}

.vcex-navbar-inner.clr>a {
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #0267ac;
    margin: 12px 0;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.vcex-navbar-inner.clr>a:hover {
    background: #169bd6;
}

section.nvivo-sec {
    padding: 50px 0;
    background: #f7f7f7;
}

ul.ul {
    font-size: 16px;
    color: gray;
    list-style: disc;
    padding-left: 30px;
}

ul.ul li {
    margin: 0;
}

section.nvivo-sec2 {
    padding: 50px 0;
}

section.main_slider.nvivo.spss h1 {
    font-size: 25px;
}

section.main_slider.nvivo.spss .carousel-item.active .carousel-caption {
    background: rgb(242 169 169 / 90%);
}

section.main_slider.nvivo.spss h1 {
    font-size: 26px;
}

section.main_slider.nvivo.spss .carousel-item.active .carousel-caption {
    background: rgb(242 169 169 / 90%);
}

section.nvivo-sec.spss-sec .sidebar-wrp a {
    background: #d00031;
}

section.nvivo-sec.spss-sec .sidebar-wrp {
    background: #eba6a8;
}

section.nvivo-sec.spss-sec .sidebar-wrp a:hover {
    background: #d13e60;
}

.page-tile-sec {
    margin: 0 auto 40px;
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 165px;
}

.page-tile-sec a {
    color: #000;
}

.page-tile-sec .h3+div {
    color: gray;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.course-box {
    padding: 40px;
    border-radius: 20px;
    background: url(../images/box-bg.jpg);
    background-size: cover;
    margin: 0 0 24px;
}

.course-box>a {
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
}

.course-box h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 20px;
}

.course-box>a:hover {
    text-decoration: underline;
}

section.course-sec {
    padding: 50px 0;
}

.page-tile-sec.centerd {
    background: #e6f2f7;
}

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

.phone-btn>i {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 40px;
}

.phone-btn {
    font-size: 34px;
    color: #000;
    font-family: 'Font Awesome 5 Pro';
}

.contact-form input {
    width: 100%;
    border-radius: 99px;
    border: 1px solid #676767;
    height: 40px;
    margin: 5px 0 20px;
}

.contact-form textarea {
    height: 170px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #676767;
    margin: 5px 0 20px;
}

.check-pox input {
    width: auto;
    margin: 0;
    height: auto;
}

.check-pox {
    display: flex;
    gap: 20px;
    margin: 10px 0 0;
}

button {
    border-radius: 99px;
    border: 0;
    padding: 0 20px;
    height: 40px;
    background: #2c87f0;
    color: #fff;
}


/*CART*/

.add-to-cart {
    position: relative;
    padding: 0 0 50px 0px;
    background: url(../images/faqs-bg.jpg);
}

.add-to-cart thead {
    background-color: #ebebeb;
    color: #000;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.table-space {
    display: flex;
    align-items: center;
}

.add-to-cart thead tr th {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.add-to-cart thead tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.add-to-cart thead tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table-space h3 {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.table-space span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

.product-img {
    border: 2px solid #cdcdcb;
    display: flex;
    width: 70%;
    height: auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* padding: 10px; */
    background: #e9e9c1;
    margin: 0 auto;
}

.no-space {
    display: block;
    margin-left: 15px;
}

.product-img img {
    /* border-radius: 20px; */
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-top: 24px;
    background-color: #fafafa;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.add-to-cart h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

a.remove {
    color: #fff;
    font-size: 29px;
    padding: 0px 9px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3c8ce9;
    width: 40px;
    border-radius: 50%;
}

.proceed a {
    color: #3c8ce9;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 20px;
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    background-color: #99247c;
    border: none;
    padding: 16px;
    border-radius: 50px;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #d2d2c9;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background-color: #ebebeb;
}

.or-amazon p {
    font-size: 13px;
    position: absolute;
    background: #ebebeb;
    top: -18px;
    left: 50%;
    padding: 3px 10px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transform: translateX(-50%);
    border: 1px solid #000;
}

.or-amazon img {}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    border: 1px solid #cacaca;
    padding: 34px 24px;
    background-color: #ebebeb;
    border-radius: 11px;
}

.total-section li {
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

li.color-change {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 600;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-top: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    font-size: 23px;
    font-family: 'bebasreg';
    color: #d50000;
    margin-bottom: 5px;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.table> :not(caption)>*>* {
    padding: 1.5rem 0.5rem;
}

.table-space h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    margin-top: 4px;
}

a.checkout-btn {
    font-size: 20px;
    padding: 20px 0;
    margin-top: 20px;
    border-radius: 12px;
    background: #3c8ce9;
}

.btn-clr button {
    color: #757575;
    font-size: 15px;
    background: #fff;
    border: 1px solid #cbcbc5;
    height: 50px;
    width: 28%;
    margin-right: 10px;
    border-radius: 6px;
}

.btn-clr input::placeholder {
    color: #ffffff;
}

.btn-clr input {
    font-size: 15px;
    height: 50px;
    width: 28%;
    margin-right: 10px;
    border-radius: 6px;
    background: #3c8ce9;
}


/*CART END*/


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-size: 36px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.billing_form label {
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 400;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #deded9;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 5px;
}

.billing_form input::placeholder {
    color: #7C7C7C;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

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

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 26px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 400;
}

.cart_sidebar .h-sub {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 15px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #7c7c7c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #cc9137;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 29px;
    background: #3c8ce9;
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 400;
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(82 76 70), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background: #3c8ce9;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: transparent;
}

section.checkout_page.all-section.all-side {
    background: url(../images/faqs-bg.jpg);
    padding: 0 0 50px 0;
}

.billing_form {
    padding: 15px 25px;
}

section.course-detail-sec {
    padding: 0 0 50px;
}

section.course-detail-sec {
    padding: 0 0 50px;
}

.bedge {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 3px solid #c1c1c1;
    margin-right: 10px;
}

.otion-slct label {
    display: block;
}

.otion-slct select {
    width: 300px;
    height: 35px;
    margin: 5px 0 0;
    border: 2px solid #afafaf;
    padding: 0 20px;
}

button.btn-1 {
    border-radius: 5px;
}

.bedge.green {
    color: #239123;
    border-color: #239123;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 2px solid #2c87f0;
}

.nav-tabs .nav-link {
    color: #000;
    border: 0;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 2px solid #2c87f0;
}

.nav-tabs .nav-link {
    color: #000;
    border: 0;
    border-bottom: 2px solid transparent;
}

div#myTabContent p {
    margin: 0 0 20px;
}

div#myTabContent th {
    color: #000;
    font-weight: 600;
}

table th,
table td {
    text-align: inherit;
    padding: 0.769em 1em;
    border: 1px solid #eee;
}

table p {
    margin: 0 !important;
}

.prd-img {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.prd-img>span {
    position: absolute;
    height: 40px;
    width: 100%;
    background: #777;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -40px;
    transition: 0.3s all;
}

.prd-img:hover>span {
    bottom: 0;
}

.prd-box p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.prd-box {
    padding: 10px;
}


/*checkout end*/



.testi-box {
    width: 100%;
    max-width: 700px;
}

section.testi-sec {
    padding: 0 0 100px;
}

.testi-box>p {
    padding: 20px;
    background: #f7f7f7;
}

.testi-box .h3 {
    font-size: 20px;
    margin: 20px 0 0;
}

.testi-nav {
    padding: 20px 0;
    border: 1px solid #eee;
}

.testi-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-btn>a {
    color: #000;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

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

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/