body {
    font-family: 'Sofia Sans Condensed', sans-serif ;
    overflow-x:hidden;
    
    margin:auto;
  }
  .cover-body.d-flex.justify-content-between.align-items-center.mydd {
    margin-bottom: 0px!important;
}
.profile-page .profile-header .cover .cover-body .profile-pic {
    width: 180px!important;
    height: 200px;
    object-fit: cover;
}
/*   
  .fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index:999;
      
  } */
 /*banner slider*/
 
		#frame label {
			cursor: pointer;
			text-decoration: none;
		}

		

		#overflow {
			width: 100%;
			overflow: hidden;
		}

		#frame1:checked~#slides .inner {
			margin-left: 0;
		}

		#frame2:checked~#slides .inner {
			margin-left: -100%;
		}

		#frame3:checked~#slides .inner {
			margin-left: -200%;
		}

		#slides .inner {
			transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			width: 400%;
			line-height: 0;
			
		}

		#slides .frame {
			width: 25%;
			float: left;
			display: flex;
			justify-content: center;
			align-items: center;
			color: black;
		}

		

		/* active class for navigation button*/
		#frame1:checked~#controls label:nth-last-child(2),
		#frame2:checked~#controls label:nth-last-child(3),
		#frame3:checked~#controls label:nth-last-child(1) {
			left: 0;
			display: block;
		}

		
		#frame1:checked~#bullets label:nth-child(1),
		#frame2:checked~#bullets label:nth-child(2),
		#frame3:checked~#bullets label:nth-child(3) {
			background: #444;
		}

		/* Next and Previous Arrow Styles */
	#next, #prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    cursor: pointer;
    background: transparent;
    padding: 21px;
    border: none;
    outline: none;
}

		#next {
			right: 0;
		}

		#prev {
			left: 0;
		}
		/*banner slider end*/
  #toggle-password {
       position: absolute;
    top: 6px;
    right: 4px;
    cursor: pointer;
}

.form-control{
	font-size:13px;
}

.input-group {
    position: relative;
}

/* #main-log #toggle-password {
    position: absolute;
    top: 30%;
    right: 50px;
    transform: translateY(-50%);
    cursor: pointer;
} 
.user-passow span#toggle-password {
    position: absolute;
    top: 40%;
    transform: translateY(50%);
    right: 25px;
}*/
  a {
    text-decoration: none;
  }
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}
.card-body iframe {
    border: 0;
    min-height: 350px;
}
.comment-image-view img{
    width: auto;
    max-width: 100%;
    height: auto;
}

a.dropdown-item.d-flex.align-items-center {
    gap: 5px;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure img:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)!important;
}
.act-user {
	position: absolute;
    left: 0;
    top: 0;
}
.forBtn button.btn.btn-success {
    padding: 4px 24px;
    margin-top: 10px;
    background-color: #851769;
    border:none;
}
.forBtn {
    text-align: end;
}
.post {
     border-bottom: none; 
     margin:0px!important;
     padding:0px!important;
   
}
img.imge-loginPic {
    width:30px;
    height:30px;
    border-radius:30px;
	
	margin: 0 4px 0 0;
}
.d-md-block.gp {
    position: relative;
    left: 20px;
}
.comment-comment.msg {
    background: #f4f4f4;
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.clse{
	padding-right:20px;
}

.nbdr{
	padding-right:0;
	border:none;
}
     

.vivCntf p {
    margin-top: 0;
    margin-bottom: 0px!important;
}
span.vivCntf {
    display: inline-flex;
    align-items: center!important;
    justify-content: end;
    background: #f5f5f5;
    padding: 4px 11px;
    column-gap: 7px;
    border-radius: 18px!important;
}
input.form-control.commntDD {
       background: #f5f5f5;
    border-radius: 20px;
    height: 80px;
}
button.close {
    color: red;
    font-size: 36px;
}
button.close:hover {
    color: red; 
}
li{
	list-style:none;
}

ul{
	margin:0;
	padding:0;
}

/* .comment-image {
    display: flex;
    align-items: center;
    column-gap: 20px;
} */
.main-comment-sec {
    display: block!important;
    margin-bottom: 20px;
}
.comment-comment.msg p {
    padding: 0px !important;
    margin-bottom: 0px;
}
.posts-comment-input {
   padding:0  20px;
}

.popup img {
    max-width: 600px;
    max-height: 80%;
    margin: 20px auto;
    display: block;
    padding: 30px;
    background-color: #fff;
}
        div#imagePopup {
    z-index: 99;
}
div#imagePopup span {
    font-size: 58px!important;
    right: 28%!important;
    color: #0e0d0d!important;
    top: -5px!important;
}
h5.post-cl {
    text-align: center;
    font-size: 27px;
    

}
img.img-fluid-d {
    height: 92px; 
    width: 100%;
	object-fit: cover;
}
h5.rtTitle.p-2 {
    border-radius: 5px;
    border: 1px solid;
}
.reportt .modal-content {
    width: 100%;
    margin: auto;
}

.repot-bdy .btn-group {
    display: inline-grid;
    width: 100%;
}
.repot-bdy  label.btn.btn-outline-primary {
    border-radius: 0px;
    text-align: left;
}
.pro-btn {
    display: flex!important;
    column-gap: 10px;
    align-items: center;
	padding: 0 9px;
    
}

figure{
	margin:0!important;
}

.pro-btn a{
	color:#fff;
}

.pro-btn .dropdown-menu a{
	color:#000;
}

.no-bdr{
	border:none;
}

.pro-btn button#dropdownMenuButton2 {
    background-color: #fff9;
    max-height:38px;
}

li.nav-item.dropdown.show:hover .dropdown-menu-right {
    display: block!important;
}.dropdown-menu-right {
    display: none!important;
}



#posts-container .dropdown-menu{
	left:-124px;
}


.tesst figure img{
	width:100%;
	height:150px;
	object-fit:cover;
} 



        .profile-page .profile-header .cover {
			position: relative;
			border-radius: .25rem .25rem 0 0;

        }


        img.profile-pic {
            background-color: #ccc;
        }


        .profile-page .profile-header .cover figure {

            margin-bottom: 0;

        }


span.notfy{
	position: absolute;
    top: 10px;
    background: #ccc;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 15px;
    font-size: 9px;
}

i.fa.fa-bell{
	position:relative;
}

      


        .profile-page .profile-header .cover figure img {

            /* border-radius: .25rem .25rem 0 0; */

            width: 100%;

        }

      /*   .profile-page .profile-header .cover .gray-shade {

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 100%;

            z-index: 1;

            background: linear-gradient(rgba(255, 255, 255, 0.1), #fff 99%);

        }
 */


        .profile-page .profile-header .cover .cover-body {

            position: absolute;

            bottom:0;

            left: 0;

            z-index: 2;

            width:auto!important;

            padding: 0 20px;

        }

        .card-header p {
            margin-bottom: 0px !important;
        }

        .profile-page .profile-header .cover .cover-body .profile-pic {

            /*border-radius: 0 !important; */
			width:100%;
			margin-bottom: 25px;
			margin: 0 11px 20px 0;
			border: solid 4px #fff;
			

        }
		
		.profile-page .profile-header .cover .cover-body .profile-pic {
       /*  border-radius: 0%; */
        width: 180px;
    }

   .profile-page .profile-header .cover .cover-body .profile-name {
    font-size: 16px!important;
    font-weight: 400!important;
    
}

        .profile-page .profile-header .header-links {

            padding: 15px;

            display: -webkit-flex;

            display: flex;

            -webkit-justify-content: center;

            justify-content: center;

            background: #fff;

            border-radius: 0 0 .25rem .25rem;

        }



        .profile-page .profile-header .header-links ul {

            list-style-type: none;

            margin: 0;

            padding: 0;

        }



        .profile-page .profile-header .header-links ul li a {

            color: #000;

            -webkit-transition: all .2s ease;

            transition: all .2s ease;

        }



        .profile-page .profile-header .header-links ul li:hover,

        .profile-page .profile-header .header-links ul li.active {

            color: #727cf5;

        }



        .profile-page .profile-header .header-links ul li:hover a,

        .profile-page .profile-header .header-links ul li.active a {

            color: #727cf5;

        }



        .profile-page .profile-body .left-wrapper .social-links a {

            width: 40px;

            height: 40px;

        }



        .profile-page .profile-body .right-wrapper .latest-photos>.row {

            margin-right: 0;

            margin-left: 0;

        }


    .profile-page .profile-body .right-wrapper .latest-photos>.row>div {

            padding-left: 0px;

            padding-right: 0px;

        } 



        .profile-page .profile-body .right-wrapper .latest-photos>.row>div figure {

            -webkit-transition: all .3s ease-in-out;

            transition: all .3s ease-in-out;

            margin-bottom: 6px;

        }



        /*.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure:hover {*/

        /*    -webkit-transform: scale(1.06);*/

        /*    transform: scale(1.06);*/

        /*}*/


/* 
        .profile-page .profile-body .right-wrapper .latest-photos>.row>div figure img {

            border-radius: .25rem;

        }
 */


        .rtl .profile-page .profile-header .cover .cover-body .profile-name {

            margin-left: 0;

            margin-right: 17px;

        }

        .img-xs {

            width: 37px;

            height: 37px;

        }

        .rounded-circle {

            border-radius: 50% !important;

        }

        img {

            vertical-align: middle;

            border-style: none;

        }



        .card-header:first-child {

            border-radius: 0 0 0 0;

        }

        .card-header {

            padding: 0.875rem 1.5rem;

            margin-bottom: 0;

            background-color: rgba(0, 0, 0, 0);

            border-bottom: 1px solid #f2f4f9;

        }



        .card-footer:last-child {

            border-radius: 0 0 0 0;

        }

        .card-footer {

            padding: 0.875rem 1.5rem;

            background-color: rgba(0, 0, 0, 0);

            border-top: 1px solid #f2f4f9;

        }



        .grid-margin {

            margin-bottom: 1rem;

        }



        .card {

            box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);

            -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);

            -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);

            -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);

        }

        .rounded {

            border-radius: 0.25rem !important;

        }

        .card {

            position: relative;

            display: flex;

            flex-direction: column;

            min-width: 0;

            word-wrap: break-word;

            background-color: #fff;

            background-clip: border-box;

            border: 1px solid #f2f4f9;

            border-radius: 0.25rem;

        }

        nav.navbar.navbar-expand-lg.navbar-light.bg-light.mb-2.mt-2.mnav {
            padding:inherit!important;
            border-radius: 8px;
			box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
			-webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
			-moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
			-ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);

        }



        .dropdown:hover>.dropdown-menu {

            display: block;

        }



        .dropdown>.dropdown-toggle:active {

            /*Without this, clicking will make it sticky*/

            pointer-events: none;

        }

       ul.dropdown-menu {
    left: -110px;
    margin-top: -10px;
}

        img.log {

            height: 32px;

        }
        .friends-list ul {
    display: flex;
    align-items: center;
    padding: 0px;
    column-gap: 30px;
}.friends-list li {
   
    list-style: none;
}
img.follower-pic {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}
.modal-content {
    /* width: 80%; */
    margin:0;
}
.pro-btnn {
    text-align: right;
}
li.flbtn {
    width: 50%!important;
}
a.pro-button {
    text-decoration: none;
    padding: 5px 17px;
    background-color: #edecec;
    color: #000;
    border-radius: 5px;
}

p#openModal {
    margin-bottom: 0px;
}
/*.reaction-sect figure {*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*    border-radius: 90px;*/
/*    background: white;*/
/*    align-items: center;*/
/*}*/

/*.reaction-sect img {*/
/*    width: 82px;*/
/*    transition: .2s ease;*/
/*}*/

.reaction-sect img:hover {
    transform:scale(1.3); cursor:pointer;

}
/*.reaction-sect:hover .abc {*/
/*    display: block!important;*/
/*}*/

.reaction-sect ul li img {
    width: 40px;
    height: 40px;
    transition: .2s ease;
}
.carousel-item {
    transition: transform -1.4s ease-in-out !important;
}

.eye-vf {
    text-align: right;
    margin-top:5px;
}
span.vivCntf {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 15px;
}
img#zoom-image {
    height: auto;
    width: 100%; 
}
div#image-container {
    max-width: 100%;
    overflow: hidden;
}
.modal-content.video-ct {
    width: 100%!important;
}

.tesst a {
    position: absolute;
    right: 4px;
    bottom: 2px;
}
.teST a {
   position: absolute;
    top: 0;
    right:0;
    background: #f00;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.teST a i{
	font-size: 9px;
    color: #fff!important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}



.reaction-sect ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: end;
}

.post-pht img{
	width:100%;
}

.reaction-cmt ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.reaction-cmt ul li span{
	padding:0 0 0 5px;
}

.pst-inp{
	position:relative;
}



.pst-inp input{
	width:calc(100% - 60px);
	border-radius:50px;
	height:50px;
}

.p-cov{
	position: absolute;
    right: 0;
    top: 0;
    padding: 0px !important;
    border-radius: 100%;
    border: solid 1px #ccc;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.p-cov img{
	 width: 100%;
    height: auto;
    border-radius: 100px;
}

.st-link{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#posts-container .grid-margin {
    padding: 0px!important;
}
.col.reaction-cmt a {
    text-decoration: none;

}


.navbar-light .navbar-toggler {
    padding: 8px;
	margin: 10px 10px 10px 0;
}

.nav-item span{
	display:block;
}

.cover-body.d-flex.justify-content-between.align-items-center.mydd {
        margin-bottom: -50px;
    }
    /* .profile-page .profile-header .cover figure img {
        height: 283px;
    } */
    .header-links {
        margin-top: 60px;
    }
    /* .profile-header {
        height: 340px;
    } */
    h6.card-titlel {
        padding:0 5px;
    }
	
p.ad-align {
    padding: 6px 0 0 8px;
}
    
    h4.usr-info {
        /* text-align: center;
        padding: 5px; */
    }
    span.profile-name {
        color: #fff;
    }
    .col-6.input-group.mb-3.txtfle {
        margin-left: 219px;
        /*max-width: 120px;*/
    }

    /* img.profleImg {
        text-align: center;
        margin-left: 150px !important;
    } */
    button.btn.btn-primary.btn-block {
        width: auto;
    }
    img.profleImg {
        max-width: 200px;
        border-radius: 0px;
    }
    
    img.img-fluid-cover {
        /* height: 214px; */
    }
    span.profile-name {
        text-transform: uppercase;
    }

.profile-body {
    padding-top: 20px;
}



.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}
a.rectin-result img {
    width: 40px;
    height: 40px;
}
   
.gray-shade {
    height:400px;
    overflow: hidden;
}


.bx-shadow .card{
	box-shadow:none;
	border:none;
}

.col-md-4.pds-privacy {
    padding:0;
}

.modal-content.upld {
    max-width: 600px !important;
    width: 600px !important;
    overflow: hidden;
}
/*popup blog start*/
img.img-xs.rounded-circle-post {
    border-radius: 37px;
}
/* .main-comment-sec {
    display: flex;
    align-content: flex-start;
    justify-content: space-around;
} */
.right-bar {
    text-align: center;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -26px;
    top: 59px;
}

.dropdown-menu-lg .dropdown-item {
    padding: 0.5rem;
}

.vid-img-p{
	display: flex;
    
    flex-wrap: wrap;
    justify-content: center;
    /* min-height: 100vh;
	align-items: center; */
}
.mdd-box{
	margin:0;
	padding:0;
}
.mdd-box .modal-content{
	box-shadow: none;
    border: none;
    border-radius: 0;
    min-height: 100vh;
    width: 100%;
	background:#000;
}

.mdd-box{
	max-width:100%;
	width:100%;
}
.pst .main-comment-sec{
	position:relative;
	
}
.cmt-photo {
    position: absolute;
    left: 0;
    top: 0;
}

.pst .comment-image{
	padding: 0 0 0 44px;
}

.pst .comment-image h5{
	font-size: 15px;
    margin: 0;
	font-weight:600;
    padding: 0;
}

.pst .comment-image p{
	background: #f5f5f5;
    padding: 6px 16px;
    border-radius: 70px;
    font-size: 14px;

}

.fll-bg{
	background:rgba(255, 255, 255, .9);
}
/*login*/
.login-conts {
    width: 100%;
    padding:0px;
    margin-right: auto;
    margin-left: auto;
}
.login-cont{
    display:flex;
    align-items: center;
    padding:20px 0px;
    background:#ccc;
    
}
.three-sec ul li{
    display:flex;
}
.three-sec ul {
    display: flex;
    justify-content: end;
    gap: 20px;
    font-size: 20px;
}
.two-sec h4 {
    text-align: center;
    font-size: 20px;
    color: #A92290;
}
.three-sec ul li{
    color: #A92290;
}
.carousel-item {
 transition:none;
}
.carousel-item {
   
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.cont-width {
    width: 100%;
    /* padding-left: 100px;
    padding-right: 100px; */
	max-width:1170px;
}

.btn-edit-profile{
	border-radius: 100%;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
}

.btn-edit-profile svg{
	width:15px;
}
.latest-photos figure{
	position:relative;
}

 .icn {
    display: flex;
    gap: 10px;
}
.hdngs {
    padding: 20px 0px 0px 40px;
}
.fa-bible:before {
    content: "\f647";
    color: #791CB4;
}
.fa-birthday-cake:before {
    content: "\f1fd";
    color: #791CB4;
}
.fa-venus-mars:before {
    content: "\f228";
    color: #7931B9;
}
.fa-envelope:before {
    content: "\f0e0";
    color: #7931B9;
}
.icn p {
    font-family: 'Roboto';
    font-size: 14px;
}
.no-bb{
	border:none;
	box-shadow:none;
}

.cmt-post-photo{
	position:relative;
	min-height: 40px;
}

.wht-bg{
	background:#fff;
	padding:20px;
}
.nopad{
	padding:0;
}
.guidelines-section {
  margin-top: 20px;
}

/* Style individual guidelines */
.guideline {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s;
}

/* Hover effect for guidelines */
.guideline:hover {
  transform: translateY(-5px);
}

/* Style guideline images */
.guideline-image {
  max-width: 100%;
  border-radius: 50%;
}
i#aCtusr {
    position: absolute;
    left: 47px;
    top: 45px;
}

.d-md-block{
	/* padding-left:5px; */
}


.hdd-new{
	padding-left:60px;
	padding-right:60px;
}

li.nav-item{
	text-align:center;
}

li.nav-item a i{
	color:#791CB4;
}

i.fa-solid.fa-user{
	padding:0!important;
}

/* figure {
    margin: 0 0 0.05rem 0;
} */

.main-comment-post{
    background: #fff;
}

.main-comment-post .comment-div{
    padding: 20px 0 0 0;
}

.pp-lft .card-footer{
	position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 0;
    border: none;
}

.post-div.pp-lft {
    position: relative;
}
.cmt-bx br{
	display:none;
}

.pp-lft .card-footer .eye-v{
	background:#0a58ca;
    padding: 4px 10px;
    border-radius: 50px;
    color: #fff;
}

.cmmt-wrap{
	position: relative;
    padding: 0 0 10px 0;
}

.cmmt-wrap img.rounded-circle{
	
}

.cmmt-wrap p{
	padding:0;
	margin:0;
}

.right-wrap-c .card-footer{
	padding-left:0;
	padding-bottom:0;
}

.right-wrap-c .card-footer h4{
	margin:0 0 15px 0;
}

.imgcmt{
	position: relative;
    min-height: 46px;
    padding-left: 50px;
	margin: 0 0 12px 0;
}

.cmt-bx .card-body{
	padding: 0;
    flex: inherit;
    margin: 0 0 15px 0;
}

.cmt-bx .card{
	border: none;
    box-shadow: none;
    height: 280px;
    overflow-y: scroll;
}

.imgcmt img {
    position: absolute;
    left: 0;
    top: 0;
}

.imgcmt h6{
	padding:0;
}

.right-wrap-c {
    padding: 0 20px 0 0;
}

p.comment-text {
    background: #f7f7f7;
    border-radius: 100px;
    padding: 4px 13px;
	margin:0;
}



.cmt-field{
	padding:0;
}

.cmt-field input{
	border-radius:100px;
	background:#f7f7f7;
	border:none;
	min-height:70px;
}

.cmt-add-f .btn{
	border-radius: 50px;
    text-transform: uppercase;
}

.fa-comment-icon {
    background: #f7f7f7;
    text-align: center;
    padding: 20vh 0;
}

.fa-comment-icon i{
	font-size:68px;
}

.cmt-bx {
    padding-bottom: 20px;
    height: 50vh;
    overflow-y: scroll;
}

.next-prev-icon {
    position: absolute;
    z-index: 99;
    top: 50%;
	width: 100%;
    transform: translateY(-50%);
}
.prev_post {
    position: absolute;
    left: -10px;
}
.next_post {
    position: absolute;
    right: -10px;
}

img.img-fl.ads {
	width: auto;
	max-width:100%;
}

.jnjn{
	overflow:hidden;
	padding-bottom:20px;
}

span.pro-cam {
    border-radius: 100%;
    padding: 5px;
    background-color: #C9CCD1;
    position: absolute;
    left: 165px;
    width: 30px;
    bottom: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
video#myVideo {
    margin-top: -95px;
    width: 100%;
    height: 100%;
}
#agreeTerms{margin: 0 4px 0px 0;}
.icheck-primary {
    margin: 7px 0 3px 0;
    display: flex;
    align-items: center;
}

input#password{
    width: 100%;
    margin: 0 0 10px 0;
}

/****************************************responsive**************************************************/


@media (max-width: 1024px){
ul.navbar-nav{
	display:block;
	width:100%;
}

ul.navbar-nav li {
    padding: 0 14px;
    border-bottom: dotted 1px #ccc;
}

.nav-item span{
	border:none!important;
}
.two-sec {
    display: none;
}
.three-sec ul {
    display: flex;
    justify-content: end;
    gap: 10px;
    font-size: 15px;
}
.login-cont {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    background: #ccc;
}
img.log {
    height: 22px;
}

.cont-width, .hdd-new{
	padding-left:20px;
    padding-right:20px;
	max-width:100%;
}

.txt-area{
	display:none;
}

.gray-shade{
	height:auto;
}

.nav-link{
	display:inline-block;
}
.fa-newspaper:before, .fa-user:before{
	left:0!important;
}
i.fa-solid.fa-user, i.fa-regular.fa-newspaper, i.fa.fa-bell {
    padding: 10px 10px 10px 0!important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	left:0!important;
}


	
}



@media (max-width: 992px) {
.main-comment-post .comment-div {
    padding: 10px;
}

.right-wrap-c {
    padding: 0 10px;
}

.fa-comment-icon{
	padding:30px 0;
}

.cmt-bx{
	height:24vh;
}


.profile-page .profile-header .cover .cover-body .profile-pic {
width: 90px!important;
margin-bottom:0!important;
height:100px!important;
}
/*.profile-page .profile-header .cover .cover-body .profile-name {*/
/*font-size: 16px;*/
/*font-weight: 400;*/
/*display: block;*/
/*color: #000!important;*/
/*}*/

.modal-content.upld {
max-width: 600px !important;
width: 100% !important;
overflow: hidden;
}
/*profile page*/
.profile-set .profile-header .cover {
    max-height: 130px;
}
.profile-set .profile-pic {
    margin-bottom: 0px!important;
}
.profile-set .profile-header {
    height: auto;
}


.two-sec {
    display: none;
}
.three-sec ul {
    display: flex;
    justify-content: end;
    gap: 10px;
    font-size: 15px;
}
.login-cont {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    background: #ccc;
}
img.log {
    height: 30px;
}
.card-body iframe {
    min-height: 200px;
}

span.pro-cam {
    border-radius: 100%;
    padding: 5px;
    background-color: #C9CCD1;
    position: absolute;
    left: 85px;
    width: 30px;
    bottom: 30px;
    height: 30px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    bottom:0;
}
video#myVideo {
    margin-top: -95px;
    width: auto;
    height: 100vh;
}

}

@media (max-width: 600px) {
    .search-area {
        margin-left: 5px;
    }
}
