
.drop-down-nav-menu .popovermenu,
.drop-down-nav-menu .popover {
    border-radius: 0px;
    background: #f2f2f2;
    width: 170px;
    border: none;
    padding: 0px;
}

.drop-down-nav-menu .popover.fade {
    margin-top: 15px;
}

.drop-down-nav-menu .popover.bottom>.arrow {
    /* border-bottom-color: #f2f2f; */
}

.drop-down-nav-menu .popover.bottom>.arrow:after {
    border-bottom-color: #f2f2f2;
}

.drop-down-nav-menu .popover-content {
    padding: 0px 0px;
}

.drop-down-nav-menu .popovermenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.drop-down-nav-menu .popovermenu li {
    padding: 15px 20px;
    border-bottom: 2px solid transparent;
    position: relative;
    cursor: pointer;
}

.drop-down-nav-menu .popovermenu li a {
    color: #000;
    font-size: 11px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.drop-down-nav-menu .popovermenu li:hover .hover-color {
    color: #e02222 !important;
}

.drop-down-nav-menu .popovermenu li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ff0000;
    transition: width 1s;
    position: absolute;
    left: 0;
    transform: translate(-50%-50%);
    top: 50px;
}

.drop-down-nav-menu .popovermenu li:hover::after {
    width: 100%;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #e02222;
    background: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #7f7f7f;
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 6px;
    letter-spacing: 1.1px;
}

.navbar-nav>li {
    padding-top: 3px;
}

.navbar-brand {
    padding: 0px;
    margin-right: 30px;
}

.navbar-inverse {
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    position: fixed;
    z-index: 9;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #ff0000;
    background: none;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ff0000;
    background: none;
}

.navbar-inverse .navbar-nav>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ff0000;
    transition: width .3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.navbar-inverse .navbar-nav>li:hover::after {
    width: 25px; 
}

.navbar-inverse .navbar-nav>li.active::after {
    width: 25px; 
}

.navbar-inverse .navbar-nav>li.nav-imgs:hover::after {
    display: none;
}

.sub-titles {
    color: #7f7f7f;
    font-family: 'Roboto', sans-serif !important;
}

.bold-title {
    font-size: large;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.9px;
    text-align: left;
    color: #7f7f7f;
}

.no-padding {
    padding: 0px;
}

p {
    color: #878787;
    line-height: 23px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/* Custom Scroll */

.gray-har-scroll::-webkit-scrollbar,
.rodal-dialog::-webkit-scrollbar {
    width: 9px;
    height: 7px;
}

.gray-har-scroll::-webkit-scrollbar-track,
.rodal-dialog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
}

.gray-har-scroll::-webkit-scrollbar-thumb,
.rodal-dialog::-webkit-scrollbar-thumb {
    background-color: #e0dede;
    outline: 1px solid slategrey;
    border-radius: 3px;
    cursor: pointer;
}

.red-scroll::-webkit-scrollbar,
.rodal-dialog::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

.red-scroll::-webkit-scrollbar-track,
.rodal-dialog::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: none;
}

.red-scroll::-webkit-scrollbar-thumb,
.rodal-dialog::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    outline: none;
    cursor: pointer;
}

body {
    position: relative;
    min-height: 100vh;
    padding-bottom: 80px;
}

.common-container {
    padding: 85px 30px 5px 30px;
    position: relative;
}

.social-links {
    position: fixed;
    top: 85px;
    margin-left: -55px;
}

.social-links img {
    margin-bottom: 7px;
    cursor: pointer;
}

.sticky-head:hover {
    width: 150px;
    text-align: left;
    background: #ff0000;
    color: #fff;
}

/*.sticky-head.active{
	width:150px;
	text-align: left;
	background:#ff0000;
	color:#fff ;
}*/

.sticky-head {
    width: 45px;
    position: fixed;
    top: 280px;
    right: 0;
    background: #9fa1a4;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: width 0.5s;
    white-space: nowrap;
}

.sticky-head span {
    padding: 0px 15px;
}

.fbicon-active:hover {
    content: url(../img/fbicon-act.png);
}

.twiticon-active:hover {
    content: url(../img/twiticon-act.png);
}

.youtubicon-active:hover {
    content: url(../img/youtubicon-act.png);
}

/* Vertical NavMenu */

.vertical-nav .nav-item {
    border-bottom: solid 1px #f2f3f3;
    border-right: solid 1px #f2f3f3;
}

.vertical-nav {
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    font-weight: 600;
}

.vertical-nav .nav>li>a.active:hover {
    background: #f2f2f2;
    color: #ff0000;
}

.nav-item.active .nav-link {
    color: #ff0000 !important;
}

.nav-item.active {
    background: #f2f2f2;
}

.vertical-nav .nav>li>a:hover {
    background: #f2f2f2;
}

.vertical-nav .nav>li>a:focus {
    background: #f2f2f2;
    color: #ff0000;
}

.vertical-nav .nav>li>a {
    padding: 16px 15px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    color: #8F8F8F;
    font-size: 13px;
    font-weight: 300;
}

.vertical-nav-title .sub-titles {
    font-family: 'Roboto', sans-serif !important;
    color: #727272;
    font-size: 15px;
}

.ver-content-sub-titles {
    text-transform: uppercase;
    color: #ff0000 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

.ver-nav-content-page {
    padding: 30px 100px;
}

.vertical-nav-title img {
    padding: 5px 20px;
    cursor: pointer;
}

.vertical-nav-title {
    padding: 0px 0px 20px 0px !important;
}

.ver-nav-content-head {
    border: solid 1px #f2f3f3;
}

/*Lead From Model*/

.lead-from-model .modal-content {
    border-radius: 0px;
    padding: 15px;
    font-family: 'Roboto', sans-serif !important;
}

.lead-from-model {
    width: 500px;
}

.lead-from-model.thank-from-model {
    width: 350px;
}

.lead-from-model .close {
    display: inline-block;
    margin-top: 3px;
    margin-right: 2px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat !important;
    outline: none;
    background-image: url(../img/close.png) !important;
}

.lead-from-model .modal-header {
    border-bottom: none;
    padding: 0px;
}

.lead-from-model .modal-body {
    padding: 0px 25px 15px 25px;
}

.lead-from-model h4 {
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #000000;
}

.lead-from-model input,
.lead-from-model select {
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    font-size: 12px;
}

.lead-from-model select option {
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-top: solid 1px transparent;
}

.lead-next-btn button {
    height: 45px;
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    margin-top: 15px;
    margin-right: 0;
    width: 49.5%;
}

.lead-from-model .form-group {
    margin-bottom: 20px;
}

.lead-from-model select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../img/dropdowngray.png) no-repeat right center;
    background-position-x: 95%;
}

.finish-popup {
    text-align: center;
}

.finish-popup p {
    margin: 0px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    ;
    line-height: 2.25;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000
}

.finish-lead-ok {
    width: 235px;
    height: 45px;
    background-color: #ff0000;
    border-radius: 0px;
    color: #fff !important;
    margin-top: 35px;
}

.finish-popup img {
    padding: 10px;
}

/* Home Page */

.image-grid {
    height: calc(100vh - 210px);
}

.row.h-100 {
    margin-right: 0px !important;
}

.h-100 {
    height: 100% !important;
}

.image-block.lg {
    height: 100%;
}

.image-block {
    position: relative;
}

.image-block img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wkpms {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #1b3d72;
    margin: 0px;
}

.und3 {
    display: inline-block;
    position: relative;
}

.und3:after {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%);
    border-bottom: 3px solid #ff0000;
    text-decoration: none;
}

.image-block:hover .und3:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: -.5em;
    font-weight: bold;
    transform: translate(-50%);
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
    animation: borderScale 1s ease forwards;
    -webkit-animation: borderScale 1s ease forwards;
    -moz-animation: borderScale 1s ease forwards;
    -o-animation: borderScale 1s ease forwards;
    -ms-animation: borderScale 1s ease forwards;
}

@keyframes borderScale {
    0% {
        width: 0%;
    }
    100% {
        width: 55px;
    }
}

@-webkit-keyframes borderScale {
    0% {
        width: 0%;
    }
    100% {
        width: 55px;
    }
}

@-moz-keyframes borderScale {
    0% {
        width: 0%;
    }
    100% {
        width: 55px;
    }
}

@-o-keyframes borderScale {
    0% {
        width: 0%;
    }
    100% {
        width: 55px;
    }
}

@keyframes borderScale1 {
    0% {
        width: 0%;
    }
    100% {
        width: 55px;
    }
}

.setzeropads {
    padding: 0px;
}

.image-block.sm:first-child {
    margin-bottom: 15px;
}

.image-block.sm {
    height: calc(50% - 8px);
}

.image-block img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width: 100%;
}

.bottom-left {
    position: absolute;
    bottom: 10px;
    left: 16px;
}

.und1 {
    display: inline-block;
    position: relative;
}

.und1:after {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    bottom: -.7em;
    left: 0px;
    font-weight: bold;
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
}

.image-block.sm:hover .und1:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: -.7em;
    font-weight: bold;
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
    animation: borderScale 1s ease forwards;
    -webkit-animation: borderScale 1s ease forwards;
    -moz-animation: borderScale 1s ease forwards;
    -o-animation: borderScale 1s ease forwards;
    -ms-animation: borderScale 1s ease forwards;
}

.und2:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0px;
    left: 2%;
    font-weight: bold;
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
}

.image-block.sm:hover .und2:after {
    content: "";
    height: 1px;
    position: absolute;
    font-weight: bold;
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
    animation: borderScale 1s ease forwards;
    -webkit-animation: borderScale 1s ease forwards;
    -moz-animation: borderScale 1s ease forwards;
    -o-animation: borderScale 1s ease forwards;
    -ms-animation: borderScale 1s ease forwards;
}

.teamstyles {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-align: left;
    color: #f8f8f8;
}

.setcenterjustify {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 75px;
    text-decoration: none !important;
}

.service-box .service-box-heading {
    padding: 12px 0 5px 0;
    align-content: center;
    align-items: center;
    text-align: center;
    height: 85px;
}

.service-box .service-box-heading span {
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 17px;
    margin-left: 10px;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: left !important;
    letter-spacing: 0.8px;
    vertical-align: middle;
}

.hovbold:hover {
    font-weight: 500;
}

.setcenterjustify:hover .zoomeff {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s ease;
}

.setcenterjustify:hover span {
    font-weight: 600;
}

.und6 {
    display: inline-block;
    position: relative;
}

.setcenterjustify.und6::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ff0000;
    transition: width .3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.setcenterjustify.und6:hover::after {
    width: 55px;
}

/* About us */

.about-us-head.about-us-road-map .col-md-20 {
    padding: 0px 15px;
}

.hover-photo-head .hover-photo-img img {
    filter: grayscale(100%);
}

.hover-photo-head:hover .hover-photo-img img {
    filter: grayscale(0%);
}

.col-md-20 {
    width: 20%;
    float: left;
    padding: 0px 5px;
}

.about-us-head {
    margin-top: 30px;
}

.about-us-head.about-us-road-map .col-md-20 {
    float: initial;
    display: inline-block;
    vertical-align: top;
}

.about-us-head.about-us-road-map {
    margin-top: 30px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 35px;
}

.about-us-details h5 {
    font-family: 'Roboto', sans-serif;
    line-height: 2.73;
    letter-spacing: 0.3px;
    text-align: left;
    color: #ff0000;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.about-us-details p {
    color: #878787;
    line-height: 23px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.about-us-details.about-us-details-up {
    /*box-shadow: 0px 2px 1px 0px #d4d4d447;*/
    border: 1px solid #d4d4d45e;
    padding: 15px;
    min-height: 430px;
}

.about-us-details.about-us-details-down {
    /*box-shadow: 0px -1px 1px 0px #d4d4d447;*/
    border: 1px solid #d4d4d45e;
    padding: 15px;
    min-height: 430px;
}

.about-us-details.about-us-details-down:hover,
.about-us-details.about-us-details-up:hover {
    box-shadow: 2px 0px 30px 3px #dddddda6;
}

.about-us-details.about-us-details-down img {
    margin: 30px 0px;
}

.about-us-details.about-us-details-up img {
    margin-top: 40px;
}

.about-behind-success {
    margin-top: 30px;
}

.about-behind-success img {
    padding: 6px 0px;
    cursor: pointer;
}

.about-us-details.about-us-details-behind {
    white-space: normal;
}

.about-us-details.about-us-details-behind h5 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 10px;
    white-space: initial;
}

.about-us-details.about-us-details-behind h4 {
    margin-top: 20px;
    margin-bottom: 6px;
    color: #878787;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.about-us-details.about-us-details-behind p {
    margin-bottom: 15px;
}

.about-us-details.about-us-details-behind img {
    cursor: pointer;
}

.about-us-details-scroll {
    max-height: 165px;
    overflow: auto;
}

.about-inversment-process-head p {
    color: #878787;
    line-height: 23px;
    font-size: 14px;
    padding-right: 130px;
}

.about-inversment-process-head ol {
    margin: 30px 0px 50px 0px;
}

.about-inversment-process-head li {
    color: #878787;
    line-height: 23px;
    font-size: 14px;
    padding-left: 25px;
}

.about-us-details-scroll p {
    padding-right: 10px;
}

.about-us-details:hover .zoomeff {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s ease;
}

.nri-res-title {
    display: none;
}

.nri-corner-row .bg-imge {
    background-image: url("./OurTeam.jpg");
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nri-corner-row .bt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nri-corner-row .bg-btn {
    margin-top: 65px;
    width: 250px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.nri-corner-row .und1 {
    display: inline-block;
    position: relative;
}

.nri-corner-row .und1:after {
    content: "";
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: -.5em;
    left: 40%;
    font-weight: bold;
    transform: translate(-50%);
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
}

.nri-corner-row .und1:hover:after {
    content: "";
    height: 1px;
    width: 90%;
    position: absolute;
    bottom: -.5em;
    left: 60%;
    font-weight: bold;
    transform: translate(-50%);
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
}

.nri-corner-row .und3 {
    display: inline-block;
    position: relative;
}

.nri-corner-row .und3:after {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    bottom: -.5em;
    left: 40%;
    font-weight: bold;
    transform: translate(-50%);
    border-bottom: 3px solid #ff0000;
    text-decoration: none;
}

.nri-corner-row .und3:hover:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%);
    border-bottom: 3px solid #ff0000;
    transition: 0.5s ease;
    text-decoration: none;
}

.nri-corner-row .und2 {
    padding-left: 16px;
}

.nri-corner-row .und2 {
    padding-left: 16px;
}

.nri-corner-row .zoomeff:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s ease;
}

.nri-corner-row .boldfnt {
    font-weight: bold;
}

.nri-corner-row .socialcrt {
    width: 100%;
    object-fit: contain;
    height: 30px;
}

.nri-corner-row .container-fluid {
    padding: 0px;
    overflow: hidden;
}

.nri-corner-row .sethomewidth {
    width: 100%;
    height: 418px;
}

.nri-corner-row .sethomewidth1,
.nri-corner-row .sethomewidth2 {
    height: 200px;
    width: 100%;
}

.nri-corner-row .setselectionhgt {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 50px;
}

.nri-corner-row .centerrightimg {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.6px;
    position: absolute;
    right: 150px;
    padding-left: 82px;
    padding-right: 82px;
    top: 60px;
    font-size: 25px;
    font-weight: 300;
}

.nri-corner-row .accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 20px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    background: none;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    color: #6e6e6e;
    letter-spacing: 0.4px;
}

.nri-corner-row .accordion:after {
    content: url(../img/down.png);
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.nri-corner-row .accordion.active:after {
    content: url(../img/up.png);
}

.setcontentnri {
    margin-bottom: 50px;
}

.nri-corner-row .bold-title {
    font-size: large;
    color: #727272;
    padding-right: 30px;
}

.setdwl {
    text-transform: uppercase;
    margin-left: 30px;
    color: #727272;
    font-size: 11px;
    letter-spacing: 1.3px;
    position: absolute;
    top: 5px;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
}

.fntcap {
    font-size: 20px;
}

.row.nri-corner-row {
    padding: 0px 100px;
    font-family: 'Roboto', sans-serif;
}

.nri-corner-row .panel p {
    color: #003466;
}

.nri-corner-row .panel {
    padding: 0;
    margin-bottom: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 13px;
    line-height: 23px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #dddddd7d;
}

.accordion_head.active .accordion::after {
    content: "";
    position: absolute;
    background: #ff0000;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -13px;
    transition: 0.5s;
}

.nri-corner-row .accordion .red-line-btm {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    border-bottom: 4px solid #ff0000;
    position: absolute;
    left: 40px;
    transform: translate(-50%);
    bottom: 8px;
}

.nri-corner-row .accordion.active .red-line-btm {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    border-bottom: 4px solid #ff0000;
    transition: 0.5s;
    position: absolute;
    left: 40px;
    transform: translate(-50%);
    bottom: 8px;
}

/*FAQS*/

.nri-corner-row.faq-corner-row {
    padding-bottom: 30px;
}

.faq-corner-row-title {
    margin-bottom: 30px;
}

/*Downloads*/
.cusstyle{
    font-size: 12px;
    margin-bottom: 15px;
    cursor: pointer;
}
.cusstyle:active,
.cusstyle:hover,
.cusstyle:focus{
    color: #fff !important;
}
.hover-photo-popup{
    /* width: 200px; */
    text-align: center;
}

.downloads-corner-row .cusstyle {
    background-color: white !important;
    color: black !important;
    font-family: 'Roboto', sans-serif;
    padding-top: 0px !important;
    padding-bottom: 8px !important;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.downloads-corner-row .cusstyle:hover {
    background-color: white !important;
    color: #ff0000 !important;
}

.downloads-corner-row .nav-mini>li.active>a,
.downloads-corner-row .nav-pills>li.active>a:focus,
.downloads-corner-row .nav-pills>li.active>a:hover {
    color: #ff0000 !important;
    background-color: #337ab7;
}

.downloads-corner-row .list-group-item.active,
.downloads-corner-row .list-group-item.active:focus,
.downloads-corner-row .list-group-item.active:hover {
    z-index: 2;
    color: black;
    background-color: #e5e5e5 !important;
    border: none;
    border-radius: 0px;
}

.downloads-corner-row .list-group-item.active {
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
}

.downloads-corner-row .list-group-item {
    color: #878787;
    border: none;
    font-family: 'Roboto', sans-serif;
    padding: 5px 15px;
}

.downloads-corner-row .portlet.light {
    padding: 0px;
    background-color: #fff;
}

.downloads-corner-row .portlet>.portlet-title {
    border-bottom: none;
    min-height: 0px;
    margin-bottom: 0px;
}

.downloads-corner-row .portlet.light .portlet-body {
    padding-top: 15px;
}

.downloads-corner-row .setpdficon {
    position: absolute;
    right: 24px;
    top: 16px;
}

.downloads-corner-row .list-group-item:hover {
    background-color: #d1d3d4 !important;
    transition: 0.3s ease;
}

.downloads-corner-row .list-group-item:hover .download-date,
.downloads-corner-row .list-group-item:hover .download-name {
    color: #000 !important;
}

.downloads-corner-row .list-group-item.active:hover {
    font-family: 'Roboto', sans-serif;
}

.downloads-corner-row .setsearchstyles {
    position: absolute;
    top: 6px;
    right: 10px;
}

.downloads-corner-row .right-inner-addon img {
    position: absolute;
    right: 40px;
    height: 15px;
    top: 7px;
    bottom: 5px;
}

.downloads-corner-row .right-inner-addon input {
    padding-right: 30px;
    border-radius: 0px;
    box-shadow: none;
}

.downloads-corner-row .right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
    cursor: pointer;
}

.downloads-corner-row .searchboxcontrol {
    height: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.downloads-corner-row .setinitstyle {
    padding-top: 0px;
    padding-right: 0px;
}

.downloads-corner-row .fltrgt {
    float: right;
}

.downloads-corner-row .setdropstyle {
    float: right;
    width: 170px !important;
    padding: 0px 5px;
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Roboto', sans-serif !important;
}

.downloads-corner-row .setpadrgt30 {
    padding-right: 30px;
}

.downloads-corner-row .setbckgreys {
    background-color: #f5f5f5;
}

.downloads-corner-row .list-group-item p {
    margin: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.download-date {
    font-size: 12px !important;
}

.downloads-corner-row .itemstyless {
    object-fit: contain;
    float: right;
    cursor: pointer;
    margin-top: 5px;
}

.nri-corner-row.downloads-corner-row .nav.nav-pills {
    padding-bottom: 16px;
}

.nri-corner-row.downloads-corner-row .nav.nav-pills li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ff0000;
    transition: width .3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.nri-corner-row.downloads-corner-row .nav.nav-pills li:hover::after {
    width: 25px; 
}

.nri-corner-row.downloads-corner-row .nav.nav-pills li.active::after {
    width: 25px; 
}

.nri-corner-row.downloads-corner-row .nav-pills>li.active>a,
.nri-corner-row.downloads-corner-row .nav-pills>li.active>a:focus,
.nri-corner-row.downloads-corner-row .nav-pills>li.active>a:hover {
    color: #ff0000 !important;
}

.sub-nav-tab.tab-content {
    padding: 0px 14px;
}

/* Calculator */

.calculator-row {
    font-family: 'Roboto', sans-serif !important;
}

.compare-port-texts p,
.bulk-upload-tab-main p {
    margin-top: 23px;
    color: #878787;
    line-height: 23px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.bulk-upload-tab {
    width: 75%;
    margin: 0px auto;
}

.bulk-upload-tab-main {
    margin: 50px 0px 30px 0px;
}

.bulk-upload-tab-main .uploads-items {
    height: 170px;
    background: #ddd0;
    border: 2px solid #dddddd26;
    cursor: pointer;
}

.uploads-items.uploads-items-2 {
    border-left: 0px solid #dddddd26 !important;
}

.bulk-upload-tab-main .uploads-items.active {
    box-shadow: 2px 0px 35px 5px #dddddda6;
    background: #fff;
    border: none;
}

.uploads-items.active h5 {
    color: #ff0000;
    font-size: 15px;
    font-weight: bold;
    margin-top: 35px;
}

.bulk-upload-tab-main .uploads-items:hover {
    box-shadow: 2px 0px 35px 5px #dddddda6;
    background: #fff;
    border: none;
}

.uploads-items:hover h5 {
    color: #ff0000;
    font-size: 15px;
    font-weight: bold;
    margin-top: 35px;
}

.uploads-items h5 {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 0.6px;
}

.uploads-item-image img {
    padding-top: 75px;
}

/* Bulk Upload Page */

.bulk-upload-page {
    margin: 0px 120px;
    font-family: 'Roboto', sans-serif;
}

.bulk-upload-page h5 {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
}

.bulk-upload-btn {
    padding: 14px 0px 17px 0px;
    border-radius: 0px !important;
    padding: 0px
}

.bulk-upload-file-details {
    border: 1px solid #e9e9e9;
    padding: 8px 15px;
    height: 60px;
}

.bulk-upload-btn button {
    padding: 21px 40px 20px 40px;
    background: #9fa1a4;
    color: #fff;
    font-size: 15px;
    background: #9fa1a4;
    border-radius: 0px;
    border: none;
    height: 60px;
}

.bulk-upload-btn button:hover {
    background: #ff0000;
}

.bulk-upload-file-details p {
    color: #9fa1a4;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.bulk-upload-file-details p a {
    color: #1b3d72;
}

.bulk-upload-file-details span {
    font-size: 15px;
    cursor: pointer;
}

.no-padding {
    padding: 0px;
}

button {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.5px;
    font-size: 14px !important;
}

.upload-excel p {
    font-size: 10px;
    margin-top: -10px;
    font-family: 'Roboto', sans-serif;
    color: #7f7f7f;
    font-weight: 600;
}

.upload-excel img {
    padding-right: 5px;
    margin-top: -3px;
}

.bulk-upload-items .table>tbody>tr>td,
.bulk-upload-items .table>thead>tr>th {
    border: none;
    text-align: center;
    padding: 14px 0px 8px 0px;
}

.bulk-upload-items .table>thead>tr>th {
    border-bottom: 2px solid #e1e1e140;
    padding: 16px 0px 11px 0px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

.bulk-upload-items .table>tbody>tr:hover {
    background: #f7f7f7;
    cursor: pointer;
}

.bulk-upload-items .table>tbody>tr:hover .bulk-table-share-delete span {
    visibility: initial;
}

/*.bulk-table-item-name{
  padding-left: 83px !important;
  text-align: left !important;
}
.bulk-table-item-name1{
  padding-left: 80px !important;
}
.bulk-table-s-no{
  text-align: center;
  width:9%; 
}
.bulk-table-share-delete{
   width:14%;
   text-align:center;
}*/

.bulk-upload-items .table-responsive {
    margin-bottom: 20px;
    border: 1px solid #d4d4d45e;
}

.bulk-upload-items .table-responsive:hover {
    box-shadow: 2px 0px 35px 5px #dddddda6;
}

.bulk-upload-page .accordion_head {
    padding: 8px 5px 8px 15px;
}

.bulk-accodion-title-text {
    font-family: 'Roboto', sans-serif !important;
    color: #6e6e6e !important;
    font-size: 12px !important;
}

.bulk-upload-page .accordion_head {
    font-size: 15px;
    color: #000;
}

.bulk-upload-page span {
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.bulk-upload-page .accordion_body.setdspnone {
    padding: 5px 5px 0px 15px;
}

.bulk-table-share-delete span {
    color: #ff0000;
    font-size: 13px;
    visibility: hidden;
}

.bulk-upload-items p {
    font-size: 12px;
    color: #ff0000;
    font-weight: 600;
}

.bulk-table-share-delete.delete-txt {
    padding: 12px 0px 8px 0px !important;
}

.bulk-chart-table button {
    padding: 16px 40px 14px 30px;
    color: #fff !important;
    text-align: center;
    width: 165px;
    border-radius: 0px;
    margin-right: 5px;
    background: #9fa1a4;
}

.bulk-chart-table button:hover {
    background: #ff0000;
}

.bulk-chart-table button img {
    padding: 0px 20px 0px 0px;
    margin-top: -5px;
}

.bulk-chart-table {
    margin: 25px 0px;
}

.bulkupload-bar-chart {
    padding: 25px;
    border: 1px solid #d4d4d45e;
}

.bulkupload-bar-chart:hover {
    box-shadow: 2px 0px 35px 5px #dddddda6;
}

.bulkupload-bar-chart h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 0px;
    letter-spacing: 1.4px;
    color: #000;
}

.bulk-chart-table.bulk-chart-table-btns {
    margin: 40px 0px 30px 0px;
}

.manual-upload-page input {
    font-size: 15px;
    padding: 6px 0px;
    font-weight: 300;
    border-radius: 2px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    transition: padding-top 0.5s ease, margin-top 0.5s ease;
    overflow-x: hidden;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
}

.manual-upload-page input:focus,
.manual-upload-page input:valid {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #003975;
}

.manual-upload-page input+label {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    height: 0px;
}

.manual-upload-page input:focus+label>span,
.manual-upload-page input:valid+label>span {
    top: -60px;
    font-size: 13px;
}

.manual-upload-page input+label>span {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    position: absolute;
    color: #8F8F8F;
    font-size: 13px;
    top: -33px;
    left: 0px;
    z-index: -1;
    -webkit-transition: top 0.5s ease, font-size 0.5s ease, color 0.5s ease;
    transition: top 0.5s ease, font-size 0.5s ease, color 0.5s ease;
}

.padding-right {
    padding-right: 0px;
}

.padding-left {
    padding-left: 0px;
}

.custom-width {
    width: 47%;
}

.custom-width-2 {
    width: 6%;
    cursor: pointer;
}

.custom-width-2:hover .add-color {
    color: #ff0000;
}

.custom-width-2:hover .manual-add {
    content: url(../img/red-add.png);
}

.manual-upload-page {
    margin-top: 25px;
}

.bulk-upload-items.manual-upload-items .table-responsive {
    margin-top: 10px;
}

.custom-width-2 p {
    color: #7f7f7f;
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 0px;
}

.bulk-upload-items.manual-upload-list-table .table-responsive {
    box-shadow: none;
    padding: 10px 150px 0px 150px;
    margin-bottom: 0px;
    border: none;
}

.bulk-upload-items.manual-upload-list-table .table>thead>tr>th {
    text-align: center;
    font-size: 12px;
}

.manual-item-list,
.manual-item-list-total {
    text-align: left !important;
}

.manual-item-list-total {
    padding-left: 80px !important;
}

.bulk-upload-items.manual-upload-list-table .table>tbody>tr>td {
    padding: 7px 0px 8px 0px;
}

.bulk-upload-items.manual-upload-list-table .table>tbody>tr:hover {
    background: none;
    cursor: initial;
}

.bulk-upload-items.manual-upload-list-table .table>thead>tr>th {
    padding: 10px 0px 15px 0px;
}

.bulkupload-bar-chart.manual-table-listss {
    margin-top: 30px;
}

.share-download {
    padding: 16px 0 14px 0 !important;
}

.share-download.share-download-bg {
    background: none;
    color: #000 !important;
    border: 1px solid #dddddd61;
}

.share-download.share-download-bg:hover {
    background: #ff0000;
    color: #fff !important;
}

.nri-corner-row.calculator-row {
    padding: 0px;
}

.nri-corner-row.calculator-row .accordion {
    line-height: 21px;
    padding: 10px 5px 10px 15px;
}

.nri-corner-row.calculator-row .panel p {
    padding: 0 15px;
    margin-top: 10px;
}

.nri-corner-row.calculator-row .accordion.active .red-line-btm {
    bottom: -3px;
    left: 55px;
}

/* Employee SignIn */

.employee-signin {
    padding: 15px 0px;
    width: 350px;
    margin: 0px auto;
}

.employee-signin img {
    margin: 20px 0px;
}

.employee-signin form {
    width: 350px;
    margin: 0px auto;
    padding: 30px 30px 50px 30px !important;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif !important;
}

.employee-signin form input {
    height: 45px;
    background-color: #f2f2f2;
    border: solid 1px #ebebeb;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    font-weight: 600;
}

.employee-signin .form-group {
    margin-bottom: 20px;
    margin-top: 15px;
}

.signin-otp-text p {
    margin: 15px 5px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    color: #5c5c5c;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.otp-resend-btn {
    border: none;
    background: none;
    padding: 15px 0px;
    font-size: 11px;
    font-weight: 600;
}

.otp-resend-btn.active,
.otp-resend-btn:active {
    box-shadow: none;
}

.otp-resend-btn.active.focus,
.otp-resend-btn.active:focus,
.otp-resend-btn.focus,
.otp-resend-btn:active.focus,
.otp-resend-btn:active:focus,
.otp-resend-btn:focus {
    outline: none;
}

.employee-signin .submit-btn {
    width: 100%;
    border-radius: 0px;
    height: 44px;
    background: #9fa1a4;
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    margin-top: 5px;
    padding-top: 10px;
    text-decoration: none;
}

.employee-signin .submit-btn:hover {
    background: #ff0000;
}

.employee-signin h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ff0000;
    margin: 0px 0px 20px 0px;
}

/* Marketlook */

.ver-content-details.gsp-img {
    text-align: center;
    padding: 60px 0px;
}

/* PaertnerLogin */

.partner-login-head {
    margin-bottom: 50px;
}

.partner-login-form {
    font-family: 'Roboto', sans-serif !important;
    margin: 0px;
    margin-top: 40px;
}

.partner-login-form input {
    font-size: 15px;
    padding: 6px 0px;
    font-weight: 300;
    border-radius: 2px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    transition: padding-top 0.5s ease, margin-top 0.5s ease;
    overflow-x: hidden;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
}

.partner-login-form input:focus,
.partner-login-form input:valid {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #003975;
}

.partner-login-form .form-group {
    margin-bottom: 40px;
}

.partner-login-form input+label {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    height: 0px;
}

.partner-login-form input:focus+label>span,
.partner-login-form input:valid+label>span {
    top: -57px;
    font-size: 13px;
}

.partner-login-form input+label>span {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    position: absolute;
    color: #8F8F8F;
    font-size: 13px;
    top: -35px;
    left: 0px;
    z-index: 1;
    -webkit-transition: top 0.5s ease, font-size 0.5s ease, color 0.5s ease;
    transition: top 0.5s ease, font-size 0.5s ease, color 0.5s ease;
}

/*.partner-login-form input{
	border-radius: 0px;
    border: none;
    border-bottom: 1px solid #003366;
    box-shadow: none;
    padding: 5px 5px 5px 0px;
    height: 40px;
    font-size: 15px;
    color: #000;
	position:relative;
}
.partner-login-form input:focus{
	border: none;
    border-bottom: 1px solid #000;
	box-shadow:none;
}
.partner-login-form label{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
	text-transform:uppercase;
	color:#7f7f7f;
	font-size: 13px;
}*/

.partner-login-form .form-group img {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.partner-login-toggle {
    position: relative;
}

.partner-login-toggle-label {
    background: #ddd;
    padding: 12px 15px;
    border-radius: 35px;
    cursor: pointer;
}

.toggle-label-single-a {
    width: 65px;
    text-align: left;
    padding: 0px 10px;
}

.toggle-label-single-b {
    width: 100px;
    text-align: right;
}

.toggle-label-single-a,
.toggle-label-single-b {
    display: inline-block;
    cursor: pointer;
}

.toggle-active-btn {
    background: red;
    width: 100px;
    padding: 12px 15px;
    border-radius: 35px;
    position: absolute;
    top: -5px;
    text-align: center;
    left: 0;
    cursor: pointer;
    border-color: #231616;
    border: 5px solid #fff;
    transition: 0.5s;
    color: #fff;
}

.toggle-label-single-b.active,
.toggle-label-single-a.active {
    visibility: hidden;
}

.toggle-active-btn.active {
    left: initial !important;
    right: 0 !important;
    transition: 0.5s;
}

/*Footer*/

footer {
    background: #003466;
    color: #a3adbd;
    margin-top: 15px;
    padding: 10px;
    font-family: 'Roboto', sans-serif !important;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

footer p {
    font-size: 12px;
    margin: 0px;
}

.footer span {
    font-size: 10px;
}

.footer-num {
    padding: 0px 35px;
}

/*.search {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 75px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    float: right;
}
.search:focus {
    width: 200px;
}*/

/* CMS */

/* Update Product */

/* .select-div{
    width: 60%;
    border: 1px solid #ddd;
    margin: 0px auto;
    padding: 70px 50px 60px 50px;
    margin-top: 35px; 
    box-shadow: 2px 0px 35px 5px #dddddda6;
    background: #fff;
}
 */

.select-div select {
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    font-size: 12px;
}

.select-div .btn {
    height: 45px;
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    margin-top: 25px;
    width: 165px;
    margin: 50px 5px 10px 5px;
    padding: 12px 10px;
}

button:hover {
    background: #ff0000 !important;
}

.update-btn-head {
    width: 60%;
    margin: 0px auto;
    text-align: center;
}

.update-btn-head button {
    height: 45px;
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    margin-top: 25px;
}

.preview-btn {
    height: 40px;
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    width: 140px;
    border: none;
}

.product-select-radio {
    text-align: center;
}

.product-select-radio .radio-inline {
    padding: 0px 50px;
    font-family: 'Roboto', sans-serif !important;
    color: #727272;
    font-size: 15px;
    margin-top: 12px;
}

.list-add-btn {
    height: 40px;
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    /*  width: 80px; */
    border: none;
    margin-top: 5px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: url(../img/down.png);
    float: right;
    margin-top: -4px
}

.panel-heading .accordion-toggle.collapsed:after {
    content: url(../img/up-arrow.png);
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-body {
    padding: 0px;
}

.panel-sub-qus {
    padding: 10px 15px 10px 50px;
    border-bottom: 1px solid #dddddd24;
    font-size: 13px;
}

.panel-sub-qus a {
    font-size: 12px;
    color: #1b3d72;
    text-decoration: none;
    padding-top: 2px;
}

.panel-sub-qus input {
    height: 40px;
    border: 1px solid #dddddd91;
    padding: 10px;
    width: 80%;
    font-size: 15px;
}

.panel-sub-qus button {
    height: 40px;
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    width: 80px;
    border: none;
    margin-top: -5px;
}

.panel-title {
    font-size: 13px;
}

.panel-default>.panel-heading {
    background: none;
    padding: 15px 10px 12px 10px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    text-decoration: none !important;
}

.product-add-list {
    margin: 0px 15px;
    cursor: pointer;
}

.product-add-list img {
    height: 18px;
    margin-top: -4px;
}

.product-list-table table {
    border: 1px solid #ddd;
    font-size: 14px;
}

.product-list-table .table>tbody>tr>td {
    border-top: 0px solid #ddd;
}

.product-list-table .table>tbody>tr:hover {
    background: #dddddd2e;
}

.product-list-table .table>tbody>tr>td i {
    margin: 0px 10px;
    font-size: 20px;
    cursor: pointer;
    color: #9fa1a4;
}

.product-list-table .table>tbody>tr>td i:hover {
    color: #ff0000;
}

.product-list-table .table>thead>tr>th,
.product-list-table .table>tbody>tr>td {
    padding: 15px;
    border-left: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
}

.product-list-table .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

.view-delete {
    text-align: center;
    width: 15%;
}

.product-list-table .btn {
    border-radius: 0px;
    background: #9fa1a4;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}

.product-list-table .btn:hover {
    background: #ff0000;
}

.product-list-table input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.save-cancel-btns {
    margin-top: 55px;
}

.save-cancel-btns button {
    margin: 10px 30px;
    width: 100px;
}

.upload-files-drop-down {
    margin-top: 20px;
}

.upload-files {
    font-size: 15px;
    border: 1px solid #ddd;
    color: #7f7f7f;
    padding: 10px 25px;
    text-decoration: none !important;
}

.upload-files:hover,
.upload-files:focus,
.upload-files-drop-down .dropdown-menu>li>a:hover,
.upload-files-drop-down .dropdown-menu>li>a:focus {
    color: #ff0000 !important;
}

.upload-files-drop-down .dropdown-menu {
    left: initial;
    right: 0px;
    top: 30px;
    border-radius: 0px;
}

.upload-files-drop-down .dropdown-menu>li>a {
    padding: 5px 20px;
    color: #7f7f7f;
}

.upload-popup-row .product-select-radio .radio-inline {
    padding: 0px 15px;
}

.mobile-desk-img input {
    position: relative;
    padding: 10px 10px 10px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #dddddd52;
    height: 40px;
    white-space: normal;
}

.upload-popup-modal .modal-body {
    position: relative;
    padding: 40px;
}

.mobile-desk-img img {
    position: absolute;
    top: 8px;
    height: 25px;
    left: 5px;
}

.mobile-desk-img {
    position: relative;
    margin-top: 30px;
}

.port-img {
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: 0px auto;
}

.port-img img {
    height: 150px;
    width: auto;
}

.land-img {
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.land-img img {
    height: auto;
    width: 100%;
}

.mobile-img-tag i,
.web-img-tag i {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 22px;
    cursor: pointer;
}

.mobile-img-tag {
    border: 1px solid #ddd;
    padding: 10px 35px 10px 10px;
    margin: 30px 10px 10px 0px;
    position: relative;
}

.web-img-tag {
    border: 1px solid #ddd;
    padding: 10px 35px 10px 10px;
    margin: 30px 0px 10px 0px;
    position: relative;
}

.product-list-table [type="checkbox"]:not(:checked),
.product-list-table [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.product-list-table [type="checkbox"]:not(:checked)+label,
.product-list-table [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 6px;
}

.product-list-table [type="checkbox"]:not(:checked)+label:before,
.product-list-table [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    background: transparent;
}

.product-list-table [type="checkbox"]:not(:checked)+label:after,
.product-list-table [type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 13px;
    line-height: 0.8;
    color: #1b3d72;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}

.downloadLeadBox{
    position: absolute;
    right: 0;
    top: 30px;
}
.product-list-table [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.product-list-table [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.deleted-lists {
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    color: #7f7f7f;
    font-weight: 600;
    display: inline-block;
    margin-right: 7px;
}

.upload-radio-btns .product-select-radio {
    margin-top: 20px;
    margin-bottom: 25px;
}

.upload-radio-btns {
    margin-top: 10px;
    margin-bottom: 30px;
}

.select-chart-list select {
    border-radius: 0px;
    box-shadow: none;
    margin-top: 0px;
    height: 41px;
}

.select-chart-list,
.upload-image-size {
    display: none;
}

.edit-header-details input {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.upload-radio-btns .checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-left: 0px;
}

.browse-upload-image-size {
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.browse-upload-image-size .carousel-inner {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.upload-imgs-close {
    position: absolute;
    top: 0;
    height: 15px !important;
    right: 0;
    background: #00000042;
    padding: 3px;
    cursor: pointer;
}

.upload-imgs-close:hover {
    background: #000;
}

.browse-upload-image-size .carousel-indicators {
    bottom: -8px;
}

.browse-upload-image-size .carousel-control .glyphicon-chevron-left,
.browse-upload-image-size .carousel-control .glyphicon-chevron-right,
.browse-upload-image-size.browse-upload-image-size .carousel-control .icon-next,
.browse-upload-image-size.browse-upload-image-size .carousel-control .icon-prev {
    font-size: 15px
}

.browse-upload-image-size .carousel-control {
    width: 0;
}

.browse-upload-image-size .carousel-indicators li,
.browse-upload-image-size .carousel-indicators .active {
    width: 6px;
    height: 6px;
    margin: 1px;
}

.browse-upload-image-size .item img {
    height: 110px;
}

.browse-img-btn {
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    border: none;
    margin-top: 5px;
    height: 30px !important;
}

.upload-img-size-text {
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    color: #7f7f7f;
    font-weight: 600;
    display: inline-block;
    margin-right: 7px;
}

.model-cancel-btn {
    height: 35px;
    background-color: #9fa1a4;
    border-radius: 0px;
    color: #fff !important;
    border: none;
    margin-top: 5px;
    width: 130px;
    margin: 0px 5px;
}

.modal-dialog-delete button.close {
    margin: -5px;
    font-size: 20px !important;
}

button.close:hover {
    background: none !important;
}

.modal-dialog-delete {
    width: 320px;
    margin-top: 100px
}

.modal-dialog-delete .modal-content {
    border-radius: 0px;
}

.modal-dialog-delete .modal-content p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    letter-spacing: 0.7px;
    padding: 0px 25px;
}

.modal-dialog-delete .modal-footer {
    border-top: 0px solid #e5e5e5;
}

.modal-dialog-delete.modal-dialog-edit {
    width: 440px;
    margin-top: 100px;
}

.modal-dialog-edit .partner-login-form {
    margin-top: 10px;
    padding: 0px 20px 5px 20px;
}

.modal-dialog-edit .partner-login-form input {
    margin-top: 45px;
}

.ver-nav-content-page.update-infor-content-page {
    padding: 30px;
}

.update-infor-content-page .edit-header-details input {
    margin-top: 0px;
    border: 1px solid #f2f3f3;
}

.update-infor-content-page textarea.form-control {
    height: auto;
    border-radius: 0px;
    border: 1px solid #f2f3f3;
    box-shadow: none;
    height: auto;
    border-radius: 0px;
    border: 1px solid #f2f3f3;
    box-shadow: none;
}

.product-select-radio .radio-inline.radio-inline-img {
    padding: 0px 10px;
    margin-top: 0px;
}

.product-list-table.employee-login-list {
    margin-top: 35px;
}

.product-list-table .table-responsive {
    padding: 0px;
}

.ver-nav-content-head.ver-nav-content-head-list2 {
    margin-top: 65px;
}

#ngProgress-container {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 99999999999;
}

.ng-not-empty.ng-dirty.ng-valid-parse.ng-invalid.ng-invalid-pattern.ng-touched {
    border-color: red;
    box-shadow: none;
}

.ng-valid-required.ng-invalid.ng-invalid-pwmatch.ng-not-empty.ng-dirty.ng-valid-parse.ng-touched {
    border-color: red;
    box-shadow: none;
}

.pagination button:hover {
    background: buttonface !important;
}

.pagination button[disabled] {
    cursor: not-allowed;
}

.errorMessage {
    margin-bottom: 15px;
    float: left;
}

ul.helper-text {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 22px;
    color: #808080;
}

ul.helper-text li.valid {
    color: #1fd34a;
}

.exportBtn {
    border-radius: 0px;
    height: 44px;
    background: #9fa1a4;
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    margin-top: 10px;
    letter-spacing: 0.4px;
}

.exportBtn a {
    color: #fff !important;
    text-decoration: none !important;
}

.paginationCount {
    width: 10%;
    margin-top: 10px;
    border-radius: 0;
    height: 44px;
}

.poupSelect {
    padding: 6px 12px;
    color: #555;
}

.preview-btn a {
    color: #fff !important;
    text-decoration: none;
}

.forgotPassword {
    padding: 12px 0;
}

.forgotPassword a {
    color: #8a8a8a !important;
    font-size: 12px;
    font-weight: 600;
}

.forgotPassword a:hover {
    color: #ff0000 !important;
}

.nav-imgs-profile {
    height: 50px;
}

.nav-menu-drop-down-list:after {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav-imgs-profile .nav-menu-drop-down-list:after {
    right: 26% !important;
    left: initial;
}

.nav-imgs-profile.nav-menu-drop-down:hover .nav-menu-drop-down-list {
    right: -25px;
}

.nav-imgs-profile.nav-menu-drop-down .nav-menu-drop-down-list {
    min-width: initial;
}

.nav-menu-drop-down-list:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
}

.nav-menu-drop-down {
    position: relative;
    display: inline-block;
}

.nav-menu-drop-down .nav-menu-drop-down-list {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 288px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 50px;
}

.nav-menu-drop-down:hover .nav-menu-drop-down-list {
    display: block;
    padding-top: 10px;
}

.nav-menu-drop-down .nav-menu-drop-down-list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #7f7f7f;
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 1px solid #93939314;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav-menu-drop-down .nav-menu-drop-down-list a:hover {
    color: #ff0000;
}

.nav-menu-drop-down .dropdown-content>a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff0000;
    transition: width 1s;
    position: absolute;
    left: 0;
    transform: translate(-50%-50%);
    bottom: 0;
}

.nav-menu-drop-down .dropdown-content>a:hover::after {
    width: 100%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #003466;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #003466;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .active, .inactive {
    font-size: 26px;
    cursor: pointer;
}

#exTab1 .nav-pills > li.active {
    font-size:14px !important;
  }
  #exTab1 .nav-pills > li.active > a{
    background-color: #f2f2f2;
    color:  #ff0000;
  }
 #exTab1 .nav-pills > li > a {
    color:#000000;
  }

.active, .inactive {font-size:40px;cursor:pointer;}
.active, .inactive {font-size:40px;cursor:pointer;}
i.active { color: #5cb85c}
i.inactive {color: #d9534f}

.marginextra{
    margin: 40px 0;
}

.customSelect{
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #333333;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    border: 1px solid #eee;
}

/* Remove IE arrow */
.customSelect::-ms-expand {
    display: none;
  }
.newselect {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    border-radius: .25em;
    overflow: hidden;
    /* border: 1px solid #eee; */
  }
  /* Arrow */
  .newselect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.8em;
    background-color: #eee;
    transition: .25s all ease;
    pointer-events: none;
  }
  /* Transition */
  .newselect:hover::after {
    color: #9fa1a4;
  }
  .d-flex{
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .addsomespaces{
    margin-left: 15px;
  }
  
