body{
    font-family: 'Mukta',sans-serif;
    font-size: 13px;
    color:#808080;
}
.f-9{
    font-size: .9rem !important;
    font-family: 'Roboto',sans-serif;
}
.f-8{
    font-size: .8rem !important;
}
.newss{
    border: 1px solid #ccc;
    box-shadow: 0 0 10px gray;
}
p{
    color: #343a40;
    /*text-align:justify;*/
}
h5{
    font-weight: bold;
}
a:hover{
    text-decoration: none;
}
.card:hover{
    cursor: pointer;
}
.media:hover{
    cursor: pointer;
}
.subs{
    background: red;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border-radius: 8px;
}
.fa-twitter, .fa-facebook-f, .fa-google, .fa-envelope, .fa-whatsapp{
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background:#DB4437;
    color: #fff;
}
.fa-facebook-f{
    padding: 10px 14px;
    background: #3b5998;
}
.fa-twitter{
    background: #38A1F3;
}
.fa-envelope{
    background: gray;
}
.fa-whatsapp{
    background: #25D366;
}

.media-img{
    border-radius: 50%;
    /* height: 70px;
    width: 70px; */
}
.comt{
    border: none;
    width: 50%;
    background: #f6f6f6;
}
/* .india{
    position: sticky;
    top: 20px;
} */
.next::after{
    content: "";	
	width: 0px;
    height: 0px;
    position: absolute;
    right: 50%;
	bottom: 0;
	transform: translateY(-50%);
    border-top: 20px solid red;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.next::after{
    content: "";	
	width: 0px;
	height: 0px;
    border-top: 20px solid #dee2e6;
    border-left: 15px solid transparent;
	border-right: 15px solid transparent;	
	position: absolute;
	right: 49%;
	bottom: -30px;
	transform: translatey(-50%);
}
.video{
    padding:0 13px !important;
}
