/* 

Urbanic Template 

http://www.templatemo.com/free-website-templates/395-urbanic

*/

body,
html {
    overflow-x: hidden;
}


body {

    background-color: #ffffff;
    font-family: 'Open Sans' !important;
    font-size: 14px;
    color: #333333;
    text-align: justify;

    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; } */

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.img-rounded {
    border-radius: 50% !important;
    width: 50% !important;
}

img:hover {
    border: 3px solid #0070c0;
}

@keyframes border-move {
    from {
        border-color: white;
    }

    to {
        border-color: #0070c0;
    }
}

/*---content----*/
.grid {
    text-align: center;
    box-shadow: 0px 0px 2px rgb(0, 0, 0);
    padding: 0px 0px 20px 0px;
    margin: 10px;

}

/* rs guest visit and celebrations ele alignment in row axis */
.visit-row-aligning {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid-content-flex {
    display: flex;
}

.grid img {
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

.grid img:hover {
    opacity: 0.8;
}

.grid p {
    line-height: 1.8em;
    color: #0066CC;
    padding: 15px 5px;
    font-size: 18px;
    /* font-family: Calibri; */
    text-align: left;
}

.our_blog h3,
.team h3 {
    font-size: 2.2em;
    color: #0160a4;
    text-align: center;
    margin-bottom: 1em;
    font-family: 'LobsterTwo-Regular';
}

.grid a {
    padding: 15px 0px;
    color: #0160A4;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    transition: all .9s;
}

.grid a:hover {
    color: #666;
}

.grid h2 {
    font-size: 27px;
    color: #666;
    text-transform: uppercase;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 15px;
    background: #0160A4;
}

.boldheading {
    font-family: 'Fjalla One', sans-serif;
    color: #0160A4;
    font-size: 1.5em;
    text-indent: 1px;
    padding: 20px 0;
}

.heading {
    font-family: 'Fjalla One', sans-serif;
    color: #0160A4;
    font-size: 2em;
    text-indent: 30px;
    padding: 20px 0 0;
    text-transform: uppercase;
}

/*-----*/

.wrap {
    /* width:1060px; */
    width: 80%;
    margin: 0 auto;
    font-family: Calibri;
}

.templatemo_clear {
    clear: both;
}

.height30 {
    height: 30px;
}

.templatemo-top-bar {
    min-height: 2px;
    background-color: #0099FF;
}

.templatemo-top-menu {
    min-height: 110px;
    background-color: #ffffff;
    z-index: 5000;
    width: 100%;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 1px;
    padding: 10px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 10px 0 0 0;
}

/* ------ Carousel ----- */

#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom: 0;
    height: 500px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 500px;
}

#templatemo-carousel .carousel-inner>.item>img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }

    .wrap {
        width: 90%;
    }

    .grid {
        /*width: 29.5%;*/
    }

    .grid h2 {
        font-size: 18px;
    }

    .content-bottom h1 {
        font-size: 22px;
    }

    .content-bottom {
        margin: 21px 26px 21px 10px;
    }

    .grid-content-flex {
        display: block;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom: 0;
        height: 500px;
    }

    .wrap {
        width: 85%;
    }

    .content-left,
    .content-right {
        width: 33.2%;
    }
}


/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    border-bottom: 0px solid #cccccc;
    min-height: 30px;
}

.templatemo-slogan {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    /* margin: 30px 0;  rs reducing mt*/
    margin: 15px 0;
    color: #333333;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.templatemo-service {
    margin-bottom: 100px;
    margin-top: -40px;
}

.templatemo-service-item {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.templatemo-service-item p {
    font-weight: lighter;
    text-align: justify;
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 12px;
    /* font-size: 12px; */
    font-size: 14px;
    color: #333333;
}

/* aligning (vertical) para tag text  */
ul#lightSlider li p.subheader,
ul#lightSliderRTeam li p.subheader,
ul#lightSliderRAwardFunction li p.subheader,
ul#lightSliderRGuestVisit li p.subheader,
ul#lightSliderRCelebrations li p.subheader {
    margin-top: -8px;
    font-size: 0.85em;
}

/* rs in slider text is hidden behind slider img */
/* ul#lightSliderRCelebrations li.gallery p.subheader{
    margin-top: 2px;
}
ul#lightSliderRGuestVisit li.gallery p.subheader{
    margin-top: 2px;
}
ul#lightSliderRTeam li.gallery p.subheader{
    margin-top: 2px;;
} */


.btn-orange {
    background-color: #0070c0;
    border-bottom: 2px solid #b50b91;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    /* rs for contact pg send btn */
    background-color: #f1c50e;
    color: black;
    font-weight: bold;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-color: #b50b91;
    color: #ffffff;
}

.btn-green {
    background-color: #2ecc71;
    border-bottom: 2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color: #ffffff;
}

.nav>li>a {
    /* padding: 10px 20px; */
}

/* this effect is overwritten by renal-navbar li a:hover ln-1021 */
/* .nav > li > a:hover,
.nav > li > a:focus {
    background-color: #0070c0;
    color:#fff;
} */

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #0070c0;
    font-size: 18px;
    border-bottom: #0070c0 3px solid;
    padding-bottom: 3px;
    animation: border-move 2s infinite;
}


.nav>li>a {
    color: #929292;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /*border-bottom:#ec27d0 thick solid;*/
    color: #0070c0;
    /*font-weight: 400;*/
    font-weight: bold;
    background-color: #FFFFFF;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px;
    padding: 16px 20px 20px;
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color: #0070c0;
    min-width: 298px;
    height: 67px;
    color: #fff;

}

.team_hr {
    border: 1px solid #fff;
    width: 37.5%;
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px;
}

.team_hr_right {
    margin-left: 30px;
    margin-right: 15px;
}

.line-text-center {
    display: flex;
}

.hr_gray {
    border: 1px solid #f236ca;
    flex: 1;
}

.templatemo-team {
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    min-height: 690px;
    color: #ffffff;

}

#templatemo-abts,
#templatemo-product,
#templatemo-partner {
    margin-bottom: 30px;
}

#templatemo-partner .partner-align{
    display: flex;
    
}
#templatemo-partner .partner-align li:nth-child(2){
    width: 100%;
    
}

/* rs at xs btn is overlapping next img product section (also removing margin =2%) */
#templatemo-product .container ul.row_team {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 15px;
}


.productclass {
    /* border: black 1px solid; */
    border-radius: 15px !important;
    /* box-shadow: 2px 3px 8px rgba(0,0,0,0.5); */
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  
    padding-bottom: 10px;
    margin-top: 10px;
    background: linear-gradient(to right, #FFFFFF, #6DD5FA, );
    background: white;
}

#templatemo-product .productclass{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.templatemo-line-header {
    /*margin-top:50px;*/
    /*margin-bottom:80px;*/
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
    /* rs for aligning award image */
    /* display: flex;
    justify-content: center; */
    /*  */
    margin-bottom: -40px;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float: left;
    margin-right: 5px;
}



.team-inner {
    margin-top: 10%;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.team-inner-subtext {
    /* font-weight: normal; */
    font-weight: 600;
    font-size: 13px;
    text-align: justify;
}

#templatemo-certificates .row_team {
    /*margin-left:-20px;*/
    margin-top: 1px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* reducing gap bw img and text */
.row_team .team-inner p:first-child {
    /* margin-top: 20px;
    margin-bottom: 10px; */
}

.renal-awards li .team-inner p:first-child {
    margin-top: -50px;
}

/* centering awards */
#templatemo-awards ul.renal-awards {
    display: flex;
    justify-content: center;
}

ul.renal-awards {
    margin-top: -40px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
    width: 200px;
    /* rs for award img overflowing */
    padding: 10px;
}

/* modal popup for team */
.modal-body{
    font-family: math, sans-serif;
}
/* for showing award img as popup */
.modal4img {

    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 10px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
}

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

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.closebtn {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;

}

.closebtn:hover,
.closebt:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



.templatemo-project-box.gallery-box {
    width: auto;
    height: auto;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.team-gallery .templatemo-project-box {
    width: auto;
    height: auto;
}

.project-overlay {
    background: rgba(0, 0, 0, .75);
    border: 1px solid #0070c0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    padding-top: 40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width: 70%;

}

.templatemo-project-gallery li {
    /* margin:18px; */
}


#templatemo-team ul.team-gallery {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    margin: 0;
    /*991 to 1200 team img overflowing heading*/
}

.txt_darkgrey {
    color: #0066CC;
}

.txt_orange {
    color: #e67e22;
    /* color: white; */
}

.txt_slogan {
    font-size: 14px;
    color: #929292;
}

.templatemo-line-header span {
    font-size: 24px;
    font-weight: 600;
    float: left;
    margin-top: 4px;
}

.team_box div {
    text-align: center;
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 30px;
}

.blog_post {
    color: #333333;
    padding: 10px;
}

.blog_header {
    font-weight: bold;
    font-size: 16px;
}

.blog_text {
    text-align: justify;
    /* font-size: 14px; */
    font-size: 15px;
    margin-top: 5px;
    /*20px*/
}

#templatemo-contact {
    /* margin-top:20px;   for bg color*/
    border-top: 0px solid #cccccc;
    font-size: 14px;

}

.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

/* rs addign flex in contact page */
/* #templatemo-contact .contactpg{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-around; 
    flex-wrap: wrap;  *
    align-items: center; 
    /* background-color: whitesmoke;  *
    background-color: transparent;
    padding: 10px 0;
} */
#templatemo-contact .renalContactInfo {
    text-align: center;
    /* text-wrap: wrap; */
}

#templatemo-contact .renalContactInfo h4 {

    text-align: center;
    font-weight: bold;
    color: #f1c50e !important;
}

#templatemo-contact .renalContFormDiv {
    background-color: white;
    padding: 20px;
}

#templatemo-contact .renalContFormDiv .renalContactForm h4 {
    text-align: center;
    font-weight: bold;
}

#templatemo-contact .contactpg .renalContactForm form input,
textarea {
    border: none !important;
    border-bottom: 3px solid black !important;
}

/* rs for bg color */
.contact_right {
    color: white;
}



.head_contact {
    /* padding-bottom:80px;  rs*/
    padding-bottom: 35px;
    margin-bottom: 0;
}

.contact_right img {
    margin-right: 5px;
}

.contact_right form {
    padding-left: 15px;
    padding-right: 15px
}

.tweet_txt {
    border-left: 2px solid #ffffff;
    min-height: 160px;
}

.twitter_user {
    color: #FFFF33;
    font-size: 14px;
    float: right;
}

.templatemo-partners {
    border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
    /* border-top: 2px solid #cccccc;  */
    /* margin-top: 100px;  commenting for bg color */
}

.footer_container {
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer_bottom_content {
    margin: auto;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333333;
}

.footer_bottom_content2 {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

ul#video {
    padding: 10px 0 0 10px;
}

ul#video li {
    display: inline;

}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}


/* rs making read more btn for partner section */

#moretxtSwasthya,
#moretxtEHealthE,
#moretxtBMSIT,
#moretxtPESIT,
#moretxtVinyas,
#moreTextIITK {
    display: none;
}

.extraContents {
    display: none;
}

.showmoretext {
    display: inline !important;
}

/* *********** */

/* rs partner section */
#templatemo-partner .container .blog_box .blog_post {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    background-color: white;
    margin: 10px;
    border-radius: 10px !important;
    /* adding font for partner section p */
    font-family: sans-serif;
}

#templatemo-partner .container .blog_box .blog_post img {
    max-width: 80%;
}

/* ********** */

/* changing bg color */ 
.templatemo-footer {
    /* #f5efea,#f6f9fc,#4b79a1, #d2e8f3, #e1f1f8, #0072a7  */
    background: linear-gradient(90deg, #000428, #004e92);
}

#templatemo-abts {
    background: linear-gradient(to right, #FFFFFF, #6DD5FA, #fdfdfd);
    margin-top: -1.4%;
}

#templatemo-contact {
    background: #4b79a1;
    padding-bottom: 50px;
}

#templatemo-product {
    padding-bottom: 20px;
    margin-bottom: 0;
    /* background: #f6f9fc; */
    background: linear-gradient(355deg, #fdfdfd, #6DD5FA, #FFFFFF);
    /* margin-top: -1.7%; */
    margin-top: -2.2%;
}

#templatemo-partner {
    background: #d2e8f3;
    margin-bottom: 0;
    background: linear-gradient(148deg, #fdfdfd, #6DD5FA);
}

#templatemo-awards {
    background: #e1f1f8;
    background: radial-gradient(circle, #6DD5FA, #fdfdfd, #FFFFFF);
}

#templatemo-certificates {
    background: #94b9cc;
    background: linear-gradient(90deg, #fdfdfd, #6DD5FA, #FFFFFF);
}

#templatemo-team {
    background-color: aliceblue;
    background: radial-gradient(circle, #6DD5FA, #fdfdfd);;
}

#templatemo-portfolio {
    background: #f9fcfb;
    padding-bottom: 35px;
    background: linear-gradient(-6deg, #6DD5FA, #fdfdfd,#6DD5FA);

}

#templatemo-news {
    background: #d2e8f3;
    margin-bottom: 0;
    background: linear-gradient(148deg, #fdfdfd, #6DD5FA);

}

ul.templatemo-project-gallery li a img:hover,
li.gallery img:hover,
ul.row_team img:hover {
    border: 3px solid #0070c0;
    scale: 1.1;
    transition: ease-out 0.3s;
}

/* removing scaling effect form slides */
#templatemo-portfolio .sliderWrapperDiv .sliderWrapper img:hover {
    scale: 1;
}

#templatemo-news .sliderWrapperDiv .sliderWrapper img:hover {
    scale: 1;
}

/* brochure btn */
.NIS-brochure-btn,
.PHC-brochure-btn,
.SLEDD-brochure-btn {
    /* background-color: dodgerblue; */
    background: transparent;
    border: 2px solid dodgerblue;
    color: darkblue;
    width: 100%;
    text-align: center;

    padding: 5px 15px;
    padding-bottom: 8px;
    font-size: 0.9em;
    font-weight: 600;
    vertical-align: middle;
}

.NIS-brochure-btn span,
.PHC-brochure-btn span,
.SLEDD-brochure-btn span {
    font-size: 1.5rem;
    margin-right: 15px;
    font-weight: 600;
}

.NIS-brochure-btn:hover,
.PHC-brochure-btn:hover,
.SLEDD-brochure-btn:hover {
    background-color: dodgerblue;
    color: white;
}


.templatemo-gallery-category a {
    color: #333333;
}

.templatemo-gallery-category a.active {
    color: #e67e22;
    text-decoration: none;
}

.templatemo-gallery-category a:focus {
    color: #e67e22;
    text-decoration: none;
}

.templatemo-gallery-category a:hover {
    color: #e67e22;
    text-decoration: none;
}

.link_orange:hover {
    text-decoration: none;
}

.templatemo-project-gallery {
    margin: 0 0 0 0;
    margin-top: 30px;
    margin-left: -40px;
}

/* due to m-left=-40px slideshow affecting */
.sliderContainer .demo .lSSlideOuter .usingCss ul.templatemo-project-gallery {
    margin-left: 0;
}

.templatemo-project-gallery li {
    list-style: none;
    margin-bottom: 25px;
    /*rs for award img aligning  */
    padding-right: 10px;
}

/* rs adding close btn for slideshow */
.popup {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -10;
}

.popup p {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    z-index: 11;

}

.showss {
    opacity: 1;
    z-index: 10;
}

.popup .closeslide {
    font-size: 3rem;
    background: aqua;
    width: 40px;
    border-radius: 50% !important;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20%;
    text-align: center;
    cursor: pointer;
}

.popup .imgsrc {
    align-self: center;
    width: 35%;
    height: auto;
}

.popup .imgsrc img {
    width: 100%;
    height: auto;
}

/* ******* */
/* rs adding viewprofile btn in team gallery */
ul.team-gallery li.gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

ul.team-gallery li.gallery button {
    font-size: 12px;
    text-align: center;
    border: 1px solid;
    padding: 3px 5px;
    font-weight: bold;
    margin-top: -6px;
}

/* for slider centering */
/* .sliderContainer{
        display: flex;
        justify-content: center;
    } */


/* rs adding flex to show more than one slide in a row */
#templatemo-portfolio .sliderWrapperDiv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* decreasing gap bw title and slider */
.sliderWrapperDiv .sliderWrapper h4.g-title {
    margin-bottom: -20px;
}

#templatemo-news .sliderWrapperDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* navbar */
.renal-navbar .navbar-header a {
    padding: 5px 15px;
}

.renal-navbar .navbar-header a img {
    width: 200px;
}

.renal-navbar .navbar-nav li a {
    color: white;
    font-weight: 600;
    font-size: 1.4rem;
}

.renal-navbar .navbar-nav li a:hover {
    /* color: darkblue; */
    scale: 1.4;
    border-bottom: 1px solid darkblue;
    background-color: transparent;
}

/* ********* */

.pillar {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}

.templatemo-project-gallery li img {
    cursor: pointer;
    margin: 0 auto;

    border: 1px solid;
    border-radius: 25px !important;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-top: 100px;
}

.gallery-title {
    text-align: left;
    text-transform: uppercase;
    padding-left: 30px;
    color: #0070c0;
    font-weight: bold;
}

/* rs new gallery-title for slider*/
.g-title {
    text-transform: uppercase;
    /* padding-left: 30px; */
    color: #0070c0;
}

/* certificate */
#templatemo-certificates ul.row_team li.gallery .gallery-box {
    min-width: 100px;
}


.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
    margin-top: 30px;
    margin-bottom: 80px;
}

.blog_box {
    /* margin-left: -12px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

/* rs resziging philosophy img */
#templatemo-abts .blog_box img {
    max-width: 80%;
}

@media (min-width:991px) and (max-width:1200px) {

    .templatemo-project-box,
    .project-overlay {
        height: 170px;
        width: 170px;
    }

    /* to give margin on meet the team section */
    /* .templatemo-project-gallery { 
        margin-left: -70px;
    } */

    /* rs for slider at this range removing overflowing */
    /* ul#lightSlider.templatemo-project-gallery, ul#lightSliderRTeam, ul#lightSliderRAwardFunction, ul#lightSliderRGuestVisit, ul#lightSliderRCelebrations{
        margin-left: 0;
    } */


    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,
    .team_box_over {
        height: 220px;
        width: 220px;
    }

    /* #templatemo-product .container ul.row_team:nth-child(2){
        margin-left: 30px;
    } */

}


/* rs for our philosophy section givning line height to policy ele */
@media (min-width: 991px) {
    #templatemo-abts .blog_box ul {
        line-height: 1.8;
    }

}

/* show 4 products in lg screen */
@media (min-width: 1200px){
    #templatemo-product .col-lg-3 {
        width: 22%;
    }
}

@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
        /* rs for rp */
    }

    .templatemo-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }

    /* rs decreasing fontsize of philosophy section */
    /* #templatemo-abts .blog_box li{
        font-size: 12px;
    }
    #templatemo-abts .blog_box li h1{
        font-size: 20px;
    } */

    /* partners aligning 2nd div */
    #templatemo-partner .blog_box{
        display: inline-block;
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }

    .templatemo-project-box,
    .project-overlay {
        height: 130px;
        width: 130px;
        padding-top: 0px;
    }

    .templatemo-project-gallery {
        /* aligning slider btns  */
        margin-left: 10px;
    }

    .blog_box {
        margin-right: -140px;
    }

   
}


@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    /* rs for navbar applying d-flex above 768px width */
    .renal-navbar {
        background: rgb(18, 125, 168);
        display: flex;
        justify-content: space-around;
        padding: 0;
        margin: 0;
        align-items: center;
        background: #2980B9;
        background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
        background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
    }

    /* for contact pg  */
    #templatemo-contact .contactpg {
        display: flex;
        flex-direction: row;
        align-items: center;
        /* justify-content: space-around; 
    flex-wrap: wrap;  */
        align-items: center;
        background-color: whitesmoke;
        /* background-color: transparent; */
        padding: 10px 0;
    }
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;

    }

    .templatemo-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }

    .wrap {
        width: 90%;

        .grid {
            width: 92.5%;
        }

        .grid img {
            display: none;
        }

        .gallery-title {
            text-align: center;

        }

    }

    /* making slider center at this size */
    #templatemo-portfolio .sliderWrapperDiv {
        display: flex;
        justify-content: center;
    }

     #templatemo-news .sliderWrapperDiv {
        display: flex;
        justify-content: center;
    }

    /* changing font color */
    .renal-navbar .navbar-nav li a {
        color: black;
        background-color: #0099FF;
    }


    /* contact page  */
    #templatemo-contact .renalContactInfo {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* philosophy section */
    #templatemo-abts .blog_box .row:nth-last-child(1){
        margin-left: 0;
    }


}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;

    }

    .templatemo-service-item-header {
        font-size: 16px;

        padding: 23px 10px 22px;
    }

    .templatemo-header-orange {
        min-width: 0px;
    }

}

@media (min-width:991px) and (max-width: 1200px) {
    .team_hr {
        width: 37%;
    }

    /* rs team section left margin aligning */
    #templatemo-team ul.team-gallery {
        margin: 0;

    }
}

@media (min-width:683px) and (max-width: 991px) {
    .team_hr {
        width: 33%;
    }
}

@media (min-width:585px) and (max-width: 683px) {
    .member-thumb .thumb-overlay {
        padding-left: 25%;

    }

    .team_hr {
        width: 30%;
    }
}

@media (min-width:536px) and (max-width: 585px) {
    .team_hr {
        width: 28%;
    }
}

@media (min-width:410px) and (max-width: 536px) {
    .team_hr {
        width: 21%;
    }
}

@media (max-width: 410px) {
    .team_hr {
        width: 11%;
    }
}

@media(max-width: 768px) {
    .row.row_team {
        flex-direction: column;
        color: #000;
    }

    .templatemo-project-box {
        margin: 0 auto;
    }
}