/*
Theme Name: classpedia Child
Theme URI: https://them.es/starter
Template: classpedia
Author: classpedia
Author URI: http://localhost/classpedia
Description: Custom
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.3.5.1685056494
Updated: 2025-05-25 23:14:54

*/
body {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

:root {
  --lightcolor: #ecf0fc;
  --primary-color: #2655FF;
  --secondary-color: #00FF9E;
  --font-color: #61697B;
  --white: #fff;
  --blacK: #000000;

}

h1 {
  font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
}

h2 {
  font-size: calc(26px + (64 - 26) * ((100vw - 300px) / (1920 - 300)));
}


/* Header Css Start*/
header {
  background-color: transparent;
  padding: 20px 0 15px;
  background-color: var(--white);
  border-bottom: 1px solid #BBC9ED;
}

/* .ctm-header{
    background-color: transparent;
    padding:10px 0;
    transition: all ease-out .5s;
} */
.ctm-active {
  background-color: transparent;
  padding: 10px 0;
  background-color: #FFF;
  transition: all ease-out .5s;
  /* background-color: hsl(261.92deg 89.66% 11.37%); */
}

.navbar-brand img {
  width: 100%;
}

/* .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px;
  }
   */
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
  color: #080808;
}

.navbar-nav .active>.nav-link {
  border-bottom: 2px solid var(--secondary-color);
  color: #080808;
}

.navbar-nav .nav-link {
  color: #3D4557 !important;
  border-bottom: 2px solid transparent;
  padding: 0 0px;
  margin: 0 15px;
  transition: 0.5s;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  /* text-transform: uppercase; */
  padding-bottom: 4px;

}


.navbar-light .navbar-nav .nav-link:active {
  border-bottom: 2px solid var(--primary-color);
  color: #0094db;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  border-bottom: 2px solid var(--primary-color);
  color: #000000;
}

.navbar-nav .dropdown-menu {
  min-width: 12rem;
  padding: 0;
  color: #fff;
  background-color: #160337;

}

.dropdown-menu a {
  color: #fff !important;
  padding: 12px 15px;
}

.dropdown-menu a:active {
  color: #000000 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.dropdown-menu a:hover {
  color: #111 !important;
  background-color: #fff !important;
  /*border-bottom: 2px solid #fff!important;
      */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#header .header-scrolled {
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
}

.header-search {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 300px;
  margin-left: 20px;
}

.header-search input {
  border: 1px solid #BDC4D4;
  border-radius: 40px;
  position: relative;
  padding: 5px 20px 5px 40px;
}

.header-search button {
  position: absolute;
  border: 0;
  background: transparent;
  left: 8px;
  top: 5px;
}

.top-cart {
  display: flex;
  align-items: center;
  padding-right: 40px;
  margin: 0;
}

@media (max-width: 1200px) {
  .top-cart {
    padding-right: 0;
  }
}

.top-cart li {
  list-style: none;
  margin: 0 14px;
  max-width: 25px;
}

.top-cart li a {
  text-decoration: none;
}

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

.login-top-btn .login-btn {
  border: 1px solid #BDC4D4;
  border-radius: 40px;
  position: relative;
  padding: 10px 20px;
  background-color: transparent;
  font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--blacK);
  transition: .3s ease-out;
  margin-right: 20px;
}

.login-top-btn .login-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);

}

.login-top-btn .get-btn {
  border: 0;
  border-radius: 40px;
  position: relative;
  padding: 10px 20px;
  background-color: var(--primary-color);
  font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--white);
  transition: .3s ease-out;
}

.login-top-btn .get-btn:hover {
  background-color: var(--secondary-color);
  color: var(--blacK);


}

/* Header Css End*/

/* Home Page Css start*/
.home-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  /* min-height: 90vh; 
  padding: 100px 0 0;*/
  display: flex;
	padding-top:50px;
  align-items: center;
  border-bottom: 1px solid #E2EBED;
}

.home-banner h1 {
  font-size: calc(30px + (72 - 30) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--blacK);

}

.home-banner h1 span {
  color: var(--primary-color) !important;
}

.home-banner p {
  font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--white);
  padding-bottom: 40px;
}

.banner-btn {
  display: flex;
}

/* Home Page Css End*/
.bg-light {
  background-color: #dfedff !important
}

#main {
  margin-top: 0 !important;
}

.common-title {
  font-size: calc(26px + (52 - 26) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  color: var(--secondary-color);
  padding-bottom: 20px;
}

.common-text {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--textlightcolor);
  padding-bottom: 20px;
}

/* About Page Css Start*/
.inner-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  opacity: 0.7;
  z-index: -1;
}

.inner-banner h2 {
  font-size: calc(24px + (50 - 24) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  color: var(--white);
  padding: 0;
  margin: 0;
  line-height: 1;
}

.inner-banner p {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}

/* About Page Css End*/

/* stayup-sec Css Start*/
.stayup-sec {
  position: relative;
  padding-bottom: 30px;

}

.stayup-sec .stayup-bg {
  /* padding: 100px 50px; */
  padding: 0;
  background-color: var(--secondary-color);
  border: 0;
  border-radius: 9px;
  overflow: hidden;
}

.stayup-sec h4 {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--blacK);
  margin-bottom: 15px;
}

.stayup-sec p {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--font-color);

	margin:0;
}

.stayup-sec span {
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 300;
  color: var(--font-color);
  margin-bottom:0;
}

.stayup-sec .stayup-form input {
  background-color: var(--white);
  padding: 13px 20px;
  width: 100%;
  position: relative;
  border: 0;
  box-shadow: none;
  border-radius: 9px;
  outline: 0;
  color: #1f1f1f;
		margin:0;
}

.stayup-sec .stayup-form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.stayup-sec .stayup-form .sbt-up {
  background-color: var(--primary-color);
  font-size: 15px;
  color: var(--white);
  border: 0;
  border-radius: 9px;
  padding: 13px 25px;
  margin-right: 0;

}
.stayup-sec .stayup-form input[type="submit"] {
  background-color: var(--primary-color);
  font-size: 15px;
  color: var(--white);
  border: 0;
  border-radius: 9px;
  padding: 13px 25px;
  margin-left: 10px;
	width:25%;
}

/* stayup-sec Css End*/
/* category-blog Css STart*/
.category-blog {
  position: relative;
}

.category-box {
  position: relative;
}

.category-box-img img {
  width: 100%;
  position: relative;
  height: 200px;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 10px 10px 0 0;
}

.category-box .more-btn {
  position: absolute;
  left: 20px;
  top: 12px;
  background-color: var(--secondary-color);
  font-size: 14px;
  color: #3D4557;
  font-weight: 400;
 /* display: inline-block; */
  padding: 8px 20px;
	display:none;

}



.category-box .auth-tag-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.category-box .date {
  font-size: 14px;
  font-weight: 400;
  color: var(--blacK);
  text-decoration: none;
}

.category-box label {
  font-size: 14px;
  font-weight: 400;
  color: var(--blacK);
  display: none;
}

.category-box h6 {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--blacK);
}

.category-box p {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--font-color);
}

/* stayup-sec Css End*/


/* Blog Page Css Start */

.sec-news {
  position: relative;
  padding: 30px 0;
}

.sec-news label {
  font-family: "The Bustonh";
  font-size: 27px;
  color: #313341;
}

.sec-news h4 {
  font-size: calc(26px + (42 - 26) * ((100vw - 300px) / (1920 - 300)));
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 40px;
}

.sec-news .news-box {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  /* background-color: var(--white);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15); */
  text-align: left;
}

.sec-news .news-box .news-img {
  position: relative;
}

.sec-news .news-box .date::before {
  content: "";
  position: absolute;
  right: -59px;
  width: 0;
  height: 0;
  border-bottom: 50px solid var(--white);
  border-right: 60px solid transparent;
  top: 0;
}

.sec-news .news-box .news-img img {
  width: 100%;
  position: relative;
}

.sec-news .news-box .news-text {
  padding: 25px;
}

.sec-news .news-box .date {
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: #111;
  line-height: 30px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  width: 50%;
}

.sec-news .news-box .news-text h6 {
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  color: var(--blacK);
  line-height: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.sec-news .news-box .news-text p {
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
}

.news-box span {
  background-color: var(--secondary-color);
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  color: var(--blacK);
  display: inline-block;
  padding: 5px 20px;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.sec-news .news-box .news-text a {
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 24px;
  margin-bottom: 10px;
  text-align: left;
}

.news-box-1 {
  position: relative;
}

.news-box-1 .news-img img {
  width: 100%;
  position: relative;
  height: auto;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 10px 10px 0 0;
}

.news-box-1 .auth-tag-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.news-box-1 .date {
  font-size: 14px;
  font-weight: 400;
  color: var(--blacK);
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.news-box-1 label {
  font-size: 14px;
  font-weight: 400;
  color: var(--blacK);
}

.news-box-1 h6 {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--blacK);
  margin-top: 25px;
}

.news-box-1 p {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--font-color);
}

.news-box-1 .btn-more {
  position: absolute;
  left: 20px;
  top: 12px;
  background-color: var(--secondary-color);
  font-size: 14px;
  color: #3D4557;
  font-weight: 400;
 /* display: inline-block;*/
  padding: 8px 20px;
	 display: none;
}

.author-info-box {
  display: grid;
  position: absolute;
  bottom: -18px;
  left: 11px;
}

.author-info-box .avatar-img {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  margin-bottom: 10px;
  display: none;
}

.author-name {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: inline-block;
}

/* New Blog Css start */

.blog-page-ctm {
  padding-top: 80px;
  padding-bottom: 50px;
  /* padding:60px 0 */
}

.full-post-img {
  width: 100%;
  /* margin-bottom: 30px; */

}

.post-inner-cont {
  margin-bottom: 40px;
}

.post-inner-cont .blog-p-content {
  /* border-top: 1px solid #ccc;
    padding-top:30px; */
  margin-top: 25px;
}

.post-inner-cont-ctm {
  /* padding: 25px 25px 40px; */
  margin-bottom: 40px;
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
  text-align: left;
}

.post-inner-cont-ctm .blog-p-content {
  padding: 25px;
}

.meta-box-ctm {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}

/* .author-name-ctm:after {
    content: "|";
    margin-left: 12px;
    margin-right: 12px;
  } */
.post-section {
  position: relative;
  padding: 60px 0;
  background-color: var(--white);
}

.ctm-post-title {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: var(--blacK);
  line-height: 30px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1;
}

.extra-sp {
  padding-top: 100px;
}

.post-inner-cont img {
  width: 100%;
  height: auto;
}

.p-short-desc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
}

.post-inner-cont-ctm .small-ctm-img {
  position: relative;
}

.post-inner-cont-ctm .small-ctm {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  line-height: 30px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  width: 50%;
}

.entry-title {
  font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  color: var(--secondary-color);
}

.post-inner-cont-ctm .small-ctm::before {
  content: "";
  position: absolute;
  right: -59px;
  width: 0;
  height: 0;
  border-bottom: 50px solid var(--white);
  border-right: 60px solid transparent;
  top: 0;
}

.author-avatar {
  margin-right: 10px;
}

.blog-p-content a {
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 24px;
  margin-bottom: 10px;
  text-align: left;
}

#blog-sidebar .widget {
  background-color: #fff;
  padding: 22px;
}

#blog-sidebar .widget-title {
  margin-top: 0;
}

#blog-sidebar .widget_categories li a {
  color: #020b19;
  display: block;
  padding: 26px 0px;
  border-bottom: 1px solid #ececec;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
}

#blog-sidebar .widget_categories li:last-child a {
  border-bottom: 0px solid #ececec;
}

#blog-sidebar .widget-title {
  font-size: 25px !important;
  font-weight: bold;
}

.mv-img {
  width: 123px;
}

.recent-view-post {
  background-color: #fff;
  padding: 22px;
}

.mv-posts {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}

.mv-posts .mv-img {
  flex: 1 0 125px;
  max-width: 125px;
}

.mv-content {
  width: 100%;
  position: relative;
  margin-left: 14px;
}

.mv-content h4 {
  margin: 0;
  line-height: 24px;
}

.mv-content h4 a {
  color: #020b19;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.mv-views-date {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #242529;
}

.mv-widget-title {
  margin-bottom: 30px;
}

.pi-ctm {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}


.pi-ctm .page-numbers.current {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white);
  font-weight: 500;
}

.pi-ctm .page-numbers {
  padding: 7px 16px;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
}

.post-banner {
  position: relative;
  padding: 0;
  /* padding: 150px 0 80px; */
  background-color: #D4DDFF;
  /* background: var(--primary-color); */
  min-height: auto;
  display: flex;
  align-items: center;

}

.post-banner h3 {
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 300;
  color: var(--blacK);
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.author-info {
  display: flex;
  align-items: center;
  margin: 0;
}

.author-info .author-avatar {
  width: 45px;
  height: 45px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 0;
}

.author-info .author-name {
  display: block;
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  text-transform: uppercase;
  color: var(--blacK);
  margin: 0;
}

.author-info .author-designation {
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  text-transform: capitalize;
  color: #81878C;
}

/* Blog Page Css End */



/* Footer Css Start*/
/* .main-footer{
   position: relative;
   background-color: #182540;
}
.main-footer .footer-top{
    background-color: #060E1E;
    padding-bottom: 40px;
}
.footer-bar{
    border-bottom: 1px solid #8F98AA;
    padding: 25px 0;
    font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1920 - 300)));
	font-weight:500;
	color:var(--white);
}

.foot-title{
    padding-bottom: 30px;

}
.foot-title h5{
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    margin: 0;
}
.foot-menu ul {
    padding: 0;
    margin: 0;
}
.foot-menu ul li{
    list-style:none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:12px;
    
}
.foot-menu ul li a{ 
    color:#e7e5ea;
}
.foot-logo img{
    margin-bottom:30px;    
    max-width: 220px;
}
.foot-logo p{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white);
    margin-top:15px;
    margin-bottom:25px;
    padding-right: 50px;
}
.menu li a:active{
    color: var(--white);
}
#footer .menu-item a[aria-current=page] {
    color: #ffffff!important;
}

.copyright{
    padding-top:100px;
    padding-bottom:20px;
}
.copyright p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
} */

.main-footer .footer-top {
  background-color: #060E1E;
  padding: 40px 0 80px 0;
  position: relative;
	display:none;
}

.main-footer .footer-top::before {
  position: absolute;
  content: "";
  background-color: #8f98aa;
  width: 100%;
  height: 1px;
  top: 100px;
}

.main-footer .footer-top .footer-top-heading h6 {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}

.main-footer .footer-top .footer-menu-links ul {
  padding: 0;
}

.main-footer .footer-top .footer-menu-links ul li {
  list-style: none;
}

.main-footer .footer-top .footer-menu-links h6 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 22px;
}

.main-footer .footer-top .footer-menu-links ul li {
  margin-bottom: 12px;
}

.footer-menu-links ul {
  padding: 0;
}

.footer-menu-links ul li {
  list-style: none;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
}

.main-footer .footer-top .footer-menu-links ul li a {
  text-decoration: none;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
}

.main-footer .footer-bottom {
  background-color: #000;
  padding: 80px 0 20px 0;
}

.main-footer .footer-bottom .footer-menu-links h6 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.main-footer .footer-bottom .footer-menu-links ul li {
  margin-bottom: 12px;
}

.main-footer .footer-bottom .footer-menu-links ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

.main-footer .footer-bottom .footer-logo {
  display: inline;
}

.main-footer .footer-bottom .footer-rights {
 /* display: inline-block;*/
  padding-left: 30px;
}

.main-footer .footer-bottom .footer-rights p {
 font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white);
}

.main-footer .footer-bottom .footer-language {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-footer .footer-bottom .footer-language p {
  margin-bottom: 0;
  color: #fff;
}

/* Footer Css End*/



.post-section {
  padding: 60px 0;
  background: #f8f9fc;
}

/* Sidebar */


/* Content */
.post-inner-cont {
  /* background: #fff; */
  padding: 30px;
  border-radius: 10px;
}

.post-title {
  font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: var(--blacK);
  margin-bottom: 15px;
}

.post-content {
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
  /* line-height: 1.8; */
  color: var(--font-color);
}

/* Featured Image (Blue Box style) */
.toc-sidebar {
  /* background: #fff; */
  padding: 0;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}

.toc-sidebar h5 {
  font-weight: 600;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .toc-sidebar ul {
  list-style: none;
  padding: 0;
}

.toc-sidebar ul li {
 
} */

/* .toc-sidebar ul li:hover {
  color: #2d5bff;
} */

.toc-sidebar .toc-btn {
  display: block;
  margin-top: 20px;
  background: #2d5bff;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

#dynamic-toc {
  list-style: none;
  padding: 0;

}

#dynamic-toc li {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  padding: 10px 0;
  color: #6B6B6B;
  cursor: pointer;
  font-weight: 400;
  border-bottom: 1px solid #EBEBEB;
}

#dynamic-toc li a {
  /* display: list-item; */
  padding: 0;

  text-decoration: none;
  color: #6B6B6B;
  transition: all 0.3s ease;
}

#dynamic-toc li a:hover {
  background: #f2f4f8;
}

#dynamic-toc li a.active {
  /* background: #eef2ff; */
  color: #2d5bff;
  /* font-weight: 600; */
}


.step-num{
	display:none;
}

.mob-nav {
  display: none;
}

.ma5menu__toggle {
  display: none !important;
}

@media (max-width: 1400px) {

  .navbar-nav .nav-link {

    margin: 0 4px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .ma5menu__toggle {
    display: block !important;
  }

  .navbar-nav {
    display: none;
  }

  .header-search {
    display: none;
  }

  .login-top-btn {
    display: none;
  }

  .top-cart {
    display: none;
  }

  .home-sec1 {
    padding: 30px 0 0;
    min-height: auto;
  }


  .inner-banner {
    padding: 150px 0 80px;
    position: relative;
    min-height: auto;
  }

}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 150px;
  }

  .banner-btn {
    display: grid;
  }

  .home-sec1 {
    padding: 30px 0 0;
  }

  .home-sec2 {
    padding: 40px 0;
    position: relative;
  }
	.stayup-sec .stayup-form .form-group{
		display:grid;
	}
	.stayup-sec .stayup-form input[type="submit"] {
		width:100%;
		margin:0;
	}

}

/* Display None */
.header-search {
  display: none;
}

.navbar-nav {
  display: none;
}

.top-cart {
  display: none;
}
.ma5menu__toggle{
	display:none!important;
}
.wpcf7-form p {
  display: contents;
}