﻿html, body {
    font-family: 'MyriadPro-Regular';
    font-size: 13px;
    color: #53565a;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
input:focus {
    outline: none;
    box-shadow: none;
}
a {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src:url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src:url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-LightSemiExt';
    src:url('../fonts/MyriadPro-LightSemiExt.woff') format('woff'), url('../fonts/MyriadPro-LightSemiExt.ttf') format('truetype'), url('../fonts/MyriadPro-LightSemiExt.svg#MyriadPro-LightSemiExt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: scmfonts;
    src:url(../fonts/scmfonts.woff) format('woff'), url(../fonts/scmfonts.ttf) format('truetype'), url(../fonts/scmfonts.svg#Sri-TSCRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
.modal {
    text-align: center;
}
/*.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}*/
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.upper-pan {
    background: #f8f8f8 url(../images/banner-1.png) no-repeat top center;
    background-size: cover;
    height: 555px;
    overflow: hidden;
    width: 100%;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-size: contain;
}
.upper-pan-comm {
    height: 555px;
    background: url(../images/banner-1-comm.jpg) no-repeat top center;
    background-size: cover !important;
    background-position: 0px 30px;
    background-attachment: fixed;
    background-size: contain;
    width: 100%;
    overflow: hidden;
}
.slider-pan {
    background-color: #f8f8f8;
    height: 195px;
    border-bottom: 1px solid #dcdcdc;
}
.top-menu {
    background-color: #0d0d0d;
}
.main_nav {
    background: rgba(255,255,255,.7);
}
.top-menu-list {
    float: right;
    margin: 0;
    padding: 0;
}
.top-menu-list li {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.top-menu-list li a {
    color: #dcdcdc;
    padding: 0 10px;
    border-right: 1px solid #dcdcdc;
    text-decoration: none;
    font-size: 12px;
}
.top-menu-list li a img {
    width: 20px;
    margin-top: -3px;
    padding-right: 3px;
}
.top-menu-list li.active a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}
.top-menu-list li:last-child a {
    border-right: 0;
}
.main-menu-pan nav {
    background-color: transparent;
    border: 0;
}
.main-menu-pan .navbar-default .main-menu.navbar-nav > li {
    padding-right: 9px;
}
.main-menu-pan .navbar-default .main-menu.navbar-nav > li.spanis_txt_nav {
    padding-right: 5px;
}
.main-menu-pan .navbar-default .main-menu.navbar-nav > li:last-child {
    padding-right: 0px;
}
.main-menu-pan .navbar-default .navbar-nav > li > a, .main-menu-pan .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    /*padding-left: 0;*/
    cursor: pointer;
    text-transform: uppercase;
    transition: ease-out 0.2s;
}
.main-menu-pan .navbar-default .navbar-nav > li.spanis_txt_nav > a {
    font-size: 12px;
}
.main-menu-pan .navbar-default .navbar-nav > li.franch_txt_nav > a {
    font-size: 13px;
}
.main-menu-pan .navbar-default .main-menu.navbar-nav > li.franch_txt_nav {
    padding-right: 12px;
}
.main-menu-pan .navbar-default .navbar-nav > li > a:hover {
    transition: ease-in 0.2s;
}
.main-menu-pan .navbar-default .navbar-nav > li:last-child a {
    padding-right: 0;
}
.main-menu-pan .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.main-menu-pan .navbar-default .navbar-toggle {
    border-color: transparent;
}
.main-menu-pan .navbar-toggle {
    border-radius: 0;
    background-color: #fff;
}
.tab-pan-M {
    width: 400px;
    background-color: #f9f9f9;
    padding: 0 22px 15px 22px;
    float: left;
}
.main-tab-pan {
    float: left;
    margin-top: 14px;
}
.tab-pan-M h4 {
    margin: 0;
    padding-top: 24px;
    font-size: 19px;
    padding-bottom: 5px;
    font-family: 'MyriadPro-Semibold';
    text-transform: uppercase;
    color: #179ed8;
}
.formsectionarea {
    float: left;
    width: 100%;
    margin: 10px 0px 10px;
}
.fbhideshow {
    float: right;
    width: 49%;
    margin: 0;
}
.form-groups {
    float: left;
    width: 100%;
    margin: 0;
}
#btnfacebookLogin {
    width: 100%;
    float: left;
    border: 1px solid #00a5df;
    color: #00a5df;
}
.forgot-text {
    float: right;
    font-size: 13px;
    padding-bottom: 1px;
    padding-top: 0;
    text-decoration: none !important;
    transition: ease-out 0.2s;
}
.forgot-text:hover {
    transition: ease-in 0.2s;
}
.sign_in_text.forgot-text {
    padding-top: 0px;
    text-decoration: none;
    margin-top: 3px;
}
.tab-pan-M input[type="text"], .tab-pan-M input[type="password"] {
    border: 1px solid #c3c3c3;
    height: 40px;
    line-height: 38px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    border-radius: 0;
    padding: 0px 10px;
    color: #565656 !important;
}
.tab-pan-M input::placeholder {
    color: #939396;
    font-size: 18px;
}
.forgot-text img {
    margin-left: 13px;
}
.login-btn.login-btn {
    width: 100%;
    border: 0;
    line-height: inherit;
    padding: 10px 0 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    transition: ease-out 0.3s;
    font-family: 'MyriadPro-Semibold';
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 3px;
}
.login-btn.login-btn:hover {
    color: #fff;
    transition: ease-in 0.3s;
}
.register-btn {
    font-family: 'MyriadPro-Semibold';
    width: 100%;
    background-color: #fff;
    border: 0;
    line-height: inherit;
    padding: 5px 0 5px 0;
    font-size: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    transition: ease-out 0.3s;
}
.register-btn:hover {
    color: #fff;
    transition: ease-in 0.3s;
}
.or-sep {
    width: 333px;
    display: block;
    border-bottom: 1px solid #cccccc;
    margin: 10px auto 16px;
    position: relative;
}
.or-sep::after {
    /*content: "or";*/
    position: absolute;
    left: 46%;
    width: 30px;
    margin: auto;
    color: #b4b4b6;
    text-align: center;
    top: -10px;
    background: #fff;
}
.main-tab-pan .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
    border: 0;
}
.main-tab-pan .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0b91d0;
    border: 0 !important;
}
.main-tab-pan .nav-tabs > li > a:hover {
    border-radius: 0 !important;
}
.main-tab-pan .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    color: #fff;
    font-size: 16px;
    border: 0;
}
.nav > li > a:focus {
    background-color: #fff;
    color: #0b91d0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: none !important;
    color: #4ed5ff !important;
    border: 0 !important;
}
ul.nav-tabs {
    padding: 4px 0px 0px;
    font-size: 16px;
    font-family: 'MyriadPro-Semibold';
    text-transform: uppercase !important;
    border: 0;
    width: 420px;
}
ul.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
}
ul.nav-tabs > li > a {
    border: 0 !important;
    color: #fff;
}
ul.nav-tabs > li > a:focus, ul.nav-tabs > li > a:hover {
    text-decoration: none;
    background: none !important;
    border: 0 !important;
    color: #fff !important;
}
.nav-tabs > li.active > a:hover, .main-tab-pan .nav > li > a:hover {
    color: #fff;
}
.checkbox label {
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
}
.slider-pan h4 {
    margin: 0;
    padding-top: 17px;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'MyriadPro-LightSemiExt';
    text-align: center;
}
.slider-pan .carousel-inner {
    width: 1170px;
    margin: auto;
    overflow: hidden;
}
.slider-pan .carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
.slider-pan .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
.slider-pan .carousel-control {
    width: auto;
}
.footer {
    width: 100%;
}
.noPad {
    padding: 0;
}
.slider-pan .carousel-indicators .active {
    background-color: #0b91d0;
    border: 0;
    width: 14px;
    height: 14px;
}
.slider-pan .carousel-indicators li {
    border: 1px solid #9c9c9c;
    margin-right: 15px;
    width: 14px;
    height: 14px;
}
.icon-payment_info:before {
    content: "\e894";
    font-size: 46px;
    text-align: center;
    display: block;
    font-family: scmfonts;
}
.icon-outages:before {
    content: "\e887";
    font-size: 46px;
    text-align: center;
    display: block;
    font-family: scmfonts;
}
.itemWid {
    display: inline-block;
    width: 232px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-family: 'MyriadPro-LightSemiExt';
}
.icon-service:before {
    content: "\e8a0";
    font-size: 46px;
    text-align: center;
    display: block;
    font-family: scmfonts;
}
.icon-efficiency:before {
    content: "\e871";
    font-size: 46px;
    text-align: center;
    display: block;
    font-family: scmfonts;
}
.icon-connectme:before {
    content: "\e883";
    font-size: 46px;
    display: block;
    text-align: center;
    font-family: scmfonts;
}
.icon-report_water:before {
    content: "\e8ae";
    font-size: 44px;
    color: #0b91d0;
    font-family: scmfonts;
}
.icon-construction_tracke:before {
    content: "\e9d7";
    font-size: 44px;
    color: #0b91d0;
    font-family: scmfonts;
}
.icon-payment_loca:before {
    content: "\e8bc";
    font-size: 44px;
    font-family: scmfonts;
}
.icon-deman_Response:before {
    content: "\e979";
    font-size: 44px;
    font-family: scmfonts;
}
.icon-faq_login:before {
    content: "\e957";
    font-size: 44px;
    font-family: scmfonts;
}
.slider-pan .glyphicon-chevron-right:before {
    content: "\f104" !important;
    font-family: 'scmfonts';
}
.slider-pan .glyphicon {
    top: 26px;
}
.slidertxt {
    font-weight: normal;
}
.logoMain {
    display: block;
    margin-top: 0px;
    float: left;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
    float: left;
}
.main-tab-pan .nav > li > a {
    padding: 9px 15px;
}
.carousel .item .itemWid:first-child {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
.carousel .item .itemWid:last-child {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
.first-icn::before {
    top: 1px;
    display: block;
    text-align: center;
    font-family: scmfonts;
}
.last-icn::before {
    top: 1px;
    display: block;
    text-align: center;
    font-family: scmfonts;
}
.divtime_box {
    text-align: center;
    background: #fff;
    width: 446px;
    padding: 21px;
    opacity: 0.91;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 94px;
    border: 1px solid #ccc;
}
.divtime_box > p {
    color: #707070;
    font-size: 22px;
    margin-bottom: 16px;
}
.divtime_box .date_box {
    color: #36abe0;
    font-size: 26px;
}
.date_box_to {
    float: left;
    width: 100%;
    padding-top: 25px;
    line-height: 11px;
}
.time_box1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 21px;
}
.time_box1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.time_box1 ul li {
    width: 107px;
    border-radius: 5px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    background: #36abe0;
    background: -moz-linear-gradient(top, #36abe0 0%, #0c74a2 100%);
    background: -webkit-linear-gradient(top, #36abe0 0%,#0c74a2 100%);
    background: linear-gradient(to bottom, #36abe0 0%,#0c74a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36abe0', endColorstr='#0c74a2',GradientType=0 );
}
.time_box1 ul li span {
    display: block;
    font-size: 16px;
    color: #fff;
}
.time_box1 ul li span:first-child {
    font-size: 24px;
}
div#showdetails_login {
    z-index: 99999999999;
}
.mid_section {
    background: url('../images/bg-taxture.png') repeat;
    float: left;
    width: 100%;
}
.mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
    float: left;
    height: 333px;
    width: 30%;
    background-color: #fff;
    margin: 35px 0px;
    box-shadow: 0px 0px 5px -1px #888888;
}
.mid_sec_cont_1 {
    margin-right: 49px;
}
.mid_sec_cont_1:last-child {
    margin-right: 0px;
}
.mid_sec_cont_2 {
    margin-left: 39px;
    margin-right: 39px;
}
.img_top {
    min-height: 143px;
    max-height: 157px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
}
.img_top > img {
    max-height: 152px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mid_sec_cont_1 img {
    opacity: 0.7;
    transition: ease-out 0.3s;
}
.mid_sec_cont_1:hover img {
    opacity: 1;
    transition: ease-in 0.3s;
}
.mid_sec_cont_1 h2, .mid_sec_cont_2 h2, .mid_sec_cont_3 h2 {
    padding: 15px;
    color: #205d81;
    font-weight: normal;
    margin: 0px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f7f7f7;
}
.mid_sec_cont_1 p, .mid_sec_cont_2 p, .mid_sec_cont_3 p {
    padding: 0px 15px;
    margin: 0px;
    height: 95px;
    font-size: 17px;
    font-family: 'MyriadPro-LightSemiExt';
    color: #4a4a4a;
    word-wrap: break-word;
}
.modal-header .close {
    opacity: 9;
}
.discription_pro_login {
    color: #555555;
    font-size: 13px;
    max-height: 294px;
    line-height: 23px;
    margin: 10px 7px 0 2px;
    overflow: auto;
    padding: 1px 2px 36px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}
.modal-header {
    background: #f2f9fd;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 15px 15px;
    border-radius: 0px !important;
}
.modal-content {
    border-radius: 0px !important;
}
.modal-header {
    border-bottom: 1px solid #d7ecf9 !important;
}
#showdetails_login .modal-dialog {
    z-index: 99999;
}
.img_area .img img {
    max-width: 100%;
    max-width: 420px;
    height: 160px;
}
.img_area .img img[src='images/no_img_login.png'] {
    width: 100%;
}
.modal-header .close {
    opacity: 1 !important;
}
.img_area .img {
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    padding: 2px;
    width: 426px;
    text-align:center;
}
.mid_sec_cont_1 a, .mid_sec_cont_2 a, .mid_sec_cont_3 a {
    text-decoration: none;
    float: right;
    padding: 10px 15px;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    color: #43a7d8;
    margin: 0px 15px;
}
/*.mid_sec_cont_1 a:hover, .mid_sec_cont_2 a:hover, .mid_sec_cont_3 a:hover {
    background-color: #edf6fb;
    text-decoration: none;
}*/
.mid_sec_cont_1 a > img, .mid_sec_cont_2 a > img, .mid_sec_cont_3 a > img {
    width: 20px;
    margin-left: 12px;
    margin-top: -3px;
}
.mid_sec_cont_1 a:hover, .mid_sec_cont_2 a:hover, .mid_sec_cont_3 a:hover, .head_icon_flat:hover {
}
li.resi_tab_btn.active a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 16px solid #f9f9f9;
    position: absolute;
    left: 41%;
    top: 47px;
}
li.comm_tab_btn.active a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 16px solid #f9f9f9;
    position: absolute;
    left: 41%;
    top: 47px;
}
#myCarousel .carousel-inner .item {
    max-height: 100px;
    overflow: hidden;
    text-align: center;
}
#myCarousel > .carousel-inner > .item {
    background: #f8f8f8;
}
.modal-backdrop {
    z-index: 999;
}
.modal-title {
    max-width: 90%;
}
.carousel-control {
    width: 4%;
}
.carousel-control.left, .carousel-control.right {
    margin-left: 15px;
    background-image: none;
}
.carousel-inner .item > a {
    display: inline-block;
    width: 232px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-family: 'MyriadPro-LightSemiExt';
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
}
span.itemWid {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input[type="text"] {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-group {
    margin-bottom: 12px;
}
.tab-pan-M {
    position: relative;
}
span#lblMsg {
    position: absolute;
    background: #fff;
    top: 73px;
    left: -95%;
    box-shadow: 0px 0px 5px #888888;
    width: 90%;
    padding: 12px;
    font-size: 13px;
    display: none;
    z-index: 99999;
}
span#lblMsg:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f3f3f3;
    top: 16px;
    position: absolute;
    right: -15px;
    transform: rotate(270deg);
}
.head_icon_flat.icon_arrow-3:before {
    content: "\e8e2";
}
.head_icon_flat {
    display: block !important;
    font-family: "scmfonts";
    position: relative;
    top: -3px;
    font-size: 18px;
    float: right;
    padding-left: 9px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.effi_arrow_ico {
    top: -1px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}
.lbl_txt_popup {
    font-weight: normal;
    padding-top: 5px;
    font-size: 16px;
}
.logoMain img.img-responsive {
    max-width: 219px;
    margin-top: 2px;
}
.register-btn {
    padding: 10px 0 10px 0 !important;
    text-transform: uppercase;
    font-size: 13px;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    display:none;
}
@media (min-width:1100px) and (max-width:1550px) {
    .login-btn.login-btn {
        padding: 10px 0 10px 0 !important;
    }
    .register-btn {
        padding: 10px 0 10px 0 !important;
        text-transform: uppercase;
        font-size: 13px;
        line-height: normal !important;
    }
    .slider-pan {
        height: 155px;
    }
    .slider-pan h4 {
        padding-bottom: 2px;
        padding-top: 8px;
        font-size: 26px;
    }
    .tab-pan-M input[type="text"], .tab-pan-M input[type="password"] {
        height: 34px;
        line-height: 34px;
    }
    .upper-pan {
        height: 490px;
    }
    .main-tab-pan {
        margin-top: 16px;
    }
    .tab-pan-M h4 {
        padding-top: 23px;
    }
}
@-moz-document url-prefix() {
    @media (min-width:1100px) and (max-width:1550px) {
        .upper-pan {
            height: 460px;
        }
    }
}

    .form-control::-webkit-input-placeholder {
        color: #666;
        font-style: italic;
    }

    .carousel-control:hover, .carousel-control, .carousel-control:focus {
        opacity: .9;
    }

    #myCarousel .left.carousel-control {
        margin-left: -3px;
        transition: ease-in 0.3s;
        width: 32px;
    }

        #myCarousel .left.carousel-control:hover {
            transition: ease-out 0.3s;
            width: 32px;
        }

            #myCarousel .left.carousel-control:hover:before, #myCarousel .left.carousel-control:before {
                content: "\f104";
                font-family: scmfonts;
                font-weight: normal !important;
                text-shadow: 0 0 0 !important;
                font-size: 36px;
                position: relative;
                top: 24px;
                float: left;
                left: -9px;
            }

        #myCarousel .left.carousel-control:before {
            color: #6d6d6d;
        }

    #myCarousel .right.carousel-control {
        transition: ease-in 0.3s;
        width: 32px;
    }

        #myCarousel .right.carousel-control:hover {
            transition: ease-out 0.3s;
            width: 32px;
        }

            #myCarousel .right.carousel-control:hover:before, #myCarousel .right.carousel-control:before {
                content: "\f104";
                font-family: scmfonts;
                font-weight: normal !important;
                text-shadow: 0 0 0 !important;
                font-size: 36px;
                position: relative;
                top: 24px;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
                float: right;
                right: -9px;
            }

        #myCarousel .right.carousel-control:before {
            color: #6d6d6d;
        }

    #page_loader {
        background-image: url('../images/loader.gif');
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: .7;
        display: none;
        position: fixed;
        top: 0px;
        z-index: 99999999;
    }

    .top-menu {
        background-color: #0d0d0d;
        height: 30px;
        display: none;
    }

    #back-top a {
        background-color: rgba(11, 144, 206, 0.6);
        border: 1px solid #fff;
        border-radius: 50%;
        bottom: 40px;
        color: #fff;
        height: 40px;
        padding: 10px;
        position: fixed;
        right: 20px;
        text-align: center;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        width: 40px;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
    }

    #back-top > a > i {
        color: #fff;
    }

    .bck_to_top:before {
        content: '\f106';
    }

    .i_scmfonts {
        font-family: 'scmfonts' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: left;
        text-indent: 0;
    }

    .mega_footer_wrapper {
        background: #0274a9;
        width: 100%;
        float: left;
        color: #000;
        z-index: 99999999;
        border-top: 1px solid #e2e2e2;
        padding: 15px 0px 0px;
    }

        .mega_footer_wrapper .copy-right {
            margin: 7px 20px 20px 0;
            padding: 0px;
            font-size: 10px;
            color: #000;
        }

        .mega_footer_wrapper .footer-logo {
            float: right;
            text-align: right;
            margin: 7px 0px;
        }

        .mega_footer_wrapper a, .mega_footer_wrapper a:hover, .mega_footer_wrapper h3 a, .mega_footer_wrapper h3 a:hover {
            color: #fff;
            text-decoration: none;
        }

    .footlinks_new a, .footlinks_new a:hover {
        padding: 0px 15px;
        color: #fff;
    }

    .mega_foot_nav ul {
        list-style: none;
        padding: 0px;
    }

        .mega_foot_nav ul li {
            padding-bottom: 6px;
            padding-left: 30px;
        }

            .mega_foot_nav ul li a {
                font-size: 13px;
                text-decoration: none;
            }

                .mega_foot_nav ul li a:after {
                    position: relative;
                    float: right;
                    right: 40%;
                    content: "\f104";
                    font-size: 11px;
                    font-family: scmfonts;
                    top: 1px;
                    -ms-transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                    font-weight: bold;
                }

                .mega_foot_nav ul li a:hover {
                    font-size: 13px;
                    color: #CCC;
                }

            .mega_foot_nav ul li img {
                float: right;
                margin-right: 40%;
                margin-top: 6px;
            }

    .foot_nav_wrapper {
        background: #ffffff;
        border-top: 1px solid #dedede;
    }

    .footer_nav_default ul li a::after {
        content: "\f104";
        float: right;
        font-family: scmfonts;
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        right: 40%;
        top: 13px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        line-height: 1;
        display: none;
    }

    .full_width_input_sec {
        width: 100%;
        float: left;
    }

    .left_side_sec.input_box_eff_wrap {
        width: 49%;
        float: left;
    }

    .input_box_eff_wrap {
        position: relative;
        margin-bottom: -4px;
    }

        .input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
            font-size: 14px;
            padding: 10px 10px 0px 0px;
            display: block;
            width: 100%;
            border: 0;
            border-bottom: 1px solid #c1c1c1;
            height: 40px;
            border-radius: 0px;
            float: left;
            margin: 5px 0px;
        }

    input.input_effect:focus, select.select_effect:focus, textarea.textarea_effect:focus {
        outline: none;
    }

    label.effect_lbl {
        color: #999;
        font-size: 14px;
        font-weight: normal;
        float: left;
        width: 48%;
        font-family: 'MyriadPro-Semibold';
        text-transform: uppercase;
    }

    input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl,
    select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl,
    textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl,
    input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl {
        top: -2px;
        font-size: 13px;
        color: #004066;
    }

    .highlight_input {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }

    input.input_effect:focus ~ .highlight_input {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }

    @-webkit-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }

        to {
            width: 0;
            background: transparent;
        }
    }

    @-moz-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }

        to {
            width: 0;
            background: transparent;
        }
    }

    @keyframes inputHighlighter {
        from {
            background: #5264AE;
        }

        to {
            width: 0;
            background: transparent;
        }
    }

    .textarea_effect {
        resize: none;
    }

    .bar_input {
        display: block;
        width: 95%;
    }

        .bar_input:before, .bar_input:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 5px;
            position: absolute;
            background: #004066;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

    .bar_textarea:before, .bar_textarea:after {
        bottom: 27px;
    }

    .bar_input:before {
        left: 50%;
    }

    .bar_input:after {
        right: 50%;
    }

    input.input_effect:focus ~ .bar_input:before, input.input_effect:focus ~ .bar_input:after,
    select.select_effect:focus ~ .bar_input:before, select.select_effect:focus ~ .bar_input:after,
    textarea.textarea_effect:focus ~ .bar_input:before, textarea.textarea_effect:focus ~ .bar_input:after {
        width: 50%;
    }

    .form-group, .tab-content > .active {
        float: left;
        width: 100%;
    }

    .form-group {
        margin-bottom: 0px !important;
    }

    .or_section {
        float: left;
        width: 55px;
        position: absolute;
        background: #fff;
        height: 55px;
        border-radius: 50%;
        left: 157px;
        top: -9px;
        padding: 18px 16px;
        font-weight: bold;
    }

    .toast-message {
        max-width: 95%;
    }

    .signinfull {
        width: 100% !important;
        text-indent: 1px !important;
    }

    .small, small {
        font-size: 85%;
        display: block;
    }

    .mdl-checkbox.is-checked span.mdl-checkbox__tick-outline:after {
        content: "\e926" !important;
        font-family: "scmfonts" !important;
        color: #ffffff;
        font-size: 12px;
        background: #51abd7;
        margin-top: 0 !important;
        padding-top: 3px;
        position: absolute;
        top: -6px;
        font-weight: bold;
        padding-left: 1px;
    }

    .mdl-checkbox__tick-outline {
        -webkit-mask: none;
        mask: none;
    }

    .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
        background: none !important;
    }

    .spinner {
        margin: auto;
        width: 70px;
        text-align: center;
        position: absolute;
        z-index: 999999999 !important;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 24px;
    }

    #page_loader {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.1);
        z-index: 9999999 !important;
    }

    #change-pwd-divPopupFirstLogin.PopupDiv {
        z-index: 999999 !important;
        position: fixed !important;
        left: 0px !important;
        right: 0px !important;
        margin: auto !important;
        text-align: center;
        outline: none !important;
    }

    #change-pwd-divPopupFirstLogin .left_side_sec.input_box_eff_wrap {
        width: 100%;
    }

    #change-pwd-divPopupFirstLogin .input_box_eff_wrap input.input_effect {
        width: 95%;
    }

    #change-pwd-divPopupFirstLogin .full_width_input_sec {
        margin-bottom: 25px;
        padding-left: 21px;
    }

    #change-pwd-divPopupFirstLogin .popup_input_wrapper {
        padding-top: 15px;
    }

    #change-pwd-divPopupFirstLogin .bar_input:before {
        left: 45%;
    }

    #change-pwd-divPopupFirstLogin #btnChangePasswordFirstLogin {
        padding: 5px 20px;
        margin: 0 25px 15px;
    }

    #change-pwd-divPopupFirstLogin .bottom_area_home {
        clear: both;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        text-align: right;
    }

    #change-pwd-divPopupFirstLogin #changepwdbody {
        padding: 0px;
    }

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1.0);
        }
    }

    @keyframes sk-bouncedelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1.0);
            transform: scale(1.0);
        }
    }

    .w2ui-tag, .w2ui-popup {
        z-index: 999999;
    }

    #pswd_info {
        top: 53px !important;
        left: 120px !important;
    }

    .footer_nav_default > ul > li#faqlink {
        display: none !important;
    }

    .mdl-checkbox__tick-outline {
        -webkit-mask: none !important;
        mask: none !important;
    }

    .mdl-checkbox.is-checked span.mdl-checkbox__tick-outline:after {
        padding-top: 0;
        position: absolute;
        top: -2px;
        font-weight: bold;
        padding-left: 0px;
    }

    .fixedfooter {
        position: absolute;
        bottom: 0;
    }

    .nicescroll-cursors:hover {
        background-color: #26a7e6 !important;
    }

    label.hiddenlabels {
        display: none !important;
    }
.welcome_msg {
    width: 345px;
    float: left;
    display: inline-block;
    margin-left: 20px;
    background: #f9f9f9;
    padding: 23px 20px 20px;
}
.welcome_msg h2 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 5px;
    font-family: 'MyriadPro-Semibold';
    text-transform: uppercase;
    color: #00aeef;
}
.welcome_msg p {
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    padding-top: 10px;
}
@media (min-width: 1500px) {
    .container {
            width: 1470px !important;
        }
    }

    @media (min-width: 768px) {
        .navbar-nav {
            float: right !important;
            margin: 0;
        }

        .slider-pan .carousel-indicators {
            bottom: -73px;
        }
    }

    @media (min-width:768px) and (max-width:1024px) {
        .main-menu-pan .navbar-default .navbar-nav > li > a {
            color: #fff;
        }
        .logoMain img.img-responsive {
            margin-top: 1px;
        }

        .divtime_box {
            text-align: center;
            background: #fff;
            float: left;
            width: 100%;
            padding: 5px 21px 22px;
            margin: 0;
            position: relative;
            right: 0;
            top: 0px;
            opacity: 1;
        }

            .divtime_box > p {
                margin-bottom: 4px;
            }

        .time_box1 {
            width: 43%;
            margin-top: 21px;
        }

        .date_box_to {
            float: left;
            width: 13%;
        }

        .time_box1 {
            width: 43%;
            margin-top: 21px;
        }

            .time_box1 ul li {
                width: 68px;
            }

                .time_box1 ul li span {
                    font-size: 14px;
                }

                    .time_box1 ul li span:first-child {
                        font-size: 17px;
                    }

            .time_box1 ul li {
                padding: 2px 10px;
            }

        .upper-pan {
            background-position: center 0px;
            background-size: 192% !important;
        }

        .main-menu-pan .navbar-default .navbar-nav > li.spanis_txt_nav > a {
            font-size: 11px;
        }

        .navbar-nav > li > a {
            padding-bottom: 8px !important;
        }

        .main-menu-pan .navbar-default .navbar-nav > li > a {
            font-size: 11px;
        }

        .main-menu-pan .navbar-default .main-menu.navbar-nav > li {
            padding-right: 20px;
        }

        .checkbox #rmbrme {
            top: -1px;
        }

        .slider-pan .carousel-inner {
            width: 95%;
        }

        .itemWid {
            font-size: 13px;
        }

        .first-icn::before {
            left: 11px;
        }

        .last-icn::before {
            right: 39px;
        }

        .mid_sec_cont_2 {
            margin-left: 24px;
            margin-right: 24px;
        }

        .itemWid {
            display: inline-block;
            width: 232px;
            text-align: center;
            font-size: 20px;
            color: #333;
            font-family: 'MyriadPro-LightSemiExt';
        }

        .mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
            width: 31%;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        ul.nav-tabs {
            position: absolute;
            display: block;
            padding: 4px 0px 0px;
            font-size: 16px;
            font-family: 'MyriadPro-Semibold';
            text-transform: uppercase !important;
            border: 0;
            width: 360px;
            left: 30px;
            z-index: 99;
        }

        .footer_nav_default ul li a {
            font-size: 12px !important;
            text-align: center;
        }

        .main-menu-pan .navbar-default .navbar-nav > li > a {
            padding-right: 0px;
        }

        .mid_sec_cont_1 {
            margin-right: 21px !important;
        }

            .mid_sec_cont_1:last-child {
                margin-right: 0px !important;
            }

        .copytext, .ver_no_login, .pw_logo_foot {
            padding-top: 5px !important;
        }

        .ver_no_login {
            padding-top: 12px !important;
        }

        .copytext {
            min-height: 30px;
            text-align: left;
        }

        .ver_no_login {
            min-height: 34px;
            text-align: right;
        }

        .img_top {
            min-height: 87px;
        }

        .col-md-2.col-sm-6.col-xs-12.footer_sec_mid ul {
            padding-left: 70px;
        }

        span.copytext {
            padding-left: 70px;
        }

        .swiper-slide.swiper-slide.swiper-slide {
            width: 205px !important;
        }
    }

    @media (min-width:320px) and (max-width:767px) {
        .img_area .img img {
            max-width: 300px;
        }
        .swiper-slide.swiper-slide {
            width: 100% !important;
            margin-left: 0px !important;
        }

        .top-menu {
            display: none;
        }

        .img_top {
            min-height: 155px;
        }

            .img_top > img {
                max-height: 155px;
            }

        div#bs-example-navbar-collapse-1 {
            position: absolute;
            z-index: 999;
            width: 92%;
            left: 30px;
            top: -11px;
        }

        #myCarousel .carousel-inner .item a {
            width: 100%;
            float: left;
        }

        .main-menu-pan .nav > li {
            background-color: rgba(0,0,0,.8);
            padding-left: 20px;
        }

        .tab-pan-M {
            width: 100%;
            background-color: #f9f9f9;
            padding: 0 32px 32px 32px;
        }

        .main-tab-pan {
            float: none;
            border: 0;
        }

        .mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
            width: 100%;
        }

        .divtime_box {
            text-align: center;
            background: #fff;
            float: left;
            width: 100%;
            padding: 5px 21px 22px;
            margin: 0;
            position: relative;
            right: 0;
            top: 0px;
            opacity: 1;
        }

            .divtime_box > p {
                margin-bottom: 4px;
                font-size: 16px;
            }

        .time_box1 {
            width: 100%;
            margin-top: 2px;
        }

        .date_box_to {
            float: left;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 5px;
            font-size: 15px !important;
        }

        ul.nav-tabs {
            position: static;
            display: block;
            padding: 4px 0px 0px;
            font-size: 16px;
            font-family: 'MyriadPro-Semibold';
            text-transform: uppercase !important;
            border: 0;
            width: 100%;
            left: 111px;
            z-index: 9999;
            top: 0;
            background: rgba(0,0,0,0.9);
        }

        li.resi_tab_btn.active a:before, li.comm_tab_btn.active a:before {
            content: '';
            width: 0;
            height: 0;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-top: 9px solid #0e0e0e;
            position: absolute;
            left: 41%;
            top: 35px;
            z-index: 99;
        }

        .time_box1 ul li {
            width: 68px;
        }

            .time_box1 ul li span {
                font-size: 14px;
            }

                .time_box1 ul li span:first-child {
                    font-size: 17px;
                }

        .time_box1 ul li {
            padding: 2px 10px;
        }

        .logoMain {
            padding-bottom: 10px;
        }

        .main-menu-pan .navbar-nav {
            margin: 0px -15px 7.5px -15px;
        }

        .main-menu-pan .navbar-default .navbar-nav > li:hover {
            background-color: #000;
            transition: all 0.5s;
        }

        .main-menu-pan .navbar-default .navbar-nav > li {
            border-bottom: 1px solid #f3f3f3;
        }

        .or-sep {
            width: 100%;
        }

        .tab-pan-M h4 {
            padding-top: 10px;
        }

        .tab-pan-M {
            padding: 0 32px 1px;
        }

        .mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
            width: 100%;
        }

        .mid_sec_cont_2 {
            margin-left: 0;
            margin-right: 0;
        }

        .mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
            margin: 10px 0;
        }

            .mid_sec_cont_1 p, .mid_sec_cont_2 p, .mid_sec_cont_3 p {
                height: 80px;
                overflow: hidden;
            }

        .mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
            height: auto;
        }

        .or-sep {
            margin: 15px auto;
        }

        .tab-pan-M h4 {
            font-size: 20px;
        }

        .slider-pan h4 {
            padding-top: 10px;
            padding-bottom: 0;
            font-size: 20px;
        }

        .slider-pan {
            height: 130px;
            overflow: hidden;
        }

        .upper-pan {
            height: auto;
            padding: 0px 0;
        }

        .or_responsive {
            text-align: center;
        }

        .footer_sec_right {
            padding-top: 1px;
            text-align: center !important;
        }

        .footer_sec_mid {
            padding-top: 0;
        }

        .footer_sec_left ul {
            padding: 9px 0 0;
            margin: auto;
            width: 158px;
        }

        .mid_sec_cont_1 a, .mid_sec_cont_2 a, .mid_sec_cont_3 a {
            margin: 5px 15px;
        }

        .footer .footer_sec > .footer_sec_mid {
            text-align: center;
        }

            .footer .footer_sec > .footer_sec_mid > ul {
                float: none;
                display: inline-block;
            }

        .copytext, .ver_no_login {
            padding-top: 0;
        }

        .pw_logo_foot {
            float: none !important;
        }

        .top-menu-list > li > a {
            font-size: 12px;
            padding: 0 15px;
        }

        .main-menu-pan .navbar-header > button {
            position: absolute;
            right: 0;
            top: -54px;
        }

        .carousel-inner {
            width: 100% !important;
        }

        .itemWid {
            width: 100% !important;
        }

        .carousel-inner .active.left {
            left: -100%;
        }

        .carousel-inner .next {
            left: 100%;
        }

        .carousel-inner .prev {
            left: -100%;
        }

        .active > span {
            display: none;
        }

            .active > span:first-child {
                display: block;
            }
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
        .mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
            width: 30%;
            margin: 10px 12px;
        }

        .footer_sec_mid ul {
            margin: auto;
            width: 178px;
            float: none;
            position: static;
        }

        .footer_sec_left ul {
            margin: auto;
            width: 182px;
        }
    }

    @media (min-width: 767px) and (max-width: 992px ) {
        .mid_sec_cont_1 h2, .mid_sec_cont_2 h2, .mid_sec_cont_3 h2 {
            padding: 15px;
            color: #56565a;
            font-weight: 700;
            margin: 0px;
            font-size: 16px;
        }

        .mid_sec_cont_1 p, .mid_sec_cont_2 p, .mid_sec_cont_3 p {
            padding: 0px 15px;
            margin: 0px;
            height: 86px;
            font-size: 14px;
            font-family: 'MyriadPro-LightSemiExt';
            color: #4a4a4a;
        }

        .mid_sec_cont_1, .mid_sec_cont_2, .mid_sec_cont_3 {
            float: left;
            height: auto;
        }

        .carousel-inner .active.left {
            left: -50%;
        }

        .carousel-inner .next {
            left: 50%;
        }

        .carousel-inner .prev {
            left: -50%;
        }

        .active > span {
            display: none;
        }

            .active > span:first-child {
                display: block;
            }

                .active > span:first-child + span {
                    display: block;
                }
    }

    @media (min-width: 992px ) {
        .carousel-inner .active.left {
            left: -16.7%;
        }

        .carousel-inner .next {
            left: 16.7%;
        }

        .carousel-inner .prev {
            left: -16.7%;
        }
    }

    @media (min-width: 992px) and (max-width: 1024px ) {
        .swiper-slide a img{
            max-width:147px;
        }
        .footer_sec_mid ul li {
            margin-right: 10px !important;
        }

        .mid_sec_cont_1 {
            margin-right: 30px !important;
        }

            .mid_sec_cont_1:last-child {
                margin-right: 0px !important;
            }

        .itemWid {
            width: 186px;
            text-align: center;
            font-size: 16px;
        }

        ul.nav-tabs {
            display: block;
            padding: 4px 0px 0px;
            font-size: 16px;
            font-family: 'MyriadPro-Semibold';
            text-transform: uppercase !important;
            border: 0;
            width: 403px;
        }

            ul.nav-tabs > li {
                float: left;
                margin-bottom: -1px;
                width: 50%;
                text-align: center;
            }

        .swiper-slide.swiper-slide {
            width: 226px !important;
            margin-right: 20px !important;
            max-width:226px;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .mega_foot_nav ul li img {
            margin-right: 20%;
        }

        .mega_foot_nav ul li a:after {
            right: 20%;
        }

        #errorMsg {
            top: 0px !important;
            right: 0% !important;
        }
    }

    @media (min-width:768px) and (max-width:1024px) {
        .footer_nav_default ul li a::after {
            right: 15%;
        }
    }

    @media (min-width:300px) and (max-width:767px) {
        .main-menu-pan .navbar-default .navbar-nav > li > a{
            color:#fff;
        }
        .main-menu-pan .navbar-default .main-menu.navbar-nav > li {
            width: 100%;
        }

        .main-tab-pan .nav > li > a {
            padding: 7px 0;
        }

        .footer_nav_default > ul > li {
            float: left;
            width: 50%;
            min-width: inherit;
        }

        .footer_nav_default ul li a {
            width: 100%;
        }

            .footer_nav_default ul li a::after {
                right: 5%;
            }

        #errorMsg {
            right: 1.7% !important;
            top: -4px !important;
        }
    }

    @media (min-width:320px) and (max-width:767px) {
        #rmbrme {
            position: relative;
            margin-right: 4px;
            top: 2px;
            margin-top: -3px;
        }

        span#lblMsg#lblMsg {
            top: -98px;
            left: 5%;
        }

        span#lblMsg:before {
            display: none;
        }

        .resi_tab_btn::before, .comm_tab_btn::before {
            left: 20px;
        }

        #showdetails_login .modal-dialog {
            max-width: 90%;
        }

        #showdetails_login .modal-content {
            max-width: 100%;
        }

        .modal-title {
            font-size: 15px !important;
            font-family: 'MyriadPro-semibold';
        }

        .img_area .img.img {
            max-width: 100%;
            width: 100%;
        }

        .tab-pan-M {
            padding: 10px 20px 10px;
        }
    }

    @media (min-width:320px) and (max-width:370px) {
        .discription_pro_login {
            color: #797979;
            font-size: 13px;
            max-height: 120px;
            line-height: 23px;
            margin: 10px 7px 0 2px;
            overflow: auto;
            padding: 1px 2px 36px;
            text-align: justify;
            word-wrap: break-word;
            word-break: break-all;
        }
    }

    @media (min-width:1700px) and (max-width:2200px) {
        .hide_effi_sec {
            bottom: 0;
            position: fixed;
        }

        .footer_hide_effi {
            position: relative;
            bottom: 0;
            margin-top: 0px;
        }

        .mid_sec_cont_1 {
            margin-right: 69px;
        }

        ul.nav-tabs {
            display: block;
            padding: 4px 0px 0px;
            font-size: 16px;
            font-family: 'MyriadPro-Semibold';
            text-transform: uppercase !important;
            border: 0;
            width: 420px;
        }

            ul.nav-tabs > li {
                float: left;
                margin-bottom: -1px;
                width: 50%;
                text-align: center;
            }

        .main-menu-pan .navbar-default .navbar-nav > li > a, .main-menu-pan .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            padding-left: 0;
            cursor: pointer;
            text-transform: uppercase;
            transition: ease-out 0.2s;
        }

        .upper-pan {
            height: 560px !important;
        }

        .upper-pan {
            background-position: 0px -79px;
        }
    }

    @media only screen and (min-width : 768px) and (max-width :1024px) {
        div#bs-example-navbar-collapse-1 {
            position: absolute;
            z-index: 999;
            width: 99%;
        }

        .navbar-default .navbar-toggle {
            display: block;
        }

        .main-menu-pan nav {
            background-color: transparent;
            border: 0;
        }

        .main-menu-pan .navbar-header > button {
            position: absolute;
            right: 0;
            top: -45px;
        }

        .main-menu-pan.main-menu-pan {
            width: 100%;
        }

        .main-menu-pan .navbar-default .main-menu.navbar-nav > li {
            width: 100%;
        }

        .navbar-collapse.collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.collapse.in {
                display: block !important;
            }

        .main-menu-pan .navbar-nav {
            margin: 3px -15px 15px -15px;
        }

        .main-menu-pan .navbar-default .navbar-nav > li.spanis_txt_nav > a {
            font-size: 12px;
        }

        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            border-color: #e7e7e7;
        }

        .main-menu-pan .nav > li {
            background-color: rgba(0,0,0,.8);
            padding-left: 20px;
        }

        .main-menu-pan .navbar-default .navbar-nav > li {
            border-bottom: 1px solid #0d0d0d;
        }

        .navbar-nav {
            float: left !important;
            margin: 0;
            width: 100%;
        }

        .main-menu-pan .navbar-default .navbar-nav > li:hover {
            background-color: #000;
            transition: all 0.3s;
        }

        .spinner > div {
            background-color: #fff;
        }

        .footer_nav_right a {
            padding: 10px 0px 20px !important;
        }
    }

    @media only screen and (min-width : 300px) and (max-width :767px) {
        .tab-content.tab-pan-M #errorMsg {
            top: 0px !important;
            right: 0;
            font-size: 11px;
            left: 0;
            padding: 3px 0;
            text-align: center;
            right: 0;
            width: 100%;
        }

        .upper-pan {
            height: 550px;
            background-size: cover !important;
            background-position: left;
        }

        .welcome_msg {
            margin-left:0px;
            margin-top:15px;
            padding:10px;
        }
        .welcome_msg h2{
            font-size:20px;
        }
            .or_section {
            float: none;
            position: relative;
            padding: 10px 15px;
            margin: 1px auto;
            display: inline-block;
            left: 0;
            right: 0;
            border: solid 0px #bbb;
            height: auto;
            top: 0;
        }

        .form-group > #btnfacebookLogin, .form-group > #btnlogin {
            width: 100% !important;
            text-align: center !important;
            padding-left: 0 !important;
        }

        .login-btn {
            width: 100% !important;
            margin-top: 7px;
        }

        .or_section {
            display: none !important;
        }

        .or-sep {
            display: none !important;
        }

        #btnlogin {
            text-indent: 0;
        }

        span.itemWid {
            max-width: 100%;
        }

        .tagove-livechat-widget {
            display: none !important;
        }
    }

    @media (min-width:300px) and (max-width:360px) {
        label.effect_lbl {
            width: 46%;
        }
    }

    @media (min-width:414px) and (max-width:560px) {
        .discription_pro_login {
            color: #797979;
            font-size: 13px;
            max-height: 280px;
            line-height: 23px;
            margin: 10px 7px 0 2px;
            overflow: auto;
            padding: 1px 2px 36px;
            text-align: justify;
            word-wrap: break-word;
            word-break: break-all;
        }
    }

    @media (min-width:371px) and (max-width:410px) {
        .discription_pro_login {
            color: #797979;
            font-size: 13px;
            max-height: 220px;
            line-height: 23px;
            margin: 10px 7px 0 2px;
            overflow: auto;
            padding: 1px 2px 36px;
            text-align: justify;
            word-wrap: break-word;
            word-break: break-all;
        }
    }

    @media (min-width:300px) and (max-width:375px) {
        .tab-pan-M {
            padding: 10px 10px 10px;
        }

        .mdl-checkbox__label {
            font-size: 14px !important;
        }

        .itemWid {
            font-size: 18px;
        }

        .mid_sec_cont_1 p, .mid_sec_cont_2 p, .mid_sec_cont_3 p {
            height: 100px;
        }
    }

    body {
        -webkit-overflow-scrolling: touch;
    }

    .swiper-slide {
        text-align: center;
        width: 216px !important;
    }

    .swiper-container {
        max-width: 1170px;
        margin: 0px 20px 0 20px !important
    }

    .swiper_mainblock {
        max-width: 1200px;
        position: relative;
        margin: auto;
    }

    .swiper-slide a {
        cursor: pointer !important;
    }

    a:focus, button:focus, input:focus, img:focus {
        outline: rgba(0,123,255,1) auto 1px !important;
        border-color: #80bdff !important;
    }

    input:focus {
        outline: 0 !important;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
    }

    footer a:focus, footer button:focus, footer input:focus, footer img:focus {
        outline: #ffffff auto 1px !important;
        border-color: #80bdff !important;
    }
    /* Skip nav styles from Liam */
    .skipnav {
        position: absolute;
        display: none;
        text-align: left;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    /*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
    * html .skipnav {
        display: block
    }
    /*Switch on for IE6 and below*/
    * + html .skipnav {
        display: block
    }
    /*Switch on for IE7*/
    :root .skipnav {
        display: block
    }
    /*Switch on for Moz, FF and Safari*/
    .skipnav p {
        margin: 5px 0 0 0;
        padding: 0;
        position: absolute;
        font-size: 2em
    }

    .skipnav a {
        width: 200px;
        display: block;
        color: #fff;
        background: #333;
        text-decoration: none;
        padding: 5px;
        position: absolute;
        left: -1000em;
        top: 0;
        font-weight: bold;
        text-align: center;
    }

        .skipnav a:visited {
            color: #fff
        }

        .skipnav a:focus, .skipnav a:active {
            z-index: 99;
            top: 0;
            left: 10px;
            border: solid #777 1px;
            color: #fff;
            background: #237CA9 !important;
        }
        /*Note IE bug that requires use of :active to mimic effect of :focus*/
        .skipnav a:hover {
            cursor: default
        }

    button.close > img {
        display: none;
    }

    button.close:before {
        content: "\ea0e";
        font-family: "scmfonts" !important;
        font-size: 16px;
        color: #2782ae;
    }
    /*.swiper-button-next, .swiper-button-prev{
    display:none;
}*/
    #pngUser2 {
        z-index: 999999;
    }

    .w2ui-tag {
        z-index: 99999999 !important;
    }

    #pngUser2 .modal-body {
        float: left;
        width: 100%;
        background: #fff !important;
        padding: 0px 0px 0px 0px;
    }

    #pngUser2 .full_width_input_sec {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 40px;
        padding: 0px 20px;
    }

    #pngUser2 .input_box_eff_wrap {
        position: relative;
        margin-bottom: 0px;
        width: 100%;
        background: #ffffff;
    }

        #pngUser2 .input_box_eff_wrap input.input_effect, #pngUser2 .input_box_eff_wrap select.select_effect, #pngUser2 .input_box_eff_wrap textarea.textarea_effect {
            font-size: 14px;
            padding: 10px 10px 10px 0px !important;
            display: block;
            width: 96%;
            border: 0;
            border-bottom: 1px solid #c1c1c1;
            height: 40px;
            border-radius: 0px;
            float: left;
            margin: 5px 0px;
        }

    #pngUser2 .modal-title {
        max-width: 100%;
    }

    #pngUser2 label.effect_lbl {
        font-size: 14px;
        font-weight: normal;
        float: left;
        width: 100%;
        font-family: MyriadPro-Regular;
        position: absolute;
        top: 6px;
        left: 0px;
        color: #00aeef;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        text-transform: capitalize;
        margin: 0px;
        pointer-events: none;
    }

    #pngUser2 input.input_effect:focus ~ label.effect_lbl, #pngUser2 input.input_effect:valid ~ label.effect_lbl, #pngUser2 select.select_effect:focus ~ label.effect_lbl, #pngUser2 select.select_effect:valid ~ label.effect_lbl, #pngUser2 textarea.textarea_effect:focus ~ label.effect_lbl, #pngUser2 textarea.textarea_effect:valid ~ label.effect_lbl, #pngUser2 input.input_effect[readonly='readonly'] ~ label.effect_lbl, #pngUser2 input.select_effect[readonly='readonly'] ~ label.effect_lbl, #pngUser2 input.input_effect[disabled="disabled"] ~ label.effect_lbl, #pngUser2 select.select_effect[disabled="disabled"] ~ label.effect_lbl {
        top: -16px;
        font-size: 13px;
        left: 0px;
    }

    #pngUser2 .registration_btn {
        float: right;
        width: 120px !important;
        padding: 6px 0 !important;
        color: #f0f0f0 !important;
        border-radius: 0px !important;
        text-align: center;
        font-size: 16px !important;
        margin-right: 0px;
        border: 0px !important;
        font-weight: bold;
        min-height: 36px;
        transition: ease-in 0.3s;
        font-family: MyriadPro-Regular;
    }

    #pngUser2 .cancel_button_comm {
        background: none !important;
        border: 1px solid #00aeef !important;
        color: #00aeef !important;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        border-radius: 0 !important;
        font-family: MyriadPro-Regular;
    }

        #pngUser2 .cancel_button_comm:hover {
            background: #0095cc !important;
            color: #fff !important;
            border-radius: 0px !important;
            border-color: #0095cc !important;
        }

    .systemValidate {
        float: left;
        width: 100%;
        padding-top: 30px;
        max-height: 490px;
        overflow: auto;
    }

    .userService {
        float: left;
        width: 100%;
        padding: 20px 0px 0px 0px;
    }

    #pngUser2 .bar_input:before {
        left: 48%;
    }

    #pngUser2 .modal-header {
        border-bottom: 0px !important;
    }

    a.rTooltip {
        position: absolute;
        top: 18px;
        right: 6px;
    }

    .full_width_input_secFirst {
        margin-top: 30px;
    }

    .rTooltip .glyphicon-info-sign.glyphicon-info-sign:before {
        content: "\e9b1" !important;
        font-family: "scmfonts" !important;
    }

    #pngUser2 .tooltip {
        width: 250px;
        text-align: left;
        right: 50px !important;
    }


    #pngUser2 .tooltip-inner {
        text-align: left;
        white-space: pre-line;
        margin-left: 40px !important;
    }

    #pngUser2 .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff;
        text-align: left;
        background-color: #000;
        border-radius: 4px;
        left: 0px;
    }

    #pngUser2 .modal-footer {
        float: left;
        width: 100%;
        border-top: 1px solid #b9b9b9;
    }

    #pngUser2 .modal-content {
        border-radius: 0px !important;
        float: left;
        width: 100%;
        border: 0px;
    }
    /*----------------Nexus 7 media queries------------------*/
    @media only screen and (min-device-width : 600px) and (max-device-width : 960px) {
        .swiper-slide.swiper-slide {
            width: 530px !important;
        }
    }

    .logoMain a {
        cursor: auto;
    }
#pngUser2 .strengthdiv {
    margin-bottom: -20px;
}


.modal-title, .modal-title-changepwd {
    font-size: 21px;
    font-weight: normal;
    margin: 0;
}

.input_box_eff_wrap {
    position: relative;
    margin-bottom: 10px;
}

.popup_area .bottom_area_home, .popup_area_new .bottom_area_home {
    border-top: 1px solid #b9b9b9;
    padding: 15px 15px;
    margin-top: 0px;
    clear: both;
    float: left;
    width: 100%;
}

.submit-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: right;
    font-size: 18px;
    height: auto !important;
    margin-bottom: 0;
    padding: 6px 27px !important;
    text-align: center;
    min-width: 135px !important;
    font-weight: bold;
}

.cancel-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: left;
    font-size: 18px;
    height: auto !important;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 6px 27px !important;
    text-align: center;
    font-weight: bold;
    min-width: 135px !important;
}

#change-pwd-divPopupFirstLogin #changepwdbody {
    padding: 15px 0px 0px;
    float: left;
    background: #fff;
    width: 100%;
}

.input_box_eff_wrap label.effect_lbl {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl, select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl, textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl, input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect[disabled="disabled"] ~ label.effect_lbl, select.select_effect[disabled="disabled"] ~ label.effect_lbl, input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: -22px;
    font-size: 16px;
}

#changepwdbody .strengthdiv {
    margin-bottom: -20px;
    float: left;
    text-align: left;
    width: 94% !important;
}

.w2ui-tag.w2ui-tag-length .w2ui-tag-body {
    width: 270px;
    white-space: pre-line;
}

.hide_txt_pass_box {
    display: none !important;
}

#change-pwd-divPopupFirstLogin .strengthdiv a.button_strength {
    font-size: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .strengthdiv > a.button_strength {
        display: none !important;
    }
}

_:-ms-fullscreen, :root .strengthdiv > a.button_strength {
    display: none !important;
}

