/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
	font-family: sans-serif;
}

.star-01 .bomb1{position: absolute;
  top: 40%;
  left: 20%;
  color: #fff;
font-size: 51px;}

.star-01 .bomb2{position: absolute;
 bottom: 5%;
  right: 50%;
  color: #fff;
font-size: 51px;}

.bdm-01{    font-size: 39px!important;
    position: absolute;}

.srwn-03{margin: 30px 0px;}

.star-01 .bomb3{position: absolute;
  top: 40%;
  right: 10%;
  color: #fff;
font-size: 51px;}

.logo{width: 145px;}

.logo img{width: 100%;
 }

.srwn-01 li a {
	font-size: 16px;
    font-weight: 400;
	color: #fff!important;
}

.post img{    margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;}



  .post {position: relative;}

.srwn-01 li .dropdown-item {
	color: #000!important;
}

.srwn a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
  padding: 25px;
}

.srwn {position: relative;
  text-align: right;
	padding: 28px 5px;
  margin-top: 18px;
}

.header{background: #fff;}
.srwn a{position: relative;}

.srwn svg{    position: absolute;
  left: -5px;
  top: 30px;}

.srwn-0 {
  margin-top: 41px;
  
}

.srwn-0 svg {
	font-size: 32px;
	color: #7fba00;
}

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.nav-02 {
	background-color: #7fba00;
}

.drop-01 .dropdown-item.active, .drop-01 .dropdown-item:active {
background-color: #fff;
}

.drop-01{background-color: #7fba00;}

.star-01 .carousel-control-prev {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	background-color: #7fba00;
}

.star-01 .carousel-control-next {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	background-color: #7fba00;
}

.star-01 img {
	height:470px;
}

.srwn-01 .navbar-collapse {
	justify-content: center;
}

.srwn-01 .navbar-collapse li {
	padding: 0px 15px;
 
}
.srwn-01 .navbar-collapse li a{ border-top: 3px solid transparent;}

.srwn-01 .navbar-collapse li a:hover{ border-top: 3px solid #7fba00;}

.star-01 .carousel-indicators .active {
	background-color: #7fba00;
}


/* =============welcome to dr.========= */
.lion {
  background-image: url(../images/zz.jpg);
  background-size: cover;
  background-blend-mode: color;
  background-color: #000000bd;
  width: 100%;
  padding: 56px 0px;
}

.srwn-01 h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	padding: 25px;
  color: #000;
}


.srwn-03 p {
font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding: 0px 8px;
    line-height: 32px;
}

.srwn-02 {
	border: 0px solid #936a4c;
	border-radius: 50%;
	height: 310px;
	width: 310px;
	text-align: center;
	padding-top: 0px;
	margin: 4px auto;
}

.srwn-02 img{width: 100%;
             margin-top: 41px;
        border-radius: 50%;
}

.gallery img {
	width: 100%;
	height: 100%;
}
/* ============special-treartment=========== */

.srwn-04 h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	padding: 25px;
  color: #000;
}

.cards {
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2rem;
	row-gap: 2rem;
	grid-auto-flow: dense;
	align-items: start;
  margin-top: 45px;
}

.cards .card {
	margin: 0 auto;
	max-width: 320px;
	height: fit-content;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.cards .card:hover {
	cursor: pointer;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s, transform 0.3s;
	transform: scale(1.05);
}

.cards .card .card-hero img {
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}

.cards .card .card-body {
	padding: 8px 16px;
}

.btn-primary-00 {
	background-color: #000;
	border: none!important;
	width: 122px;
	margin: 0px 0px 20px 18px!important;
	padding: 10px!important;
	border-radius: 0px!important;
	color: #fff;
}

.btn-primary-00:hover {
	background-color: #7fba00;
	color: #000;
}

@media only screen and (max-width: 1100px) {
	.cards .card {
		max-width: 280px;
	}
}

@media only screen and (max-width: 920px) {
	.cards {
		margin-top: 1rem;
		margin-bottom: 2rem;
		grid-template-columns: 1fr;
	}

	.cards .card {
		max-width: 400px;
	}
}

@media only screen and (max-width: 500px) {
	.cards {
		margin-top: 2rem;
		margin-bottom: 2rem;
		grid-template-columns: 1fr;
	}

	.cards .card {
		max-width: 320px;
	}
}

/* ============types owl-carousel=========== */


.star-01 h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	padding: 25px;
}


.cards p {
    text-align: center;
    margin-bottom: 0px;
    padding: 10px;
}

.cards .card .card-body {
    padding: 8px 16px;
}

/* +++++++++++++++++++++gallery+++++++++++++++ */

.gallery-s h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	padding: 25px;
	color: #000;
}



  
  
  
  /*Carousel Gallery*/
.carousel-gallery {
  margin: 36px 0px 0px;
	padding: 0 30px;
}

.carousel-gallery .swiper-slide a {
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
	opacity: 1;
}

.carousel-gallery .swiper-slide a .image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.carousel-gallery .swiper-slide a .image .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, 0.8);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.carousel-gallery .swiper-slide a .image .overlay em {
	color: #fff;
	font-size: 26px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
}

.carousel-gallery .swiper-pagination {
	position: relative;
	bottom: auto;
	text-align: center;
	margin-top: 25px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
	opacity: 0.7;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #7fba00;
	transform: scale(1.1, 1.1);
}
  
  /*# Carousel Gallery*/
.plugins {
	text-align: center;
}

.plugins h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial;
	text-transform: uppercase;
	color: #936a4a;
}

.plugins a {
	display: inline-block;
	font-family: Arial;
	color: #777;
	font-size: 14px;
	margin: 10px;
	transition: all 0.2s linear;
}

.star-07 p {
	padding-top: 10px;
}
  




/* ============patient-testimonials======= */
@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);


.testim {
  background-image: url(../images/mg-7.jpeg);
  background-size: cover;
  background-blend-mode: color;
  background-color: #000000bd;
		width: 100%;
	
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
       margin: 279px 0px 0px;
       border-radius: 40px;
}

.testim .wrap {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    margin: auto;
        height: 461px;

}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #7fba00;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #7fba00;
    border-color: #7fba00;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 155px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #fff;
    font-size: 24px;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #7fba00;        
        box-shadow: 0px 0px 0px 0px #7fba00;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #7fba00;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}

.star-09 h3{text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 30px;}

  .star-09 img {
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    
}


/* +++++++++++++++++++++++footer+++++++++++++ */

.moon-01{background-image: url(../images/mg-11.jpeg);
  background-position: center;
  background-size: cover;
  background-blend-mode: color;
  background-color: #00000038;
  padding: 60px 0px 0px;
  background-repeat: no-repeat;
  }


.sun-00 p{margin: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
text-align: center;}

.sun-00 a{ color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.sun-00 h3{text-align: center;
  color: #936a4a;}


/* ++++++++++++++++++++++chatbox+++++++++++++ */

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #7fba00;
  color: #fff;
  width: 39px;
  height: 54px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #7fba00;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background-color: #7fba00;
  padding: 4px 10px;
  border-radius: 20px;
}



/* +++++++++++++++++about us++++++++++++ */


.flower{color: #800000!important;
  font-style: italic;}

.star-12{    background-image: url(../images/a-1.png);
    background-position: bottom;
    background-size: cover;
    height: 208px;
    background-blend-mode: color;
    background-color: #00000096;}

  .star-11{    margin-top: 90px;
    line-height: 48px;}

.star-11 h3{font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-align: center;}

  .star-11 p{    color: #fff;
    font-size: 21px;
    text-align: center;
    font-weight: 400;}

.star-11 h5{    text-align: center;
      color: #fff;
      font-size: 34px;
      font-weight: 600;}

.star-13 img{width: 100%;
        padding: 40px;}

.srwn-9 h3 {
          text-align: center;
          font-size: 30px;
          font-weight: 600;
          padding: 25px;
          color: #000;
          margin-bottom: 40px;
      }

.star-14 img{    width: 100%;
  padding: 16px;
  border: 3px solid #000;
}

.star-15 h3{font-size: 26px;
  font-weight: 700;
  color: #000;}

.star-15 h5{font-size: 19px;
  font-weight: 600;
  color: #000;}

.star-15 h4{ font-size: 28px;
    font-weight: 600;
    color: #000;}

.star-15 h6{font-size: 19px;
  font-weight: 600;
  color: #000;
margin-bottom: 26px;}

.star-15 p{ font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 30px;}



.srwn-31 h3{font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-top: 85px;}

.srwn-33 h6{font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 5px 0px;
 }

 .srwn-32 img{width: 100%;
  height: 159px;}

.srwn-34 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 25px;
    color: #000;
}

.online{
  border-radius: 22px;
  padding: 21px;
  background-color:#7fba0000;
  margin: 20px 0px;
  box-shadow: 0 0 11px -4px #000;}

.online h4{font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #000;}

.online p{font-size: 17px;
  font-weight: 400;
  color: #000;}

.earth-1 img{width: 100%;
  height: 140px;
  padding: 0px 32px;}

  .india-100{background-color: #7fba0000;
    padding-bottom: 50px;}



.ailments-22{    box-shadow: 0 0 11px -4px #000;
  padding: 30px;
  margin-top: 20px;
}

.ailments-21 h3{color: #339966;
                 font-size: 17px;
                font-weight: 600;}


.ailments-21{box-shadow: 0 0 11px -4px #000;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;}

.ailments-20{
    margin-top: 20px;}






















/* ++++++++++++++++ form++++++++++++ */

.online-01 .form {
  
  width: 340px;
  height: 600px;
  background: #7fba0000;
  border-radius: 8px;
  box-shadow: 0 0 11px -4px #000;
  margin: 19px auto;
  padding: 20px 30px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  position: relative;
}



  .online-01 h2{margin: 10px 0;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 3px solid #000;
    text-align: center;
    font-size: 21px;
}

  .online-01 input{width:100%;
  padding:10px;
  box-sizing:border-box;
  background:none;
  outline:none;
  resize:none;
  border:0;
  font-family:'Montserrat',sans-serif;
  transition:all .3s;
  border-bottom:2px solid #000}

  .online-01 input:focus{border-bottom:2px solid #000}

  .online-01 p:before{content:attr(type);
  display:block;
  margin:28px 0 0;
  font-size:14px;color:#5a5a5a}

  .online-01 button{float:right;
  padding:8px 12px;
  margin:8px 0 0;
  font-family:'Montserrat',sans-serif;
  border:2px solid #000;
  background:#000;
  color:#fff;
  cursor:pointer;
  transition:all .3s}

  .online-01 button:hover{background: #111;
    color: #fff;}

  .online-01 .earth-03{content:'Hi';
  position:absolute;
  bottom:-15px;right:-20px;
  background:#50505a;
  color:#fff;width:320px;
  padding:16px 4px 16px 0;
  border-radius:6px;
  font-size:13px;
  box-shadow:10px 10px 40px -14px #000}

  .online-01 span{margin:0 5px 0 15px}



  .ailments img{width: 100%;}

.ailments{    margin-top: 21px;
  box-shadow: 0 0 11px -4px #000;}





  /* -----------------gallery----------------- */

  .gallery-02 h3{    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 25px;
    color: #000;
    margin-bottom: 40px;}

.gallery-03 img{    width: 100%;
  height: 320px;
  object-fit: cover;}

.gallery-03 p{font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #7fba00;
  text-align: center;
  padding: 10px 0px;}

.gallery-04 .carousel-control-prev {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    background-color: #7fba00;
}

.gallery-04 .carousel-control-next {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  background-color: #7fba00;
}

.gallery-04 .carousel-indicators .active {
  background-color: #7fba00;
}

.gallery-04 {margin: 30px 0px;}

.gallery-05 h3{text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 25px;
  color: #000;}

.gallery-06{background-image: url(../images/c1.jpg);
  background-position: center;
  background-size: cover;
  height: 500px;}

/* ++++++++++++++++testimonial================= */

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/




.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(../images/b2.png);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
      background-blend-mode: color;
    background-color: #000000ad;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 20px;
  height: 20px;
}

.testimonial-01{background-image: url(../images/c1.jpg);
  background-position: center;
  background-size: cover;
  height: 390px;}

.contact-00 h3{text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-top: 70px;
  line-height: 38px;}

.contact-02 h4{    font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 27px;}

.cont-01{display: flex;}

.cont-01 svg{width: 55px;
  height: 49px;
  color: #7fba00;
  margin-right: 11px;}

.contact-02{
  border-radius: 22px;
  padding: 21px;
  background-color: #7fba0000;
  margin: 20px 0px;
  box-shadow: 0 0 13px -4px #936a4a;}






/* ------testimonial  close-------*/


/* =============contact-us form========== */

.green-contact-form {
  width: 100%;
  border-radius:10px;
}

.title-form {
  max-width: 550px;
}

.btn-primary-05{background-color: #000;
  color: #fff;}

  .btn-primary-05:hover{background-color: #7fba00;
    color: #fff;}

    .btn:focus {
      outline: 0;
      box-shadow: 0;
  }

.title-form h3{    font-size: 28px;
  font-weight: 600;
  color: #6a4222;
  margin-bottom: 28px;
  text-align: center;}

  .title-form h3:after {
    content: " ";
    display: block;
    width: 158px;
    height: 2px;
    background-color: #6a4222;
    margin: 8px auto;
}

.ocean{padding: 0px 0px 0px 95px !important;
}



@media only screen and (max-width: 425px) {
  .ocean{padding: 16px!important;}
}


/* """"""""""""""""""""""google map""""""""""""""""""""" */

.responsive-map{
  overflow: hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }

.responsive-map{
    border: 6px solid #7fba00;
    margin:30px 0px 37px 0px;
}

.servc-1 img{
  width: 100%;
  
}

.sam1{font-size: 34px!important;}

.lt-ft{border-top: 2px solid #936a4c;}

.last-ft p{padding: 20px 0px 0px 0px;
  text-align: center;
  font-weight: 600;}






ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background-image: url(../images/mg-11.jpeg);
    background-position: center;
    background-size: cover;
    background-blend-mode: color;
    background-color: #000000ab;
    padding: 60px 0px 0px;
    background-repeat: no-repeat;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #7fba00;
  font-size: 20px;
  margin-top: 24px;
  display: contents;
}

.single-cta{padding: 0px 0px 14px;}

.single-cta a{text-decoration: none;
              display: inline-flex;}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #c2bebe;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo img {
  max-width: 133px;
}
.footer-text p {
  margin-bottom: 10px;
  font-size: 14px;
      color: #ffffff;
  line-height: 24px;
  padding: 8px 12px 8px 0px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 4px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffff;
}
.footer-widget ul li {
 list-style: none;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #7fba00;
}
.footer-widget ul li a {
  color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #000;
    padding: 13px 20px;
    border: 1px solid #000;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #20202073;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
    color: #55acee;
    text-decoration: none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
    color: #fdca81;
    text-decoration: none;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



/* ===============blog-slider-css-start=============== */

.shrwan-111 h3{color:#000!important;}

.blog-container {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
  font-family: "adelle-sans", sans-serif;
  font-weight: 100;
  margin: 48px auto;
  width: 20rem;
}
@media screen and (min-width: 480px) {
  .blog-container {
    width: 28rem;
  }
}
@media screen and (min-width: 767px) {
  .blog-container {
    width: 40rem;
  }
}
@media screen and (min-width: 959px) {
  .blog-container {
   width: 950px;
  }
}

.blog-container a {
  color: #000;
  text-decoration: none;
  transition: 0.25s ease;
  font-size: 21px;
    font-weight: 500;
}


.blog-cover {
    background: url(../images/kidneystone.jpeg);
    background-size: cover;
    border-radius: 5px 5px 0 0;
    height: 400px;
    background-position: center;
    box-shadow: inset rgb(0 0 0 / 20%) 0 64px 64px 16px;
}

.blog-author,
.blog-author--no-cover {
  margin: 0 auto;
  padding-top: 0.125rem;
  width: 80%;
}

.blog-author h3::before,
.blog-author--no-cover h3::before {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/17779/russ.jpeg");
  background-size: cover;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 32px;
  margin-right: 0.5rem;
  position: relative;
  top: 8px;
  width: 32px;
}

.blog-author h3 {
  color: #fff;
  font-weight: 100;
}

.blog-author--no-cover h3 {
  color: #999999;
  font-weight: 100;
}

.blog-body {
 margin: 28px auto;
    width: 80%;
}

.video-body {
  height: 100%;
  width: 100%;
}

.blog-title h1 a {
  color: #333;
  font-weight: 100;
}

.blog-summary p {
  color: #4d4d4d;
}

.blog-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.blog-tags li + li {
  margin-left: 0.5rem;
}

.blog-tags a {
  border: 1px solid #999999;
  border-radius: 3px;
  color: #999999;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}

.blog-footer {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding-bottom: 0.125rem;
  width: 80%;
}

.blog-footer ul {
  list-style: none;
  display: flex;
  flex: row wrap;
  justify-content: flex-end;
  padding-left: 0;
}

.blog-footer li:first-child {
  margin-right: auto;
}

.blog-footer li + li {
  margin-left: 0.5rem;
}

.blog-footer li {
  color: #999999;
  font-size: 0.75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.blog-footer li a {
  color: #999999;
}

.comments {
  margin-right: 1rem;
}

.published-date {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 0 0.5rem;
}

.numero {
  position: relative;
  top: -0.5rem;
}

.icon-star,
.icon-bubble {
  fill: #999999;
  height: 24px;
  margin-right: 0.5rem;
  transition: 0.25s ease;
  width: 24px;
}
.icon-star:hover,
.icon-bubble:hover {
  fill: #ff4d4d;
}
    







.card-01{display: -webkit-inline-box;}


main {
    box-sizing: border-box;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 14px #80808047;
    margin: 30px auto;
}

.card .card-left {
    width: 40%;
}

.card .card-left .card-img {
    width: 100%;
      height: 308px;
    position: relative;
}

.card .card-left .card-img::before {
    content: "";
    background: url(../images/kidneystone.jpeg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    border-radius: 8px 0px 0px 8px;
}

.card .card-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 18px;
    box-sizing: border-box;
    background: linear-gradient(to right, rgb(0 74 30 / 66%), rgb(22 62 46));
}

.card .card-right .card-title {
    font-size: 20px;
    color: #fff;
}

.card .card-right .card-text {
    color: #fff;
    font-size: 17px;
    color: fff!important;
    margin-top: 2px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

.card .card-right .card-right-body {
    display: flex;
    margin-top: 26px;
}

.card .card-right .card-right-body .card-rb-2 {
    flex-grow: 7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 3px;
}
.card .card-right .card-right-body .card-rb-2 .card-rb-2-title {
    color: #fff;
}

.card .card-right .card-right-body .card-rb-2 .card-rb-2-text {
    color: hsl(212, 23%, 69%);
}

.hover-btn {
    float: right;
    padding: 8px 15px;
    /* background: #045a0d; */
    background: linear-gradient(0deg, rgb(24 64 48) 0%, rgb(20 255 12 / 60%) 100%);
    margin-bottom: 20px;
}

.btn-88 {
    color: #fff;
}

/* -------------blog slider-end------------- */


/* +++++++++++media++++++++++++++++++ */






/* ===================media================== */

@media only screen and (max-width: 480px) {

  .srwn-0 {
    position: absolute;
    right: 25px;
    top: -28px;
}

.logo {
  width: 145px;
  margin: auto;
}

.srwn-0 svg{color: #fff;}

.star-01 .bomb3 {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 23px;
  right: 0px;
  left: 0px;
  text-align: center;
}

.star-01 .bomb2 {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 15px;
  left: 50px;

}

.star-01 .bomb1 {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 15px;
  left: 35px;
}

.testim{position: inherit;
  margin: 211px 0px 0px;}

  .blog-slider{    margin: 155px auto 20px;
  }



.star-09 h3 {
  text-align: center;}

.footer-widget{    margin: 0px 0px;}

.star-05 h3 {
  text-align: center;}

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0px 11px!important;
}

.star-11 h5 {
 font-size: 24px;
}

.star-11 h3 {
  font-size: 25px;
}

.star-11 p {
  font-size: 17px;
}

.star-11 {
  position: absolute;
  line-height: 25px;
  top: 206px;
}

.star-13 img {
  width: 100%;
 
}

.srwn{display: none;}

.logo img {
  width: 100%;
  object-fit: contain;
  margin: 0px;
}

.star-15{margin-top: 35px;}


.star-01 .carousel-control-next {  
  top: 40%; 
}

.star-01 .carousel-control-prev {
  top: 40%;
}

.footer-social-icon{    position: absolute;
  right: 0px;}
  
.star-01 img {
    height: 230px;
    object-fit: cover;
}


.lion {padding: 0px 0px;}

.srwn-03 p {
  font-size: 19px;
  line-height: 30px;
  text-align: justify;
  padding: 0px 8px;
}

.gallery-s h3 {
  font-size: 23px;
  padding: 12px;

}

.srwn-04 h3 {
  font-size: 23px;
  padding: 17px;
  margin-top: 20px;
}

main {
  margin: 10px auto;
}

.carousel-gallery {
  margin: 25px 0px 0px;
}

.card-01 {
  display: block;
}

.card .card-left {
  width: 100%;
}

.post img {

  bottom: 0px;
  width: 86px;
}

.card .card-right {
  width: 100%;
  text-align: justify;
}

.testim .cont {
 
  height: 300px;
}



.testim .cont div p {
  font-size: 17px;
  width: 100%;
  text-align: justify;
  text-align: center;
  margin-top: 50px;
}

.testim .arrow {
  font-size: 16px;
}

.star-09 h3 {
  text-align: center;
  font-size: 23px;
  padding: 0px;
}

.star-09 img {
  width: 140px;}

  .online p {
  line-height: 28px;
  font-size: 16px;
  text-align: justify;}

  .online h4 {
    font-size: 21px;
    text-align: center;
    margin-top: 24px;
    line-height: 28px;
}

.srwn-9 h3 {
  font-size: 21px;
  padding: 12px;
  color: #000;
  margin-bottom: 20px;
  margin-top:30px;
}

.tiger {height: 440px;}

.footer-section {padding: 0px 0px 0px;}

.footer-logo {
  text-align: center;
}

.srwn-02 img {
    margin-top: 10px;
}

.srwn-01 h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

.star-12{display:none;}

.srwn-31 h3 {
    color: #024978;
    padding-top: 35px;
}

.srwn-32 img {
    width: 100%;

    object-fit: contain;
}

.earth-1 img {
    object-fit: contain;
   
}
.gallery-06 {
    height: 140px;
}

.blog-container {
    margin: 0px auto;
  
}

.shrwan-111 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.blog-body {
    margin: 28px auto;
    width: 100%;
}

.ocean {
    padding: 0px 20px 0px 20px !important;
}

.testimonial-01 {
    height: 160px;
}

.contact-00 h3 {
    margin-top: 25px;

}
.post-09 h3{color:#000!important;}

.srwn-02 {
    width: 100%;
}

#testim-dots{display:none;}

}

