/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
}

section {
	padding: 60px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
	font-size: 48px;
	line-height: 56px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
	margin-top: -5px;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

.f12 {
	font-size: 12px;
	line-height: 20px;
}

.f14 {
	font-size: 14px;
	line-height: 22px;
}

.f18 {
	font-size: 18px;
	line-height: 26px;
}

.f26 {
	font-size: 26px;
	line-height: 34px;
}

/*Font Weight*/

.f400 {
	font-weight: 400;
}

.f500 {
	font-weight: 500;
}

.f600 {
	font-weight: 600;
}

.f700 {
	font-weight: 700;
}

.f800 {
	font-weight: 800;
}

.f900 {
	font-weight: 900;
}

.gra-pink {
	background: linear-gradient(to right, #ff5252 0%, #ee1b50 100%);
}

.text-pink {
	background: linear-gradient(to left, #ff5252 0%, #ee1b50 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.text-orange {
    color: #ff5252;
}

.title {
	margin-bottom: 20px;
}

.txt-pink {
	color: #e72f4b;	
}

.text-blue {
    color: #161743;
}

.text-black {
	color: #000;
}

.text-gray {
	color: #616161;
}

.btn {
    background-color: #161743;
}

/*HEADER
--------------------------------------*/
.header {
   background-color: #fff;
   height: 36px;
} 

.navbar {
  padding: 0;
  position: fixed;
  top: 36px;
  z-index: 10;
  width: 100%;
  background-color: #161743;
  z-index: 10;
  transition: 0.3s all;
}

.navbar-brand {
	width: 270px;
}

.navbar-expand-lg .navbar-nav .nav-link  {
    padding: 0;
    margin-left: 30px;
    line-height: 50px;
    font-size: 22px;
    line-height: 30px;
}

.header a i {
	font-size: 24px;
	display: inline-block;
	padding: 6px 0 2px 20px;
}

.header .call-icon {
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
   display: inline-block;
   color: #161743;
   padding-top: 5px;
}

.header a.fb i { color: #1877f2;}
.header a.tweeter i { color: rgb(29, 155, 240);}

.navbar.fixed-top {
    top: 0;
}

.btn-sm {
    display: none;
}

/*FOOTER
--------------------------------------*/
.footer {
    background-color: #161743;
}

.footer .footer-contact a {
    display: inline-block;
    padding: 10px 10px 0 0;
    font-size: 20px;
    line-height: 22px;
}

.footer .footer-contact .contact-tag {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}

.footer .footer-contact .contact-tag i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
}

.map {
    margin-bottom: -10px;
}

.borderimg { 
  border: 10px solid transparent;
  padding: 15px;
  border-image: url(../images/star.png) stretch;
}

.copyright-content {
	padding: 8px;
}

/*HOME PAGE
--------------------------------------*/
.banner-image {
    position: relative;
    margin-top: 50px;
    background: url("../images/banner.jpg") no-repeat left center;
    background-size: cover;
    height: 500px;
}

/*.main-banner .carousel-inner .banner-text {*/
/*    padding-top: 50px;*/
/*}*/

.main-banner .carousel-inner .banner-text h1 { padding-bottom: 20px; }


.main-banner .carousel-inner .banner-text h1,
.main-banner .carousel-inner .banner-text h2 {
    color: #fff;
}

.main-banner .carousel-inner ul {
        /*padding-left: 30%;*/
    /*-webkit-column-count: 2;*/
    /*-moz-column-count: 2;*/
    /*column-count: 2;*/
}

.main-banner .carousel-inner ul li {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 30px;
}

.main-banner .carousel-inner .piles-feature {
    margin-top: 30px;
}

.banner-image .piles-feature img {
    color: #fff;
    font-size: 22px;
    /*height: 40px;*/
    /*width: 40px;*/
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 60px;
    margin-bottom: 10px;
}


.piles-seperator
{
    border-right: 1px solid white;
}
.banner-text a {
	padding: 8px 15px; 
	margin: 0 10px;
	width: 190px;
	color: #fff;
}


.section-service .tab-content .tab-pane p
{
    font-size:16px;
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #ee1b50;
    background: #fff;
}

.tab-pane h4 {
    color: ;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/*------------------------------------------------------------------*/
.section-review {
    background: url("../images/bubbles.png") no-repeat center center;
    background-size: cover;
}

.section-review .item .carousel-wrap {
	width: 400px;
	min-height:280px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 10px 0 #bfc0c1;
    box-shadow: 0 6px 10px 0 #bfc0c1;
    padding: 20px;
    margin: 0 50px;
}

.section-review .item .carousel-wrap i {
	display: block;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 15px;
}

.section-review .item .carousel-wrap .car-txt {
	padding-bottom: 30px;
}

.owl-stage {
	height: 350px;
}

.section-review .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  margin-left: -38px;
  height: 40px;
  width: 40px;
}

.section-review .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -50px;
  margin-right: -38px;
  height: 40px;
  width: 40px;
}

.section-review .owl-nav button span {
  font-size: 40px;
  line-height: 40px;
  color: #000;
}

.section-review .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  margin: 20px 7px 0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  background-color: #bdbbbb;
}

.section-review .owl-dots {
	text-align: center;
}



.sec-laser li {
        font-size: 20px;
    line-height: 24px;
    color: #161743;
}

.sec-gallery {
    background-color: #cecece;
}

form textarea {
    resize: none;
}

.call-btn {
    display: none;
}

.section-about {
   background: url("../images/about-doctor-bg.jpg") no-repeat center right;
    background-size: cover; 
    padding-bottom: 0;
}

/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .navbar-brand h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 8px 12px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    
    .nav-sm .navbar-brand {
        padding: 15px 0 15px 15px;
    }
    
    .nav-sm .navbar-brand h2 {
       font-size: 20px;
       line-height: 22px;
    }
    
    .navbar-toggler {
       padding-right: 15px; 
    }
    
    .navbar-nav .nav-item {
        border-top: 1px solid #fff;
    }
    
    .navbar-nav .nav-link {
        padding-left: 15px;
    }
    
}
@media (min-width: 768px) {
    .section-service {
    background: url("../images/service-bg.jpg") no-repeat top center;
    background-size: cover;
    height: 550px;
}
.sec-laser {
    background: url("../images/pain-fracture-img.jpg") no-repeat right center;
    background-attachment: fixed;
    /*min-height: 495px;*/
    /*padding-top: 120px;*/
}
.carousel-title {
    position: absolute;
    top: 15%;
}
.banner-image .banner-text h1,
    .banner-image .banner-text h2 {
        color: #000;
    }
    .main-banner .carousel-inner .banner-text h2 { 
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 48px;  
    
}
.carousel-title.right-pg h2
{
    font-size:60px;
    line-height: 70px;
}
.carousel-title.right-pg h5
{
    font-size:30px;
    line-height: 40px;
}
.main-banner .carousel-inner .piles-feature h3 {
    font-size: 20px;
    line-height: 25px;
    margin-left: -20px;
    margin-top: 10px;
}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .piles-feat img
    {
        width:150px;
        margin-left: 25%;
        margin-bottom:10px;
    }
    .main-banner .carousel-inner .piles-feature h3 {
    font-size: 20px;
    line-height: 25px;
    text-align:center;
    margin-top: 10px;
    margin-bottom:30px;
}
    .carousel-title.right-pg h5
{
    font-size: 25px;
    line-height: 40px;
}
    .carousel-title.right-pg h2 {
    font-size: 34px;
    line-height: 35px;
    margin-top: 20px;
}
    .main-banner .carousel-inner .banner-text h2 { 
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
    margin-top: 20px;
    
}
    .carousel-inner
    {
        background:gray;
    }
    .carousel-title {
    /*position: absolute;*/
    top: 15%;
}
    .sec-laser {
    background: url("../images/pain-fracture-img.jpg") no-repeat;
    background-attachment: fixed;
    /*min-height: 495px;*/
    /*padding-top: 120px;*/
}
    .section-service {
    background: #161743;
    background-size: cover;
    height: 100%;
}
    h2 {
        font-size: 20px;
        line-height: 30px;
    }
    
    section {
        padding: 50px 0;
    }
    
    .btn-sm {
        display: inline-block;
    }

    .btn-lg {
        display: none;
    }
    
    .banner-image {
        margin-top: 50px;
        background: none;
    }
    
    .form-wrap {
        margin-bottom: 0;
    }
    
   .section-review .item .carousel-wrap {
       margin: 0;
       width: auto;
   }
   
   .banner-image .banner-text {
        padding-top: 15px;
    }
    
    .banner-image .banner-text img {
        display: block;
    }
    
    .banner-image .banner-text h1 { 
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
    }
        
    .banner-image .banner-text h2 { padding-bottom: 10px; }

    
    
    .owl-stage {
        height: 300px;
    }
   
   .section-review .owl-nav button.owl-next,
   .section-review .owl-nav button.owl-prev {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
   }
   
   .section-review .owl-nav button.owl-next { right: 30px; margin-right: 0;}
   .section-review .owl-nav button.owl-prev { left: 30px; }
   
   .call-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
    }
    
    .call-btn a {
        background-color: green;
        color: #fff;
        padding: 8px;
        display: block;
    }
    
    .copyright-content {
    	margin-bottom: 60px;
    }
   
   .footer-about, 
   .footer-add {
       padding-bottom: 15px;
   }
   
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

.why-choose-us-sec h3
{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    margin-top: 12px;
}
.why-choose-us-sec h2
{
    font-size: 50px;
    margin-bottom: 40px;
    color:#ee1b50;
}
.why-choose-us-sec
{
    background: url("../images/why-choose-kripa.jpg") no-repeat center bottom;
    background-size: cover; 
}
.why-choose-us-sec img
{
        width: 100px;
    border: 6px double #f13162;
    border-radius: 50%;
    padding: 20px;
}
.li-pad
{
    margin-left:30px;
}

.bg-white1
{
    background-color: #ffffffd1!important;
}
.counter{
    color: #161743;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 25px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after,
.counter .counter-content:before,
.counter .counter-content:after{
    content: '';
    background-color: #161743;
    height: 75%;
    width: 75%;
    border-radius: 50%;
    box-shadow: 0 0 7px rgba(0,0,0,0.7);
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: -1;
}
.counter:after,
.counter .counter-content:after{
    background-color: #161743;
    opacity: 0.6;
    left: auto;
    right: 7px;
}
.counter .counter-content:before,
.counter .counter-content:after{
    top: auto;
    bottom: 7px;
}
.counter .counter-content:before{
    background-color: #161743;
    opacity: 0.6;
}
.counter .counter-content:after{
    background-color: #161743;
    opacity: 1;
    z-index: -2;
}
.counter .counter-content{
    background-color: #fff;
    height: 160px;
    padding: 20px 12px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.counter .counter-icon{
    font-size: 30px;
    margin: 0 0 5px;
}
.counter h3{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.counter .counter-value{
    font-size: 27px;
    font-weight: 600;
    display: block;
}
.count-plus
{
       font-size: 30px !important;
    margin-top: -30px !important;
    margin-left: 72px !important;
}
.count-plus1
{
   font-size: 30px !important;
    margin-top: -30px !important;
    margin-left: 60px !important;
}
.count-plus2
{
   font-size: 30px !important;
    margin-top: -30px !important;
    margin-left: 60px !important;
}

@media screen and (max-width:990px) {
    .counter{ margin-bottom: 40px; }
}
.count-sec
{
    padding:30px 0px;
    background: lightgray;
}

.carousel-title.right-pg
{
    
    top: 25%;
} 


.main-banner
{
    margin-top: 57px;
}