@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
    /*line-height: 1.2;*/
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #ffffff;
}

.front {
    background: url(../images/back.jpg) no-repeat;
    background-size:cover;
}

/* New Css */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    font-size: 16px;
    background: #a8cd3f;
    color: #fff;
    border: 1px solid #a8cd3f;
    border-radius: 12px;
    padding: 8px 30px;
}

.clear {
    background-color: #3987ae!important;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    border: 1px solid #000000;
}

.header-logo {
    display: flex !important;
    align-items: center;
}
.pnlDrag_1 {
    line-height: 1;
    color: #000000;
    letter-spacing: 0px;
    padding-bottom: 4px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
}
.viewbox_1 {
    margin-bottom: 10px;
    min-width: 280px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.viewbox {
    margin-bottom: 10px;
    min-width: 280px;
    overflow: hidden;
    background-color: #3987ae;
    /* padding-bottom: 8px; */
    padding: 20px;
    border-radius: 36px;
    color:#ffffff;
}

.viewbox iframe .container {
    background-color: #3987ae;
}

.lblCaption {
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
}

.lblHeading {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.input-box {
    height: 40px;
    width: 100%;
    border: 1px solid #9c9c9c;
    color: #000000;
    padding-left: 10px;
    border-radius: 12px;
    /*margin-top: 6px;*/
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #fbfbfb;
}

.navbar-toggle {
    background: #3987ae;
    border: none;
    padding: 10px 10px;
    border-radius: 3px;
    margin-top: 5px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #3987ae;
}
.nav-stacked>a {
    float: none;
    border: 1px solid #3987ae;
    padding: 12px;
    padding-right: 25px;
    border-radius: 50px;
    background: #3987ae;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.nav-stacked>a:hover{
    color: #a8cd3f !important;
    text-decoration: none !important;
}
.nav-stacked>a>li {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
}
.nav>a>li:focus,
.nav>a>li:hover {
    background: #3987ae;
    color: #a8cd3f;
    text-decoration: none !important;
}
.nav>li>a {
    position: relative;
    display: block;
    /*padding: 6px 30px;
    color: #585757 !important;*/
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0px;
}

.nav>li>a:hover {
    color: #a8cd3f !important;
    text-decoration: none !important;
    background-color: transparent !important;
}
.logo-details {
    display: flex;
    align-items: center;
}

.logo-details a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.logo-details a:hover {
    text-decoration: none;
}

.logo-details img {
    margin-right: 20px;
}

.header-row {
    display: flex;
    align-items: center;
}

.radiobutton {
    font-size: 18px;
    font-weight: normal !important;
    /*line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
        */
    width: 100%;
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 10px;
    font: inherit;
    color: #0e23a1;
    width: 20px;
    height: 20px;
    border: 1px solid #0e23a1;
    border-radius: 10%;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
}

    input[type="radio"]::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        background-color: #0e23a1;
    }

input[type="radio"]:checked::before {
    transform: scale(1);
}

.checkbox-list {
    display: flex;
    align-items: center;
    font-size: 16px;
}

table {
    border: 1px solid #3987ae !important;
    width: 100% !important;
}

thead {
    background-color: #3987ae;
}

th {
    padding: 10px;
    color: #3987ae;
    font-weight: normal;
}

td {
    background-color: #fff;
    color: #3987ae;
    padding: 10px;
}
.tariffheading {
    background: #a9cd3f !important;
    text-align: center !important;
    color: #fff;
}
.tariffsubheading {
    color: #000 !important;
    text-align: center !important;
}
.table-title {
    font-size: 20px;
    color: #3987ae;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tblTariff {
    width: 100% !important;
}

.viewbox-table-body {
    border: 2px solid #3987ae;
    padding: 40px;
    background-color: #0000003b;
}

.navbar-default .navbar-nav>li {
    /* border-left: 1px solid #19222d;*/
    border-right: 6px solid #fff;
}

.navbar-default .navbar-nav>li>a {
    padding: 10px 16px 10px;
}
.nav>li>a:active {
    padding-left: 0px !important;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    background: #a8cd3f;
    color: #fff !important;
}
.nav-background{
    background-color: #3987ae;
    padding: 30px 40px;
    max-height: 500px;
}
.nav-li{
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 16px;
    color: #fff !important;
}
.nav-li-current a{
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 16px;
    color: #a8cd3f !important;
}
.nav-li a{
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 25px 0px !important;
    color: #fff !important;
}
.nav-li>a:focus, .nav-li>a:hover, .nav-li>a:active{
    color: #a8cd3f !important;

}
div#ctl00_ContentPlaceHolder2_UpdatePanel2 {
    display: inline-block !important;
}










.lablename {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
}

section#top-section {
    width: 100%;
    float: left;
    border-bottom: 2px solid #AADC14;
    background: #030F40;
    padding: 4px;
    color: #FFFFFF;
}

.logo-resized {
    width: 160px;
    height: 95px;
}

.top-section li {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
}


.sign_in_li a {
    color: #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    vertical-align: middle;
    margin-left: 31px;
}


.new_cust_li a {
    color: #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 16px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    vertical-align: middle;
    margin-left: 25px;
}

.contact_li a {
    color: #fff;
    border-right: 0px solid #fff;
    display: inline-block;
    padding-right: 16px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    vertical-align: middle;
    margin-left: 23px;
}



.sign_in_li:before {
    content: '';
    background-image: url(../images/credit-cards-white.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}

.new_cust_li:before {
    content: '';
    background-image: url(../images/computer-screen-white.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}

.contact_li:before {
    content: '';
    background-image: url(../images/connection-white.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}

li.sign_in_li {
    position: relative;
}

li.new_cust_li {
    position: relative;
    margin-left: 1%;
}

li.contact_li {
    position: relative;
    margin-left: 2%;
}

section#logo-section {
    width: 100%;
    float: left;
    padding: 4px;
    background-color: #f5f9fb;
}

.logo-img {
    border-right: 1px solid #c2c3c4;
    /* padding-right: 32px; */
}



i.fa.fa-phone {
    margin-right: 3%;
}

.coustomer-login p {
    font-weight: 600;
    width: 100%;
    font-size: 12px;
}

.coustomer-login h3 {
    font-size: 13px;
}

.coustomer-login {
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
    /*padding: 11px;
    margin-top: 42px;
    margin-bottom: 10px;*/
}

.coustomer-login img {
    margin-right: 10px;
}

.header-helpline h3,
.header-helpline p {
    font-size: 18px;
    color: #3987ae;
    text-align: left;
}

.nav-pills li a img {
    height: 50px !important;
    width: 50px !important;
}



@media (max-width: 480px) {

    .coustomer-login {
        margin-top: 0;
    }
}

.customer-login p {
    font-weight: 600;
    width: 100%;
    font-size: 12px;
}



.customer-login h3 {
    font-size: 13px;
    margin-top: 0px;
    margin-left: 7%;
    text-align: center;
}



.customer-login {
    float: right;
    background: #eaeaea;
    padding: 11px;
    margin-bottom: 10px;
}



.coustomer-login1 p {
    font-weight: 500;
    width: 100%;
    font-size: 18px;
    text-align: center;
}



.coustomer-login1 {
    background: #4E39E7;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 4px;
    color: #fff;
}

.coustomer-login1 h3 {
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 3px;
}

a.button-color {
    display: block;
    font-size: 15px;
    width: 100%;
    background: #3987ae;
    border: 1px solid #3987ae;
    padding: 6px;
    text-decoration: none;
    color: #fff;
}

/*a.button-color:hover {
        background-color: #8dc63f;
        color: #fff;
    }*/

section#main-menu {
    width: 100%;
    float: left;
    margin-top: 1%;
}

nav.navbar.navbar-inverse {
    background: #efefef;
    border: #d5d5d5 1px solid;
    width: 98%;
    margin-left: 15px;
}





.new-class li {
    border-right: 1px solid #d5d5d5;
}

.new-class li:nth-child(6) {
    border-right: 0px solid #d5d5d5;
}



.new-class a:hover {
    border-bottom: 3px solid #0069aa;
}

.breadcrumb li a {
    color: #0069aa;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: red !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f9f9f9 0, #ffffff 100%);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #0069aa;
    border-color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #3987ae;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    transition: all .15s linear;
    background-color: #a8cd3f !important;
}

section#mid-section {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #8dc63f;
}

.nav-stacked>li+li {
    margin-top: 18px;
    margin-left: 0;
}

.download-class {
    background-color: #fbfbfb;
    padding-bottom: 15px;
}

.download-class p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}



.now-get {
    padding: 11px;
}

.nidarhar-logo-mobile img {
    margin-top: 22%;
}

.app-download {
    text-align: center;
}

.apple-app img {
    margin-left: 0%;
    height: 40px;
}

button.button-color-one {
    width: 100%;
    background-color: #636466;
    color: #fff;
    border: none;
    padding: 8px;
    margin-top: 7%;
}



.bs-slider {
    overflow: hidden;
    max-height: 230px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}



/********************

*****Slide effect

**********************/



.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}











/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

.right {
    text-align: right;
}










/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}







/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}



.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}



.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}













/*------------------------------------------------------*/

/* RESPONSIVE

/*------------------------------------------------------*/



@media (max-width: 991px) {

    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text>p {
        font-size: 18px;
    }
    h3{
        font-size: 18px !important;
        
    }
    .logo-details img {
        margin-right: 15px;
        height: 65px !important;
    }
    section#mid-section{
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header-helpline h3, .header-helpline p{
        font-size: 16px !important;
    }
    .terms p{
        display: inline-block !important;
    }
    .or{
        text-align: center !important;
    }
    .coustomer-login{
        display: flex !important;
        justify-content: start !important;
    }
}





/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {

    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }
    h3{
        font-size: 18px !important;
        
    }
    .logo-details img {
        margin-right: 15px;
        height: 65px !important;
    }
    section#mid-section{
        padding-bottom: 40px !important;
    }
    .header-helpline h3, .header-helpline p{
        font-size: 16px !important;
    }
    .mandatory{
        margin-bottom: 20px !important;
    }
    .or{
        text-align: center !important;
    }
    .header-row{
        display: grid !important;
    }
    .coustomer-login{
        display: flex !important;
        justify-content: start !important;
    }
    .main-index1{
        text-align: start !important;
    }
    .main-index3-logout {
        text-align-last: start !important;
    }
    .logout-button a {
        float: left !important;
    }
}

@media (max-width: 480px) {
    h3{
        font-size: 16px !important;
        
    }
    .main-index1{
        text-align: start !important;
    }
    .main-index3-logout {
        text-align-last: start !important;
    }
    .logout-button a {
        float: left !important;
    }
    .header-helpline h3, .header-helpline p{
        font-size: 16px !important;
    }
    .logo-details img {
        margin-right: 15px;
        height: 55px !important;
    }
    section#mid-section{
        padding-bottom: 40px !important;
    }
    .or{
        text-align: center !important;
    }
    .footer {
        margin-top: 10px;
    display: grid !important;
    justify-self: center !important;
    text-align: center !important;
    }
    .header-row{
        display: grid !important;
    }
    .logo-details {
        margin-top: 0% !important;
        margin-bottom: 0% !important;
    }
    .coustomer-login{
        display: flex !important;
        justify-content: start !important;
    }
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }
}

.top-section ul {
    padding: 0;
}

.alert-danger {
    background-repeat: repeat-x;
    border-color: #0069aa;
    padding: 0px;
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #0069aa 0, #0069aa 100%);
}

.alert-success {
    background-repeat: repeat-x;
    border-color: #0069aa;
    padding: 0px;
    border-radius: 0px;
    background-image: linear-gradient(to bottom, 0069aa 0, #0069aa 100%);
}

marquee {
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    margin-left: 1%;
    margin-right: 1%;
}

.nidar-group p {
    font-size: 16px;
    /* font-size: 13px; */
    margin-bottom: 0px;
    text-align: justify;
    line-height: 22px;
}

.nidar-group-1 {
    text-align: right;
    font-weight: 500;
}

#nidar-line {
    width: 100%;
    float: left;
}

#nidar-line img {
    width: 100%;
}

#footer {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #000000;
    background: #000;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
}

#footer p, #footer a {
    display: inline-block !important;
    color: #fff !important;
}

.footer {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.terms a {
    color: #FFFFFF;
}



.dropdown-submenu {
    position: relative;
}



.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}



.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}



.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}



.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}



.dropdown-submenu.pull-left {
    float: none;
}



.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

section#second-main-menu {
    width: 100%;
    float: left;
}

.expertise-title {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    /*color: #fdaf17;*/
    color: #0069aa;
    margin-bottom: 3%;
    border-left-width: 3px;
    border-left-style: solid;
    /*border-left-color: #fdaf17;*/
    border-left-color: #0069aa;
    padding-left: 8px !important;
    margin-top: 3%;
}

.green-color {
    color: #424242;
}

.paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 0px;
    text-align: justify;
}



.our-core-bottom-cont {
    padding-top: 50px;
}

.rounded-corner1 {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i1.png); */
    background-color: #0069aa;
    float: right;
    padding-top: 3%;
}



.ok {
    padding-top: 25px;
}

.showme {
    display: none;
    font-size: 12px;
}

.rounded-corner2 {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i2.jpg); */
    background-color: #0069aa;
    padding-top: 3%;
}

.rounded-corner3 {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    /* background: url(../img/i3.png); */
    background-color: #0069aa;
    float: right;
    padding-top: 3%;
}

.logo-circle {
    width: 257px;
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.5);
    border-width: 3px;
    border-style: solid;
    border-color: #636466;
    background-color: #FFFFFF;
    border-radius: 150px;
    min-height: 250px;
}

.logo-align {
    margin-top: -43px;
    margin-left: -73px;
    z-index: 99;
}

.logo-circle img {
    width: 160px;
    height: 95px;
    margin-top: 77px;
    margin-left: 45px;
}

.rounded4-left {
    left: 49px;
}

.rounded-corner4 {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    /* background: url(../img/i4.png); */
    background-color: #0069aa;
    padding-top: 3%;
}

.rounded-row3 {
    position: relative;
    bottom: 65px;
}

.rounded-corner5 {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 16px;
    padding-top: 6%;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i5.png); */
    background-color: #0069aa;
    float: right;
}

.rounded-corner6 {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 16px;
    padding-top: 6%;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i6.png); */
    background-color: #0069aa;
}

.rounded-row-space {
    padding-top: 10px;
}

.glance-title {
    color: #0069aa;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
}

.ht-consumers-content h1 {
    font-size: 20px;
    font-size: 20px;
    margin-top: 1px;
    text-decoration: none;
    border-bottom-width: 1px;
    /* border-bottom-style: dotted; */
    /* border-bottom-color: #999999; */
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #0069aa;
    margin-bottom: 12px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #0069aa;
    padding-left: 8px !important;
    margin-top: 1px;
    margin-bottom: 3%;
}

.steps h2 {
    font-size: 16px;
    background: #0069aa;
    width: 10%;
    padding: 10px;
}

.steps ul {
    margin-left: -21px;
    line-height: 27px;
    list-style-type: decimal;
}



.steps a {
    color: #fdaf17;
}

.existing-content h1 {
    font-size: 20px;
    margin-top: 1px;
    text-decoration: none;
    border-bottom-width: 1px;
    /* border-bottom-style: dotted; */
    /* border-bottom-color: #999999; */
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #0069aa;
    margin-bottom: 12px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #0069aa;
    padding-left: 8px !important;
    margin-bottom: 3%;
}

.existing_text {
    background: #efefef;
    color: #fff;
    padding: 6px 9px 6px 13px;
    font-size: 16px;
    margin-bottom: 5px;
}

.existing_text a {
    color: #000;
    font-size: 16px;
}

.corp-off-title {
    color: #424242;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    line-height: 29px;
    text-decoration: none;
    border-bottom-width: 1px;
    /* border-bottom-style: dotted; */
    /* border-bottom-color: #999999; */
    font-weight: 400;
    /*color: #fdaf17;*/
    color: #0069aa;
    margin-bottom: 12px;
    border-left-width: 3px;
    border-left-style: solid;
    /*border-left-color: #fdaf17;*/
    border-left-color: #0069aa;
    padding-left: 8px !important;
    margin-top: 1px;
}

.contact-title {
    color: #424242;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}



.textarea-style {
    width: 100%;
    height: 120px;
    border: 1px solid #9c9c9c;
    color: #757575;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #fdaf17;
}

.nidar-group-1 a {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

i.fa.fa-caret-right {
    margin-right: 1%;
}

.container {
    width: 99%;
}

.col-lg-3.col-sm-4.main-index {
    width: 21%;
}

.col-lg-6.col-sm-4.main-index2 {
    width: 54%;
}



.nidar-group-1 p {
    margin-bottom: 0px;
}

.terms p {
    margin-bottom: 5px;
    font-size: 16px;
}

.terms.copyright p {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
}

.copyright {
    font-size: 12px;
}

.copyright a {
    color: #333;
}

.google-app img {
    margin-left: -15px;
    height: 40px;
}

.rounded-corner1:hover {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 15px;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i1-green1.png); */
    background-color: #636468;
    float: right;
}

.rounded-corner2:hover {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 15px;
    font-size: 16px;
    padding-top: 35px;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i2-green.jpg); */
    background-color: #636468;
}

.rounded-corner3:hover {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 15px;
    font-size: 16px;
    padding-top: 25px;
    text-align: center;
    font-weight: 300;
    /* background: url(../img/i3-green.jpg); */
    background-color: #636468;
    float: right;
}

.rounded-corner4:hover {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 15px;
    font-size: 16px;
    padding-top: 35px;
    text-align: center;
    font-weight: 300;
    /* background: url(../img/i4-green.png); */
    background-color: #636468;
}

.rounded-corner5:hover {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 16px;
    font-size: 16px;
    padding-top: 35px;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i5-green.png); */
    background-color: #636468;
    float: right;
}

.rounded-corner6:hover {
    width: 271px;
    min-height: 129px;
    border-radius: 27px;
    color: #FFFFFF;
    line-height: 16px;
    font-size: 16px;
    padding-top: 35px;
    text-align: center;
    font-weight: 300;
    /* background-image: url(../img/i6-green.png); */
    background-color: #636468;
}

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}

.showhim:hover .ok {
    display: none;
}

.contact-title p {
    font-size: 20px;
    text-align: left;
    line-height: 29px;
    text-decoration: none;
    border-bottom-width: 1px;
    font-weight: 400;
    /*color: #fdaf17;*/
    color: #0069aa;
    margin-bottom: 12px;
    border-left-width: 3px;
    border-left-style: solid;
    /*border-left-color: #fdaf17;*/
    border-left-color: #0069aa;
    padding-left: 8px !important;
    margin-top: 1px;
}

.steps1 {
    margin-top: 5%;
}

.ht-consumers-content img {
    width: 100%;
    margin-bottom: 3%;
}

.ht-consumers-content a {
    /*color: #fdaf17;*/
    color: #8dc63f;
    text-decoration: underline;
    font-weight: 600;
}

button.button-color:hover {
    width: 100%;
    background: #0069aa;
    border: 1px solid #0069aa;
    margin-top: 4%;
    padding: 4px;
    color: #fff;
}

.expertise-title.one-main {
    margin-top: 1% !important;
}

input.input-box.phone {
    margin-bottom: 5%;
    float: right;
}

.menu-wrap {
    width: auto;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    background: #3987ae;
}

.navbar-nav ul {
    width: 100%;
    min-width: 187px !important;
    padding: 0;
}

.navbar-nav>li>ul.dropdown-menu {
    top: 44px !important;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}

.navbar {
    margin-bottom: 0;
    background: transparent;
    min-height: 35px;
    border: 1px solid #d5d5d5;
    margin-bottom: 1%;
}



/* sub menus arrows */

.navbar-nav .sub-arrow,
.navbar-nav .collapsible .sub-arrow {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
}

.navbar-nav>li>.has-submenu .sub-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-width: 0px;
}

.navbar-nav>li>.has-submenu .sub-arrow:before {
    content: "\f107";
}

.navbar-nav ul .sub-arrow {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid;
}

.navbar-nav ul a.has-submenu {
    padding-right: 30px;
    transition: opacity 0.24s ease-in-out;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

/* scrolling arrows for tall menus */

.navbar-nav span.scroll-up,
.navbar-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.navbar-nav span.scroll-up-arrow,
.navbar-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
}

.navbar-default .navbar-nav li a {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.24s ease-in-out;
}





.navbar-default .navbar-nav>li>a i {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}



/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */

.navbar-nav .collapsible ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 35px;
}

.navbar-nav .collapsible ul ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left: 45px;
}

.navbar-nav .collapsible ul ul ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 55px;
}

.navbar-nav .collapsible ul ul ul ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 65px;
}

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */



.navbar-nav>li>ul:before {
    content: "";
    position: absolute;
    border: 11px solid transparent;
    border-bottom-color: #D5DDFD;
    top: -22px;
    left: 36%;
}

.navbar-nav>li ul>li:first-child {
    border-top: 5px solid #D5DDFD;
    transition: all .15s linear;
}



.navbar-nav .dropdown-menu>li>a {
    white-space: normal;
    text-transform: capitalize;
    font-size: 15px;
    border-bottom: 1px solid #e4e4e4;
}



.navbar-nav ul.sm-nowrap>li>a {
    white-space: nowrap;
    padding: 10px;
}

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */

.navbar-nav .collapsible ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

.navbar-nav .collapsible ul.sm-nowrap>li>a {
    white-space: normal;
}

.navbar-nav .collapsible iframe {
    display: none;
}

/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */

ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}



.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: transparent !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #fff;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 16px !important;
}

li.last-child1 {
    border-right: 0px !important;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}







.active_nav_stacked_li a {
    color: #a8cd3f !important;
}

.content-background {
    background: #f1f1f1;
    padding: 10px;
    margin-top: 0%;
    margin-bottom: 0%;
}

p.corp-off-content {
    margin-bottom: 10%;
}

p.off-content {
    margin-bottom: 7%;
}

p.corp-off-content a {
    color: #8dc63f;
    text-decoration: underline;
    font-weight: 600;
}

p.off-content a {
    color: #8dc63f;
    text-decoration: underline;
    font-weight: 600;
}


.panel-default>.panel-heading {
    background: transparent !important;
}

.panel-body ul {
    /* padding: 18px; */
    margin-left: -25px;
}

.panel-body ul li a {
    color: #8dc63f;
    text-decoration: underline;
    font-weight: 600;
    /*color: #0069aa;*/
}

.alert {
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.content-background a {
    color: #8dc63f;
    text-decoration: underline;
    font-weight: 600;
}

.nav-pills>li>a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

.ht-consumers-content {
    text-align: justify;
}

/*.sticky {

  position: fixed;

  width: 100%;

  left: 0;

  top: 0;

  z-index: 100;

  border-top: 0;

  box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.2);

  -webkit-transition: all 0.25s ease-out;

  opacity: 0.95;

}*/



a.go-back-button {
    display: inline-block;
    padding: 15px 20px;
    font-weight: bold;
    background-color: #fdaf17;
    margin: 10px 0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 2px;
}



/********************************** End **********************************/


.text-blue {
    color: #0069aa !important;
}

.text-green {
    color: #8dc63f !important;
}

.anchor-green-underline {
    color: #8dc63f !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

.tab {
    background-color: #AADDCC;
    padding: 4px;
    color: #DDFFCB;
}

.tab:hover {
    background-color: #AADDCC;
    padding: 4px;
    color: #DDFFCB;
    border-bottom: 2px solid #fdaf17;
    text-decoration: none;
}

.pnlDrag {
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0px;
    padding-bottom: 4px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
}



.modalpopup {
    left: calc((90% - 255px)/2);
    min-width: 280px;
    overflow: hidden;
    position: fixed;
    top: 10%;
    padding-bottom: 10px;
    max-height: 400px;
    z-index: 9999999;
    background-color: #ffffff;
    border: solid 1px #005399;
    border-radius: 6px;
    width: 45%;
    -moz-box-shadow: 6px 6px 5px #020202;
    -webkit-box-shadow: 6px 6px 5px #020202;
    box-shadow: 6px 6px 5px #020202;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#020202')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#020202');
}

.center {
    text-align: center;
}

.btnCancel {
    float: right;
    height: 18px;
    cursor: pointer;
}

.btnCancel:hover {
    padding: 0px;
}

.red_Nohover {
    color: Red;
}

.divError {
    color: #FF0000;
    font-size: 16px;
}

.divMsg {
    color: #0069AA;
    font-size: 16px;
}

.site-footer {
    border-top: 1px solid #636466;
    /*background-color: #fcaf17;
	position: fixed;
	bottom: 0px;*/
    width: 100%;
    vertical-align: middle;
    padding: 4px;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.site-footer a {
    color: #000;
}

input.yes {
    background-image: url('../images/tick.png');
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
}

input.no {
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
}

.acc-header,
.acc-selected {
    background-color: #8DC63F;
    color: White;
    margin-bottom: 2px;
    padding: 2px;
    font-weight: bold;
    cursor: pointer;
}

.acc-subheader,
.acc-selected {
    background-color: #0069aa;
    color: White;
    margin-bottom: 2px;
    padding: 2px;
    font-weight: bold;
    cursor: pointer;
}

.pink {
    background-color: LightPink;
    font-weight: bold;
}

.grid {
    border: 1px solid #FFFFFF;
    font-size: 13px;
    background-color: White;
    color: Black;
    border: solid 1px #9CC2E5;
    border-radius: 4px;
}

.grid tr.head {
    color: White;
    background-color: #5B9BD5;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

.grid tr.normal {
    height: 23px;
    vertical-align: middle;
    text-align: left;
    background-color: #DEEAF6;
}

.grid tr.alternate {
    height: 23px;
    vertical-align: middle;
    text-align: left;
}

.grid tr.footer {
    height: 25px;
    vertical-align: middle;
    text-align: center;
    background-color: #9CC2E5;
    color: white;
}

.grid tr.normal:hover,
.grid tr.alternate:hover {
    background-color: #A8ABAC;
    color: white;
    font-weight: normal;
}

.grid td {
    padding: 2px;
    text-align: center;
}

.grid th {
    padding: 4px;
    text-align: center;
}

.subhead {
    background-color: #003399;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

.border-bottom {
    border-bottom: 1px solid #d8d8d8;
}

.uppercase {
    text-transform: uppercase;
}

.mandatory {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 12px !important;
    height: 40px;
    text-align: center;
    align-content: center;
}

.select-consumer {
    width: 100%;
    border-radius: 0px;
    color: #000000;
    border: 1px solid #FFFFFF;
    line-height: 16px;
    font-size: 16px;
    padding: 2px;
    /*text-align: center;
	background-color: #8DC63F;*/
    float: right;
    margin-top: 5px;
    margin-bottom: 2px;
}
.select-consumername{
    color: #3987ae;
    background-color: transparent !important;
    font-size: 18px;
    line-height: 16px;
    border: none !important;
    /* float: right; */
    font-weight: 500;
}
.main-index3-logout{
    text-align-last: right;
}
/*.submit-button
{
	background-color: #2d6ca2;
	border-radius: 2px;
	width: 100%;
	height: 30px;
	border: none;
	color: white;
	font-size: 18px;
	margin-top: 2%;
	margin-bottom: 10px;
}
.input-box
{
	width: 100%;
	border: 1px solid #F8B131;
	color: #757575;
	padding-left: 10px;
	border-radius: 2px;
	margin-bottom: 2%;
	height:32px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus
{
    background-color:#FCF9A4;
    border-style:solid;
    border-width:thin;
    border-color:Black;
    font-style:inherit;
    color:Black;
}
select:focus
{
    background:	#FCF9A4;    
    border-style:solid;
    border-color:Black;
    border-width:thin;
    font-style:inherit;
    color:Black;
}
*/
.caption {
    color: #000000;
    font-size: 16px;
    border-top: 1px solid #3987ae;
    border-left: 1px solid #3987ae;
    padding: 4px;
}

.captionval {
    color: #000000;
    font-size: 16px;
    border-top: 1px solid #3987ae;
    border-left: 1px solid #3987ae;
    border-right: 1px solid #3987ae;
    padding: 4px;
    text-align: left;
}

.captionlast {
    color: #000000;
    font-size: 16px;
    border-top: 1px solid #3987ae;
    border-left: 1px solid #3987ae;
    border-bottom: 1px solid #3987ae;
    padding: 4px;
}

.captionvallast {
    color: #000000;
    font-size: 16px;
    border: 1px solid #3987ae;
    padding: 4px;
    text-align: left;
}

.modalBackground {
    background-color: #000;
    opacity: 0.7;
}

/*filter:alpha(opacity=50);*/
.modalPopup {
    background-color: #FFF;
    border-width: 5px;
    border-style: solid;
    border-color: #BCBABA;
    width: 98%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 7px #030F40;
    -moz-box-shadow: 0px 0px 7px 7px #030F40;
    box-shadow: 0px 0px 7px 7px #030F40;
}

.msgHead {
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    background-color: #0058F3;
    color: White;
    padding-left: 4px;
}

.loader {
    margin: 45px auto;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.Progressbar {
    background-position: center center;
    background-color: #0069AA;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: fixed;
    z-index: 100002;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    text-align: center;
    font: 60px/40px 'Segoe UI Light', 'Segoe UI', Verdana, sans-serif;
}
.view-button{
    background: #ffffff !important;
    border: 1px solid #3987ae !important;
    color: #3987ae !important;
}
.mywidget {
    box-shadow: 0px 2px 5px 1px #555;
    border-radius: 0px 0px 5px 5px;
}

.widget {
    margin-bottom: 15px;
    margin-top: 5px;
}

/*
    .widget input[type="submit"] {
        width: 100%;
        height: 32px;
    }
    */
.mywidget .widget-title {
    padding-left: 20px;
    background: #3987ae;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
}

.widget .widget-title {
    position: relative;
}

.widget .widget-body {
    position: relative;
    min-height: 210px;
}


.WhiteSkin {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.nav.navbar-nav>.active>a,
.nav.navbar-nav>.active>a:hover,
.nav.navbar-nav>.active>a:focus {
    color: #FFFFFF;
    background-color: #636466;
}

.bold {
    font-weight: bold;
}

#editmap a {
    font-size: 24px;
    color: #000000;
    text-align: right;
}

#editmap a:hover {
    color: #FFFFFF;
}

/*Star rating Start*/
.ratingStar {
    white-space: nowrap;
    margin: 4px;
}

.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ratingStar .Filled {
    background-image: url(../images/rating/ratingStarFilled.png);
}

.ratingStar .Empty {
    background-image: url(../images/rating/ratingStarEmpty.png);
}

.ratingStar .Saved {
    background-image: url(../images/rating/ratingStarSaved.png);
}

span.stars,
span.stars span {
    display: block;
    background: url(../images/rating/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

.rtResult {
    width: 90%;
    border: 1px solid #2F8078;
    margin-left: auto;
    margin-right: auto;
}

/*Star rating End*/

.servicehistory {
    width: 150px;
    background-color: #3987ae;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    border-right: 1px solid #000000;
}

.contacts {
    width: 180px;
    background-color: #7DDDFF;
    font-weight: bold;
    color: #000000;
    padding: 4px;
    text-align: center;
    border-right: 1px solid #000000;
}