
.account-manage .top-part h1{
    font-size: 25px;
    margin-bottom: 8px;
    color: #333;
}
.account-manage .top-part{
    background-color: #edefee;
    padding: 15px 25px;
    color: #333;
    margin-bottom: 15px;
}
.account-manage .top-part p{
    margin-bottom: 0;
}

.account-manage .bottom-part .left-part .box-cont{
    background-color: rgba(237, 239, 238, 0.25);
    margin-bottom: 30px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.13);
    padding-bottom: 15px;
}
.account-manage .bottom-part .left-part .box-cont h2{
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px 10px 20px;
    margin-bottom: 15px;
}
.account-manage .bottom-part .left-part .box-cont ul li a i{
    color: #333;
    margin-right: 5px;
}

.account-manage .bottom-part .left-part .box-cont ul li a{
    padding:10px 20px;
    color: #666;
    display: block;
}
.account-manage .bottom-part .left-part .box-cont ul li a:hover{
    color: #fdfffe;
    font-weight: 500;
    background-color: #2ec6d0;
}
.account-manage .bottom-part .left-part .box-cont ul li a:hover i{
    color: #fdfffe;
}
.account-manage .bottom-part .left-part .box-cont ul li.active a{
    color: #fdfffe;
    font-weight: 500;
    background-color: #2ec6d0;
    position: relative;
}
.account-manage .bottom-part .left-part .box-cont ul li.active a:after {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #2ec6d0;
}
.account-manage .bottom-part .left-part .box-cont ul li.active a i{
    color: #fdfffe;
}


.account-manage .bottom-part .right-part{
    background-color: rgb(237, 239, 238);
    padding: 15px 20px;
}
.account-manage .bottom-part .right-part h1.top-heading{
    text-transform:capitalize;
    font-size: 25px;
    margin-bottom:15px;
    color: #333;
}
.account-manage .bottom-part .right-part .cont-area{
    margin-top: 0;
    text-align: left;
    padding: 35px;
    background-color: #fff;
}


.form.inner-form .form-control{
    border: 1px solid #ccc !important;
    border-bottom: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #45555f;
    height: 43px;
    padding-left: 10px;
}

.inner-body {
    padding-top: 87px;
    padding-bottom: 50px;
}

.select-btn {
    min-width: 277px;
}







/*************search-panel-start************/
.stylish-input-group {
    background-color: transparent;
    width: 265px;
}

.stylish-input-group .input-group-addon {
    background-color: #edefee;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-bottom: 5px;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border: none;
    background-color: #edefee;
    height: 47px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.stylish-input-group button {
    border: 0;
    background: #0c3d5c;
    color: #fff;
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 50%;
}

.stylish-input-group button:hover {
    background: #0070c0;
}
/*************search-panel-end************/

.tab-area ul.top-link {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.tab-area ul.top-link li{
    padding: 0;
}
.tab-area ul.top-link li a {
    border-bottom: 1px solid transparent;
    font-size: 14px;
}
.tab-area ul.top-link.big-link li a.btn {
    background-color: #0070c0;
    color: #fefefe;
    font-size: 16px;
    font-family: Merriweather,serif;
    font-weight: 400;
    line-height: 0;
    padding: 20px 25px;
    border-radius: 5px;
    margin: 0;
    border: 1px solid #005fa2;
    transition: all .3s;
    border: transparent;
    padding: 10px 15px;
    font-size: 13px;
}
.tab-area ul.top-link.big-link li a.btn:hover{
    background-color: #1c89d7;
    color: #fff;
}
.tab-area ul.top-link li a.btn i {
    color: #fff;
}
.tab-area ul.top-link li a:hover {
    border-bottom: 1px solid #23527c;
    background-color:transparent;
}
.tab-area ul.top-link.page li a {
    color: #333;
}
.tab-area ul.top-link.page li a:hover {
    color: #23527c;
    background-color:transparent;
}
.tab-area ul.top-link.page li:first-child a {
    font-weight: 600;
}
.tab-area ul.top-link li a {
    border-bottom: 1px solid transparent;
    padding: 0;
    background-color: transparent;
}
.tab-area ul.top-link.big-link li a{
    font-size: 12px;
    padding: 10px 0px;
}
.tab-area .tab-inner {
    background-color: hsla(0,0%,80%,.32);
    padding: 15px 0;
    height: auto;
    margin-bottom: 20px;
    min-height: 62px;
}
.tab-area ul.top-link.big-link li a:hover{
    color: #23527c;
    background-color: transparent;
}

.posi-relative-7{
    position: relative;
    top: 8px;
}

.tab-area .tab-inner.fr-two{
    background-color: hsla(0,0%,80%,.32);
    padding: 13px 0 9px 0;
    height: auto;
    margin-bottom: 20px;
    min-height: 55px;
}

.tab-area .second-part .table-box .table tbody td a:hover, .tab-area .second-part .table-box .table tbody td a.name-company{
    font-weight: bold;
}
.tab-area .second-part .table-box .table tbody td a:hover, .tab-area .second-part .table-box .table tbody td a:hover{
    font-size: 13px !important;
}
.tab-area .second-part .table-box .table tbody td a:hover, .tab-area .second-part .table-box .table tbody td a.name-company:hover{
    font-weight: bold;
}
.tab-area .second-part .table-box .table tbody td a:hover, .tab-area .second-part .table-box .table tbody td a.name-company span{
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #0a4160;
    margin-top: 2px;
}
.message-box{
    width: 300px;
}
.tab-area .second-part .table-box .table tbody tr{
    cursor: pointer;
}

.tab-area .tab-inner {
    min-height: 55px;
}

.tab-area .tab-inner  ul.spl-top-cls{
    position: relative;
    top: 6px;
}

.cust-my-modal .modal-body .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #45555f;
    height: 30px;
    padding-left: 0;
    padding: 0;
}

.cust-my-modal .modal-body .btn-group.bootstrap-select.form-control{
    width: 100px;
}
.cust-my-modal .modal-body .select-btn {
    min-width: 100px;
}

textarea.form-control {
    min-height: 45px;
}


.cust-my-modal .modal-body .select-btn .btn {
    line-height: normal;
    padding: 0px 15px;
    background-color: #fff;
    font-size: 15px;
    font-family: Josefin Sans,sans-serif;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #45555f;
    height: auto;
    padding-bottom: 14px;
}

.cust-my-modal .modal-body .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    position: relative;
    top: 8px;
}
.cust-my-modal .form-group.other-on {
    margin-bottom: 5px;
}
.cust-my-modal .modal-body label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
    font-size: 12px;
}
.cust-my-modal .modal-body {
    padding-bottom: 20px;
    padding-top: 0;
}
.cust-my-modal .modal-body .form-control {
    font-size: 13px;
}
.cust-my-modal .modal-header {
    background-color: transparent;
    border-bottom: none;
    color: #494949;
    min-height: 16.4286px;
    padding: 5px 40px;
    position: relative;
    border-top: 3px solid #0c3d5c;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cust-my-modal .modal-header .modal-title {
    color: #333;
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-size: 25px;
    text-transform: capitalize;
}
.cust-my-modal .modal-header .close {
    line-height: 10px;
}

.tab-area .second-part .table-box .table tbody td a:hover, .tab-area .second-part .table-box .table tbody td a.name-company:hover {
    font-weight: bold;
    margin-top: 0;
}

.cust-my-modal .form-group {
    margin-bottom: 5px;
    position: relative;
}
.form-group .line {
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #a9a9a9;
    display: inline-block;
    transition: width .3s ease-in-out;
    position: absolute;
    top: inherit;
}
.cust-my-modal .form-group {
    margin-bottom: 10px;
    position: relative;
}
.cust-my-modal .form-group.other-on {
    margin-bottom: 3px;
}
@media (min-width: 768px){
    .cust-my-modal .modal-dialog {
        width: 550px;
        margin: 30px auto;
    }
}


/********viewedit_payment_detail---start***********/
.form.inner-form .select-btn .form-control {
    padding-left:0px;
}
.account-manage .select-btn {
    min-width: auto;
}
.select-btn .btn:focus, .select-btn .btn:hover {
    border: none;
    outline: none;
}
.account-manage label.no-lable{
    margin-top: 25px;
}


.tab-area .second-part ul.made-data{
    font-size:0px;
}
.tab-area .second-part ul.made-data li{
    font-size: 16px;
    margin-bottom: 1px;
    background-color: rgba(239, 239, 239, 0.89);
    padding: 6px 10px;
}
.tab-area .second-part ul.made-data li:nth-child(even){
    font-size: 16px;
    margin-bottom: 1px;
    background-color: rgb(251, 251, 251);
    padding: 6px 10px;
}
.tab-area .second-part ul.made-data li .left{
    width: 50%;
    font-size: 15px;
    display: inline-block;
    color: #14304e;
}
.tab-area .second-part ul.made-data li .right{
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    display: inline-block;
    width: 50%;
}

.radio-grp .radio {
    margin-right: 45px;
}

.site-header.inner-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    line-height: 66px;
    animation: smoothScroll 2s forwards;
    background: #2ec6d0;
}
.tab-area{
    padding-top: 90px;
}
.video-box-top{
    margin-bottom: 30px;
}
.common-btn.inner{
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    background: #f26b3b;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    max-width: max-content;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    color: #fff;
    line-height: normal;
    border: none;
    text-decoration: none !important;
    transition: 0.4s ease;
    box-shadow: 13px 22px 30px 0px rgba(0, 0, 0, 0.17);
}
.description-box{
    padding-bottom: 30px;
}
.description-box h1{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.description-box ul{
    margin-bottom: 10px;
}
.description-box p{
    margin-bottom: 10px;
}

/***************payment-page*****************/
.payment-section {
    padding-top: 0px;
    background-color: #fff;
}

.payment-section .pay-sm-area h1 {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
}

.payment-section .pay-sm-area .paymentBtnGroup {
    margin: 30px 0px;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod {
    padding: 25px 39px;
    box-shadow: none;
    position: relative;
    display: inline-block;
    background-color: #fff;
}
.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod .method {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    left: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod .method:hover {
    outline: none !important;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod .method.visa {
    background: url(../images/pay_logo_1.png) no-repeat 50%;
    border: 2px transparent;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod .method.master-card {
    background: url(../images/pay_logo_2.png) no-repeat 50%;
    border: 2px transparent;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod .method.amex {
    background: url(../images/pay_logo_3.png) no-repeat 50%;
    border: 2px transparent;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod .method.vishwa {
    background: url(../images/pay_logo_4.png) no-repeat 50%;
    border: 2px transparent;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod.active {
    outline: none !important;
}

.payment-section .pay-sm-area .paymentBtnGroup .paymentMethod.active .method {
    outline: none !important;
    box-shadow: 0 3px 22px 0 rgba(123, 123, 123, 0.39);
    border: 2px solid #199dac;
}

.payment-section ul {
    background-color: rgba(204, 204, 204, 0.21);
    margin-bottom: 10px;
    padding: 15px 30px;
    color: #333;
}

.payment-section ul li {
    font-size: 20px;
}

.payment-section .checkbox {
    margin-bottom: 15px;
    padding-left: 10px;
}

.payment-section .checkbox label input[type=checkbox] {
    display: inline-block;
}

.payment-section .radio label input[type=radio] {
    display: inline-block;
}

.payment-section .credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.payment-section .credit-card-box label {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}

.payment-section .credit-card-box .form-group {
    margin-bottom: 30px;
}


.payment-section .credit-card-box .form-group .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.payment-section .credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.payment-section .credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.payment-section .credit-card-box label {
    display: block;
    font-size: 13px;
}

.payment-section .credit-card-box .left-side-area {
    display: table;
    vertical-align: bottom;
    margin-top: 25px;
}

.payment-section .credit-card-box .left-side-area img {
    display: table-cell;
    vertical-align: middle;
    width: 155px;
    padding-right: 10px;
}

.payment-section .credit-card-box .left-side-area p {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    color: #999;
}

.payment-section .credit-card-box .new-btn {
    background-color: #1bc0d3;
    color: #fff;
    font-size: 16px;
    line-height: 0;
    padding: 20px 25px;
    border-radius: 5px;
    transition: all .3s;
    margin-top: 0px;
}

.payment-section .credit-card-box .new-btn:hover {
    color: #fff;
    background-color: #1aa4b4;
    transform: scale(1.1);
}

.payment-section ul li {
    font-size: 20px;
}
.tab-area .second-part .payment-section ul li span{
    font-size: 20px;
}
.payment-section ul li.second {
    font-size: 15px;
    text-align: left;
    float: none;
    margin-top: 14px;
}
/***************payment-page*****************/

.payment-section.item-box .pay-sm-area{
    margin-bottom: 30px;
}

.payment-section.item-box .form-control{
    margin-bottom: 15px;
}




/******************radio-button*****************/
.result-box .checkbox.checbox-switch {
    padding-left: 0;
    margin: 0;
}
.result-box .checkbox label:before {
    content: "";
    width: auto;
    height: auto;
    border: none;
    left: 0;
    margin-left: 0;
    border-radius: 3px;
    background-color: #fff;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}
.result-box .checkbox.checbox-switch label {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.result-box .checkbox.checbox-switch label input {
    display: none;
}
.result-box .checkbox.checbox-switch label span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: white;
    border-color: #dfdfdf;
    box-shadow: #dfdfdf 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 0 !important;
}
.result-box .checkbox.checbox-switch label span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.result-box .checkbox.checbox-switch label > input:checked + span {
    background-color: #b4b6b7;
    border-color: #b4b6b7;
    box-shadow: #b4b6b7 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch label > input:checked + span:before {
    left: 17px;
}

.result-box .checkbox.checbox-switch label > input:checked:disabled + span {
    background-color: gainsboro;
    border-color: gainsboro;
    box-shadow: gainsboro 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch label > input:disabled + span {
    background-color: #e8ebee;
    border-color: white;
}

.result-box .checkbox.checbox-switch label > input:disabled + span:before {
    background-color: #f8f9fa;
    border-color: #f3f3f3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.result-box .checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.result-box .checkbox-inline.checbox-switch input {
    display: none;
}

.result-box .checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: white;
    border-color: #dfdfdf;
    box-shadow: #dfdfdf 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.result-box .checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.result-box .checkbox-inline.checbox-switch > input:checked + span {
    background-color: #b4b6b7;
    border-color: #b4b6b7;
    box-shadow: #b4b6b7 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}

.result-box .checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: gainsboro;
    border-color: gainsboro;
    box-shadow: gainsboro 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch > input:disabled + span {
    background-color: #e8ebee;
    border-color: white;
}

.result-box .checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: #f8f9fa;
    border-color: #f3f3f3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.result-box .checkbox.checbox-switch.switch-light label > input:checked + span {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: #f8f9fa 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: #f8f9fa 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-dark label > input:checked + span {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: #343a40 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-dark label > input:checked:disabled + span {
    background-color: #646668;
    border-color: #646668;
    box-shadow: #646668 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: #343a40 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: #646668;
    border-color: #646668;
    box-shadow: #646668 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-success label > input:checked + span {
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: #28a745 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
    font-size: 0;
}

.result-box .checkbox.checbox-switch.switch-success label > input:checked:disabled + span {
    background-color: #99d9a8;
    border-color: #99d9a8;
    box-shadow: #99d9a8 0px 0px 0px 8px inset;
}

.result-box .checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: #28a745 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: #99d9a8;
    border-color: #99d9a8;
    box-shadow: #99d9a8 0px 0px 0px 8px inset;
}

.result-box .checkbox.checbox-switch.switch-danger label > input:checked + span {
    background-color: #c82333;
    border-color: #c82333;
    box-shadow: #c82333 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-danger label > input:checked:disabled + span {
    background-color: #d87781;
    border-color: #d87781;
    box-shadow: #d87781 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: #c82333;
    border-color: #c82333;
    box-shadow: #c82333 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: #d87781;
    border-color: #d87781;
    box-shadow: #d87781 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-primary label > input:checked + span {
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: #0069d9 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-primary label > input:checked:disabled + span {
    background-color: #6da3dd;
    border-color: #6da3dd;
    box-shadow: #6da3dd 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: #0069d9 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: #6da3dd;
    border-color: #6da3dd;
    box-shadow: #6da3dd 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-info label > input:checked + span {
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: #17a2b8 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-info label > input:checked:disabled + span {
    background-color: #66c0ce;
    border-color: #66c0ce;
    box-shadow: #66c0ce 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: #17a2b8 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: #66c0ce;
    border-color: #66c0ce;
    box-shadow: #66c0ce 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-warning label > input:checked + span {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: #ffc107 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox.checbox-switch.switch-warning label > input:checked:disabled + span {
    background-color: #e2c366;
    border-color: #e2c366;
    box-shadow: #e2c366 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: #ffc107 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: #e2c366;
    border-color: #e2c366;
    box-shadow: #e2c366 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.result-box .media .media-left{
    width: 100%;
}
.result-box .media .media-right .form-group{
    margin-bottom: 0;
}
.result-box .media .media-left h1 {
    font-size: 15px;
    line-height: 23px;
}
.result-box ul{
    padding: 0;
}
.result-box ul li {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.result-box ul li:hover{
    -webkit-box-shadow: 1px 1px 9px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 9px 3px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 9px 3px rgba(0,0,0,0.1);
}

.result-box ul li:nth-child(even){
    background-color: #f8f8f8;
}
.result-box ul li.frt .media .media-left{
    width: 100%;
}
.result-box ul li.frt .media .media-right{
    min-width: 245px;
    text-align: right;
}
.result-box ul li.frt .media .media-left h2 {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-weight: 500;
}
.result-box ul li.frt .media .media-right h2{
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-weight: 500;
}

.pad-raw{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.pad-raw .stylish-input-group {
    background-color: transparent;
    width: 100%;
}
.pad-raw .stylish-input-group button {
    border: 0;
    background: #f26b3b;
    color: #fff;
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 50%;
}
.payment-section.item-box .pad-raw .stylish-input-group .form-control {
    margin-bottom: 0px;
}
.result-box ul li.frt:hover {
    box-shadow: none;
}
.result-box ul li.frt{
    border-bottom: 1px solid #333;
}

.btn-nw-area {
    margin-top: 30px;
}


.check-box-area .media .media-left{
    width: 100%;
}
.check-box-area .media .media-right .form-group{
    margin-bottom: 0;
}
.check-box-area .media .media-left h1 {
    font-size: 15px;
    line-height: 23px;
}
.check-box-area ul{
    padding: 0;
}
.check-box-area ul li {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.check-box-area ul li:hover{
    -webkit-box-shadow: 1px 1px 9px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 9px 3px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 9px 3px rgba(0,0,0,0.1);
}

.check-box-area ul li:nth-child(even){
    background-color: #f8f8f8;
}
.check-box-area ul li.frt .media .media-left{
    width: 100%;
}
.check-box-area ul li.frt .media .media-right{
    min-width: 245px;
    text-align: right;
}
.check-box-area ul li.frt .media .media-left h2 {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-weight: 500;
}
.check-box-area ul li.frt .media .media-right h2{
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-weight: 500;
}
.check-box-area .media .media-left h1 {
    font-size: 15px;
    line-height: 23px;
}
.pad-raw{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.pad-raw .stylish-input-group {
    background-color: transparent;
    width: 100%;
}
.pad-raw .stylish-input-group button {
    border: 0;
    background: #f26b3b;
    color: #fff;
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 50%;
}
.payment-section.item-box .pad-raw .stylish-input-group .form-control {
    margin-bottom: 0px;
}
.result-box ul li.frt:hover {
    box-shadow: none;
}
.result-box ul li.frt{
    border-bottom: 1px solid #333;
}
.check-box-area .checkbox label:after, .checkbox label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: -20px;
    line-height: 17px;
}

.pay-sm-area.chk-area h2 {
    margin: 5px 0px 10px;
    font-weight: 600;
    color: #27b5be;
}
.pay-sm-area.chk-area h3 {
    font-size: 18px;
}
.notifi-area{
    text-align: center;
    background-color: rgba(14, 167, 26, 0.17);
    padding: 15px 0px 20px;
    border: 1px solid #42d34d;
}
.notifi-area h1{
    font-size: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom:8px;
}
.notifi-area h2{
    font-size: 20px;
    color: #333;
    font-weight:500;
    margin-bottom: 8px;
}
.notifi-area h3{
    font-size: 23px;
    color: #333;
    font-weight:500;
    margin-bottom:0px;
}
.payment-section.item-box .pay-sm-area.chk-area {
    margin-bottom: 15px;
    padding-bottom: 25px;
}

nav ul.main li.active a {
    background-color: #aaeff3;
    color: #666;
}

.stati-box .heading{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 18px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.common-heading.wht span {
    color: #ffffff;
}

.check-box-area .checkbox{
    margin-right: 0;
}

.scroll-bx{
    height: 350px;
    overflow-y: scroll;
}

.style-5::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-5::-webkit-scrollbar
{
    width: 5px;
    background-color: #f26b3b;
}

.style-5::-webkit-scrollbar-thumb{
    background-color: #f26b3b;
    border:1px solid #f26b3b;
}
.sign-up-sec-inner {
    border: 20px solid #faf4f4;
    padding: 30px 50px;
    border-left-color: #2ec6d0;
    border-top-color: #2ec6d0;
    background-color: rgb(229, 235, 232);
    margin-bottom: 30px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.13);
    padding-bottom: 15px;
}

.sign-up-sec-inner .input-group-addon {
    font-size: 14px;
    color: #999;
    border-radius: 0;
    border: 1px solid #dfdfdf
}


.sign-up-sec-inner .form-control {
    border: none;
    background: #F2F2F2;
    border-radius: 0px;
    color: #45555f;
    height: 43px;
    padding-left: 0px;
    z-index: inherit;
    font-size: 14px;
    box-shadow: 0 0 0 0 transparent;
}

.sign-up-sec-inner .form-control::-moz-placeholder {
    color: #666;
    opacity: 1
}

.sign-up-sec-inner .form-control:-ms-input-placeholder {
    color: #666
}

.sign-up-sec-inner .form-control::-webkit-input-placeholder {
    color: #666
}

.sign-up-sec-inner .btn.btn-sign-btn {
    background-color: #f26b3b;
    color: #fefefe;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
    line-height: 0;
    padding: 15px 25px;
    margin: 0;
    transition: all .3s;
    border: transparent;
}
.sign-up-sec-inner .btn.btn-sign-btn:hover{
    background-color: #e56639;
}

.sign-up-sec-inner .cast-sign-link {
    text-decoration: underline;
    color: #272264
}
.sign-up-sec-inner .login-button{
    padding: 16px;
}
.sign-up-sec-inner .fotget-pass {
    overflow: hidden;
    margin-top: 4px;
    font-size: 15px;
    color: #494949
}

.sign-up-sec-inner .form-group {
    margin-bottom: 15px
}

.sign-up-sec-inner .form-group input[type=text], .form-group select {
    border: none;
    background: #F2F2F2;
    border-radius: 0px;
    color: #45555f;
    height: 43px;
    padding-left: 0px;
    z-index: inherit;
}
.sign-up-sec-inner .input-group-addon {
    border: none;
    font-size: 14px;
    color: #999999;
}
.sign-up-sec {
    padding-top: 120px;
    height: 100%;
}
.sign-up-body{
    background-size: cover;
    background-color: #e0ecec;
    background-repeat: no-repeat;
}
.sign-up-sec-inner h1.tp-hd {
    color: #494949;
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 23px;
}

.posi-relt{
    position: relative;
}
.posi-relt .cmn-arrow {
    position: absolute;
    background-color: #27b5be;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    top: 30px;
}
.posi-relt .left-ar{
    left: 15px;
}
.posi-relt .right-ar{
    right: 15px;
}
.posi-relt .cmn-arrow:hover{
    background-color: #1f8c93;
}
.posi-relt .cmn-arrow.right-ar:hover{
    background-color: #1f8c93;
/*    right: 15px;*/
    left: auto;
}

.sign-up-sec-inner .input-group{
    border: 1px solid #ccc;
}
.notifi-area-red {
    text-align: center;
    background-color: rgba(217, 21, 21, 0.17);
    padding: 15px 0px 20px;
    border: 1px solid #d34242;
}


tbody.cst-tbl {
    display: block;
    max-height: 350px;
    height: auto;
    overflow: auto;
}
thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
thead {
    width: calc( 100% - 1em )
}
.result-box .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}
/********viewedit_payment_detail---end***********/

.posi-nw {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
}

.posi-nw a{
    color:#2ec6d0;
}
.posi-nw a:hover{
    color: #1298a0;
}

.posi-select{
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 13px;
    margin-bottom: 0;
}
.posi-relt{
    position: relative;
}

.anil_nepal{padding:20px 0px; width:100%; display:block;}
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}
label {
    font-weight: inherit;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;

    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}
.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-left-right .switch-label {
    overflow: hidden;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 100px;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-left-right .switch-label:before {
    background: #2ec6d0;
    text-align: left;
    color: #fff;
    padding-left:58px!important;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

span.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    position: absolute;

}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0!important;
    opacity: 1;
    padding-left: 20px;
}


.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}


.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: #30a7af!important;
    left: -100px!important;
    opacity: 1;
    width: 100%!important;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 65px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;

}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.scroll-bx .alert{
    margin-bottom: 0px;
}

.scroll-bx {
    height: auto;
    max-height: 350px;
    overflow-y: scroll;
}

.btn.btn-visit {
    font-size: 13px;
    padding: 15px 13px;
}
.nopad_new {
    padding-left: 0 !important;
}

.posi-relt .cmn-arrow {
    cursor: pointer;
}