/*html,body{
	overflow-x: hidden;
}*/
.navbar-expand-lg .navbar-collapse{
	flex-grow:0;
}
.menu-bar{
	/* justify-content: center; */
	justify-content: right;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;

}
.navbar-light.menu-bar .navbar-nav{
    gap:20px;
}

.navbar-light.menu-bar .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1c4782;
    white-space: nowrap;
    transition: all .3s;
}


.navbar-light.menu-bar .navbar-nav .nav-link:hover {
   color: #ff6347;
}
.navbar-light .navbar-nav .nav-link {
    /* font-family: "Gupter", serif; */
    color: #1a4780;
    text-decoration: none; 
    position: relative;
    transition: color 0.3s; 
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #806630;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    box-shadow: 2px 3px #c9c3c3;
}
.navbar-light .navbar-nav .nav-link::after {
    content: ''; /* Required for the pseudo-element */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* The thickness of the line */
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);

    transition: width 0.3s ease; /* Animate the width */
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff6347;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%; /* On hover, the line expands to the full width of the link */
}




ul.subcategory::-webkit-scrollbar {
  width: 5px;
  height:5px;
}

/* Track */
ul.subcategory::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 10px;
}
 
/* Handle */
ul.subcategory::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}

/* Handle on hover */
ul.subcategory::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

.navbar-light.menu-bar .navbar-nav li{
    position: relative;
}
.navbar-light.menu-bar .navbar-nav li:hover ul.subcategory{
    opacity: 1;
    visibility: visible;
}

ul.subcategory {
    position: absolute;
    padding: 0px;
    background: #fff;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    max-height: 60vh;
    overflow-y: auto;
}
ul.subcategory li a {
    /* font-family: "Gupter", serif; */
    font-size: 15px;
    padding: 15px 20px;
    text-decoration: none;
    border-bottom: 2px solid #fafafa;
    display: block;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    color: #1a4780;
    position: relative;
}




ul.subcategory li a::after {
    content: ''; /* No content, just the effect */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);
    transform: scaleX(0); /* Start the border scaled to 0 */
    transform-origin: bottom right; /* Start the effect from the right */
    transition: transform 0.3s ease-out; /* Smooth transition for the effect */
}

ul.subcategory li a:hover::after {
    transform: scaleX(1); /* Full width when hovered */
    transform-origin: bottom left; /* End the effect from the left */
}

ul.subcategory li a:hover {
    color: #ff6347; /* Change text color on hover */
}

.fa-thumbs-up:before {
    content: "\f164";
    color: green;
}
.fa-pencil:before {
    content: "\f040";
    color: #007bff;
}
.fa-share-alt:before {
    content: "\f1e0";
    color: #5466cc;
}
.fa-pie-chart:before {
    content: "\f200";
    color: burlywood;
}



ul.tab-btns {
    list-style: none;
    padding: 0px;
}
ul.tab-btns li {
    margin-bottom: 8px;
}
ul.tab-btns li a {
    display: block;
    text-transform: capitalize;
    padding: 7.5vh 14px;
}
.menu-bar .nav-link {
    min-width: 100px;
    text-align: center;
    margin: 0px 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.menu-bar .navbar-nav .nav-link.active, .menu-bar .navbar-nav .show>.nav-link, .menu-bar .navbar-nav .nav-link:hover {
    /* border-bottom: 2px solid #0d0d0d; */
}
.footer .navbar-brand, .navbar-light .navbar-brand {
    /* color: #e91e63; */
    font-weight: 800;
    /* font-size: 40px; */
    color: #4bacf7;
}

.bg-light{
    background-color: transparent !important; 
    position:sticky;
}
.navbar-light .navbar-brand::nth-letter(n) {
  display: inline-block;
  padding: 20px 10px;
}
.navbar-light .navbar-brand::nth-letter(odd) {
  transform: skewY(15deg);
  background: url(light-red-pattern.png);
}
.navbar-light .navbar-brand::nth-letter(even) {
  transform: skewY(-15deg);
  background: url(dark-red-pattern.png);
}
.navbar-light .navbar-brand::nth-word(n) {
  margin-right: 20px;
}
.navbar-light .navbar-brand::last-word {
  margin-right: 0;
}



footer {

    padding: 2rem 0 2rem;

    position: relative;

    background: #ebf0f5;

}

footer p {
    font-size: 1rem;
    letter-spacing: .05px;
    color: #191919;
    font-weight: 500;
    line-height: 1.4rem;
}
footer a {
    font-weight: 700;
    text-transform: none !important;
}

/* .carousel-caption * {
    color: #fff;
} */

.carousel-item img {
    max-width: 100%;
}
.blog-content{
    background-color:white;
}
.blog-content .pp li span, .blog-content .pp, .blog-content .pp li {
   
    line-height: 22px;
    color: #000;
    margin-bottom: 7px;
}

.follow-us{
    text-align: center;
}
.follow-us a  {
    display: inline-block;
    padding: 3px 6px;
    text-decoration: none;
    opacity: 0.9;
    border-radius: 100px;
    font-size: 14px;
    margin-right: 5px;
    min-width: 30px;
    height: 30px;
    /* border: 2px solid #f8e0e0; */
   
    transition: transform 0.6s ease;
}
.follow-us a:hover {
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);
 color: rgb(252, 250, 238);
}
.follow-us i{
    transition: transform 0.6s ease; /* Smooth transition with ease */
    transform: rotateY(0deg); /* Start with no rotation */
    transform-origin: center; /* Make sure it rotates around the center */
    will-change: transform; /* Improve performance for transitions */
}

/* Hover effect: rotate the element around Y-axis */
.follow-us i:hover {
    transform: rotateY(180deg); /* Flip 180 degrees on hover */
   

}



.facebook {
    /* background: #1877f2; */
    color: #1877f2;
    box-shadow: 2px 2px 5px rgb(170, 167, 167); 
}
.twitter {
    /* background: #1da1f2; */
    color: #1da1f2;
    box-shadow: 2px 2px 5px rgb(170, 167, 167); 

}
.insta {
    /* background: var(--bs-pink); */
    color: var(--bs-pink);
    box-shadow: 2px 2px 5px rgb(170, 167, 167); 

}
.youtube {
    /* background: var(--bs-red); */
    color: var(--bs-red);
    box-shadow: 2px 2px 5px rgb(170, 167, 167); 

}

.card2    {
    box-shadow: 0px 0px 22px #aae7e2bd;
    border-radius: 10px;
}
.btn-red {
    width: 100px;
    background: #fff;
    border-top: 2px solid #1a4780;
    border-bottom: 2px solid #1a4780;
    color: #1a4780;
}

.btn-red:hover {
    width: 100px;
    background: #1a4780;
  
    color: #ffffff;
}
.login-block .row>label{
	padding: 0px;
}
.line {
    background: #ccc;
    width: 40%;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
}
small.or {
    width: 50px;
    display: inline-block;
}
.carousel-caption {
    background: #0000003d;
}
.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}
.pricing .row>.card{
	flex: 1;
	width: auto;
}



.footer-toggle {
    position: absolute;
    transform: rotate(-90deg); /* Keep the rotation */
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);
    width: 40px; /* Increased width for better interaction */
    height: 60px; /* Increased height for better alignment */
    text-align: center;
    line-height: 60px; /* Centering text vertically */
    left: 33px;
    top: -50px;
    color: #fff; /* White text */
    font-size: 28px; /* Larger font size */
    border-radius: 0 8px 8px 0; /* Rounded corners for a smoother look */
    cursor: pointer; /* Change cursor to pointer to indicate clickable */
    transition: all 0.3s ease; /* Smooth transition for hover and rotation */
}

.footer-toggle:hover {
    background: #ff6347; /* Slightly darker shade of blue for hover */
    transform: rotate(-90deg) scale(1.1); /* Slightly increase size on hover */
    color: #ffffff;
}

/* Optional: Add a focus effect for accessibility (keyboard users) */
.footer-toggle:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(26, 71, 128, 0.7); /* Subtle glow effect */
}
.fa-angle-left:before {
    content: "\f104";
    color: white;
}



.footer_top{
	display: none;
}
.footer_top.active{
	display: block;
    z-index: 35;
}
.footer_top + footer {
    margin-top: 15px;
}
.footer_top.active + footer {
    margin-top: 0px;
}

.accordion-button{
    padding: 0.2rem 1rem;
}
.accordion-button:focus{
	outline: none;
	border-color:transparent;
	box-shadow:none;
}
.accordion-button:not(.collapsed){
	font-weight: bold;
	color: #333;
	background:	#fafafa; 
}
.blog-title-area span a {
    padding: 5px 20px;
    color: #ffffff !important;
    border-radius: 3px;
    background: #ff6347;
    text-decoration: none;
}

.menu-bar .navbar-nav .nav-link {
    color: #fff;
}



.menu-bar .nav-item .dropdown .btn {
    color: #222;
    /* background: transparent; */
    background-color: #fff;
    border: 0px;
    padding: 0px;
    line-height: 56px;
}
.menu-bar .nav-item .dropdown button.btn:focus:not(:focus-visible) {
    outline: 0;
    border: 0 !important;
    box-shadow: none;
}
.menu-bar .dropdown .nav-link{
    color: #000;
}

.menu-bar .dropdown .dropdown-menu{
    width: 230px;
}
.btn-primary {

    background: #fcfcfc;
    color: #1a4780;
    /* border: 2px solid #1a4780; */
    border-top: 2px solid #1a4780;
    border-bottom: 2px solid #1a4780;
    border-left: 2px solid white;
    border-right: 2px solid white;
    text-align: left;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 0px !important;
    display: block;
    transition: transform 0.6s ease;
}


.btn-primary:hover {
    letter-spacing: 1px;
    background:  #4b4ba6;
    border: 2px solid rgb(192, 192, 192);
    color: #ffffff ;
}
  


.input-group-btn > .btn-primary{
    background-color: #ffffff !important;
    color: #13337e;
    /* border-color: #1a4780; */
    border-radius: 0px;
    border: 2px solid white;
}
.input-group-btn > .btn-primary:hover {
    color:  #ff6347;
    background-color: #ffffff !important;
    border-color: #ffffff;
}

.btn-secondary {
    color: #5e5e5e;
    background-color: #e6e7e8;
    border-color: #e6e7e8;
}

.title-1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    border-radius: 10px;
}

.title-2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.text-right {
    text-align: right;
}



.btn-full {
    width: 100%;
    display: block;
}


button{
    border: none;
}
.blue-btn{
    background: #fcfcfc;
    color: #1a4780;
    /* border: 2px solid #1a4780; */
    border-top: 2px solid #1a4780 ;
    border-bottom: 2px solid #1a4780 ;
    text-align: left;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 14px;
    width: 150px;
    border-radius: 0px !important; 
    display: block;
}
.blue-btn:hover {
    letter-spacing: 1px;
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);
    border: 2px solid rgb(192, 192, 192);
    color: #ffffff !important;
   
}
.btn-first {
    background: #fcfcfc;
    color: #1a4780;
    /* border: 2px solid #1a4780; */
    border-top: 2px solid #1a4780;
    border-bottom: 2px solid #1a4780;
    text-align: left;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 0px !important; 
    display: block;
    transition: transform 0.6s ease;

}
.btn-first:hover {
    letter-spacing: 1px;
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);
    border-color: rgb(192, 192, 192);
    color: #ffffff !important;
   
}
#noQuiz {
    margin-bottom: 0px;
}

.related-item img{
    height:100%;
    object-fit: cover;
    border-radius: 4px;
}
.btn-first a{
    color: #fff;
}

.btn-second {
    background: #ffffff;
    font-weight: bold;
    color: green;
    border-top: 2px solid green;
    border-bottom: 2px solid green;
    text-align: left;
    display: block;
    /* padding: 10px 25px; */
    border-radius: 0px !important; 
    font-size: 14px;
    transition: transform 0.6s ease;

}
.btn-second:hover{
    background: linear-gradient(to right, #14532d, #02742b, #028a34) !important;
   border: 2px solid rgb(214, 214, 213);
    color: #ffffff ;
    /* background-image: linear-gradient(to left, #c79f88, #b6876b, #c9a48f); */
}

.btn-third{
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 10px 25px;
    font-size: 18px;
    width: 100%;
    /* border-radius: 10px; */
    display: block;
}

.btn-third:hover,

.btn-second:hover{
    color: #fff;
}
.viral_cont {
    margin-top: 15px;
}


.welcome-box >.btn-first {
    
    background: #fcfcfc;
    color: #1a4780;
    border-top: 2px solid #1a4780;
    border-bottom: 2px solid #1a4780;
    text-align: left;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 14px;
    width: 150px;
    border-radius: 0px !important; 
    display: block;
    transition: transform 0.6s ease;

}
.welcome-box >.btn-first:hover {
    background: linear-gradient(to right, #1a4780, #4b4ba6, #816cbb);
    border: 2px solid rgb(206, 204, 204);
    color: #ffffff !important;
   
}
.viral_cont .title-1 {
    /* background: #1a4780; */
    color: #1a4780;
    padding: 10px;
}

.form-control {
    border-radius: 0px;
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}
.ask-question-block {
    padding: 20px; 
    /* background-color: #edf4f8;  */
    border-radius: 10px; 
 
    transition: box-shadow 0.3s ease; 
    font-size: 14px;
}



.notify {
    background: #ffffff;
    color: #242424;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 5px;
}

.sidebar .btn {
    font-size: large;
}


.display-1 {
    font-size: 20px;
    padding: 10px 25px;
    display: block;
    text-align: center;
    background: #e6e7e8;
    margin: 10px 0px;
    border: 1px solid #ccc;
}
.table, .table p {
    font-size: 12px;
}

.ans_cont p {
    overflow: hidden;
    margin-bottom: 0px;
}

.ans_cont {
    position: relative;
    max-width: 350px;
    overflow: hidden;
}
.ans_cont img
{
    max-width: 100%;
    height: auto !important;
}
.expandable{
    height: 35px;
}

.expandable.expended{
    height: auto;
}
.page-item.disabled.active .page-link,
.page-item.active .page-link{
        background-color: #1a4780 !important;
        color: #fff !important;
}


.rating {
    float:left;
    width:40%;
}
.rating span { float:right; position:relative; }
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    color:#ddd;
    font-size:20px;
    margin-right:2px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    color:#F90;
}


.rating-container label{
    width: 40%;
    float: left;
}

.rating-container + label{
    clear: both;
}

.fa.active{
    color: #F90;
}



.review-by {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.review-rating i:first-child{
    margin-left:0px;
}
.review-rating i {
    margin: 0px 2px;
}

.title-block {
    display: flex;
}
.review-rating{
    margin-right: 10px;
}

@media(max-width: 800px){
	.pricing .row>.card{
		width: 50%;
		flex: auto;
	}
}


@media(max-width: 640px){

    .table-responsive tr>th,
    .table-responsive tr>td{
        width: 100%;
        display: block;
    }
    .table-responsive tr>th:first-child,
    .table-responsive tr>th:nth-child(2),
    .table-responsive tr>td:first-child, 
    .table-responsive tr>td:nth-child(2) {
        display: inline-block;
        width: 50%;
    }

    .btn-full{
        font-size: medium;
    }
    .title-2 {
        font-size: 22px;
    }
    .notify{
        font-size: 14px;
        padding: 7px 12px;
    }
}

@media(max-width: 560px){
	.pricing .row>.card{
		width: 100%;
		flex: auto;
	}
}

ul.list {
    display: block;
    padding-left: 0px;
}
ul.list li {    list-style: circle;
    list-style-position: inside;
    padding-left: 14px;
    transition: 0.3s;
}

ul.list li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}
ul.list li:hover{
    background: rgba(0, 0, 0, 0.07);
}
ul.list li a {
    text-decoration: none;
    font-size: 13px;
    line-height: 34px;
    font-weight: 600;
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
}
ul.list li:hover a{
    color: #000;

}

ul.list li.active {
    background: #1a4780;
    color: #fff;
    border-radius: 7px;
}
ul.list li.active a{
    color: #fff;
}
/* Apply to all input fields and textareas */
.form-control {
    font-size:14px; /* Default font size */
    font-weight: 400; /* Standard font weight */
    line-height: 1.5;
    color: #6d7f91; /* Darker text for better readability */
    background-color: #f8f9fa; /* Light grey background for a soft, clean look */
    background-clip: padding-box;
    border-bottom: 1px solid #ddd; /* Lighter border color */
    border-radius: 2px; /* Slightly larger border radius for smoother corners */
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 0 0 10px rgba(218, 217, 217, 0.349);
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  */
}

/* Focus state to give a glowing effect when the input is focused */
.form-control:focus {
    border-color: #5ebcd3; /* Green border on focus */
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.4); /* Light green glow effect */
    outline: none; /* Remove default outline */
}

/* Hover effect to enhance interactivity */
.form-control:hover {
    border-color: #745db4; /* Lighter blue border on hover */
    
}

/* Placeholder styling */
.form-control::placeholder {
    color: #1a4780; /* Subtle placeholder text color */
    font-style: italic; /* Italicized placeholder text */
}

/* Disabled state */
.form-control:disabled {
    background-color: #e9ecef; /* Light grey background when disabled */
    border-color: #ccc; /* Lighter border when disabled */
    color: #6c757d; /* Darker placeholder text when disabled */
    cursor: not-allowed; /* Indicating non-interactive state */
}




.upload {
    text-align: center;
    width: 150px;
    position: relative;
    display: inline-block;
    border-top: 2px solid #14532d;
    border-bottom: 2px solid #14532d;
    /* border-radius: 5px; */
    background: #ffffff ;
    color: #14532d;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 14px;
   

}
.upload:hover {
  
    background: linear-gradient(to right, #14532d, #02742b, #028a34) ;

    color: #dbd3d1;
    border-top: 2px solid #a8a7a7;
    border-bottom: 2px solid #a8a7a7;
    
}
.upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    cursor: pointer;
}


.btn-custom {
    /* color: #fff; */
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    /* padding: 20px 40px; */
    width: 100%;
    /* height: 300px; */
    align-items: center;
    display: flex;
    justify-content: center;
    /* border-radius: 34px; */
}

.green-bg{
    /* background: green; */
    background: linear-gradient(to right, #14532d, #02742b, #028a34);
    padding: 4px 20px;
    padding-right: 100px;
    color: #fff;
}

.btn-custom:hover{
    color: #fff;
}

.btn-custom img{
        margin-right: 20px;
}
.title-3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

@media(min-width: 768px){
    .label-block {
        display: none;
    }
}
.mob-icons {
    display: none;
}
@media(max-width: 767px){
    .mob-icons {
        display: flex;
        justify-content: center;
        margin-bottom: 7px;
        position: sticky;
        top: 100px;
        z-index: 2;
        background: #fff;
    }
    .search-bar{
        width: 100%;
        align-items: center;
        position: sticky;
        top: 0px;
        z-index: 2;
        background: #fff;
    }
    #loading-image {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 40vh;
    }
    #loading-image img {
        width: 80px;
    }
    .mob-icons a {
        padding: 8px;
        background: #1a4780;
        margin-right: 5px;
        display: block;
        flex: 1;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        color: #fff !important;
        cursor: pointer;
        border-radius: 8px;
    }
    .mob-icons a.active{
        background:  #377220
    }
    .mob-icons a:last-child {
        margin-right: 0px;
    }
    .previous_ques .table>thead {
        vertical-align: bottom;
        display: none;
    }
    .label-block {
        display: inline-block;
        margin-right: 10px;
        width: 40%;
        font-weight: 800;
    }
    .block-content{
        display: inline-block;
        vertical-align: top;
    }
    .menu-bar{
        background: transparent !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        text-align: left;
        padding: 9px 20px;
        color: #333;
    }
    .btn-third, .btn-first{
        font-size: large;
    }
    .navbar{
        padding-bottom: 0px;
    }
    .search-bar .input-group{
        margin-bottom: 0.4rem!important;
    }
    .follow-us a{
        width: 30px;
        padding: 0px;
        min-width: 30px;
        height: 30px;
        line-height: 30px; 
        margin: 2px;
    }
}

@media (min-width: 992px){
    .search-bar{
        position: sticky;
        top: 0;
        background: #fff;
        z-index:2;
    }
    .menu-bar{
        position: sticky;
        top: 54px;
        z-index:2;
    }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
}
}

.sharethis-inline-share-buttons a {
    display: inline-block;
    text-decoration: none;
    margin-top: 0px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 25px;
    border-right: 1px solid #a3a5a8;
    margin-bottom: 20px;
}
.sharethis-inline-share-buttons {
    text-align: center;
}
.sharethis-inline-share-buttons a i {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.sharethis-inline-share-buttons a:last-child {
    border-right: 0px;
}
.social-share.tw i{color: #34abf3;}
.social-share.fb i{ color:#3085f3; }
.social-share.whatsapp i{ color:#30aa39; }

.comment-box {
    display: block;
    margin: 20px 0px 40px;
    border: 1px dashed #bbb;
    padding: 30px;
}
.rounded-circle {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.d-row {
    display: block;
    clear: both;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 10px;
}
.comment-box img {
    width: 40px;
    margin: 5px 20px 0px 0px;
    height: 40px;
    float: left;
}
.comment-box h5 {
    font-size: 14px;
    margin: 0px;
    padding-left: 66px;
    color: #111;
}
@media(max-width: 640px){
    .col-md-4 {
        order: 1;
    }
    .col-md-4.viral_cont {
        order: 0;
    }
}


.adv{
    min-width: 50%;
}
.adv a {
    display: table-cell;
    text-align: center;
    padding: 18px;
    border: 1px solid #ededed;
    border-right: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #777;
}
.adv a:last-child {
    border-right: 1px solid #ededed;
}
.adv span {
    font-weight: 400;
        color: #229456;
}

@media (max-width: 767px) {
    ul.subcategory {
        padding-left: 27px;
        position: relative;
        width: 100%;
        z-index: 1;
        opacity: 1;
        visibility: visible;
    }
    ul.subcategory li a{
        padding: 10px 0px;
    }
    .navbar-light.menu-bar .navbar-nav .nav-link{
        padding-left: 0;
        color: green;
    }
}
@media(max-width: 640px){
    .text-right {
        text-align: left;
    }
    .blog-meta small:after {
       
        padding-left: 5px;
    }
    .adv a{
        padding: 10px;
    }
    .adv
    {
        margin-bottom: 20px;
    }
    .welcome-box >.btn-first {
        background: #fcfcfc;
        color: #1a4780;
      
        text-align: left;
        font-weight: bold;
        padding: 5px 5px;
        font-size: 14px;
        width: 120px;
        border-radius: 5px;
        display: block;
    }
    
}



/* Basic Reset */

  
  /* Input Group Styles */

  .input-group {
    display: flex;
    max-width: 500px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 8px rgb(147 141 115 / 50%);
    background-color: #ffffff;
}


  
 
  .input-group .form-control {
    background-color: #ffffff;
    flex: 1;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
  }
  
 
  .input-group .form-control:focus {
    box-shadow: 0 0 8px rgba(7, 10, 14, 0.5);
    border-color: #1a4780;
  } 



  
  
  
  
  .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #94999c;
    content: var(--bs-breadcrumb-divider, "/");
}
  
  /* Hover effect for the button */
  .input-group .input-group-btn .btn:hover {
    background-color: #1a4780;
  }
  
  /* Font awesome search icon */
  .input-group .input-group-btn .fa-search {
    font-size: 18px;
  }
  
