﻿@import url(https://fonts.googleapis.com/css?family=Dosis:400,700,200,300,500,600,800);

/*@font-face {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    
}
@font-face {
    font-family: 'Dosis', sans-serif;
    font-style: italic;
    font-weight: 400;
    
}
@font-face {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 700;
    
}*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300italic,400italic,700,900,700italic,900italic,300);

/*@font-face {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    
}
@font-face {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 400;
    
}
@font-face {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    
}*/

body
{
    font-family:'Lato';
    color:#6d6e71;
    font-size:22px;
    font-weight:300;
    line-height:30px;
    margin:0 auto;
}

.container {
    width:100%;
    min-width: 320px;
    max-width: 1150px;
  }
h2 {color:#00a4e4;}

a {
    color:#2cb99c;
}
a:hover {
    color:#2cb99c;
}

.nopad { padding:0!important;}
fieldset { width:100%;}
/* FOOTER */
.footer {
    background-color: #f0f0f0;
    padding:60px 0px 30px;
}
.footer .label {
    display:inline-block;
    padding:0;
    margin-bottom:10px;
    font-family:Dosis;
    font-size:18px;
    font-weight:600;
    color:#6d6e71;
}
.footer ul {list-style-type:none;padding :0; margin:0; }
.footer ul li a{
    display:inline-block;
    font-family:Dosis;
    font-size:18px;
    font-weight:400;
    color:#6d6e71;
    padding:8px 0;
}

.footer .form {position:relative; max-width:360px;}
.footer .form input[type=text] {
    font-family:Lato;
    font-size:18px;
    font-weight:300;
    background-color:#fff;
    width:100%;
    max-width:360px;
    padding:15px 10px;
    border:none;
    margin-bottom:4px;
}

.footer .form input[type=submit] {
    display:block;
    font-family:Dosis;
    font-size:17px;
    font-weight:600;
    background-color:#2cb99c;
    color:#fff;
    width:220px;
    padding:0;
    height:46px;
    line-height:46px;
    border:0;
    border-bottom:3px solid #179c81;
    margin-top:25px;
}
.footer .form input[type=submit]:hover {background-color:#179c81;}
.footer .google-map{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.footer .google-map iframe{
    left:0;
    top:0;
    height:100%;
    /*max-height:250px;*/
    width:100%;
    position:absolute;
}

.footer .bottompane {
    font-family:Dosis;
    font-size:17px;
    font-weight:300;
    padding:40px 0 0 0;
}
.footer .bottompane a {
    color:#6d6e71;
    font-weight:600;
    text-decoration:underline;
}
.footer .bottompane a:hover { text-decoration:none;}

.backtotop {
    background-position:center bottom;
    background-repeat:no-repeat;
    position:relative;
}
.backtotop::after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border:0;
    border-bottom: 6px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to right, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
}
.backtotop > .container {
    height:5px;
    position:relative;
}

.backtotop .backtotop-button {
    position:absolute;
    right:0;
    bottom:0;
    width:70px;
    height:60px;
    background:#2cb99c url(../Images/up-arrow.png) center center no-repeat;
    cursor:pointer;
}
/* FOOTER */

/* NAVBAR */
.navbar {margin-bottom:0; font-family:'Dosis';border: 0 none;}
.navbar-wrapper .navbar .container {
   width:auto;
   padding:0;
}

.nav.navbar-nav {
   width:100%;
   margin:0;
}
.navbar-brand {
   height:auto;
   padding-top:27px;
   padding-bottom:27px;
}
.nav.navbar-nav li{
   display:inline;
   width:14.28571428571429%;
}
.navbar-nav > li > a {
   font-size:17px;
   font-weight:600;
   color: #6d6e71;
   height:50px;
   border-top:2px solid #f0f0f0;
   text-align:center;
   white-space:nowrap;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus { color: #fff; border-top:2px solid #42c2d9; background-color:#42c2d9; background-image:none;}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {color: #fff;border-top:2px solid #42c2d9; background-color:#42c2d9;}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
   border-top:2px solid #42c2d9;
   background-color: transparent;
   color: #27a4ba;
}

.navbar-nav > li > .dropdown-menu {
    background-color:#27a4ba;
    border:0;
    border-radius:0;
    min-width:initial;
    left:0;
    right:0;
    padding:0;
}

.navbar-nav > li > .dropdown-menu li a {
    font-size:15px;
    font-weight:600;
    color:#fff;
    padding:0;
    display:block;
    height:48px;
    border-top:2px solid #27a4ba;
    text-align:center;
    line-height:50px;
}
.navbar-nav > li > .dropdown-menu li a:hover, .navbar-nav > li > .dropdown-menu li a:focus {
    background-color:#1b8fa3;
    border-top:2px solid #107a8c;
}

.smenu {
   /*float:right;*/
   height:100px;
   padding-top:27px;
   padding-bottom:27px;
}
    .lang {float:right; line-height:45px; text-align:center;}
    .lang a { 
        font-family:'Dosis';
        font-size:16px;
        color:#2cb99c;
        font-weight:600;
    }
    .lang a:first-child{margin-right:40px;}
    .launch {
        float:right;
        color:#fff;
        text-align:center;
        line-height:42px;
        width:120px;
        height:45px;
        border-bottom:5px solid #179c81;
        padding:0;
    }
    .launch a {
            text-decoration:none;
            font-family:'Dosis';
            font-size:17px;
            color:#fff;
            font-weight:600;
            display:block;
            background-color:#2cb99c;
        }

    .launch a:hover {background-color:#179c81;}
    .launch.sm { margin-right: 80px; margin-top: 28px;}

#ChangeToggle {
    margin-top: 36px;
    padding: 0;
}
#hamburger {
    display:block;
    width:33px;
    height:28px;
    background:url(../Images/hamburger.png) no-repeat center;
}
#hamburger-close{
    display:block;
    width:33px;
    height:28px;
    background:url(../Images/hamburger_close.png) no-repeat center;
}



/* NAVBAR */

.top-banner {
   background-color:#b1b2b4;
   background-repeat:no-repeat;
   background-position:50% 0;
   background-size:cover;
   margin: 0 auto;
   position:relative;
}
.top-banner::after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:url(../Images/topline-shadow.png) 50% 0 repeat-x;
    border:0;
    border-top: 6px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to right, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
}
.top-banner.about { }
.top-banner.general { }
.top-banner.contactus { }
.top-banner .top-banner-context {color:white; padding-top:90px; padding-bottom:65px;z-index: 10;}
.top-banner .top-banner-context .title { font-family:'Dosis'; font-size:50px; color:#fff; line-height:60px; font-weight:600; margin-bottom:20px; overflow:hidden;}
.top-banner .top-banner-context .description {font-size:20px; line-height:25px; font-weight:300; max-width:460px; margin-bottom:40px; overflow:hidden;}
.top-banner .top-banner-context .launch {
    float:left;
    width:100%;
    max-width:200px;
    display:block;
    min-height:65px;
    line-height:60px;
    background-color:#2cb99c;
    padding: 0;
}
.top-banner .top-banner-context .launch a{
    font-family:Dosis;
    font-size:20px;
    font-weight:600;
    color:#fff;
}

.top-banner-context-notitle { text-align:center; padding:40px 15px; }
.top-banner-context-notitle .description {font-size:20px; line-height:25px; font-weight:300; margin-bottom:40px; overflow:hidden;}
.contactus .top-banner-context-notitle { padding-bottom:0;}
.top-banner-context-notitle .launch {
    float:none;
    font-family:Dosis;
    font-size:20px;
    font-weight:600;
    color:#fff;
    width:100%;
    max-width:200px;
    display:block;
    min-height:65px;
    line-height:60px;
    background-color:#2cb99c;
    padding: 0;
    margin:0 auto;
}

.head h2{font-family:'Dosis'; font-size:32px; font-weight:600; padding-bottom:30px; margin:0;}

.top-banner.onlytitle .top-banner-context {
    padding-bottom: 13%;
    padding-top: 13%;
}
.top-banner.onlytitle .top-banner-context .title{
    margin-bottom:0;
}

.top {text-align:center; padding-top:60px; padding-bottom:60px; background-color:#fff;}
.contactus .top {padding-bottom:0; }
/* STI Symptoms */

.sti { padding-bottom:70px;background-color:#f0f0f0;}
    .sti .head { text-align: center; padding-top:60px; padding-bottom:45px;
    }
    .sti .text {
        font-size:22px;
        line-height:30px;
        font-weight:300;
    }
.options {float:left; width:100%; text-align:center;}
.options .col-md-4 {
    color: #1b8fa3;
    display: inline-block;
    float: none;
    height: 210px;
    max-width: 395px;
    overflow: hidden;
    padding:0;
    padding-right:20px;
    padding-bottom:20px;
    margin:0;
    width: 32.333%;
    vertical-align:top;
}
.options .col-md-4:nth-child(3n+1){ padding-left:15px;}
.options a{ 
    display:block;
    width:100%;
    height:100%;
    color:#1b8fa3;
    padding:20px;
    background-color:#fff;
    border: 4px solid transparent;
    text-align:left;
    position:relative;
    line-height:19px;
    font-size:19px;
    /*transition: all 0.5s ease;*/
}
.options span.title{
    font-size:19px;
    font-weight:700;
    color:#1b8fa3;
}
.options span.more{ 
    font-family:'Dosis';
    font-size:20px;
    font-weight:normal;
    color:#2cb99c;
    position:absolute;
    bottom:20px;
    left:20px;
}
.options div.over{
    font-weight:normal;
    color:#fff;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    padding:20px;
    background-color:#1b8fa3;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
}
.options .col-md-4:last-child a {
    border: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to bottom, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
    text-decoration:none;
}
.options a:hover { color:#fff!important; text-decoration:none;background-color:#1b8fa3;}
.options a:hover div.over { visibility: visible; opacity: 1;}
.options a:hover span.title, .options a:hover span.more{ color:#fff; }
.options .col-md-4:last-child a:hover {border:0;}


.panel-default > .panel-heading {
    padding:0;
}
.panel-default > .panel-heading a {
    display:block;
    padding: 24px 44px 24px 20px;
    text-decoration:none;
    background:#fff url(../Images/sti-tab-arrow.png) right center no-repeat;
}
.panel-default > .panel-heading a:hover{
    /*background-color:#27a4ba;
    color:#fff;*/
}

.panel-default.active > .panel-heading a {
    background:#fff url(../Images/sti-tab-active-arrow.png) right center no-repeat;
    background-color:#27a4ba;
    color:#fff;
    padding-right:70px;
}
.panel-default .panel-body, .panel-default.active .panel-body {
    font-size:18px;
    font-weight:300;
    border:0;
}

/* STI Symptoms */


/* ABOUT YOU */

.about {background-color:#f0f0f0;}
.about .text {
        font-size:22px;
        line-height:32px;
        font-weight:300;
    }

/*CATEGORIES IN SECTION PAGE*/
.about.categories {
    background-color:#fff;
}
    .about.categories .categorie {
        
    }
    .about.categories .categorie .top{
        background-position:50% 50%;
        background-repeat:no-repeat;
        background-size:cover;
        overflow:hidden;
    }
    .about.categories .categorie.a .top{
        background-image:url(../Images/1120x350_General.jpg);
    }
    .about.categories .categorie.b .top{
        background-image:url(../Images/1120x350_GayMen.jpg);
    }
    .about.categories .categorie.c .top{
        background-image:url(../Images/1120x350_SexWorker.jpg);
    }
    .about.categories .categorie.d .top{
        background-image:url(../Images/1120x350_Aboriginal.jpg);
    }
    .about.categories .categorie.e .top{
        background-image:url(../Images/1120x350_InjectDrugs.jpg);
    }
    .about.categories .categorie.f .top{
        background-image:url(../Images/1120x350_YoungPeople.jpg);
    }
    .about.categories .categorie .top .head{
        padding:0 75px
    }    
    .about.categories .categorie .top .head h2{
        font-size:50px;
        line-height: 50px;
        font-weight:600;
        color:#fff;
        text-align:left;
        padding-top:60px; 
        padding-bottom:45px;
        }
    .about.categories .categorie .main{
        font-size:22px;
        line-height:30px;
        font-weight:300;
        background-color:#f0f0f0;
        padding:50px 35px 60px;
        margin:-6% 80px 60px 80px;
        overflow:hidden;
    }
        .about.categories .categorie:last-child .main {
            margin-bottom:0;
        }
        .about.categories .categorie .main a{
            color:#2cb99c;
            text-decoration:underline;
        }
        .about.categories .categorie .main a:hover{
            text-decoration:none;
        }

.servcont { margin-top:60px;}
.servcont .item{
    margin-right:10px;
    border:0;
    border-bottom: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to right, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
}
.servcont .item:last-child{float:right; margin-right:0;}
.servcont .item .img { margin-bottom:80px;}
.servcont .item .img img { margin:0 auto;}
.servcont .item .title h3 {
    display:block;
    color:#1b8fa3;
    font-family:Dosis;
    font-size:26px;
    font-weight:600;
    margin-bottom:25px;
}
.servcont .item .txt {
    font-size:22px;
    font-weight:300;
    padding-bottom:40px;
}
.servcont .item .more {
    overflow:hidden;
    padding-bottom:40px;
}
.servcont .item .more a {
    font-family:Dosis;
    font-size:20px;
    font-weight:400;
    color:#2cb99c;
}
/*CATEGORIES IN SECTION PAGE*/
/* ABOUT YOU */

/* TABS */
.nav-tabs > li {text-align: center; padding:0; border:none;margin-bottom: 2px;}
.nav-tabs > li > a { font-family:'Dosis'; font-size:20px; font-weight:600; color:#FFF; border-top:6px solid #42c2d9; border-bottom:0; border-radius:0; background-color:#42c2d9;padding: 22px 0px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.nav-tabs > li:last-child > a {margin-right: 0px !important;}
.nav-tabs > li > a:hover {color:#1b8fa3;border:none; border-top:6px solid #42c2d9; border-radius:0; background-color:#FFF;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color:#1b8fa3;border:none; border-top:6px solid #42c2d9; border-radius:0;}
.tabs { margin-bottom:56px; margin-top:-35px;}
.tabs .nav-tabs { border:none;}
.tab-content {position:relative; overflow:hidden; background-color:#fff;}
    .tab-content::after {
        content:"";
        position:absolute;
        width:2px;
        height: 80%;
        background-color:#f0f0f0;
        top:0;
        bottom:0;
        margin: 20px 0 0 25%;
        /*margin: 20px 0 0 24%;*/
    }
.tab-content .tab-pane {overflow:hidden;padding-top:30px; padding-bottom:30px;}
.tab-content .tab-pane .title {font-family:'Dosis'; font-size:26px; line-height: 34px; font-weight:600; color:#1b8fa3; padding: 60px 0; text-align: center; }
.tab-content .tab-pane .txt {
    font-size:22px;
    line-height: 32px;
    font-weight:300;
    padding:15px 50px;
}
.tab-content .tab-pane .txt a.more {
    display:table;
    background:url(../Images/green-arrow.png) right center no-repeat;
    margin-top:10px;
    font-family:'Dosis';
    font-size:20px;
    font-weight:normal;
    text-transform: uppercase;
    color:#2cb99c;
    bottom:20px;
    left:20px;
    padding-right: 15px;
}
/* TABS */

/* ACCORDION */

.panel-group .panel { border:none; border-radius:0;}
.panel-default > .panel-heading { background-color:#fff; border-radius:0; border:none; padding:25px 20px;}
    .panel-default > .panel-heading a {
        color:#6d6e71;
        font-weight:700;
        font-size:18px;
    }
.panel-default > .panel-heading + .panel-collapse > .panel-body { background-color:#1b8fa3; color:#fff;}
    .panel-default > .panel-heading + .panel-collapse > .panel-body a {
         display:block; margin-top:30px; font-family:'Dosis'; font-size:18px; font-weight:600; color:#fff;
    } 


.panel-default > .panel-heading .active{ }

/* ACCORDION */

/* GENERAL PURPOSE */
.general.options{
    float: none;
    text-align: center;
    width: 100%;
}
.general.options ul{
    list-style-type:none;
    padding:0;
    margin:0;

}
.general.options ul li.option{
    color: #1b8fa3;
    display: inline-block;
    float: none;
    overflow: hidden;
    width: 31%;
    background-color:#f0f0f0;
    padding:25px 20px;
    margin:0 20px 20px 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.general.options ul li.option:last-child{
    margin-right:0;
}

.general.options ul li.option:hover{
    background-color:#1b8fa3;
}

.general.options a{ 
    display:block;
    background-color:transparent;
    border:0;
    width:100%;
    height:100%;
    min-height:200px;
    color:#1b8fa3;
    text-align:left;
    position:relative;
    padding:0;
}
.general.options span.title{
    display:block;
    font-size:19px;
    font-weight:700;
    color:#1b8fa3;
    height:48px;
    line-height:48px;
    padding-left:60px;
    margin-bottom:25px;
    background:url(../Images/stis-ico.png) left 0px no-repeat;

}
.general.options span.txt{
    font-size:20px;
    font-weight:300;
    color:#6d6e71;
}
.general.options span.more{ 
    font-family:'Dosis';
    font-size:20px;
    font-weight:normal;
    color:#2cb99c;
    position:absolute;
    bottom:0;
    left:0;
}
.general.options a:hover {
    background-color:transparent;
    border:none;
    text-decoration:none;
    color:#fff;
}
.general.options ul li.option:hover .title, .general.options ul li.option:hover .txt, .general.options ul li.option:hover .more {
    background-position:left -253px;
    color:#fff;
}
.general.options a:active { color:#fff!important; text-decoration:none;background-color:#1b8fa3;}
.general.options a:active span.title, .options a:active span.more{ color:#fff; font-weight:normal;}

.about.faq { background-color:#fff;}
.about.faq .tabs { margin-bottom:0;}
.about.faq .nav-tabs > li{ margin-bottom:0;}
.about.faq .nav-tabs > li > a { font-family:'Dosis'; font-size:20px; font-weight:600; color:#FFF; border-top:6px solid #42c2d9; border-radius:0; background-color:#42c2d9;padding: 22px 0px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.about.faq .nav-tabs > li:last-child > a {margin-right: 0px !important;}
.about.faq .nav-tabs > li > a:hover {color:#1b8fa3; background-color:#f0f0f0; border:none; border-top:6px solid #42c2d9; border-radius:0;}
.about.faq .nav-tabs > li.active > a, .about.faq .nav-tabs > li.active > a:hover, .about.faq .nav-tabs > li.active > a:focus {color:#1b8fa3; background-color:#f0f0f0; border:none; border-top:6px solid #42c2d9; border-radius:0;}

.about.faq .tab-content {position:relative; overflow:hidden; background-color:#f0f0f0;}
    .about.faq .tab-content::after {
        content:none;
    }
.about.faq .tab-content .tab-pane { 
    padding-left:90px;
    padding-right:90px;
}

.panel-default > .panel-heading {
    padding:0;
}
.panel-default > .panel-heading a {
    display:block;
    padding:24px 20px;
    text-decoration:none;
    background:#fff url(../Images/sti-tab-arrow.png) right center no-repeat;
}

.panel-default.active > .panel-heading a {
    background:#fff url(../Images/sti-tab-active-arrow.png) right center no-repeat;
    background-color:#27a4ba;
    color:#fff;
}
.panel-default .panel-body, .panel-default.active .panel-body {
    font-size:18px;
    font-weight:300;
    border:0;
}
/* GENERAL PURPOSE */



/* OUR SERVICES */
.ourservices {}
.ourservices .services{ margin-top:-60px;}
.ourservices .top {padding:10% 0; background:url(../Images/hp-ourservices-banner.jpg) 50% 50% no-repeat; background-size:cover; /*max-width:1400px;*/max-height: 350px; margin: 0 auto; text-align:left;}
.ourservices .top .head h2 {font-size:50px; color:#fff;}

.ourservices .service1, .ourservices .service2, .ourservices .service3 { color:#fff; text-align:center;padding-top:35px; padding-bottom:25px;}
.ourservices .service1 { background-color:#1b8fa3;}
.ourservices .service1:hover { background-color:#329aac;}
.ourservices .service2 { background-color:#27a4ba;}
.ourservices .service2:hover { background-color:#3dadc1;}
.ourservices .service3 { background-color:#42c2d9;}
.ourservices .service3:hover { background-color:#55c8dd;}


.ourservices .service1 .ico{ height:100px; background:url(../Images/ourservices-ico01.png) center center no-repeat;}
.ourservices .service2 .ico{ height:100px; background:url(../Images/ourservices-ico02.png) center center no-repeat;}
.ourservices .service3 .ico{ height:100px; background:url(../Images/ourservices-ico03.png) center center no-repeat;}

.ourservices .box { position:relative;padding-left: 0;
    padding-right: 0; padding-bottom:50px;}
.ourservices .title { font-family:'Dosis'; font-size:26px; font-weight:600; padding-bottom:25px;}
.ourservices .description { max-height:135px; font-size:22px; font-weight:300; padding-bottom:20px;}
.ourservices .learnmore {position:absolute; bottom:0; left:0; right:0;text-align:left; font-family:'Dosis'; font-size:20px; color:#FFF; border-top:2px solid #fff; padding-top:20px; background:url(../Images/right-arrow.png) bottom right no-repeat;}
.ourservices .learnmore a{ display:block; }


/* OUR SERVICES */

.gotsymptoms .box{
    background-color:#fff;
    padding:25px;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to bottom, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
}
.gotsymptoms .title {
    font-family:'Dosis';
    font-size:25px;
    font-weight:600;
    color:#1b8fa3;
    padding-bottom:20px;
}
.gotsymptoms .txt {
    font-size:20px;
    padding-bottom:20px;
}
.gotsymptoms .more a{
    font-family:'Dosis';
    font-size:20px;
    font-weight:normal;
    color:#2cb99c;
}
.gotsymptoms .more a:after{
    content:" >";
}



.diduknow {
    margin-bottom:65px;
}
.diduknow .top h2 {
    padding-bottom:0;
}
.diduknow .item{
    font-size:38px;
    font-weight:300;
    text-align:center;
    padding:75px 50px;
    line-height:38px;
    min-height:390px;
    margin-right:5px;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to bottom, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
    background: -webkit-linear-gradient(#18a2dd, #2cb99c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* CONTENT */
.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 40px 0;
    border-radius:0;
    background-color:#fff;
    background-position: center top;
    background-repeat: no-repeat;
    position:relative;
}
.breadcrumb::after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:url(../Images/topline-shadow.png) 50% 0 repeat-x;
    border:0; 
    border-top: 6px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to right, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
}
.breadcrumb .box {
    color:#6d6e71;
    font-size:18px;
    font-weight:300;
}
.breadcrumb .box a{
    color:#6d6e71;
    font-size:18px;
    font-weight:300;
}

.pagetitle {
    background: #18a2dd;
    background: -moz-linear-gradient(left,  #18a2dd 0%, #2cb99c 100%); 
    background: -webkit-linear-gradient(left,  #18a2dd 0%,#2cb99c 100%); 
    background: linear-gradient(to right,  #18a2dd 0%,#2cb99c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a2dd', endColorstr='#2cb99c',GradientType=1 );

}
.pagetitle .box{
    padding-top:30px;
    padding-bottom:30px;
}
.pagetitle h1{
    font-family:Dosis;
    font-size:50px;
    font-weight:600;
    color:#fff;
    margin:0;
}

.content { margin:60px 0 70px 0;}
.content a { text-decoration:underline;}
.content a:hover { text-decoration:none;}
.content h2{
    display:block;
    float: left;
    width: 100%;
    font-family:Dosis;
    font-size:32px;
    font-weight:600;
    color:#00a4e4;
    margin: 25px 0 20px;
}
.content h3{
    font-family:Dosis;
    font-size:26px;
    color:#1b8fa3;
    margin:10px 0px 15px 0px;
}

.content .rightpane .banner{
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #18a2dd 0%, #2cb99c 100%);
	border-image: linear-gradient(to bottom, #18a2dd 0%, #2cb99c 100%);
    border-image-slice: 1;
    text-align:center;
    padding-top:35px;
    padding-bottom:25px;
    margin-bottom:35px;
}
.content .rightpane .banner .title {
    display:block;
    font-family:Dosis;
    font-size:32px;
    line-height:38px;
    font-weight:600;
    color:#00a4e4;
    margin:0px 0px 20px 0px;
}
.content .rightpane .banner a {
    display:block;
    background:url(../Images/green-arrow.png) right 82% no-repeat;
    font-family:'Dosis';
    font-size:20px;
    font-weight:normal;
    text-transform: uppercase;
    color:#2cb99c;
    padding-right: 15px;
    padding-top:25px;
    margin-top:30px;
    border-top:2px solid #2cb99c;
    text-align:left;
    text-decoration:none;
}
.content .rightpane .banner a:hover { text-decoration:underline;}

/* TRAINING */

.training.content .leftpane {
    position: relative;
    overflow: hidden;
}
.training.content .leftpane .read-more { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%;
    height:180px;
    text-align: center;
    padding:0;
    margin-bottom:0;
    background:url(../Images/readmore-bg.png) left bottom repeat-x;
}
    .training.content .leftpane .read-more a {
        bottom: 0;
        font-family: "Dosis";
        font-size: 16px;
        font-weight: normal;
        left: 0;
        position: absolute;
        right: 0;
        text-decoration:none;
    }
.training.content .leftpane .toptext{
    font-size:24px;
    font-weight:300;
    color:#1b8fa3;
    margin-bottom:30px;
}

.training.content ul.list-unstyled {}
.training.content ul.list-unstyled li, .categories ul.list-unstyled li {
    position:relative;
    padding-left:20px;
    margin:17px 0;
    margin-left:30px;
}
.training.content ul.list-unstyled li::before, .categories ul.list-unstyled li::before{
    content:">";
    position:absolute;
    left:0;
    top:0;
    color:#00a4e4;
}

.training.content .rightpane .jumpto{
    
    font-family:Dosis;
    font-weight:400;
    text-align:center;
    margin-bottom:50px;
}
.training.content .rightpane .jumpto span.title{
    display:block;
    font-size:22px;
    font-weight:600;
    color:#6d6e71;
    margin:0px 0px 15px 0px;
}
.training.content .rightpane .jumpto a {
    display:inline-block;
    font-size:20px;
    
    text-decoration:none;
    margin-bottom:15px;
}

.training.content .rightpane .jumpto a:hover { text-decoration:underline;}

/* TRAINING */



/* ONLINE REGISTRATION */
.onlinereg { background-color:#f0f0f0; padding-top:65px; padding-bottom:80px; margin-top:0; margin-bottom:5px;}
.onlinereg .steps { float:left; width:100%;}
.onlinereg .steps ul {margin:0; overflow:hidden;}
.onlinereg .steps ul li{
     padding:0 4px 0 0;
}

.onlinereg .steps ul li .step{
    font-family:Dosis;
    font-size:20px;
    font-weight:600;
    color:#fff;
    text-align:center;
    background-color:#42c2d9;
    border-top:5px solid #42c2d9;
    min-height:70px;
    line-height:70px;
}
.onlinereg .steps ul li .step.active{
    color:#1b8fa3;
    background-color:#fff;
    border-top:5px solid #42c2d9;
}
.onlinereg .steps ul li:last-child { padding:0;}

.onlinereg .steps .chosen-container-single a.chosen-single.chosen-default  {
    display:block;
    font-family:Dosis;
    font-size:20px;
    font-weight:400;
    color: #fff;
    padding: 22px 20px;
    background: #27a4ba url("/Content/Images/about-jumpto-active-arrow.png") no-repeat scroll right center;
    text-decoration:none;
    height:auto;
    border:0;
    border-radius:0;
    box-shadow:none;
}
.onlinereg .steps .chosen-container-single a.chosen-single {
    display:block;
    font-family:Dosis;
    font-size:20px;
    font-weight:400;
    line-height: 26px;
    color: #fff;
    padding: 22px 20px;
    background: #27a4ba url("/Content/Images/about-jumpto-active-arrow.png") no-repeat scroll right center;
    text-decoration:none;
    height:auto;
    border:0;
    border-radius:0;
    box-shadow:none;
}
.onlinereg .steps .chosen-container-single .chosen-drop {
    border:0;
    margin-top:0;
    border-radius:0;
    box-shadow:none;
}

.onlinereg .steps .chosen-container .chosen-results { padding:0; overflow:auto;}
.onlinereg .steps .chosen-container .chosen-results li.active-result {
    color: #6d6e71;
    display: block;
    font-family: Dosis;
    font-size: 20px;
    font-weight: 400;
    padding: 22px 20px;
    text-decoration: none;
}
.onlinereg .steps .chosen-container .chosen-results li.disabled-result {
    display: block;
    font-family: Dosis;
    font-size: 20px;
    font-weight: 400;
    padding: 22px 20px;
    text-decoration: none;
}
.onlinereg .steps .chosen-container .chosen-results li.highlighted {
    color:#fff;
    background-color: #27a4ba;
    background-image:none;
}
.onlinereg .toptext {float:left; width:100%; margin-top:40px;}
.onlinereg .toptext.bottom {font-family:Dosis;font-weight:600; margin:20px 0;}
.onlinereg h2 { margin-top:40px;}
.onlinereg .form form label{
    display:block;
    font-family:Dosis;
    font-size:22px;
    font-weight:600;
    margin-bottom:20px;
}
.onlinereg .form form input[type=text], .onlinereg .form form input[type=number], .onlinereg .form form input[type=email], .onlinereg .form form input[type=date]{
    font-family:Lato;
    font-size:20px;
    font-weight:300;
    width:100%;
    padding:20px 55px 20px 20px;
    border:0;
    background-color:#fff;
}
.onlinereg .form form input.error{
    background:#fff url("/Content/Images/form-val-err.png") 95% center no-repeat;
    border-bottom:5px solid #e62542;
}
.onlinereg .form form input.valid{
    background:#fff url("/Content/Images/form-val-ok.png") 95% center no-repeat;
    border-bottom:5px solid #42c2d9;
}

.onlinereg .form form label.error{
    font-family:Lato;
    font-size:16px;
    font-weight:400;
    color:#e62542;
    background-color:transparent;
    margin-top:20px;
}

/*HIDE TYPE NUMBER DEFAULT SCROLL */
input[type=number]::-webkit-outer-spin-button, input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button, input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number], input[type=date] {
    -moz-appearance:textfield;
}
input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}
/*HIDE TYPE NUMBER DEFAULT SCROLL */

.onlinereg .form form .form-group { margin-bottom:35px;}
.onlinereg .form form ul {display:block; overflow:hidden; margin:0;}
.onlinereg .form form ul li{
    padding:0;
}

.onlinereg .form form .radio-inline {
    display:block;
    padding-left:0;
}
.onlinereg .form form .radio-inline input[type="radio"]{
    opacity:0;
    }

.onlinereg .form form .radio-inline label {
    margin-bottom:0;
    min-height:70px;
    line-height:70px;
}
.onlinereg .form form .radio-inline input[type="radio"] + .lbl {
    position:absolute;
    width:100%;
    height:100%;
    font-size:20px;
    cursor:pointer;
    text-align:center;
    background-color:#fff;
    border-bottom:5px solid #dadada;
}
.onlinereg .form form .radio-inline input[type="radio"] + .lbl:hover {
    color:#fff;
    background-color:#42c2d9;
    border-bottom:5px solid #27a4ba;
}

.onlinereg .form form .radio-inline input[type="radio"]:checked + .lbl {
    color:#fff;
    background-color:#42c2d9;
    border-bottom:5px solid #27a4ba;
}

.onlinereg .form form .checkboxlist {padding-top:20px; padding-bottom:20px; margin-bottom:100px;}
.onlinereg .form form .checkboxlist.error { background:#efdbde url("/Content/Images/form-val-err.png") 97% 92% no-repeat;}
.onlinereg .form form .checkboxlist li {margin-bottom:30px;}
.onlinereg .form form .checkboxlist li:nth-last-child(2), .onlinereg .form form .checkboxlist li:last-child {margin-bottom:0px;}
.onlinereg .form form .checkbox-inline {
    display:block;
    cursor:default;
    padding-left:0;
}
.onlinereg .form form .checkbox-inline input[type="checkbox"]{
    opacity:0;
    }

.onlinereg .form form .checkbox-inline label {
    display: inline-block;
    float: left;
    position:relative;
    width:31px;
    height:31px;
    margin-bottom:0;
    min-height:31px;
    line-height:31px;
    background-color:transparent;
}

.onlinereg .form form .checkbox-inline input[type="checkbox"] + .lbl {
    position:absolute;
    width:100%;
    height:100%;
    cursor:pointer;
    background:url(../Images/checkbox.png) left center no-repeat;
}
.onlinereg .form form .checkbox-inline input[type="checkbox"] + .lbl:hover {
   
}

.onlinereg .form form .checkbox-inline input[type="checkbox"]:checked + .lbl {
    background:url(../Images/checkbox-active.png) left center no-repeat;
}

.onlinereg .form form .checkbox-inline .lbltxt{
    font-family:Lato;
    font-size:20px;
    font-weight:400;
    padding-left:20px;
} 

.onlinereg .form form .checkboxlist label.error {position:absolute; margin-top:28px;}

.onlinereg .form form .chosen-container-single a.chosen-single.chosen-default  {
    display:block;
    font-family:Dosis;
    font-size:18px;
    font-weight:400;
    color:#6d6e71;
    padding:20px 10px;
    background:#fff url(../Images/menu-dropdown-arrow.png) 97% 127%  no-repeat;
    text-decoration:none;
    height:auto;
    border:0;
    border-radius:0;
    box-shadow:none;
    border-bottom:5px solid #fff;
}
.onlinereg .form form .chosen-container-single a.chosen-single {
    display:block;
    font-family:Dosis;
    font-size:18px;
    font-weight:400;
    color:#6d6e71;
    padding:20px 10px;
    background:#fff url(../Images/menu-dropdown-arrow.png) 97% 127%  no-repeat;
    text-decoration:none;
    height:auto;
    border:0;
    border-radius:0;
    box-shadow:none;
    border-bottom:5px solid #42c2d9;
}
.onlinereg .form form .chosen-container-single .chosen-drop {
    border:0;
    margin-top:0;
}

.onlinereg .form form .chosen-container .chosen-results { padding:0; overflow:auto;}
.onlinereg .form form .chosen-container .chosen-results li.active-result {
    color: #6d6e71;
    display: block;
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    padding:20px 10px;
    text-decoration: none;
    border-bottom:5px solid #fff;
}
.onlinereg .form form .chosen-container .chosen-results li.highlighted {
    color:#27a4ba;
    background-color:#f4f4f4;
    background-image:none;
    border-bottom:5px solid #f4f4f4;
}

.onlinereg .row.buttons {margin-top:40px;}
.onlinereg .form form button {
    font-family:Dosis;
    font-size:20px;
    font-weight:600;
    color:#fff;
    border:0;
    width:100%;
    display:block;
    min-height:70px;
    line-height:70px;
    padding: 0;
}
.onlinereg .form form button.prev {
    background:url(../Images/left-arrow.png) 10% center no-repeat;
    background-color:#bcbec0;
    border-bottom:5px solid #a6a6a6;
    margin-bottom:20px;
}
.onlinereg .form form button.prev:hover {background-color:#a6a6a6;}
.onlinereg .form form button.next {
    background:url(../Images/right-arrow.png) 90% center no-repeat;
    background-color:#2cb99c;
    border-bottom:5px solid #179c81;
}
.onlinereg .form form button.next:hover{background-color:#179c81;}
.onlinereg .form form button.cancel {
    font-family:Dosis;
    font-size:20px;
    font-weight:600;
    color:#2cb99c;
    border:0;
    width:100%;
    display:block;
    min-height:70px;
    line-height:70px;
    background-color:transparent;
    border-bottom:5px solid;
    border-color:transparent;
}
.onlinereg button.complete {
    font-family:Dosis;
    font-size:20px;
    font-weight:600;
    color:#fff;
    border:0;
    width:100%;
    display:block;
    min-height:70px;
    line-height:70px;
    background-color:#2cb99c;
    border-bottom:5px solid #179c81;
    padding: 0;
    margin-top:40px;
}
.onlinereg button.complete:hover{ background-color:#179c81;}

.aboutus {}
.aboutus .top {padding:10% 0; background:url(../Images/hp-aboutus-banner.jpg) 50% 50% no-repeat; background-size:cover; max-height: 350px; margin: 0 auto; text-align:left;}
.aboutus .top .head h2 {font-size:50px; color:#fff;}

.visitus {}
.visitus .top {padding:10% 0; background:url(../Images/hp-visitus-banner.jpg) 50% 50% no-repeat; background-size:cover; max-height: 350px; margin: 0 auto; text-align:left;}
.visitus .top .head h2 {font-size:50px; color:#fff;}

.contactus {}
.contactus .top {padding:10% 0; background:url(../Images/hp-contactus-banner.jpg) 50% 50% no-repeat; background-size:cover; max-height: 350px; margin: 0 auto; text-align:left;}
.contactus .top .head h2 {font-size:50px; color:#fff;}

.aboutyou {}
.aboutyou .top {padding:10% 0; background:url(../Images/hp-aboutyou-banner.jpg) 50% 50% no-repeat; background-size:cover; max-height: 350px; margin: 0 auto; text-align:left;}
.aboutyou .top .head h2 {font-size:50px; color:#fff;}

/* ONLINE REGISTRATION */

/* CONTENT */

/********************************************************************************************************************************************************************************************/
/**********************************    QUERIES   *********************************************/
/********************************************************************************************************************************************************************************************/

@media (min-width: 1400px) {
    .top-banner {
        background-size:auto;
    }
}
@media (min-width: 992px) {
    .lang {margin-right:40px;}
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
     background-image:none;
    }
    .general.options ul li.option:nth-of-type(3n+0){ margin-right:0;}
}

@media (max-width: 991px) {
/*NAVBAR*/
    .navbar-header {
        float: none;
        width:100%;
    }
    .navbar-toggle {
        display: inline-block;
    }
    .navbar-collapse {
        padding:0;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse [class*="col-"]{
      padding-left:0;
      padding-right:0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    
    .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    }
    .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
        color:#fff;
        background-color:#27a4ba;
    }
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    /*background-color: transparent;*/
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding:0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    height:48px;
    line-height:50px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .nav.navbar-nav li {display:block; width:100%;}
  .navbar-nav > li > a {text-align:left; line-height:30px; padding-left:0; padding-right:0; }
  .navbar-nav > li > a.chevron {
      position:absolute;
      right:0;
      top:0;
      height:100%;
      max-height:62px;
      width:60px;
      padding:0;
      background:url(../Images/menu-dropdown-arrow.png) no-repeat 50% -25%;
      background-color:transparent;
      border-top:0;

      -webkit-transition: -webkit-transform 0.3s ease-out;
      -moz-transition:    -moz-transform 0.3s ease-out;
      -o-transition:      -o-transform 0.3s ease-out;
      -ms-transition:     -ms-transform 0.3s ease-out;
      transition:         transform 0.3s ease-out;
  }
  .navbar-nav > li > a.chevron:hover {
      border-top: 0;
  }
  .navbar-nav > li.open > a.chevron, .navbar-nav > li.open > a.chevron:hover, .navbar-nav > li.open > a.chevron:focus {
        border-top:0;
        background-color:transparent;
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
  }
  .navbar-nav > .active > a.chevron, .navbar-nav > .active > a.chevron:hover, .navbar-nav > .active > a.chevron:focus {
        border-top:0;
        background-color:transparent;
  }
/*NAVBAR*/

/* TABS */
    .nav-tabs > li:nth-child(3n+0) > a {margin-right: 0;} 
/* TABS */

    .container.about {
        background-color:#fff;
        padding:50px 40px 0;
    }
    .about .title {
        font-family:Dosis;
        font-size:20px;
        font-weight:600;
        color:#6d6e71;
        margin-bottom:20px;
    }
    .about .dropdown a {
        display:block;
        font-family:Dosis;
        font-size:20px;
        font-weight:400;
        color:#fff;
        padding:20px 25px;
        background:#27a4ba url(../Images/about-jumpto-active-arrow.png) right center  no-repeat;
        text-decoration:none;
    }
    .about .dropdown a:hover { text-decoration:none;}
    .about .dropdown .dropdown-menu {
        width:100%;
        border:0;
        border-radius:0;
        margin:0;
        padding:0;
    }
    .about .dropdown .dropdown-menu li a{
        background-image:none;
    }

    .about.faq {background-color:#f0f0f0;}
    .about.faq .panel-group {padding-left:0; padding-right:0;}
    .about.faq .tab-content .tab-pane { 
        padding-left:0px;
        padding-right:0px;
    }
    .about.faq .nav-tabs > li > a:hover {background-color:#fff;}
    .about.faq .nav-tabs > li.active > a, .about.faq .nav-tabs > li.active > a:hover, .about.faq .nav-tabs > li.active > a:focus { background-color:#fff;}
    .about.faq .nav-tabs > li:nth-child(3n+0) > a {margin-right: 2px;}

    .footer .map {
        padding-top:45px;
    }
    .footer .bottompane {
        text-align:center;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    [class*="col-"]{
      padding-left:40px;
      padding-right:40px;
    }
    .container {
      padding-left:40px;
      padding-right:40px;
    }
    .row {
      margin-left:-40px;
      margin-right:-40px;
    }
    .head h2 { font-size:35px; line-height:20px; font-weight:600;}
    .top-banner { background-position:50% 0;}
    .top-banner .top-banner-context, .top-banner.onlytitle .top-banner-context {
        padding-top:172px; padding-bottom:50px; 
    }
    .top-banner .top-banner-context .title {margin-bottom:0;}
    .navbar-nav > li > a {
       font-size:27px;
       height: auto;
       padding: 15px;
       background-position: 98% 25px;
    }
    .top {padding-top: 40px;}
    .navbar-nav > li.open > a, .navbar-nav > li.open > a:hover, .navbar-nav > li.open > a:focus { }
    .navbar-nav > li > .dropdown-menu {
        background-color:#27a4ba;
        border:0;
        border-radius:0;
        min-width:initial;
        left:0;
        right:0;
        padding:0;
    }

    .navbar-nav > li.open > .dropdown-menu li a {
        font-size:24px;
        font-weight:600;
        color:#fff;
        padding:0;
        display:block;
        height:55px!important;
        border-top:2px solid #27a4ba;
        text-align:center;
        line-height:55px!important;
    }
    .navbar-nav > li > .dropdown-menu li a:hover, .navbar-nav > li > .dropdown-menu li a:focus {
        background-color:#1b8fa3;
        border-top:2px solid #107a8c;
    }
    .tab-content .tab-pane .title {font-family:'Dosis'; font-size:25px; line-height: 34px; font-weight:600; padding:60px 30px; }
    .tab-content .tab-pane .txt {
        font-size:20px;
        font-weight:300;
        line-height: 32px;
        padding: 15px 50px;
    }

    .ourservices .top .head h2 { text-align:left;}
    .ourservices .service1, .ourservices .service2, .ourservices .service3{
        text-align:left;
        padding-right:70px;
    }
    .ourservices .service1 .ico{ height:160px; background:url(../Images/ourservices-ico01-lg.png) center center no-repeat;}
    .ourservices .service2 .ico{ height:160px; background:url(../Images/ourservices-ico02-lg.png) center center no-repeat;}
    .ourservices .service3 .ico{ height:160px; background:url(../Images/ourservices-ico03-lg.png) center center no-repeat;}

    .aboutus .top .head h2 { text-align:left;}
    .visitus .top .head h2 { text-align:left;}
    .contactus .top .head h2 { text-align:left;}
    .aboutyou .top .head h2 { text-align:left;}

    .about .text{
        font-size: 20px;
    }
    .about.categories .categorie .top .head{
        padding:0 40px;
    }
    .about.categories .categorie .top .head h2 {
        padding-top: 35px;
    }
    .about.categories .categorie .main {
        font-size: 20px;
        padding:40px 0;
        margin-left:40px;
        margin-right:40px;
    }

    .general.options ul li.option { width:48%;}
    .general.options ul li.option:nth-of-type(2n+0){ margin-right:0;}

    .content {margin-bottom:60px;}
    .training.content {
        font-size:20px;
    }
    .content .rightpane {
        
        margin-top:60px;
        
    }
    .content .rightpane .jumpto{
        border-top:3px solid #bcbec0;
        padding-top:60px;
    }
    .content .rightpane .banner {
        width:48.5%;
        min-height:345px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .diduknow .item {
        font-size:35px;
        padding: 68px 50px;
    }


    .slick-slider {margin-bottom:65px;}
    .servcont .item .img { margin-bottom:25px;}
    .servcont .item .title h3 {
        font-size:25px;
        margin-bottom:20px;
    }
    .servcont .item .txt {
        font-size:20px;
        line-height:30px;
        padding-bottom:20px;
    }
    .servcont .item .more {padding-bottom:20px;}
    .servcont .item .more a {
        font-size:20px;
        line-height:21px;
    }

    .slick-dots {
        bottom: -60px;
    }
}

@media (max-width: 767px) {
    body{ font-size:16px; line-height:21px;}
    [class*="col-"]{
      padding-left:20px;
      padding-right:20px;
    }
    a {word-wrap:break-word;}
    .container {
      padding-left:20px;
      padding-right:20px;
    }
    .row {
      margin-left:-20px;
      margin-right:-20px;
    }
    .breadcrumb {
    font-size: 12px;
    padding: 18px 0;
}
    .breadcrumb .box {font-size: 12px;}
    .breadcrumb .box a{font-size: 12px;}
    .pagetitle .box {
        padding-bottom:25px;
        padding-top:25px;
    }
    .pagetitle h1 {font-size:30px;}

    .navbar-nav > li > a {
       font-size:16px;
       line-height: 21px;
       height: auto;
       padding: 15px;
    }
    .navbar-nav > li.open > a, .navbar-nav > li.open > a:hover, .navbar-nav > li.open > a:focus { }
    .navbar-nav > li.open > .dropdown-menu {
        background-color:#27a4ba;
        border:0;
        border-radius:0;
        min-width:initial;
        left:0;
        right:0;
        padding:0;
    }

    .navbar-nav > li > .dropdown-menu li a {
        font-size:15px;
        font-weight:600;
        color:#fff;
        padding:0;
        display:block;
        height:48px;
        border-top:2px solid #27a4ba;
        text-align:center;
        line-height:50px;
    }
    .navbar-nav > li > .dropdown-menu li a:hover, .navbar-nav > li > .dropdown-menu li a:focus {
        background-color:#1b8fa3;
        border-top:2px solid #107a8c;
    }
    .navbar-nav > li > a.chevron {
        max-height: 53px;
      background-position:50% 121%;
    }
    .navbar-nav > li.open > a.chevron, .navbar-nav > li.open > a.chevron:hover, .navbar-nav > li.open > a.chevron:focus {
        background-position:50% 124%;
    }
    .smenu {
        height:auto;
        text-align:center;
    }
    .launch 
    {
        float: none; 
        margin:0 auto;
        padding: 0;
    }

    .lang {margin-right:0;}

    .top-banner.home { background-position:65% 0;}
    .top-banner.about{ background-position:65% 0;}
    .top-banner.general{ background-position:55% 0;}
    .top-banner.contactus { background-position:54% 0;}
    .top-banner.home .top-banner-context {padding-top:130px; padding-bottom:25px;}
    .top-banner.onlytitle .top-banner-context {padding-top:160px; padding-bottom:25px;}
    .top-banner .top-banner-context .title, .top-banner.onlytitle .top-banner-context .title { font-size:30px; line-height:30px; font-weight:600; overflow:hidden; margin-bottom:0px;}
    
    .top-banner-context-notitle .description {
        font-size: 16px;
        line-height:21px;
        margin-bottom: 25px;
    }
    .top-banner-context-notitle {
        padding: 30px 15px;
    }

    .top {padding-top: 30px;padding-bottom: 40px;}
    .head h2 {font-size:25px; line-height: 30px;padding-bottom: 20px;}

    /* TABS */
        .nav-tabs > li:nth-child(2n+0) > a {margin-right: 0;}
        .nav-tabs > li:nth-child(3n+0) > a {margin-right: 2px;}
        .tab-content::after {
            width:0px;
        }
        .tabs {
            margin-top:-20px;
            margin-bottom: 30px;
        }
        .tab-content .tab-pane {padding:20px;}
        .tab-content .tab-pane .title {
            font-size:19px;
            line-height: 21px;
            text-align:left;
            padding:10px 0;
            margin-bottom:0;
        }
        .tab-content .tab-pane .txt {
            font-size:16px;
            line-height: 21px;
            padding:0;
        }
        .tab-content .tab-pane .txt a.more {
            display:block;
            margin-top:30px;
            padding-right:0;
            padding-top:10px;
            border-top:2px solid #80d5c4;
            font-size:16px;
            bottom:20px;
            left:20px;
            background-position:right 80%;
        }
        .about.faq .nav-tabs > li > a {
            font-size:15px;
            padding:12px 0;
        }
        .about.faq .nav-tabs > li > a:hover{
             color:#1b8fa3;
        }
        .about.faq .nav-tabs > li.active > a, .about.faq .nav-tabs > li.active > a:hover, .about.faq .nav-tabs > li.active > a:focus {
            color:#1b8fa3;
        }
    /* TABS */
    .sti {padding-bottom:0px;}
    .sti .head {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .sti .text {
        font-size: 16px;
        line-height:21px;
        padding: 0 12px;
    }
    .panel-default > .panel-heading h4.panel-title {display:table; width:100%;}
    .panel-default > .panel-heading a {
        display: table-cell;
        width: 100%;
        height: 50px;
        padding: 10px 44px 10px 12px;
        vertical-align: middle;
        text-decoration:none;
        background:#fff url(../Images/sti-tab-arrow-sm.png) right center no-repeat;
    }
    .panel-default.active > .panel-heading a {
        background:#fff url(../Images/sti-tab-active-arrow-sm.png) right center no-repeat;
        background-color:#27a4ba;
        color:#fff;
    }
    .panel-default .panel-body, .panel-default.active .panel-body { font-size:14px; line-height:18px;}
    .panel-default > .panel-heading + .panel-collapse > .panel-body a {font-size:14px; font-weight:400;}
    .gotsymptoms .title {color:#00a4e4; text-align:center;}
    .gotsymptoms .txt {font-size:19px; line-height:24px; text-align:center;}
    .gotsymptoms .more a {
        background: rgba(0, 0, 0, 0) url("/Content/Images/green-arrow.png") no-repeat scroll right 80%;
        border-top: 2px solid #80d5c4;
        bottom: 20px;
        display: block;
        font-size: 16px;
        line-height:21px;
        left: 20px;
        margin-top: 30px;
        padding-right: 0;
        padding-top: 10px;
        }
    .gotsymptoms .more a:after{
        content:"";
    }

    .ourservices .box {padding-bottom:40px;}
    .ourservices .service1 .ico {height:80px;}
    .ourservices .title {font-size:19px;line-height:21px;padding-bottom: 20px;}
    .ourservices .description { font-size:16px;line-height:21px;}
    .ourservices .learnmore {font-size:16px;line-height:18px;}

    .ourservices .service1, .ourservices .service2, .ourservices .service3 {
        padding:20px;
    }

    .ourservices .top {
        padding: 18% 0;
    }
    .ourservices .top .head h2 {
        font-size:30px;
        text-align:left;
    }

    .aboutus .top {
        padding: 18% 0;
    }
    .aboutus .top .head h2 {
        font-size:30px;
        text-align:left;
    }

    .visitus .top {
        padding: 18% 0;
    }
    .visitus .top .head h2 {
        font-size:30px;
        text-align:left;
    }

    .contactus .top {
        padding: 18% 0;
    }
    .contactus .top .head h2 {
        font-size:30px;
        text-align:left;
    }

    .aboutyou .top {
        padding: 18% 0;
    }
    .aboutyou .top .head h2 {
        font-size:30px;
        text-align:left;
    }
    .slick-slider {margin-top: 25px;margin-bottom: 60px;}
    .slick-dots {
        bottom: -60px;
    }
    .diduknow .item {
        font-size:30px;
        line-height:35px;
        min-height: 100%;
        padding: 50px 35px;
        margin-right:0;
    }

    .servcont {margin-top:25px;}
    .servcont .item { margin-right:0}
    .servcont .item .img { margin-bottom:25px;}
    .servcont .item .title h3 {
        font-size:19px;
        margin-bottom:20px;
    }
    .servcont .item .txt {
        font-size:16px;
        line-height:21px;
        padding-bottom:20px;
    }
    .servcont .item .more {padding-bottom:20px;}
    .servcont .item .more a {
        font-size:16px;
        line-height:21px;
    }

    .container.about {
        padding: 25px 20px 0;
    }
    .about .text {
        font-size:16px;
        line-height:21px;
        padding:0;
    }
    .about .dropdown a {
        font-size:16px;
        line-height:21px;
        font-weight:400;
        color:#fff;
        padding:15px 55px 15px 12px;
        background:#27a4ba url(../Images/sti-tab-active-arrow-down-sm.png) right center no-repeat;
        text-decoration:none;
    }
    .about .dropdown a:hover { text-decoration:none;}
    .about .dropdown .dropdown-menu {
        width:100%;
        border:0;
        border-radius:0;
        margin:0;
        padding:0;
    }
    .about .dropdown .dropdown-menu li a{
        background-image:none;
    }
    .about.categories .categorie .top {padding-bottom:60px;background-position: 80% 50%;}
    .about.categories .categorie .top .head{
        padding:0 20px;

    }
    .about.categories .categorie .top .head h2 {
        font-size:30px;
        padding-top: 55px;
        padding-bottom: 0;
    }
    .about.categories .categorie .main {
        font-size:16px;
        line-height:21px;
        padding:25px 0 30px;
        margin-top:-40px;
        margin-bottom:25px;
        margin-left:20px;
        margin-right:20px;
    }

    .general.options ul li.option { 
        background:#f0f0f0 url(../Images/stis-ico.png) 10% 22px no-repeat;
        padding:20px 25px 20px 30%;
        width:100%;
        margin:0;
    }
    .general.options ul li.option:hover { background-position:10% -230px; cursor:pointer;}
    .general.options a{
        min-height: 110px;
        background-color:transparent;
    }
    .general.options span.title{
        font-size:14px;
        height:auto;
        line-height:inherit;
        padding-left:0;
        margin-bottom:0;
        background-image:none;

    }
    .general.options span.txt{
        font-size:14px;
        line-height:18px;
        font-weight:300;
        color:#6d6e71;
    }
    .general.options span.more{ 
        font-size:14px;
        line-height:18px;
    }
    .about.faq .nav-tabs > li{ margin-bottom:2px;}
    .panel-default > .panel-heading a { font-size:15px;}
    .nav-tabs > li > a { font-size:14px;}
    .panel-default.active .panel-body { font-size:14px;}

    .content {margin-top:30px;}
    .content h2 {font-size:25px;}
    .content .rightpane {
        padding-top:30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top:30px;
        
    }
    .content .rightpane .banner {
        font-size:19px;
        padding-bottom: 15px;
        padding-top: 25px;
    }
    .content .rightpane .banner .title {
        font-size:25px;
        line-height:30px;
    }
    .content .rightpane .banner a {
        font-size:16px;
        line-height:21px;
        padding-top: 15px;
    }
    .content .rightpane .jumpto {padding-top: 30px; border-top:1px solid #bcbec0;}
    

    .training.content .leftpane {
        max-height: 1200px;
    }
    .training.content .leftpane .toptext {font-size:19px; line-height:24px;margin-bottom: 20px;}
    .training.content ul.list-unstyled li, .categories ul.list-unstyled li {margin:5px 0;}
    .training.content .rightpane .jumpto span.title, .training.content .rightpane .jumpto a {font-size:16px; line-height:21px;}
    
    .onlinereg .form form label {font-size:16px;}
    .onlinereg .form form input[type="text"], .onlinereg .form form input[type="number"], .onlinereg .form form input[type="email"], .onlinereg .form form input[type="date"]{padding: 15px 55px 15px 15px;font-size:16px;}
    .onlinereg .form form button {
        font-size: 16px;
        line-height: 50px;
        min-height: 50px;
    }
    .onlinereg .form form .checkbox-inline .lbltxt {font-size:16px;}
    .onlinereg .form form .checkboxlist li:nth-last-child(2) {margin-bottom:30px;}

    .footer { padding-top:20px;}
    .footer .links { margin-bottom:20px; }
    .footer .links .dropdown a {
        display:block;
        font-family:Dosis;
        font-size:18px;
        font-weight:400;
        color:#6d6e71;
        padding:15px 10px 15px 10px;
        background:#fff url(../Images/menu-dropdown-arrow.png) 97% 125%  no-repeat;
        text-decoration:none;
    }
    .footer .links .dropdown a:hover { text-decoration:none;}
    .footer .links .dropdown .dropdown-menu {
        width:100%;
        border:0;
    }
    .footer .links .dropdown .dropdown-menu li a{
        background-image:none;
    }

    .footer .form input[type=text] {
        display:block;
    }
    .footer .form input[type=text]:nth-child(2) {
        padding-right:70px;
    }
    .footer .form input[type=submit] {
        display:inline-block;
        width:70px;
        height:60px;
        position:absolute;
        bottom:0;
        right:0;
        line-height: 61px;
        background:#2cb99c url(../Images/right-arrow.png) center center no-repeat;
        cursor:pointer;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border:0;
        margin:0;
    }
    .footer .map {
        padding-top:20px;
    }
    .footer .bottompane {
        text-align:center;
    }
    .footer .bottompane .feedback {
        padding-bottom:20px;
    }
}

@media (max-width:480px) {
    .launch {
        display: block !important;
    }
    .launch.sm {
        display: none!important;
    }
}
