/*servey page css*/
.sec-continer-servey {
    background: #245d64;
    width: 100%;
    padding-top:10px;
}
#pumaArticle {
   width: 100%;
    background: #245d64;
    font-family: 'FranklinGothic';
    position: relative;
}
.theBreadcrumbs {
    width: 100%;
    border-bottom: 2px solid #7cd8e3;
    padding: 0;
    color: #fff;
    display: block;
}
.pumaArticleWrap {
   width: 85%;
    margin: 0 auto;
    display: block;
    clear: both;
    margin-top: -10px
}
.theLists, .theLists li {
    padding: 5px 0 0 0;
    margin: 3px !important;
    list-style: none;
}
.theLists li, .theLists li a {
    display: inline-block;
    color: #fff;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-family: 'franklingothicurw-med';
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding-right: 4px;
}
.theLists li a:hover {
    color: #7cd8e3;
    border-bottom: 1px solid #7cd8e3;
}
.puma .main-inner-naviagtion.tablet-potrait-configuration {
        border-bottom: none;
}

@media screen and (min-width: 1920px) and (max-width: 2560px){


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



@media only screen and (min-width:992px) and (max-width:1199px){

}
@media screen and (max-width: 991px){
    .pumaArticleWrap{
        width:100%;
    }
}
@media screen and (min-width: 845px){
    .navbar-default .navbar-toggle .icon-bar {
        display:none;
}
}
@media screen and (max-width: 844px){
   
.puma .main-inner-naviagtion.tablet-potrait-configuration {
        border-bottom: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

    }
    


@media only screen and (max-width: 767px) and (orientation: landscape){
    
}