/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.7
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    margin: 0;
    padding: 0;
    font-family: 'Aileron-Regular', sans-serif;
}

.white {
    color: #ffffff !important;
}

ul {
    list-style: none;
    margin: 0;
    font-family: 'Aileron-Regular', sans-serif;
}

li {
    font-family: 'Aileron-Regular', sans-serif;
}

body {}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    margin-top: 0px;
    font-family: 'Aileron-Bold', sans-serif;
}

p {
    font-family: 'Aileron-Regular', sans-serif;
    color: #54565A;
    font-size: 16px;
    line-height: 28px;
}

a:hover {
    text-decoration: none !important;
}


/*============== top-ber =================*/

.bar-number p i {
    color: #92a44e;
    font-size: 26px;
    margin-right: 6px;
    vertical-align: middle;
}


/*============== top-Header =================*/
.testi-video ul{
display:flex;
flex-wrap:wrap;
}
.testi-video ul li img{
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor:pointer;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.top-Header {
    padding: 0px 0;
}
/* .owl-carousel .owl-wrapper-outer
{
border-left: solid 2px #f4903a;
border-right: solid 2px #f4903a;

} */

.top-Header form.form-inline.my-2 a {
    color: #fff;
    margin-left: 10px;
    margin-right: 14px;
}

.top-Header nav ul li a {
    color: #2C2E30 !important;
    font-size: 16px;
    padding: 24px 14px !important;
    font-weight: normal;
    cursor: pointer;
}

a.navbar-brand img {
    width: 100%;
}

form.form-inline a.started-btn {
    background: #0091ba;
    padding: 10px 24px;
    border-radius: 5px;
}

.top-Header nav ul.navbar-nav li a:hover {
    color: #f4903a !important;
}

h1.page-name:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #f4903a;
    position: absolute;
    bottom: 35%;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate( 
45deg
 );
}

h1.page-name:after {
    content: '';
    position: absolute;
    bottom: 36%;
    width: 15%;
    height: 2px;
    background: #f4903a;
    left: 0;
    right: 0;
    margin: auto;
}

.h1.page-name {
    font-weight: bold;
    color: #2c2e30;
    font-size: 34px;
    margin-bottom: 18px;
    position: relative;
}
.top-Header nav ul.navbar-nav li.active a {
    color: #ffffff !important;
    background: #c84227;
    border-radius: 5px;
}

.header-logo {
    width: 100%;
    text-align: center;
    padding: 10% 0 2%;
}

.header-logo a img {
    height: 250px;
}

.top-Header nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px 0px;
}

.top-Header nav button.btn.btn-primary {
    padding: 7px 10px;
    line-height: normal;
    height: 38px;
}

.top-Header nav label.form-label {
    position: absolute;
    top: 0;
    left: .75rem;
    padding-top: 7px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
}

.top-Header nav .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: #F1F1F1;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.top-Header nav button.btn.btn-primary {
    padding: 7px 10px;
    line-height: normal;
    height: 38px;
    position: absolute;
    right: 0;
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
}

.top-Header nav button.btn.btn-primary i {
    color: #67666A;
}

.top-Header nav a.con-nav-link {
    background: #136032;
    color: #fff;
    padding: 10px 24px !important;
    border-radius: 6px;
    margin-left: 12px;
}

.top-Header nav a.con-nav-link:hover {
    color: #fff;
}

.top-Header nav form.form-inline.my-2.my-lg-0 {
    border-right: 2px solid #D5D3DC;
    padding-right: 12px;
}

.top-Header nav ul li:last-child:hover a {
    color: #fff !important;
}


/*============== banner  =================*/

.hero-slide-content h1 {
    text-align: left;
    color: #222;
    font-size: 35px;
    font-weight: 900;
}
.hero-slide-content h1 span {
	color: #009ed6;
}

.hero-slide-content h2 {
    text-align: left;
    color: #222;
    font-size: 35px;
    font-weight: 900;
}


/******banner new css********************/

.additional-addinmg {
    position: absolute;
    bottom: 12%;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-slide-content h2 {
    text-align: left;
    color: #222;
    font-size: 30px;
    font-weight: 900;
}

.hero-slide-content p {
    font-size: 18px;
    color: #222;
    text-align: justify;
    line-height: 36px;
}

.hero-slide-content h2 span {
    color: #009ed6;
}

.hero-slide-content a {
    background: #f4903a;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
}

.hero-slide-content button#myBtn {
    background: #f4903a;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
    border: 0px;
}

.hero-slide-bg img {
    width: 100%;
}

.hero-slide-content {
    width: 35%;
}


/*============== banner  =================*/


/*.hero-slide-bg img {*/


/*    width: 100%;*/


/*}*/


/*.hero-slide-content p {*/


/*        font-size: 18px;*/


/*    color: #222;*/


/*    text-align: left;*/


/*    line-height: 36px;*/


/*}*/


/*.hero-slide-content h6 {*/


/*    text-align: left;*/


/*    color: #fff;*/


/*    font-size: 20px;*/


/*    line-height: 30px;*/


/*}*/


/*.hero-slide-content h2 span {*/


/*    color: #009ed6;*/


/*}*/

.slider-outer {
    position: relative;
}


/*.hero-slide-content a {*/


/*    background: #f4903a;*/


/*    color: #fff;*/


/*    display: inline-block;*/


/*    padding: 10px 24px;*/


/*    font-weight: bold;*/


/*    border-radius: 4px;*/


/*    font-size:18px;*/


/*}*/

.hero-slide-content a:hover {
    color: #fff;
}


/*============== healthcare-best  =================*/

.title {
    text-align: center;
    margin-bottom: 40px;
}


/*******.title h6 {
    font-size: 16px;
    color: #f4903a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.title h2 {
    font-weight: bold;
    color: #2C2E30;
    font-size: 34px;
}
.title h1 {
    font-weight: bold;
    color: #2C2E30!important;

}
*************/
.title h3 {
    font-weight: bold;
    color: #2C2E30;
    font-size: 34px;
    margin-bottom: 18px;
}
.title h2 {
    font-weight: bold;
    color: #2C2E30;
    font-size: 34px;
    margin-bottom: 18px;
}
.title h2{
	font-weight: bold;
	color: #2C2E30;
	font-size: 34px;
	margin-bottom: 18px;
}
.title h6 {
    font-weight: bold;
    color: #2C2E30;
    font-size: 34px;
    margin-bottom: 18px;
}



section.about-us-sec .title {
    margin-bottom: 0px;
}



.title p {
    font-size: 34px;
    color: #2C2E30;
}
.healthcare-best-icon h1 {
    font-size: 24px;
    color: #2C2E30;
    font-weight: bold;
}
.healthcare-best-icon img {
    margin-right: 10px;
}
.healthcare-best-icon {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.healthcare-best-inner p {
    font-size: 16px;
    color: #54565A;
        word-break: break-all;
}
.adrress-div-all {
    display: flex;
}
.adrress-div-all div{
    width:50%;
}
.adrress-div-all p{
    font-size: 13px;
    line-height:1.7;
}
p.e-sect {
    margin-bottom: 0px;
}
.healthcare-best-sec {
	background: url(images/whyus_img.jpg);
	border-color: #ffffff;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/whyus_img.jpg', sizingMethod='scale')";
}
/*============== about-us****************/
.about-us-inner h6 {
    font-size: 16px;
    color: #f4903a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.about-us-inner h1 {
    font-size: 34px;
    color: #2C2E30;
    margin-bottom: 20px;
    font-weight: bold;
}
.about-us-inner p {
    font-size: 16px;
    color: #54565A;
    margin-bottom: 20px;
}
a.common-btn {
    font-size: 16px;
    color: #2C2E30;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
a.common-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #f4903a;
    height: 3px;
    width: 150px;
    bottom: 0px;
}
a.common-btn:hover {
    color: #f4903a;
}
a.common-btn:hover i {
    color: #f4903a;
}
a.common-btn i {
    margin-left: 10px;
}
.about-us-inner img {
    width: 100%;
}
.aboutus-right {
    padding-top: 10%;
    padding-left: 40px;
}
section.about-us-sec {
    padding: 4% 0 4%;
}
section.video-come-sec {
    padding-top: 4%;
}
.title .sub_hd {
    font-size: 20px;
    color: #047ca7;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 18px;
    line-height: 26px;
}
/*============== Why-Choose  =================*/
section.Why-Choose-sec {
    padding: 4% 0%;
    background: #ECECEC;
}
.Why-Choose-content h2 {
    font-size: 20px;
    color: #1D2C46;
    margin-bottom: 20px;
    font-weight: bold;
}
.Why-Choose-content p {
    font-size: 16px;
    color: #42526E;
    margin-bottom: 20px;
}
.Why-Choose-icon {
    margin-bottom: 30px;
}
.Why-Choose-inner:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.Why-Choose-inner {
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    padding: 32px;
    margin-bottom: 30px;
    min-height: 415px;
    text-align: center;
    background: #fff;
}
section.franchise-opportunity {
    background: #136032;
    padding: 6% 0;
}
.certified {
    text-align: center;
    padding: 20% 0 0;
}
.certified img {
    width: 70%;
}

/*============== products sec =================*/
.products-see-more {
    text-align: center;
    padding-top: 30px;
}
.products-see-more a.common-btn:before {
    width: 169px;
    text-align: center;
}
section.Our-products-sec {
    padding: 4% 0;
}
.Our-Products-inner img {
    width: 100%;
}

/*============== conter =================*/
section.counter-sec {
    background: #283440;
    padding: 34px 0;
}
.counter {
    padding: 20px 0;
    border-radius: 5px;
    display: block;
    border-right: 1px solid #3D4C5A;
}
.counter i {
    color: #fff;
    font-size: 53px;
}
.counter h2 {
    color: #fff;
    font-weight: bold;
}
.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: left;
}
.counter-img {
    margin-right: 0px;
    margin-top: 4px;
    margin-bottom: 20px;
}
.count-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
section.counter-sec {
    background: #283440;
}

/*============== Benefits-for-you =================*/
.Benefits-for-icon {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
	float: left;
  width: 100%;
}
.Benefits-for-icon img {
    margin-right: 14px;
}
.Benefits-for-icon h4 {
    color: #2C2E30;
    font-size: 24px;
    font-weight: 600;
}
.Benefits-for-icon h1 {
    color: #2C2E30;
    font-size: 24px;
    font-weight: 600;
}
.Benefits-for-inner-content p {
    color: #54565A;
    font-size: 16px;float: left;
  width: 100%;
}
.Benefits-for-inner-content {
    margin-bottom: 52px;
}
.Benefits-for-outer {
    padding-top: 42px;
    padding-left: 40px;
}
section.Benefits-for-you-sec {
    padding: 4% 0;
    background: #F6F8F9;
}
.Benefits-for-immer-img img {
    width: 100%;
}

/*============== your-life-easy-sec  =================*/
.your-life-easy-form {
    background: url(../images/ic_form_bg.jpg);
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
     height: 491px;
}
.your-life-easy-form h1 {
    color: #fff;
    margin-bottom: 24px;
    font-size: 43px;
    font-family: 'Sitka', sans-serif;
}
.your-life-easy-form textarea {
    width: 100%;
    padding: 8px 18px 10px;
    border: 0;
}
.submit-1btn {
    text-align: right;
}
.submit-1btn button.btn.btn-primary {
    background: #f4903a !important;
    border: 1px solid #f4903a !important;
    font-weight: bold;
}
section.your-life-easy-sec {
    padding-bottom: 4%;
    padding-top: 4%;
    background: #e2e2e2;
}
.your-life-easy-inner {
    padding-top: 32px;
    padding-right: 40px;
}
.your-life-easy-inner a.common-btn:before {
    width: 130px;
}
section.your-life-testi {
    padding: 4% 0;
}

/*============== footer  =================*/
.footer-social-icon p {
    display: inline-block;
    padding-right: 15px;
}
.footer-left img {
    margin-bottom: 22px;
}
footer {
    background-repeat: no-repeat;
    padding: 5% 0 0%!important;
    background-size: cover;
    background-position: center;
    background: #283440;
}
.footer-left p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.quick-link ul li {
    margin-bottom: 8px;
}
.quick-link ul li a {
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 0 10px;
    font-size: 16px;
}
.quick-link h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
}
.footer-left a.common-btn {
    font-size: 16px;
    color: #fff;
    background: rgb(36 60 45);
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-block;
    -webkit-border-radius: 8px;
}
.footer-left a.common-btn img {
    margin: 0;
    margin-right: 10px;
}
.quick-link {
    padding-top: 12px;
}
.footer-social-icon p {
    margin-right: 24px;
}
.footer-social-icon {
    display: flex;
}
.location-map {
    padding-top: 12px;
}
.footer-social-icon p i {
    background: #92A44E;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    color: #000;
}
.footer-bottom .footer-bottom-center {
    text-align: center;
    padding: 2% 0;
}
.footer-address p i {
    margin-right: 10px;
}
.footer-bottom .footer-bottom-center p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
a.wtsapp {
    background: #64b161;
    color: #fff!important;
    padding: 16px 16px;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: bold;
}
a.wtsapp:hover {
    color: #fff;
}
a.wtsapp img {
    margin-right: 10px;
    margin-bottom: 1px;
}
a.product-list {
    background: #525C65;
    color: #fff;
    padding: 16px 20px;
    vertical-align: middle;
    border-radius: 6px;
    text-align: left;
    width: 280px !important;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
a.product-list:hover {
    color: #fff;
}
a.product-list img {
    margin-left: 22px;
    margin-bottom: 4px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.footer-left-btn {
    margin-top: 30px;
    margin-bottom: 38px;
}
a.diffrent-btn {
    background: #525C65;
    color: #fff;
    padding: 16px 20px;
    vertical-align: middle;
    border-radius: 6px;
    text-align: left;
    width: 280px !important;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
a.diffrent-btn:hover {
    color: #fff;
}
a.diffrent-btn img {
    margin-left: 22px;
    margin-bottom: 4px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.footer-left-btn span {
    color: #f4903a;
}
.location-map h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}
.footer-address h5 {
    color: #fff;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
}
.footer-address p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
}
.footer-bottom {
    background: #1F2933;
}
.footer-address p a {
    color: #fff;
}

/************** testi-css  *********************/
section.our-products {
    padding: 6% 0;
}
.carousel {
    width: 100%;
}
.slide-box {
    display: flex;
    justify-content: space-between;
}
.slide-box img {
    margin-right: 20px;
}
.testi-outer {
    display: flex;
    justify-content: space-between;
}
.testi-content {
    padding-right: 100px;
    padding-top: 8%;
}
.testi-content p {
    font-size: 26px;
    line-height: 40px;
    color: #7E8085;
    font-style: italic;
}
.testi-content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2C2E30;
}
.testi-content h6 {
    font-size: 16px;
    line-height: 26px;
    color: #7E8085;
}
.testi-img {
    width: 49%;
}
.testi-content {
    width: 50%;
}
.carousel-indicators li {
    background-color: #009DD5 !important;
}

/************** footer-form  *********************/
.footer-form {
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 1000;
    width: 286px;
}
.footer-form .heading-look {
    font-size: 18px;
    background: #f4903a;
    color: #fff;
    text-align: center;
    display: block;
    padding: 6px 0;
    cursor: pointer;
    margin-bottom: 0px;
}
.footer-form .fo-form {
    background: #fff;
    padding: 8px;
    border: 1px solid #f9f9f9;
    box-shadow: 0 2px 5px #afacac;
}
.footer-form .fo-form input.wpcf7-form-control.wpcf7-submit {
    background:#f4903a;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    border: 0px;
    padding: 5px 0px;
    width: 100%;
}
.footer-form p span input {
    width: 100%;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 10px;
    border: 1px solid #7f7f7f;
    text-transform: capitalize;
}
.footer-form span.form_msg {
    margin-top: 8px;
    display: block;
    font-size: 16px;
    color: #7e7e7e;
}
.footer-form p span textarea {
    padding: 0 16px;
    color: #7e7e7e;
    height: 60px;
    width: 100%;
    text-decoration: cap;
    text-transform: capitalize;
    font-size: 14px;
}
.footer-form p span select {
    width: 100%;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 10px;
    border: 1px solid #7f7f7f;
    text-transform: capitalize;
    color: #7e7e7e;
    font-size: 14px;
}
span.wpcf7-form-control-wrap {
	width: 100%;
	position: relative !important;
	display: inline-block;
	margin-bottom: 3px;
	float: left;
}
div#mini_contact_form {
    display: none;
}

/************** About-us-start *********************/
.banner  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: none !important;
}

.bannerinner_title_text ul li {
    display: inline;
}
.bannerinner_title_text ul li a {
    display: inline;
    color: #fff;
    font-size: 16px;
}
.banner-inner h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.bannerinner_title_text {
    text-align: center;
}
.bannerinner_title_text ul>li {
    position: relative;
    padding-left: 20px;
}
.loc_page_title_text ul>li:first-child {
    padding-left: 0;
}
.bannerinner_title_text ul>li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0px;
    left: 6px;
    color: #fff;
}
.bannerinner_title_text {
    text-align: center;
}
.bannerinner_title_text ul>li:first-child:before {
    display: none;
}
.banner-inner {}
.banner-inner ul {
    margin: 0;
}
.banner-inner ul li:first-child {
    padding-left: 0px;
}
.aboutimgpage img {
    width: 100%;
}
.aboutimgpage img {
    position: relative;
}
.aboutimgpage:before {
    content: "";
    position: absolute;
    left: 0;
    background: #f4903a;
    z-index: 0;
    width: 300px;
    top: -20px;
    bottom: -20px;
    border-radius: 6px 0 0 6px;
}
.aboutimgpage {
    padding: 0px 0 0 22px;
}
.commom-inner-page h2 {
    font-size: 34px;
    color: #2C2E30;
    margin-bottom: 20px;
    font-weight: bold;
}
.commom-inner-page p {
    font-size: 16px;
    color: #54565A;
    margin-bottom: 20px;
}
.commom-inner-page h4 {
    font-size: 20px;
    color: #047ca7;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.commom-inner-page h6 {
    font-size: 16px;
    font-weight: bold;
    color: #54565A;
    margin-bottom: 18px;
    line-height: 28px;
}
.aboutin-page.abouttextpage h6 {
    font-weight: 400 !important;
}
section.about-page_wrapper {
    padding: 8% 0 3%;
}

/*============== Why-Choose  =================*/
section.valueabou-page {
    padding:3% 0 8%;
    background: #F6F8F9;
}
.valueabou-content h2 {
    font-size: 20px;
    color: #1D2C46;
    margin-bottom: 20px;
    font-weight: bold;
}
.valueabou-content p {
    font-size: 16px;
    color: #42526E;
    margin-bottom: 20px;
}
.valueabou-icon {
    margin-bottom: 30px;
}
.valueabou-page-inner {
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    padding: 32px;
    margin-bottom: 30px;
    min-height: 415px;
    text-align: center;
    background: #fff;
    position: relative;
}
section.franchise-opportunity {
    background: #136032;
    padding: 6% 0;
}
.valueabou-page-inner:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #f4903a;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.valueabou-page-inner:hover:before {
    bottom: 0;
    height: 100%;
}
.valueabou-page-inner:hover .valueabou-content p {
    color: #FFF;
}
.valueabou-page-inner:hover .valueabou-content H2 {
    color: #FFF;
}
.valueabou-content {
    position: relative;
    z-index: 2;
}
.valueabou-icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 22;
}
.abouttextpage {
    padding-left: 20px;
}
.Our-management-inner-img {
    text-align: center;
}

/************** About-us-end *********************/

/************** pharmafrabchise-start *********************/
.pharamfranchise img {
    width: 100%;
}
.commom-inner-page h2 {
    font-size: 34px;
    color: #2C2E30;
    margin-bottom: 20px;
    font-weight: bold;
}
.commom-inner-page p {
    font-size: 16px;
    color: #54565A;
    margin-bottom: 20px;
}
section.pharamfranchise_wrapper {
    padding: 8% 0;
}
.commom-inner-page ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    margin-right: 6px;
    padding: 8px 35px;
}
.commom-inner-page ul {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.commom-inner-page ul li:before {
    content: "\f0a4";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 11px;
    left: 6px;
    color: #f4903a;
}
.commom-inner-page p a {
    color: #f4903a;
}
.banner-inner img {
    width: 100%;
}

/************** pharmafrabchise-end *********************/

/************** faq*********************/
button.btn.btn-link:before {
    content: "";
    display: block;
    width: 30px;
    font-family: "FontAwesome";
    float: left;
    margin-left: -30px;
    content: "\f0fe";
}
section.faq_wrapper {
    padding: 8% 0;
}
div#accordion button.btn.btn-link {
    color: #f4903a;
    text-align: left;
    margin-left: 16px;
}
.faq-content p strong {
    color: #f4903a;
}
.faq-content {
    margin-top: 20px;
}
div#accordion button.btn.btn-link:focus {
    border: 0;
    box-shadow: none !important;
}
div#accordion .card-body {
    color: #54565A;
}
h1
{
font-size: 25px;
    margin-top: 35px;
}
    
/************** contact us  *********************/
.jinnerrow {
    /* border-radius: 70px; */
    
    padding: 60px 20px 0px 20px;
}
.our-location {
    text-align: justify;
    line-height: 1.9 !important;
    margin-top: 15px;
}
.our-location span {
    background: #f4903a;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c7c7c7;
    padding-left: 15px;
}
.row.jinnerrow .col-md-4 {
    margin-bottom: 60px;
}
p.fa:before {
    margin-right: 10px;
}

/**********************new-css*******************/
ul.phone-number li {
    background: #4bc5b6;
    padding: 2px 10px;
}
.top-bar-add-center ul li i {
    color: #fff;
    margin-right: 10px;
}
.top-bar-add-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.social-media-detalis li {
    display: inline-block;
}
.top-bar-add-center ul {
    margin: 0;
    margin-right: 1px;
}
ul.email_id li {
    background: #009ed6;
    padding: 2px 10px;
}
ul.down-btn li {
    background: #3a9ed6;
    padding: 2px 10px;
}
.top-bar {
    padding: 4px 0;
    background: #ffffff;
}
.top-bar-add-center ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}
ul.down-btn {
    margin-right: 0px;
}

/***************************drop-down-start****************/
.dropbtn {
    background: none !important;
    color: #2C2E30 !important;
    font-size: 16px;
    padding: 24px 14px !important;
    font-weight: normal;
    border: 0;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f5f5f5;
}
.dropdown:hover .dropdown-content {
    display: flex;
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
button.dropbtn:focus {
    outline: 0;
}
.pro-dropbtn {
    background: none !important;
    color: #2C2E30 !important;
    font-size: 16px;
    padding: 10px 20px !important;
    font-weight: normal;
    border: 0;
}
.pro-dropdown {
    position: relative;
    display: inline-block;
}
.pro-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.pro-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.pro-dropdown-content a:hover {
    background-color: #ddd;
}
.pro-dropdown:hover .pro-dropdown-content {
    display: block;
}
.pro-dropdown:hover .pro-dropbtn {
    background-color: #3e8e41;
}
.dropdown-content a {
    font-size: 13px !important;
    text-align: center;
}
.pro-dropdown-content a {
    text-align: center;
}
.sub-menu {
    display: none;
}

/***************************drop-down-end****************/

.top-bar-add-center ul li a img {
    width: 83%;
}
ul.social-media-detalis li {
    display: inline-block;
    margin-right: -10px;
}
ul.social-media-detalis {
    margin-right: 5px;
}
.sub-menu {
    display: none;
    left: 160px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99;
    top: 0;
}
.pro-dropdown-content a:hover+.sub-menu {
    display: block !important;
}

/*****************search-bar-start************/
li.searchbar {
    cursor: pointer;
    line-height: 72px;
    margin-left: 10px;
    position: static !important;
}
.togglesearch {
    background: #009ed6;
    position: absolute;
    top: 72px;
    right: 0%;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    display: none;
    z-index: 99;
    padding: 4px 20px;
}
.togglesearch input[type="text"]:focus {
    outline: 0;
}
.togglesearch:before {
    content: "";
    position: absolute;
    top: -27px;
    right: 8px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #009ed6;
}
.togglesearch input[type="text"] {
    width: 94%;
    border: 0px;
    height: 36px;
    padding: 0 12px;
}
.togglesearch input[type="button"] {
    width: 80px;
    padding: 5px 0;
    background: #f4903a;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #f4903a;
    outline: none;
    cursor: pointer;
}

/*****************search-bar-end************/
.video-come-inner-left iframe {
    width: 100%;
    height: 405px;
}
.counter.last-coun {
    border: 0;
}
.top-Header.sticky {
   position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    padding: 0;
    top: 0;
}
.top-Header.sticky nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px 0px;
}
.top-Header.sticky a.navbar-brand {
    width: 112px;
}
.top-Header.sticky li.searchbar .togglesearch {
    top: 56px;
}

/****************testi-start************/
.demo-2 {
    background: #f8f7f6;
}
#testimonial-slider {
    padding: 50px 20px 35px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);
}
.testimonial .description {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 3px;
    position: relative;
}
.testimonial .description:before {
 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title {
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post {
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next {
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next {
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
   
    font-family: "Font Awesome 5 Free";
   
    font-size: 40px !important;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
/* .owl-buttons .owl-next:before {
    content: "\f105";
} */
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent !important;
}
.owl-theme .owl-controls {
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url(../images/clt-1.png) no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 100px !important;
}
.owl-theme .owl-controls .owl-page:nth-child(1) span {
    background: url("../images/clt-1.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span {
    background: url("../images/clt-2.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span {
    background: url("../images/clt-3.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span {
    border-color: #f4903a;
    opacity: 1;
}

.page_speed_751310110 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 0;
}
.page_speed_934840951 {
    color: #b1b1b1;
    font-weight: 400 !important;
    font-size: 12px;
}

.cntct-head
{
    font-size: 18px;
    margin-bottom: 0px;
    background: #009ed6;
    padding: 12px 18px;
    color: #fff;
}
.form-conct .form-control{
    background: #fff !important;
    border: 1px solid #acacac;
}
.form-conct {
    background: #f5f5f5;
    padding: 20px 20px;
}

.form-conct .btn-outline-info{background: #f4903a;
    color: #fff;
    display: inline-block;
    padding: 10px 13px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
}
.crtd_by
{
     color: #b1b1b1;
    font-weight: 400 !important;
    font-size: 12px;
}
.view_by
{
      color: #333333;
      font-size: 16px;
     margin-bottom: 0; 
}   
.adminimg
{
    width: 40px;
    height: 40px;
    overflow: hidden;
margin-right:15px;
}
.adminimg img{
    width: 100%;
}
.blog-header {
    display: flex;
    flex-wrap: wrap;
} 

@media only screen and (max-width: 479px) {
    .owl-buttons {
        bottom: 30%;
    }
}

/****************testi-end************/
.testi-video ul li {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 3px solid transparent;
}
.testi-video ul li iframe {
    width: 100%;
    height: 200px;
}
button.pro-dropbtn:focus {
    outline: 0;
}

/**************************27-march-2021**************/
.top-Header nav ul li {
    display: inline-block;
    position: relative;
}
.top-Header nav ul li:hover>.submenu-in {
    display: block;
}
.top-Header nav ul li>.submenu-in {
    width: 652px;
    position: absolute;
    z-index: 9999;
    background: #f5f5f5;
    text-align: center;
    margin: 0px 0px;
    padding: 0px 0;
    display: none;
}
.top-Header nav ul li>.submenu-in .prodct-hdng {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 30px;
    background: #009ed6;
    text-align: center;
    margin-bottom: 0px;
    border-top: 4px solid #283440;
}

/*.top-Header nav ul li > .submenu-in h2:before {
    content: "";
    content: "";
    position: absolute;
    top: -24px;
    left: 34px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #009ed4;
}*/
.all-listsub {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    background: #283440;
}
.top-Header nav ul li>.submenu-in ul li:hover {
    background: #242f3b;
}
.top-Header nav ul li>.submenu-in ul li:hover a {
    color: #fff !important;
}
.top-Header nav ul li>.submenu-in ul li {
    display: inline-block;
}
.top-Header nav ul li>.submenu-in ul li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #24303d;
}
.top-Header nav ul li>.submenu-in ul li a {
    padding: 0 !important;
    font-size: 15px;
    color: #fff !important;
}
.top-Header nav ul li>.submenu-in ul li:last-child a {
    background: none;
    color: #fff !important;
    margin: 0;
    font-weight: normal;
    padding: 0px !important;
}
.top-Header nav ul li>.submenu-in ul li:hover a {
    color: #fff !important;
}

/**************************milestone-start*****************/
.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #f4903a;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
.timeline-inner {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}
.timeline-inner.timelineleft {
    left: 0;
}
.timeline-inner.timelineright {
    left: 50%;
}
.timeline-inner::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #f4903a;
    border-radius: 16px;
    z-index: 1;
}
.timeline-inner.timelineright::after {
    left: -8px;
}
.timeline-inner::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #f4903a;
    z-index: 1;
}
.timeline-inner.timelineright::before {
    left: 8px;
}
.timeline-inner .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #f4903a;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}
.timeline-inner.timelineleft .date {
    right: -102px;
}
.timeline-inner.timelineright .date {
    left: -102px;
}
.timeline-inner .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #009ed6;
    border: 2px solid #f4903a;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #f4903a;
    z-index: 1;
}
.timeline-inner.timelineleft .icon {
    right: 56px;
}
.timeline-inner.timelineright .icon {
    left: 56px;
}
.timeline-inner .timelinecontent {
    padding: 30px 90px 30px 30px;
    background: #009ed6;
    position: relative;
    border-radius: 0 500px 500px 0;
}
.timeline-inner.timelineright .timelinecontent {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}
.timeline-inner .timelinecontent h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}
.timeline-inner .timelinecontent p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.timeline-inner.timelineleft .icon .fa-home:before {
    content: "\f015";
    color: #f4903a;
}
section.division-sctn {
    background-color: #f0f0f0;
}
section.division-sctn .title{
margin-bottom:0 !important;}
@media only screen and (min-width:501px) and (max-width:767px){
.hero-slide-content h1{
font-size:20px !important;}
}
@media only screen and ( min-width:1024px){
.division-sctn .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}}
@media only screen and ( max-width:1023px) and (min-width:768px){
.division-sctn .col-md-2 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}}
@media only screen and (max-width:500px){
    .img-fluid.kids-img {
            width: 40%!important;
        }
    .listng-inner img{
        margin:0 auto;
        display: block;
        width: 60%;

    }
    
    .title h3 {
    font-size: 23px;
    }
.title .sub_hd {
    font-size: 18px;
}
.hero-slide-content h1 {
    font-size: 18px !Important;
}

.img-rmv{
display:none;
}

.banner, .banner-inner {
     height: 132px;
    overflow: hidden;
}
.additional-addinmg {
    position: absolute;
    bottom: 0% !important;
}
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }
    
    .timeline-inner {
        width: 100%;
    padding-left: 90px;
    padding-right: 16px;
    }
    
    .timeline-inner.timelineright {
        left: 0%;
    }
    
    .timeline-inner.timelineleft::after,
    .timeline-inner.timelineright::after {
        left: 82px;
    }
    
    .timeline-inner.timelineleft::before,
    .timeline-inner.timelineright::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
        display: none;
    }
    
    .timeline-inner.timelineleft .date,
    .timeline-inner.timelineright .date {
        right: auto;
        left: 2px;
    }
    
    .timeline-inner.timelineleft .icon,
    .timeline-inner.timelineright .icon {
        right: auto;
        left: 146px;
    }
    
    .timeline-inner.timelineleft .content,
    .timeline-inner.timelineright .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

/**************************milestone-end*****************/

/**************************mobile-form*****************/
.mobile-call-btn {
    display: none;
}
.mobile-call-btn button.button {
    width: 32%;
    background: #009ed6;
    color: #fff;
    border: 0px;
    padding: 8px 0;
}
button.button.mobi-quary {
    background: #f4903a;
}
.bio-popup-form span.wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 40px;
    border: 1px solid #d2d2d2;
    padding: 0 16px;
    color: #000;
}
.modal-content .bio-popup-form {
    background: #fff;
    padding: 24px 24px;
}
.bio-popup-form span.wpcf7-form-control-wrap textarea {
   width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 40px;
    padding-left: 16px;
    border-color: #e3e3e3;
    border-radius: 5px;
}
.bio-popup-form span.wpcf7-form-control-wrap select {
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 40px;
}
button.btn.btn-primary.mobi-quary {
    background: #f4903a;
    border: 0px;
    border-radius: 0px;
    width: 33%;
    color: #fff;
    padding: 8px 0;
}
.mobile-quary-in {
    top: 76px !important;
}
.bio-popup-form input.wpcf7-form-control.wpcf7-submit {
    background: #f4903a;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    border: 0px;
    padding: 5px 0px;
    width: 100%;
}

/**************************mobile-form-end*****************/

/****************************30march-2021**************/
.list-group-item.active {
    background-color:#50c5ef !important;
    border-color: #009ed6 !important;
    border-radius:0!important;
}
.our-location p a {
    color: #54565A;
    font-weight: normal;
    line-height: 26px;
}
.foot-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-social a i {
    color: #fff;
}
.foot-social a:hover {
    background: #f4903a;
}
.contactslide-img img {
    width: 100%;
}
.top-Header nav ul li>.submenu-in ul {
    background: #283440;
    width: 100%;
}
.top-Header nav ul li>.submenu-in ul+ul {
    background: #283440;
}
.top-Header nav ul li>.submenu-in ul+ul+ul {
    background: #283440;
}
.top-Header.sticky .dropbtn {
    padding: 14px 20px !important;
}
.top-Header.sticky nav ul li a {
    padding: 14px 20px !important;
}
.top-Header.sticky li.searchbar {
    line-height: 52px;
}
.footer-left-btn iframe {
    width: 100%;
    height: auto;
}

.location-map.simmiler-add p
{
       margin-top: 18px !important;
}
.pro-inner-enquary h6 {
    font-size: 18px;
    margin-bottom: 0px;
    background: #009ed6;
    padding: 12px 18px;
    color: #fff;
}
.pro-inner-enquary form {
    background: #f5f5f5;
    padding: 20px 20px;
}
.pro-inner-enquary form input {
    background: #fff !important;
    border: 1px solid #acacac;
}
.pro-inner-enquary form button.btn.btn-outline-info {
    background: #f4903a;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
}
.pro-inner-enquary form button.btn.btn-outline-info:hover {
    background: #f4903a;
    color: #fff;
    border: 0;
}
.pro-inner-enquary form button.btn.btn-outline-info:active {
    background: #f4903a;
    color: #fff;
    border: 0;
}
.pro-inner-enquary form button.btn.btn-outline-info:focus {
    outline: 0;
    box-shadow: none !important;
}
.pro-in-submit {
    text-align: center;
}
.pro-in-see-more h4 {
    font-size: 18px;
    margin-bottom: 0px;
    background: #009ed6;
    padding: 12px 18px;
    color: #fff;
}
.pro-outer-categories .headings-style {
    font-size: 18px;
    margin-bottom: 0px;
    background: #009ed6;
    padding: 12px 18px;
    color: #fff;
}
.pro-outer-categories form input {
    background: #fff !important;
    border: 1px solid #acacac;
}
.pro-outer-categories form button.btn.btn-outline-info {
    background: #f4903a;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
}
.pro-outer-categories form button.btn.btn-outline-info:hover {
    background: #f4903a;
    color: #fff;
    border: 0;
}
.pro-outer-categories form button.btn.btn-outline-info:active {
    background: #f4903a;
    color: #fff;
    border: 0;
}
.pro-outer-categories form button.btn.btn-outline-info:focus {
    outline: 0;
    box-shadow: none !important;
}
.pro-outer-categories form {
    margin-top: 18px;
}
li.searchbar i {
    width: 45px;
    height: 36px;
    background: #fff;
    line-height: 36px;
    text-align: center;
    color: #009ed6;
}
.Our-management-inner-img img {
  
    width: auto;
}
.Our-management-inner-content h2 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #f4903a;
    font-weight: bold;
    text-align:center;
}
.Our-management-inner-content h6 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    font-weight: bold;
    text-align:center;
}
.Our-management-inner-content p {
    margin-bottom: 20px;
    text-align:justify;
}
section.Our-management-sec {
    padding: 6% 0;
}
.row.spacing-management {
    margin-top: 60px;
}
.pro-discroption h2 {
    font-weight: bold;
    color: #2C2E30;
    font-size: 18px;
    margin-bottom: 18px;
}
.pro-discroption h1 {
    color: #009ed6;
    font-size: 30px;
    font-weight: bold;
}
ul#ui-id-1 li div {
    text-transform: capitalize !important;
}
nav ol.breadcrumb li a {
    color: #f4903a;
    text-transform: capitalize;
}
.goback {
    padding: 3px;
    padding-right: 10px;
    color: #f4903a;
}

/****************************30march-2021-end**************/

/************** 01-april-2021-start *********************/
.modal-2 {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content-desktop {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close-2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close-2:hover,
.close-2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.hero-slide-content button#myBtn {
    background: #f4903a;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
    border: 0px;
}
.hero-slide-content button#myBtn:focus {
    outline: 0;
}
.modal-2 span.wpcf7-form-control-wrap {
    width: 100%;
    position: relative!important;
    display: inline-block;
    margin-bottom: 3px;
}
.modal-2 span.wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
}
.modal-2 span.wpcf7-form-control-wrap select {
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
}
.modal-2 input.wpcf7-form-control.wpcf7-submit {
    background: #f4903a;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    border: 0px;
    padding: 5px 0px;
    width: 100%;
}
.top-Header nav ul li .togglesearch form a {
    background: none;
    padding: 0 !important;
    line-height: normal;
}
.top-Header.sticky .togglesearch form a {
    top: -9px;
}
.togglesearch form {
    position: relative;
    display: flex;
}
.Support-Aid-form form {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 25px;
}
.Support-Aid-form form h4 {
    font-weight: bold;
    color: #2C2E30;
    font-size: 28px;
    margin-bottom: 18px;
}
i.fa.fa-times.srh-close {
    display: none;
}
img.img-thumbnail.zoom {
    height: auto;
}
.tracking-page .thumbnail {
    border: 1px solid #d5c6c6;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
}
.tracking-page .thumbnail img {
    width: 100%;
}
.pay-online-page {
    text-align: center;
    padding: 0px 24px;
}
.footer-form .heading-look li:nth-child(2) {
    float: right;
    margin-right: 20px;
}
.footer-form .heading-look li {
    display: inline-block;
}
button.button.whtsapp-in {
    background: #339317;
}
.mobile-call-btn button i {
    margin-right: 8px;
}
.collage-bio img {
    width:100% !important;
height:100% !important;
object-fit:cover;
}
.container.page-details {
    margin-top: 50px;
    margin-bottom: 50px;
}
body.prd-detail li.searchbar {
    margin-top: 14px;
}
body.prd-detail .foot-social a {
    padding: 10px 0;
}
body.prd-detail .top-Header.sticky li.searchbar {
    margin-top: 4px;
}
.top-Header nav ul li .togglesearch form i.fa.fa-times.srh-close {
    background: none;
    color: #fff;
}
.top-Header.sticky nav ul li .togglesearch form i.fa.fa-times.srh-close {
    top: 4px;
}
.searchbar-mobile {
    display: none;
}
.dropdown:hover .dropdown-content a .about-ctgry {
    margin-top: 12px;
    font-size: 1rem;
}
body.prd-detail .top-Header nav ul li .togglesearch form i.fa.fa-times.srh-close {
    top: -4px;
}
body.prd-detail .searchbar-mobile .togglesearch a#innersrch2 {
    background: #fff;
    padding: 10px 7px;
}
.cat-banner .cat-name {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 42px;
}
.cat-banner {
    width: 100%;
    background-size: cover !important;
    height: 160px;
    display: table;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-repeat: no-repeat !important;
}
.pro-discroption h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.row.trck-page-in {
    justify-content: center;
}

/************** 01-april-2021-end *********************/
.btn.btn-red.add-cart-btn {
    color: #fff;
    background: #f4903a;
    width: 130px;
    font-size: 14px;
    border: 0px;
    font-weight: bold;
    border-radius: 6px;
}
.our-location h2 {
    background: #f4903a;
    color: #fff;
    padding: 7px 7px;
    font-size: 24px;
}

/************** Responsive Start  *********************/
@media (max-width:1920px) {}
@media (max-width:1600px) {}
@media (max-width:600px) {
    .testi-video {
        display: none;
    }
    
    .cat-banner {
        height: 150px;
    }
}
@media (max-width:1400px) {}
@media only screen and (min-device-width: 768px) and (max-device-width: 1368px) {
    /* .your-life-easy-form
    {
        height:515px;
    } */
}
@media (max-width:1200px) {
    .dropbtn {
        padding: 24px 13px !important;
    }
    
    .top-Header nav ul li a {
        padding: 24px 13px !important;
    }
    
    .top-Header nav ul li a {
        font-size: 14px;
    }
    
    .top-bar-add-left p {
        font-size: 14px;
    }
    
    .your-life-easy-form {
        height: 491px;
    }
    
    .Why-Choose-inner {
        min-height: 439px;
    }
    
    .testi-content {
        padding-right: 50px;
        padding-top: 6%;
    }
    
    .valueabou-page-inner {
        min-height: 550px;
    }
    
    .aboutimgpage {
        padding: 0 0 0 20px;
    }
    
    .dropbtn {
        font-size: 14px;
    }
    
    .pro-dropbtn {
        font-size: 14px;
    }
    
    .video-come-inner-left iframe {
        height: 338px;
    }
    
    .top-Header nav ul li>.submenu-in .:before {
        left: 24px;
    }
    
    .top-Header nav ul li>.submenu-in {
        width: 592px;
    }
    
    .dropdown-content {
        width: 500px;
        overflow: scroll;
    }
    
    .hero-slide-content {
        width: 44%;
    }
    /*.additional-addinmg {*/
    /*    top: 20%;*/
    /*}*/
}
@media (max-width:991px) {
    .side_btns {
    margin-top: 15px !important;
}
    .navbar-toggler-icon {
        width: 33px !important;
        height: 33px !important;
    }
    
    .foot-social {
        display: flex;
    }
    
    .navbar-light .navbar-toggler {
        background: #fff;
    }
    
    .top-Header nav a.con-nav-link {
        margin-left: 0px;
        display: inline-block;
        margin-top: 15px;
    }
    
    .top-bar .container {
        display: block;
        text-align: center;
    }
    
    .top-bar-right {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    
    .footer-bottom .footer-bottom-center p {
        margin-bottom: 4px;
    }
    
    .top-Header nav ul li:last-child a {
        margin-left: 13px;
        margin-top: 25px;
        display: inline-block;
    }
    
    .Why-Choose-inner {
        min-height: 550px;
    }
    
    .testi-content {
        padding-right: 24px;
        padding-top: 8%;
    }
    
    .slide-box img {
        margin-right: 0px;
    }
    
    .testi-content p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .count-title {
        font-size: 24px;
    }
    
    .valueabou-page-inner {
        min-height: 720px;
    }
    
    .abouttextpage h2 {
        font-size: 28px;
    }
    
    .video-come-inner-left iframe {
        height: 338px;
    }
    
    .video-come-inner-left iframe {
        height: 248px;
    }
    
    .top-Header nav ul li a {
        padding-left: 0px !important;
    }
    
    .pro-dropbtn {
        padding-left: 0px !important;
    }
    
    .dropbtn {
        padding-left: 0px !important;
    }
    
    li.searchbar {
        position: relative;
    }
    
    .togglesearch:before {
        display: none;
    }
    
    .togglesearch {
        width: 100%;
        top: 2px;
        right: 8px;
    }
    
    .togglesearch input[type="text"] {
        width: 96%;
    }
    
    .top-Header nav ul li>.submenu-in {
        width: 100%;
    }
    
    .top-Header nav ul li>.submenu-in {
        width: 100%;
    }
    
    .top-Header nav ul li>.submenu-in .prodct-hdng:before {
        left: 10px;
    }
    
    .searchbar-mobile {
        display: block;
        background: #ffff;
        padding: 7px 18px;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        margin-left: 370px;
    }
    
    li.searchbar {
        display: none !important;
    }
    
    .searchbar-mobile i.fa.fa-search {
        color: #009ed6;
    }
    
    .searchbar-mobile .togglesearch {
        margin-top: 61px;
        z-index: 9999;
        right: 0px;
    }
    
    .searchbar-mobile .togglesearch form#srch-frm {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .searchbar-mobile .togglesearch input#name_search2 {
        width: auto;
    }
    
    .searchbar-mobile .togglesearch a#innersrch2 {
        background: #fff;
        padding: 6px 7px;
    }
    
    .searchbar-mobile .togglesearch form#srch-frm i.fa.fa-times.srh-close2 {
        background: #fff;
        padding: 10px 7px;
        color: #009ed6;
        display: none;
    }
    
    .searchbar-mobile .togglesearch form#srch-frm i.fa.fa-times.srh-close2 {
        background: #fff;
        padding: 10px 7px;
        color: #009ed6;
        display: none;
    }
    
    .pro-outer-categories {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    
    .hero-slide-content h2 {
        font-size: 24px;
    }
    
    .hero-slide-content p {
        font-size: 12px;
        line-height: 28px;
    }
    
    .hero-slide-content button#myBtn {
        font-size: 12px;
    }
    
    .hero-slide-content a {
        font-size: 12px;
    }
}

@media (max-width:768px) {

    h1.page-name:before {
    bottom: 28%;
 }

 h1.page-name:after {
    bottom: 31%;
    width: 26%;
}
}
@media (max-width:767px) {

h1.page-name:after {
    content: '';
    position: absolute;
    bottom: 33%;
    width: 34%;
}
h1.page-name:before {
    bottom: 31%;
}

    .fa.fa-times
    {
        font-size:20px;
    }

    .bannerinner_title_text {
        height: 100%;

    }

    .quick-link h4
    {
        text-align:center;
    }
    
    h1.singleblog {
    font-size: 23px;
    margin-bottom: 15px;
    }

    .row.spacing-management {
        margin-top: 10px;
        flex-direction: column-reverse;
    }
    h1.blg-dtl {
        font-size: 23px;
        margin-top: 30px;
    }


    .hero-slide-content h2 {
        font-size: 14px;
    }
    
    .hero-slide-content p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    
    .hero-slide-content a {
        text-align: center;
        padding: 4px 10px;
        font-size: 12px;
        margin-top: 12px;
    }
    
    .Benefits-for-outer {
        padding-left: 0px;
    }
    
    .title {
        margin-bottom: 52px;
    }
    
    .your-life-easy-inner {
        padding-right: 0px;
    }
    
    .aboutus-right {
        padding-left: 0px;
    }
    
    .header-logo a img {
        width: 320px;
    }
    
    .top-bar .container {
        display: block;
    }
    
    .top-bar-add-left {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .top-bar-right {
        display: flex;
        justify-content: center;
    }
    
    .healthcare-best-inner {
        margin-bottom: 40px;
    }
    
    .title h2 {
        font-size: 34px;
    }
    
    .Why-Choose-inner {
        min-height: auto;
    }
    
    .certified img {
        width: 50%;
    }
    
    .Our-Products-inner {
        margin-bottom: 30px;
    }
    
    .testi-img img {
        width: 100%;
    }
    
    .testi-content {
        padding-top: 0%;
    }
    
    .abouttextpage {
        padding-left: 0px;
        padding-top: 66px;
    }
    
    .valueabou-page-inner {
        min-height: auto;
    }
    
    .commom-inner-page ul {
        width: 100%;
    }
    
    .top-bar-add-center ul {
        margin-bottom: 10px;
    }
    
    .top-bar-add-center {
        display: block;
        justify-content: center;
        align-items: center;
    }
    
    .video-come-inner-left iframe {
        height: auto;
    }
    
    .testi-video ul li iframe {
        width: 100%;
        height: auto;
    }
    
    .testi-video ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    .top-Header nav ul li>.submenu-in {
        width: 78%;
    }
    
    .top-Header nav ul li>.submenu-in .prodct-hdng {
        font-size: 18px;
    }
    
    .counter {
        border-right: 0px;
    }
    
    ul.social-media-detalis li {
        margin-right: -3px;
    }
    
    .footer-form {
        right: 0px;
        width: 100%;
    }
    
    .timeline-inner .timelinecontent {
        padding: 30px 50px 30px 88px;
    }
    
   .mobile-call-btn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
    
    .footer-form {
        display: none;
    }
    
    .timeline-inner.timelineright .timelinecontent {
        text-align: right;
    }
    
    .box.large {
        height: auto;
        width: auto;
    }
    
    .box {
        width: auto;
    }
    
    .form-group.row.parallelbx {
        display: inline-block;
        width: 50%;
    }
    
    .top-Header.sticky nav ul li a {
        padding: 14px 0px !important;
    }
    .banner-inner h1 {
            font-size: 26px;
        }
    .top-Header.sticky .dropbtn {
        padding: 14px 0px !important;
    }
    
    .location-map.simmiler-add {
        margin-top: 0px;
    }
    
    li.searchbar {
        display: none !important;
    }
    
    .Our-management-inner-content {
        margin-top: 30px;
    }
    
    .row.spacing-management {
        margin-top: 10px;
        flex-direction: column-reverse;
    }
    
    section.Our-management-sec {
        padding: 10% 0;
    }
    
    .modal-content-desktop {
        width: 92%;
    }
    
    .hero-slide-content button#myBtn {
        padding: 4px 10px;
        font-size: 12px;
        margin-top: 12px;
    }
    
    .row.certified-in-sec {
        display: none;
    }
    
    .pay-online-page img {
        width: 100%;
    }
    
    .all-listsub {
        display: block;
        height: 270px;
        overflow: scroll;
    }
    
    .collage-bio {
        margin-bottom: 30px;
          width: 100%;
            height: 100%;

    }
    
    .dropdown:hover .dropdown-content a {
        padding: 14px 20px !important;
    }
    
    .searchbar-mobile {
        display: block;
    }
    
    .searchbar-mobile .togglesearch {
        margin-top: 61px;
        z-index: 9999;
        right: 0px;
    }
    
    .searchbar-mobile .togglesearch form#srch-frm i.fa.fa-times.srh-close2 {
        background: #fff;
        padding: 10px 7px;
        color: #009ed6;
        display: none;
    }
    
    .searchbar-mobile .togglesearch a#innersrch2 {
        background: #fff;
        padding: 6px 7px;
    }
    
    .searchbar-mobile .togglesearch input#name_search2 {
        width: auto;
    }
    
    .searchbar-mobile .togglesearch form#srch-frm {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .searchbar-mobile {
        display: block;
        background: #ffff;
        padding: 7px 18px;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        margin-left: 40px;
    }
    
    .searchbar-mobile i.fa.fa-search {
        color: #009ed6;
    }
    
    .top-Header nav ul li a {
        padding: 14px 20px !important;
    }
    
    .dropbtn {
        padding: 14px 20px !important;
    }
    
    .top-Header.sticky .searchbar-mobile .togglesearch {
        margin-top: 52px;
    }
    
    .footer-bottom .footer-bottom-center {
        padding: 2% 0 42px;
    }
    
    .pro-outer-categories {
        margin-bottom: 30px;
    }
    
    .detail-heading h1.cat-name {
        font-size: 25px;
    }
    
    .cat-name {
        top: 40%;
    }
    
    .mobile-quary-in .modal-dialog .modal-content form .bio-popup-form div span.form_msg {
        margin-top: 14px;
        display: block;
    }
    
    .cat-banner .cat-name {
        font-size: 20px;
    }
    
    .pro-discroption h3 {
        font-size: 16px;
    }
    
    .tracking-page .thumbnail {
        width: 200px;
        margin: 20px auto;
    }
    
    .pay-online-page {
        padding: 0px 24px;
    }
    
    .your-life-easy-form {
        height: auto;
       
    }
    .your-life-easy-form-mbl
    {
         display: none;
    }
    
    .prd-page-row {
        flex-direction: column-reverse;
    }
    
    .banner-inner h1 {
        font-size: 23px;
    }
    /*.additional-addinmg {*/
    /*    top: 32%;*/
    /*}*/
}
@media (max-width:639px) {}
@media (max-width:480px) {
    .Our-management-inner-img img {
        width: 100%;
    }
    
    .no-boot {
        padding: 0px 15px !important;
    }
    
    .medicine-Interested-content p {
        margin-bottom: 22px;
    }
    
    section.who-we-are-sec {
        margin-top: -14px;
    }
    
    .title h2 {
        font-size: 24px;
    }
    
    .testi-content {
        padding-right: 6px;
    }
    
    .your-life-easy-inner {
        padding-top: 0px;
        padding-bottom: 44px;
    }
    
    .testi-outer {
        padding: 12px;
    }
    
    a.navbar-brand {
        width: 100px;
    }
    
    .top-Header nav.navbar.navbar-expand-lg.navbar-light {
        padding: 8px 0px;
    }
    
    .healthcare-best-inner p {
        font-size: 14px;
    }
    
    .about-us-inner p {
        font-size: 14px;
    }
    
    .Why-Choose-content p {
        font-size: 14px;
    }
    
    .Benefits-for-inner-content p {
        font-size: 14px;
    }
    
    p {
        font-size: 14px;
    }
    
    .top-Header nav ul li>.submenu-in {
        width: 100%;
    }
    
    .title h2 {
        font-size: 16px;
    }
    
    .title h6 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    
    section.about-us-sec {
        padding: 4% 0 10%;
    }
    
    section.healthcare-best-sec {
        padding: 8% 0;
    }
    
    .title {
        margin-bottom: 24px;
    }
    
    section.video-come-sec {
        padding: 8% 0px;
    }
    
    section.Why-Choose-sec {
        padding: 8% 0%;
    }
    
    section.Our-products-sec {
        padding: 8% 0;
    }
    
    section.Benefits-for-you-sec {
        padding: 8% 0;
    }
    
    section.your-life-easy-sec {
        padding-bottom: 8%;
        padding-top: 8%;
    }
    
    section.your-life-testi {
        padding: 8% 0;
    }
    
    footer {
        padding: 10% 0 0%!important;
    }
    
    .timeline-inner .timelinecontent {
        padding: 30px 35px 30px 17px;
    }
    
    .timeline-inner.timelineright .timelinecontent {
        padding: 30px 10px 30px 14px;
    }
    
    .timeline-inner::before {
        width: 26px;
    }
    
    .dropdown-content {
        overflow: scroll;
        width: 300px;
    }
    
    .hero-slide-content h2 {
        font-size: 16px !important;
    }
    
    .hero-slide-content button#myBtn {
        padding: 4px 10px;
        font-size: 11px;
        margin-top: 0px;
    }
    
    .hero-slide-content a {
        font-size: 11px;
        margin-top: 0px;
    }
    /*.additional-addinmg {*/
    /*    top: 25%;*/
    /*}*/
}
@media (max-width:359px) {}

/************** Responsive close  *********************/
.container.marketing-gifts .col-sm {
    margin-bottom: 20px;
}
.jinnerrow {
    /* border-radius: 70px; */
    
    padding: 60px 20px 0px 20px;
}
.row.jinnerrow .col-md-4 {
    margin-bottom: 60px;
}
p.fa:before {
    margin-right: 10px;
}
.alignmentss {
    font-size: 15px !important;
}

/***********************Mozila menu css ********/
@-moz-document url-prefix() {
    @media only screen and (max-width: 640px) {}
}

/*12th april*/
.body-container .side-menu.show {
    right: 0;
    padding: 0;
}
.mobile_view {
    display: none;
}
.mobile_view .header i {
    align-self: flex-end;
}
.mobile_view .header {
    display: block;
    width: 82%;
    height: 100%;
    margin-left: auto;
    background-color: white;
}
.hypertube {
    font-family: "Plaster", cursive;
    color: #E59500;
    text-transform: uppercase;
}
.my-navbar {
    position: fixed;
    width: auto;
    top: 0;
    z-index: 20;
}
.my-navbar a {
    cursor: pointer;
    transition: all 0.5s;
}
.my-navbar a:hover {
    color: #E59500;
}
.my-navbar .right-nav a {
    color: #454545;
}
.my-navbar .right-nav a:hover {
    color: #E5DADA;
}
.my-navbar .right-nav a.navbar-brand.hypertube {
    color: #E59500;
    font-size: 1.5rem;
}
.my-navbar .right-nav a.navbar-brand.hypertube:hover {
    color: #E59500;
}
.my-navbar .left-nav {
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: space-between;
}
.my-navbar .left-nav a.logout {
    color: #454545;
}
.my-navbar .left-nav a.logout:hover {
    color: #E5DADA;
}
.my-navbar img {
    width: 35px;
    height: 35px;
    border-radius: 0.25rem;
    cursor: pointer;
}
.body-container {
    width: 100%;
    height: 100%;
}
.side-menu.show {
    background-color: #000000c7;
    width: 100%;
}
.body-container .side-menu {
    margin: 0;
    padding: 0;
    top: 0;
    height: 100vh;
    position: fixed;
    right: -300px;
    transition: all 0.5s;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 999991;
}
.body-container .side-menu .header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.body-container .side-menu .header .fa-times {
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    transform: rotate(180deg) skewX(0deg);
    background-color: #009ed6;
    padding: 6px 9px;
    font-size: 20px;
    color: #ffffff;
    margin: 9px 11px 0;
}
.body-container .side-menu.show .header .fa-times {
    transform: rotate(0deg) skewX(0deg);
}
.body-container .side-menu.show {
    right: 0;
}
.body-container .side-menu.show .header .fa-times {
    transform: rotate(0deg) skewX(0deg);
}
.mobile_view ul {
    width: 100%;
    padding: 30px 30px 0;
}
.mobile_view .body-container ul li.nav-item a,
.mobile_view .body-container ul li .dropbtn {
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 10px 0px 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4c4c4c !important;
}
.mobile_view .body-container ul li button,
.mobile_view .body-container ul li .dropdown {
    width: 100%;
}
.mobile_view ul li a.active,
.mobile_view ul li a:hover {
    color: #009ed6;
}
.mobile_view ul li {
    position: relative;
}
.mobile_view ul li:first-child:before {
    display: none;
}
.mobile_view ul li:before {
    content: "";
    position: absolute;
    top: -.5px;
    height: 0;
    border-top: solid 1px rgba(51, 51, 51, .08);
    width: 100%;
    max-width: 100%;
    left: 0;
}
.mobile_view .fa-plus {
    cursor: pointer;
    height: 10px;
    position: relative;
    width: 10px;
}
.mobile_view .fa-plus:before,
.mobile_view .fa-plus:after {
    background: #d1d1d1;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    transition: transform 500ms ease;
    font-size: 16px;
}
.mobile_view .fa-plus:after {
    transform-origin: center;
}
.mobile_view .fa-plus.collapsed:after {
    transform: rotate(90deg);
}
.mobile_view .fa-plus.collapsed:before {
    transform: rotate(180deg);
}
span.srch_text {
    color: #9f9f9f;
    font-size: 16px;
    letter-spacing: .3px;
    margin-left: 3px;
}
@media screen and (max-width: 550px) {
    .my-navbar .right-nav .navbar-brand.hypertube {
        width: 18px;
        overflow: hidden;
        display: inline-flex;
        margin-right: 10px;
    }
    
    .my-navbar .left-nav .logout {
        display: none;
    }
    
    .my-navbar .left-nav {
        width: auto;
    }
}
@media only screen and (max-width:991px) {
    .top-Header nav ul li:last-child:hover a {
        color: #ab0202 !important;
    }
    
    .top-bar {
        padding: 0 !important;
    }
    
    .searchbar-mobile {
        margin-left: auto;
        padding-right: 0;
    }
    
    .searchbar-mobile .togglesearch {
        z-index: 999 !important;
    }
    
    .searchbar-mobile .togglesearch form {
        position: relative;
    }
    
    .searchbar-mobile .togglesearch form input {
        font-size: 14px;
    }
    
    .searchbar-mobile .togglesearch a#innersrch2 {
        padding: 7px 13px;
        margin-left: -1px;
        height: 36px;
    }
    
    .searchbar-mobile .togglesearch form:before {
        content: '';
        position: absolute;
        top: -14px;
        right: 11%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #009ed6;
    }
    
    .searchbar-mobile .togglesearch {
        margin-top: 52px !important;
    }
    
    .searchbar-mobile .togglesearch a#innersrch2 {
        background: #009ed6 !important;
    }
    
    #innersrch2 i.serch-inner {
        color: #ffffff !important;
    }
    
    .togglesearch {
        padding: 4px !important;
    }
    
    .top-bar-add-center {
        display: none;
    }
    
    .searchbar-mobile i.fa.fa-search {
        color: #9f9f9f !important;
        font-size: 20px;
    }
    
    .mobile-btnsnext {
        display: flex !important;
        padding: 0 16px !important;
        justify-content: center;
    }
    
    .mobile-btnsnext img {
        width: 90%;
    }
    
    .mobile-btnsnext a {
        margin: 0 !important;
        display: block;
    }
    
    button.navbar-toggler {
        display: none;
    }
    
    .mobile_view {
        display: block !important;
    }
    
    .searchbar-mobile {
        border: none;
    }
    
    .dropdown-toggle::after {
        content: '\002B' !important;
        border: none !important;
        color: #c7c7c7;
        font-size: 20px;
        transition: transform 500ms ease;
    }
    
    .dropdown.show .dropdown-toggle::after {
        transform: rotate(45deg);
        transition: transform 500ms ease;
    }
    
    .mobile_sub h2 {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 30px;
        background: #009ed6;
        text-align: center;
        margin-bottom: 0px;
        border-top: 4px solid #283440;
    }
    
    .mobile_view .mobile_sub ul {
        padding: 0 17px;
    }
    
    .top-Header .mobile_view .mobile_sub ul li a {
        padding: 9px 0 0 !important;
        font-size: 12px !important;
        color: #4c4c4c !important;
    }
    
    .mobile_view .mobile_sub li:before {
        border-top: none !important;
    }
    
    .mobile_view .dropdown-menu {
        border: none;
    }
    
    .mobile_view .mobile_sub ul li {
        width: 100%;
    }
    
    .top-Header nav ul li:last-child a {
        margin-left: 0;
        margin-top: 0;
        display: block;
    }
    
    .dropdown-content {
        position: relative !important;
    }
    
    .about_images img {
        display: none;
    }
    
    .top-Header .dropdown-menu .about_images a {
        display: block !important;
        padding: 9px 0 0 !important;
        font-size: 13px !important;
        color: #333 !important;
    }
    
    .about_images {
        padding: 0 17px;
        margin-top: -23px;
    }
    
    .my-navbar {
        padding: 0 0 0 20px !important;
    }
    
    .about_images h6 {
        font-size: 12px;
        margin-top: 0;
        font-weight: bold;
        margin-bottom: -10px;
    }
    
    a.navbar-brand img {
        margin-top: 0 !important;
    }
    
    .navbar-nav {
        align-items: flex-start !important;
    }
    
    .top-Header nav ul li {
        width: 100%;
    }
    
    .dropdown-menu.mobile_sub {
        background-color: #ffffff;
        border: none;
    }
    
    .all-listsub {
        background: #ffffff !important;
        border: none;
    }
    
    .searchbar-mobile .togglesearch input#name_search2 {
        width: 100%;
    }
    
    .side_btns {
        margin-top: 50px;
    }
    
    .dwnld_btn {
        margin-top: 12px !important;
    }
    
    .side_btns:before {
        display: none;
    }
    
    .top-Header .navbar-nav .side_btns a,
    .top-Header .navbar-nav .side_btns a {
        background-color: #009ed6;
        border-radius: 7px;
        width: 100% !important;
        color: #ffffff !important;
        display: flex !important;
        justify-content: center !important;
        box-shadow: 6px 5px 6px 2px rgba(2, 37, 97, .6);
        /*box-shadow: inset -7px -9px 5px -1px rgb(0 63 88);*/
        /*box-shadow: -4px -4px 10px inset #000f15;*/
        -webkit-box-shadow: -4px -4px 10px inset #000f15;
    }
    
    .call_side {
         margin-top: 12px !important;
        position: relative;
    }
    
    .call_side i {
        background-color: #009ed6;
        padding: 13px;
        position: absolute;
        right: 6px;
        top: 5px;
        border-radius: 0 7px 7px 0;
        color: #ffffff !important;
    }
    
    .call_side a {
        background-color: #ffffff !important;
        border: 1px solid #009ed6 !important;
        color: #7f7f7f !important;
        border-radius: 7px;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        font-weight: 700 !important;
    }
    
    .call_side:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #009ed6;
        position: absolute;
        top: 0;
        right: 41px;
        bottom: 0;
        margin: auto;
    }
}
p {
    text-align: justify;
}
.Our-management-inner-content {
    margin-top: 30px;
}
.adrress-div-1 p {
    border-right: 5px solid #dadada;
    padding-right: 13px;
    text-align: left;
}
.adrress-div-1{
    padding-right: 15px;
}
@media only screen and (max-width:767px) {
    .quick-link {
    text-align: center;
    display:none;
}
    .adrress-div-1 p {
    border-right:none;
    padding-right: 0px !important;
}
.adrress-div-1{
    padding-right: 0px !important;
}
    .location-map h1{
        text-align:center;
    }
    .adrress-div-all {
    display: block !important;
}
.adrress-div-all div{
    width:100%;
}
    .additional-addinmg {
    align-items: center !important;
}
     /* .footer-address br{
        display: none;
    } */
    .footer-address li{
        text-align: center;
    }
    .footer-address p,.footer-address h5{
     text-align: center;
    }
    .Our-management-inner-content {
    margin-bottom: 50px !important;
}
    .Our-management-inner-img img {
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .blogsinner .card-body {
    height: 100%;
    min-height: auto !important;
    }
    
    .quick-link ul li {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    
    .quick-link ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .commom-inner-page h4 {
        font-size: 15px !important;
    }
    
    .hero-slide-content h2 span {
        color: #047ca7 !important;
    }
    
    .banner-inner img {
        height: 100%!important;
        object-fit: cover;
    }
    
    .top-Header nav.navbar.navbar-expand-lg.navbar-light {
        align-items: baseline;
        height: 100%;
    }
    
    .aboutimgpage:before {
        width: 250px;
    }
    
    .top-Header {
        height: 63px;
    }
    
    .hero-slide-content p {
        display: none;
    }
    
    .hero-slide-content h2 {
        font-size: 20px;
    }
}
.foot-social {
    display: flex;
}
a.navbar-brand img {
    width: 100%;
    margin-top: -28%;
}
.navbar-nav {
    align-items: center;
}
.sticky a.navbar-brand img {
    margin-top: 0 !important;
}
.item-box-blog-image img {
    width: 100%;
}
.blogscat a {
    background-color: #009ed6;
    color: #ffffff;
    padding: 16px 18px;
    display: block;
    margin: 15px 0;
    text-align: center;
    border-radius: 7px;
    transition: all 0.3s linear;
    font-size: 16px;
    font-weight: bold;
}
.blogscat a:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 62%);
    color: #ffffff;
}
.imgDiv {
    width: 100%;
    height: 91px;
}
.imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogsinner .card-body {
    height: 100%;
    min-height: 123px;
}
.blogsinner .card {
    margin-bottom: 30px;
}
.blogsinner .card-body h6 {
    font-size: 16px;
}

/*.blogsinner{*/

/*    margin-top:35px;*/

/*}*/
.banner-inner .cat-name {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 42px;
}
.banner-inner {
    position: relative;
    overflow: hidden;
}
h1.page-name {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.valueabou-page .valueabou-page-inner {
    height: 100%;
    min-height: 200px;
        border: 3px solid #dadada;
}
.blogscat a img {
    width: 100%;
}
.imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.close-iconm {
    float: right;
    margin-top: -16px;
    margin-bottom: 7px;
    cursor: pointer;
}
img.crl-logo {
    width: 25% !important;
    position: absolute;
    left: 9px;
    top: 9px;
}
.ui-autocomplete 
{
    background:#fff!important;
    padding:16px;
    width:1000px;
}
img.crl-logo-inner
{
     left: 23px !important;
    top: 21px !important;
    z-index: 99991;
    width: 25% !important;
    position: absolute;
}
#owl-demo .item {
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    background-color: #f1f1f1;
}
#owl-demo .item {
    background-color: #ffffff;
}
.calc {
    border: 5px solid #3a9ed6;
    border-radius: 16px;
    color: #000;
}
#field {
    background-color: #3a9ed6;
}
#fbuilder .fform h2 {
    margin: 5px 0;
    padding: 0;
    color: #ffffff;
}
#fbuilder .left_aligned .fields label {
    float: left;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 24px !important;
    font-size: 16px;
}
label[for="fieldname4_1"],
label[for="fieldname6_1"] {
    color: #fff;
}
#cp_calculatedfieldsf_pform_1 input {
    height: 10px;
    padding: 11px 15px;
}
#field_1-3,
#field_1-5 {
    background-color: #4bc5b6;
}
#fbuilder .large {
    width: 100%!important;
}
#fbuilder .fields,
#fbuilder .fform {
    padding: 5px 5px!important;
    clear: both;
}
.fields p {
    width: 31%;
    float: left;
}
#fbuilder .left_aligned .fields .dfield {
    float: left;
    width: 65%;
}
#cp_calculatedfieldsf_pform_1 input {
    height: 10px;
    padding: 11px 15px;
    border: 1px solid #e6e6e6;
    color: #555;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 24px !important;
}
.vc_custom_heading {
    font-size: 34px;
    text-align: left;
    font-family: Buenard;
    font-weight: 800;
    font-style: normal;
}
.outer p {
    color: #666!important;
}
.sub_heding {
    font-size: 25px;
    text-align: left;
    font-family: Roboto Slab;
    font-weight: 400;
    font-style: normal
}
.parah_right {
    padding-top: 60px;
}
.row.jinnerrow .col-md-4 {
    margin-bottom: 60px;
}
@media only screen and (min-width:1300px) {
    .contactslide-img {
        height: 491px;
        overflow: hidden;
    }
    /* .your-life-easy-form {
    height: 491px;
    overflow: hidden;
} */
}
.prd-detail-content img.crl-logo {
    left: 40px;
    top: 20px;
}
.box.large {
    border: 3px solid #f1f1f1;
}
.overlay-banner {
    position: absolute;
    background-color: #00000096;
    top: 0;
    height: 100%;
    width: 100%;
}
.hoveranimate {
  transition: transform .7s ease-in-out;
}
.hoveranimate:hover {
  transform: rotate(360deg);
}
.category_nm a{
   display: block
}
.category_nm{
    font-size: 1rem;
}
section{width:100%;float:left;}

.newformdesign .wpcf7-textarea {
	height: 73px;
}

.pro_box h3 {
	color: #484848 !important;
	font-weight: bold !important;
	font-family: opensence;
	text-decoration: underline !important;
}
.colservices img{
	width: 100%;
float: left;
margin-bottom:15px;
}

.pro_box {
	width: 100%;
	float: left;
	padding: 0 15px;
	border: 1px solid #ccc;
	min-height: 208px;
	line-height: 26px;
	background: #fff;
	font-weight: bold;
	letter-spacing: .4px;
	color: #484848;
	font-family: arial;
	text-align: justify;
}
.colservices {
	width: 100%;
	float: left;
	margin: 60px 0 0 0;
	border: 1px solid#ccc;
}

.colservices .col-lg-2, .col-md-2 {
	padding: 0 !important;
}
.sadasdsadasdas .colservices img {
	width: 100%;
	max-height: 250px;
	min-height: 250px;
	margin-bottom: 0;
}
.sadasdsadasdas .pro_box {
	width: 100%;
	float: left;
	padding: 0 15px;
	border: 1px solid #ccc;
	min-height: 0;
	line-height: 26px;
	background: #fff;
	font-weight: bold;
	letter-spacing: .4px;
	color: #484848;
	font-family: arial;
	text-align: justify;
}
.sadasdsadasdas .pro_box h3 {
	color: #484848 !important;
	font-weight: bold !important;
	font-family: arial;
	text-decoration: none !important;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	/* min-height: 50px; */
}
.sadasdsadasdas .colservices {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	border: 1px solid#ccc;
}
.wpcf7-submit {
	background: red;
	padding: 1px 0;
	font-size: 17px;
	border: none;
	color: white;
}
.modal-content textarea.form-control {
	height: 73px !important;
}
.noErrorMsg.wpcf7-form label.error {
display: block !important;
}
.wpcf7-form label.error {
	display: block !important;

	color: #fff;
	font-size: 13px;
	float: none;
	padding-left: 5px;
}
.single-department img {
	width: 100% !important;
	float: left !important;
}
.single-department {
	width: 100% !important;
	float: left !important;
	margin: 0 0 46px 0;
	border: 1px solid #ccc;
	padding: 4px;
}
.media-heading {
	text-align: center;
	color: #383185;
	font-size: 16px;
	padding: 15px 0;
	font-weight: 500;
}
.media-top {
	width: 50%;
	margin: 0 auto;
	border: 2px solid #02a1e4;
	border-radius: 50%;
	padding: 22px 10px;
}
.media-top img {
	width: 70%;
}
.mainheadinngbanner {
	position: relative;
}
.newformdesign11 {
	background: #FFFFFF96;
	color: #fff !important;
	position: absolute;
	right: 3%;
	border-radius: 20px;
	padding: 80px 50px 0 50px;
	height: 100%;
	float: left;
}
.newformdesign11 textarea {
	height: 60px !important;
}
.wpcf7-form-control{
	margin: 5px 0;
}
.logo-title, .media-heading {
	font-family: Roboto;
	font-weight: 600;
	color: #000 !important;
}
h1, h2, h3, h4, h5, h6, p, b {
	font-family: Roboto !important;
}
.wpsm_panel-body {
	line-height: 27px !important;
	font-family: Roboto !important;
}
.wpsm_panel-heading {
	padding: 0;
}
.healthcare-best-sec .media-left img {
	border: 2px solid #01a0e3;
	border-radius: 50%;
	width: 50px;
}
.healthcare-best-sec .media-body h4, .healthcare-best-sec .media-body p {
    color: #000;
    font-size: 14px;
}
.media-body h4 {
    font-size: 22px !important;
    width: 100%;
    float: left;
    padding: 15px 0;
    
}
.Benefits-for-you-sec li {
	font-size: 16px;
	line-height: 32px;
}
.Benefits-for-you-sec li .fa {
	color: #383185;
}
.green {
	color: #02a0e3;
}
.red {
	color: #383185;
}
.footer b {
	font-size: 25px;
	line-height: 38px;
}
.footer li {
	font-size: 16px;
	line-height: 36px;
	font-family: Roboto;
}
.footer_bottom.text-center {
	float: left;
	width: 100%;
	margin-bottom: 44px;
	font-size: 16px;
	line-height: 33px;
	background: #3a3285;
	color: #fff;
}
.footer {
	background: url(images/conto.jpg);
	/* border-color: #ffffff;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid; */
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/conto.jpg', sizingMethod='scale')";
}
.wpcf7-spinner {
	display: none;
}

.blockpadd {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
	min-height: 250px;
}
@media(min-width:767px){.footer_bottom.text-center {margin-bottom: 0px;}}
@media(max-width:767px){.newformdesign11 {position: relative;right: 0;}}

.perodeucts {
	margin-bottom: 75px;
}
.slick-dots {
	display: none !important;
}