@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:wght@300;400;500;600;700&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
body{
       font-family: Raleway,Roboto,Helvetica Neue,sans-serif !important;
}
:root {
    --color1: #c92139;
    --color2: #114858;
}
h1,h2,h3,h4,h5,h6{
    /*font-family: 'Lora', serif;*/
}
/*=============================
	Topbar Area
===============================*/
.topbar-area {
	background: var(--color2);
	padding: 10px 0px;
}

.slicknav_nav:has(.slicknav_open) .add-padd {
        padding-top: 243px;
    }
    
.top-link {
	margin-top: 10px;
	padding-left: 12px;
}
.top-link li {
	display: inline-block;
	margin-right: 20px;
}
.top-link li:last-child{
	margin:0;
}
.top-link li a {
	color: #fff;
	font-size: 16px;
}
.top-link li a:hover{
	color: var(--color1);
}
.topbar-content {
	position: relative;
	float: right;
}
.topbar-content .topbar-detail {
}
.topbar-content li {
	display: inline-block;
	position: relative;
	padding-left: 55px;
	margin-right: 30px;
	cursor: pointer;
	color: #fff;
}
.topbar-content li:last-child{
	margin:0;
}
.topbar-content li i {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	border:2px solid  #fff;
	background: var(--color1);
	text-align: center;
	border-radius: 100%;
	color: #fff;
	top: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 35px;
	font-size: 17px;
}
.topbar-content li:hover i {
	color: var(--color1);
	background: #fff;
}
.topbar-content li span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 5px;
}
.topbar-content .topbar-button {
	position: absolute;
	top: -3px;
	right: 0;
}
/*=============================
	Topbar Area
===============================*/

/*=============================
    Header Area
===============================*/
.header {
	background: #fff;
}
.top-logo img{
   width: 200px;
}
.main-menu-top{
    display: table;
    /*margin: auto;*/
    }
.main-menu {
	float: left;
}
.navbar{}
.nav-item{}
.navigation{}
.navigation li {
	display: inline-block;
}
.navigation li:last-child{
	margin:0;
}
.navigation li.active a{
	color:var(--color1);
}
.navigation li a {
	color: var(--color2);
	font-size: 15px;
	font-weight: 600;
	padding: 20px 12px;
	display: block;
	position: relative;
}
.navigation li.active a::before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.navigation li a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 4px;
	background: var(--color1);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navigation li a:hover::before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.navigation li a:hover{
	color:var(--color1);
}
.h-menu-right {
	float: right;
	margin-top: 28px;
}
.tabs-info iframe {
    width: 100%;
    height: 400px;
}
.nav-menu{
	padding-left: 0px;
}

/* Dropdown Menu */
.header .nav-menu li .sub-menu {
	position: absolute;
	top: 86px;
	width: 200px;
	background: #fff;
	z-index: 5000;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(-20px);
	border-radius: 10px;
	box-shadow: 0px 3px 5px #3333334d;
}
.header .nav-menu li:hover .sub-menu{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav-menu li .sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
    border-bottom: 1px dashed #0003;
    padding-bottom: 5px;
   width: 100%;
    float: left;
    margin-right: 1%;
}
.header .nav-menu li .sub-menu li:last-child {
	margin: 0;
	border: none;
	padding: 0;
}
.header .nav-menu li .sub-menu li a {
	color: var(--color2);
	display: block;
	font-size: 14px;
	border-radius: 0;
	padding: 0;
	font-weight: 500;
}
.header .nav-menu li .sub-menu li a:hover {
	color: var(--color1);
	margin-left: 5px;
}
.navigation li .cart a{
    padding: 26px 9px;
}
.cart_fly{color:#fff;
background:var(--color1);
    border:2px solid #000;
    border-radius:29px;
    font-size:22px;
    padding:8px;
}
.navigation li .cart a::before{
    background:transparent !important;
}
.header .navigation li a i {
	margin-left: 10px;
	
}
.header .navigation li:hover a{
	color:var(--color1);
}
.header .navigation li:hover a::before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.header .nav-menu li .sub-menu a::before {
	opacity:0;
	visibility:hidden;
}
.header .nav-menu li .sub-menu li.active a{
	color:var(--color1);
}
/*---- Header Sticky ----*/
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    box-shadow: chartreuse;
    z-index: 666;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 17%);
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
}
.header.sticky .navigation li.active a {
	color: var(--color1);
}
.header.sticky .navigation li .sub-menu li a {
    color: var(--color2);
}
.header.sticky .nav-menu li .sub-menu li.active a{
	color:var(--color1);
}
.header.sticky .navigation li .sub-menu li:hover a{
	color:var(--color1);
}
.header.sticky .navigation li:hover a{
	color:var(--color1);
}
.header.sticky .navigation li:hover a::before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.header.sticky .nav-menu li:hover .sub-menu a::before {
	opacity: 0;
	visibility: hidden;
}
/*=============================
	End Header Area
===============================*/

/*=============================
    Hero Area
===============================*/
.hero-area{}
.slider {
	height: 700px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.single-slider::before{
	content: "";
	position: absolute;
	background:rgba(19, 119, 210,.5);
	height: 100%;
	width: 100%;
} 

.hero-content {
	margin: 190px 0px;
	padding-right: 70px;
}
.hero-content span {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	position: relative;
	padding-left: 65px;
	display:none;
}
.hero-content span::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	left: 0;
	top: 50%;
}
.hero-content h1 {
	font-size: 50px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 57px;
	text-transform: capitalize;
}
.hero-content p {
	color: #fff;
	font-size: 16px;
}
.hero-button {
	margin-top: 20px;
}
.hero-button .theme-btn {
	background: #fff;
	color: var(--color2);
	margin-right: 10px;
	font-size: 18px;
    padding: 10px 16px;
    min-width: 160px;
    text-align: center;
}
.hero-button .theme-btn:hover{
	border:2px solid white;
	color:white;
	background:transparent;
}

.hero-button .theme-btn.primary{
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.hero-button .theme-btn.primary:hover{
	border:2px solid transparent;
	color:var(--color2);
	background:#fff;
}


/* Slider Nav */
.hero-area .owl-carousel .owl-nav{
	margin: 0;
    width: 100%;
}
.hero-area .owl-carousel .owl-nav button {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #ffffff2e;
	color: #fff;
	position: absolute;
	margin: 0;
	padding: inherit;
	font-size: 28px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	bottom: 50%;
	margin-bottom: -30px;
}
.hero-area .owl-carousel .owl-nav button:hover{
	background:#fff;
	color:var(--color1);
}
.hero-area .owl-carousel .owl-nav .owl-prev {
    left:20px;
}
.hero-area .owl-carousel .owl-nav .owl-next {
    right:20px;
}

/* Hero Animations */
.hero-area .owl-item.active .hero-content span{
	animation: fadeInUp 0.9s both 0.9s;
}
.hero-area .owl-item.active .hero-content h1{
	animation: fadeInRight 1.1s both 1.1s;
}
.hero-area .owl-item.active .hero-content p{
	animation: fadeInLeft 1.3s both 1.3s;
}
.hero-area .owl-item.active .hero-button{
	animation: fadeInUp 1.5s both 1.5s;
}
/*=============================
	End Hero Area
===============================*/

/*=============================
	Features Area
===============================*/
.features-area {
	padding: 100px 0px;
	background: #ECF7FF;
}
.feature-s-title {
	text-align: center;
	margin-bottom: 15px;
}
.feature-s-title h3 {
	font-size: 35px;
	margin-bottom: 10px;
	font-weight: 600;
}
.feature-s-title p {
	font-size: 18px;
}
.single-features {
	text-align: center;
	background: var(--color1);
	padding: 30px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 20px;
	min-height: 258px;
}
.single-features:hover {
	transform: translateY(-5px);
}
.feature-icon i {
	width: 65px;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	font-size: 25px;
	background: var(--color1);
	border-radius: 100%;
	margin-bottom: 20px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-features:hover .feature-icon i {
	transform: rotate(360deg);
}
.feature-content{}
.feature-content h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.feature-content p {
	color: #fff;
}


/*=============================
	End Features Area
===============================*/

/*=============================
    About Area
===============================*/
.about-area {
	padding: 100px 0px;
}
.about-image-content {
	position: relative;
}
.about-img img{
    border-radius: 15px;
}
.about-content {
	padding-left: 20px;
}
.about-c-title {
	margin-bottom: 20px;
}
.about-c-title span {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	color: var(--color1);
	font-weight: 500;
	position: relative;
	padding-left: 65px;
}
.about-c-title span::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	left: 0;
	background: var(--color1);
	bottom: 10px;
}
.about-c-title h3 {
	font-size: 40px;
	margin-bottom: 15px;
	color: var(--color2);
	font-weight: 600;
}
.about-c-title p {
	color: #666;
	margin-bottom: 10px;
}
.about-list-icon i {
	text-align: center;
	font-size: 80px;
	color: var(--color1);
	line-height: 95px;
	display: block;
}
.about-content-list {
	margin-bottom: 30px;
}
.about-content-list li {
	font-size: 16px;
	color: var(--color2);
	margin-bottom: 10px;
	display:flex;
}
.about-content-list li i {
	color: var(--color1);
	margin-right: 10px;
	margin-top:7px;
}
.about-bottom-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-bottom-c-d {
	display: flex;
	align-items: center;
}
.about-bottom-c-d img {
	border-radius: 100%;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #00000030;
	margin-right: 20px;
}
.a-bottom-c-title{}
.a-bottom-c-title h5 {
	font-size: 20px;
	font-weight: 600;
}
.a-bottom-c-title span {
	color: var(--color1);
}
.about-b-sign{}
.about-b-sign img {
	width: 170px;
	height: auto;
}
/*=============================
	End About Area
===============================*/

/*=============================
    Service Area
===============================*/
.service-area {
	padding-bottom: 20px;
	background: #fff;
}
.single-service {
	background: var(--color2);
	padding: 30px 20px 30px 25px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 30px;
	border-radius: 10px;
	    min-height: 206px;
}


@media (max-width:1024px){
   
    .single-service {
    	    min-height: 240px;
    }
}
@media (max-width:767x){
     .single-service {
        min-height: auto;
            margin-top: 15px;
    }
}
.single-service.active{
	background:var(--color1);
}
.single-service.active i,
.single-service.active h4 a,
.single-service.active p{
	color:#fff;
}
.single-service:hover{
	background:var(--color1);
}
.single-service:hover i{
	color:#fff;
}
.single-service:hover h4 a{
	color:#fff;
}
.single-service:hover p{
	color:#fff;
}
.single-service-content {
	position: relative;
}
.single-service-content i {
	position: absolute;
	left: 0;
	font-size: 38px;
	color: var(--color1);
	top: 50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: -18px;
}
.single-service-content h4 {
	margin-bottom: 10px;
}
@media (max-width:767px){
      .single-service-content h4 {
    	     margin: 15px 0 2px;
    }
}

.single-service-content h4 a {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	display: block;
}
.single-service-content p {
	color: #fff;
	line-height: 23px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	    padding-top: 8px;
}


@media (max-width:767px){
      .single-service-content p {
    	line-height: 1.4;
    }
}
.service-main-content {
	margin-left: 70px;
	position: absolute;
    top: 0;
    
}


@media (max-width:767px){
    .service-main-content {
    	margin-left: 0px;
    	position: static;
    }
    

}
.service-main-content h4 {
    color: #fff;
}

/* Service Details Area */
.service-details-area {
	padding: 70px 0px 100px;
	background: #F9F9F9;
}
.service-details-inner {
	margin-top: 30px;
}
.service-details-content{}
.service-d-description {
	margin-bottom: 50px;
}
.service-d-top-img {
	margin-bottom: 20px;
}

.service-d-top-img img{
    border-radius: 10px;
}
.service-d-description h3 {
	font-size: 30px;
	margin-bottom: 15px;
	color: var(--color2);
	text-transform: capitalize;
	font-weight: 600;
}
.service-d-description p {
	color: #666;
}
.service-d-list img{
	border-radius: 10px;
}

.service-d-list-inner{}
.single-s-list {
	margin-bottom: 40px;
}
.single-s-list:last-child{
	margin:0;
}
.service-list-title {
	margin-bottom: 15px;
}
.service-list-title h3 {
	font-size: 25px;
	color: var(--color2);
	margin-bottom: 7px;
	font-weight: 600;
}
.service-list-title p {
	color: #666;
}
.service-d-list-inner li {
	margin-bottom: 10px;
}
.service-d-list-inner li:last-child{
	margin:0;
}
.service-d-list-inner li i {
	color: var(--color1);
	font-size: 17px;
	font-weight: 500;
	margin-right: 8px;
}
.service-details-sidebar {
	margin-top: 30px;
}
.sidebar-service {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	border-radius: 10px;
}
.sidebar-service ul{
	padding-left: 0px;
}
.sidebar-service li {
	margin-bottom: 20px;
}
.sidebar-service li a {
	background: #ECF7FF;
	padding: 18px 25px;
	font-size: 16px;
	color: var(--color2);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 111;
}
.sidebar-service li a::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: var(--color1);
	left: 0;
	z-index:-1;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.sidebar-service li a:hover,
.sidebar-service li a:hover i
{
	color:#fff;
}
.sidebar-service li a:hover::before{
	width:100%;
}
.sidebar-service li:last-child{
	margin:0;
}
.sidebar-service li.active a::before{
	width:100%;
}
.sidebar-service li.active a{
	color:#fff;
}
.sidebar-service li i {
	font-size: 17px;
	font-weight: 600;
}
.sidebar-about-box {
	margin-top: 50px;
	background: #ffff;
	padding: 25px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	border-radius: 10px;
}
.sidebar-about-img{
	position:relative;
}
.sidebar-about-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: var(--color2);
	opacity: 0.7;
}
.sidebar-about-img img{
    border-radius: 10px;
}
.sidebar-about-img span {
	position: absolute;
	left: 50%;
	font-size: 27px;
	color: #fff;
	font-weight: 500;
	top: 50%;
	margin-left: -81px;
	margin-top: -33px;
	text-align: center;
	line-height: 33px;
}
.sidebar-about-content {
	margin-top: 30px;
	padding-left: 0px;
}
.sidebar-about-content li{
	margin-bottom: 15px;
}
.sidebar-about-content li:last-child{
	margin:0;
}
.sidebar-about-content li a {
	background: #ECF7FF;
	padding: 15px 20px;
	display: block;
	color: var(--color2);
	font-size: 16px;
	border-radius: 10px;
}
.sidebar-about-content li a:hover i{
	background:var(--color2);
	color:#fff;
}
.sidebar-about-content li i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	background: var(--color1);
	text-align: center;
	color: #fff;
	font-size: 17px;
	border-radius: 100%;
	margin-right: 10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
/*=============================
	End Service Area
===============================*/

/*=============================
	Funfact Area
===============================*/
.funfact-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 0px;
	background-attachment:fixed;
}
.funfact-area::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color1);
	opacity: 0.9;
	top: 0;
}

.funfact-area .container{
	position: relative;
}

.funfact-s-title span {
	color: #fff;
	font-size: 15px;
	display: inline-block;
}
.funfact-s-title h3 {
	color: #fff;
}
.funfact-s-title p {
	color: #fff;
}
.single-fact {
	text-align: center;
	border: 3px solid #ffffff3d;
	padding: 20px 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 14px;
	margin-top: 30px;
}
.single-fact:hover {
	border: 3px solid #ffffffc4;
}
.main-count{}
.main-count i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
	line-height: 67px;
	display: inline-block;
	border: 2px dashed #ffffff3d;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-fact:hover .main-count i{
	background:#fff;
	color:var(--color1);
}
.main-count h5 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
}
.main-count h5 span{}
.main-count h5 b {
	font-weight: 600;
}
.main-count p {
	color: #fff;
}
/*=============================
	End Funfact Area
===============================*/

/*=============================
	Department Area
===============================*/
.department-area {
	padding: 50px 0px;
	background: #fff;
}
.department-tab-menu {
	margin: 30px 0px 60px 0px;
}
.department-tab-menu .menu-tab {
    margin: 0;
    display: block;
}
.department-tab-menu .menu-tab .nav-item {
	margin: 0;
	display: inline-block;
	padding: 0;
	margin-right: 24px;
}
.department-tab-menu .menu-tab .nav-item:nth-child(6) {
	margin: 0;
}
.department-tab-menu .menu-tab .nav-item a.active,
.department-tab-menu .menu-tab .nav-item a:hover{
	color: #fff;
	background: var(--color1);
}
.department-tab-menu .menu-tab .nav-item a.active span{
	color:#fff;
}
.department-tab-menu .menu-tab .nav-item a:hover span{
	color:#fff;
}
.department-tab-menu .menu-tab a {
	display: block;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 6%);
	padding: 14px 0;
	border-radius: 10px;
	width: 162px;
}
.department-tab-menu .menu-tab i {
	font-size: 40px;
}
.department-tab-menu .menu-tab span {
	display: block;
	color: var(--color2);
	font-size: 15px;
	margin-top: 10px;
	font-weight: 600;
}
.department-tab-content{}
.department-main-content{}
.department-main-content h3 {
	font-weight: bold;
	font-size: 31px;
	line-height: 42px;
	color: #222831;
}
.department-main-content p {
	margin-top: 20px;
}
.department-inner-content{}
.department-inner-content h4 {
	font-size: 30px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.department-inner-content h4::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	background: var(--color1);
	bottom: -1px;
}
.department-inner-content span {
	font-size: 15px;
	color: var(--color1);
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}
.d-content-list {
	margin-top: 20px;
}
.d-content-list li {
	margin-bottom: 5px;
	color:#666;
}
.d-content-list li i {
	margin-right: 7px;
	font-size: 13px;
	color: var(--color1);
}
.department-inner-content p{}

.d-content-button {
	margin-top: 40px;
}
.d-content-button .theme-btn i {
	color: #fff;
	margin-left: 8px;
	font-size: 16px;
}
.department-image{
	position:relative;
}
.department-image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color2);
	opacity: 0.2;
	border-radius: 20px;
}
.department-image img{
	border-radius: 20px;
}

.department-single{
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	border-radius: 10px;
	margin-bottom: 25px;
	text-align: center;
	padding:20px 0;
	border:2px solid transparent;
}

.department-single:hover{
	border:2px solid var(--color1);
}

.department-single i{
	font-size: 60px;
	margin-bottom: 20px;
	color: var(--color1);
}

.department-single h6{
    color: var(--color2);
}


/* Video Popup */
.video-main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32.5px;
	margin-top: -32.5px;
}
.promo-video .waves-block .waves {
	position: absolute;
	width: 125px;
	height: 125px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right: -30px;
	bottom: -30px;
	z-index: 444;
	background: #fff;
}
.promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.video-main .video {
	height: 65px;
	width: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 100%;
	background: var(--color1);
	color: #fff;
	display: inline-block;
	z-index: 555;
	padding: 0;
	padding-left: 2px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.video-main .video:hover{
	background: #222831;
	color:#fff;
}
/*=============================
	End Department Area
===============================*/

/*=============================
	Testimonial Area
===============================*/
.testimonial-area {
	padding: 70px 0px;
	background: var(--color1);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.testimonial-area .container{
	position: relative;
}
.testimonial-area::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color1);
	opacity: 0.9;
	top: 0;
}
.testimonial-s-title{}
.testimonial-s-title span{
	color:#fff;
}
.testimonial-s-title h4{
padding-bottom: 14px;
	font-size: 24px;
	color:var(--color2);
}
.testimonial-s-title p{
	color:#fff;
}
.testimonial-slider {
	margin: 20px 0px 30px 0px;
}
@media (max-width: 767px){
   .testimonial-slider {
        margin: 9px 0px 38px 0px;
    }
}
.single-testimonial {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	    min-height: 310px;
}

@media (max-width: 767px){
      .single-testimonial {
    	    min-height: 330px;
    }
}
.testimonial-content{}
.testimonial-t-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.t-right-icon{}
.t-right-icon i {
	font-size: 45px;
	color: var(--color1);
	opacity: 0.8;
}
.t-ratting {
	padding: 0px;
}
.t-ratting li {
	display: inline-block;
	margin-right: 4px;
}
.t-ratting li:last-child{
	margin:0;
}
.t-ratting li i {
	color: #F7BD01;
	font-size: 17px;
}
.testimonial-content p {
	color: #666;
}
.testimonial-b-content {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.client-image {
	margin-right: 20px;
}
.client-image img {
	width: 80px !important;
	height: 80px;
	border-radius: 100%;
	box-shadow: 0px 3px 4px #0000002e;
	border: 1px solid var(--color1);
	padding: 0.3rem;
}
.client-title{}
.client-title h5 {
	font-size: 20px;
	font-weight: 500;
}
.client-title span {
	color: var(--color1);
	font-size: 15px;
}
/* Slider Dot */
.testimonial-area .owl-carousel .owl-dots {
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -39px;
	z-index: 999;
}
@media (max-width: 767px){
        .testimonial-area .owl-carousel .owl-dots {
        bottom: -37px;
        margin-left: -53px;
    }
}

.testimonial-area .owl-carousel .owl-dots button.owl-dot {
	width: 25px;
	height: 8px;
	border-radius: 5px;
	display: inline-block;
	background: #fff;
	margin: 0 3px;
}
.testimonial-area .owl-carousel .owl-dots button.owl-dot.active {
	background-color: #4e4e4e;
}
.testimonial-area .owl-carousel .owl-dots button.owl-dot:focus {
	outline: none;
}
.testimonial-area .owl-carousel .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
}
.testimonial-area .owl-carousel .owl-nav button:focus {
	  outline: none;
}

/*=============================
	End Testimonial Area
===============================*/

/*=============================
	Doctors Area
===============================*/
.doctors-area {
	padding: 50px 0px 50px;
    background: #e7e7e75e;
}
.single-doctor {
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	/*border-radius: 15px;*/
	margin-top: 30px;
	    box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 3px 0 rgba(0,0,0,0.1);
	    display:flex;
}
.single-doctor:hover .doctor-head::before{
	opacity: 0.7;
	visibility:visible;
}
.single-doctor:hover .d-head-btn{
	opacity:1;
	visibility:visible;
	transform: translateX(0);
	transition:all 0.4s ease;
}
.doctor-head{
	position:relative;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	padding:0;
}
.doctor-head::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	background: var(--color2);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	z-index:1;
}
.d-head-btn {
	position: absolute;
	top: 60%;
	left: 50%;
	margin-left: -55px;
	margin-top: -30px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-180px);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 22;
}
.d-head-btn:hover .theme-btn{
	background:#fff;
	color:var(--color1);
}

.doctor-content {
	background: #fff;
	padding: 16px 20px;
	/*text-align: center;*/
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: relative;
	min-height: auto;
}
.doctor-content .doctor-social{
	margin-top:20px; 
}
.doctor-content .doctor-social a{
	margin:10px; 
	font-size: 16px;
	color: var(--color1);
	transition: all .5s ease-in-out;
}

.doctor-content .doctor-social a:hover{
	color: var(--color2);
}

.doctor-content span {
	font-size: 14px;
	color: var(--color1);
	display: block;
	font-weight: 500;
}
.doctor-content h5 a {
    font-size: 18px;
	font-weight: 600;
	color: black;
	display: block;
	margin-bottom: 0px;
	font-family: 'Lato' !important;
	    padding-top: 7px;
}

.doctor-content p{
   font-size: 16px;
  
    color: #605e5c; 
    padding:10px 0px;
    /*font-family: 'Lato' !important;*/
}
.doctor-content h5 a:hover{
	color:var(--color1);
}
.doctors-bottom-btn {
	text-align: center;
	margin-top: 50px;
}

.doctors-bottom-btn i{
	margin-left: 6px;
}

/* Slider Nav */
.doctors-area .owl-carousel .owl-nav{
	margin: 0;
    width: 100%;
}
.doctors-area .owl-carousel .owl-nav div {
	width: 50px;
	height: 50px;
	line-height: 48px;
	background: #fff;
	color: var(--color1);
	position: absolute;
	margin: 0;
	padding: inherit;
	font-size: 25px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	top: 50%;
	margin-top: -25px;
	box-shadow: 0px 5px 7px #00000017;
}
.doctors-area .owl-carousel .owl-nav div:hover{
	background:var(--color1);
	color:#fff;
}
.doctors-area .owl-carousel .owl-nav .owl-prev {
	left: -80px;
}
.doctors-area .owl-carousel .owl-nav .owl-next {
    right:-80px;
}
.doctors-area.doctor-page {
	padding: 70px 0px 100px 0px;
}

/* Doctors Details Area */
.doctor-details-area {
	padding: 70px 0px 100px;
	background: #F9F9F9;
}

.doctor-details-area ul{
	padding-left: 0px;
}

.doctor-details-inner{
	margin-top:30px;
}
.doctor-d-top {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	position:relative;
}
.doctor-d-top::before {
	position: absolute;
	content: "";
	width: 180px;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
	background: var(--color1);
	z-index: 1;
}
.doctor-d-img img {
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	z-index:2;
	position:relative;
}
.doctor-d-title {
	margin-left: 25px;
}
.doctor-d-title h4 {
	font-size: 25px;
	font-weight: 600;
}
.doctor-d-title p {
	color: var(--color1);
	font-weight: 500;
	font-size: 16px;
}
.doctor-ratting {
	margin-top: 5px;
}
.doctor-ratting li {
	display: inline-block;
	margin-right: 5px;
	color: #F7BD01;
	font-size: 17px;
}
.doctor-ratting li i{}
.d-details-address {
	margin-top: 20px;
}
.d-details-address li {
	margin-bottom: 10px;
}
.d-details-address li:last-child{
	margin:0;
}
.d-details-address li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: var(--color1);
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.d-details-address li:hover i{
	background:var(--color2);
	color:#fff;
}
.single-d-widget {
	margin-top: 30px;
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}
.single-d-widget.doctor-d-widget {
	text-align: center;
}
.booking-info-widget{

}
.booking-info-widget .form-group {
	position: relative;
	margin-bottom: 30px;
}
.booking-info-widget .form-group i {
	position: absolute;
	top: 50px;
	right: 15px;
	font-size: 16px;
	color: var(--color1);
}
.booking-info-widget .form-group label {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 500;
}
.booking-info-widget .form-group input {
	width: 100%;
	height: 45px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	color: var(--color2);
	font-size: 15px;
	border-radius: 10px;
}
.booking-info-widget .nice-select {
	background: #fff;
	line-height: 43px;
	color: var(--color2);
	margin: 0;
	width: 100%;
	height: 45px;
	padding: 0px 15px;
	border-radius: 10px;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.booking-info-widget .nice-select::after {
	border-bottom: 2px solid var(--color1);
	border-right: 2px solid var(--color1);
	right: 20px;
}
.nice-select.open .list{
	width:100%;
}
.nice-select .option.selected {
	font-weight: 500;
	color: var(--color1);
}
.nice-select .option:hover {
	background-color: #1976D1;
	color: #fff !important;
}
.w-hour-title {
	font-size: 23px;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	margin-bottom: 25px;
}
.w-hour-title::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: var(--color1);
	left: 0;
}
.w-hour-inner{}
.w-hour-inner li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 15px;
}
.w-hour-inner li:last-child{
	margin:0;
	border:none;
	padding:0
}
.w-hour-inner li b {
	font-weight: 500;
	color: var(--color1);
}
.w-hour-inner li span {
	float: right;
}
.contact-info-widget li {
	margin-bottom: 15px;
	font-size: 16px;
}
.contact-info-widget li:last-child{
	margin:0;
}
.contact-info-widget li i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: var(--color1);
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 15px;
}
.contact-info-widget li i:hover {
	background: var(--color2);
	color: #fff;
}
.doctor-details-bottom {
	padding: 30px;
	margin-top: 50px;
	background: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	border-radius: 4px;
}
.doctor-d-content-widget {
	margin-bottom: 30px;
}
.doctor-d-content-widget:last-child{
	margin:0;
}
.doctor-d-bottom-title {
	font-size: 25px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 15px;
	color: var(--color1);
}
.doctor-d-bottom-title::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: var(--color1);
	left: 0;
}
.doctor-d-content-widget p {
	color: #666;
	margin-bottom: 10px;
}
.doctor-d-content-widget p:last-child{
	margin:0;
}
.doctor-d-content-widget li {
	margin-bottom: 15px;
	cursor:pointer;
}
.doctor-d-content-widget li span {
	color: var(--color1);
}
.doctor-d-content-widget li:last-child{
	margin:0
}
.doctor-d-content-widget li i {
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #ECF7FF;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	color: var(--color2);
	margin-right: 10px;
	transition:all 0.4s ease;
}
.doctor-d-content-widget li:hover i{
	background:var(--color1);
	color:#fff;
}
/*=============================
	End Doctors Area
===============================*/

/*=============================
	Our Mission Area
===============================*/
.our-mission-area {
	padding: 60px 0px;
}
.mission-content{}
.mission-c-top{
	margin-bottom: 25px;
}
.mission-content span {
	color: var(--color1);
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 500;
}
.mission-img img{
    border-radius: 15px;
}
.mission-content h3 {
	font-size: 40px;
	color: var(--color2);
	margin-bottom: 15px;
}
.mission-content strong {
	color: var(--color1);
	font-weight: 700;
}
.mission-content p {}
.mission-c-list{}
.mission-c-list li {
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
}
.mission-c-list li:last-child{
	margin:0;
}
.mission-c-list li i {
	color: var(--color1);
	font-size: 18px;
	margin-right: 8px;
}
/*=============================
	End Our Mission Area
===============================*/

/*=============================
	Pricing Area
===============================*/
.pricing-area {
	padding: 50px 0px;
	background: #f9f9f9;
}
.popular-sticker {
	color: #fff;
	background: var(--color1);
	display: inline-block;
	padding: 5px 45px;
	position: absolute;
	right: -39px;
	top: 12px;
	font-size: 14px;
	transform: rotate(45deg);
	font-weight: 500;
}
.single-pricing {
	background: #ffff;
	padding: 40px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	border-radius: 15px;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-pricing:hover {
	transform: translateY(-10px);
}
.single-pricing::before {
	position: absolute;
	content: "\f469";
	right: -20px;
	top: 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: "Font Awesome 5 Pro";
	font-size: 80px;
	color: rgb(118, 170, 219);
}
.single-pricing:hover::before,.single-pricing.active::before{
	opacity: 0.2;
	visibility: visible;
	right: 35px;
}
.single-pricing.active{
	transform: translateY(-10px);
}
.single-pricing:hover .theme-btn,.single-pricing.active .theme-btn{
	background:var(--color2);
}
.pricing-head{}
.pricing-head h5 {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 25px;
	color: var(--color1);
}
.p-price{
	position: relative;
}
.p-price .amount {
	font-size: 40px;
	color: var(--color2);
	font-weight: 600;
	display: inline-block;
}
.p-price .duration {
	display: block;
	color: #666;
	margin-top: 5px;
}
.pricing-content {
	margin-top: 20px;
}

.pricing-content ul{
	padding-left: 0px;
}

.pricing-content li {
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.pricing-content li::before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	left: 0;
	top: 0;
	color: #1277D2;
}
.pricing-content li:last-child{
	margin:0;
}
.pricing-button {
	margin-top: 30px;
}
/*=============================
	End Pricing Area
===============================*/

/*=============================
	Appoinment Area
===============================*/
.appoinment-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 100px 0px;
	position: relative;
}
.appoinment-area .container{
	position: relative;
}
.appoinment-area::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color1);
	opacity: 0.8;
	top: 0;
}
.appoinment-inner {
	background: #fff;
	padding: 50px;
	border-radius: 15px;
	box-shadow: 0px 5px 14px #0000002e;
}
.appoinment-title {
	margin-bottom: 40px;
}
.appoinment-title h3 {
	font-size: 30px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.appoinment-title h3::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 4px;
	background: var(--color1);
	bottom: -2px;
}
.appoinment-title p {}
.appoinment-inner .form-group {
	margin: 0;
	margin-bottom: 30px;
}
.appoinment-inner .form-group input {
	width: 100%;
	height: 48px;
	padding:0 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	color: var(--color2);
	font-size: 13px;
	text-transform: capitalize;
}
.appoinment-inner .form-group textarea {
	width: 100%;
	height: 110px;
	padding:10px 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	color: var(--color2);
	font-size: 15px;
}
.appoinment-inner .nice-select {
	background: #fff;
	line-height: 43px;
	color: #0000007d;
	margin: 0;
	width: 100%;
	height: 48px;
	padding:0 15px;
	border-radius: 8px;
	font-size: 13px;
	border: 1px solid #ddd;
	font-weight: 500;
	margin-bottom: 30px;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 500;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.appoinment-inner .nice-select.open .list {
	width: 100%;
}
.appoinment-inner .nice-select::after {
	height: 7px;
	width: 7px;
}
.replay-message {
	margin-top: 15px;
}
.apppoinment-page-area {
	padding: 100px 0px;
	background:#f9f9f9;
}
.apppoinment-page-area .appoinment-inner {
	background: #fff;
	box-shadow: 0px 0px 10px #0000001c;
}
.appoinment-img img{
	border-radius: 10px;
}
/*=============================
	End Appoinment Area
===============================*/

/*=============================
	Blog Area
===============================*/
.blog-area {
	padding: 50px 0px;
	background: #ECF7FF;
}
.single-blog {
	background: #fff;
	padding: 15px;
	position: relative;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	margin-top: 30px;
	border-radius: 10px;
}
.s-blog-head{
	position:relative;
}
.s-blog-img {
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: relative;
	border-radius: 10px;
}

.s-blog-img img{
    border-radius: 10px;
	width: 100%;
}

.single-blog-area-sidebar{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
}

.single-blog-area-sidebar .comment-form{
	padding: 0px;
	box-shadow: none;
  }



.single-blog:hover .s-blog-img img{
	transform: scale(1.1);
}
.single-blog-content {
	margin-top: 35px;
	padding: 0px 5px 0px 5px;
}
.single-blog .top-meta {
	position: absolute;
	left: 50%;
	margin-left: -69.5px;
	bottom: -11px;
}
.single-blog .top-meta span {
	background: #1277D2;
	color: #fff;
	padding: 10px 25px;
	font-size: 15px;
	border-radius: 30px;
	font-weight: 500;
	box-shadow: 0px 2px 10px var(--color2);
}
.single-blog-title{
	position:relative;
}
.single-blog-content h3{}
.single-blog-content h3 a {
	font-size: 22px;
	color: var(--color2);
	line-height: 28px;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}
.single-blog-content h3 a:hover{
	color:var(--color1);
}
.single-blog-content p {
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.blog-author {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.blog-author .b-author-left{}
.blog-author .b-author-left img {
	border-radius: 100%;
	width: 45px;
	height: 45px;
	border: 2px solid var(--color1);
	padding: 0.2rem;
}
.b-author-content {
	margin-left: 15px;
}
.b-author-content h6 {
	font-size: 15px;
	color: #666;
	font-weight: normal;
}
.b-author-content h6 span{}
.b-author-content h6 a {
	color: var(--color1);
}
.blog-archive-area{
	padding:70px 0px 100px
}

/* Blog Single Area */
.blog-single-post {
	padding: 70px 0px 100px;
	background: #fff;
}
.wikibox h3 {
    display: none;
}
.wikibox p {
    color: #fff;
}
.wikibox img {
    width: 100%;
}
.single-blog-head{}
.single-head-img{
	overflow:hidden;
	transition:all 0.4s eaes;
	-webkit-transition:all 0.4s eaes;
	-moz-transition:all 0.4s eaes;
	border-radius: 10px;
}
.single-head-img img:hover{
	transform:scale(1.1);
}

.single-head-img img{
	border-radius: 10px;
}

.blog-s-title {
	margin-bottom: 20px;
}
.blog-s-title h3{}
.blog-s-title h3 a {
	color: var(--color2);
	font-weight: 600;
	font-size: 30px;
	text-transform: capitalize;
}
.blog-s-title h3 a:hover{
	color:var(--color1);
}
.blog-s-title p{}
.blog-single-meta {
	margin: 25px 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}
.single-blog-head p {
	margin-bottom: 15px;
}
.single-blog-head p:last-child {
	margin: 0;
}
.blog-single-meta span {
	font-size: 16px;
	color: var(--color2);
	margin-right: 20px;
}
.blog-single-meta span:last-child{
	margin:0;
}
.blog-single-meta span img {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.blog-single-meta span i {
	color: var(--color1);
	margin-right: 10px;
}
.blog-single-meta span a {
	color: var(--color2);
}
.blog-single-meta span a:hover{
	color:var(--color1);
}
.single-content{}
.single-content blockquote {
	background: var(--color1);
	padding: 50px 40px;
	position: relative;
	margin: 30px 0px;
	border-radius: 12px;
}
.single-content blockquote i {
	position: absolute;
	font-size: 100px;
	color: #fff;
	right: 55px;
	opacity: 0.2;
	bottom: -12px;
}
.single-content blockquote h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	position: relative;
	padding-left: 25px;
}
.single-content blockquote h3::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: #fff;
	left: 0;
	opacity: 0.5;
}
.b-bottom-content{}
.b-bottom-content p {
	margin-bottom: 15px;
}
.b-bottom-content p:last-child {
	margin: 0;
}
.s-content-list {
	margin: 30px 0px;
}
.s-content-list li {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: capitalize;
}
.s-content-list li:last-child{
	margin:0;
}
.s-content-list li i {
	margin-right: 8px;
	color: var(--color1);
}
.blog-s-middle-img {
	margin: 30px 0px;
}
.blog-s-middle-img img{
	border-radius: 10px;
}
.blog-s-conunter {
	margin-top: 30px;
	background: #f5f5f5;
	padding: 10px 20px;
	border-radius: 5px;
}
.blog-s-conunter li {
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
	border-right: 1px solid var(--color2)38;
	padding-right: 15px;
}
.blog-s-conunter li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.blog-s-conunter li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background: var(--color1);
	border-radius: 100%;
	text-align: center;
	font-size: 15px;
	margin-right: 10px;
	color:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog-s-conunter li i:hover{
	background:var(--color2);
	color:#fff;
}
.blog-s-conunter li span{}
.blog-post-tag {
	margin-top: 30px;
}
.post-tag ul{
	padding-left: 0px;
}
.post-share-tag{}
.post-share-tag h5 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}
.post-tag li {
	display: inline-block;
	margin-right: 10px;
}
.post-tag li:last-child{
	margin:0;
}
.post-tag li a {
	background: #f3f5f7;
	color: var(--color2);
	padding: 6px 20px 10px 20px;
	display: block;
	border-radius: 8px;
}
.post-tag li a:hover{
	background:var(--color1);
	color:#fff;
}
.share-tag {
	text-align: right;
}
.share-tag li {
	display: inline-block;
	margin-right: 8px;
}
.share-tag li:last-child{
	margin:0;
}
.share-tag li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	display: block;
	text-align: center;
	border-radius: 100%;
	color: var(--color2);
	font-size: 15px;
}
.share-tag li.facebook a {
	background: #0C88EF;
	color: #fff;
}
.share-tag li.twitter a {
	background: #00A2F3;
	color: #fff;
}
.share-tag li.linkedin a {
	background: #0077B5;
	color: #fff;
}
.share-tag li.instagram a {
	background: #EB4B54;
	color: #fff;
}
.share-tag li a:hover {
	background: var(--color2);
}
.detail-post-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 50px 0px;
	padding: 40px 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.detail-post-navigation::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color1);
	opacity: 0.8;
	left: 0;
	top: 0;
	border-radius: 10px;
}
.prev-post{
	padding-left:70px;
	position: relative;
}
.prev-post span, .next-post span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.prev-post a, .next-post a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.prev-post a i {
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 52px;
	border-radius: 100%;
	text-align: center;
	color: var(--color1);
	font-size: 18px;
	background: #fff;
	top: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	box-shadow: 0px 4px 7px #00000036;
}
.prev-post a:hover i,.next-post a:hover i{
	background:var(--color2);
	color:#fff;
}
.next-post{
	padding-right:70px;
	position: relative;
}
.next-post a i{
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 52px;
	border-radius: 100%;
	text-align: center;
	color: var(--color1);
	font-size: 18px;
	background: #fff;
	top: 0;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	box-shadow: 0px 4px 7px #00000036;
}
.blog-comments {
	margin-top: 50px;
}
.bottom-title{}
.comment-title {
	margin-bottom: 50px;
}
.comment-title h3 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
}
.comment-title h3::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	left: 0;
	background: var(--color1);
}
.comments-body {}
.single-comments{}
.single-comments .main {
	display: flex;
	justify-content: space-between;
}
.single-comments .head {
	margin-right: 30px;
}
.single-comments .head img {
	border-radius: 100%;
	width: 100px;
	height: auto;
}
.single-comments .body {
	width: calc(100% - 100px);
}
.single-comments .body p {
	color: #666;
}
.body-top {
	position: relative;
	margin-bottom: 10px;
}
.body-top h6 {
	font-size: 20px;
	font-weight: 500;
}
.body-top .date-meta {
	font-size: 14px;
	color: var(--color1);
}
.body-top .replay {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px;
	color: var(--color2);
}
.body-top .replay:hover{
	color:var(--color1);
}
.body-top .replay i {
	margin-right: 5px;
	font-size: 12px;
}
.comment-list {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 30px;
	margin: 50px 0px 50px 50px;
}
.comment-list .body{
	margin:0;
}
.post-comment {
	margin-top: 50px;
}
.comment-form {
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	border-radius: 10px;
}
.comment-form .form-group {
	margin-bottom: 30px;
}
.comment-form .form-group input {
	width: 100%;
	border: none;
	height: 55px;
	background: #f3f5f7;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 10px;
	border:1px solid transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.comment-form .form-group input:hover{
	border:1px solid var(--color1);
}
.comment-form .form-group textarea {
	width: 100%;
	border: none;
	height: 170px;
	background: #f3f5f7;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 500;
}
.comment-form .form-group textarea:hover{
	border:1px solid var(--color1);
}
.post-comment-btn{}
.blog-sidebar{}
.blog-sidebar .b-single-widget {
	margin-top: 30px;
	border-radius: 10px;
	padding: 30px;
	background: #ffff;
}
.blog-sidebar .b-search-widget{}
.blog-sidebar .b-search-widget input {
	width: 100%;
	border: none;
	height: 55px;
	padding: 10px 65px 10px 20px;
	font-size: 15px;
	background: #F3F5F7;
	border-radius: 10px;
}
.blog-sidebar .b-search-widget form{
	position:relative;
}
.blog-sidebar .b-search-widget button {
	border: none;
	/*position: absolute;*/
	right: 0;
	top: 0;
	/*width: 60px;*/
	height: 100%;
	z-index: 1;
	background: var(--color1);
	border-radius: 10px;
	font-size: 17px;
	transition: all 0.3s ease-out 0s;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog-sidebar .b-search-widget button:hover{
	background:var(--color2);
	color:#fff;
}
.blog-sidebar .b-search-widget button i{}
.blog-sidebar .widget-title {
	color: var(--color2);
	position: relative;
	font-weight: 600;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 20px;
}
.blog-sidebar .widget-title::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	left: 0;
	background: var(--color1);
}
.popular-feeds {}
.popular-feed-loop{}
.single-popular-feed {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.single-popular-feed:last-child{
	margin:0;
}
.feed-img img {
	border-radius: 8px;
	margin-right: 10px;
	width: 100px;
	height: auto;
}
.feed-img img{}
.feed-desc {
	margin-left: 15px;
}
.feed-desc h6 {
	margin-bottom: 5px;
}
.feed-desc h6 a {
	font-size: 16px;
	color: var(--color2);
	font-weight: 500;
}
.feed-desc h6 a:hover{
	color:var(--color1);
}
.feed-desc .time {
	font-size: 14px;
}
.feed-desc .time i {
	font-size: 13px;
	color: var(--color1);
	margin-right: 5px;
}
.categories-widget ul{
	padding-left: 0px;
}
.categories-widget li {
	margin-bottom: 10px;
	position: relative;
}
.categories-widget li:last-child{
	margin:0;
}
.categories-widget li a {
	font-size: 16px;
	height: 40px;
	display: block;
	position: relative;
	line-height: 40px;
	color: var(--color2);
	transition: all 0.3s ease-out 0s;
	font-weight: 500;
}
.categories-widget li a:hover{
	color:var(--color1);
}
.categories-widget li span {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--color2);
	transition: all 0.3s ease-out 0s;
}
.socail-widget ul{
	padding-left: 0px;
}
.socail-widget li {
	display: inline-block;
	margin-right: 10px;
}
.socail-widget li:last-child{
	margin:0;
}
.socail-widget li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: transparent;
	display: inline-block;
	text-align: center;
	color: var(--color2);
}
.socail-widget li.facebook a {
	background: #0C88EF;
	color: #fff;
}
.socail-widget li.twitter a {
	background: #00A2F3;
	color: #fff;
}
.socail-widget li.linkedin a {
	background: #0077B5;
	color: #fff;
}
.socail-widget li.instagram a {
	background: #EB4B54;
	color: #fff;
}
.socail-widget li a:hover {
	background: var(--color2);
}
.socail-widget li i{}
.popular-tag-widget ul{
	padding-left: 0px;
}
.popular-tag-widget .widget-title {
	margin-bottom: 20px;
}
.popular-tag-widget li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 15px;
}
.popular-tag-widget li a {
	background: #F3F5F7;
	color: var(--color1);
	padding: 5px 15px;
	font-size: 14px;
	display: block;
	border-radius: 8px;
}
.popular-tag-widget li a:hover{
	background:var(--color1);
	color:#fff;
}
.popular-tag-widget li i{}

/* Pagination */
.pagination-main{
	text-align:center;
}
.pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin-right: 10px;
}
.pagination li:last-child{
	margin-right:0px;
}
.pagination li a {
	background: #fff;
	border: none;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 39px;
	font-size: 14px;
	color: #555;
	border-radius: 8px;
	box-shadow: 0px 7px 10px #00000012;
}
.pagination li:hover a {
	color: #fff;
	border-color: transparent;
}
.pagination li:hover a,
.pagination li.active a{
	border-color:transparent;
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
} 
.pagination li.prev a, 
.pagination li.next a {
	font-size: 15px;
	text-align:center;
}
.pagination li.active a,
.pagination li:hover a {
	color: #fff !important;
	background: var(--color1);
}
/*=============================
	End Blog Area
===============================*/


/*=============================
	Partner Area
===============================*/
.single-partner{
	padding:30px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	margin:10px 5px;
}


/*=============================
    Newsletter Area
===============================*/
.news-letter-area {
	padding: 40px 0px 70px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.news-letter-area .container{
	position: relative;
}
.news-letter-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color1);
	top: 0;
	left: 0;
	opacity: 0.8;
}
.email-box {
	position: relative;
}
.news-letter-content {
	margin-top: 30px;
}
.news-letter-content h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
.news-letter-content p {
	color: #f9f9f9;
}
.n-email-submit {
	padding: 20px 0px 0px 20px;
	position: relative;
	margin-top: 30px;
}
.n-email-submit .form-group{
	margin:0;
}
.n-email-submit input {
	width: 100%;
	height: 65px;
	border: none;
	background: #fff;
	padding: 10px 165px 10px 30px;
	font-size: 15px;
	border-radius: 100px;
}
.e-submit-btn{}
.e-submit-btn {
	position: absolute;
	top: 4px;
	right: 4px;
}
.e-submit-btn .theme-btn {
	padding: 14px 45px;
	border-radius: 100px;
}
/*=============================
	End Newsletter Area
===============================*/

/*=============================
	Partner Area
===============================*/
.partner-area {
	padding: 50px 0px;
	background: #fff;
}
/*=============================
	End Partner Area
===============================*/

/*=============================
	Breadcrumb Area
===============================*/
.breadcrumbs {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 800px;
	display: flex;
	align-items: center;
}
section#aboutus {
    padding: 60px 0;
}

section.breadcrumbs.conntact {
    min-height: 200px;
}


section.breadcrumbs.conntact.contact-banner {
    min-height: 350px;
    height: 350px;
}
.breadcrumbs .container{
	/*position: relative;*/
}
.breadcrumbs::before {
	/* position: absolute; */
	/* content: "" ;*/
	/* width: 100%; */
	/* height: 100%; */
	/* background: #000; */
	/* top: 0; */
	/* opacity: 0.5; */
}
.breadcrumb-content {
	/*text-align: center;*/
}
.breadcrumbs h4 {
	color: #333;
	font-size: 40px;
	margin-bottom: 10px;
}
section.breadcrumbs.conntact.contact-banner h4 {
    /*color: #333;*/
        color: #ffffff;
    font-size: 25px;
    margin-bottom: 3px;
}
.breadcrumb-menu {
	padding-left: 0px;
}
.breadcrumb-menu li{
	display:inline-block;
	margin-right:10px;
}
.breadcrumb-menu li:last-child{
	margin:0;
}
.breadcrumb-menu li a {
	color: #fff;
	font-size: 15px;
}
.breadcrumb-menu li a:hover{
	color:var(--color2);
}
.breadcrumb-menu li i{
	margin-left:10px;
	color:#fff;
}

/*=============================
	End Breadcrumb Area
===============================*/


/*=============================
	policy-area
===============================*/
.policy-area {
	padding: 100px 0px;
	background: #f9f9f9;
}

.policy-list i{
	margin-right: 10px;
}




/*=============================
	Signup Area
===============================*/
.register-area {
	padding: 100px 0px;
	background: #f9f9f9;
}
.register-area .account-box {
	background: #FFFFFF;
	box-shadow: 0px 12px 36px rgba(57, 62, 70, 0.1);
	border-radius: 8px;
	padding: 50px;
}
.register-area .account-box-head {
	text-align: center;
	border-bottom: 1px solid rgba(57, 62, 70, 0.1);
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.register-area .account-box-head h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: var(--color2);
	margin-bottom: 10px;
}
.register-area .account-box-head p {
	font-weight: normal;
	line-height: 20px;
	padding: 0px 22px;
	color: #666;
}
.register-area .form-group {
	margin-bottom: 30px;
	position: relative;
}
.register-area .form-group label {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #666;
	font-weight: 500;
}
.register-area .form-group input {
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	background: #FFFFFF;
	border: 1.5px solid #eee;
	border-radius: 10px;
	color: #666;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.register-area .form-group input:hover{
	border:1px solid var(--color1);
}
.register-area .bottom-content p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	margin: 0;
	margin-top: 17px;
}
.register-area .bottom-content p a {
	color: var(--color1);
}

.register-area .form-check a{
	color: var(--color1);
}

.account-button .theme-btn {
	width: 100%;
	border-radius: 10px;
	line-height: 22px;
	margin: 0;
	text-align: center;
	height: 50px;
}
/*=============================
	End Signup Area
===============================*/

/*=============================
	Login Area
===============================*/
.login-bottom-content {
	text-align: center;
}
.login-bottom-content h6 a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: var(--color2);
	display: block;
}
.login-bottom-content h6 a:hover{
	color:var(--color1);
}
.login-bottom-content{}
.login-bottom-content p {
	margin-top: 10px !important;
}
/*=============================
	End Login Area
===============================*/

/*=============================
	Faq Area
===============================*/
.faq-area {
	padding: 40px 0px 80px;
	/*background: #f9f9f9;*/
}
/* Main Faq Area */
.faq-area .panel-group {
	margin: 0;
	margin-top: 20px;
}
.faq-area .panel {
	background:#F5F5F5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius:0px;
	border: 1px solid #ddd;
}
.faq-area .panel-heading{
	background:none;
}
.faq-area .faq-title a {
	position: relative;
	width: 100%;
	display: block;
	padding: 15px 0px;
	background: #fff;
	border-radius: 0;
	line-height: 26px;
	font-weight: 600;
	font-size: 17px;
	color: var(--color2);
}
.faq-area .faq-title b {
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	color: var(--color1);
	margin-right: 10px;
}
.faq-area .faq-title a::before {
	content: "\f068";
	font-family: "Font Awesome 5 Pro";
	top: 55%;
	margin-top: -15px;
	position: absolute;
	background: transparent;
	color: var(--color1);
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	right: 5px;
	margin-right: 15px;
}
.faq-area .panel .faq-title a {
	text-decoration: none;
	border-color: transparent;
	/*border-top: 2px solid rgba(58, 122, 251, 0.3);*/
}
.faq-area .panel .faq-title a.collapsed {
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	/*border-radius: 10px;*/
	padding: 15px 20px;
	background: #ecf7ff;
	/*border: 2px solid rgba(58, 122, 251, 0.3);*/
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	color: var(--color2);
}
.faq-area .faq-title a.collapsed::before {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	color: var(--color1);
	background: transparent;
	transition: all 0.4s ease;
	font-size: 16px;
	margin-right: 15px;
}
.faq-area .faq-body {
	padding: 0px 25px;
	color: #666;
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	font-weight: normal;
	border-radius: 0px 0px 8px 8px;
	background: #fff;
	font-size: 15px;
	line-height: 26px;
}
.faq-area .faq-body .body-btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: var(--color1);
}
.faq-area .panel-default {
	border: var(--color1) 2px solid;
	text-shadow: none;
	margin-bottom: 20px;
	box-shadow: none;
	border-radius: 5px;
}
.faq-area .panel-default:last-child {
	margin-bottom: 0;
}
/*=============================
	End Faq Area
===============================*/

/*=============================
	Mail Success Area
===============================*/
.mail-success-area {
	padding: 100px 0px;
	background: #f9f9f9;
}
.mail-success-content{
	text-align: center;
}
.mail-success-content i {
	margin-bottom: 10px;
	font-size: 80px;
	color: #10bb74;
}
.mail-success-content h3 {
	font-size: 35px;
	margin-bottom: 10px;
}
.mail-success-content p {
	color: #666;
	margin-bottom: 25px;
}
.mail-bottom-btn{}
/*=============================
	End Mail Success Area
===============================*/

/*=============================
	Eror Page Area
===============================*/
.eror-page-area {
	padding: 100px 0px;
	background: #f9f9f9;
}
.eror-content {
	text-align: center;
}
.eror-content img{}
.eror-content h3 {
	font-size: 35px;
	color: var(--color2);
	margin-bottom: 10px;
}
.eror-content p{
	margin-bottom: 25px;
}
.eror-content-btn {}

/*=============================
	End Eror Page Area
===============================*/

/*=============================
	Contact Area
===============================*/
.contact-area {
	padding: 70px 0px;
	background: #f9f9f9;
}
.contact-inner {
	background: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	padding: 40px 35px;
	border-radius: 10px;
}
.contact-details {
	padding: 45px 30px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 10px;
}
.contact-details::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color1);
	left: 0;
	top: 0;
	opacity: 0.8;
	border-radius: 10px;
}
.contact-details-title {
	margin-bottom: 40px;
	z-index: 1;
	position: relative;
}
.contact-details-title span {
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}
.contact-details-title span::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	background: #fff;
	left: 0;
	top: 50%;
}
.contact-details-title h4 {
	color: #fff;
	font-size: 30px;
}
.single-c-details {
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}
.single-c-details:last-child{
	margin:0;
}
.single-c-content {
	padding-left: 65px;
}
.single-c-details i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	color: var(--color1);
	top: 4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 4px 10px #0000003b;
}
.single-c-details:hover i {
	background: var(--color2);
	color: #fff;
}
.single-c-content h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.single-c-content span {
	color: #fff;
}
.contact-form {

}
.contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .form-group input {
	width: 100%;
	height: 50px;
	border: none;
	background: #ECF7FF;
	padding: 10px 20px;
	font-size: 15px;
	color: var(--color2);
	font-weight: 500;
	border-radius: 10px;
}
.contact-form .form-group textarea {
	width: 100%;
	height: 170px;
	border: none;
	background: #ECF7FF;
	padding: 10px 20px;
	color: var(--color2);
	font-weight: 500;
	border-radius: 10px;
}
.contact-btn{}

/* Google Map CSS */
.maps-area{}
.maps-area .main-maps {
	width: 100%;
	height: 400px;
}
.maps-area .main-maps iframe{
	border: 0;
    width: 100%;
    height: 400px;;
}
/*=============================
	End Contact Area
===============================*/

/*=============================
	Footer Area
===============================*/
.footer-area {
	background: var(--color2);
	position:relative;
	overflow:hidden;
	    position: relative;
  
}
.footer-area::before {
	position: absolute;
	content: "";
	width: 300px;
	height: 300px;
	background: #fff;
	border-radius: 100%;
	opacity: 0.1;
	bottom: -100px;
	left: -100px;
	z-index: 1;
}

.footer-area::after {
	position: absolute;
	content: "";
	width: 300px;
	height: 300px;
	background: #fff;
	border-radius:100%;
	opacity: 0.1;
	top: -100px;
	right: -100px;
	z-index: 1;
}

.footer-top {
	padding:50px 0px;
}
.footer-top-inner{}
.single-widget {
	margin-top: 30px;
}
.f-widget-title {
	margin-bottom: 15px;
}
.f-widget-title h3 {
	font-size: 25px;
	font-weight: 600;
	position: relative;
	margin-bottom: 5px;
	color: #fff;
}
.f-widget-title img{}
.footer-about{}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo img{
	/*width: 220px;*/
}
.footer-a-content{}
.footer-a-content p {
	margin-bottom: 30px;
	color: #fff;
}
.footer-social{
	padding-left: 0px;
}
.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
.footer-social li:last-child{
	margin:0;
}
.footer-social li a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 100%;
}
.footer-social li a:hover{
	background:var(--color1);
	color:#fff!important;
	border:1px solid transparent;
}
.footer-social li i {
	margin-right: 0 !important;
}
.single-widget li a i {
	margin-right: 5px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-widget li a:hover i {
	margin-right: 10px;
}
.single-widget.footer-service{}



.single-widget li {
	margin-bottom: 10px;
	font-size: 15px;
}
.single-widget li:last-child{
	margin:0;
}
.single-widget li a {
	font-size: 15px;
	display:flex;
	color: #fff;
}
.single-widget li a:hover{
	color:var(--color1);
}
.single-widget.footer-q-links {
	padding-left: 30px;
}
.footer-contact{}
.footer-contact p {
	color: #fff;
	margin-bottom: 25px;
	font-size: 15px;
}
.f-contact-inner{}
.f-contact-inner li {
	color: #fff;
	display: block;
	width: 100%;
}
.f-contact-inner li b {
	color: #fff;
	font-weight: 600;
}
.f-contact-inner li span {
	float: right;
}
.copyright {
	/*padding-bottom: 50px;*/
}
.copyright-box {
	border-top: 3px dashed #fff;
	padding: 20px 30px;
	z-index: 1;
	position: relative;
}
.c-left-content{}
.c-left-content p {
	color: #fff;
}

.c-right-content{
	text-align:right;
}
.c-right-content a{
	color: #fff;
	font-weight: 500;
}

.c-right-content a:hover{
	color: #1277D2;
}

.c-right-content a:first-child{
	margin-right: 10px;
}

.footer-logo h3 a{
    color: #fff;
}

/*=============================
	End Footer Area
===============================*/


/*=============================
	home 2 style
===============================*/
.topbar-area.home-2 .top-link{
    margin-top: 0px;
}

.topbar-area.home-2 .topbar-social a{
    color: #fff;
	margin-left: 20px;
}

.topbar-area.home-2 .topbar-social a:hover{
	color: var(--color1);
}

.topbar-area.home-2 .search-area .search-btn{
	width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: 50px;
    font-size: 12px;
    border: none;
    color: #fff;
    background-color: #698fd0;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.topbar-area.home-2 .search-area .search-btn:hover{
	color: var(--color1);
	background: #fff;
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0;
}
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0,0,0,0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--color1);
	color: var(--color1);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose:hover{
	background: #fff;
	border-color: #fff;
	color: var(--color1);
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--color1);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 5px;
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: #fff;
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}


/*=============================
	home 3 style
===============================*/
.home-3 .topbar-content li i {
    border: none;
    background: transparent;
    font-size: 30px;
	color: var(--color1);
}
.star-res{
    display:flex;
}
.star-res p {
    color: #fff;
        margin-right: 5px;
    margin-left: 4px;
}
.topbar-area .row {
    align-items: center;
}
h4.title {
    color: #fff;
}

.ul-manage h3 {
    background: var(--color1);
    text-align: center;
    color: #fff;
         padding: 4px;
    margin: 15px 0;
}
.ul-manage h2 {
    /*background: var(--secondary);*/
    text-align: center;
    /*color: #fff;*/
   
}
ul.ul3 {
    list-style: disc;
    column-count: 4;
    margin-top: 25px;
    padding:0;
    margin-left: 20px;
}
a.mobile-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom:100px;
    right: 105px;
    background-color: #6be24a;
    color: #FFF;
    border-radius: 5px;
    border: 4px solid #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 52px;
}
a.mobile-icon i{
    transform:rotate(90deg);
}
section.padding-50px-tb.btm-cities {
    background: #fff;
}
button.readmore {
       
  
   position: relative !important;
    z-index: 1;
    background: var(--color1);
    border-radius: 10px;
    font-size: 18px;
    width:200px !important;
    font-weight: 600;
    padding: 10px 25px 15px;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.brd {
    background: var(--color2);
    color: #fff;
}
.brd a {
    color: #fff;
}
.breadcrumb-content p {
    /*color: #444;*/
       color: #ffffff;
    font-size: 16px;
    margin-top: 16px;
}
ul.topbar-detail a {
    color: #fff;
    font-size: 20px;
}
label#subject-error {
    color: red;
}
.form-group.error {
    color: red;
}
.single-c-content a {
    color: white;
}
a.theme-btn.headd {
    background: var(--color1);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 10px 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
.bottm-footr-content li {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-right: 30px;
    cursor: pointer;
    color: #fff;
}
.bottm-footr-content li i {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: var(--color1);
    text-align: center;
    border-radius: 100%;
    color: #fff;
    top: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 35px;
    font-size: 17px;
}
.bottm-footr-content li span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}
a.theme-btn.headd:hover {
    background: var(--color2) !important;
}


ul.topbar-detail a {
    color: #fff;
}
header.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
       box-shadow: 0 2px 7px rgb(61 63 72 / 12%);
}

.section-title.funfact-s-title {
    margin-bottom: 10px;
}
section.service-area .section-title {
    margin-bottom: 10px;
}
span.badge.badge-danger {
    color: #fff;
    background: red;
    position: relative;
    top: -20px;
    font-size: 12px;
    left: -11px;
    border-radius: 10px;
}
.cart {
    margin: 30px 0 0;
    text-align: center;
    font-size: 30px;
}
.cart-area {
    padding: 40px 0 80px;
    margin-top: 160px;
}
.cart_heading {
    color: var(--color2);
    margin-bottom: 16px;
    font-size: 26px;
}
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
.cart-page-total {
    padding-top: 50px;
}
.cart-page-total > ul {
    border: 1px solid #eaedff;
    padding:0;
}
.cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 400;
}
.cart-page-total ul > li > span {
    float: right;
}
.site-btn.boxed {
    background: var(--color1);
    display: inline-block;
    color: #fff;
    border: none;
    /*padding: 18px 46px;*/
    -webkit-box-shadow: 0 6px 12px rgb(53 178 241 / 30%);
    box-shadow: 0 6px 12px rgb(53 178 241 / 30%);
    font-size: 16px;
        border-radius: 10px;
    margin: 20px 0;
}
.site-btn.boxed:hover {
    background: var(--color2);
    color: #fff;
}
.ml-auto {
    margin-left: auto;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
    box-shadow: none !important;
}
.btn-secondary {
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
}
.bakix-details-tab ul {
    border-bottom: 2px solid #e1e1e1;
}
.bakix-details-tab ul li a.active {
    color: #fff;
}
.bakix-details-tab ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #8c8bb5;
    letter-spacing: 2px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px;
}
.med-head {
    background-color: #EBF9EE;
    border-top: 3px solid #28A745;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 1em 2em 1em 2em;
    position: relative;
    width: auto;
}
.table-content table th, .table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}
.table thead th {
    white-space: nowrap;
}
.table td, .table th {
    border-top: 1px solid #eaedff;
}
.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.table-content table th, .table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}
.table-content table td {
    border-top: medium none;
    vertical-align: middle;
    font-size: 16px;
    }
.med-head1 {
    background-color: #d3f2fb;
    border-top: 3px solid var(--color1);
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 1em 2em 1em 2em;
    position: relative;
    width: auto;
}  
.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}
.cart-plus-minus {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.cart_btn {
    border-radius: 4px;
    background: transparent;
    display: inline-block;
    color: var(--color2);
    border: 2px solid var(--color2);
    padding: 6px 14px;
    font-size: 16px;
    font-weight: 500;
    width: 116px;
}
.cart_btn:hover {
    background: var(--color1);
    color: #fff;
    border: 2px solid var(--color1);
}
.product-quantity input {
    border: none;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    border: 2px solid #ddd;
}
.cart-plus-minus input {
    height: 34px;
    width: 70px;
    border: 0;
    border: 2px solid #eaedff;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
}
.table-content table td.product-subtotal {
    font-size: 16px;
}
.error{
    color:red !important;
}
.sidebar-widget {
    padding: 30px;
    margin-bottom: 0;
    background: #edf0fa;
    border-radius: 8px;
}
.bg-gradient-color {
    background: var(--color2) !important;
}
.comp-text-heading {
    font-weight: 600;
    font-size: 22px;
    margin-top: 0px;
}
.comp-text-heading {
    color: #fff;
}
.rating-container h3 {
    color: #fff;
}
.rating-container h3 {
    font-weight: bold;
    font-size: 19px;
}
.aggregate-text span {
    color: #fff;
}
.rating {
    display: flow-root;
}
.bar {
    margin-right: 10px;
}
.rating-container i.fa {
    color: #F09329;
    font-size: 18px;
}
.fa-star:before {
    content: "\f005";
        color: #ffc000;
}
.rating-container .progress {
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rating-container .progress-bar {
    background-color: #ffc000;
}
.rating span {
    color: #fff;
    float: left;
}
.blog-sidebar {
  
}
section.top-hd {
    margin-top: 200px;
}
p.disc {
    margin: 25px 0;
    color: #fff;
    font-size: 14px;
}

.our-products {
    padding: 80px 0;
}
.our-products h2 {
    text-align: center;
    padding-bottom: 40px;
}
ul.ul4 {
    column-count: 4;
}
.ul4 li {
    display: list-item;
}
.ul4 a {
    color: var(--color1);
    font-size: 17px;
    display: inline-flex;
}
.ul4 a:hover {
    color: var(--color2);
}
.ul4 li a:before {
    vertical-align: middle;
    font-size: 12px;
   content: '\f48e';
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    padding-right: 5px;
}
section.cart-area.pt-120.pb-40 {
    margin-top: 150px;
}
.single-blog-area ul li {
    list-style: disc;
}


@media (min-width: 992px){
.bakix-details-tab {
    display: none;
}

.started-foam-li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bakix-details-tab li a.active {
    background-color: var(--color1);
    color: #fff;
}

#id-brand, #id-generic {
    display: block!important;
    float: left;
    /*max-width: 50%;*/
    width: 100%;
    margin-right: 10px;
}
.fade:not(.show) {
    opacity: 1;
}
.star-res p {
    color: #fff;
    margin-right: 5px;
    margin-left: 4px;
    font-size: 13px;
}
}

@media only screen and (max-width:767px){
    .star-res p {
    margin: 0 6px;
    font-size: 13px;
}
section.z-index-1 {
    padding: 40px 0 !important;
}
.breadcrumb-content img {
    width: 122px !important;
    margin-bottom: 10px;
}
.about-icon {
   
    border-radius: 10px;
    margin-bottom: 30px;
}

.star-res{
    display:flex;
    justify-content: center;
}
.ph-topbar {
    background: var(--color1);
}
a.text-white.btn {
    font-size: 18px;
    font-weight: 700;
}
ul.links-vertical.col-md-6 {
    margin-left: 20px;
}
.bottm-footr-content li {
    display: block;
   margin-top: 20px !important;
}
.breadcrumb-content p {
    /*display: none;*/
}
section.conntact.contact-banner {
    height: 200px;
        min-height: 200px;
}
.breadcrumbs h4 {
    font-size: 24px !important;
    margin-bottom: 0px;
}
section.breadcrumbs {
    background-position:60% 0;
    min-height: 100% !important;
    padding-bottom: 50px;
}
.cart {
    font-size: 30px;
    position: absolute;
    top: 40px;
}
.bakix-details-tab ul li a {
    padding: 0 10px;
}
.cart-area {
    padding: 30px 0;
 
}
.bakix-details-tab ul li a.active {
    background-color: var(--color2);
}
/*#id-brand, #id-generic {*/
/*    display: block!important;*/
/*    float: left;*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*    margin-right: 10px;*/
/*}*/

.cart-area div#bg_strength {
    margin: 12px 0;
}
section.cart-area button {
    font-size: 14px;
}
.testimonial-s-title h4{
    font-size: 24px !important;
    line-height: 31px !important;
}
.testimonial-area {
    padding: 30px 0px;
}
.testimonial-area .section-title{
    margin-bottom: 10px;
}
.footer-top-inner .single-widget {
    margin-top: 15px;
}
.footer-top {
    padding: 20px 0 40px;
}
.footer-a-content p {
    margin-bottom: 15px;
}
ul.ul4 {
    column-count: 2;
}
.table-content table td .cart-plus-minus {
    white-space: nowrap;
}
ul.ul3 {
    column-count: 2;
    margin-top: 18px;
    padding:0;
    margin-left: 20px;
}
.single-blog-area-sidebar{
  padding: 15px;
}
ul.sub-menu {
    max-height: 200px;
    overflow-y: scroll;
}

}


/*==========Chek Out Page CSS=========*/
.checkout-area {
    background: #f6f6f6;
    margin-top: 150px;
    padding: 80px;
}
.checkbox-form {
    background: white;
    padding: 25px;
    border: 2px solid #ededed;
}
.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: 600;
}
.checkout-form-list {
    margin-bottom: 30px;
}
.checkout-form-list label {
    color: #6f7172;
}
.country-select label, .checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
}
.country-select label span.required, .checkout-form-list label span.required {
    color: red;
}
.category-sidebar a.active {
    color: var(--color1);
}
.checkout-form-list input[type="text"], .checkout-form-list input[type="number"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 36px;
    padding: 0 0 0 10px;
    width: 100%;
    font-weight: 400;
}
.checkout-form-list {
    margin-bottom: 30px;
}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.checkbox-form {
    background: white;
    padding: 25px;
    border: 2px solid #ededed;
}
.checkout-form-list select {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 36px;
    padding: 0 0 0 10px;
    width: 100%;
    color: #747172;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table thead th {
    white-space: nowrap;
}
.site-btn, .boxed {
    background: var(--color2);
    display: inline-block;
    color: #fff;
    border: none;
    box-shadow: 0 6px 12px rgb(53 178 241 / 30%);
    font-size: 17px;
    height: auto;
    width: auto;
    font-weight: bold;
    margin-top: 34px;
    padding: 10px 36px;
    border-radius: 25px;
}
.widget {
    background: var(--color1);
    border-radius: 10px;
}
.sidebar-wrap.b-single-widget {
    background: #fff;
    margin-top: 29px;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
}
.ratings-container .product-ratings:before {
    content: "★★★★★";
    color: rgb(255 192 5);
    font-size: 22px;
}
.table>thead {
    vertical-align: bottom;
    background: var(--color2);
    color: #fff;
}
.ratings-container {
    display: inline-flex;
}

section.blog-details-area {
    background: #ECF7FF;
    padding: 70px 0 100px;
}
.related-products {
    color: #fff;
    text-align: left;
    padding: 30px;
}
.related-products.mb-40 h3 {
    color: #fff;
}
.sidbar .allproducts ul li.product-name small {
    color: #f9f9f9;
}
.allproducts ul {
    padding: 9px 0;
}
li.product-name a {
    color: #fff;
    font-weight:600;
}
small div {
    margin-left: 22px;
}
li.product-name a:hover{
    padding:0 0 0 7px;
}
li.product-name a:before {
    content: "\f061";
    font-family: 'Font Awesome 5 pro';
    margin-right: 7px;
}
.accordion-item {
    background-color: #fff;
    border: 2px solid var(--color1) !important;
}
.accordion .accordion-item {
margin-bottom: 15px;
width: 100%;
}
.accordion .accordion-item .accordion-header {
position: relative;
}
.accordion .accordion-item .accordion-header.active .title {
background: var(--color2) !important;
color: #fff;
}
.accordion .accordion-item .accordion-header.active span {
background: #fff !important;
}
.fa-arrow-right:before {
    content: "\f067";
}
.accordion .accordion-item .accordion-header.active span:before {
content: "\f068";
color: var(--color2);
}
.accordion .accordion-item .accordion-header .title {
cursor: pointer;
color: #253c61;
position: relative;
background: #edf0fa;
margin: 0;
padding: 15px 15px 15px 25px;
font-size: 18px;
}
.accordion .accordion-item .accordion-header span {
position: absolute;
right: 20px;
top: 11px;
height: 30px;
width: 30px;
color: #ffffff;
background: var(--color2) !important;
text-align: center;
line-height: 30px;
font-size: 13px;
border-radius: 80%;
display:block !important;
}
.accordion .accordion-item .accordion-body {
padding: 20px;
background: #fff;
display: none;
}
.accordion .accordion-item .accordion-body p {
font-size: 15px;
color: #444444;
margin: 0px;
}
.accordion .accordion-item:nth-child(1) .accordion-body {
display: block;
}
.ghost-sec {
    margin: 20px 0;
}
h4.faq {
    margin-bottom: 10px;
    text-align: center;
}
tr.price-rule-active {
    background: var(--color1);
    color: #fff;
}
.cart-plus-minus button{
padding: 0.21rem 0.79rem;
    margin-bottom: 5px;
}
.plus-minus {
    display: inline-block;
}
.cart-plus-minus button.btn-info {
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
} 
.product-cat span {
    font-weight: 800;
}
button.btn_outline_origin {
    border: none;
    background: inherit;
    color: var(--color1);
}
.product-cat {
padding: 10px 0;
}
p#option_pack {
    font-weight: 700;
    color: #7c7c7c;
}
.product-details-img {
    text-align: center;
}
.sidbar {
    position: sticky;
    top: 150px;
}
.about-area.bg-2{
margin-top: 110px;}
.nice-select{
    width:100% !important;
}
h1.h-inner {
    padding: 12px 0;
}
.btm-cities h3 {
    background: var(--color2);
    text-align: center;
    color: #fff;
    padding: 3px;
}

a.btn_view_cart {
    background: var(--color1);
    box-shadow: 0 6px 12px rgb(53 178 241 / 30%);
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
    margin: 0 18px;
    padding: 10px 36px;
    text-decoration: auto;
    height: auto;
    width: auto;
    font-weight: bold;
    vertical-align: inherit;
}
a.btn_view_cart:hover{
    color:#fff;
    background:var(--color2);
}
a.btn_view_cart:focus{
    box-shadow:none;
}
button.site-btn.boxed.btn_add_cart2 {
    padding: 7px 15px;
    font-size: 19px;
}
a.btn.btn-link.btn_view_cart {
    padding: 4px 15px;
    font-size: 19px;
}
.contact-wrap {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 10px rgb(0 73 118 / 6%);
    box-shadow: 0px 16px 32px 10px rgb(0 73 118 / 6%);
}

.contact-wrap ul {
    list-style: disc;
    margin: 12px 15px 0;
}
.referal .cta-form .form-group label {
    /*position: absolute;*/
    left: 28px;
    top: 27px;
    color: var(--secondary);
    margin-bottom: 4px;
    z-index: 2;
}
.cta-form .form-group {
    position: relative;
}
.cta-form .form-group input, .cta-form .form-group textarea {
    width: 100%;
    border-radius: 8px;
    border: none;
    background: #f3f8ff;
    color: var(--color2);
    padding: 22px 40px;
    padding-right: 0;
    margin:6px 0;
}
.referal .section-heading h2 {
    margin: 30px 0 0;
    text-align: left;
    padding: 0;
}
.home-banner {
    min-height: 300px;
}
.breadcrumb-content h1 {
    /*color: #333;*/
        color: #ffffff;
    font-size:36px;
        padding-bottom: 10px;
}
.single-blog-area h2 {
    font-size: 30px;
 margin-bottom: 10px;   
}
.single-blog-area h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.left{
text-align:left !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
}
td.product-name a:hover {
    color: var(--color2);
}
.table-content .table .product-thumbnail small div{
	margin-left: 0;
}
.checkout-area td.product-thumbnail small div {
    margin-left: 0;
}
.checkout-area .alert-warning {
    color: #ffffff;
    background-color: var(--color1);
    border-color: var(--color1);
}
.checkout-area .alert.alert-warning h5 {
    padding: 0 0 10px;
}
.btn_cart_plus{
    border-radius:5px 0 0 5px;
}
.btn_cart_minus{
    border-radius:0px 5px 5px 0;
}
section.doctors-area.section-title {
    margin-bottom: 10px;
}
.sidbar .allproducts ul li.product-name a{
    display:inline-flex;
}
.cta-form form label i{
    display:none;
}
section.about-area.bg-2.thnk{
    margin-top:0;
}
.contact-form button.theme-btn {margin-left:13px;width:auto;}

.about-icon {
    background: aqua;
    padding: 9px 46px;
    text-align: center;
    height: 160px;
}




.about-icon {
    background: var(--color2);
    padding: 35px 25px;
    text-align: center;
    height: 245px;
    border-radius: 10px;
}
.about-icon:hover {
    background: var(--color1);

}
.about-icon i {
    font-size: 36px;
    color: var(--color1);
    margin-top: 10px;
    margin-bottom: 10px;
}

section.z-index-1 {
    padding: 80px 0;
}
.about-icon h4 {
    color: #fff;
}

.about-icon p {
    color: #fff;
}


.about-content-sec {
    margin-bottom: 30px;
}
.ul3 a {
    color: var(--color2);
}
.main-content li {
    list-style: disc;
}
.main-content ol {
    list-style: disc;
}
.abut-mail {
    color: var(--color1);
}
.map-auto {
    margin-top: 190px;
}
@media(max-width:991px){
    .map-auto {
        margin-top: 130px;
    }
}



@media(max-width:767px){
    .map-auto {
        margin-top: 180px;
    }
}

@media(max-width:578px){
    .map-auto {
        margin-top: 190px;
    }
}

h4.h-services-area {
    font-size: 26px;
    text-align: center;
    text-transform: capitalize;
}

@media(max-width:767px){
    .breadcrumb-content h1 {
      /*color: #333;*/
      font-size:25px;
   }
   .section-title h3 {
    font-size: 26px !important;
}
   .hero-button a{
       /*display:none !important;*/
       
   }
   .hero-button { margin-top: 20px;
}
.btm-cities h3 {
    background: var(--color2);
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.rating-mb-view {
    text-align: center;
    background: var(--color2);
    padding: 10px 0;
}
.top-logo img {
    width: 170px;
}

.product-details-title h1 {
    font-size: 22px;
    margin-top: 20px;
}
.h-inner {
    padding: 12px 0;
    font-size: 22px;
    margin-top: 20px;
}

}

.header-top-left-items img {
    padding: 0px 5px 0px 0px;
    margin-top: -7px;
}
.cart #btn_h_cart i {
    color: var(--color2);
}

.doctor-content p {
    /*color: #000;*/
}

.single-blog-head a {
    color: var(--color1);
    font-weight: 600;
}
.single-blog-head a:hover {
    color: var(--color2);
    font-weight: 600;
}


.product-quantity .btn-primary {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.c-left-content a {
    color: #fff;
}

.single-blog-head li {
    color: #444;
}

.single-blog-head {
    color: #444;
}


.c-left-content a:hover {
    color: var(--color1);
}
.single-blog-head ul {
    padding-bottom: 15px;
}

.main-content li {
    color: #444;
}


.sidebar-heading{
    background:var(--color1);
    border-radius: 10px 10px 0 0;
}
.sidebar-heading h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 20px;
}

@media (max-width: 767px){
    .sidebar-heading h3 {
        font-size: 20px;
        padding: 12px;
    }
}
.sidebar-content {
    background: var(--color2);
    padding: 20px;
        border-radius: 0 0 10px 10px;
}
.form-group {
    margin-bottom: 20px;
}
.wiki-p p {
    color: #fff;
}
.wiki-img img {
    width: 100%;
}
button.btn.btn-primary.light {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 21px 14px;
    border: 2px solid #07aae7;
    border-radius: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 150px;
    display: inline-block;
    text-align: center;
}
button.btn.btn-primary.light:hover {
    background: #fff;
    border-color: var(--color1);
    color:var(--color1);
}

@media (min-width: 992px){
#usa-map {
    height: 700px;
}
}


@media (max-width:991px) {
    #usa-map svg{
        height:450px;
    }
}

@media (max-width: 767px){
#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0;
}
}

#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 30px 25px;
}

@media(max-width:767px){
    
.purchase-notification{
   
    bottom: 60px !important;
    
}
.contact-form button.theme-btn {
   
    margin-bottom: 10px;
}
section.breadcrumbs.conntact {
    min-height: 180px !important;
    padding: 0;
}
#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0px 0px;
}
.single-blog-area-sidebar {
   
    margin-bottom: 30px;
}
}


@media (min-width: 768px)  and (max-width:991px) {
.contact-form button.theme-btn {
    margin-bottom: 10px;
}
.breadcrumbs {
  
  
    min-height: 300px !important;
   
}
.mdm-bnr{
        display: block !important;
    justify-content: center;
    align-items: center;

}


.tab-img{
   text-align: center; 
}

.about-icon {
    margin-bottom: 20px;
}
.about-icon {
    
    height: 170px;
    
}
.contact-wrap {
    padding: 16px 30px !important;
}
.site-btn.boxed {
    font-size: 14px;
}
.cta-form .form-group input, .cta-form .form-group textarea {
    width: 100%;
    border-radius: 8px;
    border: none;
    background: #f3f8ff;
    color: var(--color2);
    padding: 10px 40px;
    padding-right: 0;
    margin: 0px 0;
}
section.cart-area.pt-120.pb-40 {
    margin-top: 70px;
}
.cart-area {
    padding: 40px 0;
}
.cart-area {
    padding: 40px 0 80px;
    margin-top: 85px;
}
table.on_checkout {
    display: block;
}
.checkout-area {

    margin-top: 60px;

}
    section.breadcrumbs.conntact {
        min-height: 500px;
        background-position: 65% 0;
        
    }
}


section.breadcrumbs.conntact.contact-banner .breadcrumb-content , .breadcrumb-content{
    /*background: #ffffff8f;*/
   /*background:#00000054;*/
   border-radius:10px;
    padding: 20px 30px;
}

@media only screen and (max-width:1100px){

.breadcrumbs {
	background-position: 60% 0;
}


}
@media only screen and (max-width:991px){

.breadcrumb-content {
    width: 100%;
}

.single-feature{
    margin-bottom:23px !important;
}
.about-area .row{
        flex-direction: column-reverse;
}
.breadcrumb-content .theme-btn {
    /*display: none;*/
}
.rating-mb-view {
    text-align: center;
    background: var(--color2);
    padding: 10px 0;
}
}

@media only screen and (max-width:578px){

    section.breadcrumbs.conntact.contact-banner .breadcrumb-content, .breadcrumb-content {
           padding: 20px 15px 20px 20px;
    }
   
    #usa-map svg{
        height:260px;

    }

}
.ul3 li,
.single-blog-head li{
    padding-bottom:16px;
}
.hoverinfo {
    display: none;
}
.wa-address-sec {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 25px 15px;
    display: block;
    margin: 16px 0;
    border-radius:10px;
    text-align: center;
}
.wa-address-sec h4 {
    margin-bottom: 10px;
    color:var(--color2);
}
.wa-address-sec a,
.wa-address-sec a:hover{
    color:#fff;
}
section.padding-50px-tb.btm-cities ul li {
    padding-bottom: 10px;
}

 ul.topbar-detail{
    padding-left:0;
}
.btm-cities h4 {
    margin-bottom:10px;
}
.about-content-list ul li::before{
    content:"\f058";
    display:inline-block;
    margin-right:8px;
    font-family:'Font Awesome 5 Pro';
    color:var(--color1);
    position:relative;
    top:2px;
}
.get_a_q .container > h4{
    text-align:center;
    margin-bottom:20px;
}
.quote_bx {
    box-shadow:0 0 40px 5px rgb(0 0 0 / 6%);
    border-radius:10px;
    padding:16px;
}
.quote_bx p {
    margin-bottom:1rem;
}
.q_p{
    margin-top:1rem;
}
.quote_bx p {
    min-height:50px;
}
section.service-area.new {
    padding: 30px 0;
}
.links-vertical li a::before{
    content: "\f101";
    font-family:'Font Awesome 5 Pro';
    display:inline-block;
    margin-right:8px;
}
.padding-50px-tb.btm-cities {
    padding:40px 0;
}
@media(max-width:767.98px){
    .rating-mb-view {
        display:none !important;
    }
    .get_a_q {
       padding:40px 0px;
       background-color:#f9f9f9;
   }
   .breadcrumb-content h2{
       /*display:none;*/
   }
    
}
@media(min-width:768px){
    .btm-cities h4{
        font-size:28px;
        margin-bottom:20px;
    }
    .get_a_q {
       padding:50px 0;
   }
   .get_a_q .container > h4 {
       font-size:30px;
       margin-bottom:24px;
   }
   .quote_bx p{
       font-size:18px;
       margin-bottom:24px;
   }
   .quote_bx {
       padding:24px;
   }
   .q_p{
        font-size:18px;
        margin-top:20px;
    }
    section.service-area.new {
        padding: 40px 0;
    }
    .wa-address-sec{
        margin: 30px 0px;
    }
    .padding-50px-tb.btm-cities {
        padding:50px 0;
    }
}
@media(min-width:992px){
    .btm-cities h4{
        font-size:32px;
    }
    
    .tab-img {
        display: flex;
    justify-content: end;
}
   .get_a_q {
       padding:70px 0;
   }
   .get_a_q .container > h4{
       font-size:36px;
       max-width:80%;
       margin-left:auto;
       margin-right:auto;
       margin-bottom:30px;
   }
   .quote_bx {
       padding:30px;
   }
   .q_p{
        font-size:20px;
        margin-top:24px;
    }
    section.service-area.new {
        padding: 50px 0;
    }
    .padding-50px-tb.btm-cities {
        padding:60px 0;
    }
}
@media(max-width:1199.98px){
    .main-menu {
        display: none;
    }
    .top-logo {
        max-width: 200px;
        padding: 8px 0;
    }
    .mobile-nav {
        display: block;
    }
    .mobile-nav {
        position: relative;
        z-index: 5000;
        height: 0;
    }
    .slicknav_menu .slicknav_menutxt {
        text-shadow: none;
        font-family: inherit;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 0;
        margin: 0;
    }
    .slicknav_nav li,
    .slicknav_nav ul {
        margin-bottom: 10px;
    }
    .slicknav_nav li:last-child {
        margin: 0;
    }
    .slicknav_nav .slicknav_item a i {
        display: none;
    }
    .slicknav_nav .slicknav_item a:hover {
        color: #1a76d1;
    }
    .slicknav_nav a:hover,
    .slicknav_nav .slicknav_row:hover {
        color: #1a76d1;
        background: 0 0;
    }
    .slicknav_btn {
        background: var(--color2);
        position: absolute;
        top: -64px;
        right: 6px;
        padding: 14px 15px;
    }
    .slicknav_btn:hover {
        background:var(--color1);
    }
    .slicknav_menu {
        background: 0 0;
        padding: 0;
    }
    .slicknav_menu ul.slicknav_nav {
        background: var(--color2);
        border-radius: 4px;
        padding: 15px;
        margin-top: 0px;
            height: 454px;
    }
}

@media(min-width:1200px) {
    .mobile-nav {
	    display: none;
    }
    
    .tab-img img{
        position: relative;
    left: 43px;
    }
    
    .tabs-info {
    /* padding-top: 20px; */
    /* opacity: 1; */
    /* z-index: 9999999999999999 !important; */
    position: relative;
}
}
.sidebar-content p a {
    color: #fff;
}
.breadcrumb-content h2 {
    font-size: 18px;
    color: #fff;
    font-weight:400;
        padding: 13px 0px;
}


.applies {
    padding: 40px 0px;
    
    background: #efe6e61c;
}

.applies-heading {
    text-align: center;
}

.applies-heading h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
    padding-bottom:8px;
}

.applies-heading p {
    font-size: 17px !important;
    font-weight: 500 !important;
     padding-bottom:24px;
}

.applies-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px !important;
    padding: 10px;
    background:white ;
}

.applies-cnt:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
}

.aply-btn {
    text-align: center;
}

.aply-btn a {
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius:6px;
    letter-spacing: 1px;
    font-size: 14px;
    /*font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;*/
    font-weight: 900!important;
    text-transform: uppercase!important;
    background:var(--color1);
    position: relative;
    /* top: 25px !important; */
    padding: 20px;
    color: white !important;
}
/*.aply-btn a {*/
/*   box-shadow: 0px 20px 30px -10px rgb(115 195 15);*/
/*}*/




.aply-btn a:hover {
    text-decoration: none;
    background:var(--color2);
}

.strd-btn {
    padding:20px 0px 62px 0px;
        background: #efe6e61c;
}

.applies-cnt p {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-left: 10px;
}

.doctor-head img {
    width:100%;
        /*height: 342px;*/
}

.read-more-btn a {
   font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    border: 1px solid var(--color1);
    color: var(color1);
    border-radius:6px;
    
    padding: 9px 16px;
}

.read-more-btn a:hover {
    background:var(--color2);
    color: #fff;
}

.read-more-btn {
    padding:9px 0px !important;
}


.doctors-area .section-title h3 {
    color: var(--color2);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.doctors-area .section-title p{
    font-size:18px!important;
}

  	section.seo-features {
	    background: #e7e7e75e;
	    padding: 0px 0px 50px 0px;
	    position: relative;
	    overflow: hidden;
	}
	.seo-features h2 {
	    font-size:24px;
	    font-weight: 600;
	    line-height: 55px;
	    /*margin-bottom: 15px;*/
	}
	.single-feature {
	    border-radius: 2px;
	    background: #fff;
	    box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 3px 0 rgba(0,0,0,0.1);
	    margin-bottom: 16px;
	    cursor: pointer;
	    padding: 20px;
	    padding-left: 65px;
	    position: relative;
	    transform: 0.5s;
	    overflow: hidden;
	}

	.single-feature:hover {
	background: transparent linear-gradient(270deg, #1a477e 0%, #388cd2 100%);
    	box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 3px 0 rgba(0,0,0,0.1);
    	color: #fff;
    	transform: 0.5s;
	}
	.single-feature .icon,
	.single-feature:hover .icon {
	    color: #fff;
	    transform: 0.5s;
	}
	.single-feature .icon {
	    color: #00748e;
	    transform: 0.5s;
	    position: absolute;
	    left: 0;
	    text-align: center;
	    width: 60px;
	    font-size: 25px;
	}
	section.seo-features p {
	    font-size: 23px;
	    line-height: 32px;
	    margin-bottom: 35px;
	}
	.single-feature p {
	    font-size: 16px !important;
	    line-height: 26px !important;
	    margin-bottom: 0 !important;
	}
	.features-text-area {
	    border-radius: 2px;
	    background: #fff;
	    box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 3px 0 rgba(0,0,0,0.1);
	    margin-bottom: 16px;
	    padding: 47px;
	    position: relative;
	    overflow: hidden;
	}
	.features-text-area p {
	    font-size: 16px !important;
	    line-height: 26px !important;
	    margin-bottom: 10px !important;
	}
	section.seo-features .row {
	    align-items: center;
	}
	
	/*.features-list . h3 {*/
	/*    color:white !important;*/
	/*}*/
	
	/*	.features-list .active p {*/
	/*    color:white !important;*/
	/*}*/
	
 .single-feature:hover  h3{
     color:white!important;
 }
 
 .single-feature:hover 	p{
     color:white!important;
 }
 
 .features-text-area p{
     margin-top:8px;
 }
 
 @media(max-width:767px) {
     .single-feature{
         padding-left:0px !important;
             display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     }
     
     .bnr-img {
         text-align: center;
     }
     
     .single-feature .icon {
    color: #00748e;
    transform: 0.5s;
    position: absolute;
    left: 0;
    text-align: center;
    width: 60px;
    font-size: 25px;
    position: static !important;
}

.single-feature h3{
    padding:5px 0px 5px !important;
}

.single-feature p {
        padding-left: 15px;
    /*text-align: center !important;*/
}

.cities-li .ul3 {
    margin-left:0px !important;
}
 }

.btm-cities-hme {
    padding:45px 0px 70px;
    background: var(--color2);
        /*margin-top: 60px !important;*/
            position: relative;
    top: 64px;
}

.btm-cities-hme h4{
    color:white !important;
}

.cities-li .ul3{
   background: white !important;
    padding: 40px 40px 40px;
    position: relative;
    display: block;
    margin-bottom: -82px;
    z-index: 10;
        top: 51px;
    
}
.cities-li {
       position: relative;
    top: -62px; 
}





/*header-new-css*/

.navigation li a{
    color: rgba(0,0,0,0.5)!important;

}

@media(min-width:1200px){

.libtt {
    display: flex !important;
    justify-content: center;
    align-items: center;
} 

.breadcrumb-content{
         background: var(--color2) !important;
}

.nv-lg {
        display: flex;
    justify-content: center;
    align-items: center;
}

    .libtn a span{
    
    color: white!important;
    border-width: 1px!important;
    border-color: var(--color1);
    border-radius:6px;
    letter-spacing: 3px;
    font-size: 14px;
    /*font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;*/

    text-transform: uppercase!important;
    background-image: linear-gradient(90deg,rgba(206,206,206,0) 0%,rgba(206,206,206,0) 100%);
    background-color:var(--color1);
    border:1px solid var(--color1);
    padding:12px 36px;
}

.libtn a span:hover {
    background:var(--color2) !important;
}
}


.pz-banner-form .banner-form-inner {
    background:var(--color2);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid var(--color2);
}

.banner-form-inner .banner-form-head {
    color: white !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    margin: 15px 0 0px!important;
}

.banner-form-inner .banner-second-head {
    /*font-family: 'Open Sans';*/
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    color: white !important;
}

p.banner-newsletter-form {
    font-size: 20px !important;
    margin: 8px 0px;
}

.banner-padding {
    padding: 0px 15px !important;
}

.banner-form-inner form#email-modal-form {
    position: relative;
}

.banner-form-inner form#email-modal-form:before {
    content: '';
    position: absolute;
    width: 66px;
    height: 100px;
    background-image: url(/userfiles/images/banner-icon.png);
    left: -72px;
    background-position: top;
    background-size: cover;
    top: -52px;
}

select#modal_state {
    font-size: 17px;
        text-align: center;
    border-radius:6px;
}
.modal-body .form-control {
    border: 0 !important;
    margin: 0 0 5px 0;
    border: 1px solid #ccc !important;
    color: #000;
    font-weight: bold;
    height: 42px !important;
}
.form-control {
    border-radius: 5px;
    height: 45px;
}

#email-modal-send {
    width: 100%;
    color: #fff !important;
    font-weight: bold !important;
}
#email-modal-send {
    background-color:var(--color1) !important;
    border-color:var(--color1) !important;
    font-size: 24px;
    border-radius:6px;
}

#email-modal-send:hover {
    background-color:var(--color2) !important;
   border-color: #ffffff !important;
    
}

.started-content h2{
    font-size:24px;
    font-weight:600;
    color:var(--color2);
    padding-bottom:7px;
}

.started-content {
    padding:0px 0px 30px 0px;
}

.started-foam {
    padding:45px 0px;
}


@media(max-width:1199px){
    .breadcrumb-content{
      /*background: #25272885 !important;*/
}
}

.features-text-area h2 {
    font-size:24px !important;
}

.features-text-area ul li{
    list-style: disc;
}

.theme-btn{
    border-radius:6px !important;
}

.tabs {
    padding:50px 0px;
}

.tbs-option{
   display: flex;
    justify-content: center;
   
}

.tabs-info{
    padding-top:20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
   
   color:var(--color1) !important; 
         border-top: 0.3rem solid #193e6c;
         background-color:white !important;
   
}

.tbs-option ul li button {
      font-size: 1.8rem;
      color:black !important;
}

.tabs-info .tab-pane h2 {
    color: red;
    font-size: 24px !important;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
    text-decoration: underline;
}
.tabs-info .tab-pane h3 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}
.tabs-info .tab-pane h1{

    color:#000;
        font-size: 50px !important;
    text-align: center;
}




.tabs-info .tab-pane p {
    font-size: 16px !important;
    font-weight: 500;
    padding-bottom: 15px;
}
.tabs-info .tab-pane p span {
    color:red;
}

.nav-pills .nav-link{
        padding-top: 20px;
}

@media(min-width:768px) {
    .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    padding-top: 20px;
    position: static;
    /* position: sticky; */
    margin-left: 20px;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-top: 0.3rem solid white ;
}
}

@media(max-width:767px){
    
   .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    padding-top: 9px !important;
    position: static;
    /* position: sticky; */
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
     border-top: 0.3rem solid white;
}

.banner-form-inner form#email-modal-form:before{
    display:none !important;
}

.tbs-option .nav{
    display:block !important;
}
}

.started-content h3{
    font-size: 20px !important;
    color:var(--color2);
        padding-bottom: 5px;
}

.features-text-area ul{
    padding-top:10px;
    padding-bottom:10px;
}

h1, h2, h3, h4, h5, p{
    line-height:1.5 !important;
}

.site_faqs {
    padding: 50px 0;
    background-color: #fdfdfd;
}

 .Faq_heading {
    margin-bottom: 30px;
}


.Faq_question {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
}

.Faq_qna:not(:last-child) p {
    margin-bottom: 16px;
}

.Faq_heading {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    /*font-size: 20px;*/
}

.hme-test {
    padding: 40px 0px;
}

.hme-test span img {
    padding-bottom:10px !important
}

.bnr-logo {
    padding:45px 0px 0px 0px;
}

@media(min-width:991px) and (max-width:1199px){
    .features-text-area {
   
  
    padding: 51px !important;
    
}

.doctor-content {
   
    min-height: 324px !important;
}

.tab-img img {
    position: relative;
    left: 18px;

}

}

.bnr-img {
    text-align: center;
}

.bnr-logo .row{
    justify-content:center;
}

.bnr-img img{
    width:108px !important;
}

.tab-heading h4 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 800;
}
.tab-heading h4 sup {
    font-size: 16px;
}

.tab-heading h2 {
    padding-bottom:25px;
    color:var(--color2);
        text-align: center;
        font-size: 24px !important;
    font-weight: 600 !important;
}

@media(max-width:767px){

.features-section {
    background: #4d4d4d;
    padding: 50px 0;
}
}
@media(min-width:1260px) and (max-width:1353px){
.navigation li a {
    padding: 20px 7px;
}
}

@media(min-width:1200px) and (max-width:1259px){
.navigation li a {
    padding: 20px 5px;
    font-size: 14px;
}
}


@media(max-width:767px){
.breadcrumbs {
    min-height: 600px !important;
}
.features-section {
    padding: 50px 0;
}
.features-section a {
    display: none;
}
.doctor-content {
    min-height: auto;
}
section#aboutus {
    padding: 30px 0 !important;
}
div#house-details {
    padding: 30px 0 !important;
}
.completed-communities-pg {
    padding: 30px 0 !important;
}
.footer-top {
    padding: 30px 0 !important;
}
.tabs {
    padding: 30px 0px !important;
}
h3.T2Hanimate.animated.fadeInUp {
    margin-bottom: 20px;
    font-size: 18px;
}
.main-heading h1 {
    font-size: 18px !important;
}
.tab-heading h2 {
    padding-bottom: 10px;
    font-size: 20px !important;
}
.nav-pills .nav-link {
    margin-left: 0px !important;
}
div#pills-tabContent iframe {
    width: 340px !important;
    min-height: 200px !important;
}
section#content {
    padding: 30px 0 !important;
}








}


@media(max-width:992px){

.doctor-content {
    min-height: auto;
}
.features-section {
    background: #4d4d4d;
    padding: 50px 0;
}
.listing-grid-item {
    width: 70% !important;
}
}
@media(max-width:400px){
.listing-grid-item {
    width: 80% !important;
}
}
@media(max-width:1200px){
.dropdown-toggle::after {
display:none;
 content: "";
}
ul.dropdown-menu.sub_menu.sm-menu li a {
color: #000;
    padding: 4px 10px !important;
}

}


p{
    font-size:16px !important;
}

.rtng-txt i {
    color:white !important;
    font-size:14px !important;
        font-family: 'FontAwesome';
}

.fa-star:before {
    content: "\f005";
   color:white !important;
}

/*new style*/

.bullets li p::before {
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 8px;
}


.features-section {
    background: #4d4d4d;
}
.features-section h4 {
    color: #fff;
    font-size: 26px;
}
.features-section p {
    color: #fff;
    font-size: 16px;
}
.features-section a {
    padding: 14px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;

}
.features-btn {
    padding-top: 15px;
}
.features-section a:hover {
    background: var(--primary);
}
.features-section .row {
    align-items: center;
}
div#house-details {
    padding: 60px 0;
    background-color: #f1f1f1;
}
.main-data a.btn {
    color: #fff;
    background: var(--color1);
    border: 1px solid var(--color1);
    margin-top: 15px;
}
.details-main.row {
    display: flex;
    align-items: center;
}
.carousel-item {
    min-height: 450px;
    max-height: 450px;
}

.carousel-item img {
    width: 100%;
}

.footer-main.row {
    padding: 50px 0;
}
span.carousel-control-next-icon {
    display: none;
}
span.carousel-control-prev-icon {
    display: none;
}
section#content {
    padding: 60px 0;
}
section#content h3 {
    margin: 20px 0;
}

.listing-grid-item {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.listing-grid-item .thumbnail {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: 0;
    background-color: #d8dfe6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.listing-grid-item .item-inside {
    display: flex;
    flex-direction: column;
    padding-top: 149%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.listing-grid-item .item-info {
    padding: 10px 26px 18px 26px;
    position: relative;
    z-index: 1;
    color: white;
}.listing-grid-item .thumbnail .thumbnail-link {
    display: block;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}
.listing-grid-item .thumbnail:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.56));
}
.listing-grid-item .thumbnail-info {
        width: 100%;
        transform: none;
        margin-bottom: 3px;
        color: white;
        transition: none;
    }
    .listing-grid-item .header-big {
        font-size: 36px;
        font-weight: bold;
        line-height: 36px;
    }
    .listing-grid-item .header-small {
        margin-top: 8px;
        font-size: 14px;
        font-weight: bold;
        line-height: 25px;
        text-transform: uppercase;
    }
    .listing-grid-item .footer-small {
        flex-grow: 1;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 30px;
    }
    .listing-grid-item .footer-big {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }
    .listing-grid-item .footer-big span {
        display: block;
    }
    .listing-grid-item .badges-wrapper {
        margin-top: 7px;
    }
    .listing-grid-item .badge {
        margin-top: 8px;
    }
    .badge {
        display: inline-block;
        padding: 3px 16px;
        font-size: 14px;
        line-height: 20px;
        color: #252525;
        text-decoration: none;
        background-color: #eff3f6;
        border-radius: 30px;
        border: 0;
    }
    .listing-grid-item .badge:not(.active) {
        color: white;
        background-color: rgba(255, 255, 255, 0.25);
    }
    .responsive-button-click {
        background: #0b2a73 none repeat scroll 0 0;
        padding: 10px 20px;
        display: inline-block !important;
        color: #fff !important;
        margin: 20px 0px 0px !important;
        text-align: center;
        border: 1px solid #03d3a1 !important;
    }
    .completed-communities-pg {
    padding: 60px 0;
}
.completed-communities-pg .row {
    display: flex;
    align-items: center;
    margin-bottom:20px;
}.completed-communities-pg .row p {
    font-weight:bold;
    font-size:18px !important;
    margin-bottom: 10px;
}
section.breadcrumbs.conntact .breadcrumb-content {
    background: none !important;
    text-align: center;
}
li.dropdown.has_submenu.megamenu-li.has-sub:hover ul {
    display: block;
}
ul.dropdown-menu.sub_menu.sm-menu li a {
    padding: 10px 8px;
}
ul.dropdown-menu.sub_menu.sm-menu {
   width: 100%;
    margin: 0px -10px 0 0;
}
ul.dropdown-menu.sub_menu.sm-menu li a:before {
    opacity: 0;
}
ul.dropdown-menu.sub_menu.sm-menu li a:hover {
    color: var(--color1) !important;
}
a.communities-btn {
    display: flex;
    color: #fff;
    background: var(--color1);
    padding: 14px 16px;
    margin: 10px 0;
    max-width: 210px;
    width: 100%;
    text-align: center;
}
.completed-communities-pg .row {
    padding: 20px 0;
}
a.communities-btn:hover {
    background: var(--color2);
}
.completed-communities-pg h2 {
    text-align: center;
    margin-bottom: 30px;
}
.download-btn a {
    background: var(--color1);
    color: #fff;
    padding: 14px 10px;
    
}
.download-btn a:hover {
    background: var(--color2);
    
}

.download-btn {
    margin: 30px 0;
    text-align:center;
}
section.contact-area h2 {
    color: var(--color1);
    margin-bottom: 10px;
}
section.meet-team {
    padding: 60px 0;
}

section.meet-team p {
    margin-bottom: 10px;
}
.row.team-img {
    text-align: center;
    padding:10px 0;
}
.row.team-img h3 {
    font-size: 20px;
    padding: 10px 0;
}
.row.team-img img {
    width: 200px;
    height: auto;
}
section.breadcrumbs iframe {
    width: 90%;
}
div#house-details h1 {
    FONT-SIZE: 28px;
    margin-bottom: 20px;
}
div#house-details h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.main-btn a {
padding: 12px 18px;
    background: none;
    border: 1px solid var(--color1);
    font-size: 16px;
    display: flex;
    margin: 10px 0;
    width: auto;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}
.main-btn a:hover {
    background: var(--color1);
    border: 1px solid var(--color1);
    color:#fff;
}
section.doctors-area h4 {
    text-align: center;
}
p.info-window-desc {
    font-size: 20px !important;
    margin-top: 10px;
    font-weight: 400;
}
.row.single-doctor {
    display: flex;
    align-items: center;
    background: #fff;
}

section.meet-team h3 {
    font-size: 20px;
    text-align: center;
}
section.meet-team h4 {
    font-size: 18px;
    text-align: center;
}
section.meet-team img {
    width: 60%;
}
section.meet-team .col-md-3 {
    text-align: center;
}
.row.meet-sec {
    margin-bottom: 30px;
        display: flex;
    align-items: center;
}
section.meet-team .meet-sec {
    margin-bottom: 30px;
}




