body{
    padding: 0;
    margin: 0;
    background: #F8F9FA;
}
#home{

    background: #F8F9FA;
}
#navbardiv1{

    background: #008FD5;
}
.custom-navbar{
    padding-top: 15px!important;
    padding-bottom: 15px;
    margin-top: 40px!important;;
    /*background: transparent!important;*/
}
.custom-followus{
    background: #008FD5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    padding: 8px;
    animation: smoothScroll 2s forwards;
    color:#fff;
    /*background: transparent!important;*/
}

.nav-link{
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
}
.navtab{
    padding-left: 10px;
}


.fixednav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    animation: smoothScroll 2s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-20px);
    }
    20% {
        transform: translateY(-90px);
    }

    100% {
        transform: translateY(0px);
    }
}

#welcome{

    /*background: #EDF1F2;*/
    background:url('../images/teamback.png');
    background-size: 100% 200%;
}

.welcome{
    /*padding: 5% 0;*/
    padding: 1% 0;
    background: rgba(237, 241, 242, 0.88);

}
#lifesciences{


}

.lifesciences{
    /*padding: 5% 0;*/
    padding: 3% 0;
    background: #EEF2F2

}
.hover-text{
    font-size: 1.3em;
    text-shadow: -4px 5px 7px rgba(19,18,51,0.91);
    transition: all 0.5s ease;
}
#triangle12{
    margin-top: 10px;display: none;
}
#triangle123{
    margin-top: 10px;display: none;
}
.lifesciences-tab-style{
    color : #fff;background:#008fd5;padding:10px;border-radius:5px;
}
.lifescience-tab-pane{
    padding: 40px 20px;border:2px solid #008fd5;margin-top:-5px;background: #008fd50d;
}
.lifesciences-circle1{
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width:200px;
    height: 200px;
    margin: auto;
    border: 10px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    transition: all 0.5s ease;
}
.lifesciences-circle1:hover{
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width:200px;
    height: 200px;
    margin: auto;
    border: 10px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
.lifesciences-circle1:hover .hover-text{
    font-size: 1.5em;
}
.lifesciences-circle1:hover .triangle{
    paddingn-top: 20px!important;
}
.lifesciences-circle2{
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width:100%;
    height: 100%;
    border-radius: 50%;
    border:10px solid #008FD5;
    margin: auto;
    background: #008FD5;
    padding: 50px 0;
    color:#fff;
}

.lifesciences-circle3{
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width:170px;
    height: 170px;
    margin: auto;
    #border: 10px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.lifesciences-circle4{
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width:100%;
    height: 100%;
    border-radius: 50%;
    border:10px solid #008FD5;
    margin: auto;
    background: #fff;
    padding: 50px 0;
    color:#008FD5;
}
.lifesciences-circle3:hover{
    width:200px;
    height: 200px;
    margin: auto;
    border: 10px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
    cursor: pointer;
}

.lifesciences-circle3:hover .lifesciences-circle4{
    width:100%;
    height: 100%;
    border-radius: 50%;
    border:10px solid #008FD5;
    margin: auto;
    background: #008FD5;
    padding: 50px 0;
    color:#fff;
    transition: all 1.5s ease;

}
.lifesciences-circle3:hover::after{
    transition: all 0.5s ease;
}

.triangle {
    width: 60px;
    height: 30px;
    border-top: solid 30px #008FD5;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

#purpose{

    background: #ffffff;
    background:url('../images/mission_vsn.PNG');
    background-size: 100% 100%;
}

.mission{
    /*padding: 5% 0;*/
    padding: 5% 0;
    color:#ffffff;
    #background: rgba(0, 144, 214, 0.9);

}
.vission-card{
    background: rgba(51,51,51,0.84);
    transition: all 1s;
}
.vission-card:hover{
    background: rgba(51,51,51,0.4);
    transform: scale(1.1) rotateZ(-0deg);
    -moz-transform: scale(1.1) rotateZ(-0deg);
    -webkit-transform: scale(1.1) rotateZ(-0deg);
    -o-transform: scale(1.1) rotateZ(-5deg);

}

.about-text{
    font-size: 1.5em;
}
blockquote {

    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}

#presence{
    padding: 5% 0;
    background: #008FD5;
    /*background:url('../images/bg.png');*/
}
#contactusform{

    /*background: #008FD5;*/
    background: url('../images/contactus-bg2.jpg') fixed;
    background-size: cover;
    /*box-shadow: inset 0px 0 40px rgba(0,0,0,1);*/
}

.contactus{
    padding: 5% 0;
    background: rgba(237, 241, 242, 0.1);

    min-height: 600px;
}
#milestones{

    background: url('../images/counterbg.JPG');
    background-size: 100% ;

}
.numberscountdown{

    padding: 5% 0;
    background: rgba(0, 123, 255, 0.90);

}
.counter-card{
    width: 18rem;
    padding: 50px 0;

    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    transition: all 0.4s ease-in-out;
}
.counter-card:hover{
    width: 18rem;
    padding: 50px 0;
    transform: scale(1.1) rotateZ(-0deg);
    -moz-transform: scale(1.1) rotateZ(-0deg);
    -webkit-transform: scale(1.1) rotateZ(-0deg);
    -o-transform: scale(1.1) rotateZ(-5deg);
    -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);

}
.carddiv{
    border:2px solid #008FD5;
    width:100px;
    padding: 23px 0;
    margin: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#milestones .stat {
    text-align: center;
    width: 20%;
    float: left;
}

#milestones .stat-desc {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
}

.input-md{
    border:1px solid #007bff;
    border-radius: 0;
    background: #fdfeff;
}
.control-label{
    color:#fff;
}
.required{
    color: #fff;
}
#ourteam{

    background:url('../images/teamback.png');
    background-size: 100% 100%;
}
.ourteam{
    padding: 5% 0;
    background: rgba(246, 246, 246, 0.88);

}

.presense-img-div{
    border-right:1px solid #D1DBE2;
    border-bottom:1px solid #D1DBE2;
    padding:25px;
    height: 150px;
}
.presense-img-div1{
    border-bottom:1px solid #D1DBE2;
    padding:25px;
    height: 150px;
}
.presense-img-div2{
    border-right:1px solid #D1DBE2;
    padding:20px;
    height: 150px;
}
.presense-img-div3{

    padding:25px;
    height: 150px;
}
.presense-img{
    width: 100%;
    height: 100%;
}

.team-name{
    color:#008FD5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.34em;
}
.changefontcolor{
   color:#333;
}

.top{

    position: relative;
}
.team123{

    position: relative;
}
.middle{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    text-align: center;
    padding-top: 12%;
    font-family: Raleway;

    color:#fff;
}
.teammiddle{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    text-align: center;
    padding-top: 55%;
    font-family: Raleway;

    color:#fff;
    display:table-cell;
    vertical-align:middle;
}
.container:hover .image {
    opacity: 0.3;
}

.top:hover .middle{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    background: rgba(0, 140, 186, 0.89);
    border: 1px solid #fff;
}
.team123:hover .teammiddle{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.89);


}
.top:hover .presense-img-div{


}

.padding0{
    padding: 0;
}
.padding5{
    padding: 5px;
}
.section_header.fancy h2 {
    font-size: 39px;
}
.welcometext {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 2.05em!important;
}
.lifescience-text {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 11px;
    font-size: 3.0em!important;
    text-shadow: 5px 5px 2px rgba(150, 150, 150, 1);
    top:0;
}
.news-text {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 3.0em!important;
    color: #ffffff;

}
.presensetext {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 2.05em!important;
    color:#212529;
}
.wayinia-text {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;

    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 1.5em!important;
}
.contactus-covrage {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 3.05em!important;
}
.divpad{
    padding:0;
}
.divpad1{
    padding:0!important;
}
.welcome-subtext{
    padding-right: 30px;
}


.teammiddle2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    text-align: justify;
    padding-top: 10px;
    color:#333;
    font-weight: normal;
    line-height: normal;
    font-size: 0.95em;
}

.team123:hover .teammiddle2{
    opacity: 1;
    /*transition: opacity 0.3s ease-in-out;*/
    background: rgba(255, 255, 255, 0.89);

    box-shadow:
            inset 0 0 0 16px rgba(255,255,255,0.6),
            0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}
.iconsocial{
    width: 40px !important;
}
.iconsocial:hover{
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}
.contactus-title{
    font-family: Raleway;letter-spacing: 1px;text-transform: uppercase;font-size: 1.3em;
}

#contactus{

    background: #008FD5;
}

.footerdiv{
    /*background:url('../images/footer.png')no-repeat;
    background-position: bottom;
    background-size:100%;*/
    background: rgba(0, 143, 213, 0.58);
    padding-top: 100px;
    padding-bottom: 100px;

}
.footerid{
    background: url('../images/contactus.jpg')!important;
    background-size: 100% 100%!important;
}
.footerdiv2{
    border-top:1px dashed #333;
    padding: 30px 10px;
    color: rgba(204, 204, 204, 0.55);
}




.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: rgba(255, 255, 255,1);
    right: 0;
    height:450px;
    bottom: 0px;
    padding-top: 10px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}


.closediv{
    float:right;
    margin-top: -42px;
    color:#EB001C;
    background: #EB001C;
    padding: 5px 8px;
    border-radius: 5px 5px 0 0;

}
.imgclose{
    width:60px;
    height: 60px;
}
.opendiv{
    float:right;
    margin-top: -80px;
    background: #0D449C;
}
#tweetscroll{
    max-height: 450px;
    overflow-y: scroll;direction: rtl;
}
#tweetscroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #ffffff;
    border-right: 1px solid #e2e2e2;
}

#tweetscroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #ffffff;
}

#tweetscroll::-webkit-scrollbar-thumb
{
    background-color: #EB001C;
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
.nav-item a{
    cursor: pointer;
}

#advanceglycosoreabo span{
    font-weight: 600;
}
#advanceglycosoreabo ul{
    margin: 0;
    padding-left:20px ;
}
.slide-innerpage{
    margin-top: 0;overflow: hidden;background: url('../images/lifescience-banner1.jpg')repeat-x;
    background-size: 100% 100%;
}
.news-banner{
    margin-top: 0;
    overflow: hidden;background: url('../images/news-banner.jpg')repeat-x;
    background-size: 100%
}
.patient-info-banner{
    margin-top: 0;
    overflow: hidden;
    background-size: 100% 100%;
}
.life-slides{
    padding: 200px 10px;
}
.press-slides{
    padding: 150px 10px;
}
.patient-slides{
    padding: 180px 10px;
}
.bg-white{

    background: transparent!important;
}
.bg-white1{

    background: transparent!important;
}
.mediatext{
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 1.0em!important;
}

@font-face {
    font-family: FontAwesome;
    src: url(http://www.wayinia.com/assets/fonts/FontAwesome.otf);
}

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;


}
.fancy-collapse-panel .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    /*background-color: #007BFF;*/
    /*color: #ffffff;*/
    position: relative;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.fancy-collapse-panel .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}

.panel-body1{
    background: #fff;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f196";
}

#patientinformation{
    padding: 20px 0;
}
.life-text{
    text-transform: none;font-size:1.5em!important;letter-spacing: 1px;
}
.faqdiv{
    background: #fff;
    padding: 10px;
    border-radius: 20px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    transition: all 0.5s ease;
}
.faqdiv1{
    background: #fff;
    padding: 0;
    border-radius: 10px 0;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    transition: all 0.5s ease;
}
.faq-padding-8px{
    padding: 8px;
}

.dashed-line{
    border-top: 1px dashed rgba(51,51,51,0.67);
    padding-top: 50px;
    margin-top: 30px;
}

.faq-black-back{
    padding: 20px;border: 1px solid #333;background: #333333;color: #fff;
}
.faq-normal-back{
    padding: 20px;border: 1px solid #333333;
}

.padding10-small{
    padding:10px 0!important;
}
.faq-img{
    width: 50%;
    margin: auto
}
/*//------------------------Media Query----------------------*/

@media (max-width: 1200px) {
    .welcome-subtext{
        padding-right: 0;
    }
    .press-slides{
        padding: 120px 10px;


    }
}
@media (max-width: 1100px) {
    .welcome-subtext{
        padding-right: 0;
    }
    .press-slides{
        padding: 100px 10px;


    }
}
@media (max-width: 990px) {
    .slide-innerpage{
        margin-top: 0;overflow: hidden;background: url('../images/lifescience-banner1.jpg')repeat-x;
        background-size: 100%
    }
    .life-slides{
        padding: 120px 10px;
    }
    .press-slides{
        padding: 90px 10px;


    }
}
@media (max-width: 767px) {
    .padding10-small{
        padding:10px!important;
    }
    .faq-img{
        width:70%;
        margin: auto
    }
    .patient-slides{
        padding: 100px 10px;
    }

    .faq-padding-8px{
        padding: 10px 15px!important;
    }
    .faqdiv{
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        transition: all 0.5s ease;
    }

    .news-banner{
        margin-top: 0;
        overflow: hidden;background: url('../images/news-banner.jpg')repeat-x;
        background-size: 100% 100%;
    }
    .patient-info-banner{
        margin-top: 0;
        overflow: hidden;background: url('../images/patientinformation.png')repeat-x;
        background-size: 100% 100%;
    }
    .press-slides{
        padding: 0;
    }

    .news-text {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.5em!important;
        color:#333333;

    }
    .bg-white{
        padding: 70px 10px;
        background: rgba(255, 255, 255, 0.48) !important;
    }
    .bg-white1{

        background: rgba(255, 255, 255, 0.48) !important;
    }

    .slide-innerpage{
        margin-top: 0;overflow: hidden;
        background: url('../images/lifescience-banner1.jpg')repeat-x;
        background-size: 100% 100%;
    }
    .life-slides{
        padding: 90px 10px;
    }

    .welcometext {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.75em!important;
    }

    .mediatext{
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.0em!important;
    }
    .presensetext {

        font-size: 1.75em!important;
    }

    .wayinia-text {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.1em!important;
    }

    .divpad{
        padding:10px;
    }
    .divpad1{
        padding:0 10px!important;
    }

    .about-text{
        font-size: 1.0em;
    }
    blockquote {

        position: relative;
        margin: 0.5em;
        padding: 0.5em 1em 0.5em 1em;
    }

    blockquote:before {
        font-family: Georgia, serif;
        position: absolute;
        font-size: 3em;
        line-height: 1;
        top: 0;
        left: 0;
        content: "\201C";
    }
    blockquote:after {
        font-family: Georgia, serif;
        position: absolute;
        /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
        float:right;
        font-size:3em;
        line-height: 1;
        right:0;
        bottom:-0.5em;
        content: "\201D";
    }


    .footerdiv{

        background: rgba(0, 143, 213, 0.58);
        padding-top: 30px;
        padding-bottom: 30px;

    }
    .footerid{
        background: #008FD5!important;

    }
}
@media (max-width: 534px) {

    .faq-img{
        width:100%;
        margin: auto
    }
    .welcometext {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.45em!important;
    }
    .presensetext {

        font-size: 1.45em!important;
    }

}
@media (max-width: 447px) {
    .dashed-line{
        border-top: 1px dashed rgba(51,51,51,0.67);
        padding-top: 20px;
        margin-top: 10px;
    }
    .mediatext{
        font-size: 0.8em!important;
    }
    .lifesciences-circle1{
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        width:170px;
        height: 170px;
        margin: auto;
        border: 10px solid #fff;
        border-radius: 50%;
        cursor: pointer;
    }
    .lifesciences-circle2{
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        width:100%;
        height: 100%;
        border-radius: 50%;
        border:10px solid #008FD5;
        margin: auto;
        background: #008FD5;
        padding: 30px 0;
        color:#fff;
    }

    .lifesciences-circle3{
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        width:140px;
        height: 140px;
        margin: auto;
        #border: 10px solid #fff;
        border-radius: 50%;
        transition: all 0.5s ease;
    }

    .lifesciences-circle4{
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        width:100%;
        height: 100%;
        border-radius: 50%;
        border:10px solid #008FD5;
        margin: auto;
        background: #fff;
        padding: 30px 0;
        color:#008FD5;
    }
    .lifesciences-circle3:hover{
        width:170px;
        height: 170px;
        margin: auto;
        border: 10px solid #fff;
        border-radius: 50%;
        transition: all 0.5s ease;
        cursor: pointer;
    }

    .lifesciences-circle3:hover .lifesciences-circle4{
        width:100%;
        height: 100%;
        border-radius: 50%;
        border:10px solid #008FD5;
        margin: auto;
        background: #008FD5;
        padding: 30px 0;
        color:#fff;
        transition: all 1.5s ease;

    }
    .lifesciences-circle3:hover::after{
        transition: all 0.5s ease;
    }

    #advanceglycosoreabo ul{
        list-style: none;
        padding: 5px;
    }
    #advanceglycosoreabo ul>li{
        border-bottom: 1px solid #dedede;
    }
    #advanceglycosoreabo td{
        padding: 0;
    }
    .welcometext {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.15em!important;
    }
    .presensetext {

        font-size: 1.15em!important;
    }
    .contactus-covrage {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.4em!important;
    }
    .contactus-title{
        font-family: Raleway;letter-spacing: 1px;text-transform: uppercase;font-size: 1.0em;
    }

}
@media (max-width: 359px) {
    .mediatext{
        font-size: 0.65em!important;
    }
    #advanceglycosoreabo span{
        font-weight: 600;
    }
    #advanceglycosoreabo p{
       font-size: 0.8em;
    }

    .welcometext {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.0em!important;
    }

    .lifescience-text {
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.1;
        margin-top: 22px;
        margin-bottom: 11px;
        font-size: 1.0em!important;
    }

    .presensetext {

        font-size: 1.0em!important;
    }

}

/*..... GALLERY ......*/
.gallery{ padding:90px 0;}
.gallery-sec .detail{ background-color: #fff;  padding: 20px 0; text-align:center; margin:-4px 0 0 0;}
 .gallery-sec .detail span{color:#4f4f4f;}
 .paging{ text-align:center; margin:70px 0 0 0;}
.paging a{ background: #fff;  border: solid 1px #d3d3d3; color: #4f4f4f;  width: 48px;  height: 48px;  padding: 9px 14px;  margin: 0 1px;}
 .gallery-sec{ display:block; margin:0 0 45px 0;}
.cbp.main-gallery .gallery-sec{margin:0 0 0 0;}
.gallery-sec .detail h4{color:#02adc6; font-size: 12px !important;}
.gallery-sec:hover .detail { background-color: #02ADC6;}
 .gallery-sec:hover .detail h4{ color:#fff;text-decoration: underline;}
.gallery-sec:hover .detail span{ color:#fff;}
.layer i{ color:#fff; position:absolute; bottom:36%; left:45%; padding:14px 14px; width:55px; height:50px;  font-size: 26px;}
.gallery-sec .detail {
    border-bottom: solid 4px #02ADC6;width: 76%;
}
 .paging a:hover{ color:#fff;}
.paging a.selected{ color:#fff;}
.img-layer-slide-left-right .layer {position:absolute;top:0px;right:100%;bottom:0px;left:0px;background:rgba(0, 0, 0, 0.72);opacity:0}
.gallery-sec:hover .img-layer-slide-left-right .layer {opacity:1;right:0%}
a .img-layer-slide-left-right .layer{transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;}
.gallery-sec:hover .img-layer-slide-left-right .layer{transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.layer { position:relative;}
.layer a{color:#fff;   top: 43%;  position: absolute; left:50%;}

/****** image hover ******/
.image-hover * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.image-hover {width:auto;height:auto;display:inline-block;overflow:hidden;    position: relative;}
.image-hover a {text-decoration:none}