/* bootstrap strat */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

/* body {
	  min-height: 10000px;
  } */

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

.upper {
  text-transform: uppercase;
}

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

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;

}

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


p a:visited {
  color: unset;
}

.banner-title {
  font-size: 80px;
  color: #fff;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;

}

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

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

.img-wp {
  width: 100%;

}

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

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

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

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

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

/* bootstrap end */

/* fonts */

@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/popins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/popins/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(../font/popins/Poppins-ExtraBold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../font/popins/Poppins-SemiBold.ttf);
}



@font-face {
  font-family: "Poppins-Bold";
  src: url(../font/popins/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Helvetica";
  src: url(../font/helvetica/Helvetica.ttf);
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url(../font/helvetica/Helvetica-Bold.ttf);
}

@font-face {
  font-family: "Helvetica-light";
  src: url(../font/helvetica/helvetica-light-587ebe5a59211.ttf);
}

body {
  font-family: "Poppins-Regular";
}

.container {
  max-width: 1105px !important;
}

/* font end  */

#masthead .custom-logo {
  width: 149px;
}

#masthead {
  font-family: "Helvetica";
}

#masthead ul {
  gap: 20px;
}

.jsyeh {
  gap: 20px;
}

.logo-e.footer_logo img {
  width: 120px;
}

body {
  margin: 0 !important;
}

.products.columns-1 img {
  width: 312px !important;
}


.products.columns-1 .price {
  display: none !important;
}

.shop-product-excerpt {
  color: #000;
}

.quantity {
  display: none;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.onsale {
  display: none;
}

.dropdown-custom {
  position: absolute;
  background: #fff;
 
  box-shadow: 0px 0px 5px #0000001c;
  border: 1px solid #002a59;
}
.my-acc-dropdown .dropdown-item {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #002a59;
}
.my-acc-dropdown .dropdown-item:last-child {
    border: 0px solid #002a59;
}
.all-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#site-navigation {
  width: fit-content;
}

.userioncs {
  font-size: 35px;
}

.my-acc-dropdown {
  margin: 0;
  padding: 0;
}

.container.header-container {
  max-width: 1080px;
}

#primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

#masthead .custom-logo {
  height: auto;
}

.dropdown-custom {
  margin-left: -30px;
}

#masthead a {
  font-size: 16px;
  color: #000;
}

.dropdown-custom a {
  padding: 10px 9px;
  display: block;
  width: 100%;

}
#masthead .dropdown-item a:hover {
  color: #002D5A;
  font-weight: bold;
}
.userioncs {
  cursor: pointer;
}
.my-acc-dropdown {
  width: 118px;
}
#masthead .current_page_item a {
  color: #002D5A !important;
    font-weight: bold;
}

.login-button {
  background: #002D5A;
  padding: 7px 18px;
  color: #fff;
  margin-right: 10px;
  width: 108px;
}

.login-button:hover {
  background: #000d1b;
}

.signup-button {
  background: #6D0000;
  padding: 7px 18px;
  color: #fff;
  border: none;
  width: 108px;
}

.signup-button:hover {
  background: #380101;
}

.site-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  max-width: 1080px;
}

.my-image-class {
  width: 47%;
  position: absolute;
  right: 0;
  height: 100%;
  object-fit: cover;
}


.home-banner-section.position-relative {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #012c59;
}

.my-image-class {
  top: 0;
}

.text-box-block-banner {
  color: #fff;
}

.text-box-block-banner {
  color: #fff;
}



.dropdown-custom {
  z-index: 999;
}

.bannerbutton-home {
  background: #fff;
  color: #012c59;
  font-size: 30px;
  font-family: "Poppins-Medium";
  padding: 8px 36px;
  display: inline-block;
  border: 2px solid #fff;
}

.bannerbutton-home:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.text-box-block-banner p {
  font-size: 18px;
  margin-bottom: 40px;
}

.home-banner-section {
  border-top: 12px solid #6c0000;
}

.text-box-block-banner h1 {
  font-size: 70px;
  font-family: "Poppins-SemiBold";
}

.site-header {
  position: sticky;
  top: 0px;
  z-index: 999;
  background: #fff;
}

.section-hme-1image {
  width: 100%;
}

.section-hme-1image.has-image-text {
  max-width: 467px;
  display: block;
  margin-left: auto;
}

.text-images-home {
  background: #002D5A;
  position: absolute;
  padding: 20px;
  color: #fff;
  bottom: -31px;
  font-size: 25px;
  max-width: 173px;
}

.text-images-home span {
  font-size: 39px;
}

.text-home-section1s h2,
.h2s {
  font-size: 40px;
  color: #002D5A;
  font-family: "Poppins-SemiBold";
}

.text-home-section1s h2::after,
.h2s::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #6D0000;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
}

.button-homebottom {
  display: flex;
  background: #002D5A;
  color: #fff;
  gap: 24px;
  font-size: 20px;
  padding: 10px 22px;
}

.text-home-section1s p {
  font-size: 18px;
  color: #5C5C5C;
}

.bottom-section-buttons {
  margin-top: 33px;
}

.section1-home {
  padding: 70px 0px;
}

.col-md-6.evn {
  order: 2;
}

.col-md-6.evn .image-sec1.position-relative {
  height: 100%;
}

.col-md-6.evn .image-sec1.position-relative .section-hme-1image.image-text {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-home-section1s strong {
  font-size: 20px;
  color: #000;
}

.link-section-home {
  background: #012c59;
  color: #fff;
  font-size: 30px;
  font-family: "Poppins-Medium";
  padding: 8px 36px;
  display: inline-block;
  border: 2px solid #012c59;
}

.link-section-home:hover {
  background: #fff;
  color: #012c59;
}

.bg-seciton-home {

  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  color: #fff;
  background-position: bottom;
}

.bg-seciton-home h2 {
  font-family: "Poppins-Bold";
  font-size: 40px;
}

.bg-seciton-home p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.bg-blueOverlay {
  background: #002a59d1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.icon-texts {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-bloack-image {
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 0px 10px #07478617;
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.text-bloack-image img {
  transition: all 0.3s ease-in-out;
}

.our_way_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #0747860A;
}

.text-bloack-image:hover {
  color: #fff;
  background: #012c59;
}

.text-bloack-image:hover img {
  filter: invert(5) brightness(2);
  transition: all 0.3s ease-in-out;
}

.icon-texts {
  margin-bottom: 37px;
}

.text-bloack-image {
  padding-top: 40px;
  padding-bottom: 40px;
}



/* arrow ani,mation */
.rounded-loader-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.arrow-loader {
  width: 100%;
  height: 100%;
}

.rounded-loader-icon {
  rotate: 0deg;
  transition: 0.5s;
}

.loader-ring {
  fill: none;
  stroke: #003366;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.rounded-loader-icon:hover {
  rotate: 40deg;
}

.rounded-loader-icon:hover .loader-ring {
  stroke-dashoffset: 0;
}

.arrow {
  fill: none;
  stroke: #003366;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* end animation  */


.blog-text-title {
  display: flex;
  color: #000;
  font-size: 25px;
  justify-content: space-between;
}

.blog-text-title h3 {
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  color: #000000;
}

.blog-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.the-font-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
}

.home-blog-section,
.tetimonails-div {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tetimonails-div {
  background: #0747860A;
}

.testimonial-text {
  padding: 27px 25px;
  background: #fff;
  box-shadow: 0px 4px 4px #07478617;
}

.testimonial-text {
  margin: 16px;
}

.testimonial-text h3 {
  font-size: 24px;
  color: #000;
  font-family: "Poppins-Bold";
}

.testimonial-text h4 {
  color: #000;
  font-size: 22px;
}

.testimonial-text h4 span {
  font-family: "Poppins-Bold";
}

.button-section {
  display: flex;
  gap: 10px;
  font-size: 25px;
  color: #002d5a;
}

.button-section i {
  cursor: pointer;
}

.footerlist {
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 15px;
}

.footerlist a {

  color: #000;

}

.footerblocks h4 {
  font-size: 26px;
  font-family: "Poppins-SemiBold";
}

.footerblocks h4::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #6D0000;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
}

.footerlist li {
  margin-bottom: 8px;
}

.button-footer {
  padding: 15px 40px;
  display: inline-block;
  background: #002D5A;
  color: #fff !important;
  border: 2px solid #002D5A;
}

.button-footer:hover {
  background: #ffffff00;
  color: #002D5A !important;
  border: 2px solid #002D5A;
}

.footerblocks h4 {
  margin-bottom: 24px;
}

.signup {
  color: #6F0000 !important;
}

.logo-e.footer_logo img {
  width: 100%;
  height: auto;
max-width: 238px;
  padding-top: 9px;
}

.copy-righttext {
  background: #002D5A;
  color: #fff;
  padding: 10px;
  border-top: 5px solid #6d0000;
}

#colophon {
  padding-top: 60px;
  border-top: 8px solid #012c59;
}

.footer-hr {
  padding: 4px;
  background: #6d0000;
  opacity: 1;
  margin: 0;
  margin-bottom: 5px;
}

.text-box-block-banner h1.inner-banner-title {
  font-size: 35px;
}

.overlay-inner-banner {
  width: 100%;
  height: 100%;
  background: #012c59c9;
  position: absolute;
  left: 0;
  top: 0;
}

.innerpage-banner.position-relative {
  background-size: cover;
  padding-top: 107px;
  padding-bottom: 107px;
  border-top: 12px solid #6c0000;
}

.text-home-section1scs h3 {
  font-size: 20px;
  font-family: "Poppins-SemiBold";
}

.text-home-section1scs p {
  font-size: 18px;
  margin-bottom: 32px;
}

.text-home-section1scs h3 {
  margin-bottom: 20px !important;
}

.section-hme-1image.aboutpage.has-image-text {
  max-width: 366px;
}

.sec2-about {
  background: #0747860A;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec2-about h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Poppins-SemiBold";
}

.sec2-about p {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.sec3About-page img {
  border-bottom: 7px solid #6d0000;
}

.sec3About-page {
  padding-bottom: 5px;
  border-bottom: 7px solid #012c59;
}

.sectiun4-about {
  padding-top: 65px;
  padding-bottom: 65px;
}

.sectiun4-about.sec2-about {
  background: #fff;
}


#masthead.site-header .custom-logo {
  width: 150px;
  transition: 0.6s;
}

#masthead.site-header.scrolling .custom-logo {
  width: 108px;
}

.site-header.scrolling {
  box-shadow: 0px 0px 10px #0000001c;
}

.sec3About-page img {
  height: 400px;
  object-fit: cover;
}

.sectiun4-about.sec2-about p img {
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
}

 .tex-sec2-aboutpage p {
  margin-bottom: 20px;
}

.inner-page-content-all-page p {
  font-size: 18px;
  margin-bottom: 30px;
}

.inner-page-content-all-page {
  padding-top: 80px;
  padding-bottom: 50px;
}

.contater-inner-coonat {
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 40px;
}

.contater-inner-coonat .h2s::after {
  display: none;
}

.inputs {
  width: 100%;
  padding: 13px 18px;
  color: #404040;
  border: 1px solid;
  font-size: 20px;
}

.wpcf7-form-control.wpcf7-textarea.inputs.textares {
  height: 150px;
}

.contact-pagecontaciner {
  background: #002b58;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 10px solid #6d0000;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submitbtn {
  background: #012c59;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  padding: 8px 36px;
  display: inline-block;
  border: 2px solid #012c59;
}

.contater-inner-coonat .h2s {
  color: #000;
  margin-bottom: 21px;
}

.h3ss-contact {
  font-size: 25px;
  color: #000;
  font-family: "Poppins-Medium";
}
.lastsections0-prograns-s .h3ss-contact {
  font-size: 20px;
  color: #000;
  font-family: "Poppins-Medium";
}

.theimage-Blog {
  height: 282px;
  width: 100%;
  object-fit: cover;
}

.thet-single-section h3 {
  font-size: 20px;
  color: #000;
  font-family: "Poppins-SemiBold";
}

.redmore-the {
  background: #012c59;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins-Medium";
padding: 8px 22px;
  display: inline-block;
  border: 2px solid #012c59;
}

.redmore-the:hover {
  background: #fff;
  color: #012c59;
}

.thet-single-section p {
  font-size: 18px;
  color: #5C5C5C;
  font-family: "Poppins-Medium";
}

.theimage-Blog {
  margin-bottom: 20px;
}

.thet-single-section {
  border-top: 2px solid #002D5A;
  padding-top: 50px;
  margin-top: 50px;
}

.thet-single-section:first-child {
  border-top: 0px solid #002D5A;
  padding-top: 0px;
  margin-top: 0px;
}

.h2s.blog-se {
  margin-bottom: 40px;
}

.sidebar-section {
  padding: 20px;
  border: 2px solid #07478630;
}

.sidebar-section .sectioin {
  font-size: 20px;
  color: #000;
  font-family: "Poppins-SemiBold";
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.header-page-sidebar {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.sectioin {
  margin-bottom: 1px;
}

.sidebar-section {
  background: #07478605;
}

.recent-posts-list {
  padding: 0;
  list-style: none;
}

.recent-posts-list li a {
  font-size: 15px;
  color: #000;
}

.recent-posts-list li {
  position: relative;
padding-left: 25px;
  margin-top: 4px;
}

.recent-posts-list li::after {
  content: "";
  background: url(../images/bot.png);
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  left: 0px;
  top: 5px;
}

.sidebar-section {
  position: sticky;
  top: 107px;
}

.sidebar-section {
  margin-left: 65px;
}

.all-blogs-sections {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-the {
  padding: 20px;
  border: 2px solid #07478630;
  background: #07478605;
}

.tiile-blogs {
  font-size: 22px;
  text-align: center;
  background: #002D5A;
  color: #fff;
  padding: 15px;
}

.tiile-blogs {
  margin-bottom: 21px;
}

.content-blogs-dv p,
.content-blogs-dv ul,
.content-blogs-dv ol {
  font-size: 20px;
  margin-bottom: 30px;
}

.commnets-the #reply-title {

  text-decoration: underline;
  font-size: 26px;
  color: #000;
  font-family: "Poppins-SemiBold";
}

.comments-title.mb-4 {
  font-size: 26px;
  color: #000;
  font-family: "Poppins-SemiBold";
}

.commnets-the label {
  display: block;
}

.image-commnetavator {
  width: 84px;
}

.commnets-the #comment {
  width: 100%;
  height: 135px;
}

.cpmmnetwithmetadata {
  width: calc(100% - 80px);
}

.comment-list {
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}

.comment-list.list-unstyled li {
  border-bottom: 1px solid #000 !important;
}

.children li {
  border: none !important;
}

.comment-list a {
  color: #000;
}

.children .comment-meta.mb-2 {
  font-size: 13px;
}

.children .comment-meta.mb-2 {
  margin: 0 !important;
}

.comment-metadata {
  font-size: 12px;
}

.comments-title {
  font-size: 22px;
  text-decoration: underline;
}

.commnets-the {
  margin-top: 36px;
}

.title-sections-joem {
  font-size: 34px;
  color: #002D5A;
  margin-bottom: 20px;
  font-family: "Poppins-SemiBold";
}

.featuredimageSecs.w-100 {
  height: 242px;
  object-fit: cover;
}

.related-post-box h4 {
  font-size: 26px;
  margin-top: 17px;
  color: #000;
  font-family: "Poppins-SemiBold";

}

.site-main-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.commnets-the ol {
  list-style: none;
  margin-top: 30px;
}

.comment-content p {
  margin: 0;
}

.reply a {
  font-size: 13px;
  color: #6d0000;
}

#submit {
  background: #012c59;
  color: #fff;
  font-size: 30px;
  font-family: "Poppins-Medium";
  padding: 8px 36px;
  display: inline-block;
  border: 2px solid #012c59;
}

.flex-boxes {
  display: flex;
  gap: 20px;
}

.topsection-contentProgramPage h2,
.text-se2-program h2 {
  color: #002D5A;
  font-size: 40px;
  font-family: "Poppins-SemiBold";
}

.topsection-contentProgramPage h3,
.text-se2-program h3,
.the-coontant-module-apge h3 {
  font-size: 20px;
  color: #000;
  font-family: "Poppins-SemiBold";
}

.topsection-contentProgramPage h3::after,
.text-se2-program h3::after,
.the-coontant-module-apge h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #6D0000;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
}

.topsection-contentProgramPage p {
  font-size: 18px;
  margin-bottom: 30px;
}

.topsection-contentProgramPage {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-se2-program p {
  font-size: 18px;
}

.video-section iframe {
  width: 100%;
  height: 600px;
}

.image-section3-the-program {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  object-fit: cover;
}

.section-2Block p {
  font-size: 18px;
  color: #5C5C5C;
  margin-bottom: 18px;
}

.notice-text {
  background: #002D5A;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  border-left: 8px solid #6c0000;
}
.notice-text.mt-5 h3 {
  font-size: 20px;
}
.block-list-section {
  padding-top: 44px;
}
.block-list-section ul {
  list-style: none;
  padding: 0;
}
.block-list-section li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 22px;
  font-size: 18px;
}
.block-list-section li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #002d5a;
  left: 0px;
  top: 6px;
}

.section-2Block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-program-page {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #0747860A;
}

.section4-block-sections h2,
.the-coontant-module-apge h2 {
  color: #002D5A;
  font-size: 40px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 20px;
}

.the-coontant-module-apge h2 {
  margin-bottom: 10px;
}

.section4-block-sections p,
.section4-block-sections ul,
.section4-block-sections ol {
  color: #5C5C5C;
  font-size: 18px;
  margin-bottom: 20px;
}
.related-post-box {
  padding-right: 20px;
}
.aoues {
  display: flex;
  width: 40px;
  height: 40px;
  border: 2px solid #012b58;
  justify-content: center;
  align-items: center;
  color: #012c59;
  border-radius: 50%;
}
.arrows-div-all0-sbk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}
.accordion-item {
  border: 1px solid #aeaeae !important;
  border-radius: none !important;
  margin-bottom: 20px;
}

.accordion-body p {
  margin: 0;
  margin-top: 18px;
}

.accordion-button {
  font-size: 24px;
}

.accordion-button {
  font-size: 20px !important;
  background: transparent !important;

  font-family: "Poppins-Medium";
  padding: 0px !important;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
}

.accordion-body {
  padding: 0 !important;
}

.accordion-item {
  padding: 23px 35px;
}

.section4-block-sections ul {
  list-style: none;
  padding: 0;
}

.section4-block-sections li {
  margin-bottom: 20px;
}

.section4-block-sections ol {
  font-family: "Poppins-Medium";
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#accordionExample {
  margin-bottom: 49px;
}

.section4-block-sections ul li {
  padding-left: 43px;
  position: relative;
}

.section4-block-sections ul li::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/bot.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.section4-block-sections ol {
  padding-left: 22px;
}

.section4-block-sections li {
  padding-left: 22px;
}

.accordion-button:not(.collapsed) {
  padding-bottom: 20px !important;
}

.the-djs {
  padding-bottom: 60px;
  padding-top: 20px;
}

.section4-block-sections {
  padding-top: 60px;
}

.the-coontant-module-apge p {
  font-size: 18px;
}

.the-coontant-module-apge img {
  width: 100%;
}

.overvidw-section-module-listingpage {
  padding-top: 70px;
}

.inner-page-content-all-page.module-page {
  padding-top: 50px;
}

.product-card-customs {
  background: #F5F8FAB2;
  padding: 20px 35px;
  border-left: 2px solid #012c58;
  margin-bottom: 40px;
}

.product-card-customs h3 {
  font-size: 22px;
  text-decoration: underline;
  font-family: "Poppins-Medium";
}

#rating-stars {
  color: #002a59 !important;
}

.read-more-button {
  background: #012c59;
  display: inline-block;
  padding: 8px 22px;
  display: inline-block;
  color: #fff;
  border: 2px solid #012c59;
}

.product-card-customs {
  position: relative;
}

.subscribed-label {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #02854E;
  color: #fff;
  padding: 5px 14px;
}

.yes_has_purchesed {
  padding-right: 117px;
}

.read-more-button:hover {
  background: #fff;
  color: #012c59;
}

.premodule-question h2 {
  color: #002D5A;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}

.premodule-question h3 {
  color: #000;
  font-size: 20px;
  font-family: "Poppins-SemiBold";
}

.premodule-question p {
  font-size: 18px;
  margin-bottom: 24px;
}
.premodule-question ul li p {
  margin: 0;
}
.premodule-question ul li {
  margin-bottom: 10px;
}
.premodule-question ol {
  font-size: 18px;
  padding: 0px;
  list-style: none;
}

.premodule-question ol {
  counter-reset: item;
}

.premodule-question ol li {
  counter-increment: item;
  position: relative;
  padding: 20px;
  padding-left: 40px;
  background-color: #0747860A;
  margin-bottom: 30px;

}

.premodule-question ol li::after {
  content: "";
  position: absolute;
  background-color: #012c59;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.premodule-question ol li::before {
  content: counter(item) ". ";
  position: absolute;
  left: 20px;
}

.premodule-question ol ol {
  counter-reset: sub-counter;
  list-style: none;
  padding-left: 1.5em;
}

.premodule-question ol ol>li {
  counter-increment: sub-counter;
  position: relative;
  box-shadow: 0px 4px 4px #00000040;
}

.premodule-question ol ol>li::before {
  content: counter(sub-counter, lower-alpha) ". ";
  position: absolute;
  left: 13px;
}

.premodule-question ol ol li::after {
  display: none;

}

.premodule-question ol ol {
  font-size: 20px;
  padding: 20px;
}

.premodule-question {
  padding-bottom: 70px;
  padding-top: 70px;
}

.innerpage-banner.courses-page.position-relative {
  background: #002D5A;
  background-image: none;
}

.innerpage-section.filter-sections {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.section-cources-single-page p {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}

.roasdw {
  margin-top: 20px;
}

.section-cources-single-page h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Poppins-Medium";
}

.displya-se {
  display: flex;
}

.displya-se {
  display: flex;
  gap: 29px;
  align-items: center;
}

.blok-sections-pdf-name a {
  font-size: 20px;
  text-align: center;
  display: block;
  background: #002D5A;
  color: #fff;
  padding: 20px;
}

.single-pdf-sections {
  background: #07478608;
  margin-bottom: 23px;
}

.blocks-image-titlke {
  width: 20%;
}

.sections-text-pdf-dwonlaod {
  color: #000;
  font-size: 20px;
  width: 80%;
}

.embedlink iframe {
  width: 100%;
}

.section-video-swctuin iframe {
  width: 100%;
  height: 100vh;
}

.section-video-swctuin {
  padding-top: 60px;
}

.section-cources-single-page {
  padding-top: 80px;
  padding-bottom: 32px;
}

.faq-sections.courcesoage-se .accordion-item {
  background: #002D5A;
  color: #fff;
}

.faq-sections.courcesoage-se .accordion-body {
  padding-top: 16px !important;
}

.faq-sections.courcesoage-se .accordion-button {
  color: #fff !important;
}

.section-buttonsc {
  padding-top: 60px;
  padding-bottom: 70px;
}

.play-btn {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

.play-btn.playing {
  background: #fff;
  color: #000;
}

.mic-name-auto-section {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 292px;
}

.mic-text-section {
  display: flex;
}

.controls {
  width: 222px;
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: end;
}

.audio-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mic-text-section {
  width: calc(100% - 222px);
}

.mic-name-auto-section .fas.fa-microphone.fa-lg.text-secondary {
  font-size: 35px;
}

.audio-item {
  border: 1px solid #002D5A;
  background: #0747860A;
  margin-bottom: 20px;
  padding: 20px;
}

.filename {
  font-size: 20px;
}

.micicon {
  font-size: 35px;
}

.download-btn-audio {
  font-size: 35px;
  color: #000;
}

.clock-icon-cursepoage {
  padding: 2px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
}

.video-single-slider {
  padding: 10px;
}

.navigahtion-div {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.arrows {
  width: 37px;
  height: 37px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.all-videos-secruibs .h2s::after {
  display: none;
}

.all-videos-secruibs {
  padding-top: 52px;
}

.section-course-audion {
  padding-top: 40px;
}

.close-modal-btn {
  background: #002a59;
  position: absolute;
  top: -8px;
  right: -13px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
}

.close-modal-btn:hover {
  background: #fd0d0d;
  position: absolute;
  top: -8px;
  right: -13px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
}

.all-fild-manage .form-control {
  border-radius: 0px !important;
  border: 1px solid #002a59;
  margin-top: 7px;
}

.modal-buttno {
  background: #002a59;
  color: #fff;
  padding: 10px 23px;
  border-radius: 5px;

  border: 2px solid #002a59;
}

.modal-buttno:hover {
  background: #fff;
  color: #002a59;

}

.section-buttonsc .link-section-home {
  font-size: 18px;
}

#coustomer-menu {
  padding: 0;
  list-style: none;
}

#coustomer-menu a {
  color: #000;
  font-size: 20px;
  display: block;
  padding: 11px;
}

.sidebar-dashboaed {
  border-right: 1px solid #9D9D9D;
}

#coustomer-menu .current_page_item a {
  background: #002a59;
  color: #fff;
}

.shortname.dashboard {
  height: 102px;
  font-size: 28px;
  background: #002D5A;
  width: 102px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: "Poppins-Bold";
}

.fullname.dashboard {
  font-size: 24px;
  color: #000;
  font-family: "Poppins-SemiBold";
  text-align: center;
}

.username-and-profile.dashboard {
  margin-bottom: 32px;
}

.doashboard-border-section {
  border: 1px solid #9D9D9D;
}

.sidebar-dashboaed {
  height: 100%;
}

.sidebar-dashboaed {
  padding-top: 50px;
}

.inputname {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #7B7B7B;
  border: 1px solid #002D5A;
}

.field-sectionInner {
  margin-bottom: 20px;
}

.bigsection-dash-boadr {
  padding: 34px;
  padding-top: 34px;
  padding-right: 34px;
  padding-right: 52px;
  padding-top: 100px;
}

.bashboard-sections {
  padding-top: 87px;
  padding-bottom: 80px;
  border-top: 12px solid #6c0000;
}

.link-section-home {
  font-size: 18px;
}

.table.order-history-table th {
  padding: 20px;
  background: #0747860F;
  border: none;
}

.table.order-history-table td {
  padding: 20px;
}

.bigsection-dash-boadr.oder-history {
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0;
}

.col-md-8.oder-history {
  padding-left: 0px;
}

.col-md-4.oder-history {
  padding-right: 0px;
}

.mymodule-chnage th {
  font-size: 20px;
  padding: 10px;
}

.mymodule-chnage td {
  padding: 10px;
}

.mymodule-chnage {
  width: 100%;
}

.purched-modulename {
  font-family: "Poppins-SemiBold";
}

#coustomer-menu {
  margin-bottom: 0;
}

.text-box-block-banner h1.inner-banner-title {
  font-size: 45px;
}

.crossbtn-signup {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #002b58;
  color: #fff;
  border-radius: 50%;
  top: -17px;
  right: -19px;
}

.nav.nav-tabs.mdonulle-singup-login {
  border: none;
  justify-content: center;
}

.nav.nav-tabs.mdonulle-singup-login .nav-item {
  width: 50%;
}

.nav.nav-tabs.mdonulle-singup-login .nav-link {
  color: #002a59;
  border-radius: 0px;
}

.nav.nav-tabs.mdonulle-singup-login .nav-link.active {
  border: none;
  width: 100%;
  color: #fff;
  background: #002a59;
}

.nav.nav-tabs.mdonulle-singup-login .nav-link {
  width: 100%;
  height: 40px;
  font-family: "Poppins-SemiBold";
}

.nav.nav-tabs.mdonulle-singup-login {
  border: 2px solid #002a59;
}

.nav.nav-tabs.mdonulle-singup-login {
  margin-bottom: 35px;
}

.inpots-dsiv {
  margin-bottom: 20px;
}

.loginbtn {
  background: #002D5A;
}

.loginbtn {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}

.inpots-dsiv.pw-ac {
  margin-bottom: 10px;
}

.rememberme-modal {
  margin-bottom: 18px;
}

.inpots-dsiv .form-control {
  border-radius: 0px !important;
  border: 1px solid #000;
}

.forgetpw-link {
  text-align: center;
  margin-top: 10px;
}

.signuptext {
  color: #6c0000;
  cursor: pointer;
}

.eyebtn.toggle-password {
  position: absolute;
  top: 37px;
  right: 11px;
  color: #002D5A;
}

.ckeout-modal-dvi-e {
  text-align: center;
  font-size: 20px;
}

.ckeout-modal-dvi-e p {
  margin-bottom: 25px;
}

.ckeout-modal-dvi-e {
  padding: 30px;
}

.crossbtn-signup:hover {
  background: #8c0606;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
  padding: 20px;
  background: #002D5A;
  color: #fff;

  padding: 15px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p {
  margin: 0 !important;
  font-family: "Poppins-SemiBold";
}

.wc-block-components-title.wc-block-components-checkout-step__title {
  color: #000;
  font-size: 26px;
  font-family: "Poppins-SemiBold";
}

.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  background: #720105;
  padding: 20px 14px;
  color: #fff;
  width: 48%;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
  background: #3d0103;
}

.wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: #012b57;
  padding: 20px 14px;
  color: #fff;
  width: 48%;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  background: #001730;
}

.wc-block-components-order-summary__content img {
  display: none;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background: #012b57;
  color: #fff;
  font-family: "Poppins-SemiBold";
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained .wc-block-components-button__text {
  opacity: 1;
}

.wc-block-components-product-metadata__description p {
  font-size: 15px;
}

.breadcrum a {
  color: #fff !important;
}

#submit {
  background: #002a59 !important;
  color: #fff !important;
}

.permalinks {
  color: #000;
}

.page-id-10 .innerpage-banner.position-relative {
  display: none;
}

.page-id-10 .inner-page-content-all-page {
  border-top: 12px solid #6c0000;
}

.wc-block-components-title.wc-block-components-checkout-step__title.rejs {
  font-size: 26px;
}

.wc-block-components-title.wc-block-components-checkout-step__title.rejs {
  padding-top: 29px;
  border-top: 1px solid #818181;
}

.check-box {
  width: 27px;
  border: 2px solid #002D5A;
  color: #002D5A;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

h5.modal-title-thnakyoumodal.text-center {
  font-size: 24px;
  color: #002D5A;
  margin-bottom: 33px;
}

div#thankYouModal p {
  font-size: 16px;
  color: #000;
}

div#thankYouModal p a,
div#thankYouModal ul {
  color: #000;
}

div#thankYouModal ul {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 29px;
  padding: 0 !important;
  margin-top: 40px;
}

p.subscribeto {
  margin: 0;
}

div#thankYouModal ul a {
  color: #000;
}

.inner-banner-title {
  font-family: "Poppins-SemiBold";
  font-size: 50px;
}

.thet-single-section h3 a {
  color: #000;
}

.link-section-home {
  font-size: 18px;
  padding: 5px 30px;
}

.skip-contunue-btn {
  display: flex;
  justify-content: space-between;
}

.link-section-home.qustn {
  padding: 6px 30px;
  font-size: 18px;
}

.fil-headertitle {
  font-size: 18px;
  text-align: left;
  font-family: "Poppins-SemiBold";
}

.button-footer {
  font-size: 18px;
  padding: 5px 16px;
}

.copy-righttext {
  margin-top: 30px;
}

.accordion-item {
  border: 1px solid #002D5A !important;
}

.accordion-item {
  padding: 14px 23px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item {
  border-radius: 0px !important;
}


.accordion-button.collapsed::after {
  background-image: url(../images/down-arrow-accordian.png) !important;
}

.accordion-button::after {
  background-image: url(../images/down-arrow-accordian.png) !important;
}

.product-card-customs {
  transition: 0.3s;
}

.product-card-customs:hover {
  background: #012c59;
  color: #fff;
}

.product-card-customs:hover .read-more-button {
  background: #fff;
  color: #012c59;
}

.product-card-customs h3 {
  margin-bottom: 20px;
}

.text-box-block-banner.coursee-block-banner {
  padding-right: 23px;
}

.text-box-block-banner.coursee-block-banner .inner-banner-title {
  font-size: 35px;
}

.innerpage-banner.courses-page.sing\;e-contsourse.position-relative .innerpage-section.filter-sections {
  width: 35%;
}

.accdians-div-premodule-page p a {
  color: #002d5a;
  text-decoration: underline !important;
}

#submit {
  font-size: 20px;
}

.accordion-button {
  align-items: baseline !important;
}
.blocks-image-titlke {
  width: 208px;
}

.text-blosks {
  width: calc( 100% - 200px );
}
.blocks-image-titlke img {
  width: 100%;
}
.blocks-image-titlke {
  width: 174px;
}
.displya-se .pdf-top-imng {
  width: 100%;
  height: 44px;
  object-fit: cover;
}

.displya-se .pdf-top-imng {
  width: 100%;
  height: 93px;
  object-fit: cover;
}
.blocks-image-blosksNew {
  width: 89px;
}

.woocommerce-order-downloads {
  display: none !important;
}
.sections-text-pdf-dwonlaod {
  font-size: 12px;
}
.pdf-top-blosksNew {
  width: 100%;
 height: 100%;
object-fit: cover;
}
.single-pdf-blosksNew {
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blocks-image-blosksNew {
  width: 100%;
}
.single-pdf-blosksNew .row {
  align-items: top;
}
.down-loadbtn {
  padding-right: 14px;
  text-align: end;
  color: #000;
}
.down-loadbtn a {

  color: #000;
}
.single-pdf-blosksNew {
  background: #f5f8fa;
  border-radius: 0px;
}
.custom-pagination {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px solid #002D5A;
}
/* responsive */

.section1-home.about-page-F1section {
  padding-bottom: 100px;
}
.sec2-about.about-sec2hsnpage p {
  margin-bottom: 20px;
}
.sec2-about.about-sec2hsnpage {
  padding-top: 65px;
}
.sectiun4-about.sec2-about.foreach2 p:last-of-type , .sectiun4-about.sec2-about.foreach1 p:last-of-type {
  margin: 0;
}
.sectiun4-about.sec2-about.foreach1 a {
  color: #012c59;
}
.sectiun4-about.sec2-about.foreach1 a:hover {
  color: #000000;
}
.sectiun4-about.sec2-about.foreach1 {
  padding-bottom: 106px;
}
.tetimonails-div .slick-dots {
  display: none !important;
}
.testimoanils-slider.slick-initialized.slick-slider.slick-dotted {
  margin: 0px !important;
}
.sectiun4-about.sec2-about.foreach1 {
  padding-bottom: 100px;
}
.prograp-pagesection {
  padding-top: 60px;
  padding-bottom: 60px;
}
.blocks-image-blosksNew .pdf-top-blosksNew {
  height: 72px;
}
.sections-text-pdf-dwonlaod {
  font-size: 18px;
}

.testimoanils-slider.slick-initialized.slick-slider.slick-dotted {
  margin-left: -16px !important;
}

.sectiun4-about.sec2-about.foreach1 p:last-of-type {
  margin: 0;
}
.sectiun4-about.sec2-about.foreach1 {
  padding-bottom: 70px;
}
#site-navigation #primary-menu a:hover {
  color: #6B0100;
}

#coustomer-menu a:hover {
  background: #002a59;
  color: #fff;
}
div#thankYouModal ul {
  margin-top: 22px;
  margin-bottom: 25px;
}
h5.modal-title-thnakyoumodal.text-center {
  font-size: 24px;
  color: #002D5A;
  margin-bottom: 20px;
}
.blocks-image-blosksNew .pdf-top-blosksNew {
  height: 100%;
}
.blok-sections-pdf-blosksNew {
  height: 100%;
}
.down-loadbtn {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: end;
  padding: 20px;
  align-items: center;
  height: 100%;
}
.sections-text-pdf-dwonlaod {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}
.content-blogs-dv p a {
  color: #012c59;
}

#swipeNav {
  background: #012c59;
}
.premodule-question ol li{
  padding-left: 63px;
}
.normal-virepageno {
  background: #012c59;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #6d0000;
}
.paginations-PDFcontant {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.page-btn {
  width: 30px;
  height: 30px;
  background: #012c59;
  border-radius: 50%;
  color: #fff;
}
.page-btn.active {
  background: #6c0000;
}
.section-cources-single-page .pdfImage-seliderSec h3 {
  font-size: 20px;
  color: #012c59;
}
.section-cources-single-page .pdfImage-seliderSec h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.section-cources-single-page .pdfImage-seliderSec {
  padding-top: 40px;

}
.eyebtn.toggle-password.myaccount {
  top: 10px;
}
.inputname {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #262626;
  border: 1px solid #002D5A;
}

.accordion-button {
  box-shadow: none !important;
}

.product-card-customs h3 span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #012c59;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  text-decoration: none !important;
}
.sectiun4-about.sec2-about p img {
  float: right;
  margin-left: 20px;
  height: 294px;
  object-fit: cover;
}

.userioncs {
  cursor: pointer;
  color: #002a59;
}
.moduleName-table {
  width: 46%;
}
.product-card-customs:hover h3 span {
  background: #fff;
  color: #012c59;
}
.product-card-customs h3 {

  text-underline-offset: 20px;
}
.footerlist {
  font-family: "Helvetica";
}
.footerlist li a:hover {
  color: #002d5a;
  font-weight: bold;
}
.col-md-3.last-blocks-footer.lastblock-last .footerblocks {
  padding-left: 50px;
}
.product-card-customs:hover {
  border-left: 5px solid #6c0000;
}
.title-modules-achoinre {
  color: #000;
}
.product-card-customs:hover .title-modules-achoinre  {
  color: #fff;
}
.premodule-question ol  li::before {
  font-weight: bold;
  color: #000;
  font-family: "Poppins-Regular";
}
.premodule-question ol ol {
  padding-left: 0;
}
.prev.page-numbers ,.next.page-numbers {
  background: none !important;
  color: #000 !important;


}

.loginbutton-footer {
  color: #002D5A !important;
}
div#thankYouModal ul {
  font-family: Poppins-Medium;
}
div#thankYouModal ul a:hover{
color: #002a59;
}
.sidebar-dashboaed {
  min-height: 80ch;
}

@media screen and (max-width: 1042px) {
  .text-box-block-banner h1 {
    font-size: 58px;
  }

  .bannerbutton-home {
    padding: 8px 36px;
    font-size: 20px;
  }

  .footerblocks h4 {
    font-size: 20px;
  }

  .footerblocks h4::after {
    width: 60px;
  }
.col-md-3.last-blocks-footer.lastblock-last .footerblocks {
  padding-left: 0px;
}
}


@media screen and (max-width: 991px) {
  .button-homebottom {
    font-size: 15px;
  }

  .text-home-section1s h2,
  .h2s {
    font-size: 30px;
  }

  .text-box-block-banner h1 {
    font-size: 46px;
  }

  .icon-texts {
    max-width: 90px;
  }

  .text-bloack-image {
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 20px;
    height: 100%;
  }

  .testimonial-text h3 {
    font-size: 20px;
  }

  .testimonial-text h4 {
    color: #000;
    font-size: 16px;
  }

  .footerlist {
    font-size: 13px;
  }

  .tetimonails-div {
    padding-top: 50px;
    padding-bottom: 27px;
  }

  .blog-text-title h3 {
    font-size: 16px;
  }

  .home-blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bg-seciton-home h2 {
    font-family: "Poppins-Bold";
    font-size: 30px;
  }

  .theimage-Blog {
    height: 209px;
  }

  .sidebar-section {
    margin-left: 20px;
  }

  .thet-single-section {
    border-top: 2px solid #002D5A;
    padding-top: 30px;
    margin-top: 30px;
  }

  .recent-posts-list li a {
    font-size: 14px;
    color: #000;
  }

  .recent-posts-list li::after {

    height: 19px;
    width: 19px;
    left: 0px;
    top: 4px;
  }

  .tiile-blogs {
    font-size: 18px;
  }

  .title-sections-joem {
    font-size: 29px;
  }

  .related-post-box h4 {
    font-size: 18px;
  }

  .overvidw-section-module-listingpage h2 {
    font-size: 30px;
  }

  .topsection-contentProgramPage h3,
  .text-se2-program h3,
  .the-coontant-module-apge h3 {
    font-size: 20px;
    color: #000;
    font-family: "Poppins-SemiBold";
  }

  .topsection-contentProgramPage h3::after,
  .text-se2-program h3::after,
  .the-coontant-module-apge h3::after {

    width: 66px;
    height: 5px;

  }

  .the-coontant-module-apge p {
    font-size: 16px;
  }

  .product-card-customs {
    padding: 15px 20px;
  }

  .product-card-customs h3 {
    font-size: 18px;
  }

  .yes_has_purchesed {
    padding-right: 0;
  }
  .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  background: #720105;
  padding: 15px 11px;
  color: #fff;
  width: 48%;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 15px;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: #012b57;
  padding: 15px 11px;
  color: #fff;
  width: 48%;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 15px;
}
 .top_nav li {
    border-top: solid 1px #ffffff82;
  }
    .text-box-block-banner h1.inner-banner-title {
    font-size: 31px;
  }
  .topsection-contentProgramPage h2, .text-se2-program h2 {
  color: #002D5A;
  font-size: 28px;
  font-family: "Poppins-SemiBold";
}
.video-section iframe {
  width: 100%;
  height:249px;
}
.section4-block-sections h2, .the-coontant-module-apge h2 {
  color: #002D5A;
  font-size: 29px;
}
.accordion-item {
  padding: 12px 12px;
}
.overvidw-section-module-listingpage {
  padding-top: 49px;
}
.sectiun4-about.sec2-about p img {
  width: 100%;
}
}









@media screen and (max-width: 760px) {
  .all-section-header.desktopHeaders {
    display: none !important;
  }

  .phone-nav.phe-bibe.d-none {
    display: block !important;
  }

  .pull-nav .n,
  .pull-nav .g,
  .pull-nav .s {
    background: #001730;
  }

  #masthead a {
    font-size: 16px;
    color: #000;
  }

  .phone-nav.phe-bibe.d-none #top_nav a {
    color: #fff;
  }

  #masthead.site-header .custom-logo {
    width: 83px;
  }

  #masthead.site-header.scrolling .custom-logo {
    width: 76px;
  }

  #menuBtn {
    border: 1px solid #022a59;
  }

  .my-image-class {
    width: 100%;
  }

  .text-box-block-banner {
    position: relative;
  }

  .my-image-class {
    width: 100%;
    opacity: 0.2;
  }

  .home-banner-section.position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .button-homebottom {
    margin-bottom: 20px;
  }

  .section1-home .col-md-6.ods {
    padding-bottom: 61px;
  }

  .our_way_section-innetr .col-md-3.col-6 {
    margin-bottom: 20px;
  }

  .blog-image img {
    margin-bottom: 13px;
  }

  .rounded-loader-icon {
    width: 36px;
    height: 36px;
  }

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

  .blog-image img {
    margin-bottom: 13px;
    height: 218px;
  }

  .logo-e.footer_logo {
    text-align: center;
  }

  .logo-e.footer_logo img {
    max-width: 130px;
  }

  #colophon {
    padding-top: 34px;
  }

  .section1-home {
    padding: 40px 0px;
  }

  .bg-seciton-home.position-relative {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-blog-section {
    padding-top: 50px;
    padding-bottom: 19px;
  }

  .col-md-3.logoblosk-footer {
    order: -2;
  }

  .col-md-3.logoblosk-footer {
    order: -2;
  }

  .col-md-3.last-blocks-footer h4 {
    display: none;
  }

  .col-md-3.last-blocks-footer {
    text-align: center;
    margin-top: 9px;
    margin-bottom: 21px;
  }

  .signup-button {
    padding: 10px 10px;
    width: 72px;
    font-size: 13px;
  }

  .col-md-3.last-blocks-footer {
    order: -1;
  }

  .login-button {
    margin-right: 10px;
    width: 72px;
    font-size: 13px;
    padding: 10px 10px;
  }

  .text-box-block-banner h1.inner-banner-title {
    font-size: 33px;
  }

  .innerpage-banner.position-relative {
    background-size: cover;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .inner-page-content-all-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section1-home .col-md-5.ods .section-hme-1image.aboutpage.has-image-text {
    margin-bottom: 44px;
  }

  .text-home-section1scs h3 {
    font-size: 18px;
    font-family: "Poppins-SemiBold";
  }

  .sec2-about h2 {
    font-size: 20px;
  }

  .sec3About-page img {
    height: auto;
    object-fit: cover;
  }

  .sectiun4-about {
    padding-top: 65px;
    padding-bottom: 29px;
  }

  .subscribed-label {
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
    margin-bottom: 20px;
  }

  .inner-page-content-all-page p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .inner-banner-title {
    font-size: 31px;
  }

  .premodule-question h2 {
    color: #002D5A;
    font-size: 23px;

  }

  .accordion-button {
    font-size: 16px !important;
  }

  .premodule-question ol {
    font-size: 16px;
  }

  .premodule-question ol ol {
    font-size: 15px;
  }

  .premodule-question ol ol {
    padding-left: 10px;
    padding-right: 0;
  }

  .text-box-block-banner.coursee-block-banner {
    padding-right: 0;
  }

  .text-box-block-banner.coursee-block-banner .inner-banner-title {
    font-size: 25px;
  }

  .innerpage-banner.courses-page.sing\;e-contsourse.position-relative .innerpage-section.filter-sections {
    width: 100%;
    opacity: 0.2;
  }

  .section-cources-single-page h2 {
    font-size: 20px;
  }

  .section-cources-single-page p {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
  }

  .sections-text-pdf-dwonlaod {
    color: #000;
    font-size: 16px;
    width: 80%;
  }

  .displya-se {
    flex-wrap: wrap;
  }

  .blocks-image-titlke {
    width: 100%;
  }

  .sections-text-pdf-dwonlaod {
    color: #000;
    font-size: 16px;
    width: 100%;
  }

  .pdf-top-imng {
    width: 100%;
  }

  .section-video-swctuin iframe {
    width: 100%;
    height: 400px;
  }

  .audio-item {
    flex-wrap: wrap;
  }

  .controls {
    width: 100%;
    justify-content: center;
  }

  .mic-text-section {
    width: 100%;
  }

  .mic-text-section {
    flex-wrap: wrap;
    gap: 14px;
  }

  .waveform {
    width: 100%;
    margin-bottom: 10px;
  }

  .audio-item {
    border: 1px solid #002D5A;
    background: #0747860A;
    margin-bottom: 20px;
    padding: 12px;
  }

  .filename {
    font-size: 15px;
  }

  .play-btn {
    width: 28px;
    height: 28px;
  }

  .download-btn-audio {
    font-size: 22px;
  }

  .play-btn {
    font-size: 12px;
  }

  .section-buttonsc .d-flex.justify-content-between {
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .section-buttonsc .link-section-home {
    font-size: 15px;
    width: 100%;
  }

  .textsj {
    width: 100%;
  }
  .bigsection-dash-boadr {
  padding: 20px;
}
.sidebar-dashboaed {
  border-bottom: 1px solid #cbc6c6;
}
.bigsection-dash-boadr {
  padding: 20px;
}
.bigsection-dash-boadr {
  padding: 10px;
}
.table.order-history-table th ,.table.order-history-table td {
  padding: 3px;
}
.col-md-8.oder-history {
  padding-left: 15px;
}
.table.order-history-table {
  font-size: 13px;
  width: 100% !important;
  overflow: auto !important;
}
.col-md-4.oder-history {
  padding-right: 11px;
}
.link-section-home {
  font-size: 18px;
  padding: 5px 12px;
}
  .sidebar-section {
    margin-left: 0;
    margin-top: 55px;
  }
    .text-home-section1s h2, .h2s {
    font-size: 26px;
  }
  .text-home-section1s h2::after, .h2s::after {
  display: block;
  width: 60px;
  }
  .crossbtn-signup {
    top: -15px;
  right: -4px;
  }
  .ckeout-modal-dvi-e {
  padding: 5px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  padding: 15px !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: #012b57;
  padding: 10px 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 16px;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  background: #720105;
  padding: 10px 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 16px;
}
.sections-text-pdf-dwonlaod {
  padding: 10px;
}
.down-loadbtn {
  justify-content: center;
}
.section1-home.about-page-F1section {
  padding-bottom: 25px;
  padding-top: 60px;
}
.tex-sec2-aboutpage p {
  margin-bottom: 20px;
}
.sectiun4-about.sec2-about.foreach1 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.sectiun4-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #breadcrumbs {
  margin: 0;
}
.crossbtn-signup {
    top: -3px;
    right: -7px;
  }
.premodule-question {
    padding-bottom: 50px;
    padding-top: 5px;
}
.text-home-section1scs p {
  font-size: 18px;
  margin-bottom: 20px;
}
.sectiun4-about.sec2-about p img {
  float: right;
  margin-left: 0;
  height: auto;
  object-fit: cover;
}
.section-hme-1image.aboutpage.has-image-text {
  max-width: 366px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
  flex-wrap: wrap;
  gap: 7px;
}
.doashboard-border-section  {
  min-height: auto;
}
.sidebar-dashboaed {
  border-right: 0px solid #9D9D9D;
}
.sidebar-dashboaed {
  min-height: auto;
}
	#masthead .current_page_item a {
    color: #ffffff !important;
    font-weight: bold;
}
}