#wrapper {
    width: 100%;
}
#page-wrapper {
    padding:5em 0em 2.5em;
    background-color: #fff;
        padding-bottom: 0px;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
    margin-bottom: 0;
}

.sidebar .nav-second-level li a {
    padding:10px 0;
    padding-left: 65px;
    font-size: .9em;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
@media(min-width:768px){
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btnlo {
    background: #007AFF;
    color: #fff !important;
    padding: 10px;
    border-radius: 100px;
    display: inline-block;
    width: 110px;
    text-align: center;
    margin-top: 5px;
    float: left;
    border:1px solid #007AFF;
    margin-right: 10px;
}

.btnlo:hover {
    background-color:transparent;
    color:#007AFF !important;
}

.mobilehand {
    position: relative;
    right: -15px;
    float: right;
    top: 0px;
}
.sendhead {
    color: #a66226;
    font-weight: bold;
    font-size: 48px;
    margin-top: 26px;
}
.paddleft60 {
    padding-left: 60px;
    min-height: 450px;
}
.noin {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.probg {
    background: #faf8f8;
    padding-left: 60px;
    padding-right: 60px;
        padding-bottom: 40px;
    padding-top: 40px;
}


.about-single-item {
    margin-top: 0px;
    padding: 40px 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    margin-bottom: 33px;
}
.about-single-icon {
    min-height: 60px;
    margin-bottom: 25px;
}

.about-single-icon > span {
    background-position: center top !important;
    background-size: auto auto;
    display: inline-block;
    height: 63px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 57px;
}
.about-single-content h4 {
    font-size: 20px;
    margin-bottom: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color:#a66226;
    font-weight:600;
}
.about-single-content p {
    margin-bottom: 0px;
    font-size: 15px;
}

.prohead-1 {
    color:#a66226;
    font-size:36px;
    font-weight:600;
}

.prohead-1:before {
    border: 5px solid #2ba148;
    height: 52px;
    width: 35px;
    position: relative;
    top: 24px;
    left: -10px;
    content: "";
    display: inline-block;
}
.moneyse {
        color: #000;
    font-size: 36px;
    position: relative;
    left: 36px;
    top: -10px;
    font-weight: 300;
}

.mtwebbg {
    background-image:url(../images/wooden-img.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    padding-bottom:40px;
    padding-top:40px;
}

.img-responsive-1 {
    float: none;
    max-width: 100%;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007BB6;
}

.social-network a.icoInstagram:hover {
    background-color:#3F729B;
}

.social-network a.icoYelp:hover {
    background-color:#CB2027;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i, .social-network a.icoYelp:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 25%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    background: #91b60f;
}
.social-circle li i {
    margin:0;
    line-height:35px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


.footer-p {
    color: #2ba248 !important;
    text-align: center;
}
.fmenu {
    font-size: 14px;
    float: right;
    text-align: right;
    color: #373737;

}
.fmenu a {
    font-size: 14px;
    color: #373737;

}

.loginbg {
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 65px;
        overflow-x: auto;
}
.siginhead {
        color: #007AFF;
    text-align: center;
    font-size: 36px;
    padding-top: 25px;
    font-weight: 300;
}

.backtohome {
        float: right;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
}
a:hover, a:focus {
    /* color: #007AFF; */
    text-decoration: underline;
}
.abouthead {
        font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.aboutp {
    font-size: 14px;
    margin-bottom: 30px;
    color: #010101;
    font-weight: 300;
}
.wepomise {
    font-size: 30px;
    color: #007AFF;
    margin-bottom:20px;
}
.wepromise-ul {
        padding-left: 25px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #010101;
}
.wepromise-ul li {
    font-size:16px;
    margin-bottom: 10px;
}
.card-circle {
    background: #9b4d01;
    width: 110px;
    height: 110px;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    padding-top: 15px;
    float: left;
    border-radius: 100%;
}
.pric-card {
    background: #9b4d01;
    font-size: 36px;
    color: #fff;
    position: relative;
    top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    left: -12px;
    border-top-left-radius: 0px;
}
.cimg {
    background:url(../images/small-cardicon.png)no-repeat 100% 5px #e1e1e1 !important;
}

.card-calcute {
        position: relative;
    top: 25px;
}
.card-input {
    background: #e1e1e1;
    height: 50px;
    border-radius: 5px;
    margin-top: 5px;
}
.halfbox {
    width: 49%;
    float: left;
    margin-bottom: 15px;
    margin-right: 5px;
}
.halfbox-1 {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}
.exp {
    width:100%;
    float:left;
}
.mar30 { 
   margin-top:30px;
}
.paybtn {
    background: #9b4d01 !important;
    color: #fff !important;
    outline: none;
    border:1px solid #9b4d01;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
    font-size: 20px;
    width: auto;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}
.paybtn:hover {
    background-color:transparent !important;
    color: #9b4d01 !important;
    outline: none;
    border:1px solid #9b4d01;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
}
.moneychnge {
        padding: 0.5em 0.5em;
        float: left;
        width: 100%;
        margin-top: 0px;
        border: 1px solid #000;
        box-shadow: none;
        margin-bottom: 5px;
}
.mail-name-1 {
    width: 30%;
    padding-top: 10px;
    font-size: 26px;
    margin-right: 0px;
}
.mail-name-1 h6{
    font-size:18px;
}
.mail-right {
    float: right;
    margin-left: 0px;;
    padding-top: 10px;
}
.d-circel {
    background: #9b4d01;
    width: 75px;
    height: 75px;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    padding-top: 10px;
    float: left;
    border-radius: 100%;
    color: #fff;
    font-size: 50px;
    margin-right: 15px;
}
.usernamese {
    position: relative;
    top: 15px;
}
.redb {
    color:red;
    font-weight:600;
}
.greenb {
    color:#007AFF;
    font-weight:600;
}

.width15 {
     width: 15%;
    float: left;
    margin-right:10px;
}
.width75 {
     width: 82%;
    float: left;
}
.file {
  position: absolute;
  z-index: 999999999999;
  height: 46px;
  opacity: 0;
  float: left;
  cursor: pointer;
}
.upload {
        background: transparent;
    color: #000;
    border: 1px solid #666;
}
.mail-name-2 {
    width: 50%;
    /*padding-top: 10px;*/
    margin-right: 0px;
}
.mail-name-2 h6{
    font-size:18px;
}
.font14 {
    font-size: 14px;
    color: #000;
}
.font18brw{
        color: #a66226;
    font-weight: bold;
    font-size: 18px;
}
.moneychnge-1 {
    padding: 0.5em 0.5em;
    float: left;
    width: 100%;
    margin-top: 0px;
    border-bottom: 1px solid #000;
    box-shadow: none;
    margin-bottom: 20px;
}
.paddleft601 {
    padding-left: 60px;
    padding-right: 60px;
    min-height: 430px;
}
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #fff;
            border-bottom: 1px solid #666;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #fff;
        border-color: #fff;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
            padding-left: 0px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #fff;
    }

.martm10{
    margin-bottom: 10px;
}
.teems {
        font-size: 25px;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 400;
    color:#007AFF;
}
.bilpay {
    color: #a66226;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sms {
        font-size: 14px;
    color: #717171;
    margin-top: 20px;
    margin-bottom: 20px;
}
.martm60 {
    margin-bottom:60px;
}
.modal-dialog {
    width: 480px;
    margin: 190px auto;
    padding-bottom: 0px;
}
.paddbtm66 {
    padding-bottom: 66px;
}
.full100 {
    width:100%;
    box-shadow:none;
}
.modal-content {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
}

.usernamese-1 {
    position: relative;
    top: 5px;
}

.bg-overlay {
    background: linear-gradient(rgba(155,77,1,.9), rgba(155,77,1,.9)), url(../images/myacc-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 20px;
    padding-bottom:40px;
    padding-left:20px;
    margin-bottom:20px;
    padding-right:20px;
}
.phoneicon {
    width: 30px;
    float: left;
    font-size: 20px;
}
.font18 {
    font-size: 18px;
    font-weight:600;
}
.borderbtm {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.nopadd {
    padding:0px;
}
.snimg {
    background:url(../images/user-icon.png)no-repeat 100% 5px #e1e1e1 !important;
}
.dollor {
    background:url(../images/dollor-sign.png)no-repeat 10px 3px #e1e1e1 !important;
}
.card-input-1 {
    background: #e1e1e1;
    height: 50px;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 60px;
}
.card-input-2 {
    background: #e1e1e1;
    height: 100px !important;
    border-radius: 5px;
    margin-top: 5px;
}

.form-control:focus {
    border-color: green;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


@media only screen  and (min-width: 768px)  and (max-width: 829px) {
.width75 {
     width: 65%;
    float: left;
}
.width15 {
    width: 30%;
    float: left;
    margin-right:10px;
}   
.paddleft60 {
    padding-left: 30px;
}
}

@media only screen  and (min-width: 830px)  and (max-width: 1050px) {
.width75 {
     width: 65%;
    float: left;
}
.width15 {
    width: 30%;
    float: left;
    margin-right:10px;
}
.paddleft60 {
    padding-left: 30px;
}   
}

@media only screen  and (min-width: 769px)  and (max-width: 2600px) {
.header-left {
    display:none;
}
.button#showLeftPush {
    display:none;
}
}
@media only screen  and (min-width: 768px)  and (max-width: 1199px) {
.fmenu a {
    font-size: 13px;
    color: #373737;
}
ul.social-network li {
    display: inline;
    margin: 0 0px;
}
}

@media only screen  and (min-width: 768px)  and (max-width: 1140px) {
.pric-card {
    font-size: 20px;
    top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.card-circle {
    width: 75px;
    height: 75px;
}
.max-widthimg {
    max-width:50px;
}
.card-calcute {
    position: absolute;
    top: 70px;
    display: table-cell;
    left: 140px;
}
}

@media only screen  and (min-width: 320px)  and (max-width: 430px) {
.card-calcute {
    position: absolute;
    top: 40px;
    display: table-cell;
    left: 140px;
}
}

@media only screen  and (min-width: 320px)  and (max-width: 480px) {
.modal-dialog {
    width: 95%;
    margin: 190px auto;
    padding-bottom: 0px;
    /* padding-left: 0px !important; */
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 3px !important;
}
}

@media only screen  and (min-width: 320px)  and (max-width: 767px) {
.header-left {
    display:block;
}
.fmenu {
    text-align: left !important;
        float: left;
}
.prohead-1:before {
    display:none !important;
}
.probg {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}
.moneyse {
    left: 0px;
}
.about-single-item {
    margin-top: 0px;
    padding: 0px 0px;
}
.secureimg {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    float:none;
}
.footer {
    padding-bottom: 60px;
    padding-top: 10px;
}
.cbp-spmenu-push div#page-wrapper {
    padding: 5em 0em 2em;
    padding-bottom: 0px;
}
.paddleft60 {
    padding-left: 20px;
}
.paddleft601 {
    padding-left: 15px;
    padding-right: 15px;
}
}

li.treeview span {
    padding-left: 15px;
}

.small-circle{
    width: 60px;
    height: 60px;
    line-height: 22px;
    padding-top: 18px;
    font-size: 27px;
}

.liactive{
    color: #fff;
    background: #51a165;
    border-left-color: #51a165;
}