/*
    Theme Name: Currentstudy
    Theme URI: https://currentstudy.in/
    Author: Currentstudy
    Description: Currentstudy relate government topic!
    Version: 1.0.0
    Text Domain: currentstudy
    Currentstudy WordPress Theme, Copyright 2026
*/

@font-face {
  font-family: 'arm-reg';
  src: url('assets/fonts/arial-mt/ARIALROUNDEDMT.TTF');
}
@font-face {
  font-family: 'arm-bold';
  src: url('assets/fonts/arial-mt/ARIALROUNDEDMTEXTRABOLD.TTF');
}
/*====================== 1. Basic ========================*/ 
html, body{
    margin: 0 !important;
    padding: 0 !important;
}     
body {
    font-family: "arm-reg", sans-serif;
    font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #0D1C29;
	letter-spacing: 0.5px;
    background: #EDF3F8;
}
body.customize-support, body.customize-support .main-leftbar {
    margin-top: 32px !important;
}
a, a:hover, a:active, a:focus,
.btn, .btn:focus, button, button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a{
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
    max-width: 100%;
    width: 100%;
}
/*========================== End Basic ============================*/

/*========================== 3. START PRELOADER ============================*/
#modal_preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(255,255,255,0.8);
}
#modal_preloader .modal-preloader-inner {
    width: 290px;
    margin: auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#modal_preloader .std-progress-bar {
  width: 100%;
  background-color: #ddd;
  border-radius: 0px;
  display: block;
  height: 15px;
}

#modal_preloader .std-progress {
    height: 100%;
    width: 0;
    transition: width 0.3s ease;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    position: relative;
    border-radius: 0px;
}
#modal_preloader .std-progress span {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 16px;
    font-weight: 600;
    color: #BF0808;
    display: none;
}
#modal_preloader .std-progress span::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #1A9BAB;
}
div#modal_preloader .modal-preloader-inner h3 {
    margin: auto;
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
}
div#modal_preloader .modal-preloader-inner h4.modal-downmsg {
    margin: auto;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 500;
}
@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes preloader {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes preloader {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*========================== END PRELOADER ============================*/

/*========================== 2. Start Common ============================*/      
.section {
    padding: 80px 0;
    position: relative;
}
.bg{
	background-color: #EDF3F8;
}
.common-title h2{
	position: relative;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -2px;
}
.common-title h2::after {
    content: '\f0eb';
    height: 40px;
    display: block;
    margin: 10px auto;
    background-size: contain;
    width: 40px;
    background-repeat: no-repeat;
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 42px;
    color: #169AB0;
}
.custom-btn {
    border: 1px solid #28a745 !important;
    color: #fff !important;
    height: 48px;
    padding: 6px 20px !important;
    font-size: 16px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
    border-radius: 4px;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    box-shadow: 0 10px 20px -7px rgba(100, 167, 73, 0.5);
}
.custom-btn:hover,
.custom-btn:focus{
    background-image: linear-gradient(106deg, #149ab3, #64a749);
}
.comm-effect-before,
.comm-effect-after{
    position: relative;
}
.comm-effect-before::before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    background: url(assets/images/effect.png);
    z-index: 4;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 24px;
}
.comm-effect-after::after {
    position: absolute;
    content: '';
    bottom: unset;
    left: 0;
    background: url(assets/images/effect.png);
    z-index: 4;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 24px;
    top: -2px;
    transform: rotate(180deg);
}
.mt-30{
    margin-top: 30px;
}
.bd-100{
    max-width: 100% !important;
}
.navbar .cg-logobar a img {
    width: 250px;
    height: auto;
}
.mli-menubar ul li a img {
    height: 22px;
    margin-right: 7px;
    width: auto;
    margin-top: -5px;
}
/*========================== End Common ============================*/
/*==========================  3. Start Navigation ============================*/      
.custom-navbar {
    /*background-color: #433069;*/
    background-color: #fff;
    z-index: 999;
    padding: 15px 0;
}
.custom-navbar .navbar-nav li a.nav-link, .custom-navbar .navbar-collapse ul li a {
    color: #433069;
    font-size: 16px;
    line-height: 20px;
    background-color: transparent;
    margin: 0 15px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    padding: 0;
    text-transform: capitalize;
    display: inline-block;
}
.custom-navbar .navbar-toggler {
    color: #7BB668;
	padding: 0px;
    font-size: 22px;   
}
.custom-navbar a.logo-text {
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
.custom-navbar a.logo-text:hover {
    background-image: linear-gradient(106deg, #149ab3, #64a749);
}
.navbar img {
    width: 100px;
}
.custom-navbar .navbar-nav li a:hover,
.custom-navbar .navbar-collapse ul li a:hover,
.custom-navbar .navbar-collapse ul li a.active,
.custom-navbar .navbar-nav li a.active {
    color: #64a749;
}
.custom-navbar .navbar-nav li:last-child a.nav-link,
.custom-navbar .navbar-collapse ul li:last-child a{
    margin-right: 0;
}
.custom-navbar .navbar-nav li, .custom-navbar .navbar-collapse ul li {
    align-self: center;
}
.custom-navbar .navbar-collapse .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto !important;
    justify-content: end;
}
.menu-top-menu-container {
    width: 100%;
    margin-left: 50px;
}
.custom-navbar .navbar-collapse ul li a::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    display: none;
}
.custom-navbar .navbar-collapse ul li.current-menu-item a::before {
    display: block;
}
.custom-navbar .navbar-collapse ul li.current-menu-item a {
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.custom-navbar .navbar-collapse ul li.current-menu-item a:hover{
    border-bottom-color: transparent;
}
.custom-navbar.sticky_navibar_active {
    display: block;
}
.sticky_navibar_active{
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9999;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-300px);
    }
    100% {
        transform: translateY(0px);
    }
}
/*==========================  End Navigation ============================*/
/*==========================  4. Start Banner ============================*/
.banner {
    background: #169AB0;
	position: relative;
}
.banner-height {
    min-height: calc(100vh - 106px);
}
.banner .banner-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    text-transform: capitalize;
    font-family: "arm-bold", sans-serif;
}
.banner .banner-title span{
    color: #64a749;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner .banner-desc {
    line-height: 30px;
    font-size: 20px;
    color: #CFD2D4;
    margin-bottom: 30px;
}
.banner .banner-detail h3{
    font-size: 18px;
    font-weight: 600;
    color: #64a749 !important;
    line-height: 24px;
    margin-bottom: 15px;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-search {
    position: relative;
}
.banner-search input[type=text] {
    height: 48px;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    font-style: normal;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    background: #fff;
    flex: 1;
    margin-right: 10px;
}
.banner-detail {
    max-width: 70%;
    margin: auto;
    text-align: center;
}
.layer{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.layer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: -1;
}
.banner-search-form form {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
}
.banner-detail .custom-btn {
    background: #0d1c29 !important;
    border: 1px solid #0d1c29 !important;
    box-shadow: none !important;
}
/*==========================  End Banner ============================*/
/*==========================  5. Start About ============================*/
.blog{
	position:relative;
    overflow: hidden;
}
.blog .vt-blog-item {
    margin-top: 30px;
    overflow: hidden;
}
.blog .vt-blog-thumb {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
/*.blog .vt-blog-thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}*/
.blog.blog-home .vt-blog-thumb img {
    border-radius: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
     transition: 0.4s;
}
.blog.blog-home .vt-blog-thumb:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.blog .vt-blog-thumb img {
    border-radius: 0px;
}
.blog .vt-blog-date {
    position: absolute;
    top: 0px;
    width: auto;
    background: #fff;
    color: #000;
    border-radius: 0 0 0 0px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    right: 0px;
    margin: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    height: auto;
    display: inline-flex;
    z-index: 1;
}
.blog .vt-blog-date .date {
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
}
.cg-publish-date {
    padding: 7px 7px 0;
    font-size: 28px;
    font-weight: bolder;
    line-height: 28px;
}
.cg-publish-year {
    background: #ff0000;
    padding: 4px;
    margin-top: 5px;
    color: #fff;
}
.blog .vt-blog-date .date b{
    font-size: 24px;
}
.blog .vt-blog-info {
    background: #fff;
    padding: 20px;
    margin-top: -20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    border-radius: 8px;
}
.blog .vt-blog-info h2, .blog .vt-blog-info h2 a {
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #0D1C29;
}
.blog .vt-blog-info h2:hover, .blog .vt-blog-info h2 a:hover,
.single-sidebar .sidebar-postdata h2:hover, .single-sidebar .sidebar-postdata h2 a:hover {
    color: #169AB0;
}

.blog .vt-blog-preview-desc p, .blog .vt-blog-preview-desc ul li,
.blog .vt-blog-preview-desc ol li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    color: #0D1C29CC;
}
.blog .vt-blog-preview-desc ol li ul li {
    margin-bottom: 0px;
}
.blog.blog-home .vt-blog-preview-desc p{
    margin: 0;
}
.blog a.vt-blog-preview-btn {
    margin-top: 18px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #0D1C29CC;
}
.blog a.vt-blog-preview-btn i{
    margin-left: 5px;
}
.quote-icon img {
    width: 64px !important;
}
.quote-icon {
    margin-bottom: 20px;
}
.vt-blog-info ul.vt-blog-meta {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}
.vt-blog-info ul.vt-blog-meta li {
    list-style: none;
    margin-right: 15px;
    position: relative;
    color: #0D1C29CC;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-left: 1px dashed #c5c5c5;
    padding-left: 15px;
    line-height: 16px;
}
.vt-blog-info ul.vt-blog-meta li i {
    margin-right: 3px;
    opacity: 0.5;
    color: #0D1C29CC;
}
.blog-single .nav-links {
    margin-top: 30px;
    background: #fff;
    overflow: hidden;
    display: block;
    border-radius: 4px;
}
.blog-single .nav-links .nav-previous {
    border-right: 1px solid #e5e2e2;
    text-align: left;
    padding-left: 30px !important;
}
.blog-single .nav-links .nav-previous a, .blog-single .nav-links .nav-next a {
    color: #0D1C29CC;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.blog-single .nav-links .nav-previous a:before {
    left: 10px;
    content: '\f100';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}
.blog-single .nav-links .nav-next {
    text-align: right;
    padding-right: 30px !important;
    border-left: 1px solid #e5e2e2;
}
.blog-single .nav-links .nav-previous, .blog-single .nav-links .nav-next {
    padding: 15px;
    position: relative;
    width: 50%;
    float: left;
}
.blog-single .nav-links .nav-next a:before {
    right: 10px;
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}
.blog-single h3.comment-reply-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.blog-single .comments-area .comment-notes {
    color: #f00;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
}
.blog-single .comments-area p label {
    color: #0D1C29CC;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.blog-single .comments-area .comment-form-author input, 
.blog-single .comments-area .comment-form-email input, 
.blog-single .comments-area .comment-form-url input,
.blog-single .comments-area textarea {
    height: 42px;
    font-size: 14px;
    border: 4px solid #dae8f4;
    border-radius: 4px;
    width: 100%;
    background: #fafcfd;
    padding: 10px 15px;
    font-weight: 400;
    color: #000;
}
.blog-single .comments-area textarea{
    min-height: 150px;
    height: auto;
    resize: none;
}
.blog-single .comments-area {
    margin-top: 50px;
}
.blog-single .comments-area p.form-submit input {
    border: 1px solid #28a745 !important;
    color: #fff !important;
    height: 48px;
    padding: 6px 20px !important;
    font-size: 16px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
    border-radius: 4px;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    box-shadow: 0 10px 20px -7px rgba(100, 167, 73, 0.5);
    cursor: pointer;
}   
.blog-single .comments-area p.form-submit input:hover {
    background-image: linear-gradient(106deg, #149ab3, #64a749);
}
.blog-single .comments-area h3#comments {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}
.blog-single .comments-area .comment-author.vcard img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.blog-single .comments-area .comment-author.vcard {
    margin-bottom: 10px;
}
.blog-single .comments-area .comment-meta.commentmetadata a, .blog-single .comments-area .reply a,
.blog-single .comments-area .comment-author.vcard cite.fn a, .blog-single .comments-area .comment-respond p.logged-in-as a {
    color: #169AB0;
}
.blog-single .comments-area ol.commentlist ul.children {
    margin-top: 10px;
}
.blog-single .comments-area .commentlist .comment{
    margin-bottom: 10px;
}
.blog-single .vbi-title {
    margin-bottom: 24px;
}
.blog-single .blockqut {
    border: 1px dotted #000;
    border-radius: 12px;
    padding: 15px;
}
.blog-single .blockqut p {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}
.blog-single .blockqut p:last-child {
    margin: 0;
}
.blog-single .vt-blog-preview-desc h6 {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
.single-sidebar.single-sidebar-home .sidebar-title {
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    box-shadow: 0 10px 20px -7px rgba(100, 167, 73, 0.);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}
.single-sidebar.single-sidebar-home {
    margin-top: 30px;
}
.sidebar-catlist.sidebar-catlist-pdf ul li a i {
    margin-right: 7px;
    color: #ff0000;
}
.sidebar-catlist.sidebar-catlist-pdf ul li a[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.vt-blog-info ul.vt-blog-meta li.vt-blog-category-name ul li {
    margin: 0;
    padding: 0;
    border: none;
}
.vt-blog-info ul.vt-blog-meta li.vt-blog-category-name ul li a{
    display: inline-block;
    color: #169AB0;
}
.vt-blog-info ul.vt-blog-meta li.vt-blog-category-name ul {
    display: inline-block;
}
.banner .banner-title ul li a {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    color: #fff;
    text-transform: capitalize;
}
.custom-post-pagination .pagination .nav-links .page-numbers {
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    line-height: 38px;
    margin: 0 1px;
}
.custom-post-pagination .pagination .nav-links .page-numbers:hover {
    background-image: linear-gradient(106deg, #149ab3, #64a749);
}
.custom-post-pagination .pagination {
    justify-content: center;
    margin-top: 50px;
}
.custom-post-pagination .pagination .nav-links .page-numbers.prev,
.custom-post-pagination .pagination .nav-links .page-numbers.next {
    background-image: none;
    background-color: transparent !important;
    width: auto;
    color: #000;
}
.mt-50{
    margin-top: 50px;
}
.custom-post-pagination .pagination .nav-links .page-numbers.current {
    opacity: 0.6;
}
.single-sidebar .single-sidebar-inner {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.single-sidebar .single-sidebar-inner:last-child {
    margin-bottom: 0px;
}
.single-sidebar .single-post-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.single-sidebar .single-post-list:last-child {
    margin-bottom: 0px;
}
.single-sidebar .sidebar-postimg {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    background: #EDF3F8;
}
.single-sidebar .sidebar-postimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-sidebar .sidebar-postdata {
    flex: 1;
    padding-left: 10px;
    align-self: center;
}
.single-sidebar .sidebar-postdata h2, .single-sidebar .sidebar-postdata h2 a {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #0D1C29;
}
.single-sidebar-inner h3.sidebar-title{
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    /*font-weight: 600;*/
    letter-spacing: 0.5px;
    color: #0D1C29;
    margin-bottom: 15px;
}
.sidebar-catlist ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3px;
    color: #0D1C29CC;
    display: inline-block;
}
.sidebar-catlist ul li a:hover {
    color: #169AB0;
}
.sidebar-catlist ul li:last-child a {
    margin: 0;
}
.no-search-found p{
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}
.eror-icon i {
    font-size: 60px;
    color: #64a749;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.no-search-found h4 {
    color: #0D1C29;
    text-transform: capitalize;
    letter-spacing: 0.2em;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 24px;
    text-align: center;
}
.comments-area ol.commentlist {
    background: #fff;
    padding: 20px 20px 20px 40px;
}
.comments-area a#cancel-comment-reply-link {
    color: #ff0000;
}
.blog .vt-blog-thumb::after {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    border-radius: 8px;
    z-index: 0;
}
.vt-blog-preview-desc ul li {
    list-style: inside;
}
.vt-blog-preview-desc img {
    max-width: 100%;
    width: auto;
    margin: 30px 0;
}
.blog.blog-single .vt-blog-info h2, .blog.blog-single .vt-blog-info h2 a{
    font-size: 32px;
    line-height: 36px;
}
.blog.blog-single .vt-blog-info h3{
    font-size: 28px;
    line-height: 32px;
}
.blog.blog-single .vt-blog-info h4{
    font-size: 24px;
    line-height: 28px;
}
.blog.blog-single .vt-blog-info h5{
    font-size: 20px;
    line-height: 24px;
}
.blog.blog-single .vt-blog-info h6{
    font-size: 16px;
    line-height: 20px;
}
/*==========================  End About ============================*/
/*==========================  6. Start Footer ============================*/
footer {
    align-self: end;
}
.bottomfooter{
    background-color: #182233;
    padding: 65px 0;
}
.footlogo .footlogo-iner img {
    width: 250px;
    margin-bottom: 10px;
    height: auto;
}
.footlogo ul li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
}
.footlogo ul li a:hover {
    background-image: linear-gradient(106deg, #149ab3, #64a749);
}
.footlogo ul li a img{
    height: 24px;
    width: auto;
    margin-bottom: 0;
}
.footlogo ul li{
    margin-right: 4px;
}
.footlogo ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}
.footlogo {
    margin-bottom: 20px;
}
.footlogo ul li:last-child{
    margin-right: 0px;
}
.foot-detail.fd-foot-detail h4 {
    color: #64a749 !important;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.foot-detail.fd-foot-detail ul li a {
    display: inline-block;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.foot-detail.fd-foot-detail ul li{
    display: flex;
    align-items: center;
    margin: 4px 8px;
    border-right: 1px dotted rgba(255,255,255,0.85);
    padding-right: 8px;
}
.foot-detail.fd-foot-detail ul li:last-child{
    border-right: 0px;
    padding-right: 0;
}
.foot-detail.fd-foot-detail ul li img {
    height: 20px;
    margin-right: 10px;
    align-self: baseline;
    width: auto;
}
.footer-copyright p {
    color: rgba(255,255,255,0.85);
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 300;
}
.footer-copyright {
    padding: 30px 0;
    margin-top: 0;
    background: #141b27;
}
.footlogo ul li a i {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.footlogo a.logo-text {
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
.footlogo a.logo-text:hover {
    background-image: linear-gradient(106deg, #149ab3, #64a749);
}
.fd-foot-detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*==========================  End Footer ============================*/
/*==========================  7. Start Contact ============================*/
.contact-form .form-control {
    border: 1px solid #D0D5DD;
    border-radius: 0;
    height: 48px;
    background: #F8F9FA;
}
.contact-sec .contact-form textarea.form-control {
    height: auto;
	min-height:120px;
    resize: none;
    padding: 0.75rem;
}
.contact-sec .contact-form .form-control {
	border: 1px solid #D0D5DD;
    border-radius: 0;
    height: 48px;
    background: #F8F9FA;
	font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #0D1C29;
}
.contact-sec .contact-form .form-control:focus {
    border: 1px solid #000;
}
.contact-sec .contact-form label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.no-cm-boxshadow:focus{
    box-shadow: none;
    outline: none;
}
.contact-form {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}
.common-saperator span {
    display: inline-block;
    height: 2px;
    width: 85px;
    background: #EAD3BC;
    margin: auto;
}
.contact-page-inner input[type="text"], .contact-page-inner input[type="email"], .contact-page-inner textarea {
    font-size: 14px;
    border: 4px solid #dae8f4;
    border-radius: 4px;
    width: 100%;
    background: #fafcfd;
    padding: 10px 15px;
    font-weight: 400;
    color: #000;
}
.contact-page-inner textarea{
    min-height: 200px;
    resize: none;
}
.contact-page-inner input[type="submit"] {
    border: 1px solid #28a745 !important;
    color: #fff !important;
    height: 48px;
    padding: 6px 20px !important;
    font-size: 16px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
    border-radius: 4px;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749 !important;
    box-shadow: 0 10px 20px -7px rgba(100, 167, 73, 0.5);
    cursor: pointer;
}
.contact-page-inner {
    width: 50%;
    margin: auto;
}
.contact-page-inner form label {
    width: 100%;
}
.contact-page-inner h3.contact-page-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #0D1C29;
    margin-bottom: 20px;
}
.vt-blog-preview-desc table, .vt-blog-preview-desc table td, .vt-blog-preview-desc table th {
    border: 1px solid #000;
    max-width: 100%;
    width: auto;
    margin: 30px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    background: #fff;
}
.vt-blog-preview-desc table td, .vt-blog-preview-desc table th {
    padding: 10px;
}
.section.sec-80 {
    padding-top: 50px;
}
/*==========================  End Contact ============================*/
/*==========================  8. Start Scroll-top ============================*/
.scroll-top {
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    display: none;
    height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 45px;
    z-index: 99;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749;
}
.scroll-top i:focus {
    color: #00173C;
}
.scroll-top:hover i {
    color: #00173C;
}
.scroll-top .fa-angle-up {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	font-size: 30px;
    line-height: 40px;
}
/*==========================  End Scroll-top ============================*/
/*===========================  10. Google Adds ============================*/
.google-ads-bottom-sticky {
    background: #fff;
    height: 100px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    border-top: 1px solid #EDF3F8;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    /*display: none;*/
}
.google-ads-bottom-sticky.active{
    bottom: -100px;
}
.google-ads-bottom-sticky button {
    top: -20px;
    position: absolute;
    left: 0;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background-image: linear-gradient(106deg, #64a749, #149ab3);
    background-color: #64a749;
}
/*===========================  10. End Google Adds ============================*/
/*===========================  11. Start Main leftbar ============================*/
.main-leftbar {
    background: #fff;
    width: 270px;
    padding: 20px 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 0;
    border-top: 3px solid #57A559;
}
.main-leftbar.active {
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
}
.main-wrapper {
    margin-left: 270px;
    padding: 0 0px;
    position: relative;
    min-height: 100vh;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}
.main-wrapper.active {
    margin-left: 0;
}
.mli-menubar ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: #0D1C29CC !important;
    display: inline-block;
    letter-spacing: 0px;
}
.mli-menubar ul li {
    padding: 0 15px;
    margin-bottom: 10px;
}
.mli-menubar ul li.leftbar-title {
/*    background-image: linear-gradient(106deg, #64a749, #149ab3);*/
    background-color: #169AB0  !important;
    box-shadow: 0 10px 20px -7px rgba(100, 167, 73, 0.);
    color: #fff;
    padding: 8px 15px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    border-left: 3px solid #5BA655;
    position: relative;
}
.mli-menubar ul li.leftbar-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    border-top: 5px solid #58A559;
    width: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
}
.mli-menubar ul {
    margin-bottom: 15px;
}
.mli-menubar ul li a i {
    margin-right: 7px;
}
.mli-menubar ul li a i.fa-file-pdf-o {
    color: #ff0000;
}
.mli-menubar ul.gk-ul li a i {
    color: #FEBC29;
}
.navbar .bar-toggler {
    display: block;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}
.navbar .bar-toggler .bar1, 
.navbar .bar-toggler .bar2, 
.navbar .bar-toggler .bar3 {
    width: 30px;
    height: 2px;
    background-color: #0d1c29;
    margin: 5px 0;
    transition: 0.4s;
}
.navbar .bar-toggler.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 3px);
    transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .bar-toggler.change .bar2 {
    opacity: 0;
}
.navbar .bar-toggler.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}
.mli-logo {
    background: #fff;
    margin-bottom: 30px;
}
.mli-logo-inner {
    text-align: center;
}
.mli-logo-inner img {
    width: 90px;
    margin: auto;
}
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #57A559; 
}
.main-leftbar ul.subroot-ul li {
    padding: 0;
}
.main-leftbar ul.subroot-ul {
    padding-left: 27px;
    margin-top: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
/*===========================  11. End Main leftbar ============================*/

/*===========================  12. chapters ============================*/
.school-studyinner-accordian .card{
    margin-bottom: 15px;
    border-radius: 8px;
}
.school-studyinner .card-header {
    padding: 0;
    background: #fff;
    border-radius: 8px;
}
.school-studyinner .card-header .btn-link {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
    color: #0D1C29CC;
    display: flex;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    word-wrap: break-word;
    white-space: normal;
    background: #fff;
    border-radius: 8px;
}
.school-studyinner .card-header .btn-link.active {
     background: #fbf5f5;
}
.school-studyinner .card-body .card-header {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
}
.school-studyinner .card-body.card-body-back {
    background: #EDF3F8;
    border-radius: 8px;
}
.card-body.card-body-back .chapter-pdf .chpname {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #0D1C29CC;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
}
.card-body.card-body-back .chapter-pdf .chpname:hover{
    background: #fbf5f5;
}
.card-body.card-body-back .chapter-pdf:last-child .chpname {
    margin-bottom: 0px;
}
.card-body.card-body-back .chapter-pdf .chpname span img {
    width: 40px;
    max-width: 40px;
    height: auto;
    margin-left: 15px;
}
.std-pdfmodal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.std-pdfmodal.show {
    display: block;
}
.std-pdfmodal .std-pdfmodal-inner{
    height: calc(100% - 40px);
    min-height: calc(100vh - 40px);
    min-height: -webkit-calc(var(--vh, 1vh) * 100 - 40px);
    min-height: -moz-calc(var(--vh, 1vh) * 100 - 40px);
    min-height: calc(var(--vh, 1vh) * 100 - 40px);
}
.std-pdfmodal .std-pdfmodal-inner-body {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.std-pdfmodal .std-pdfmodal-inner-body embed {
    width: 100%;
    height: 100%;
}
.std-pdfmodal .std-pdfmodal-inner-body img.modal-closeicon {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 8px;
    background: #fff;
    cursor: pointer;
}
.std-pdfmodal .std-pdfmodal-inner-body .pdfdownload-btn-common {
    background: #57A559;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    max-width: 176px;
}
.std-pdfmodal .std-pdfmodal-inner-body .pdfdownload-btn-common:hover {
    background-color: #169AB0;
}
.std-pdfmodal .std-pdfmodal-inner-body .pdfdownload-btn-common.pdfdownload-btn-down.disabled {
    background: #57A559;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
.school-studyinner .card-header .btn-link[aria-expanded="true"] span i {
    transform: rotate(180deg);
}
.std-pdfmodal-inner-body-buttons{
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    right: 0;
    margin: auto;
    text-align: center;
}
.std-pdfmodal .std-pdfmodal-inner-body .pdfdownload-btn-common.pdfdownload-btn-close{
    background: #bf0808;
}
.chapter-pdf-imglink{
    display: none;
}
.school-studyinner .card-header .btn-link span i {
    font-size: 27px;
}
.card .card-body .card-bodyinner {
    margin-bottom: 5px;
}
.card .card-body .card-bodyinner:last-child {
    margin-bottom: 0px;
}
.std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content{
    height: 100%;
    width: 100%;
    overflow: auto;
    text-align: center;
    border: 1px solid #000;
}
.std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content img.modal-conimg{
    max-width: 80%;
    margin: 0 auto;
    width: auto;
}
.std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content h4 {
    margin: 0;
}
.std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content .modal-noimg-msg{
    height: calc(100% - 30px);
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}
.std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content h4 i {
    color: #169AB0;
    font-size: 70px;
    margin-bottom: 15px;
}
.std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content h4 .h4-content {
    flex: 0 0 100%;
    padding: 0 15px;
}
.std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content h4 .h4-content span{
    font-size: 16px;
    line-height: 18px;
    display: block;
}
#std_pdfmodal_inner_body canvas{
    max-width: 100%;
}
.main-partcollapse .card-bodyinner .main-inner-partcollapse, .main-partcollapse  {
    display: none;
}
.school-studyinner-accordian .card:last-child {
    margin-bottom: 0;
}
.school-studyinner-view .card-view {
    padding: 15px 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.school-studyinner-view .card-header-view h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
    color: #0D1C29CC;
    word-wrap: break-word;
    white-space: normal;
    letter-spacing: 0.5px;
}
.school-studyinner-view .card-header-view a.book-viewBtn {
    background: #57A559;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 135px;
    padding: 10px 15px;
    text-align: center;
    margin-left: 15px;
}
.school-studyinner-view .card-header-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.school-study-view {
    margin-bottom: 10px;
}
.school-study-view:last-child {
    margin-bottom: 0px;
}
.banner.search-page .banner-title span {
    color: #fff !important;
    background-image: none !important;
    background-color: transparent !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
/*===========================  12. End chapters ============================*/

/*===========================  13. New Update ============================*/
.blog .blog-home-update .vt-blog-info {
    margin-top: 0;
    width: 100%;
}
.blog .blog-home-update .vt-blog-date {
    position: relative;
    top: unset;
    right: unset;
    background: #169AB0;
    min-width: 60px;
    justify-content: center;
    margin: unset;
    align-items: center;
    border-radius: 8px;
    margin-left: 15px;
    overflow: hidden;
    padding-bottom: 33px;
    color: #fff;
    height: 100px;
    align-self: center;
}
.blog .blog-home-update .vt-blog-infoinner {
    display: flex;
    justify-content: space-between;
}
.blog .blog-home-update .vt-blog-infoinner-data {
    flex: 1;
}
.blog .blog-home-update .date-year {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.blog .cg-publish-month {
    padding: 0 7px;
}
/*===========================  13. End New Update ============================*/


/*===========================  14. Responsive ============================*/
.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 30px;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1210px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}
@media (max-width: 1440px) {
    .std-pdfmodal .std-pdfmodal-inner-body .std-pdfmodal-inner-body-content img.modal-conimg{
        max-width: 100%;
    }
}
@media (max-width: 1199px) {
	.custom-navbar .navbar-nav li:last-child a.nav-link {
        margin-left: 30px;
    }
    .banner .banner-title {
        font-size: 40px;
        line-height: 50px;
    }
    .common-title h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .about li {
        margin-bottom: 15px !important;
    }
    .about h3 {
        font-size: 14px;
        margin: 0 0 20px;
        line-height: 22px;
    }
    .footer-contact h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .main-leftbar{
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
    }
    .main-leftbar.active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .main-wrapper, .main-wrapper.active{
        margin-left: 0;
    }
    .main-leftbar {
        top: 56px;
        height: calc(100% - 56px);
    }
}
@media (max-width: 991px) {
	.custom-navbar .navbar-nav li a {
		font-size: 14px;
	}
	.navbar-nav {
		margin: 15px 0;
	}
	.section {
		padding: 50px 0;
	}
    .section.cm-pb-60 {
        padding-bottom: 50px;
    }
    .bottomfooter {
        padding: 50px 0;
    }
	.custom-navbar .navbar-nav li a {
		margin: 0;
	}
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-navbar .navbar-nav li a.nav-link {
        margin: 10px;
    }
    .custom-navbar .navbar-nav li:last-child a.nav-link {
        margin-left: 10px;
        margin-right: 10px;
    }
    .ls-mb-768{
        margin-bottom: 30px;
    }
    .menu-top-menu-container {
        margin-left: 0;
    }
    .custom-navbar .navbar-collapse .menu {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .custom-navbar .navbar-nav li a.nav-link, .custom-navbar .navbar-collapse ul li a {
        margin-bottom: 15px;
    }
    .single-sidebar {
        margin-top: 20px;
    }
    div#mynav {
        padding-top: 30px;
    }
    .container {
        padding: 0 15px;
    }
    .cg-logobar {
        margin-right: auto;
    }
    .section.sec-80 {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .banner-detail {
        max-width: 100%;
    }
    .contact-page-inner {
        width: 100%;
    }
    .school-studyinner .card-header .btn-link {
        font-size: 18px;
        line-height: 24px;
    }
    .card-body.card-body-back .chapter-pdf .chpname {
        font-size: 16px;
        line-height: 22px;
    }
    .card-body.card-body-back .chapter-pdf .chpname span img {
        width: 30px;
        max-width: 30px;
    }
    .std-pdfmodal .std-pdfmodal-inner-body .pdfdownload-btn-common {
        padding: 10px 12px;
        width: auto;
        font-size: 14px;
    }
}
@media (max-width: 575px) {
	.banner .banner-title {
        font-size: 32px;
        line-height: 36px;
    }
    .custom-btn {
        height: 40px;
        padding: 6px 15px !important;
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .common-title h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .footer-contact h4 {
        font-size: 26px;
        line-height: 36px;
    }
    .footer-copyright p {
        font-size: 16px;
        line-height: 18px;
    }
    .footer-copyright {
        padding: 30px 0;
    }
    .common-title.inner-page-title h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .contact-form {
        margin-top: 30px;
    }
    .banner-search input[type=text] {
        height: 40px;
    }
    .blog-single .nav-links .nav-previous, .blog-single .nav-links .nav-next {
        width: 100%;
        float: none;
    }
    .blog-single .nav-links .nav-previous {
        border-bottom: 1px solid #e5e2e2;
        border-right: none;
    }
    .blog-single .nav-links .nav-next {
        border-left: none;
    }
    .blog-single .comments-area p.form-submit input {
        height: 40px;
        font-size: 14px !important;
        line-height: 24px !important;        
    }
    .m-order-1{
        order: 1;
    }
    .m-order-2{
        order: 2;
    }
    .blog.blog-single .vt-blog-info h2, .blog.blog-single .vt-blog-info h2 a{
        font-size: 28px;
        line-height: 32px;
    }
    .blog.blog-single .vt-blog-info h3{
        font-size: 24px;
        line-height: 28px;
    }
    .blog.blog-single .vt-blog-info h4{
        font-size: 20px;
        line-height: 24px;
    }
    .blog.blog-single .vt-blog-info h5{
        font-size: 18px;
        line-height: 22px;
    }
    .blog.blog-single .vt-blog-info h6{
        font-size: 16px;
        line-height: 20px;
    }
    .school-studyinner-view .card-header-view a.book-viewBtn {
        margin-left: 0;
    }
    .school-studyinner-view .card-header-view h4 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 414px) {
    .banner-detail .custom-btn {
        width: 100%;
        margin-top: 3px;
    }
    .banner-search input[type=text] {
        margin-right: 0;
    }
    .navbar .cg-logobar a img, .footlogo .footlogo-iner img {
        width: 230px;
    }
    .blog .vt-blog-info, .single-sidebar .single-sidebar-inner {
        padding: 15px;
    }
    #modal_preloader .modal-preloader-inner {
        width: 200px;
    }
}
/*===========================  End Responsive ============================*/
