html,
body {
   font-size: 18px;
   color: #000000;
   font-family: "Lato", sans-serif;
   font-family: "Roboto", sans-serif;
}

a {
   text-decoration: none;
   transition: all 0.3s ease-in-out;
}

.clr-red {
   color: #d3463c !important;
}

a:hover {
   color: #015792 !important;
   transition: all 0.3s ease-in-out;
}

strong,
b {
   font-weight: 500;
}

ul,
ol {
   padding: 0;
   margin: 0;
}

img {
   max-width: 100%;
}

.section-title {
   font-size: 38px;
   font-weight: 900;
   color: #252524;
   margin-bottom: 20px;
   font-family: "Lato", sans-serif;
}

p {
   font-size: 17px;
   font-weight: 300;
   line-height: 1.6rem;
   color: #222222;
   margin-bottom: 1.3rem;
}

p:last-child {
   margin-bottom: 0;
}

.site-button {
   color: #ffffff;
   background-color: #00BAF1;
   font-size: 17px;
   font-weight: 500;
   border-radius: 30px;
   padding: 14px 50px;
   display: inline-block;
}

.site-button:hover {
   color: #ffffff !important;
   background-color: #000000;
   transition: all 0.3s ease-in-out;
}

.section-padding {
   padding: 100px 0;
}

.paddT50 {
   padding-top: 50px;
}

.paddB50 {
   padding-bottom: 50px;
}

.paddT80 {
   padding: 80px 0 0;
}

.paddB80 {
   padding: 0 0 80px 0;
}

.paddB40 {
   padding-bottom: 40px;
}

.paddTB80 {
   padding: 80px 0;
}

.menu {
   padding: 20px 0;
}


/* start preloader */
.preloader {
   background-color: #ffffff;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;
   display: flex;
   align-items: center;
   justify-content: center;
}

.dot-loader {
   display: flex;
   gap: 10px;
}

.dot-loader div {
   width: 15px;
   height: 15px;
   background-color: #d3463c;
   border-radius: 50%;
   animation: bounce 0.6s infinite alternate;
}

.dot-loader div:nth-child(2) {
   animation-delay: 0.2s;
}

.dot-loader div:nth-child(3) {
   animation-delay: 0.4s;
}

@keyframes bounce {
   to {
      transform: translateY(-20px);
      opacity: 0.7;
   }
}

/* end preloader */

/* start site-header */

.header-text ul li {
   display: inline-block;
   margin-right: 20px;
}

.header-text ul li:last-child {
   margin-right: 0;
}

.navbar-nav {
   justify-content: center;
}

.navbar-nav .nav-link {
   font-size: 15px;
   font-weight: 500;
   color: #015792;
   padding: 0 15px !important;
   text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
   color: #d3463c !important;
}

.header-text p {
   font-size: 19px;
   margin: 3px 0 0;
}

.site-header {
   padding: 10px;
}

.cart-container {
   display: flex;
   align-items: center;
   gap: 20px;
}

.site-header .cart {
   display: flex;
   align-items: center;
   position: relative;
}

.site-header .cart span,
.site-header .register span {
   font-size: 16px;
   color: #000000;
}

.site-header .cart:hover span,
.site-header .cart:hover i,
.site-header .register:hover span,
.site-header .register:hover i {
   color: #d3463c;
}

.site-header .cart-container i {
   color: #000000;
   font-size: 16px;
   margin: 0 5px;
}

.site-header span.badge {
   position: absolute;
   top: -5px;
   right: -7px;
   background: #015792;
   color: #ffffff !important;
   font-size: 10px;
   width: 17px;
   height: 17px;
   display: flex;
   justify-content: center;
   text-align: center;
   padding: 0;
   align-items: center;
   border-radius: 50%;
   font-weight: 700;
}

.toggle-login{
    font-size: 16px;
}

.info-top {
   padding: 0 30px 7px 30px;
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
}

.info-top span,
.info-top a {
   font-weight: 300;
   color: #000000;
}

.info-top .clr-red {
   font-weight: 500;
}


/* start banner section */

.banner-section {
   position: relative;
   padding: 0;
}

.banner-section .carousel-caption {
   bottom: 56%;
   transform: translateY(50%);
   text-align: left;
   width: 500px;
   left: 18%;
}

.banner-title {
   color: #015792;
   font-size: 50px;
   font-weight: 900;
   font-family: Lato;
   --animate-duration: 1s;
}

.banner-section p {
   color: #000000;
   font-size: 24px;
   font-weight: 400;
   line-height: 2rem;
   --animate-duration: 1.5s;
}

.banner-section .carousel-control-prev-icon,
.banner-section .carousel-control-next-icon {
   background-color: #0157926b;
   padding: 28px;
   background-size: 28px;
   border-radius: 50%;
}

.buy-courses-sec * {
   color: #ffffff;
}

.buy-now {
   background-color: #d3463c;
   display: block;
   padding: 20px;
   width: 65%;
   margin: -80px 0 0 auto;
}

.buy-now:hover {
   background-color: #00bbf2;
}

.buy-now img {
   margin-bottom: 15px;
}

.buy-now span {
   font-size: 26px;
   font-weight: 700;
   line-height: 1.3em;
   display: block;
   font-family: "Lato", sans-serif;
}

.looking-for-certification {
   background-color: #000000;
   padding: 20px;
}

.looking-for-certification h3 {
   background-color: #000000;
   font-size: 27px;
   font-weight: 500;
   line-height: 34px;
   font-family: "Lato", sans-serif;
}

.looking-for-certification p {
   font-size: 22px;
   font-weight: 400;
   line-height: 32px;
   padding-bottom: 25px;
}

.bnr-subscribe-sec {
   background-color: #015792;
   padding: 30px;
   height: 100%;
}

.bnr-subscribe-sec h3 {
   color: #FFFFFF;
   font-size: 28px;
   font-weight: 400;
   line-height: 38px;
   margin: 30px 0px 30px 0px;
}

.subscribe-btn {
   display: block;
   text-align: center;
   color: #ffffff;
   background-color: #00BBF2;
   padding: 15px;
}

.subscribe-btn:hover {
   color: #ffffff !important;
   background-color: #000000;
}

.bnr-form-sec {
   background-color: #ffffff;
   padding: 40px 20px 20px;
}

.bnr-form-sec .form-control,
.bnr-form-sec .form-select {
   color: #000000;
   font-size: 15px;
   font-weight: 500;
   text-transform: uppercase;
   border: none;
   border-bottom: 1px solid #00000040;
   border-radius: 0;
   box-shadow: none;
   padding: 15px 5px;
   height: 55px;
}

.bnr-form-sec .form-control::placeholder {
   color: #000000;
}

.bnr-form-sec .form-control:focus,
.bnr-form-sec .form-select:focus {
   border-color: #00bbf9;
   box-shadow: none;
}

.banner-form-sec .submit-btn {
   background-color: #00bbf9;
   color: #ffffff;
   font-weight: 500;
   border-radius: 0;
   padding: 14px 70px;
   margin-top: 25px;
}

.banner-form-sec .submit-btn:hover {
   color: #ffffff;
   background-color: #000000;
}

textarea.form-control {
   resize: none;
}

.bnr-form-title {
   color: #000000;
   font-size: 28px;
   font-weight: 400;
   margin-bottom: 10px;
}

.banner-form-sec {
   height: 100%;
   margin-top: -82px;
   position: relative;
   z-index: 9;
}

.about-section {
   padding-top: 25px;
}


/* footer-section */
.footer-section {
   background-color: #002c39;
   color: #ffffff;
   padding: 70px 0 0;
}

.footer-section * {
   color: #ffffff;
}

.foot-logo {
   margin-bottom: 25px;
}

.footer-section .footer-box .content p {
   font-size: 17px;
   font-weight: 400;
}

.footer-section .footer-box p {
   font-size: 16px;
   font-weight: 400;
}

footer .footer-title {
   position: relative;
   color: #fff;
   font-size: 24px;
   font-weight: 700;
   font-family: 'lato';
   border-bottom: 1px solid #1a424d;
   padding-bottom: 15px;
   margin-bottom: 25px;
}

footer .footer-title::before {
   content: "";
   position: absolute;
   background: #00baf1;
   width: 50%;
   height: 1px;
   bottom: -1px;
   left: 0;
}

.footer-section .footer-links li {
   font-size: 16px;
   list-style-type: none;
   margin-bottom: 10px;
}

.copyright-section {
   background-color: #00baf1;
   padding: 10px 0;
   margin-top: 50px;
}

.copyright-section p {
   font-size: 17px;
   font-weight: 400;
   font-family: 'lato';
}

.footer-section .footer-contact {
   font-family: 'lato';
}

.footer-section .footer-contact li {
   position: relative;
   padding-left: 28px;
   margin-bottom: 15px;
}

.footer-contact span {
   color: #00baf1;
   font-size: 20px;
   position: absolute;
   left: 0;
   top: 0;
}

.footer-contact span i {
   color: #00baf1;
}

.social-icons li {
   display: inline-block;
   margin-left: 10px;
}

.social-icons li a {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #ffffff;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   text-decoration: none;
   font-size: 16px;
   transition: 0.3s ease;
}

.social-icons li a i {
   color: #00bfff;
}

.social-icons li a:hover {
   background-color: #00bfff;
}

.social-icons li a:hover i {
   color: #ffffff;
}


.zoom-modal .modal-dialog {
   transform: scale(0.8);
   opacity: 0;
   transition: all 0.3s ease-in-out;
   margin: 0 auto;
   /* ensure horizontal centering */
}

.zoom-modal.show .modal-dialog {
   transform: scale(1);
   opacity: 1;
}

/* Important: remove default vertical translate */
.modal.fade .modal-dialog {
   transition: none;
   transform: none;
}

#authModal a {
   color: #d3463c;
}

.modal-body form .form-control {
   color: #000000;
   font-size: 15px;
   font-weight: 500;
 
   box-shadow: none;
   padding: 15px;
   height: 50px;
}
.modal-body form .form-control::placeholder{
   text-transform: uppercase;
}
.modal-body form .form-label,
.modal-body form .form-check-label {
   color: #000000;
}

.modal-body form .form-control::placeholder {
   color: #222222;
   font-weight: 400;
}


/* inner-section */

.inner-banner-section {
   position: relative;
   background-color: #CCE5F5;
   background-image: url('..//images/inner-bnr-right.png');
   background-repeat: no-repeat;
   background-position: center right;
   background-size: contain;
   height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.inner-banner-section::before {
   content: "";
   position: absolute;
   background-image: url('..//images/inner-bnr-left.png');
   background-repeat: no-repeat;
   width: 148px;
   height: 159px;
   left: 0;
   top: 0;
}

.inr-bnr-title {
   font-size: 55px;
   font-weight: 900;
   color: #015792;
   margin: 0;
   font-family: "Lato", Sans-serif;
}

.courses-item {
   list-style-type: none;
   flex: 0 0 auto;
   width: 25%;
   border-radius: 5px;
   overflow: hidden;
}

.courses-item .title-sec {
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   margin: 20px 10px 10px;
}
.courses-item p {
    margin: 0 10px 15px 10px;
}

.courses-item .courses-title {
   color: #272727;
   font-family: "Lato", Sans-serif;
   font-size: 17px;
   font-weight: 700;
   line-height: 1.5em;
   margin-bottom: 0;
   display: inline;
}

.courses-item .courses-title:hover {
   color: #00BBF2;
}

.courses-item .image-sec {
   padding: 20px;
   background-color: #e2e2e2;
   width: 100%;
   height: 300px;
   overflow: hidden;
   border-radius: 5px 5px 0 0;
}

.courses-item .image-sec img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.courses-item .courses {
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.add-to-cart-btn {
   color: #ffffff;
   background-color: #959595;
   text-align: center;
   padding: 12px;
   width: 100%;
   display: block;
   border-radius: 5px;
}

.add-to-cart-btn:hover {
   color: #ffffff !important;
   background-color: #00BBF2;
}

.courses-section .row {
   --bs-gutter-y: 1.5rem;
}

.pagination {
   display: flex;
   gap: 8px;
   justify-content: center;
   margin-top: 30px;
   flex-wrap: wrap;
}

.pagination li {
   list-style: none;
   width: auto !important;
}

.pagination li a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   border: 1px solid #000;
   border-radius: 6px;
   font-size: 16px;
   font-weight: 500;
   color: #000;
   text-decoration: none;
   background-color: white;
   transition: all 0.3s ease;
}

.pagination li.current a,
.pagination li a:hover {
   background-color: #00BBF2;
   color: #ffffff !important;
   border-color: #00BBF2;
}


.affilated-section {
   background-color: #EEEEEE;
   padding: 70px 0;
}

.affilated-section .section-title {
   position: relative;
   border-bottom: 2px solid #DADADA;
   padding-bottom: 20px;
   margin-bottom: 50px;
}

.affilated-section .section-title::before {
   content: "";
   position: absolute;
   background: #00baf1;
   width: 30%;
   height: 2px;
   bottom: -2px;
   left: 0;
}

.affilated-logo-slider .image {
   background-color: #ffffff;
   padding: 20px 0;
}

.affilated-logo-slider.owl-carousel .owl-item img {
   width: auto;
   margin: 0 auto;
}

.affilated-logo-slider .owl-nav {
   position: absolute;
   right: 0;
   top: -90px;
   background: #eeeeee;
   padding: 10px 0 10px 40px;
}

.affilated-logo-slider .owl-nav button.owl-next,
.affilated-logo-slider .owl-nav button.owl-prev {
   color: #CFCECE;
   font-size: 40px;
   line-height: 0;
   border: 2px solid #CFCECE;
   width: 45px;
   height: 45px;
   border-radius: 50%;
   margin: 5px;
}

.affilated-logo-slider .owl-nav button.owl-next span,
.affilated-logo-slider .owl-nav button.owl-prev span {
   display: block;
   padding-bottom: 5px;
}

.affilated-logo-slider .owl-nav button.owl-next:hover,
.affilated-logo-slider .owl-nav button.owl-prev:hover {
   border-color: #00baf1;
}



/* Contact-section */


.contact-section .contact-box {
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
   border-radius: 6px;
   overflow: hidden;
   padding: 0;
}

.contact-section .contact-left {
   background-color: #00BAF1;
   padding: 40px;
   text-align: center;
}

.contact-section .contact-left * {
   color: #ffffff;
}

.contact-section .contact-left p,
.contact-section .contact-left a {
   font-size: 24px;
   font-weight: 400;
   line-height: 35px;
   margin: 0;
}

.contact-section .contact-left h5 {
   font-size: 30px;
   font-weight: 500;
   line-height: 50px;
   margin: 0;
}

.contact-section .contact-left i {
   margin-right: 8px;
}

.contact-section .info {
   margin-bottom: 30px;
}

.contact-section .contact-right {
   display: flex;
   align-items: center;
   padding: 40px 30px;
   background-color: #ffffff;
}

.contact-section .contact-right .section-title {
   color: #000000;
   margin-bottom: 60px;
}

.contact-section .form-control,
.contact-section textarea.form-control {
   border-radius: 0;
   box-shadow: none;
   border: 1px solid #ccc;
   height: 50px;
}

.contact-section textarea.form-control {
   height: 120px;
}

.contact-section .btn-send {
   background-color: #00bbf9;
   color: #ffffff;
   border: none;
   padding: 8px 35px;
   font-weight: 500;
   border-radius: 0;
}

.contact-section .btn-send:hover {
   background-color: #000000;
}

.bs-gutter-x3rem h6 {
   margin-bottom: 18px;
}

.our-vission-section {
   background-color: #EDF8FF;
}


/* trainer section */
.trainer-section {
   padding-top: 150px;
}

.trainer-section .row {
   --bs-gutter-y: 150px;
}

.trainer-box {
   background-color: #F8F9FA;
   border: 3px solid #EEEEEE;
   border-radius: 10px;
   height: 100%;
}

.trainer-title {
   color: #015792;
   font-size: 24px;
   font-weight: 900;
   margin: 20px 0px 10px 0px;
}

.trainer-box-front {
   padding: 20px;
}

.trainer-image {
   margin-top: -100px;
}

.trainer-image img {
   width: 180px;
   height: 180px;
   object-fit: cover;
   border: 4px solid #EEEEEE;
   filter: grayscale(100%);
   transition: 0.3s;
}

.trainer-box:hover img {
   filter: grayscale(0);
   transition: 0.3s;
}

.trainer-box-front h6 {
   color: #000000;
   font-size: 18px;
   font-weight: 500;
   line-height: 1.6em;
}

.trainer-box-front p {
   margin-bottom: 15px;
}

.trainer-box-front .read-more-btn {
   color: #000000;
   border: 0;
   font-size: 16px;
   font-weight: 400;
}

.trainer-box .modal-header {
   background-color: #015792;
   padding: 10px;
}

.trainer-box .modal-header .modal-title {
   color: #ffffff;
   font-size: 28px;
   font-weight: 500;
}

.trainer-box .modal p {
   color: #000000;
}

.trainer-box .modal * {
   border-radius: 0;
   border: 0;
}

.trainer-box .modal strong {
   font-weight: 400;
}

.trainer-box .modal .btn-close {
   position: absolute;
   right: 10px;
}

.map-section iframe {
   height: 450px;
}


/* cart-section */

.cart-section {
   padding: 50px 0 100px;
}

.cart-courses {
   display: flex;
   gap: 20px;
}

.cart-courses-title {
   font-size: 16px;
   color: #000000;
   line-height: 1.3rem;
   display: inline-block;
   margin-bottom: 10px;
}

.cart-courses small {
   font-size: 14px;
   font-weight: 300;
   line-height: 1rem;
   display: inline-block;
}

.cart-courses img {
   width: 100px;
   height: 80px;
   object-fit: cover;
}

.coupon-section {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.btn-checkout {
   background-color: #00bfff;
   color: white;
   font-weight: bold;
}

.btn-checkout:hover {
   background-color: #00aadd;
}

.cart-section tr td {
   padding: 20px 10px;
}

.remove-cart-btn {
   color: #d3463c;
   font-size: 15px;
   font-weight: 400;
   text-decoration: underline;
}

.cart-courses .input-group {
   margin-bottom: 20px;
}

.couponAccordion .accordion-button {
   padding: 10px 15px;
}

.couponAccordion *:focus {
   box-shadow: none;
}

.btn-checkout {
   font-weight: 400;
   width: 100%;
   padding: 10px;
}

.coupon-btn {
   color: #00baf1;
   border: 1px solid #00baf1;
}

.coupon-btn:hover {
   color: #ffffff;
   border-color: #00BAF1;
   background-color: #00BAF1;
}

.cart-count * {
   color: #000000;
   border-color: #000000;
   border-radius: 0;
   height: 38px;
   padding: 0 12px;
}



.courses-details-section .price {
   color: #015792;
   font-size: 24px;
   font-weight: 600;

}

.btn-cart {
   background-color: #00bfff;
   color: white;
   font-weight: bold;
   border: none;
}

.btn-cart:hover {
   background-color: #00a8cc;
}

.qty-input {
   width: 60px;
   text-align: center;
}

.zoom-icon {
   position: absolute;
   top: 10px;
   right: 10px;
   background: white;
   border-radius: 50%;
   padding: 5px;
   font-size: 18px;
   cursor: pointer;
}


/* courses-details-section */

.courses-details-section {
   padding: 50px 0 50px;
}

.courses-details-title {
   font-size: 26px;
   line-height: 1.8rem;
   font-weight: 400;
   margin: .4em 0 .5em 0;
}

.woocommerce-breadcrumb {
   font-size: 14px;
   color: #777777;
   line-height: 25px;
}

.woocommerce-breadcrumb a {
   position: relative;
   color: #002c39;
   text-decoration: none;
   padding-right: 15px;
   margin-right: 5px;
}

.woocommerce-breadcrumb a::before {
   content: "/";
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
}

.woocommerce-breadcrumb a:hover {
   text-decoration: underline;
}


.details-courses-image {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 450px;
}

.details-courses-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.2s ease;
}

.details-courses-image:hover img {
   transform: scale(1.5);
}

.details-courses-image img.zoomed {
   transform-origin: center center;
}

.btn-cart {
   padding: 5px 20px;
   height: 38px;
}



/* Tabs styling */
.information-section {
   padding: 0;
}

.courses-information-tab .nav-tabs {
   border-bottom: 1px solid #e2e8f0;
}

.courses-information-tab .nav-tabs .nav-link {
   border: none;
   background: transparent;
   font-weight: 500;
   color: #000;
}

.courses-information-tab .nav-tabs .nav-link.active {
   border-bottom: 2px solid #00adef;
   color: #00adef;
}

/* Table inside Additional Info */
.product-info-table {
   width: 100%;
   border-collapse: collapse;
   margin-top: 15px;
}

.product-info-table td {
   padding: 10px 15px;
   border: 1px solid #e2e8f0;
   vertical-align: middle;
}

.product-info-table td strong {
   font-size: 18px;
   color: #000000;
}

.product-info-table td:first-child {
   width: 150px;
}

.product-info-table td em {
   color: #000;
   font-style: normal;
}

/* Review Section */
.review-form-wrapper {
   border: 1px solid #e2e8f0;
   padding: 20px;
   margin-top: 20px;
   background: #fff;
}

.review-form-wrapper h4 {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 10px;
}

.review-form-wrapper p {
   font-size: 16px;
   color: #000000;
   margin-bottom: 15px;
}

/* Rating section wrapper */
.comment-form-rating {
   display: flex;
   margin-bottom: 1rem;
}

.comment-form-rating label {
   font-weight: 600;
   font-size: 16px;
   display: block;
   margin-bottom: 8px;
}

.comment-form-rating .stars {
   display: inline-block;
   margin-left: 10px;
}

.comment-form-rating .stars a {
   text-decoration: none;
   font-size: 17px;
   color: #000000;
   margin-right: 0px;
   transition: color 0.3s;
}

.comment-form-rating .stars a i {
   pointer-events: none;
   /* prevents double event bubbling */
}


/* Selected stars */
.comment-form-rating .stars a.active i {
   color: #00adef;
}


/* Form elements */
.review-form-wrapper textarea,
.review-form-wrapper input[type="text"],
.review-form-wrapper input[type="email"] {
   width: 100%;
   padding: 10px;
   border: 1px solid #e2e8f0;
   margin-top: 5px;
   font-size: 14px;
   border-radius: 3px;
}

.review-form-wrapper .form-row {
   display: flex;
   gap: 20px;
   margin-top: 15px;
}

.review-form-wrapper .form-group label {
   display: block;
   font-size: 17px;
   font-weight: 400;
}

/* Checkbox */
.review-form-wrapper .form-group input[type="checkbox"] {
   margin-right: 5px;
}


.review-form-wrapper button[type="submit"]:hover {
   background-color: #008dc4;
}







#myBtn {
   display: none;
   position: fixed;
   bottom: 10px;
   right: 15px;
   z-index: 99;
   font-size: 15px;
   border: none;
   outline: none;
   color: #fff;
   background: #e74c3c;
   cursor: pointer;
   width: 35px;
   height: 35px;
   line-height: 35px;
   border-radius: 50%;
   box-shadow: 0px 0 5px 0px #fff;
}

#myBtn:hover {
   background: #000;
   transition: 0.3s;
}

.dex-hidden {
   display: none;
}

@media screen and (max-width: 768px) {
   .dex-hidden {
      display: block;
   }

   .phone-hidden {
      display: none;
   }

   .order-top {
      order: -1;
   }

   .logo {
      text-align: left;
      max-width: 50%;
   }

   .section-title {
      font-size: 28px;
      margin-bottom: 15px;
   }

   p {
      font-size: 18px;
   }

   .row {
      --bs-gutter-y: 20px;
   }

   .site-button {
      font-size: 17px;
   }

   .section-padding {
      padding: 30px 0;
   }

   .site-header {
      padding: 0;
      text-align: center;
   }

   .header-text ul li a {
      font-size: 15px;
   }

   .header-text ul li a i {
      font-size: 13px;
   }

   .header-text ul li {
      margin-right: 10px;
   }

   .header-text p {
      font-size: 17px;
   }

   .header-text {
      margin: 10px 0;
   }

   .site-header .navbar-toggler {
      border: 0;
      padding: 0;
   }

   .site-header .navbar-toggler i {
      font-size: 16px;
      color: #015792;
      border: 1px solid #015792;
      padding: 6px 9px;
      border-radius: 3px;
   }

   .site-header .offcanvas {
      max-width: 90%;
   }

   .site-header .offcanvas .offcanvas-body {
      padding: 0 10px;
   }

   .navbar-toggler:focus {
      box-shadow: none;
   }

   .banner-form-section {
      position: revert;
   }

   .info-top {
      padding: 0 0 10px 0;
      margin-bottom: 10px;
      text-align: left;
   }

   .navbar-nav .nav-link {
      text-align: left;
      padding: 10px !important;
      border-bottom: 1px solid #cccccc;
   }

   .navbar-nav {
      justify-content: left;
   }

   .navbar-nav .nav-item {
      text-align: left;
   }

   .site-header .offcanvas-header {
      box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
   }

   .banner-form-sec {
      margin: 0;
      padding: 0;
   }

   .buy-now {
      width: 100%;
      margin: 0;
   }

   .carousel-inner,
   .carousel-inner img {
      height: 200px;
      object-fit: cover;
   }

   .banner-section p {
      font-size: 18px;
      line-height: 1.5rem;
   }

   .banner-title {
      font-size: 23px;
   }

   .banner-section .carousel-control-prev-icon,
   .banner-section .carousel-control-next-icon {
      padding: 18px;
      background-size: 18px;
   }

   .banner-section .carousel-caption {
      width: auto;
      left: 15%;
      right: 10%;
   }

   .banner-form-sec .row {
      --bs-gutter-y: 0;
   }

   .bnr-form-sec {
      padding: 40px 15px 20px;
   }

   .banner-form-sec .submit-btn {
      width: 100%;
   }

   .banner-form-sec .submit-btn,
   .subscribe-btn {
      padding: 10px;
   }

   .site-button {
      font-size: 16px;
      padding: 10px 34px 10px 35px;
   }

   .footer-section {
      padding: 30px 0 0;
   }

   .footer-title {
      margin-bottom: 15px;
   }

   .copyright-section {
      padding: 15px 0;
      margin-top: 20px;
   }

   #authModal {
      padding: 10px;
   }

   #authModal .form-label,
   #authModal .form-check-label,
   #authModal .forgot-password {
      font-size: 16px;
   }

   .modal-body form .form-control {
      font-size: 14px;
   }

   .inner-banner-section {
      background-position: bottom right;
      background-size: 70px;
      height: 150px;
   }

   .inner-banner-section::before {
      background-size: 50px;
   }

   .inr-bnr-title {
      font-size: 32px;
   }

   .courses-item {
      width: 100%;
   }

   .affilated-section .section-title {
      margin-bottom: 30px;
   }

   .affilated-logo-slider .owl-nav {
      top: auto;
      padding: 0;
      text-align: center;
      position: inherit;
      margin-top: 20px;
   }

   .affilated-logo-slider .owl-nav button.owl-next,
   .affilated-logo-slider .owl-nav button.owl-prev {
      font-size: 30px;
      width: 40px;
      height: 40px;
      margin: 5px;
   }

   .affilated-section {
      background-color: #EEEEEE;
      padding: 40px 0;
   }

   .contact-section {
      padding: 20px 15px;
   }

   .contact-section .contact-right .section-title {
      margin-bottom: 30px;
   }

   .contact-section .contact-right {
      padding: 20px;
   }

   .trainer-section {
      padding: 110px 0 20px;
   }

   .trainer-section .row {
      --bs-gutter-y: 110px;
   }

   .map-section iframe {
      height: 230px;
   }

   .cart-courses img {
      width: 50px;
      height: 40px;
   }

   .cart-courses-title {
      font-size: 14px;
      line-height: 1.1rem;
   }

   .cart-courses small {
      font-size: 12px;
      line-height: 0.9rem;
   }

   .cart-courses {
      gap: 10px;
   }

   .cart-section tr td {
      padding: 15px 5px;
   }

   .cart-section {
      padding: 30px 0 30px;
   }

   .details-courses-image {
      height: auto;
   }

   .courses-details-title {
      font-size: 20px;
      line-height: 1.5rem;
   }

   .courses-details-section {
      padding: 30px 0 30px;
   }

   .product-info-table td:first-child {
      width: auto;
   }

   .courses-information-tab .nav-tabs .nav-link {
      padding: 10px 0;
   }

   .courses-information-tab .nav-tabs {
      gap: 20px;
   }








}

@media (min-width: 786px) {
   .bs-gutter-x3rem .row {
      --bs-gutter-x: 3rem;
   }

}




@media only screen and (min-width: 786px) and (max-width: 992px) {}


@media (min-width: 1200px) {

   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl {
      max-width: 1300px;
   }

   .footer-section .row {
      --bs-gutter-x: 3rem;
   }

}
