/* Pop up start*/
.modal {
    left: 33%;
}

.modal-dialog {
    position: fixed;
}

/* Pop up end */

/* line */
.autohide {
    position: relative;
}

.bg-img-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.line {
    width: 100px;
    height: 2px;
    background-color: #F6931C;
    margin-left: auto;
    margin-right: auto;
}

/* Service */
.s-title a h3 {
    color: #434345;
    transition: all 0.3s;
}

.s-title a h3:hover {
    transform: translateX(10px);
    color: #F6931C;
    transition: all 0.5s;
}

.s-icon:hover+.s-title a h3 {
    transform: translateX(10px);
    color: #F6931C;
    transition: all 0.5s;
}

/* Portfolio */
.p-category {
    flex-wrap: wrap;
    margin-bottom: -8px;
    margin-left: -8px;
    padding-bottom: 8px;
    padding-left: 8px;
    overflow: hidden;
}

.p-category a {
    color: #757575 !important;
    background-color: #eee;
    display: inline-block;
    border-radius: 2px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
}

.nav-link {
    color: #134A8B;
}

.nav-link:hover {
    color: #F6931C;
}

.nav-pills .nav-link.active {
    background-color: #134A8B;
}


/* contact */
.contact-form {
    background-color: #dde6f3;
    border-radius: 10px;
    padding: 4em;
}

.bg-contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em;
}

.bg-contact p,
.bg-contact h5 {
    color: #f7f7f7;
}

.contact-form h2 {
    letter-spacing: 2px;
}

.contact-form .form-control,
.contact-form .form-select {
    color: #434345;
    padding: 0.6rem 1.75rem;
    border: 1px solid #F6931C;
}

.c-icon {
    font-size: 30px;
    color: #F6931C;
}


/* Portfolio */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid rgb(80, 144, 247);
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #32465B;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Product */
.p-block-categories {
    display: block;
    background-color: #dde6f3;
    /* width: 20%; */
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 10px;
    flex: 1;
}

.p-block-categories:hover {
    transform: translateY(-10px);
}

.p-block-categories img {
    width: 50%;
}

.p-image {
    height: 50em;
    border-radius: 10px;
    box-shadow: 0 0 11px #21212133;
}

.p-img img {
    border-radius: 10px 10px 0 0;
}

.p-img {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.p-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border-radius: 10px 10px 0 0;
    transition: 0.5s ease;
}

.p-img:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.p-btn {
    position: absolute;
    left: 28%;
    top: 41%;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.p-btn a {
    position: absolute;
    width: 180px;
    padding: 9px 44px;
    text-transform: capitalize;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #F6931C;
    border-radius: 2em;
    z-index: 1;
}

.p-btn a:hover {
    background-color: #b36505;
    transition: all 0.5s;
}

.p-img:hover .p-btn {
    opacity: 1;
}

.align-bottom {
    align-items: baseline;
}

.p-sales-amount {
    color: #434345;
}

.product-price-regular {
    text-decoration: line-through;
}

.product-price-discount {
    font-size: 20px;
    color: #F6931C;
}

/* product item */

.rating {
    font-size: 20px;
    color: #F6931C;
}

.rating i {
    padding-left: 5px;
}

.product-info {
    flex-grow: 1;
}

.product-info-line {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.product-recently-updated {
    background: #1ab744;
    border-radius: 23px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 0 15px 0 32px;
    position: relative;
}

.product-recently-updated:before {
    border-bottom: 2px solid;
    border-radius: 1px;
    border-right: 2px solid;
    color: #fff;
    content: "";
    height: 12px;
    left: 10px;
    margin-left: 8px;
    margin-right: 12px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 6px;
}

/* Demo button */
.p-demo a {
    padding: 5px 15px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: #f8f8f8;
    background: linear-gradient(to right, #f8f8f8 50%, #134A8B 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: 1px solid #134A8B;
    transition: all .5s ease-out;
    cursor: pointer;
    border-radius: 2em;

}

.p-demo a:hover {
    background-position: left bottom;
    color: #134A8B !important;
}

/* Package */
.package-get-in-touch {
    background: linear-gradient(#22242685, #22242685), url('../img/inquiry.jpg');
    background-size: cover;
}

.get-in-touch-middle {
    margin-top: 22%;
    margin-bottom: 20%;
}

/* Careers */
.career-env {
    background: url('../img/career/bg-career5.jpg') repeat fixed 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Demo */
.top-demo {
    padding: 10px;
}

.demo-back a:hover {
    color: #F6931C !important;
}

.demo-icon a i {
    font-size: 30px;
    padding: 10px;
}

.demo-icon a i:hover {
    color: #F6931C;
}

.demo-cart-2 a i {
    font-size: 30px;
}

.demo-cart-2 a i:hover {
    color: #F6931C;
}

/* Profile */
.bg-profile-color {
    background-color: #ecf0f3;
}

/* .bg-login {
    background: linear-gradient(#13498be9, #13498be9), url('../img/profile/login-4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    text-align: center;
}

.bg-login a img {
    width: 50%;
} */

.wrapper {
    max-width: 350px;
    min-height: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.login-logo {
    width: 80px;
    margin: auto;
}

.login-logo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #5f5f5f,
        0px 0px 0px 5px #ecf0f3,
        8px 8px 15px #a7aaa7,
        -8px -8px 15px #fff;
}

.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
    color: #555 !important;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

.wrapper .btn:hover {
    background-color: #039BE5;
}

.wrapper .login-a a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #659cd4 !important;
}

.wrapper .login-a a:hover {
    color: #134a8b !important;
}

/* login in another page */
.wrapper-login {
    max-width: auto;
    min-height: 568px;
    margin: 80px 0;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 0px;
    box-shadow: 13px 13px 20px #cbced1, 9px -13px 20px #fff;
}


.bg-login {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-contact.jpg');
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em;
}

.bg-login p,
.bg-login h5 {
    color: #f7f7f7;
}

/* login footer */
.login-ftr {
    color: #434345 !important;
}

.login-ftr:hover {
    color: #F6931C !important;
}

/* View Detail Section (vd) */
.view-detail-icon-top {
    font-size: 20px;
    color: #712cf9;
}

.view-detail-icon-top i {
    font-size: 25px;
    margin-right: 10px;
    color: #712cf9;
    vertical-align: text-bottom;
}

.vd-demo-btn a {
    padding: 8px 20px;
}

.vd-span {
    margin-left: 50px;
}

.vd-strong-original {
    text-decoration: line-through;
}

.vd-strong-discount {
    font-size: 25px;
    color: #F6931C;
}

.v-detail-btn {
    top: 33% !important;
    left: 38% !important;
}

.view-detail-icon a i {
    font-size: 25px;
    color: #cccccc;
}

.view-detail-icon a i:hover {
    color: #0a66c2;
}

.fav i {
    font-size: 25px;
    color: #cccccc;
    cursor: pointer;
}

.fav i:hover {
    color: #F6931C;

}

/* Start of Add to Cart */
.cart-service_support {
    white-space: normal;
}

.cart-service {
    align-items: flex-start;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    white-space: nowrap;
}


[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-input,
.radio-input {
    display: none;
}

.checkbox-input:checked~.checkbox-icon {
    background-color: #134A8B;
}

.checkbox-input:checked~.checkbox-icon,
.checkbox-input:checked~.radio-icon,
.radio-input:checked~.checkbox-icon,
.radio-input:checked~.radio-icon {
    border-color: #134A8B;
}


.checkbox-input:checked~.checkbox-label,
.checkbox-input:checked~.radio-label,
.radio-input:checked~.checkbox-label,
.radio-input:checked~.radio-label {
    color: #0a66c2;
    font-weight: 600;
}

.checkbox-icon {
    border-radius: 3px;
}

.checkbox-input:checked~.checkbox-icon:after {
    border-bottom: 2px solid;
    border-radius: 1px;
    border-right: 2px solid;
    height: 12px;
    left: 5px;
    top: 1px;
    transform: rotate(45deg);
    width: 6px;
}

.checkbox-input:checked~.checkbox-icon:after,
.checkbox-input:checked~.radio-icon:after,
.radio-input:checked~.checkbox-icon:after,
.radio-input:checked~.radio-icon:after {
    color: #fff;
    content: "";
    display: inline-block;
    position: absolute;
}


.checkbox,
.radio {
    align-items: center;
    cursor: pointer;
}

.checkbox-icon,
.radio-icon {
    background: #0000;
    border: 2px solid #cfd8dc;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
    position: relative;
    width: 20px;
}

.cart-service-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-service-label:hover {
    color: #134A8B;
}

.checkbox-label,
.radio-label {
    color: #455a64;
    font-size: 14px;
    line-height: 20px;
}

.cart-service-prices {
    align-items: baseline;
    display: flex;
    margin-left: auto;
    white-space: nowrap;
}

.cart-service-price_original {
    color: #78909c;
    font-size: 16px;
    margin-right: 8px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.cart-service-price {
    color: #979797;
    display: block;
    line-height: 18px;
}

.cart-service-price_discount {
    color: #F6931C;
    font-weight: 700;
}

/* End of Add to Cart */

/* Reaction */
.reaction .like,
.reaction .unlike {
    cursor: pointer;
}

.reaction .like:hover,
.reaction .unlike:hover {
    color: #F6931C;
}

.reaction .like.focus,
.reaction .unlike.focus {
    color: #F6931C !important;
}

.view-more a:hover {
    color: #F6931C !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #666 !important;

}

/* Review form start */
.review-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.review {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* width: 80%; */
    /* padding: 0 50px; */
    /* font-size: 1.1rem; */
    overflow: hidden;
}

.reviewstuff {
    width: 80%;
}

.input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.reviewinp {
    width: auto;
    height: 70px;
    outline: none;
    border-radius: 5px;
    border: none;
    background-color: #f5f5f5;
    resize: none;
    padding: 10px 5px 10px 10px;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 1rem;
}

.stars {
    display: flex;
    /* padding: 0 20px; */
}

.star1,
.star2,
.star3,
.star4,
.star5 {
    margin-right: 5px;
    font-size: 1.3rem;
    cursor: pointer;
}

.submit {
    color: white;
    background-color: #134A8B;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 1rem;
    transition: all .2s ease-in-out;
}

.submit:hover {
    background-color: #0a66c2;
}

.arrows {
    font-size: 1.8rem;
    cursor: pointer;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    border: 1.5px solid #d1d1d1;
    width: 100%;
}

.names {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.firstname,
.lastname {
    width: 100%;
    padding: 10px 0 10px 10px;
    outline: none;
    border-radius: 5px;
    border: none;
    background-color: #f5f5f5;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 1rem;
}

.firstname {
    margin-right: 10px;
}

.lastname {
    margin-left: 10px;
}

.reviewstuff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rname {
    display: flex;
    justify-content: center;
    margin-right: 30px;
}

.rfname {
    margin-right: 2.5px;
    white-space: nowrap;
}

.rlname {
    margin-left: 2.5px;
    white-space: nowrap;
}

.bottomreview {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.stars2 {
    display: flex;
}

.errorcontainer {
    /* width: 85%; */
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: absolute;
    background-color: #ff4242;
    color: white;
    padding: 10px 75px;
    text-align: center;
    display: flex;
    opacity: 0;
    transition: opacity, .5s;
}

.success-container {
    /* width: 85%; */
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: absolute;
    background-color: #1ada7d;
    color: white;
    padding: 10px 75px;
    text-align: center;
    display: flex;
    opacity: 0;
    transition: opacity, .5s;
}

.display {
    opacity: 1;
}

.exc {
    margin-right: 20px;
    font-size: 1.3rem;
}

.thank-you-container {
    font-size: 2rem;
    color: #919191;
    display: none;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    transition: all .7s;
    opacity: 0;
}

.thank-you {
    white-space: nowrap;
}

.fa-kiss-wink-heart {
    color: #ff429a;
    margin-left: 10px;
}

/* Review form end */


/* ecommerce page */

.category-section .search-bar input {
    width: 60%;
    height: 45px;
    border-radius: 25px;
    padding: 19px;
    border: 1px solid #134A8B;
}

.category-filter {
    display: initial;
    background-color: #134A8B;
    color: #f7f7f7;
    padding: 3px 9px;
    border-radius: 20px;
}

.category-filter:hover {
    background-color: #0a66c2;
}

.tool-used {
    color: #757575 !important;
    background-color: #d3d3d3;
    display: inline-block;
    border-radius: 2px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;

}

.product-by {
    font-size: 13px;
    color: #666;
}

.category-cart {
    background: #F6931C;
    color: #f7f7f7;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 19px;
}

.category-cart:hover {
    background: #134A8B;
}

.category-img {
    height: 200px;
    overflow: hidden;
}


.category-product {
    background-color: #f5f5f5;
    padding: 10px;
    cursor: pointer;
    transition: all .5s;
}

.category-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 7%);
    transition: all .5s;
}

.category-rating {
    border-left: 1px solid #d9d9d9;
}


.tags .checkbox-input:checked~.checkbox-label,
.tags .checkbox-input:checked~.radio-label,
.tags .radio-input:checked~.checkbox-label,
.tags .radio-input:checked~.radio-label {
    color: #0a66c2;
    font-weight: 100;
}

.tags h3 {
    font-weight: normal;
}

/* Inner Services */
.inner-service {
    display: block;
    padding: 12px 35px;
    background: #f1f1f1;
    color: #134A8B !important;
    border-radius: 30px;
    /* margin-top: 10px; */
    cursor: pointer;
}

.inner-service:hover {
    background-color: #0a66c2;
    color: #f7f7f7 !important;
    transition: all .5s;
}

#tag li a.active {
    display: block;
    text-transform: capitalize;
    padding: 12px 35px;
    background: #f1f1f1;
    color: #134A8B !important;
    border-radius: 30px;
    cursor: pointer;
    background-color: #0a66c2;
    color: #f7f7f7 !important;
    transition: all .5s;
}

.inner-service-contact {
    background: linear-gradient(#f6931cb8, #f6931cb8), url(../img/services/inner-contact-.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    border-radius: 10px;
}

.inner-contact {
    padding: 57.5px;
}

.inner-contact h3 {
    color: #fff !important;
}

.inner-contact p {
    color: #fff !important;
}

/* Out Team */

.experience-yr span {
    font-size: 120px;
    font-weight: bold;
}

/* Career positions */
.current-position {
    padding: 20px;
    border: 1px solid #134A8B;
    border-radius: 10px;
    transition: all 0.5s;
    background-color: #dde6f3;
}

.current-position:hover {
    transform: translateY(-2px);
    transition: all 0.5s;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.career-position-icon {
    background: #fdfdfd;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}

.career-position-icon i {
    font-size: 70px;
}

/* dashboard */
.dashboard-pp {
    border-radius: 50%;
    overflow: hidden;
    height: 200px;
    width: 200px;
    object-fit: cover;
}

/* product/navs and tabs start*/
.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    width: 37%;
}

.product-price {
    float: left;
    /* width: 12%; */
}

.product-quantity {
    float: left;
    width: 10%;
}

.product-removal {
    float: left;
    width: 9%;
}

.product-line-price {
    float: right !important;
    width: 12%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before,
.shopping-cart-inside:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart-inside:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart-inside:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart-inside,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
    content: '$';
}

label {
    color: #aaa;
}

.shopping-cart-inside {
    background: #f7f7f7;
    margin-top: -45px;
    padding: 20px;
}

/* Column headers */
.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    /* text-indent: -9999px; */
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.product .product-image {
    text-align: center;
}

.product .product-image img {
    width: 100px;
}

.product .product-details .product-title {
    margin-right: 20px;
    font-weight: bold;
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.product .product-quantity input {
    width: 40px;
}

.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #f58c1e;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.product .update-product {
    border: 0;
    padding: 4px 8px;
    background-color: #1c63bb;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.product .update-product:hover {
    background-color: #134a8b;
}

.product .remove-product:hover {
    background-color: #d97309;
}

/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}


.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #134a8b;
    color: #fff;
    border-radius: 25px;
}

.checkout:hover {
    background-color: #0a66c2;
}

.dashboard-profile {
    padding: 20px;
    height: 400px;
}

.dashboard-account {
    display: block;
    height: 200px;
    padding: 45px 20px;
}

.dashboard-account:hover {
    box-shadow: 0 0 8px 0 #00000036;
    /* box-shadow: 0 3px 6px #0000001a, 0 3px 6px #00000012; */
}

.dashboard-account span {
    margin-top: 3em;
}

.dashboard ul li a {
    display: block;
    padding: 10px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 8px;
}

.dashboard .dashboard-menu {
    background: linear-gradient(#f6941c84, #f6941c84), url('../img/dashboard/icon/arrow-right-bold.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F6931C;
    color: #fff !important;
    font-weight: normal !important;
}

.dashboard-list ul li a:hover {
    box-shadow: 0 0 6px 0 #f6931c;
}

.db-menu {
    box-shadow: 0 0 6px 0 #f6931c;
}

.dashboard .dashboard-menu-bold {
    /* background: linear-gradient(#13498bb5, #13498bb5), url('../img/dashboard/icon/arrow-right-bold.svg'); */
    background-repeat: no-repeat;
    background-position: right;
    background-color: #134A8B;
    color: #fff !important;
    font-weight: normal !important;
}

.db-order-itemless {
    margin-top: 7.7em;
}

.overflow-hidden {
    overflow: hidden !important;
}

.checkout-img {
    width: 50%;
}

.saved-payment {
    width: 10% !important;
}

.payment-note {
    border: 1px solid #134a8b !important;
    background: aliceblue !important;
    border-radius: 10px !important;
}

.my-order-img {
    height: 110px;
    overflow: hidden;
}

.dashboard-my-order {
    background-color: #eee;
}

.order-status {
    background-color: #0a66c2;
    color: #fff;
    padding: 1px 15px;
    border-radius: 10px;
}

.db-order-img {
    height: 125px;
}

.add-btn:hover {
    box-shadow: 0 0 5px 0 #00000036;
}

.category-price-input {
    width: 100px;
}

.used-program {
    color: #649ad2;
    font-size: 40px;
}

.used-program .fa-laravel:hover {
    color: #FF2D20;
}

.used-program .fa-php:hover {
    color: #697AB1;
}

.used-program .fa-node:hover {
    color: #75AC5D;
}

.used-program .fa-react:hover {
    color: #08D9FE;
}

.used-program .fa-bootstrap:hover {
    color: #712cf9;
}

.used-program .fa-html5:hover {
    color: #DD4B25;
}

.used-program .fa-css3-alt:hover {
    color: #016CB4;
}

.used-program .fa-js:hover {
    color: #F7DF1E;
}

.view-detail-icon .fa-facebook:hover {
    color: #166FE5;
}

.view-detail-icon .fa-linkedin:hover {
    color: #0A66C2;
}

.view-detail-icon .fa-twitter:hover {
    color: #1DA1F2;
}

/* Checkout */
.checkout-section {
    background-color: #dde6f3;
}

.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    width: 37%;
}

.product-price {
    float: left;
    /* width: 12%; */
}

.product-quantity {
    float: left;
    width: 10%;
}

.product-removal {
    float: left;
    width: 9%;
}

.product-line-price {
    float: left;
    width: 12%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before,
.shopping-cart-inside:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart-inside:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart-inside:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart-inside,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
    content: '$';
}

label {
    color: #aaa;
}

.shopping-cart-inside {
    background: #f7f7f7;
    margin-top: -45px;
    padding: 20px;
}

/* Column headers */
.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.product .product-image {
    text-align: center;
}

.product .product-image img {
    width: 100px;
}

.product .product-details .product-title {
    margin-right: 20px;
    font-weight: bold;
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.product .product-quantity input {
    width: 40px;
}

.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #f58c1e;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.product .update-product {
    margin-right: 5px;
    border: 0;
    padding: 4px 8px;
    background-color: #1c63bb;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.product .update-product:hover {
    background-color: #134a8b;
}

.product .remove-product:hover {
    background-color: #d97309;
}

/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}


.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #134a8b;
    color: #fff;
    border-radius: 25px;
}

.checkout:hover {
    background-color: #0a66c2;
}


/* login */
.social-media-login {
    display: flex;
    justify-content: center;
}

.fb-login,
.google-login {
    margin: 2px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    align-self: center;
    background-color: #d13939;
    color: #fff;
    border-radius: 10px;
}

.fb-login {
    background-color: #115a99;
}

.fb-login:hover {
    background-color: #0d4270;
}

.google-login:hover {
    background-color: #942a2a;
}

.pp-after-login {
    height: 30px;
    width: 30px;
    background: url('../img/profile/dp1.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #fff; */
    color: #134A8B;
    margin-top: 5px;
    border-radius: 50%;
}

.pp-after-login-with-dp {
    height: 30px;
    width: 30px;
    background: url('../img/profile/main-dp.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #fff; */
    color: #134A8B;
    margin-top: 5px;
    border-radius: 50%;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .shopping-cart-inside {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .column-labels {
        display: none;
    }

    .product-image {
        float: right;
        width: auto;
    }

    .product-image img {
        margin: 0 0 10px 10px;
    }

    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 70px;
    }

    .product-quantity {
        width: 100px;
    }

    .product-quantity input {
        margin-left: 20px;
    }

    .product-quantity:before {
        content: 'x';
    }

    .product-removal {
        width: auto;
    }

    .product-line-price {
        float: right;
        width: 70px;
    }
}

/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        /* clear: left; */
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: 'Item Total: $';
    }

    .totals .totals-item label {
        width: 60%;
    }

    .totals .totals-item .totals-value {
        width: 40%;
    }
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .shopping-cart-inside {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .column-labels {
        display: none;
    }

    .product-image {
        float: right;
        width: auto;
    }

    .product-image img {
        margin: 0 0 10px 10px;
    }

    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 70px;
    }

    .product-quantity {
        width: 100px;
    }

    .product-quantity input {
        margin-left: 20px;
    }

    .product-quantity:before {
        content: 'x';
    }

    .product-removal {
        margin-top: 5px;
        width: auto;
    }

    .product-line-price {
        float: left !important;
        width: 70px;
    }
}

/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: 'Item Total: $';
    }

    .totals .totals-item label {
        width: 60%;
    }

    .totals .totals-item .totals-value {
        width: 40%;
    }
}

/* product/navs and tabs end*/
@media only screen and (min-width: 768px) {

    .payment-receipt,
    .resume-file {
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .p-image {
        height: 49em;
    }
}

@media only screen and (max-width: 992px) {

    .product-removal {
        display: block !important;
    }

    .product-removal .update-product {
        margin-bottom: 5px;
    }
}

@media (max-width:768px) {
    .bg-login {
        display: contents;
    }

    .wrapper .form-field input {
        width: 80%;
        display: inline-block;
        border: none;
        outline: none;
        background: none;
        font-size: 1.2rem;
        color: #666;
        padding: 10px 15px 10px 10px;
        /* border: 1px solid red; */
    }

}

@media only screen and (max-width: 420px) {
    .modal-content .d-flex {
        display: flex !important;
    }

    .p-image .d-flex {
        display: flex !important;
    }

    .view-detail-flex .d-flex {
        display: flex !important;
    }

    .input {
        display: block;
    }
}

@media (max-width: 421px) {
    .p-image {
        height: 54em;
    }

    .vd-demo-btn {
        margin-top: 20px;
    }
}

@media (max-width: 424px) {
    .product .product-line-price:before {
        content: 'Item Total: $';
    }
}

@media(max-width: 380px) {
    .wrapper {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
}