/******************************

    00 - Home
    01 - Inner Page
        00 - About Us
        01 - Our History 
		02 - Services
        03 - Service Detail
        04 - portfolio Detail
        05 - Blog Detail
             Blog Classic
             Sidebar Right
             Blog Large
        06 - Team Single
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/** Homepage 01 **/
.video-section-one{
	margin-top: -55px;
	z-index: 1;
    position: relative;
}
.video-one-left-box{
	padding: 40px 40px 15px 40px;
	background-image: url(../images/homepage-1/bg/img-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
    border-radius: 5px;
    overflow: hidden;
}
.video-one-left-box:before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	background-color: rgba(79,135,251,.80);
}
.video-one-bg{
	border-radius: 5px;
	border-bottom:1px solid var(--pbmit-global-color);
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
	background-color: var(--pbmit-white-color);
}
.video-one-main-box{
	padding: 50px 31px 15px 40px;
}
.video-one-main-box h4{
	font-size: 20px;
    line-height: 30px;
	margin-bottom: 25px;
	color: var(--pbmit-blackish-color);
}
.video-one-img{
	position: relative;
	display: inline-block;
}
.video-one-img img{
	border-radius: 4px;
}
.video-one-button-bg{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
}
.video-one-play-button{
	position: relative;
	background-color: rgba(255,255,255,.8);
    color: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
	box-shadow: 0 5px 57px 0 rgb(0 0 0 / 15%);
}
.video-one-play-button:before{
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
	-webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}
.video-one-play-button a:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
	-webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
.video-one-play-button span{
	font-size: 20px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video-one-play-button a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.video-one-right-box{
	padding: 35px 40px 15px 40px;
}
.video-one-right-box .pbmit-timelist-list li {
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid #e2e4e8;
    padding: 15px 0;
}
.video-one-right-box .pbmit-timelist-list .pbmit-timelist-li-value {
    float: right;
    font-weight: 600;
}
.video-one-right-box .pbmit-timelist-list li:last-child {
    border-bottom: none;
}
.about-section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.service-section-one {
    padding-bottom: 60px;
    background-image: url(../images/homepage-1/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-color: var(--pbmit-light-color);
}
.counter-section-one{
	overflow: hidden;
	margin-top: -145px;
}
.counter-one-bg{
	padding: 80px 0 80px 40px;
	position: relative;
}
.counter-one-bg:before{
	position: absolute;
    height: 100%;
    width: 131%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	background-image: url(../images/homepage-1/bg/dotted-map.png);
    background-size: cover;
	background-color: var(--pbmit-global-color);
}
.counter-section-one .pbminfotech-ele-fid-style-1{
	z-index: 1;
	position: relative;
}
.about-us-section-one{
	margin-top: -80px;
	padding-top: 150px;
    background-image: url(../images/homepage-1/bg/bg-01-new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-section-one .pbmit-btn{
	margin-bottom: 21.73913043px;
}
.testimonial-one-bg{
	background-image: url(../images/homepage-1/bg/map.png);
    background-repeat: no-repeat;
	background-position: center center;
}
.testimonial-one-bg .swiper-slider{
	padding-bottom: 0;
}
.testimonial-one-bg .swiper-pagination-bullet-active{
	border-color: var(--pbmit-global-color);
	background-color: transparent;
	border: 1px solid var(--pbmit-global-color);
}
.appoinment-section-one{
	overflow: hidden;
}


.appoinment-one-bg {
    position: relative;
    padding: 50px 50px 35px 15px;
}


.appoinment-one-bg:before{
	position: absolute;
    height: 100%;
    width: 165%;
    top: 0;
  	right: 0;
    content: "";
    display: block;
	background-image: url(../images/bg----99.png);
	background-repeat: repeat;
	background-color: #102b64;
}
.appoinment-one-bg .pbmit-heading-subheading{
	z-index: 1;
	position: relative;
}
.appoinment-one-bg form {
    z-index: 1;
    position: relative;
}
.appoinment-one-img{
	position: relative;
}
.appoinment-one-img:before {
    position: absolute;
    height: 100%;
    width: 127%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    padding: 308px;
    background-image: url(../images/img-02-1.jpg);
    background-size: cover;
}
.client-section-one{
	border-bottom: 1px solid #e5e8ef;
}
/** Homepage 02 **/ 
.icon-box-two{
	border-bottom: 1px solid #e5e8ef;
	padding: 40px 0 30px 0;
}
.about-two-content{
	padding-right: 60px;
}
.about-two-content h6{
	font-size: 20px;
    line-height: 30px;
}
.about-two-first-img{
	text-align: right;
}
.about-two-first-img img{
	border-radius: 5px;
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
}
.about-two-bg{
	position: absolute;
    z-index: 9;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
	font-size: 14px;
}
.about-two-bg:before{
	background: url(../images/homepage-2/bg/brand-pattarn.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 210px;
    left: -50px;
    top: -53px;
}
.about-two-icon{
	position: relative;
	width: 7em;
    height: 7em;
	border-radius: 50%;
	background-color: var(--pbmit-white-color);
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
}
.about-two-icon span{
	font-size: 2.75em;
	color: var(--pbmit-global-color);
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.service-section-two{
    background-image: url(../images/homepage-2/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
.counter-section-two{
	background-image: url(../images/homepage-2/bg/dotted-map2.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.counter-two-box{
	display: flex;
	align-items: center;
}
.counter-two-icon-box{
	position: relative;
	width: 4em;
    height: 4em;
	border-radius: 50%;
	font-size: 14px;
	box-sizing: content-box;
    border: 2px solid transparent;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.counter-two-icon-box span{
	font-size: 1.25em;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.counter-two-icon-content{
	margin-left: 20px;
}
.counter-two-icon-content a{
	color: rgba(255,255,255,.9);
}
.counter-two-icon-content a:hover{
	opacity: .85;
}
.team-section-two{
	background-image: url(../images/homepage-2/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
.about-us-section-two{
	background-image: url(../images/homepage-2/bg/bg-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: var(--pbmit-global-color);
}
.about-us-two-btn{
	text-align: right;
}
.testimonial-section-two{
	background-image: url(../images/homepage-2/bg/map.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.client-section-two{
	padding-top: 30px;
	border-top: 1px solid #e5e8ef;
}
.client-section-two .col-md-20percent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	margin-bottom: 30px;
}
.blog-section-two{
	background-image: url(../images/homepage-2/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
/** Homepage 03 **/ 
.icon-box-three{
	margin-top: -150px;
	z-index: 1;
	position: relative;
}
.icon-box-three .pbmit-inbox-col-wrapper:first-child .pbmit-ihbox-style-1{
	border-radius: 4px 0 0 0;
}
.icon-box-three .pbmit-inbox-col-wrapper:last-child .pbmit-ihbox-style-1{
	border-radius: 0 4px 0 0;
}
.icon-box-three .pbmit-ihbox-style-1{
	padding: 30px 50px 25px 50px;
	background-color: var(--pbmit-global-color);
	height: 100%;
}
.icon-box-three .ihbox-style-bg{
	background-color: #3b77f3;
}
.icon-box-three .pbmit-ihbox-style-1 .pbmit-timelist-wrapper ul li{
	font-size: 14px;
    line-height: 24px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.icon-box-three .pbmit-ihbox-style-1 .pbmit-timelist-wrapper ul li:last-child{
	border-bottom: none;
}
.pbmit-bg-color-globalcolor .icon-box-three .pbmit-timelist-li-title,
.pbmit-bg-color-globalcolor .icon-box-three .pbmit-timelist-li-value{
	color: rgba(255,255,255,.9);
}
.icon-box-three .pbmit-timelist-li-value{
	float: right;
    font-weight: 600;
}
.about-three-content{
	margin-top: 35px;
}
.about-three-content h5{
	padding-left: 30px;
	position: relative;
}
.about-three-content h5::after{
	content: '\e829';
	position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    font-weight: 400;
	font-family: "pbminfotech-base-icons";
	color: var(--pbmit-global-color);
}
.about-three-static-box{
	padding-top: 50px;
}
.service-section-three{
	background-image: url(../images/homepage-3/bg/pattern-1.png);
    background-position: center center;
    background-repeat: repeat;
}
.counter-section-three {
    background-image: url(../images/bg-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--pbmit-global-color);
    height: 186px;
}
.counter-section-three .pbminfotech-ele-fid-style-2{
	position: relative;
}
.counter-section-three .pbminfotech-ele-fid-style-2:after{
	content: '';
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,.22);
    position: absolute;
    top: 0;
}
.counter-section-three .pbminfotech-ele-fid-style-2:first-child:after{
	display: none;
}
.simple-process-box{
	position: relative;
}
.simple-process-box:before{
	background: url(../images/homepage-3/bg/step-counter-bg.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 1366px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: top;
    left: -90px;
}
.testimonial-section-three{
	background-image: url(../images/homepage-3/bg/bg-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-section-three .swiper-slider{
	margin-left: 60px;
	padding-bottom: 0;
}
.testimonial-section-three .swiper-pagination-bullets {
	text-align: right;
    bottom: 60px;
    right: 40px;
}
.pricing-section-three{
	background-image: url(../images/homepage-3/bg/pattern-1.png);
    background-position: center center;
    background-repeat: repeat;
}

/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 00  About Us 1 **/
.about-us-one{
	padding-right: 18px;
}
.about-us-one p{
	margin-bottom:14px;
}
.about-us-video-box {
    padding-left: 63px;
	position: relative;
}
.about-us-video-box img{
	border-radius: 4px;
}
.about-us-video-box .video-one-button-bg{
	left: 55%;
}
.team-section{
	background-image: url(../images/homepage-1/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
/**  About Us 2 **/
.about-us-2-section .client-section-two{
	margin-bottom: 30px;
	padding-top: 0;
}
.progressbar-section{
	overflow: hidden;
}
.progressbar-bg-box{
	padding: 80px 70px 60px 0;
	position: relative;
}
.progressbar-bg-box:before{
	position: absolute;
    height: 100%;
    width: 165%;
    top: 0;
 	right: 0;
    content: "";
    display: block;
	z-index: -1;
	background-color: var(--pbmit-light-color);
	background-image: url(../images/homepage-1/bg/pattern-1.png);
    background-position: center center;
    background-repeat: repeat;
}
.progressbar-bg-box .progress{
	background-color: #1e2227;
}
.progressbar-img-box{
	position: relative;
}
.progressbar-img-box:before{
	position: absolute;
    height: 100%;
    width: 162%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	background-image: url(../images/homepage-1/bg/bg-02.jpg);
    background-size: cover;
	padding: 322px;
}

/** 01  Our History**/
.pbmit-ourhistory-contant{
	padding-top: 90px;
	padding-bottom: 40px;
}	
.pbmit-ourhistory-contant .pbmit-heading-subheading .pbmit-title{
	font-size: 38px;
}
.pbmit-ourhistory .simple-text{
	font-weight: 600;
}
.pbmit-ourhistory .pbmit-ourhistory-right {
  padding-bottom: 50px;
  padding-left: 70px;
  position: relative;
}
.pbmit-ourhistory .pbmit-ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
	background-color: var(--pbmit-global-color);
}
.pbmit-ourhistory .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ourhistory h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pbmit-ourhistory .pbmit-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: var(--pbmit-white-color);
}
.pbmit-ourhistory .pbmit-ourhistory-right.last{
    padding-bottom:0;
}
.pbmit-ourhistory img{
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.pbmit-ourhistory-type2:last-child .pbmit-ourhistory-right:after {
    display: none;
}
.pbmit-timeline-inner{
    margin: 0 -15px;
}
.pbmit-ourhistory .pbmit-ourhistory-right .pbmit-timeline-image,
.pbmit-ourhistory .pbmit-ourhistory-right .label{
    margin-bottom: 30px;
    display: none;
}

/** 06  Team Single **/
.pbmit-team-single{
	padding-top: 100px;
	padding-bottom: 70px;
}
.pbmit-team-details-inner {
    margin-right: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 50px rgb(79 110 173 / 10%);
    border-radius: 4px;
    overflow: hidden;
}
.pbmit-team-img {
    position: relative;
}
.pbmit-team-details .pbmit-team-info-block {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.pbmit-team-details .pbmit-team-info-block:last-child{
	border-bottom: none;
}
.pbmit-team-details .pbmit-team-details-inner .pbmit-team-title{
    font-weight: 800;
    margin-bottom: 5px;
	font-size: 24px;
    line-height: 30px;
}
.pbmit-team-details .pbmit-team-details-inner .pbmit-team-designation{
    font-size: 16px;
    line-height: 26px;
    color: var(--pbmit-global-color);
    margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0;
}
.pbmit-team-details .pbmit-heading{
	font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.pbmit-single-team-info li label {
    width: 110px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}
.pbmit-single-team-info li:last-child label {
    margin-bottom: 0;
}
.pbmit-team-single-pbar .progressbar:last-child{
	padding-bottom: 4px;
}
.pbmit-team-single-pbar{
	margin-top: 30px;
}
.pbmit-team-details .pbmit-team-social-links li {
    margin-right: 20px;
	margin-bottom: 8px;
	display: inline-block;
}
.pbmit-team-details .pbmit-team-social-links a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: var(--pbmit-global-color);
    font-size: 16px;
    border-radius: 4px;
	background-color: var(--pbmit-light-color);
}
.pbmit-team-details .pbmit-team-social-links a:hover {
	background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.team-details-wrap .pbmit-title,
.team-contact .pbmit-title{
    font-size: 30px;
    line-height: 40px;
	margin-bottom: 30px;
}
.team-details-wrap p{
	margin-bottom: 35px;
}
.team-details-list-group {
    padding-top: 30px;
}
.team-headding-dec{
	padding-right: 18px;
}
.team-contact{
	padding-top: 30px;
}
.team-details-contact .form-control{
	padding-left: 0;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	border-bottom: 2px solid #ececec;
}
.team-details-contact .form-control:focus{
	border-color: var(--pbmit-global-color);
}
.team-contact textarea.form-control {
    margin-bottom: 0;
}
.team-details-contact .pbmit-btn{
	margin-bottom: 30px;
}
.section-faq {
   margin-top: 50px;
}
.twentytwenty-wrapper {
    margin-bottom: 35px;
}
.before-after-section{
	padding-top: 45px;
}

/** 02 - Services **/
.service-section .col-md-4{
	padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}

/** 03 - Service Detail **/
.service-left-col {
    flex: 0 0 30%;
    max-width: 30%;
	padding-top: 80px;
    padding-bottom: 80px;
}
.service-right-col {
	flex: 0 0 70%;
    max-width: 70%;
	padding-top: 80px;
    padding-bottom: 80px;
}
.service-sidebar .post-list:first-child{
	padding: 0;
}
.service-sidebar .post-list:last-child{
	border: none;
	padding: 0;
	background-color: var(--pbmit-global-color);
}
.service-sidebar .post-list{
	padding: 30px;
	border: 1px solid #e5e8ef;
    border-radius: 4px;
    margin-bottom: 30px;
	overflow: hidden;
}
.service-sidebar .widget .widget-title{
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
	margin-bottom: 35px;
	position: relative;
	padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}
.service-sidebar .widget .widget-title::after{
	content: "";
	display: block;
    width: 30px;
    height: 3px;
    bottom: 0px;
	margin-top: 0;
    margin-bottom: -2px;
    left: 1px;
    position: absolute;
    background-color: var(--pbmit-global-color);
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    border-bottom: 1px solid #e5e8ef;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.post-list li:last-child{
	border-bottom: none;
}
.post-list li.post-active{
	background-color: var(--pbmit-global-color);
}
.post-list li:hover{
	background-color: var(--pbmit-global-color);
}
.post-list li:hover a{
	color: var(--pbmit-white-color);
}
.post-list li.post-active a{
	color: var(--pbmit-white-color);
}
.post-list li a {
    color: #222;
    padding: 12px 2px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
}
.post-list li.post-active a:after{
	background-color: var(--pbmit-white-color);
}
.post-list li a:after{
    content: '\e814';
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    border-radius: 50%;
	color: var(--pbmit-secondary-color);
	background-color: #f2f3f7;
}
.widget .download .item-download:first-child {
    border-bottom: 1px solid #e5e8ef;
    margin-bottom: 20px;
	padding-bottom: 15px;
    position: relative;
}
.widget .download .item-download a {
    display: block;
    padding: 0 0;
	line-height: 25px;
	font-size: 16px;
    font-weight: 700;
}
.widget .download .item-download i {
    color: var(--pbmit-global-color);
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
    font-weight: 400;
}
.widget .download .item-download a span{
	color: var(--pbmit-body-typography-color);
	font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.pbmit-service-single img{
	box-shadow: 0 0 50px rgb(79 110 173 / 10%);
    border-radius: 4px;
}
.service-details .pbmit-service-contant{
	padding-top: 50px;
}
.service-details .pbmit-title{
	font-size: 30px;
	margin-bottom: 20px;
}
.service-details .service-page-infobox{
	padding-top: 45px;
}
.service-details .service-plan{
	margin-top: 50px;
}
.service-details .service-list-group-img{
	padding-bottom: 45px
}
.service-details .service-list-group-img .list-group{
	margin-top: 40px;
}
.service-details .service-list-group-img img{
	margin-bottom: 35px;
}
.service-details .service-our-dentist{
	border-top: 1px solid #e5e8ef;
	padding-top: 25px;
}
.service-details .service-our-dentist .col-md-4{
	margin-bottom: 30px;
}

/** 04 - portfolio Detail **/
.portfolio-style-1 .pbmit-portfolio-style-1{
	margin-bottom: 15px;
}
.portfolio-style-1 .col-md-4{
	padding-right: 7.5px;
    padding-left: 7.5px;
}
.portfolio-style-3 .col-md-4{
	padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}
.portfolio-single{
	padding-top: 100px;
	padding-bottom: 70px;
}
.portfolio-single .pbmit-pf-featured-wrapper img{
	margin-bottom: 60px;
    border-radius: 4px;
    box-shadow: 0 30px 50px rgb(0 0 0 / 5%);
}
.pbmit-portfolio-block{
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e8ef;
}
.pbmit-portfolio-block h4{
	margin-bottom: 20px;
}
.pbmit-portfolio-lines-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
}
.pbmit-portfolio-lines-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 10px;
}
.pbmit-portfolio-line-li {
    margin-bottom: 0;
    position: relative;
}
.pbmit-portfolio-line-title {
	text-transform: none;
    font-weight: 700;
	letter-spacing: .5px;
    font-size: 14px;
    margin-bottom: 12px;
	width: 116px;
    display: inline-block;
    color: #222;
}
.pbmit-portfolio-content{
	padding-right: 15px;
}
.pbmit-portfolio-content .portfolio-heading{
	font-size: 40px;
    line-height: 50px;
	margin-bottom: 25px;
}
.pbmit-portfolio-inner {
    padding: 30px 10px 5px 30px;
    margin-bottom: 30px;
	background-color: var(--pbmit-light-color);
}
.pbmit-portfolio-content .portfolio-second-heading{
	font-size: 35px;
    line-height: 45px;
	margin-bottom: 20px;
}
.pbminfotech_single_image img{
	margin-bottom: 35px;
}
.pf_single_image-img{
	padding-top: 30px;
}
.navigation.post-navigation {
    margin-top: 40px;
}
.post-navigation .nav-links {
    margin-top: -1px;
    padding-top: 41px;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
    width: unset;
}
.post-navigation .nav-links .nav-previous {
    margin-right: auto!important;
	width: unset;
}
.post-navigation .nav-links a{
	border: 4px solid #f2f3f4;
	display: flex;
}
.post-navigation .pbmit-portfolio-nav-icon{
	border-right: 4px solid #f2f3f4;
	width: 80px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-navigation .pbmit-portfolio-nav-icon i{
	position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.post-navigation .pbmit-portfolio-nav-wrapper{
	padding: 20px 40px;
	width: 240px;
}
.post-navigation .nav-next .pbmit-portfolio-nav-wrapper{
	text-align: right;
}
.post-navigation .pbmit-portfolio-nav.nav-title {
    font-weight: 400;
    color: #797979;
	display: block;
}
.post-navigation .nav-next .pbmit-portfolio-nav-icon{
	border-left: 4px solid #f2f3f4;
	border-right: 0;
}
.post-navigation .nav-links a:hover .pbmit-portfolio-nav-icon{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-pf-single-related-wrapper{
	margin-top: 50px;
}
.pbmit-pf-single-related-title{
	margin-bottom: 20px;
}
.pbmit-entry-content .heading-title {
    font-size: 26px;
    line-height: 34px;
	margin-bottom: 20px;
}
.portfolio-single-list-group{
	padding-top: 25px;
}
.portfolio-single-list-group img{
	margin-bottom: 35px;
}
.pbmit-pf-single-content-bottom{
	padding-top: 20px;
}
.pbmit-pf-single-content-bottom p{
	margin-bottom: 35px;
}
.pbmit-pf-single-icon{
	padding-top: 20px;
}
.portfolio-single .pbmit-portfolio-wrap {
    background-color: var(--pbmit-white-color);
    box-shadow: 0 0 50px rgb(79 110 173 / 10%);
    border-radius: 4px;
}
.portfolio-single .pbmit-pf-block-box h4{
	line-height: 26px;
    margin-bottom: 30px;
	color: var(--pbmit-global-color);
}
.portfolio-single .pbmit-pf-block-box {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.portfolio-single .pbmit-pf-block-box:last-child{
	border: none;
}

/** 05 - Blog Detail**/
.blog-grid .pbmit-blogbox-style-1{
	margin-bottom: 30px;
}
.blog-right-col{
    flex: 0 0 70%;
    max-width: 70%; 
	padding: 80px 15px;
}
.blog-left-col{
    flex: 0 0 30%;
    max-width: 30%;
	padding: 80px 15px; 
}
.blog-details .pbmit-featured-wrapper {
    margin-bottom: 30px; 
}
/** --- Blog Classic ---**/
.post.blog-classic{
	position: relative;
}
.post.blog-classic:not(:last-child) {	
    margin-bottom: 50px;
}
.blog-classic .pbmit-featured-img-wrapper {
	margin-bottom: 30px;
}
.blog-classic .pbmit-featured-img-wrapper img{
	border-radius: 8px;
}
.blog-classic .pbmit-blog-classic-inner .pbmit-meta-cat {
	background-color: var(--pbmit-global-color);
    padding: 6px 25px;
    font-size: 12px;
	position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
	font-weight: 700;
    letter-spacing: .5px;
	border-radius: 15px;
}
.blog-classic .pbmit-blog-classic-inner .pbmit-meta-cat a{
	color: var(--pbmit-white-color);
    padding: 0 5px;
}
.blog-classic:not(:last-child) .pbmit-blog-classic-inner {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #e5e8ef;
}
.blog-classic .pbmit-post-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}
.blog-classic .pbmit-blog-meta, .pbmit-blog-meta a {
    color: #a3acb9;
}
.blog-classic .pbmit-blog-meta a:hover {
    color: var(--pbmit-global-color);
}
.blog-classic .pbmit-blog-meta>span{
	margin-right: 15px;
}
.blog-classic .pbmit-blog-meta i{
	color: var(--pbmit-global-color);
}
.blog-classic .pbmit-entry-content {
    margin-top: 20px;
    font-size: 16px;
}
.blog-classic .pbmit-read-more-link{
	padding-top: 10px;
}
.blog-classic .pbmit-read-more-link a{
	letter-spacing: 0;
	line-height: 30px;
	font-size: 13px;
}
.blog-grid .row .col-md-4{
	margin-bottom: 30px;
}
/**--- Sidebar Right ---**/
.sidebar .widget-search{
	padding: 0 !important;
	border: none !important;
}
.sidebar .widget{ 
    padding:30px;
    margin-bottom: 30px;
    border-radius: 4px;
	border: 1px solid #e5e8ef;
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;    
	height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 15px;
	padding-left: 30px;
    font-weight: 400;
    color: #777c82;
    background: #ecf1f8;
	border: none;
    border-radius: 4px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family:inherit;
}
.sidebar .widget .search-form a{
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 60px;
	line-height: 60px;
    margin-top: -30px;
    font-size: 20px;
    z-index: 1;
    width: 70px;
    text-align: center;
    color: #a3acb9;
}
.sidebar .widget a,
.sidebar .widget .post-date{
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 700;
}
.sidebar .recent-post-list li{
    padding-bottom: 15px;
    display: flex !important;
    align-items: normal;
    width: 100%;
	margin-top: 10px;
}
.sidebar .recent-post-list li:last-child{
	padding-bottom: 0;
}
.sidebar .recent-post-list li:first-child{
	margin-top: 0;
}
.sidebar .recent-post-list .media{
    display: flex;
}
.sidebar .recent-post-list .recent-post-thum{
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.sidebar .recent-post-list .recent-post-thum img{
	width: 70px;
}
.sidebar .media-body a{
	color: var(--pbmit-blackish-color);
}
.sidebar .media-body a:hover{
	color: var(--pbmit-global-color);
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
}
.sidebar .recent-post-list .post-date a{
	color: var(--pbmit-global-color);
	font-size: 13px;
}
.sidebar .recent-post-list .post-date:hover{
    color: var(--pbmit-global-color);
}
.sidebar .widget-categories ul li{
    margin: 15px 0;
    padding: 0!important;
    position: relative;
    list-style: none;
	display: block;
}
.sidebar .widget-categories ul li:first-child{
	margin: 0;
}
.sidebar .widget-categories ul li:last-child{
	margin-bottom: 0;
}
.sidebar .widget-categories ul li a{
    color: var(--pbmit-blackish-color);
    font-size: 14px;
    font-weight: 700;
	padding-left: 20px;
	position: relative;
}
.sidebar .widget-categories ul li a:hover{
	color: var(--pbmit-global-color);
}
.sidebar .widget-categories ul li a:before{
	content: '\f115';
    top: 2px;
    font-size: 13px;
    font-weight: 400;
	left: 0;
	position: absolute;
	font-family: 'pbminfotech-base-icons';
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #ecf1f8;
    color: #a3acb9;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    top: -2px;
	border-radius: 50%;
}
.sidebar .widget .tagcloud a{
    display: inline-block;
    font-weight: 600;
    color: #a3acb9;
    font-size: 14px;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #ecf1f8;
	border-radius: 4px;
	margin: 0 4px 8px 0;
}
.sidebar .widget .tagcloud a:hover{
     color: var(--pbmit-white-color);
     background: var(--pbmit-global-color);
}
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.single-service-contact-inner{
	text-align: center;
    color: #fff;
    padding: 0 30px 15px;
    position: relative;
}
.single-service-contact-inner:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 344px solid white;
    border-bottom: 0 solid transparent;
    left: -10px;
    top: -57px;
    transform: rotate(-7deg);
}
.single-service-contact-inner:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 73px solid transparent;
    border-right: 382px solid var(--pbmit-global-color);
    border-bottom: 0 solid transparent;
    left: -9px;
    top: -83px;
    transform: rotate(4deg);
}
.single-service-contact h2{
	font-size: 22px;
    line-height: 24px;
	margin-bottom: 20px;
    color: var(--pbmit-white-color);
}
.sidebar .widget .widget-title {
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 15px;
	text-transform: none;
    color: var(--pbmit-secondary-color);
	border-bottom: 1px solid rgba(0,0,0,.09);
}
.sidebar .widget .widget-title::after {
	content: "";
    width: 30px;
    height: 3px;
    bottom: 0px;
    left: 1px;
    position: absolute;
	display: block;
	margin-top: 0;
	margin-bottom: -2px;
	background-color: var(--pbmit-global-color);
}
/** --- Blog Large ---**/
.post.blog-details .blog-classic{
	position: relative;
}
.post.blog-details .pbmit-blog-classic-inner{
	padding: 0;
	border-bottom: none;
}
.post blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 19px;
    line-height: 30px;
    color: #222;
    position: relative;
	font-weight: 500;
	border-color: var(--pbmit-global-color);
}
.post blockquote p{
	margin: 0;
}
.post blockquote .authorOrTitle{
	display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
	color: var(--pbmit-global-color);
}
.post.blog-details .pbmit-entry-content .alignright {
    float: right;
	margin: 5px 0 0px 20px;
}
.post.blog-details .pbmit-entry-content h4{
	margin-bottom: 20px;
}
.post.blog-details .pbmit-entry-content ul{
	padding-left: 40px;
	margin-bottom: 16px;
	list-style: disc;
}
.pbmit-blog-meta.pbmit-blog-meta-bottom {
    padding: 30px 0 25px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
    margin-top: 35px;
}
.pbmit-blog-meta-bottom-left {
    margin-right: auto!important;
    width: 100%;
    padding-right: 10px;
}
.pbmit-meta.pbmit-meta-tags {
    color: #8b90a0;
}
.pbmit-meta.pbmit-meta-tags a{
    color: #8b90a0;
    font-size: 13px;
    font-weight: 400;
	padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
}
.pbmit-meta.pbmit-meta-tags a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.comments-box{
    border-top: 1px solid #e9e9e9;
    padding-top: 25px;
}
.comments-box .comments-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
	padding-bottom: 0px;
}
.comments-box .media{ 
    display: flex;
	padding: 30px 0 30px 0;
}
.comments-box .children{
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.comments-box .children .media.even.depth-2{
    margin-left: 50px;
}
.comments-box .comment-author img{
    border-radius: 50%;
    width: 70px;
    height: 70px
}
.media-body.comment-meta {
	position: relative;
    flex-grow: 1;
    background: #fff;
    margin-left: 22px;
}
.comments-box .comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.comments-box .comment-date{
	display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.comments-box .comment-date a{
    color: var(--pbmit-global-color);
}
.comment-reply-title {
    font-size: 24px;
    line-height: 34px;
	margin-bottom: 20px;
}
.comment-meta .reply {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .1em;
}
.comment-meta .reply a{
	font-size: 12px;
	display: inline-block;
	font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 2px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.comment-meta .reply a:hover{
	background-color: var(--pbmit-blackish-color);
}
.comment-respond {
    margin-top: 30px;
}
.comments-box p{
    margin-bottom: 0px;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
} 

/** 07 - Contact us **/
.contact-section{
	margin-top: 40px;
}
.contact-heading-title{
	margin-bottom: 30px;
}
.contact-section .contact-ihbox-style{
	border-bottom: 1px dotted var(--pbmit-body-typography-color);
	padding-bottom: 30px;
}
.contact-section .pbmit_wrapper{
	margin-left: 60px;
	margin-bottom: 35px;
}
.contact-section .pbmit_wrapper ul li{
	margin-right: 4px;
    margin-bottom: 8px;
    display: inline-block;
}
.contact-section .pbmit_wrapper ul li a{
	color: #777;
}
.contact-section .pbmit_wrapper ul li a:hover{
	color: var(--pbmit-global-color);
}
.contact-form {
    background-color: var(--pbmit-white-color);
    box-shadow: 0 0 40px rgb(183 196 226 / 15%);
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 4px;
	margin-top: -70px;
    z-index: 1;
    position: relative;
}
.contact-form .form-control{
	color: #848484;
	background-color: #ecf1f8;
}
.contact-form .form-control:focus{
	color: #848484;
}
.contact-form textarea.form-control {
    height: 100px;
}
.contact-section-iframe iframe{
	width: 100%;
	height: 450px;
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: -29px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
/**08 - Comment Form **/
.form-control{
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-body-typography-color);
    height: 50px;
    line-height: 50px;
    padding: 20px 10px 20px 20px;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
        margin-bottom: 19px;
    width: 100%;
}
textarea.form-control{
	height: 150px;
}
.form-control:focus{
	color: var(--pbmit-body-typography-color);
}
form button{
	margin-bottom: 30px;
}
.form-style-1 textarea.form-control {
    height: 150px;
    resize: none;
	margin-bottom: 20px;
    padding: 12px 15px;
	border: 2px solid #ececec;
}
.form-style-1 .form-control{
	padding: 0 15px;
	margin-bottom: 10px;
	border: 2px solid #ececec;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	color: #848484;
}
.form-style-1 input[type="checkbox"]{
	position: absolute;
    top: 6px;
	-webkit-appearance: auto;
}
.form-style-1 label{
	padding-left: 25px;
}
.form-style-1 .form-control:focus{
	border-color: var(--pbmit-global-color);
}



ul.pbmit-social-links i {
    color: white;
}

ul.pbmit-contact-info li {
    color: white;
}

ul.pbmit-contact-info a {
    color: white;
    letter-spacing: 1.48px;
    font-size: 14px;
}

ul.pbmit-contact-info a:hover {
    color: #037b8d;
}





  #banner {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        video {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }


 /*  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 29%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  
    transition: opacity 0.5s;
    text-shadow: 1px 1px black;
}
*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 37%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    transition: opacity 0.5s;
    
}

h5.banner-heding {
    margin-bottom: -86px;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}

.overlay p{
  margin-top: 100px !important;
  margin-bottom:40px !important;
         }


        .overlay:hover {
            opacity: 1;
        }

        .news-block-five{
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            padding: 10px;
            background-color: white;
        }

    .borderrrrrr {
    background-color: white !important;
    position: absolute;
    margin-left: -74px;
    padding: 50px;
}

.m-bbbb{
    paddding-bottom: 190px !important;
}






section.services-area {
    position: relative;
    z-index: 0;
}


.overlay.jkl p {
    font-size: 31px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 57px;
}

.tab {
  float: left;
/*  border: 1px solid #cecbcb;
  background-color: #d0d0d0;*/
  width: 25%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 12px 14px;
  width: 100%;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  background: linear-gradient(to bottom, #f00 0%, #710909 100%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(255, 0, 0) 0%, rgb(113, 9, 9) 100%);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgb(255, 0, 0) 0%, rgb(113, 9, 9) 100%);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgb(6, 6, 6) 0%, rgb(40, 40, 40) 100%);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin-bottom: 4px;
  border-bottom: 2px solid white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-image: linear-gradient(to right, #710909, #f00 0%, #710909, #f00 0%);
color: white !important;
border-radius: 4px;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #f00;
}
/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;

  width: 75%;
  border-left: none;

}



.tab-righttt {
  margin-left: 40px;
}

.prodetail h3 {
  font-size: 26px;
  color: #c70404;
  font-weight: 600;
  padding-bottom: 16px;
}


.heading-page{
    position: relative;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgb(2 2 2 / 10%);
}

.background-color-373435 {
    background-color: #8b1143;
}

ul.listt li a:hover {
    color: #08798c;
}



@media screen and (max-width: 600px) {


.texttt.text-center.padd {
    padding: 40px 0px !important;
}



}




@media screen and (max-width: 600px) {


.about-one-img img {
    max-width: 100%;
    margin-left: 0px !important;
    width: 100%;
    width: 100%;
}


.about-us-video-box1 img {
    max-width: 660px !important;
    /* margin-left: -90px; */
    width: 100% !important;
}
    .overlay.jkl span {
        font-size: 25px !important;
        line-height: 31px !important;
    }
.btnnnni a {
    margin-bottom: 13px;
}.about-us-video-box1 {
    margin-top: 15px;
}.abouttt {
    margin-bottom: 20px;
}
}


.modal-dialog {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}


.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    overflow: scroll;
}


.popup p {
    font-size: 11px;
}


.contact-form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}

.pbmit-heading-subheading.text-center.jkl {
    margin-top: 21px;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* -webkit-appearance: none; */
    -moz-appearance: block !important;
    /* appearance: none; */
    /* border-radius: .375rem; */
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}


/*.main-menu .navigation > li.has-child :after {
   color: white;
   content: ' ▾';
}*/

/* Add arrows to the dropdown menu items */

.navigation .dropdown > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    margin-right: 5px;
    vertical-align: middle;
    margin-left: 6px;
}

.navigation .dropdown > a::before {
    border-bottom-color: white;
}

.navigation .dropdown > a::after {
    border-top-color: white;
}



/* Style the dropdown sub-menu */
.navigation .dropdown ul {
    display: none;
    position: absolute;

    padding: 0;

}

.navigation .dropdown:hover > ul {
    display: block;
}

h3.pbmit-service-title a {
    color: #ffffff !important;
}

.appoinment-one-bg.jkll label {
    font-weight: 600;
    margin-bottom: 7px;
    color: #ffffff;
}

.abouttt p{
    text-align: justify;
}

.visionnn.text-center {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
}

.visionnn.text-center {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    min-height: 314px;
    margin-bottom: 30px;
}


.list-check li::before {
    font-family: 'pbminfotech-base-icons';
    content: "\e81c";
    font-size: 41px;
    color: #08798c;
    position: absolute;
    font-weight: 600;
    left: 0;
    /* font-size: 41px; */
}
.list-check li {
    position: relative;
    padding-left: 62px;
    padding-bottom: 32px;
    line-height: 1.5em;
    color: #222;
    font-size: 34px;
}


.visionnn1.text-center img {
    margin-bottom: 21px;
}


.pbmit-heading-subheading.jkl input {
    background-color: #e3e3e3;
}

textarea.form-control.jkl {
    height: 67px;
}

aside.widget.post-list.jkl {
    background-color: #0c9eb7;
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px;
}

img.right-img {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 16px;
}



.bggg{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 10px;
}


.cp-widget-button {display:inline-block;position:fixed;bottom:23%;right:1%;z-index:999999}

.cp-widget-button__inner {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}





.cp-widget-button1 {display:inline-block;position:fixed;bottom:12%;right:1%;z-index:999999}

.cp-widget-button__inner1 {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner1 {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner1 img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}



ul.srlist li::before {
    content: '\2713';
    display: inline-block;
    color: #08798c;
    padding: 0 6px 0 0;
	font-weight: 600;
}

ul.srlist li {
    line-height: 30px;
}

section.about-section-one.sctnclr {
    background: #227da8;
	color: #fff;
	padding-top: 30px;
}

section.about-section-one.sctnclr h4 {
    color: #fff;
}

section.about-section-one.sctnclr h2 {
    color: #fff;
}

.sctnbtn {
    background: #198754 !important;
	color:#fff!important;
}





section.faq.bg-primary {
   background: transparent !important;
}

.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
    background-color: #08798c;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #08798c;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;     color: #fff;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}

.mrgntp {
    margin-top: 0px;
}

.servicessssss p {
    text-align: justify;
}

p.pstr {
    margin-bottom: 10px;
	color: #08798c;
}

.h2clr {
    color: #08798c !important;
	font-size: 30px !important;
}

.sectioncolor {
    background-color: #effcff;
}

.service-pding {
    padding: 15px;
}
.service-pding span {
   
}
.service-pding p {
   
}

.service-pding span img {
    padding: 10px;
}

.services-title-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 17px;
}

.services-title-content.text-center.m-r-80 h3 {
font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 34px;
    line-height: 25px;
    letter-spacing: -.5px;
    color:#121212;
    text-transform: none;
    font-style: normal;
    margin-bottom: 14px;
 
    text-transform: uppercase;
}
.texttt.text-center.padd {
    padding: 40px 143px;
}
.single-services-box a {
    background-color: #043d81;
    display: block;
    padding: 30px;
    margin: 7px;
    color: white !important;
    min-height: 116px;
}

.single-services-box a h3 {
    color: white;
}

.single-services-box h3 {
    position: relative;
    /* padding-left: 65px; */
    line-height: 1.4;
    font-size: 17px;
    font-weight: 700;
    font-family: "Muli", sans-serif;
    text-align: center;
}

.single-services-box a:hover {
    background-color: #000000;
}

section.services-area.ptb-100.overlay1 {
    padding: 60px 0px;
}
.overlay1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 86%);
    z-index: -3;
}




a.pbmit-btn.jkllll {
    background-color: #ea2476;
}

article.pbmit-blogbox-style-1 {
    padding: 11px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
}



h6.h6classs.text-white {
    font-size: 20px;
    padding-bottom: 5px;
}

h2.h2classs.text-white {
    font-size: 34px;
    padding-bottom: 3px;
}


section.inner-uper-img {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-breadd {
  text-align: center;
 
}
.heddd h3 {
    color: #ffff;
    font-size: 42px;
    font-weight: 700;
}
.s1 {
    background: #043d81cf;
    border: 1px solid #b2d4fc;
    padding: 30px;
    color: #fff;
}

.s1 h3 {
    color: #fff;
    padding-top: 21px;
    padding-bottom: 21px;
}
section.inner-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
section.inner-pages-data {
    padding-top: 60px;
    padding-bottom: 60px;
}


.pbmit-heading-content.jkl.swati p {
    margin-top: 60px;
}


ul.listt---1 li {
    color: #000 !important;
    padding: 1px;
    font-size: 16px;
}

ul.listt---1 {
    margin-bottom: 18px;
}

.about-in-right p {
    text-align: justify;
}


.about-in-left img {
    width: 100%;
    box-shadow: -18px 18px #043d81;
    padding: 2px;
}


ul.listt---1 li i {
    font-size: 18px;
    color: #043d81;
    font-weight: 500;
}


section.inner-pages-data.sd {
    background: #eaf0f7;
}

.lasstt p {
    text-align: justify;
}

.contact-boxes-1 {
    background-color: #fff;
    border: 1px solid #eef2f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  
    padding: 45px 35px;
 
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
ul.contactus-111 li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: white !important;
    font-size: 22px;
    background-color: #ea2476;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50px;
  
}


ul.contactus-111 li a {
    color: #000;
}



ul.contactus-111 strong {
    color: #102b64;
    font-weight: 800;
    font-size: 19px;
}

ul.contactus-111 li {
    padding-left: 70px;
    position: relative;
    padding-top: 0;
    padding-bottom: 36px;
    color: #000000 !important;
    font-size: 15px !important;
}


.about-in-left1 img {
    width: 100%;
    box-shadow: 18px 18px #043d81;
    padding: 2px;
}

.swatii-logo img {
    padding: 6px;
    background: #fff;
    margin-bottom: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #bed8f7;
    margin-left: 11px;
}


section.inner-1.sa {
    background: #f7f7f7;
}

.new-patient-registrationed h2 {
    font-size: 39px;
    text-transform: uppercase;
    line-height: 51px;
    font-weight: 800;
    color: #1c1b1b;
}
.ionnns i {
    font-size: 87px;
    color: #043d81;
}
.new-patient-registrationed {
    background: #f0f0f0;
    padding: 35px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 
}.Registration {
    padding-top: 30px;
    padding-bottom: 30px;
}
.Registration a {
    background: #043d81;
    padding: 22px 25px;
    color: #fff;
    border-radius: 7px;
    box-shadow: 10px 10px #adcbf7;
}


.new-patient-registrationed.g h2 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 13px;
}
.ionnns.hff i {
    font-size: 35px;
}
.Registration1 a {
    background: #043d81;
    padding: 15px 30px;
    color: #fff;
    border-radius: 7px;
    box-shadow: 10px 10px #adcbf7;
}
.new-patient-registrationed.g {
    padding: 20px;
    min-height: 230px;
    margin-bottom: 61px;
    background: #f5f5f5;
}
.pbmit-blogbox-style-2 .pbmit-box-content {
    padding: 20px 13px;
    background: #fff;
    background-color: #eeeeee;
    border-radius: 10px;
    min-height: 250px;
}
.pbmit-blogbox-style-2 .pbmit-blogbox-readmore a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 36px;
    color: #ffffff;
    background: #043d81;
    padding: 15px 20px;
    border-radius: 7px;
}
.pbmit-blogbox-style-2 .pbmit-box-title h4 a {
    color: #043d81;
    font-size: 18px;
    font-weight: 700;
}
.pbmit-featured-wrapper.pbmit-post-featured-wrapper img {
   
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 4px;
    border-radius: 8px;
}



.lasstt img {
    border-radius: 2px;
    box-shadow: 2px 2px #20417b;
    margin-bottom: 40px;
    padding: 1px;
    width: 100%;
    border: 1px solid gainsboro;
}



.navcolor {
    background-color: #ea2476;
}


img.logo-img {
    width: 100%;
}



 
ul.righttt1 li strong a {
    font-weight: 600;
    color: #2a2a2a !important;
    font-size: 15px;
}
ul.righttt1 li {
    /* padding-right: 97px; */
    display: inline-block;
    padding-left: 0px;
    position: relative;
    padding-top: 0;
    line-height: 22px;
    color: #0d0e0e;
    font-size: 15px !important;
    list-style: none;
    font-size: 15px !important;
    font-weight: 700;
}
ul.righttt1 img {
    /* width: 31px; */
    margin-top: -6px;
    position: absolute;
    left: -51px;
    top: 3px;
    /* color: #ce2123; */
    font-size: 20px;
    background-color: #2f99c900;
      height: 44px;
    width: 38px;
    line-height: 41px;
    text-align: center;
    display: block;
    /* border-radius: 50px; */
    webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* border: 1px solid; */
    /* font-size: 20px; */
}




.soocc {
    float: right;
    display: flex;
}


.pootmentt-btn {
    background-color: #102b64;
}

.pootmentt-btn a {
    padding: 7px 38px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 31px;
}



section.client-section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}


h2.pbmit-title.app {
    color:#ffffff;
}



h3.pbmit-service-title a {
    color: #000 !important;
}




.dNtlyB {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
    text-wrap: balance;
    line-height: 1.32;
    display: none;
}


.pbmit-featured-wrapper img {
    border-radius: 10px;
}



.swati-revv a {
    background-color: #102b64;
    padding: 15px 46px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    color: #fff;
}

.swati-revv {
    text-align: center;
    margin-top: -18px;
    z-index: 8;
    position: relative;
}section.test---uu {
    padding-top: 60px;
    padding-bottom: 70px;
}









.faq-section {
  padding: 60px 20px;
  background: #f9fbff;
 
}

.faq-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
}

.faq-item {
 
  margin: 10px auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
 
.faq-question {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    text-align: left;
    background: #942351;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.faq-question span {
  font-size: 20px;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 200px;
    background-color: #c32063;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-img img {
    border-radius: 14px;
}

.saaa h2 {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    letter-spacing: -.5px;
    color: #121212;
    text-transform: none;
    font-style: normal;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.aboutttt video {
    border-radius: 29px;
}



a.dr-btn {
    background-color: #ff6aa8;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
}

a.other-btn {
    background-color: #102b64;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
}



.abouttt-drr {
    margin-top: 35px;
}










.inner-uper-img {
    position: relative;
   
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    z-index: 1;
}

/* Overlay */
.inner-uper-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(16 43 100 / 92%);
    z-index: -1;
}

/* Text styling */
.inner-uper-img h3 {
    color: #fff;
    text-align: center;
}



section.pbmit-bg-color-light.contact-sectionn-inn {
    padding-top: 60px;
    padding-bottom: 60px;
}


.gallery img {
    width: 384px;
    margin-bottom: 5px;
    margin-left: 28px;
    border: 1px solid gainsboro;
    border-radius: 9px;
    margin-bottom: 38px;
}section.gallery {
    padding-top: 60px;
    padding-bottom: 60px;
}









.our-list {
    list-style: none;
    padding-left: 0;
}

.our-list li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.our-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ea2476; /* blue color */
    font-weight: bold;
    font-size: 14px;
}

.lasstt h3 {
    font-size: 20px;
    color: #181818;
}








.about-drrd img {
    float: right;
    width: 42%;
    margin-left: 25px;
    border-radius: 12px;
}







.mobile-logo-sis img {
    display: none;
}




ul.contactus-ss li i {
    position: absolute;
    left: 0;
    top: -2px;
    color: white !important;
    font-size: 15px;
    background-color: #ea2476;
    height: 31px;
    width: 31px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 50px;
}

ul.contactus-ss li a {
    color: #000;
}



 
ul.contactus-ss li {
    padding-left: 46px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 26px;
    color: #fff !important;
    font-size: 13px !important;
}





.diss{
    display: none;
}





@media (max-width: 768px) {
 h5.banner-heding {
    margin-bottom: -48px;
    font-size: 15px;

}
     .overlay.jkl span {
        font-size: 18px !important;
        line-height: 21px !important;
    }


/*.vidoo-text {
    margin-top: 88px;
}*/

.mobile-logo-sis img {
    display: block;
       width: 100px;
    padding: 10px 0px;

}

    .navbar-toggler {
        padding-right: 15px;
        float: inline-end;
        margin-top: -47px;
    }
.aboutttt video {
    border-radius: 29px;
    margin-top: 41px;
}.pbmit-footer-boxes-3.text-right img {
    margin-top: 40px;
}

.pbmit-footer-widget-area {
    padding-top: 7px;

}


.pbmit-service-style-1 .pbmit-service-title {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0 12px;
    padding-bottom: 11px;
}
.pbmit-service-style-1 .pbminfotech-box-content-inner {
    padding: 19px 3px 20px;
    border: 1px solid #e7e5e5;
}
 .disss-none{
    display: none;
 }



.diss{
    display: block;
}


section.responsivvv.diss {
    background-color: #ea2274;
    padding: 7px;
    text-align: center;
}
    .call-us-btn a {
        position: relative;
        background-color: #34b8b7;
        padding: 4px 13px;
        border-radius: 7px;
        color: #fff;
        overflow: hidden;
        display: block;
        font-size: 15px;
    }


/* Shine Effect */
.call-us-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        right: -100%;
    }
    100% {
        right: 100%;
    }
}

}