/* navbar starts */
.help {
        margin-right: 5px;
    margin-left: 0px;
}
.onmyway {
    float: right !important;
}
.sout {
    padding: 15px 16px;
}
.navbar-contnr {
    width: 100%;
    height:67px;
    float:left;
    background-color: #000;
    /*position: absolute;*/
    /*top: 0px;*/
    z-index: 10;
}
.nav-wrap {
    width: 980px;
    margin: auto;
    height: 100%;
}
.nav-wrap li {
    float: right;
    text-align: center;
    padding: 0px 17px;
    padding-top: 11px;
    position: relative;
    padding-bottom: 5px;
}
.nav-wrap li:after {
    content: "";
    width: 1px;
    height: 67px;
    background-color: #626262;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.nav-wrap li:nth-child(8) , .nav-wrap li:nth-child(9) {
    /* background-color: #832135; */
    /* background-color: #fff; */
    background-color: #000;
}
.nav-wrap li:nth-child(7):after , .nav-wrap li:nth-child(9):after {
    display: none;
}
.nav-wrap li:nth-child(8):after {
    background-color: #a3757e;
}
.nav-wrap li:nth-child(8) {
    /*margin-right: 47px;*/
    margin-right: 33px;
}
.nav-wrap li a i {
    color: #9f9f9f;
    display: block;
    font-size: 22px;
}
.nav-wrap li a {
    color: #9f9f9f;
    text-decoration: none;
    display: block;
    font-family: Calibri,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
}
.nav-wrap li:hover {
    background-color: #832135;
}
.nav-wrap li:hover a {
    color: #fff;
}
.nav-wrap li:hover a i {
    color: #fff;
}
.nav-wrap li.active {
    background-color: #832135;
}
.nav-wrap li.active a {
    color: #fff;
}
.nav-wrap li.active a i {
    color: #fff;
}
/* navbar ends */
/* inner content styles */
.home-cntnt {
    font-size: 1.2em;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.hc-col1 {
    /* border-bottom: 1px solid #E5E5E5; */
    padding: 6px;
    width: 30.958%;
    float: right;
    padding-bottom: 30px;
}
.hc-col2 {
    /* border-bottom: 1px solid #E5E5E5; */
    padding: 6px;
    width: 34.15%;
    float: right;
    padding-bottom: 120px;
}
.hc-col3 {
    /* border-bottom: 1px solid #E5E5E5; */
    padding: 6px;
    width: 31.064%;
    float: right;
    padding-bottom: 150px;
}
.how-row1 {
    font-size: 1.5em;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.hr1-col1 {
    border-bottom: 1px solid #E5E5E5;
    padding: 6px;
    width: 40.745%;
    float: right;
}
.hr1-col2 {
    border-bottom: 1px solid #E5E5E5;
    padding: 6px;
    float: right;
    width: 56.7%;
    padding-bottom: 30px;
}
.how-row2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.hr2-col1 {
    /* border-bottom: 1px solid #E5E5E5; */
    padding: 6px;
    width: 46.81%;
    float: right;
}
.hr2-col2 {
    /* border-bottom: 1px solid #E5E5E5; */
    padding: 6px;
    float: right;
    width: 50.635%;
}
.breadcrumb ul {
    padding-top: 15px;
}
.breadcrumb {
    height: 60px;
}
/* inner content styles */
/* responsive starts */
@media only screen and (max-width:767px) {
    *{
        box-sizing: border-box;
    }
    .upperFooter p {
        float:none !important;
    }
    .orr {
        text-align: center;
    }
     .orr hr {
         display: none;
    }
    .orr label {
        margin-left: 0px;
    }
    #sb {
        height: inherit !important;
    }
    .scfButtonBorder {
        padding: 10px 0px 0 0;
    }
    .scfButtonBorder input[type="button"] {
        margin-bottom: 5px;
    }
    .nav-wrap {
        width: 100%;
        position: fixed;
        left: 0px;
        top: 34px;
        height: 100%;
        overflow-y: scroll;
        background-color: rgba(0,0,0,0.95);
        z-index: 100;
        padding: 0px 15px;
        display: none;
    }
    .nav-wrap li {
        width: 100%;
        border-bottom: 1px solid #c3c3c3;
    }
    .nav-wrap li:after {
        display: none;
    }
    .nav-wrap li:nth-child(8) {
        margin-right: 0px;
    }
    .nav-wrap li a {
        font-size: 12px;
        line-height: 26px;
    }
    .nav-wrap li a i {
        font-size: 12px;
    }
    .micon {
        display: block !important;
        height: 37px;
        line-height: 37px;
        position: relative;
    }
    .micon:before {
        content: "Menu";
        color: #c3c3c3;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        text-align: center;
    }
    .micon:after {
        content:"\f078";
        position: absolute;
        top: 0px;
        font-family:'FontAwesome';
        left: calc(62% - 7px);
        font-size: 14px;
        color: #c3c3c3;
    }
    .navbar-contnr {
        height:34px;
    }
    .home .carouselContainer {
        width: 100%;
        height: auto;
    }
    .home .carouselSlides {
        width:100%;
        height: auto;
    }
    .home .slide {
        width: 100% !important;
        height: auto !important;
    }
    #carouselFull img {
        width:100%;
        height: auto;
    }
    .slides_control {
        width: 100% !important;
    }
    .home #carouselFull .pagination {
        background-position:-4px 0;
        position: static;
        width: 100% !important;
        padding: 0px;
        margin: 0px;
        text-align: center;
        margin-top: -5px;
    }
    .home #carouselFull .pagination li {
        display: inline-block;
        float: none;
    }
    .home #carouselFull.turquiose .prev {
        bottom: 5px;
    }
    .home #carouselFull.turquiose .next {
        bottom: 5px;
    }

    .container {
        width:100%;
        box-sizing: border-box;
    }
    .containerInner {
        width: 100%;
        padding: 25px 15px 5px 15px;
        /*background: url(../image/gif/container.gif) -4px 0 repeat-y;*/
        background: none;
    }
    .content {
        width:100%;
    }
    .home .primaryContent {
        width: 100%;
    }
    .hc-col1 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hc-col2 {
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hc-col3 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
         padding-top: 25px;
        padding-bottom: 20px;
    }
    .upperFooter {
        width:100%;
        background-position: -5px 0;
        text-align: center;
    }
    .lowerFooter {
        width: 100%;
    }
    .footer {
        width:100% !important;
    }
    .lowerFooter li {
        margin: 0 11px 0 0;
        padding: 0 0 0 11px;
        float:none;
        display: inline-block;
    }
    .lowerFooter ul {
        text-align: center;
    }
    .primaryContent p {
        text-align: justify;
    }
    .home-cntnt {
        text-align: justify;
    }
    .breadcrumb {
        height: 45px;
        width: 100% !important;
    }
    .breadcrumb ul {
        padding-top: 7px;
        width: 100%;
        padding-right: 0;
        background-position: -5px bottom;
    }
    .breadcrumb ul li:last-child a {
        margin-left:10px !important;
        position: relative;
        /* top: -5px; */
    }
    .hr1-col1 {
        width:100%;
        text-align: justify;
    }
    .hr1-col2 {
        width: 100%;
        text-align: justify;
        padding-bottom:20px;
    }
    .primaryContent ul {
        text-align: justify;
    }
    .hr2-col1 {
        width:100%;
    }
    .hr2-col2 {
        width:100%;
    }
    .white_content {
        width: 90%;
        left: 5%;
        height: 90%;
        top: 5%;
    }
    .white_content p {
        font-size: 0.8em;
    }
    .white_content ul li {
        font-size: 0.8em;
    }
    .onmyway {
        width: 100% !important;
        text-align: center;
        margin-top: 20px;
    }
    #legendDiv {
        width: 100%;
        margin-left: 0px !important;
        background-color: #fff;
        margin-top: 15px !important;
    }
    .breadcrumb2 {
        margin-bottom: 130px !important;
    }
    .primaryContent {
        width:100%;
    }
    .secondaryNav {
        text-align: right!important;
        margin: 0 0px 0 25px;
    }
    .iField {
        width:100%;
        margin-bottom: 8px;
        height: 28px;
    }
    #pwordhelp_text {
        position: relative;
        top: -7px;
    }
    #seemehelp_text {
        position: relative;
        top: -7px;
    }
    #emailhelp_text {
        position: relative;
        top: -7px;
    }
    #sharedates {
        margin: 10px 0px;
    }
    .download-cntnt ul {
        padding-right: 15px;
    }
    .about-cntnt ul {
        padding-right: 15px;
    }
    .iFieldSec {
        width: 100%;
        margin-bottom: 9px;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .micon:after {
         left: calc(58% - 7px);
    }
    .lowerFooter li {
         margin: 0 15px 0 0;
        padding: 0 0 0 15px;
    }
}
@media only screen and (min-width:768px) and (max-width:1000px) {
    *{
        box-sizing: border-box;
    }
     .orr hr:nth-child(3) {
         margin-left: 154px !important;
    }
    .getpass-cntnt {
         width: 435px;
    }
    .login-cntnt {
        width: 435px;
    }
     #sb {
        height: inherit !important;
    }
    .scfButtonBorder {
        padding-left: 0px;
    }
    .scfButtonBorder input[type="button"] {
        width: 181px !important;
    }
    .macc .primaryContent {
        width: 435px;
    }
    .contact-cntnt {
        width: 435px;
    }
    .about-cntnt ul {
        padding-right: 15px;
    }
    .seeme-cntnt {
        width: 435px;
    }
    .download-cntnt {
        width: 100%;
    }
    .download-cntnt ul {
        padding-right: 15px;
    }
     #legendDiv {
        width: 100%;
        margin-left: 0px !important;
        background-color: #fff;
        margin-top: 15px !important;
    }
    .breadcrumb2 {
        margin-bottom: 130px !important;
    }
    .onmyway {
        width: 100% !important;
        text-align: center;
        margin-top: 20px;
    }
    .nav-wrap {
        width: 735px;
    }
    .home .carouselContainer {
        width: 100%;
        height: auto;
    }
    .home .carouselSlides {
        width:100%;
        height: auto;
    }
    .home .slide {
        width: 100% !important;
        height: auto !important;
    }
    #carouselFull img {
        width:100%;
        height: auto;
    }
    .slides_control {
        width: 100% !important;
    }
    .home #carouselFull .pagination {
        background: url(../image/png/bannerControls.png) no-repeat -4px 0;
        position: static;
        width: 100% !important;
        padding: 0px;
        margin: 0px;
        text-align: center;
        margin-top: -5px;
    }
    .home #carouselFull .pagination li {
        display: inline-block;
        float: none;
    }
    .home #carouselFull.turquiose .prev {
        bottom: 5px;
    }
    .home #carouselFull.turquiose .next {
        bottom: 5px;
    }
    .container {
        width: 735px;
    }
    .containerInner {
        width: 100%;
        background: none;
    }
    .content {
        width: 100%;
    }
    .home .primaryContent {
        width: 100%;
    }
    .home .containerInner {
        padding-left: 0px;
        padding-right: 0px;
        background: none;
    }
    .hc-col1 {
        width: 100%;
    }
    .hc-col2 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 25px;
    }
     .hc-col3 {
        width: 100%;
        padding-top: 30px;
         padding-bottom: 20px;
    }
    .upperFooter {
        width: 735px;
        background: url(../image/png/upperFooter.png) no-repeat -5px 0;
    }
    .lowerFooter {
        width: 735px;
        padding-left: 30px;
        padding-right: 30px;
        /* float: left; */
        display: table;
    }
    .footer {
        width: 100% !important;
    }
    .lowerFooter li {
        margin: 0 15px 0 0;
        padding: 0 0 0 15px;
    }
    .primaryContent p {
        text-align: justify;
    }
    .home-cntnt {
        text-align: justify;
    }
    .breadcrumb {
        width: 100% !important;
        height: 45px;
    }
    .breadcrumb ul {
        width: 735px;
        padding-left: 0px;
        padding-top: 7px;
        background: url(../image/png/breadcrumb.png) no-repeat -5px bottom;
    }
    .breadcrumb ul li:last-child a {
        margin-right:10px !important;
        position: relative;
        top: -5px;
    }
    .hr1-col1 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hr1-col2 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hr2-col1 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hr2-col2 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* responsive ends */