body {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-size: 30px;
}

.equalicon {
    text-align: center;
    padding: 0;
}

    .equalicon span {
        vertical-align: -webkit-baseline-middle !important;
    }

.separatehr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0.5px solid rgb(238 238 238 / 45%);
}

.button-style2 {
    color: #fff;
    border-radius: 25px;
    padding: 8px 16px;
    background: #6cc;
    display: inline-block;
    font-size: 13px;
}

.blue-color small {
    color: #fff;
}

.modal-content.pop-content4 .modal-body {
    padding: 40px;
}

.cllssse4 {
    position: ABSOLUTE !important;
    BACKGROUND: #000 !important;
    WIDTH: 30PX !important;
    OPACITY: 1 !important;
    COLOR: #fff !important;
    Z-INDEX: 999 !important;
    right: 0 !important;
    HEIGHT: 30PX !important;
    top: 0px !important;
    FONT-SIZE: 25PX;
    LINE-HEIGHT: 30PX !important;
}

.modal-content.pop-content4 {
    margin-top: 40px;
}

.pntmtrix {
    width: 100%;
}

#myImg {
    cursor: pointer;
    transition: 0.3s;
    cursor: crosshair;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
#myModal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 15px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#myModal .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
/* Modal Content (image) */
#myModal .modal-content {
    margin: auto;
    display: block;
    width: 90%;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}




#chartdivnps {
    width: 100%;
    height: 300px;
}

#chartdivnpspie {
    width: 100%;
    height: 300px;
}

.track {
    position: relative;
    background-color: #fff;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

    .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative;
    }

.cols20p {
    width: 20%;
}

.mt-40 {
    margin-top: 40px;
}

.info-box_1 {
    display: block;
    min-height: 101px;
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(255 152 0 / 40%);
    border-radius: 7px;
    margin-bottom: 10px;
}

.nf1 {
    background-image: linear-gradient(to right, #66cccc, #bfefef, #66cccc) !important;
}

.info-box-content {
    padding: 8px 14px;
    text-align: center;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #000;
}

.mt-20 {
    margin-top: 20px;
}

.info-box-number {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

    .info-box-number span {
        float: right;
    }

.track .step.active:before {
    background: #cc3333;
}

.track .step::before {
    height: 3px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 15px;
}

.track .step.active .icon {
    background: #cc3333;
    color: #fff;
}

.track .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;
}

.track .text {
    display: block;
    margin-top: 7px;
}

.count1 {
    display: block;
    margin-top: -20px;
}

.mytables1 tr th {
    text-align: center;
    white-space: nowrap;
    border-bottom-width: 0px !important;
    border: 1px solid #ccc !important;
}

.mytables1 tr th {
    background: #f5f5f5;
    color: #222;
}

.mytables1 tr td {
    text-align: center;
    white-space: nowrap;
    border-bottom-width: 0px !important;
    border: 1px solid #ccc !important;
}

body a {
    color: #007ad9;
    text-decoration: none;
}

a:hover {
    color: #555;
    text-decoration: none !important;
}

.linkclass {
    color: #555;
    vertical-align: middle;
    cursor: pointer;
}

.card1 {
    border-top-color: #cc3333 !important;
    border-top: 3px solid #ddd;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

    .card1 .header1 {
        color: #555;
        padding: 10px 18px;
        position: relative;
        border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    }

        .card1 .header1 h2 {
            margin: 0 !important;
            font-size: 18px !important;
            font-weight: normal;
            color: #111 !important;
        }

    .card1 .body {
        padding: 15px;
    }

#chartdiv11 {
    height: 360px;
}

#chartdiv12 {
    height: 360px;
}

#chartdiv13 {
    height: 540px;
}

#chartdiv14 {
    height: 540px;
}

.dashboard1-item a {
    font-size: 17px;
    color: #666;
    font-weight: 500;
}

.btn-default1 {
    color: #000 !important;
    background-color: #e8e8e8 !important;
    border-color: #d6dadd !important;
}

    .btn-default1:focus {
        outline: 0px !important;
        outline-offset: 0px !important;
        box-shadow: none !important;
        color: #000 !important;
        background-color: #e8e8e8 !important;
        border-color: #d6dadd !important;
    }

.bggg33 {
    background: transparent !important;
}

.mtp25 {
    margin-top: 25px;
}

.slctad label {
    width: 20%;
}

.rnnge {
    vertical-align: middle;
    margin-top: -14px;
}

.range_slide li {
    display: inline-block;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.faq-content #accordion .panel-title > a.accordion-toggle::before, .faq-content #accordion a[data-toggle="collapse"]::before {
    content: "−";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    margin-left: 10px;
    color: #000;
    font-weight: bolder;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
}

.faq-content .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
}

.mytable12 tr th {
    color: #000;
    text-align: center;
    vertical-align: middle;
    background: #e2e2e2;
    /* text-shadow: 1px 1px #d0c7c7; */
    padding: 4PX;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
}

.mytable12 tr td {
    color: #000;
    background: #fff;
    padding: 4PX;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle !important;
    font-size: 14px;
}

.mytable12 tr:last-child td {
    color: #000;
    text-align: center;
    vertical-align: middle !important;
    background: #e2e2e2;
    /* text-shadow: 1px 1px #d0c7c7; */
    padding: 4PX;
    font-size: 14px;
    white-space: nowrap;
}

h4.leader-name {
    background: #6cc;
    padding: 5px 12px;
    font-size: 16px;
    margin-bottom: 10px;
}

h5.bold {
    font-weight: bold;
    font-size: 15px;
}

.faq-content .panel-heading {
    background: #f3f3f3 !important;
    color: #666666;
}

    .faq-content .panel-heading a {
        text-decoration: none;
    }

.faq-content #accordion .panel-title > a.accordion-toggle.collapsed::before, .faq-content #accordion a.collapsed[data-toggle="collapse"]::before {
    content: "+";
    color: #000;
    font-size: 21px;
    font-weight: bolder;
}

.fnt16 {
    font-size: 16.5px;
    text-align: justify;
}

.inner-sec {
    padding: 50px;
    padding-top: 20px;
}

.bdd {
    padding: 5px 20px;
    background: #ededed;
    font-size: 20px;
    margin-bottom: 24px;
    color: #5a5a5a;
}

.abbnt {
    text-align: center;
    padding: 124px;
    padding-top: 60px;
    padding-bottom: 10px;
}

.cntct {
    font-size: 16.5px;
    line-height: 18px;
    margin-top: 55px;
}

.elgt {
    text-align: justify;
    padding: 5%;
    font-size: 15px;
}

.mtop80px {
    margin-top: 80px;
}

.abbnt img {
    width: 100%;
}



.abbnt1 {
    text-align: center;
    padding: 124px;
    padding-top: 60px;
    padding-bottom: 10px;
}

    .abbnt1 img {
        height: 250px;
    }

.listtt111 {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 7px;
    font-weight: 500;
}

    .listtt111 li {
        display: inline-block;
        float: right;
        margin-left: 15px;
    }

.mtop15 {
    margin-top: 15px;
}

.mytable_black tr th {
    background: #333;
    font-size: 16px;
    color: #fff;
}

.sbutton {
    border-radius: 25px;
    background: #09f;
    color: #fff;
    padding: 10px 20px;
}

.minh11 {
    min-height: 450px !important;
}

.support p {
    font-size: 16px;
}

.text-blue1 {
    color: #09f;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}

pre {
    overflow-x: hidden;
    white-space: pre-line !important;
    font-family: unset !important;
    text-align: justify !important;
    margin-top: 0;
}

.inner-content {
    background: #fff;
    padding: 30px;
    margin: 20px;
}

.navbar {
    margin-bottom: 0px;
    background: #f7f7f7;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px;
}

.navbar-default {
    border: none;
}

.ussrnme {
    color: darkred;
    font-size: 1.3rem;
    text-align: center;
    /* padding-top: 4%; */
    margin: 0;
    padding: 2px;
}

.signout {
    position: relative;
    display: block;
    color: #000 !important;
    font-size: 16px;
    padding: 6px 29px;
    margin: 0px !important;
    text-align: center;
}

.left-menu {
    padding: 20px;
    background: #333;
    color: #fff;
}

.page-content--bge55 {
    background: #f5f5f5;
    padding: 15px;
}

.ccfrm1 {
    display: block;
    padding: 14px !important;
    line-height: 1.5;
    /* font-size: 15px; */
    color: #495057;
    background: url(https://redemption.evolvebrands.tech/assets/images/calendar_icon.png) 97% 50% no-repeat #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff !important;
    display: block;
    color: #000 !important;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 6px 29px;
    border-radius: 25px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #222;
    text-decoration: none;
    background-color: #66cccc;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 100%;
}

.dashboard-item {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    height: 60px;
    margin: 15px 0px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    display: block;
    flex-direction: column;
    cursor: pointer;
    background: #e7e7e7;
    text-align: center;
}

    .dashboard-item:hover a {
        color: #fff;
    }

    .dashboard-item a {
        font-size: 15px;
        color: #666;
        font-weight: 500;
        display: block;
        height: 60px; /* Ensure the height of the link matches the height of the container */
        line-height: 60px; /* Vertically center the text within the link */
        text-decoration: none; /* Optional: remove underline from the link */
    }

    .dashboard-item:hover {
        background: #9bbcf2;
        color: #fff;
    }

    .dashboard-item i {
        font-size: 18px;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -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);
}

.prdetails {
    padding: 10px;
}

.price {
    vertical-align: middle;
    font-size: 10px;
    font-weight: 600;
    color: #818991;
    margin-bottom: 10px;
}

.addcart {
    width: 80px;
    border-radius: 5px;
    cursor: pointer;
    background: #e7000a;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

    .addcart:focus {
        width: 80px;
        border-radius: 5px;
        cursor: pointer;
        background: #e7000a;
        padding: 5px 10px;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }

    .addcart:hover {
        width: 80px;
        border-radius: 5px;
        cursor: pointer;
        background: #e7000a;
        padding: 5px 10px;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }

.width100 {
    width: 100%;
}

.crd p {
    font-size: 12px;
    margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    padding: 10px !important;
}

.crd {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    min-height: 330px;
}

select:-internal-list-box option:checked {
    background: #007bff !important;
    color: #fff !important;
}

.crd width100 {
    height: 192px;
}

.crd .prdctname {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    color: #818991;
    margin-bottom: 10px;
}

.wishinput {
    overflow: hidden;
    resize: none;
    color: #9dc5ea;
    border: unset !important;
    position: absolute !important;
    background: unset !important;
    box-shadow: unset !important;
    margin: 8% !important;
    font-size: 2rem !important;
    width: 80%;
}

    .wishinput:focus {
        outline: 0;
    }

.mtopp40 {
    margin-top: 40px;
}

.percent100 {
    width: 101%;
}

.width100 {
    width: 100%;
}

.crd .width100 {
    height: 194.5px;
}

.btn-sbmit {
    border-radius: 20px;
    background: #ff6666 !important;
    border: unset;
    width: 150px;
}

.table-responsive.table--no-card {
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

.table-title11 {
    padding: 10px 15px;
    background: transparent;
    color: #666;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.table-earning {
    margin-bottom: 0px;
    width: 100% !important;
}

.m-b-40 {
    margin-bottom: 40px;
}

.wishtext {
    color: #ff6666;
    margin-top: 120px;
}

.ssr img {
    width: 100%;
}

.makewishbg {
    background: url(http://www.sintexhamesha.com/background.c67200c29738ca9401e8.png) 0 0/cover no-repeat !important;
    padding: 2%;
}

.table-earning thead th {
    background: #333;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    padding: 22px 40px;
    white-space: nowrap;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-earning tbody tr:hover td {
    color: #555;
    vertical-align: middle;
    /*cursor: pointer;*/
}

.table-earning tbody td {
    vertical-align: middle !important;
    color: grey;
    padding: 12px 40px;
    white-space: nowrap;
}

.listingq li {
    list-style: none;
    line-height: 200%;
    font-size: 13px;
}

    .listingq li span {
        font-weight: bold;
    }

.listingq1 li {
    line-height: 200%;
    font-size: 13px;
}

    .listingq1 li span {
        font-weight: bold;
    }

.head3 {
    color: #cc3333;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 7px;
    font-weight: 500;
}

.cardpad15 {
    padding: 15px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

.heading4 {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    margin: 0px 0px 5px 0px;
    text-align: center;
}

.tnclist {
}

    .tnclist li {
        list-style: circle;
        line-height: 200%;
    }

.tnclist1 {
}

    .tnclist1 li {
        line-height: 200%;
    }

.mytable tr th {
    background: #09f;
    color: #fff;
}

.mytable tr td {
    width: 50%;
    background: #fff;
    color: #333;
}

.mytableuniq tr th {
    background: #09f;
    color: #fff;
    text-align: center !important;
}

.mytableuniq tr td {
    background: #fff;
    color: #333;
    text-align: center !important;
}

.mytable1 tr th {
    background: #09f;
    color: #fff;
}

.mytable1 tr td {
    width: 33%;
    background: #fff;
    color: #333;
}

.table-title {
    padding: 10px 15px;
    background: #fff;
    color: #09f;
    font-size: 16px;
}

.figure img {
    width: 100%;
}

.heading1 {
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1b2834;
    font-weight: 900;
}

.content-quality {
    float: left;
    width: 193px;
}

    .content-quality p {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }

        .content-quality p span {
            display: block;
        }

.widtaut tr td {
    width: auto !important;
}

.tabtop .active a:before {
    content: "♦";
    position: absolute;
    top: 30px;
    left: 48%;
    color: #e31837;
    font-size: 30px;
}

.tabtop li a:hover {
    color: #e31837 !important;
    text-decoration: none;
    padding: 15px 29px !important;
}

.tabtop .active a {
    background-color: #e31837 !important;
    color: #FFF !important;
}

.margin-tops {
    margin-top: 30px;
}

.thbada {
    padding: 10px 28px !important;
}

section p {
    font-family: 'Lato', sans-serif;
}


.services {
    background-color: #d4d4d4;
    min-height: 710px;
    padding: 65px 0 27px 0;
}

    .services a:hover {
        color: #000;
    }

    .services h1 {
        margin-top: 0px !important;
    }

.heading-container p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
}

.tabtop li a {
    margin: 0 !important;
    padding: 15px 27px !important;
    margin-bottom: 0 !important;
    font-weight: 700;
    color: #1b2834;
    border-radius: 0px;
    background-color: #fff !important;
}

.tabtop li {
    margin-bottom: 0px;
}

    .tabtop li a:hover {
        font-weight: 700;
        color: #000 !important;
        border-radius: 0px !important;
        padding: 15px 27px !important;
        border: 1px solid #ebebeb !important;
    }

.tabbable-line {
    background: #fff;
}

.tabtop .active a:hover {
    background-color: #e31837 !important;
    color: #FFF !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

.card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F8F8F8;
    background-clip: border-box;
    border: 1px solid #36454F;
}

.btn-green {
    background: #59bd60 !important;
    border: 1px solid #59bd60 !important;
}

    .btn-green:hover {
        background: #59bd60;
        border: 1px solid #59bd60 !important;
    }

    .btn-green:focus {
        background: #59bd60;
        border: 1px solid #59bd60 !important;
    }

.inner {
    border: 1px solid #d3d3d3;
    margin-bottom: 30px;
}

.video-title {
    overflow: hidden;
    letter-spacing: .6px;
    padding: 19px 0;
    font-size: 16px;
    text-align: center;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.inner img {
    width: 100%;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.btn-width {
    border-radius: 20px;
    border: unset;
    width: 150px;
}

.product-select {
    background: #0095da !important;
    color: #fff !important;
    cursor: pointer;
}

.product-unselect {
}

.list-group-item {
    position: relative;
    display: block;
    padding: 9px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.ccfrm {
    display: block;
    max-width: 200px;
    padding: 14px !important;
    line-height: 1.5;
    /* font-size: 15px; */
    color: #495057;
    background: url(https://redemption.evolvebrands.tech/assets/images/calendar_icon.png) 97% 50% no-repeat #fff;
    background-clip: padding-box;
    border: 1px solid #000 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 25px !important;
}

.head2 {
    color: #cc3333;
    font-size: 22.6px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 7px;
    font-weight: 500;
}

.addon1 {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid #000 !important;
    border-radius: 25px;
}

.ccfrm {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 25px !important;
}

.input-style {
    max-width: 200px;
    border-radius: 25px;
    border: 1px solid;
}

.head1 {
    color: #cc3333;
    font-size: 22.6px;
    padding-top: 25px;
    /*padding-bottom: 20px;*/
    padding-left: 9px;
}

.button-right {
    display: flex;
    align-items: right;
    justify-content: flex-end;
    width: 100%;
}

.button-style {
    color: #fff;
    border-radius: 25px;
    padding: 8px 60px;
    background: #6cc;
    display: inline-block;
}

.selectBox {
    border-radius: 19px;
    border: 1px solid #6cc;
    padding: 7px 10px;
    width: 100%;
    margin: 20px 0;
    background: #333;
    color: #6cc;
}

.keep-right {
    float: right;
}

.blue-color {
    color: #6cc;
}

.left-menu ul {
    margin: 0;
    list-style: none;
    padding: 5px 0;
}

    .left-menu ul li {
        margin-bottom: 10px;
        padding: 5px 0;
        font-size: 16px;
    }

.left-menu .top-title {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-size: 16px;
}

.popcontent1 .modal-header {
    background: #6cc;
    padding: 7px 13px;
}

.popcontent1 .modal-title {
    color: #222;
    text-shadow: none;
    font-size: 15px;
    font-family: Poppins,sans-serif;
}

.callbackbutton:hover {
    background: #6ccc;
    border-color: #6ccc;
    color: #222;
    font-weight: 600;
}

/*.modal-content.popcontent1 {
    width: 300px;
    margin: 0 auto;
}*/

.modal-content.popcontent1 {
    width: 95%;
    margin: 0 auto;
}

.callbackbutton:focus {
    background: #6ccc;
    border-color: #6ccc;
    color: #222;
    font-weight: 600;
}

.callbackbutton {
    background: #6ccc;
    border-color: #6ccc;
    color: #222;
    font-weight: 600;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.left-menu .item {
    margin-top: 20px;
}

.pad0 {
    padding: 0px;
}

.nav > li > a {
    position: relative;
    display: block;
    color: #000 !important;
    font-size: 14.5px;
    padding: 6px 29px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.shoppic {
    margin-top: 10px;
}

    .shoppic img {
        width: 80px;
    }

.nav > li > a:hover {
    background-color: #fff !important;
    display: block;
    color: #000 !important;
    font-size: 14.5px;
    text-align: center;
    text-decoration: none;
    padding: 6px 29px;
    border-radius: 25px;
}

.nav > li > a.active {
    background-color: #fff !important;
    display: block;
    color: #000 !important;
    text-align: center;
    text-decoration: none;
    padding: 6px 29px;
    border-radius: 25px;
}

.carousel-indicators li {
    width: 30px !important;
    height: 6px !important;
    margin: 1px !important;
    border-radius: 0px;
    background-color: inherit;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.infodetail {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .infodetail img {
        width: 90px;
    }

    .infodetail figcaption {
        margin-top: 15px;
    }

    .infodetail h4 {
        color: #000001;
        font-size: 16px;
        font-weight: bold;
        text-shadow: none;
    }

    .infodetail h4 {
        color: #565656;
        font-size: 16px;
        font-weight: 600;
        text-shadow: none;
    }

    .infodetail address {
        font-style: normal;
        color: #222222;
        font-size: 13px;
        /* text-shadow: 1px 1px #d6d4d4; */
        font-weight: 500;
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    border-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
}

.section-title {
    margin-bottom: 14px;
    text-align: center;
}

    .section-title h2 {
        text-shadow: 1px 1px #ccc;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .section-title .separator {
        position: relative;
        margin-top: 10px;
        display: inline-block;
    }

        .section-title .separator:before {
            content: '';
            display: block;
            margin: auto;
            left: 50%;
            height: 1px;
            width: 50px;
            bottom: -15px;
            background: #da251c;
            transition: width .8s ease, background-color .8s ease;
            -webkit-transition: width .8s ease, background-color .8s ease;
            -o-transition: width .8s ease, background-color .8s ease;
            -ms-transition: width .8s ease, background-color .8s ease;
            -moz-transition: width .8s ease, background-color .8s ease;
            margin-bottom: 6px;
        }

        .section-title .separator:after {
            width: 100px;
            display: block;
            margin: auto;
            content: "";
            height: 1px;
            background: #da251c;
            bottom: 0px;
            left: 50%;
            transition: width .8s ease, background-color .8s ease;
            -webkit-transition: width .8s ease, background-color .8s ease;
            -o-transition: width .8s ease, background-color .8s ease;
            -ms-transition: width .8s ease, background-color .8s ease;
            -moz-transition: width .8s ease, background-color .8s ease;
        }

#contactinfo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-3.light {
    background: linear-gradient(to bottom, #fff 0%, rgba(159, 137, 191, 0.3) 100%);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 0px 18px 0 rgba(0,0,0,0.19);
}

.footer-3 .copyright {
    padding: 17px 0 3px;
}

.footer-3 p {
    color: #222;
    text-shadow: 1px 1px #ccc;
    font-weight: 500;
    font-size: 13px;
}

.page-content--bge5 {
    background: #e5e5e5;
    height: 85vh;
}

.login-wrap {
    padding: 56px 16%;
    margin: 0 auto;
}

.bg-whitee {
    background: #fff;
}

.left-container {
    justify-content: center;
}

    .left-container img {
        margin-top: 65px;
        width: 100%;
    }

.mtop {
    margin-top: 17px !important;
    margin-bottom: 15px;
}

.logo-image {
    padding-top: 15px !important;
}

.login-content {
    background: #fff;
    padding: 30px 30px 20px;
    border-radius: 2px;
}

.login-content {
    padding-bottom: 20px;
}

    .login-content .pp {
        color: #666;
        font-size: 22px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 2px;
}

.form-group {
    margin-bottom: 1rem;
}

.text-primary {
    color: #007bff !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    font-size: 1.5rem !important;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.row-padding {
    padding-bottom: 5px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
}

@media (max-width: 767px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .modal-content.pop-content4 .modal-body {
        padding: 35px 25px;
        text-align: center;
    }

    .cols20p {
        width: 100% !important;
    }

    .progress-description, .info-box-text {
        display: block;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
        color: #000;
        text-align: center;
    }

    .w100p {
        width: 100%;
    }

    body {
        font-family: Poppins,sans-serif;
        font-weight: 400;
        font-size: 12.5px !important;
        line-height: 1.5;
        color: #666;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .abbnt1 img {
        height: auto;
        width: 100%;
    }

    .head1 {
        color: #cc3333;
        font-size: 14px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 0;
    }

    .btn {
        font-size: 13px !important;
    }

    .infodetail h4 {
        color: #333;
        font-size: 14px !important;
        font-weight: 500;
        /* text-shadow: 1px 1px #dadada; */
    }

    .infodetail address {
        font-style: normal;
        color: #222222;
        font-size: 12px !important;
        /* text-shadow: 1px 1px #d6d4d4; */
        font-weight: 500;
    }

    .infodetail img {
        width: 40px !important;
    }

    .infodetail {
        text-align: center;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .section-title h2 {
        text-shadow: none !important;
        font-size: 16px !important;
        text-transform: uppercase;
        font-weight: 600;
    }


    .section-title {
        margin-bottom: 10px !important;
        text-align: center;
    }

    .mtop80px {
        margin-top: 15px !important;
    }

    .elgt {
        text-align: justify;
        padding: 5%;
        font-size: 12px !important;
    }

    .abbnt1 {
        text-align: center;
        padding: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    section p {
        font-family: 'Lato', sans-serif;
        font-size: 12px !important;
    }

    .tabtop li {
        margin-bottom: 0px;
        width: 100%;
    }

        .tabtop li a {
            padding: 6px 29px !important;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            text-align: center;
        }

    .tabtop .active a {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        text-align: center;
        background-color: #e31837 !important;
        color: #FFF !important;
        padding: 6px 29px !important;
    }

        .tabtop .active a:hover {
            text-align: center;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            background-color: #e31837 !important;
            color: #FFF !important;
            padding: 6px 29px !important;
        }

    .inner-sec {
        padding: 5px;
        padding-top: 20px;
    }

    .card.minh11 {
        margin-bottom: 15px;
    }

    .cntct {
        /* font-size: 16.5px; */
        line-height: 18px;
        margin-top: 28px;
    }

    .abbnt {
        text-align: center;
        padding: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        color: #000 !important;
        font-size: 16px;
        padding: 6px 29px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

        .nav > li > a:hover {
            background-color: transparent !important;
            display: block;
            color: #000 !important;
            font-size: 16px;
            text-align: left;
            text-decoration: none;
            padding: 6px 29px;
            border-radius: 0px !important;
        }

    .navbar-brand img {
        width: 100px;
    }

    .nav > li > a.log {
        padding: 6px 29px;
        border-radius: 25px;
        width: 150px;
        margin: 0 auto;
    }


    .carousel-indicators li {
        width: 18px !important;
        height: 4px !important;
        margin: 1px !important;
        border-radius: 0px;
        background-color: inherit;
    }

    .carousel-indicators {
        position: absolute;
        top: 80%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .login-content .pp {
        color: #cc3333;
        font-size: 14px !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    p {
        font-size: 14px;
    }

    .login-wrap {
        padding: 20px 15px;
        margin: 0 auto !important;
    }

    .left-container img {
        margin-top: 15px;
        width: 100%;
    }


    .page-content--bge5 {
        background: #e5e5e5;
        height: auto !important;
    }
}
