.color-black{
	color:black !important;
}
.section-center-heading.color-black h2 {
    font-size: 45px;
    line-height: 55px;
    color: var(--black);
    margin-bottom: 22px;
}
.footer-end{
	margin-top:35px;
}

.no-side-margin{
	margin-left:0px !important;
	margin-right:0pc !important;
}
.no-side-padding{
	padding-left:0px !important;
	padding-right:0pc !important;
}
.videos .blog-content {
    margin-top: 15px;
}
.news .product-card {
    border-radius: 0;
    padding-top: 14px;
    }
.header-logo img {
    height: 60px;
}
.header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: var(--white);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-fixed .header-widget span {
    color: var(--text);
}
.terms-con h2{
	padding:20px 0;
}
.terms-con,.privacy-policy {
	    text-align: justify;
}
.privacy-policy ul{
	    margin-left: 34px;
    list-style: disc;
    font-weight: bold;
}
.video .product-media::before {
    position: inherit;}
.video .product-title {
    margin-bottom: 5px;
    padding-top: 10px;
}
.video .product-card.standard {
    display: flex;
    align-items: center;
    display: block;
    background: none;
    border: 0;
    border-radius: 0;
}



.video .product-img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.video .vid::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video h2.vid-head {
	font-size: 20px;
	color: #333;
}

/* Video Popup */
.video-po .video-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 998;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
	display: none !important;
}

.video-po .video-popup.show-video {
	display: flex !important;
}

.video-po .iframe-wrapper {
	position: relative;
	    width: 88%;
    height: 64vh;
}

.video-po .iframe-wrapper .close-video {
    content: '';
    position: absolute;
    width: 25px;
    height: 22px;
    font-size: 18px;
    top: -22px;
    background: white;
    right: 0;
    color: black;
    /* border-radius: 50%; */
    /* background-size: cover; */
    text-align: center;
}
.video .vid {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid;
	padding: 2px;
	cursor: pointer;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 575px){
.user-form-header a img {
    width: 66px;
}
}

.user-form-banner::before {
    background: linear-gradient(to right, rgb(5 64 163 / 0%), rgb(255 255 255 / 50%));
}


.blog-content {
    margin-top: 20px;
}
.team-part .section-center-heading h2,.team-part .section-center-heading p {
	color: var(--text);
}
.best-part .section-center-heading h2,.best-part .section-center-heading p {
	color: var(--text);
}
.btn-rd-more{
	    text-align: center;
    margin-bottom: 40px;
    color: #0044bb;
}
.btn-rd-more i{
    background: white;
    padding: 13px;
    /* width: 50px; */
    border-radius: 23px;
    text-align: center;
    border: 1px solid;
}
.price-list {
    margin-bottom: 10px;
}
.price-list .price-card {
    min-height: 550px;

    }
.price-part .price-btn{
	  text-align: center;
    position: absolute;
    bottom: 24px;
    width: 100%;
    left: 0;
}
.price-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
     margin: 0px 0px 15px 0px;
}
.contact-part .contact-info {
    min-height: 327px;
}
.footer-info a img {
    width: auto;
    height: 80px;
    background: white;
    border-radius: 8px;
    padding: 9px;
}
.width-100{
	width: 100% !important;
}

.price-part .price-card{
	min-height: 534px;
}
.contact-part,.about-part,.counter-part{
	margin-bottom:-50px;
}

.paginator ul > li {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #999999;
    cursor: default;
    background-color: transparent;
}
.paginator ul > li:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.paginator ul > li:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}
.blog-details-part .blog-details-content img{
	width :100%;
}
.blog-details-part .blog-details-content {
	text-align: justify;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    display: none;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    text-align: center;
	background-color: #0d0633;
}
#btn-back-to-top i{
    margin: 0;
}
.left-add-slider .product-card,.right-add-slider .product-card{
	margin-bottom: 0;
}
.single-banner{
	    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 49%;
}
.counter-part{
	    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 49%;
}
.full-width-with-cont{
	    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 49%;
}
#register-tab .form-check-input.form-control{
	position: inherit;
	margin-left:0;
	height: 30px;
	    margin-bottom: 6px;
}
#register-tab .form-check{
	text-align: center;
}
.message{
	text-align: center;
    margin-top: -30px;
    padding: 6px 0px;
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}
.message.success{
    background: #63d36c;
}
.message.error {
    background: #e23428;
}
.video .product-card.standard {
    width: 100%;
}
/*
in hear add home para width auto
*/
.section-center-heading p {
    width: auto;
    }
.blog-details-content .media{
	display:block;
}
.video-search{
	padding: 2px 2px;
    margin-bottom: 50px;
    background: rgb(8 2 41);
    border-radius: 10px;
}
.iti.iti--allow-dropdown{
	width:100%;
}

.modal-backdrop {
    display:none
}
.modal-backdrop.in {
    opacity: 0;
}
.modelfees .modal-content {
border:0
}
.modelfees {
    z-index: inherit !important;
    position: relative;
}
.modelfees button{
	margin-top:0px !important
}
.modelfees a{
	display:block;
}
.ucfirst{
	text-transform: capitalize;
}
#settings .account-card .input{
	padding: 10px 0;
}
#settings .account-card .input label{
	font-weight: 600;
}
.nav-tabs li .nav-link {
    border-bottom: 2px solid #c7c7c7;
}

#add-post .adpost-card .input{
	padding: 10px 0;
}
#add-post .adpost-card .input label{
	font-weight: 600;
}
#edit-post .adpost-card .input{
	padding: 10px 0;
}
#edit-post .adpost-card .input label{
	font-weight: 600;
}
.edit-btn {
	position: absolute;
    right: 30px;
}
.edit-btn a {
    border: none;
    cursor: pointer;
    width: 55px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    color: var(--primary);
    background: #e6e6e6;
    border: 1px solid;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
#number, #email{
	background: #00000078;
}

.common-card.price h3, .common-card.number h3 {
    font-size: 26px;
}
.tab-content .product-card , .post-list .product-card{
    margin-bottom: 30px;
}
.product-media::before {
    position: relative;
    }
