/*
    Theme Name: Vivahbiodata Premium
    Theme URI: #
    Author: Vivahbiodata
    Description: Vivahbiodata relate marriage biodata!
    Version: 1.0.0
    Text Domain: vivahbiodata
    Vivahbiodata WordPress Theme, Copyright 2026
*/
@font-face {
  font-family: 'nn-el';
  src: url('assets/fonts/nunito/static/Nunito-ExtraLight.ttf');
}
@font-face {
  font-family: 'nn-eli';
  src: url('assets/fonts/nunito/static/Nunito-ExtraLightItalic.ttf');
}
@font-face {
  font-family: 'nn-l';
  src: url('assets/fonts/nunito/static/Nunito-Light.ttf');
}
@font-face {
  font-family: 'nn-li';
  src: url('assets/fonts/nunito/static/Nunito-LightItalic.ttf');
}
@font-face {
  font-family: 'nn-r';
  src: url('assets/fonts/nunito/static/Nunito-Regular.ttf');
}
@font-face {
  font-family: 'nn-m';
  src: url('assets/fonts/nunito/static/Nunito-Medium.ttf');
}
@font-face {
  font-family: 'nn-mi';
  src: url('assets/fonts/nunito/static/Nunito-MediumItalic.ttf');
}
@font-face {
  font-family: 'nn-sb';
  src: url('assets/fonts/nunito/static/Nunito-SemiBold.ttf');
}
@font-face {
  font-family: 'nn-sbi';
  src: url('assets/fonts/nunito/static/Nunito-SemiBoldItalic.ttf');
}
@font-face {
  font-family: 'nn-b';
  src: url('assets/fonts/nunito/static/Nunito-Bold.ttf');
}
@font-face {
  font-family: 'nn-bi';
  src: url('assets/fonts/nunito/static/Nunito-BoldItalic.ttf');
}
@font-face {
  font-family: 'nn-eb';
  src: url('assets/fonts/nunito/static/Nunito-ExtraBold.ttf');
}
@font-face {
  font-family: 'nn-ebi';
  src: url('assets/fonts/nunito/static/Nunito-ExtraBoldItalic.ttf');
}
@font-face {
  font-family: 'nn-i';
  src: url('assets/fonts/nunito/static/Nunito-Italic.ttf');
}
@font-face {
  font-family: 'nn-bl';
  src: url('assets/fonts/nunito/static/Nunito-Black.ttf');
}
@font-face {
  font-family: 'nn-bli';
  src: url('assets/fonts/nunito/static/Nunito-BlackItalic.ttf');
}

/*====================== 1. Basic ========================*/ 
html, body{
    margin: 0 !important;
    padding: 0 !important;
}  

body {
    font-family: "nn-r", sans-serif;
    font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	letter-spacing: 0.5px;
    background-color: #F5E8EF;
}
/*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 ============================*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #FC345A;
    background: linear-gradient(to bottom right, #FC345A, #FC872C);
}
#preloader .loader {
    bottom: 0;
    height: 220px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
#preloader .loader img{
    max-width: 100%;
    width: 100%;
}
/*========================== 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-family: 'nn-eb';
    color: #613c41;
}
.common-title h2::after {
   content: '';
    height: 82px;
    display: block;
    margin: 10px auto;
    background-size: contain;
    width: 120px;
    background-repeat: no-repeat;
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 42px;
    color: #9b0707;
    background-image: url(assets/images/vb-title-before.png);
}
.custom-btn {
    border: 1px solid #eb3d3d;
    color: #fff;
    padding: 6px 20px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #FF5A5A;
    cursor: pointer;
    min-width: 140px;
}
.custom-btn:hover,
.custom-btn:focus{
    background-color: #F69753;
    border-color: #ffb986;
    color: #fff;
}
.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: 70px;
}
.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: 70px;
    top: -2px;
    transform: rotate(180deg);
}
.mt-30{
    margin-top: 30px;
}
.bd-100{
    max-width: 100% !important;
}
.navbar .cg-logobar img {
    width: 250px;
    height: auto;
}
.mli-menubar ul li a img {
    height: 22px;
    width: auto;
    margin-top: -5px;
}
.mli-menubar ul li a .vb-menuicon-img {
    width: 30px;
    display: inline-block;
    margin-right: 8px;
}
/*========================== End Common ============================*/
/*==========================  3. Start Navigation ============================*/      
.custom-navbar {
    background-color: #F5F5F2;
    z-index: 999;
    padding: 15px 0;
}
.custom-navbar .navbar-nav li a.nav-link, .custom-navbar .navbar-collapse ul li a, .custom-navbar .navbar-collapse ul li {
    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-collapse ul li{
    margin-right: 0;
}
.custom-navbar .navbar-collapse ul li a {
    background: #FF5A5A;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #eb3d3d;
    font-weight: 500;
}
.custom-navbar .navbar-collapse ul li a:hover {
    background-color: #F69753;
    border-color: #ffb986;
}
.custom-navbar .navbar-toggler {
    color: #7BB668;
	padding: 0px;
    font-size: 22px;   
}
.custom-navbar a.logo-text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #FF5A5A ;
}
.navbar img {
    width: 100px;
}
.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.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 {
	position: relative;
}
.banner-height {
    min-height: calc(100vh - 106px);
}
.banner .banner-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 10px;
    letter-spacing: -2px;
    text-transform: capitalize;
    font-family: "nn-eb", sans-serif;
}
.banner.banner-back .banner-title {
    font-size: 78px;
    font-weight: 600;
    line-height: 88px;
    margin-bottom: 10px;
}
.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: 24px;
    font-weight: 500;
    color: #fff !important;
    line-height: 34px;
    margin-bottom: 15px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.banner-search {
    position: relative;
}
.banner-search input[type=text] {
    height: 48px;
    padding: 10px 20px;
    border-radius: 0px;
    border: none;
    font-style: normal;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    background: #fff;
    flex: 1;
    margin-right: 10px;
}
.banner-back .banner-detail {
    max-width: 80%;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 15px;
}
.layer{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.layer::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: -1;
}
.banner-search-form form {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
}
.banner-back {
    background-image: url(assets/images/home-back.png);
    height: calc(100vh - 63px);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner-detail .banner-matchBtn {
    border: 1px solid #eb3d3d;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #FF5A5A;
    min-width: 140px;
    box-shadow: 0 10px 20px -7px rgba(255, 90, 90, 0.5);
    cursor: pointer;
}
.banner-detail .banner-matchBtn:hover {
    background-color: #F69753;
    border-color: #ffb986;
    box-shadow: 0 10px 20px -7px rgba(246, 151, 83, 0.5)
}   
.vb-register-popup-modal .vb-form-redirection {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    line-height: 18px;
}
.vb-register-popup-modal .vb-form-redirection a{
    color: #FF5A5A;
    font-weight: 600;
}
/*==========================  End Banner ============================*/
/*==========================  5. Start About ============================*/
.blog, .vb-bio{
	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: #613c41;
}
.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: #FF5A5A;
    background-image: linear-gradient(106deg, #F69753, #FF5A5A);
    background-color: #FF5A5A !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: 90px 0 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, #FF5A5A, #F69753);
    background-color: #FF5A5A !important;
}
.footlogo ul li a:hover {
    background-image: linear-gradient(106deg, #F69753, #FF5A5A);
}
.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 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #ff5a5a;
}
.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 {
    width: 100%;
    padding: 10px 15px;
    font-weight: 400;
    background: #EDF3F8;
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 18px;
    border: 0.2rem solid rgba(54, 53, 64, .1);
    color: #333;
}
.contact-page-inner input[type="text"]:focus,
.contact-page-inner input[type="text"]:hover,
.contact-page-inner input[type="text"]:active,
.contact-page-inner input[type="email"]:focus,
.contact-page-inner input[type="email"]:hover,
.contact-page-inner input[type="email"]:active,
.contact-page-inner textarea:focus,
.contact-page-inner textarea:hover,
.contact-page-inner textarea:active{
    box-shadow: none;
    outline: none;
    border-color: #FF5A5A;
}
.contact-page-inner textarea{
    min-height: 200px;
    resize: none;
}
.contact-page-inner input[type="submit"] {
    border: 1px solid #ff5a5a !important;
    color: #fff !important;
    height: 48px;
    padding: 6px 20px !important;
    font-size: 16px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
    border-radius: 0px;
    background-color: #ff5a5a !important;
    cursor: pointer;
}
.contact-page-inner {
    width: 50%;
    margin: auto;
}
.contact-page-inner form label {
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
    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: 70px;
    color: #fff;
    display: none;
    height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 45px;
    z-index: 99;
    background-color: #ff5a5a;
}
.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-color: #FF5A5A;
}
/*===========================  10. End Google Adds ============================*/
/*===========================  11. Start Main leftbar ============================*/
.main-leftbar {
    background: #fff;
    width: 270px;
    padding: 20px 0;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -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: hidden;
    padding-top: 0;
    border-top: 3px solid #FF5A5A;
    padding-bottom: 60px;
}
.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: 500;
    line-height: 24px;
    margin-bottom: 0px;
    color: #333 !important;
    display: block;
    letter-spacing: 0px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.mli-menubar ul li a:hover,
.mli-menubar ul li a.active {
    background-color: #F5E8EF;
    color: #ff5a5a !important;
}
.mli-menubar ul li {
    border-top: 2px dashed #F5E8EF;
}
.mli-menubar ul.vb-logoutBtn li {
    border-top: 0;
}
.mli-menubar ul.vbmenu-bar li:last-child {
    border-bottom: 2px dashed #F5E8EF;
}
.mli-menubar ul.vb-logoutBtn li button {
    cursor: pointer;
    border-radius: 30px;
    display: block;
    width: 100%;
    background-color: #613c41;
    color: #fff;
    border: 1px solid #765c5f;
    padding: 10px 15px;
    height: 38px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
}
.mli-menubar ul.vb-logoutBtn {
    padding: 0 15px;
}
.mli-menubar ul li.leftbar-title {
    background-color: #F69753 !important;
    color: #fff;
    padding: 8px 15px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    border-left: 3px solid #FF5A5A;
    position: relative;
    border-top: 0;
}
.mli-menubar ul li.leftbar-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    border-top: 5px solid #FF5A5A;
    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: 10px;
}
.navbar .bar-toggler .bar1, 
.navbar .bar-toggler .bar2, 
.navbar .bar-toggler .bar3 {
    width: 22px;
    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 {
    padding: 20px 20px 0;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.mli-logo::before {
    content: '';
    position: absolute;
    background: #F5E8EF;
    left: 0;
    top: 0;
    right: 0;
    height: 50%;
    z-index: -1;
}
.mli-logo .mli-logo-inner-sec {
    height: 120px;
    width: 120px;
    border: 1px solid #F5E8EF;
    text-align: center;
    display: inline-block;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.mli-logo .mli-logo-inner .mli-username h4 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}
.mli-logo .mli-logo-inner .mli-username{
    margin-top: 15px;
}
.mli-logo-inner a {
    display: inline-block;
}
.mli-logo-inner img {
    width: 100px;
    margin: auto;
    height: 100px;
    border-radius: 50%;
}
::-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: #FF5A5A ; 
}
.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;
}
.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;
}
.vb-common-popmodal .vb-common-popmodal-inner-body .vb-common-popmodal-inner-body-content{
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    border: 1px solid #000;
    max-height: calc(100vh - 140px);
    max-height: -webkit-calc(var(--vh, 1vh) * 100 - 140px);
    max-height: -moz-calc(var(--vh, 1vh) * 100 - 140px);
    max-height: calc(var(--vh, 1vh) * 100 - 140px); 
}
.vb-common-popmodal .vb-common-popmodal-inner-body .vb-common-popmodal-inner-body-content img.modal-conimg{
    max-width: 80%;
    margin: 0 auto;
    width: auto;
}
/**/
.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. New Site ===============================*/
main.main-wrapper.home-main-wrapper {
    margin-left: 0;
}
.vb-common-form input[type="text"].form-control, 
.vb-common-form input[type="email"].form-control, 
.vb-common-form input[type="password"].form-control,
.vb-common-form textarea.form-control {
    font-size: 16px;
    border: 4px solid #dae8f4;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    font-weight: 400;
    color: #000;
    height: 50px;
}
.vb-common-form {
    max-width: 540px;
    margin: auto;
}
.vb-common-form .form-group label {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.vb-register-popup-modal.show {
    display: flex;
}
.vb-register-popup-modal .contactus-form {
    position: relative;
}
.vb-register-popup-modal button.close-cnmodal-btn {
    height: 32px;
    width: 32px;
    padding: 0;
    text-align: center;
    background: no-repeat;
    border: none;
    position: absolute;
    right: 0;
    top: -32px;
    cursor: pointer;
    right: -32px;
}
.vb-register-popup-modal .contactus-form-inner {
    max-width: 100%;
    margin: auto;
}
.vb-register-popup-modal .contactus-form-inner form h4 {
    font-family: "nn-m", sans-serif;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}
.vb-register-popup-modal .contact-leftdata p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #4d4d4d;
}
.vb-register-popup-modal .contact-leftdata img {
    width: 199px;
}
/* .vb-register-popup-modal .contact-lrdata-col {
    display: none;
} */
.vb-register-popup-modal .contactf-data .form-group label {
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.vb-register-popup-modal .contactf-data .form-group label span {
    font-size: 13px;
    line-height: 17px;
    color: #4d4d4d;
    display: inline-block;
    text-transform: lowercase;
}
.vb-register-popup-modal .contactf-data .form-group .form-control {
    background: #EDF3F8;
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 18px;
    border: 0.2rem solid rgba(54, 53, 64, .1);
    color: #333;
}
.vb-register-popup-modal .contactf-data .form-group .form-control::placeholder {
    color: #999;
}
.vb-register-popup-modal .contactf-data .form-group .form-control:focus,
.vb-register-popup-modal .contactf-data .form-group .form-control:hover, 
.vb-register-popup-modal .contactf-data .form-group .form-control:active {
    box-shadow: none;
    outline: none;
    border-color: #FF5A5A;
}
.vb-register-popup-modal .contactf-data .form-group textarea.form-control {
    min-height: 150px;
    padding: .75rem .75rem;
}
/*.vb-register-popup-modal .contact-submitbtn .btn {*/
/*    width: 164px;*/
/*}*/
.vb-register-popup-modal .vb-regtitle label {
    margin: 0;
}
.vb-register-popup-modal .vb-regtitle {
    background: #DBDFE6;
    padding: 10px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    color: #FF5A5A;
    margin-top: 10px;
}
.vb-register-popup-modal .vb-regtitle::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    border-top: 5px solid #DBDFE6;
    width: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
}
.vb-register-popup-modal .contactf-data .form-group label sup {
    color: #ff0000;
    font-size: 16px;
    line-height: 16px;
}
.vb-register-popup-modal .select2-container--default .select2-selection--single {
    background: #EDF3F8;
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 18px;
    border: 0.2rem solid rgba(54, 53, 64, .1);
    color: #333;
}
.vb-register-popup-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding: .375rem .75rem;
}
.vb-register-popup-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #FF5A5A;
    color: white;
    font-size: 16px;
    line-height: 18px;
}
.select2-results__option--selectable {
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
}
.vb-register-popup-modal {
    max-width: 800px;
    margin: auto;
}
.vb-register-popup-modal .vb-tabpill .nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 90px;
    position: relative;
}
.vb-register-popup-modal .vb-tabpill .nav-tabs::after {
    content: '\f004';
    height: 40px;
    display: block;
    margin: 0 auto;
    background-size: contain;
    width: 40px;
    background-repeat: no-repeat;
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 42px;
    color: #9b0707;
    position: absolute;
    bottom: -56px;
}
.vb-register-popup-modal .vb-tabpill .nav-tabs .nav-item {
    margin: 0;
}
.vb-register-popup-modal .vb-tabpill .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #0D1C29;
    border: none;
    border-radius: 15px 0;
    cursor: pointer;
}
.vb-register-popup-modal .vb-tabpill .nav-tabs .nav-item .nav-link.active {
    background: #64A749;
    color: #fff;
}
.vb-register-popup-modal .vbtab-content {
    width: 100%;
    background: #fff;
    padding: 50px 15px;
    /* border-top: 5px solid #FF5A5A; */
}
.vb-register-popup-modal .vb-login_tab_content {
    max-width: 385px;
    margin: auto;
}
.vb-bio .vb-biodata-detail {
    background: #fff;
    padding: 0px;
}
.vb-bio .vb-biodata-detail .vbdi-img {
    /* padding: 10px; */
    background-color: #F5F5F2;
    border: 10px solid #fff;
    position: relative;
    height: 200px;
    width: 200px;
}
.vb-bio .vb-biodata-detail .vbdi-img .vbdi-img-owl {
    overflow: hidden;
}
.vb-bio .vb-biodata-detail .vbdi-img .vb-interest-status {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #F69753;
    padding: 2px 7px;
    color: #fff;
    z-index: 99;
    font-size: 13px;
    line-height: 16px;
}
.vb-bio .vb-biodata-detail .vbdi-img .vb-interest-status::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border-top: 5px solid #F69753;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #F69753;
    right: 0;
    bottom: -10px;
}
.vb-bio .vb-biodata-detail .vbdi-img img {
    max-width: 100%;
    max-height: 180px;
    width: auto;
    margin: auto;
}
.vb-bio .vb-biodata-detail .vbdi-data {
    padding: 10px;
    border-top: 3px dotted #F5E8EF;
    overflow: hidden;
}
.vb-breadcrumb {
    background: url(assets/images/breadcrumb_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.vb-breadcrumb::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
.banner-detail {
    position: relative;
    z-index: 1;
}
.vb-register-popup-modal .vb-formsdata .select2-container--default .select2-selection--multiple {
    cursor: text;
    position: relative;
    background: #EDF3F8;
    height: auto;
    min-height: 50px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 18px;
    border: 0.2rem solid rgba(54, 53, 64, .1);
    color: #333;
    padding: .375rem .75rem;
}
.vb-register-popup-modal .vb-formsdata .select2-container--default .select2-search--inline .select2-search__field {
    margin: 6px 0px 0;
}
.vb-register-popup-modal .vb-formsdata .select2-container--default .select2-selection--multiple textarea[placeholder],
.vb-register-popup-modal .vb-formsdata .select2-container--default .select2-selection--multiple textarea::placeholder {
    color: #999;
}
.vb-register-popup-modal .select2-container--default.select2-container--open .select2-selection--single,
.vb-register-popup-modal .vb-formsdata .select2-container--default.select2-container--open .select2-selection--multiple,
.vb-register-popup-modal .select2-container--default:hover .select2-selection--single,
.vb-register-popup-modal .vb-formsdata .select2-container--default:hover .select2-selection--multiple,
.vb-register-popup-modal span.select2.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #FF5A5A;
}
.vb-register-popup-modal .kl-image-upload {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vb-register-popup-modal .preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 102px;
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
    flex: 1;
    margin-right: 0px;
}
.vb-register-popup-modal .preview-images-zone > .preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.vb-register-popup-modal .preview-images-zone > .preview-image > .image-cancel {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 0;
    cursor: pointer;
    display: block;
    z-index: 100;
    background: #ff0000;
    height: 18px;
    width: 18px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}
.vb-register-popup-modal .preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F2;
}
.vb-register-popup-modal .preview-images-zone > .preview-image > .image-zone > img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
.vb-register-popup-modal .kl-image-upload fieldset {
    margin: 0;
    flex: 0 0 100%;
    text-align: right;
}
.vb-register-popup-modal a.kl-img-upload-link {
    display: inline-block;
    box-shadow: none;
    text-align: center;
    width: auto;
    padding: 4px 20px;
    font-size: 16px;
    margin-top: 10px;
}
.vb-register-popup-modal a.kl-img-upload-link, .vb-register-popup-modal a.kl-img-upload-link:hover, .vb-register-popup-modal a.kl-img-upload-link:focus {
    color: #fff;
}
.vb-register-popup-modal .preview-image:hover > .tools-edit-image, .vb-register-popup-modal .preview-image:hover > .image-cancel {
    display: block;
}
.vb-register-popup-modal .preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.vb-register-popup-modal .kl-image-upload-single .preview-images-zone {
    width: auto;
    flex: unset;
    padding: 5px;
}
.vb-register-popup-modal .kl-image-upload-single .preview-images-zone > .preview-image {
    margin-right: 0px;
    margin-bottom: 0px;
}
.vb-register-popup-modal .kl-image-upload.kl-image-upload-single fieldset {
    margin: 0 0 0 15px;
    flex: 1;
    text-align: left;
}
.vb-register-popup-modal .kl-image-upload-single a.kl-img-upload-link{
    margin-top: 0;
}
.vb-register-popup-modal .vb-formsdata-inr {
    display: flex;
    flex-wrap: nowrap;
}
.vb-register-popup-modal .vb-formsdata-inr input.form-control{
    flex: 1;
}
.vb-register-popup-modal .contact-submitbtn {
    margin-top: 15px;
}
/* CSS Hobbies Tabs*/
.vb-register-popup-modal .hobby-checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px 0;
  font-family: "nn-r", sans-serif;
  font-size: 14px;
}
/* Hide native checkbox but keep it accessible */
.vb-register-popup-modal .hobby-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* Label behaves as the clickable container */
.vb-register-popup-modal .hobby-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 5px 5px 0;
}
/* The visible rounded bordered box */
.vb-register-popup-modal .contactf-data .form-group .hobby-box {
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border: 0.2rem solid rgba(54, 53, 64, .1);
    border-radius: 50px;
    background: #fff;
    transition: all 150ms ease;
    min-width: 94px;
    text-align: center;
    user-select: none;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
    min-height: 34px;
}
/* Checked state: change border & background and add checkmark */
.vb-register-popup-modal .hobby-input:checked + .hobby-box {
  border-color: #FF5A5A;       /* example active color */
  background: #F5E8EF;
}
/* Add a small checkmark using ::after when checked */
.vb-register-popup-modal .hobby-input:checked + .hobby-box::after {
  content: "✔";
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #FF5A5A;
  transform: translateY(-1px);
}
.vb-register-popup-modal .hobby-input[disabled] + .hobby-box {
    opacity: 0.6;
    cursor: not-allowed;
}
.vb-register-popup-modal .contactf-data .form-group .form-control[type='file'] {
    display: none;
}
.mli-menubar span.vb-noticount-inner, .mli-menubar span.vb-chatcount {
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    background: #FF5A5A;
    color: #fff;
    width: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 0px 5px;
    margin-left: 10px;
}
.main-leftbar span.vb-noticount {
    margin-top: -5px;
}
.vb-register-popup-modal .vb-profile-content {
    position: relative;
}
.vb-register-popup-modal .vb-profile-content .vb-profile-content-inner {
    width: 100%;
    background: #fff;
    padding: 30px 15px;
    border-top: 5px solid #FF5A5A;
}
.vb-login_tab_content a.forgot-pass {
    color: #FF5A5A;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
}
.vb-login_tab_content a.forgot-pass {
    color: #FF5A5A;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}
.vb-register-popup-modal .vbtab-content-effect::before {
    content: '';
    position: absolute;
    background: url(assets/images/heart-icon.png);
    height: 20px;
    top: 0;
    left: 0;
    z-index: 99;
    background-size: 20px;
    background-repeat: repeat-x;
    right: 0;
}
.vb-register-popup-modal .vbtab-content-effect::after {
    content: '';
    position: absolute;
    background: url(assets/images/heart-icon.png);
    height: 20px;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-size: 20px;
    background-repeat: repeat-x;
    right: 0;
    transform: rotate(180deg);
}
.vb-register-popup-modal .form-check .form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.vb-register-popup-modal .form-check .form-check-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #b5b5b5;
    border-radius: 4px;
}
.vb-register-popup-modal .form-check .form-check-label input:checked ~ .checkmark {
    border-color: #FF5A5A;
    background: #ff5a5a5a;
}
.vb-register-popup-modal .form-check .form-check-label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #FF5A5A;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
.vb-register-popup-modal .form-check .form-check-label input:checked ~ .checkmark:after {
    display: block;
}
.vb-register-popup-modal .form-check .form-check-label{
    padding-left: 24px;
    position: relative;
}
.vb-register-popup-modal .vb-formsdata span.input-group-text {
    border: 0.2rem solid rgba(54, 53, 64, .1);
    border-radius: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    background: #EDF3F8;
    border-right: 0;
}
.vb-register-popup-modal .contactf-data .form-group .input-group .input-group-prepend-input {
    flex: 1;
}
.vb-register-popup-modal .contactf-data .form-group .input-group .input-group-prepend-input i {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
}
.vb-register-popup-modal .contactf-data .form-group .input-group .input-group-prepend-input input{
    padding-right: 40px;
}
.vb-register-popup-modal .select2-container--default .select2-selection--single:focus-visible {
    border-color: #FF5A5A !important;
    outline: none !important;
}
/*Profile Page*/
.vb-bio-profile .vb-profile-content .vb-profile-content-inner {
    width: 100%;
    background: #fff;
    padding: 30px;
    /* border-top: 5px solid #FF5A5A; */
    margin-bottom: 3px;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-regtitle {
    background: #DBDFE6;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    color: #FF5A5A;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-regtitle::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    border-top: 5px solid #DBDFE6;
    width: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner label {
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    margin: 0;
    min-width: 140px;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span {
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #555;
    margin-left: 15px;
    flex: 1;
    word-break: break-word;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px dashed #F5E8EF;
    border-right: 2px dashed #F5E8EF;
    border-left: 2px dashed #F5E8EF;
    padding: 10px;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner:first-child {
    border-top: 2px dashed #F5E8EF;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-regtitle .btn.vb-updateDataModalBtn {
    background: #FF5A5A;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #eb3d3d;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-regtitle .btn.vbcard-collapseBtn {
    height: 32px;
    width: 32px;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 26px;
    border: none;
    line-height: 20px;
    color: #000;
    display: none;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-profile-content-innerdata {
    display: block;
    margin-top: 10px;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-profile-content-innerdata.active {
    display: block;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-profile-nodata-msg p{
    font-size: 18px;
    line-height: 22px;
    margin-top: 1rem;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-regtitle .vbcard-collapseBtn i {
    transition: transform 0.3s ease;
}
.vb-bio-profile .vb-profile-content .vb-profile-content-inner .vb-regtitle .vbcard-collapseBtn i.rotated {
    transform: rotate(180deg);
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner.vbdi-propic-view {
    display: block;
    margin-bottom: 0;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner.vbdi-propic-view .vb-propic-view {
    border: 1px solid #ddd;
    height: 100px;
    width: 100px;
    padding: 5px;
    overflow: hidden;
    position: relative;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner.vbdi-propic-view label {
    margin-bottom: 0.5rem;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span.vbdi-data-profile-inner-hobbies span {
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border: 0.2rem solid #FF5A5A;
    border-radius: 50px;
    background: #F5E8EF;
    transition: all 150ms ease;
    min-width: 94px;
    text-align: center;
    user-select: none;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    display: inline-flex;
    text-transform: capitalize;
    font-weight: 400;
    min-height: 34px;
    flex: unset;
    margin: 0 5px 5px 0;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span.vbdi-data-profile-inner-hobbies span::after {
    content: "✔";
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    color: #FF5A5A;
    transform: translateY(-1px);
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span.vbdi-data-profile-inner-hobbies {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    margin-left: 0;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner.vbdi-data-profile-inner-hob {
    display: block;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner.vbdi-data-profile-inner-hob label {
    margin-bottom: 0.5rem;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner.vbdi-propic-view .vb-propic-view.vb-propic-view-biopic {
    margin-right: 5px;
    height: 100px;
    width: 100px;
}
.vb-propic-view-name img {
    width: 16px;
    line-height: 18px;
    margin-left: 6px;
    margin-top: -3px;
}
.vb-proview-sendint.vbdi-data-connects {
    padding: 0;
}
.vb-proview-sendint.vbdi-data-connects button.btn.vb-bio-btnGroup.vb-bio-connectBtn {
    width: 160px;
}
span.vb-whatsapp-icon img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.vbdi-data-profile-inner.vdpii-lock span.vb-whatsapp-icon a img {
    opacity: 0.5;
}
.vbdi-data-profile-inner.vdpii-lock span.vb-whatsapp-icon a{
    cursor: not-allowed;
}
.vbdi-data-profile-inner span.vb-cake-icon img {
    width: 23px;
    height: 24px;
    margin-right: 15px;
}
.vbdi-data-profile-inner.vdpii-lock span.vb-cake-icon img {
    opacity: 0.5;
    cursor: not-allowed;
}
.vb-bio-profile .vb-propic-viewflex {
    display: flex;
    flex-wrap: wrap;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner.vbdi-propic-view .vb-propic-view.vb-propic-view-biopic img {
    max-height: 132px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.vb-bio-profile .vb-propic-view a.vb-img-zoom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    display: block;
    padding: 2px 0;
}
.vb-bio-profile .vb-propic-viewinner-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.vb-bio-profile .vb-propic-viewinner-r {
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #613c41;
    margin-left: 15px;
}
.vb-bio-profile .vb-propic-viewinner-r .vb-propic-view-uid,
.vb-bio-profile .vb-propic-viewinner-r .vb-propic-view-membership {
    font-size: 13px;
    line-height: 16px;
    color: #555;
}
.vb-bio-profile .vb-propic-viewinner-r .vb-propic-view-uid {
    margin: 1px 0;
}
.vbdi-profile-ageheight, .vbdi-profile-religion, .vbdi-profile-country {
    color: #555;
}
/*End Profile Page*/
/*Vb Common Popup Modal*/
.vb-common-popmodal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99999999;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.vb-common-popmodal.show {
    display: block;
    z-index: 99999999;
}
.vb-common-popmodal .vb-common-popmodal-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);
    max-width: 800px;
    margin: auto;
    display: flex;
}
.vb-common-popmodal .vb-common-popmodal-inner-body {
    max-height: 100%;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    align-self: center;   
}
.vb-common-popmodal .vb-common-popmodal-inner-body img.modal-closeicon {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 8px;
    background: #fff;
    cursor: pointer;
}
.vb-common-popmodal .vb-common-popmodal-inner-body .pdfdownload-btn-common {
    cursor: pointer;
    display: inline-block;
}
.vb-common-popmodal .vb-common-popmodal-inner-body .pdfdownload-btn-common:hover {
    background-color: #169AB0;
}
.vb-common-popmodal .vb-common-popmodal-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);
}
.vb-common-popmodal-inner-body-buttons{
    position: absolute;
    bottom: 6px;
    left: 0;
    padding: 0 10px;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.vb-common-popmodal .vb-common-popmodal-inner-body .pdfdownload-btn-common.pdfdownload-btn-close{
    background: #bf0808;
    border: 1px solid #bf0808;
}
.vb-common-popmodal .vb-register-popup-modal .vbtab-content {
    width: 100%;
    background: #fff;
    padding: 0;
    border-top: 0;
}
.vb-common-popmodal .vb-register-popup-modal .contactf-data .form-group label {
    text-align: left;
    display: block;
}
.vb-common-popmodal .container {
    padding: 0 15px;
}
.vb-common-popmodal .vb-common-popmodal-inner-body form {
    height: 100%;
    width: 100%;
}
.vb-register-popup-modal .contactf-data .form-group span.select2.select2-container {
    width: 100% !important;
}

 .vb-register-popup-modal .contactf-data .form-group .vb-formsdata-inr span.select2.select2-container {
    width: 100px !important;
}
.vbdi-data-connects .btn.vb-bio-btnGroup,.vb-userchatBtn .vb-open-chat-btn {
    background: #fff;
    color: #ff5a5a;
    border-radius: 30px;
    border: 1px solid #ff5a5a;
    display: block;
    height: 32px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    font-family: 'nn-sb';
}
.vbdi-data-connects .btn.vb-bio-btnGroup.vb-proviewBtn {
    background-color: #ff5a5a;
    color: #fff;
}
.vbdi-data-connects .btn.vb-bio-btnGroup.vb-proviewBtn:hover {
    background-color: #fff;
    color: #ff5a5a;
}
.vb-userchatBtn button.vb-open-chat-btn {
    background: #8AB4F8;
    border-color: #8AB4F8;
    color: #fff;
    cursor: pointer;
}
/* .vb-biodata-detail .vb-biodata-detail-inner {
    margin-top: 15px;
} */
.vbdi-data-connects {
    padding: 10px;
    padding-top: 0;
}
.vbdi-data-connects a.btn.vb-bio-btnGroup.vb-proviewBtn {
    margin-bottom: 5px;
}
.vbdi-data-connects button.btn.vb-bio-btnGroup.vb-bio-connectBtn {
    border-color: #F69753;
    color: #F69753;
}
.vbdi-data-connects a.btn.vb-proviewBtn:hover {
    background-color: #ff5a5a;
    color: #fff;
}
.vbdi-data-connects button.btn.vb-bio-connectBtn:hover {
    background-color: #F69753;
    color: #fff;
}
.vbdi-data .vbdi-profile-name a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    text-wrap-mode: nowrap;
    font-family: 'nn-m', sans-serif;
}
.vbdi-data .vbdi-profile-name a:hover {
    color: #ff5a5a;
}
.vbdi-img-owl .owl-carousel .owl-dots button.owl-dot {
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 1px;
    border: 1px solid #ff5a5a5a;
}
.vbdi-img-owl .owl-carousel .owl-dots button.owl-dot.active {
    background: #ff5a5a;
}
.vbdi-img-owl .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.main-wrapper .vb-error-pop {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vb-error-pop .vb-error-popinner {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}
.vb-error-pop .vb-error-popinner h4 {
    color: #77B255
}
.vb-error-pop .vb-error-popinner h4.vb-green {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}
.vb-error-pop .vb-error-popinner .btn {
    padding: 0;
    background: #ff0000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
}
.vbdi-interest-actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.vbdi-interest-actions .vbdi-interest-actionsBtns .vb-comm-intBtn {
    border-radius: 30px;
    border: 1px solid #ff5a5a;
    display: inline-block;
    height: 32px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    background-color: #ff5a5a;
    color: #fff;
    cursor: pointer;
    width: 100%;
}
.vbdi-interest-actions .vbdi-interest-actionsBtns {
    flex: 0 0 50%;
    padding: 0 5px;
}
.vbdi-interest-actions button.update-interest.vb-comm-intBtn.vb-int-acceptBtn {
    background: #28a745;
    border-color: #28a745;
}
.vbdi-interest-actions button.update-interest.vb-comm-intBtn.vb-int-declinedBtn {
    background: #dc3545;
    border-color: #dc3545;
}
.vbdi-interest-actions button.vb-comm-intBtn.vb-int-withdrawBtn {
    background: #ffc107;
    border-color: #efb60b;
}
.vbdi-interest-actions .vbdi-interest-actionsBtns.vic-withdraw-group {
    flex: 0 0 100%;
}
.vb-bio .vb-biodata-detail .vb-interest-status.vb-status-accepted {
    background: #28a745;
}
.vb-bio .vb-biodata-detail .vb-interest-status.vb-status-accepted::before {
    border-top: 5px solid #28a745;
    border-left: 5px solid #28a745;
}
.vb-bio .vb-biodata-detail .vb-interest-status.vb-status-declined{
    background: #dc3545;
}
.vb-bio .vb-biodata-detail .vb-interest-status.vb-status-declined::before {
    border-top: 5px solid #dc3545;
    border-left: 5px solid #dc3545;
}
.vb-bio .vb-biodata-detail .vb-interest-status.vb-status-withdrawn{
    background: #613c41;
}
.vb-bio .vb-biodata-detail .vb-interest-status.vb-status-withdrawn::before {
    border-top: 5px solid #613c41;
    border-left: 5px solid #613c41;
}
p.vb-interror {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ff0000;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span.vdpii-lock-span {
    font-size: 20px;
    margin: 0;
}
.vb-propic-viewinner-r-data .vb-propic-view-name {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}
.vb-propic-send-interest .btn.vb-bio-btnGroup {
    background: #fff;
    color: #F69753;
    border-radius: 30px;
    border: 1px solid #F69753;
    display: block;
    height: 32px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.vb-propic-send-interest .btn.vb-bio-btnGroup:hover {
    background-color: #F69753;
    color: #fff;
}
.vb-propic-send-interest {
    margin-top: 10px;
}
.vb-notification-innerdata {
    background: #fff;
    padding: 15px;
    margin-bottom: 6px;
}
.vb-notification-innerdata .vb-notif-title {
    font-size: 16px;
    line-height: 18px;
}
.vb-notification-innerdata .vb-notif-title .vb-notif-title-link {
    color: #ff5a5a;
    display: inline-block;
    font-weight: bold;
}
.vb-notification-innerdata .vb-notif-status small, .vb-notification-innerdata .vb-notif-status b {
    font-size: 14px;
    line-height: 16px;
}
.vb-notification-innerdata .vb-notification-innerdata-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.vb-notification-innerdata-flex-r .vb-notif-btns .btn {
    border-radius: 30px;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    min-width: 100px;
}
.vb-notification-innerdata .vb-notif-icon img {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}
.vb-notification-innerdata .vb-notif-titleflex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.vb-notification-innerdata-flex-l {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.vbd-flex-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.vbd-flex-grid-inner {
    width: 200px;
}
span.vbdi-profile-religion, span.vbdi-profile-country {
    display: block;
    text-wrap-mode: nowrap;
}
span.vbdi-profile-country img, .vbdi-profile-ageheight img, .vbdi-profile-religion img {
    width: auto;
    margin-right: 5px;
    height: 15px;
    max-width: 15px;
}
.main-leftbar-inner {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(var(--vh, 1vh) * 100 - 60px);
    min-height: calc(100vh - 60px);
    min-height: -moz-calc(var(--vh, 1vh) * 100 - 60px);
    min-height: calc(var(--vh, 1vh) * 100 - 60px);
}
.mli-menubar.mli-menubar-logout {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    border-top: 2px dashed #F5E8EF;
}
/*End Vb Common Popup Modal*/
/*Chat*/

/* Minimal chat CSS: paste into footer for simplicity; you can move to your theme CSS */
#vb-chat-wrapper { 
    position:fixed; 
    right:20px; 
    bottom:20px; 
    z-index:99999; 
    font-family: "nn-r", sans-serif;
}
#vb-chat-backdrop{
    display:none;
}
#vb-chat-modal{
    width:290px; 
    max-width:90vw;
    background:#fff; 
    border-radius:0px; 
    box-shadow:0 10px 30px rgba(0,0,0,0.2); 
    overflow:hidden; 
    border:1px solid #e6e6e6;
}
#vb-chat-header{
    display:flex; 
    justify-content:space-between; 
    align-items:center; 
    padding:8px 12px; 
    background:#f7f7f7; 
    border-bottom:1px solid #eee;
}
#vb-chat-header #vb-chat-title{
    font-weight:600;
}
#vb-chat-header #vb-chat-close{
    background:transparent;
    border:0;
    font-size:30px; 
    cursor:pointer;
}
#vb-chat-body{
    height:300px; 
    overflow-y:auto; 
    padding:12px; 
    background:#fff;
}
#vb-chat-messages .vb-msg{
    margin-bottom:10px; 
    max-width:80%;
}
#vb-chat-messages .vb-msg.me{
    margin-left:auto; 
    text-align:right;
}
#vb-chat-messages .vb-msg .vb-text{
    display:inline-block;
    padding:8px 10px;
    border-radius:10px 0 10px 0;
    background:#f1f1f1;
}
#vb-chat-messages .vb-msg.me .vb-text{
    background:#d9f7d9;
}
#vb-chat-input{
    display:flex; 
    gap:6px; 
    padding:8px; 
    border-top:1px solid #eee;
}
#vb-chat-input textarea{
    flex: 1;
    min-height: 30px;
    resize: none;
    padding: 8px;
    background: #EDF3F8;
    border: 1px solid #FF5A5A;
    height: 50px;
}
#vb-chat-input textarea:focus-visible {
    outline: none !important
}
#vb-chat-input button{
    padding: 8px 12px;
    cursor: pointer;
    background: #ff5a5a;
    border: 1px solid #ff5a5a;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
button#vb-chat-send[disabled] {
    opacity: 0.5;
}
.vb-notification .vb-userchatBtn button.vb-open-chat-btn {
    width: 100px;
}
.vb-chatboat .vb-notif-title a {
    color: #ff5a5a;
}
/*Chat*/
.vb-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.55);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vb-popup-box {
  background: #fff;
  border-radius: 0px;
  padding: 25px 35px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  position: relative;
  animation: vbPopupShow 0.3s ease;
}
.vb-popup-box.success { border-left: 6px solid #FF5A5A; }
.vb-popup-box.error { border-left: 6px solid #dc3545; }
.vb-popup-box.info { border-left: 6px solid #007bff; }

.vb-popup-close {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
  font-size: 22px;
  color: #333;
}
@keyframes vbPopupShow {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}
.vb-userchatboatBtn{
    position: relative;
}
.vb-userchatboatBtn .vb-chatbadge {
    position: absolute;
    right: 4px;
    top: -9px;
    background: #FF5A5A;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    padding: 0;
}
p.vb-interror img.emoji {
    height: 18px !important;
    width: 18px !important;
}
.vbdi-data-connects button.btn.vb-accstatus-btn.vb-bio-btnGroup {
    border-color: #8AB4F8;
    color: #8AB4F8;
}
.vbdi-data-connects button.btn.vb-accstatus-btn.vb-bio-btnGroup.vb-accstatus-btnApproved {
    background: #8AB4F8;
    color: #fff;
}
.vb-bio-profile.vb-manage-data .vb-profile-content .vbdi-data-profile-inner label {
    margin-bottom: 0.5rem;
}
.vb-bio-profile.vb-manage-data .vb-profile-content .vb-profile-content-inner .vb-regtitle .btn.vbcard-collapseBtn{
    display: block;
}
.vb-manage-data .vb-manage-title-r {
    display: flex;
    align-items: center;
}
.vb-bio-profile.vb-manage-data .vb-profile-content .vbdi-data-profile-inner {
    display: block;
}
.vb-manage-data .vb-register-popup-modal {
    max-width: 400px;
}
.vb-manage-data .vbdi-data-profile-getinner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vb-manage-data .vbdi-data-profile-get {
    margin-top: 30px;
}
.vb-manage-data .vdpg-value {
    font-size: 16px;
    line-height: 18px;
}
.vb-manage-data .vbdi-data-profile-getinner ul li {
    list-style: circle;
    margin: 0 13px;
}
.vb-bio-profile.vb-manage-data .vb-profile-content .vb-profile-content-inner .vb-profile-content-innerdata {
    display: none;
    margin-top: 15px;
}
.vb-bio-profile.vb-manage-data .vb-profile-content .vb-profile-content-inner .vb-profile-content-innerdata.active {
    display: block;
}
div#vb-chat-info {
    color: #ff5a5a;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.select2-results__option {
    text-transform: capitalize;
}
.vbdi-data-profile-inner a.vb-gmail-tag, .vbdi-data-profile-inner a.vb-mobile-tag {
    text-transform: none;
    color: #FF5A5A;
    display: inline-block;
}
.vbdi-data-profile-inner .vb-gmail-tag img {
    height: 24px;
    width: 25px;
    margin-right: 15px;
}
.vbdi-data-profile-inner .vb-gmail-tag.vdpii-lock-span img {
    opacity: 0.5;
}
.vbdi-data-profile-inner.vdpii-lock span.vb-gmail-tag img {
    cursor: not-allowed;
}
.vbdi-data-profile-inner a.vb-mobile-tag img {
    margin-right: 15px;
}
.vb-privacy-policy.blog .vt-blog-info h2 {
    font-size: 26px;
    line-height: 30px;
}
.vb-privacy-policy.blog .vt-blog-info h2:hover {
    color: #613c41;
}
.vb-privacy-policy.blog .vt-blog-info p {
    font-size: 16px;
    line-height: 22px;
}
.vb-privacy-policy.blog .vt-blog-info h3 {
    font-size: 24px;
    line-height: 28px;
}
.vb-privacy-policy.blog .vt-blog-info h4 {
    font-size: 20px;
    line-height: 24px;
}
.vb-privacy-policy.blog .vt-blog-info h5 {
    font-size: 18px;
    line-height: 22px;
}
.vb-privacy-policy.blog .vt-blog-info ul li{
    font-size: 16px;
    line-height: 22px;
    list-style: circle;
}
.vb-privacy-policy.blog .vt-blog-info ul {
    padding-left: 40px;
    margin-bottom: 20px;
}
.vb-online-statuscheck .vb-status-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0px;
}
.vb-online-statuscheck .online { background: #28a745; }
.vb-online-statuscheck .offline { background: #bfbfbf; }
.vb-online-statuscheck {
    position: absolute;
    top: -3px;
    z-index: 1;
    background: #fff;
    left: -3px;
    align-items: center;
    font-size: 13px;
    padding: 4px;
    line-height: 13px;
    border-radius: 50%;
    display: flex;
}
.payment-status .payment-status-inner {
    background: #fff;
    padding: 30px;
    border-radius: 0px;
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.payment-status .payment-status-inner h2 {
    font-size: 30px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-status .payment-status-inner h2.paysuccess-title {
    color: #28a745;
}
.payment-status .payment-status-inner h2.payfail-title {
    color: #dc3545;
}
.payment-status .payment-status-inner h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 26px;
}
.payment-status .payment-status-inner h2 img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.payment-status .payment-status-inner p {
    border-top: 2px dashed #F5E8EF;
    margin: 0;
    padding: 10px 0;
}
.payment-status .payment-status-inner .payment-status-innerbox p:last-child {
    border-bottom: 2px dashed #F5E8EF;
}
.payment-status-innerbox {
    border-left: 2px dashed #F5E8EF;
    border-right: 2px dashed #F5E8EF;
}
.vb-mobilebottom-bar-inner ul li a img {
    height: 20px;
    width: auto;
}
.vb-mobilebottom-bar-inner {
    background: #fff;
    padding: 6px 15px;
    text-align: center;
}
.vb-mobilebottom-bar-inner ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.vb-mobilebottom-bar-inner ul li a span {
    display: block;
}
.vb-mobilebottom-bar-inner ul li {
    text-align: center;
    padding: 0 7px;
}
.vb-mobilebottom-bar-inner ul li a span {
    font-size: 13px;
    line-height: 15px;
    color: #333 !important;
    display: block;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
.vb-mobilebottom-bar {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    display: none;
}
.vb-mobilebottom-bar-inner ul li a {
    display: inline-block;
}
.vb-mobilebottom-bar-inner ul li a span.vb-noticount-inner, .vb-mobilebottom-bar-inner ul li a .vb-chatcount-inner {
    background: #FF5A5A;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: absolute;
    top: -6px;
    right: 6px;
    text-align: center;
    margin: 0;
    color: #fff !important;
    font-size: 8px;
    line-height: 15px;
}
.vb-mobilebottom-bar-inner ul li a.active span {
    color: #FF5A5A !important;
}
.vbdi-data-mobile{
    display: none;
}
.vb-bio-profile .vb-profile-content .vpci-userinfo .vbdi-data-profile-inner span {
    text-transform: unset;
}
/*5-12-2025*/
.vb-profile-email img {
    height: 24px;
    width: 25px;
    margin-right: 15px;
}
.vb-profile-email {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: none;
}
.vb-profile-email .verify-emailBtn {
    background: #FF5A5A;
    border: 1px solid #eb3d3d;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    cursor: pointer;
}
.vb-email-verified {
    color: #FF5A5A !important;
}
.vb-profile-email .vb-email-verified img{
    height: auto;
    width: 16px;
    margin-left: 1px;
    margin-top: -3px;
}
#otpPopup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#otpPopup .vb-otp-box {
    background: #fff;
    padding: 0;
    border-radius: 6px;
    text-align: center;
    max-width: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
}
#otpPopup .contactf-data {
    max-width: 385px;
    margin: auto;
    padding: 0 15px;
}
#otpPopup .contactf-data .custom-btn {
    margin-top: 15px;
}
.common-vb-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.common-vb-popup .popup-content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 0;
    text-align: center;
    max-width: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    border-left: 2px solid #FF5A5A;
    margin: auto;
}
.common-vb-popup .popup-content .btn {
    margin-top: 15px;
    width: auto;
    min-width: 100px;
}
.common-vb-popup .popup-content span {
    display: block;
}
button.vb-profile-deleteBtn {
    background: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
div#profile_deletePopup span{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.vb-cm-cancleBtn {
    background: #333;
    border-color: #333;
}
.vdpi-verify span.vb-email-verified img {
    height: auto;
    width: 16px;
}
.vdpi-verify span.vb-email-verified {
   margin-left: 15px !important;
}
.custom-post-paginations .page-numbers {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #ff5a5a;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    margin: 0 2px;
}
.custom-post-paginations-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.custom-post-paginations a.next.page-numbers, .custom-post-paginations a.prev.page-numbers {
    height: unset;
    width: unset;
    background: no-repeat;
    color: #ff5a5a;
    border-radius: 0;
}
.custom-post-paginations {
    margin-top: 20px;
}
.custom-post-paginations .page-numbers.current {
    opacity: 0.5;
}
.vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span.error {
    margin-left: 0;
}
.vb-dashboard-data .inv-module-secinner {
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}
.vb-dashboard-data .inv-module-secinner .inv-module-common-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 2px dashed #F5E8EF;
    padding-bottom: 15px;
}
.vb-dashboard-data .inv-module-secinner.ims-nwdash .imcf-titlesbar-left h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.vb-dashboard-data .inv-module-secinner.ims-nwdash .imcf-titlesbar-left h3 img {
    width: auto;
    height: 22px;
    margin-right: 6px;
}
.vb-dashboard-data .inv-module-secinner.ims-nwdash .ims-nwdash-innerdata {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vb-dashboard-data .inv-module-secinner.ims-nwdash .ims-nwdash-innerdata h4 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    margin: 0;
}
.vb-dashboard-data .inv-module-secinner.ims-nwdash .ims-nwdash-innerdata img {
    max-width: 130px;
}
.vb-dashboard-data {
    margin-bottom: 30px;
}
.vb-userlist table {
    background: #fff;
}
.vb-userlist .table td, .vb-userlist .table th {
    padding: 2px 10px;
    border-top: 2px dashed #F5E8EF;
    font-size: 14px;
    line-height: 16px;
    border-left: 2px dashed #F5E8EF;
    vertical-align: middle;
    white-space: nowrap;
}
.vb-userlist .table tr td:first-child, .vb-userlist .table tr th:first-child {
    border-left: none;
}
.vb-userlist .table th {
    border-top: none;
    background: #DBDFE6;
}
.vb-userlist .btn.vb-userDeleteBtn {
    height: 20px;
    padding: 0;
    width: 20px;
    background: #fff;
    color: #ff0000;
    font-size: 18px;
    border-radius: 0;
    margin-top: 0;
    line-height: 18px;
}
.vb-userlist .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff5a5a;
    border-color: #ff5a5a;
}
.vb-userlist .page-link {
    color: #ff5a5a;
}
.vb-userlist .page-link:focus{
    box-shadow: none;
}
.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* Track */
.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FF5A5A ; 
}
.vb-userlist .table-responsive .dt-length, .vb-userlist .table-responsive div.dt-container div.dt-info {
    display: none;
}
.vb-userlist .table-responsive .dt-search {
    margin-bottom: 10px;
}
.vb-userlist .table-responsive div.dt-container div.dt-paging {
    margin-top: 10px;
}
.vb-userlist .table-responsive .dt-container .row:nth-child(2) .d-md-flex {
    padding: 0;
}
.vb-userlist div.dt-container div.dt-search input.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.vb-userlist .table-responsive a.vb-table-usernameLink {
    color: #ff5a5a;
}
/*11-12-2025*/
.vb-filter-profile.vb-register-popup-modal{
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 30px;
    border-bottom: 0.2rem dashed rgba(54, 53, 64, .1);
}
.vb-filter-profile.vb-register-popup-modal .contactf-data {
    max-width: 250px;
    margin-left: auto;
}
.vb-mobilebottom-bar-inner ul li a.active span.vb-noticount-inner{
    color: #fff !important;
}
.common-vb-popupCancel{
    background: #333 !important;
    border-color: #333 !important;
}
.vb-filter-profile-tag {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 30px;
    border-bottom: 0.2rem dashed rgba(54, 53, 64, .1);
    text-align: right;
    padding-bottom: 1rem;
}
.vb-filter-profile-tag .vb-filter-profile-tag-inner{
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: end;
}
.vb-filter-profile-tag .vb-filter-profile-tag-inner .btn {
    background: #ff5a5a;
    color: #fff;
    height: 36px;
    width: 36px;
    padding: 0;
    text-align: center;
    margin-left: 5px;
}
.vb-filter-profile-tag-inner span {
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-page-desc h4 {
    font-size: 18px;
    line-height: 20px;
}
.contact-page-desc p {
    font-size: 16px;
    line-height: 24px;
}
.contact-page.vb-register-popup-modal .vbtab-content {
    padding: 50px 30px;
}
/*=========================== 14. End New Site ===============================*/

/*==========================  15. START PRICING TABLE STYLE 4 ============================*/
.pricing-four .pricing-name {
    position: relative;
	margin-bottom: 20px;
}
.pricing-four .pricing-name .pricing-round {
    padding: 20px 0;
}
.pricing-four .pricing-box.one .pricing-name .pricing-round {
    background-color: #ff5a5a;
}
.pricing-four .pricing-box.two .pricing-name .pricing-round {
    background-color: #F69753;
}
.pricing-four .pricing-box.three .pricing-name .pricing-round {
    background-color: #0097a7;
}
.pricing-four .pricing-box.four .pricing-name .pricing-round {
    background-color: #388e3c;
}
.pricing-four .pricing-box.one .pricing-value {
    background-color: #F5E8EF;
}
.pricing-four .pricing-box.two .pricing-value {
    background-color: rgba(245, 124, 0, 0.1);
}
.pricing-four .pricing-box.three .pricing-value {
    background-color: rgba(0, 151, 167, 0.1);
}
.pricing-four .pricing-box.four .pricing-value {
    background-color: rgba(56, 142, 60, 0.1);
}
.pricing-four .pricing-name .pricing-round h6 {
    margin-bottom: 0;
	color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.pricing-four .pricing-box {
    background-color: #fff;
	overflow: hidden;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 2px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.10);
}
.pricing-four .pricing-box:hover{
	box-shadow: 0 6px 10px -30px rgba(0, 0, 0, 0.26), 0 4px 15px 2px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.pricing-four .pricing-value {
    font-size: 18px;
    padding: 43px 0 8px 0;
    color: #333;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
	margin-bottom: 10px;
}
.pricing-four .pricing-value span.amount {
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
}
.pricing-value .amount small {
    font-size: 26px;
    top: -8px;
    position: relative;
}
.pricing-four .pricing-list ul li {
    padding: 15px 0;
    color: #333;
    font-size: 16px;
    border-bottom: 2px dashed #F5E8EF;
}
.pricing-four .pricing-list {
    padding: 0 15px;
}
.pricing-four .pricing-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing-four .pricing-box .pricing-list ul li i {
    margin-right: 6px;
}
.pricing-four .pricing-btn {
    padding: 20px 0;
}
.pricing-four .pricing-btn .custom-btn i {
    margin-right: 5px;
}
.pricing-four .pricing-btn .custom-btn {
    color: #fff;
    border-radius: 0px;
    padding: 12px 30px;
	font-size: 16px;
    line-height: 18px;
}
.pricing-four .pricing-box.one .pricing-btn .custom-btn {
    background-color: #ff5a5a;
    border: 1px solid #ff5a5a;
}
.pricing-four .pricing-box.two .pricing-btn .custom-btn {
    background-color: #F69753;
    border: 1px solid #F69753;
}
.pricing-four .pricing-box.three .pricing-btn .custom-btn {
    background-color: #0097a7;
    border: 1px solid #0097a7;
}
.pricing-four .pricing-box.four .pricing-btn .custom-btn {
    background-color: #388e3c;
    border: 1px solid #388e3c;
}
/*==========================  END PRICING TABLE STYLE 4 ============================*/

/*===========================  16. 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(var(--vh, 1vh) * 100 - 56px);
        min-height: calc(100vh - 56px);
        min-height: -moz-calc(var(--vh, 1vh) * 100 - 56px);
        min-height: calc(var(--vh, 1vh) * 100 - 56px);
    }
    .main-leftbar-inner{
        height: calc(var(--vh, 1vh) * 100 - 116px);;
        min-height: calc(100vh - 116px);
        min-height: -moz-calc(var(--vh, 1vh) * 100 - 116px);
        min-height: calc(var(--vh, 1vh) * 100 - 116px);
    }
    .banner-back .banner-detail {
        max-width: 100%;
    }
    .banner .banner-detail h3{
        max-width: 100%;
    }
}
@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: 80px 0 50px;
    }
	.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: 0px;
    }
    .single-sidebar {
        margin-top: 20px;
    }
    div#mynav {
        display: flex;
        flex-basis: auto;
    }
    .container {
        padding: 0 15px;
    }
    .cg-logobar {
        margin-right: auto;
    }
    .section.sec-80 {
        padding-top: 20px;
    }
    .section.vb-breadcrumb {
        padding: 50px 0 80px;
    }
}
@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;
    }
    .banner.banner-back .banner-title {
        font-size: 48px;
        line-height: 54px;
    }
    .banner .banner-detail h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .section.banner-back {
        height: auto;
        padding: 100px 0;
    }
    .banner-back .banner-detail {
        margin: auto;
        text-align: center;
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        transform: unset;
        z-index: 1;
        padding: 0 15px;
    }
}
@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;
        min-width: auto;
    }
    .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;
    }
    .custom-navbar .navbar-collapse ul li span {
        display: none;
    }
    .banner.banner-back .banner-title {
        font-size: 36px;
        line-height: 42px;
    }
    .banner-detail .banner-matchBtn {
        font-size: 16px;
        line-height: 26px;
    }
    .vb-privacy-policy.blog .vt-blog-info h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .vb-privacy-policy.blog .vt-blog-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .vb-privacy-policy.blog .vt-blog-info h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .vb-privacy-policy.blog .vt-blog-info h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .vb-privacy-policy.blog .vt-blog-info h5 {
        font-size: 18px;
        line-height: 22px;
    }
    main.main-wrapper {
        padding-bottom: 60px;
    }
    main.main-wrapper.home-main-wrapper {
        padding-bottom: 0;
    }
    .vb-mobilebottom-bar{
        display: block;
    }
    .vbdi-data-mobile{
        display: block;
    }
    .vbdi-data-desktop{
        display: none;
    }
    span.vbdi-profile-religion, span.vbdi-profile-country {
        display: block;
        text-wrap-mode: wrap;
    }
    #otpPopup .contactf-data h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .vb-common-popmodal .vb-common-popmodal-inner-body {
        padding-bottom: 52px;
    }
    .contact-page.vb-register-popup-modal .vbtab-content {
        padding: 50px 15px;
    }
    .payment-status .payment-status-inner h2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 480px) {
    .vbd-flex-grid-inner {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
    .vb-bio .vb-biodata-detail .vbdi-img {
        text-align: center;
        margin: auto;
    }
    .vbdi-data-connects .btn.vb-bio-btnGroup, .vb-userchatBtn .vb-open-chat-btn {
        line-height: 18px;
        font-size: 14px;
    }
    .vbd-flex-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -7.5px;
        margin-right: -7px;
        gap: unset;
    }
    .custom-navbar .navbar-nav li a.nav-link, .custom-navbar .navbar-collapse ul li a,
    .custom-navbar .navbar-collapse ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .custom-navbar .navbar-collapse ul li.vb-welcome-text {
        display: none;
    }
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner label {
        font-size: 14px;
        line-height: 16px;
        min-width: unset;
    }
    
}
@media (max-width: 450px) {
    .vbd-flex-grid-inner {
        width: 100%;
        flex: 0 0 100%;
    }
    .vbdi-img-owl .owl-carousel .owl-dots {
        width: 150px;
        margin: auto;
    }
}
@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: 210px;
    }
    .blog .vt-blog-info, .single-sidebar .single-sidebar-inner {
        padding: 15px;
    }
    #modal_preloader .modal-preloader-inner {
        width: 200px;
    }
    .vb-register-popup-modal .vbtab-content {
        padding: 50px 0px;
    }
    #vb-chat-wrapper {   
        right: 15px;
        bottom: 15px; 
    }
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner label, 
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span {
        flex: 0 0 100%;
    }
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span{
        margin: 10px 0 0 0;
    }
    .vb-bio-profile .vb-propic-viewinner-r {
        margin-left: 0;
        margin-top: 10px;
        flex: 0 0 100%;
    }
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span.vb-whatsapp-icon {
        margin-left: 15px;
        margin-top: 0;
    }
}
@media (max-width: 399px) {
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner label, 
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span {
        flex: 0 0 100%;
    }
    .vb-bio-profile .vb-profile-content .vbdi-data-profile-inner span{
        margin: 10px 0 0 0;
    }
}
@media (max-width: 380px) {
    .vb-register-popup-modal .vb-proform-group .kl-image-upload.kl-image-upload-single fieldset {
        margin: 8px 0 0 0;
        flex: 0 0 100%;
    }
    .vb-fg-col {
        flex-wrap: wrap;
    }
    .vb-login_tab_content a.forgot-pass {
        margin-top: 10px;
    }
    .navbar .cg-logobar a img, .footlogo .footlogo-iner img {
        width: 190px;
    }
    .vb-common-popmodal-inner-body-buttons .custom-btn {
        width: 105px !important;
    }
}
@media (max-width: 360px) {
    .vbd-flex-grid-inner {
        width: 100%;
        flex: 0 0 100%;
    }
    .vbdi-img-owl .owl-carousel .owl-dots {
        width: 150px;
        margin: auto;
    }
}
/*===========================  End Responsive ============================*/
