::-moz-selection {
    background-color: #086630;
    color: #fff
}

::selection {
    background-color: #086630;
    color: #fff
}

::-webkit-input-placeholder {
    color: #777777;
    font-weight: 300
}

:-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300
}

::-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #777777;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #777777;
    font-weight: 300
}

.header-search ::placeholder {
    color: #9f9f9f !important;
    opacity: 1;
    font-size: 13px;
    font-family: raleway;
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625em;
    position: relative
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list-with-bullet {
    list-style: none;
    padding-left: 20px;
}

ul.list-with-bullet li {
    position: relative;
    font-size: 14px;
    margin-bottom: 3px;
    font-family: open sans;

}

ul.list-with-bullet li::before {

    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    background: #c6c6c6;
    top: 7px;
    left: -20px;
    border-radius: 50%;

}

select {
    display: block
}

figure {
    margin: 0
}

a {
    color: #086630;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

iframe {
    border: 0
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;

}

a:focus, a:hover {
    color: #2D2B3A;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1em;
    line-height: inherit
}

.card-panel {
    margin: 0;
    padding: 60px
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'raleway', sans-serif;
    color: #2D2B3A;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'raleway', sans-serif;
    font-weight: 600;
    color: #222
}

/**custom h2*/
h2.fw800 {
    font-size: 36px;
    font-weight: 600 !important;
}

td, th {
    border-radius: 0px
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #555555;
    font-size: 15px;
}

.form-control {
    height: 40px;
}

.form-control:focus {
    border-color: #33986d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(126, 240, 160, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(126, 240, 160, 0.6);
}

.clear::before, .clear::after {
    content: " ";
    display: table
}

.clear::after {
    clear: both
}

.fz-11 {
    font-size: 11px
}

.fz-12 {
    font-size: 12px !important
}

.fz-13 {
    font-size: 13px !important
}

.fz-14 {
    font-size: 14px !important
}

.fz-15 {
    font-size: 15px !important
}

.fz-16 {
    font-size: 16px !important
}

.fz-18 {
    font-size: 18px !important
}

.fz-26 {
    font-size: 26px !important
}

.fz-30 {
    font-size: 30px !important
}

.fz-48 {
    font-size: 48px !important
}

.fw100 {
    font-weight: 100
}

.fw300 {
    font-weight: 300 !important
}

.fw400 {
    font-weight: 400 !important
}

.fw500 {
    font-weight: 500 !important
}

.fw600 {
    font-weight: 600 !important
}

.fw700 {
    font-weight: 700 !important
}

.fw800 {
    font-weight: 800 !important
}

.fw900 {
    font-weight: 900 !important
}

.fsi {
    font-style: italic
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mt-120 {
    margin-top: 120px
}

.mt-150 {
    margin-top: 150px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-50 {
    margin-left: 50px
}

.mr-0 {
    margin-right: 0 !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-15 {
    margin-right: 15px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-50 {
    margin-right: 50px
}

.mb-0 {
    margin-bottom: 0px !important
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pt-150 {
    padding-top: 150px
}

.pt-170 {
    padding-top: 170px
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-150 {
    padding-bottom: 150px
}

.pr-30 {
    padding-right: 30px
}

.pl-0 {

    padding-left: 0 !important;

}

.pl-30 {
    padding-left: 30px
}

.pl-90 {
    padding-left: 90px
}

.p-40 {
    padding: 40px
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.black-bg {
    background: #000 !important;
}

.white-bg {
    background: #fff !important;
}

.grey-bg {
    background: #f8f8f8 !important;
}

.yellow-bg {
    background: #ded600 !important;
}

.green-bg {
    background: #086630 !important;
}

.no-bg {
    background: transparent !important;
}

.no-border {
    border: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-yellow {
    color: #ded600 !important;
}

.text-green {
    color: #086630 !important;
}

.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.section-full {
    padding: 100px 0
}

.section-half {
    padding: 75px 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left !important;
}

.text-rigth {
    text-align: right !important;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.display-table {
    display: table
}

.light {
    color: #fff
}

.dark {
    color: #222
}

.line-through {
    text-decoration: line-through;
}

.relative {
    position: relative
}

.old-price {
    text-decoration: line-through;
    color: #888;
}

.overflow-hidden {
    overflow: hidden
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.container.fullwidth {
    width: 100%
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-padding {
    padding: 0 !important;
}

.section-bg {
    background: #f9fafc
}

.title-with-underline {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/*New Css After Site Audit*/
.editor-short-menu ul li a {
    padding: 10px 16px;
    color: #000;
    font-weight: 500;
}
.editor-short-menu ul li a i {
    margin-right: 5px;
}
.editor-short-menu ul li .pdf-menu a {
    background-color: #086630;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
}
.editor-short-menu ul li a:hover {
    color: #086630;
  }
  .editor-short-menu ul li .pdf-menu a:hover {
    color: #fff;
  }
  .editor-short-menu ul li .pdf-menu .list a:hover {
    color: #086630;
}

.custom-t {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #upload-photo .custom-t {
    background-color: #f6f6f6;
    text-align: center;
    padding: 10px;
  }
  .text-editor-bar .editor-icons {
    float: right;
}

.ds-tools {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #086630;
    height: 100%;
    padding: 8px;
  }
  .ds-tools .ds-t {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  
  .ds-tools:after {
    display: block;
    content: "";
    border-style: solid;
    border-width: 19px;
    border-color: transparent transparent transparent #086630;
    width: 0;
    height: 0;
    position: absolute;
    right: -37px;
    top: 0px;
  }
  
.btn-icon.btn-pdf {
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    background-color: #086630;
    font-weight: 600;
  }
  .btn-icon.btn-pdf i {
    margin-right: 12px;
  }
  .content-box-with-topimg.s-finish img {
    object-fit: cover;
}
  
.editor-footer .list:first-child {
    border: none;
}


@media (max-width: 767px) {
    .no-flex-xs {
        display: block !important
    }
    .right-side {
        clear: both;
    }
    #shipping_addresses_table tr td:first-child {
        vertical-align: top;
      }
      #shipping_addresses_table {
        margin-top: 5px;
      }
      #shipping_addresses_table tr td:first-child .radio-wrap {
        margin: 0 !important;
    }
    .card-quantity {
        overflow-x: auto !important;
    }
    .title-edit-form {
        position: fixed;
        left: 15px;
        background-color: #fff;
        padding: 9px 0 !important;
        width: 100%;
        z-index: 10;
        top: 0;
        margin-left: 0 !important;
    }
    .wizard-navigation ul li .badge{display: none;}
    .editor-footer .btn-editor {font-size: 16px !important;}
    .bgRotateToBack {
        margin-top: 15px;
        clear: both;}
        
.ds-tools {
    position: relative;
  }
  .ds-tools:after {
    display: none;
  }
  .text-editor-bar.image_editor .editor-icons{
    justify-content: center;
    display: flex;
    float: none;
  }
  .create-design-wrap .next-button {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-left: 0 !important;
    left: 0;
    background-color:#086630;color:#fff;
}
.create-design-wrap .next-button:hover{color: #fff;}
.create-design-inner {overflow-x: auto !important;margin-bottom: 30px !important;}
.card-view-wrap .portrait, .card-view-wrap .landscape{max-width: inherit !important;}
}

.row.no-margin {
    margin-left: 0;
    margin-right: 0
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.sample-text {
    margin-bottom: 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

.typo-list {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .typo-sec {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .element-wrap {
        margin-top: 30px
    }
}

h1 {
    font-size: 52px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

.h1 {
    font-size: 48px
}

.h2 {
    font-size: 36px
}

.h3 {
    font-size: 28px
}

.h4 {
    font-size: 22px
}

.h5 {
    font-size: 18px
}

.h6 {
    font-size: 16px;
    color: #222
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    color: #777
}

/***BUttons*/
.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.genric-btn:focus {
    outline: none
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #222;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #222;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #988fff;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #988fff;
    border: 1px solid #988fff;
    background: #fff
}

.genric-btn.primary-border {
    color: #988fff;
    border: 1px solid #988fff;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #988fff;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.link {
    color: #222;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #222;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #222;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #222;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #988fff
}

/**END*/
/**Primary btn**/
.btn {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 500;
    background: #eee;
    font-family: 'raleway', sans-serif;
}

.btn-round {
    border-radius: 30px;
}

.btn-primary {
    background: #252432;
    color: #fff;
    padding: 10px 40px;
    border-color: #252432;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus, .btn-primary.disabled:hover, .btn-primary[disabled]:hover {
    border-color: #252432;
    background: #252432;
    color: #fff;
    box-shadow: none;
    opacity: 0.85;
}

.btn-default-green {
    background: #086630;
    border: 1px solid #086630;
    color: #FFFFFF;
    padding: 10px 35px;

}

.btn-default-green:hover, .btn-default-green:focus, .btn-default-green:active {
    background: #086630;
    border: 1px solid #086630;
    color: #FFFFFF;
    opacity: 0.85;
}

.btn-red {
    background: #db0000;
    border: 1px solid #db0000;
    border-radius: 100%;
    color: #ffffff;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    background: none;
    border: 1px solid #db0000;
    border-radius: 100%;
    color: #333333;
}

.btn-outline-green {
    border: 1px solid #086630;
    background: transparent;
    color: #086630;
    padding: 10px 35px;
    outline: none;

}

.btn-outline-green:hover, .btn-outline-green:active, .btn-outline-green:focus {
    background: #086630;
    color: #ffffff;
    border-color: #086630;
}

.btn-outline-white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 8px 20px;

}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
    background: #252432;
    color: #fff;
    border-color: #252432;
}

.btn-outline-withyellowhover {
    background: transparent;
    border: 1px solid #a0a0a0;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;

}

.btn-outline-withyellowhover:hover, .btn-outline-withyellowhover:focus, .btn-outline-withyellowhover:active {
    background: #086630;
    color: #fff;
    border-color: #086630;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 17px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 12px 36px;
    font-size: 18px;
    line-height: 20px;
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.list-style {
    width: 14px;
    height: 14px
}

.inline-listing li {
    display: inline-block;
    margin: 3px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #988fff;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%
}

.ordered-list {
    margin-left: 30px
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #988fff;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list li span {
    font-weight: 300;
    color: #777
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #988fff;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #777
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #988fff;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #777
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input:focus {
    outline: none
}

.input-group-icon {
    position: relative
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3
}

.input-group-icon .icon i {
    color: #797979
}

.input-group-icon .single-input {
    padding-left: 45px
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none
}

.single-textarea:focus {
    outline: none
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #988fff
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #988fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.default-switch input:checked + label {
    left: 19px
}

.single-element-widget {
    margin-bottom: 30px
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.primary-switch input:checked + label:after {
    left: 19px
}

.primary-switch input:checked + label:before {
    background: #988fff
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer
}

.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.confirm-switch input:checked + label:after {
    left: 19px
}

.confirm-switch input:checked + label:before {
    background: #4cd3e3
}

/**Default Select*/
.default-select {
    height: 40px
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px
}

.form-select .nice-select .list {
    margin-top: 0;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px
}

.default-select .nice-select .list .option.selected {
    color: #988fff;
    background: transparent
}

.default-select .nice-select .list .option:hover {
    color: #988fff;
    background: transparent
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300
}

.default-select .nice-select::after {
    right: 20px
}

/*END*/

/**Form Select*/
.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    background: #fff;
    padding-left: 15px;
    padding-right: 40px;
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 39px;
    border-radius: 3px;
}

/*.form-select select {

    /*display: none !important;

}*/

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 35px;
    min-height: 28px;
    font-size: 13px;
    padding-left: 20px;
    color: #777;
}

.form-select .nice-select .list .option.selected {
    color: #0d5c19;
    background: #f8f8f8;
}

.form-select .nice-select .list .option:hover {
    color: #0d5c19;
    background: transparent
}

.form-select .current {
    margin-right: 50px;
    color: #9c9c9c;
}

.form-select .nice-select::after {
    right: 20px
}

/**Small select*/
.form-select.sm-select .nice-select {

    height: 40px;
    line-height: 40px;
    border-radius: 4px;

}

.form-select.sm-select .current {

    margin-right: 50px;
    font-weight: 400;
    color: #4e4e4e;
    font-size: 13px;

}

.form-select.sm-select .nice-select .list .option {

    font-weight: 400;
    line-height: 32px;
    min-height: 26px;
    font-size: 13px;
    padding-left: 20px;
}

/*END*/

/**Style for radio button*/
/* The container */
.radio-wrap {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

/* Hide the browser's default radio button */
.radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-wrap:hover input ~ span.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-wrap input:checked ~ span.checkmark {
    background-color: #086630;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
span.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-wrap input:checked ~ span.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-wrap span.checkmark:after {
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}

/**END*/

/**style for checkbox**/
.checkox-wrap {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkox-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.checkox-wrap:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkox-wrap input:checked ~ .checkmark {
    background-color: #086630;
    border-color: #086630;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkox-wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkox-wrap .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/***Header css****/
.header-top {
    font-size: 12px;
    background-color: #f1f1f1;
    color: #fff;
    padding: 4px 30px;
}

.header-top a {
    color: #777
}

.header-top ul li {
    display: inline-block;
    line-height: 22px;
    padding: 0px;
    margin: 0;

    margin-right: -4px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Avenir Next Rounded Pro Regular", Verdana, Geneva, sans-serif;
    color: #777;
}

.header-top ul li:first-child {
    border-left: 0;
}

.header-top .header-top-left ul li {

    padding: 0 7px;

}

.top-header-menu .menu-icon img {
    display: inline-block;
    width: 16px;
}

.header-top .header-top-right {
    text-align: right
}

.header-top .header-top-right a {
    padding: 0 8px;
}

.menu-icon {
    margin-right: 6px;

}

.lang-dropdown .dropdown-toggle {
    border: none;
    background: transparent;
}

.lang-dropdown button.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.lang-dropdown .dropdown-menu a.dropdown-item {

    padding: 0px 10px;
    color: #666 !important;
    font-size: 13px;
    line-height: 37px;
    background: #f8f8f8;
    margin-bottom: 3px;
    display: block;

}

.lang-dropdown .dropdown-menu {

    border-radius: 0 !important;
    min-width: 136px;
    padding: 0;
    border: 0;

}

.navbar-static-top {
    margin-bottom: 0;
    z-index: 10;
}

.top-head-btn {
    background: #988fff;
    padding: 9px 26px
}

/**END*/
/**Main menu*/
.main-menu {
    padding: 6px 30px;
    background: #FFFFFF;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff !important
}

#header.header-scrolled {
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #988fff
}

#header #logo img {
    padding: 0;
    margin: 0
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px
    }

    #header #logo img {
        max-height: 40px
    }
}

#logo {
    margin-right: 20px;
    float: left;
    z-index: 20;
    position: relative;
    max-width: 100px;
}

#logo img {
    max-width: 100px;
    height: 65px;
}

.logo-wrap {
    max-width: 100px;
}

header {
    font-family: raleway;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9)
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu > li {
    float: left
}

.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px;
    text-align: left
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container > ul > li {

    margin: 0;
    margin-top: 30px;

}

.nav-menu > li > a {

    padding: 0 30px 0px 20px;
    padding-right: 13px;
    padding-right: 8px;
    text-decoration: none;
    display: inline-block;
    color: #474747;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    font-family: raleway;
    border-left: 1px solid #727177;
    line-height: 15px;

}

.nav-menu > li {
    margin-left: 10px
}

.nav-menu ul {
    margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff
}

.nav-menu ul li {
    transition: 0.3s
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none
}

.nav-menu ul li:hover > a {
    color: #988fff
}

.nav-menu ul ul {
    margin: 0
}

.right-side-menu-wrap {

    padding-top: 15px;
    text-align: right;
    float: right;

}

.right-side-menu-wrap ul li {

    display: inline-block;
    padding: 5px;

}

.header-search {

    position: relative;
    min-width: 195px;
    margin-right: 8px;

}

.header-search .form-control {

    border: none;

    height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    padding: 7px;

}

.header-search .form-control:focus {
    background: #fff;
    box-shadow: none;
    border: none;
    color: #444 !important;
}

.header-search .form-control:focus + .btn-search {
    color: #086630;
}

.header-search .btn-search {

    position: absolute;
    top: 0;
    right: 0px;
    background: transparent;
    color: #555;
    font-size: 13px;
    padding: 5px;

}

/***END*/
.carouselSpecialOffers h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

/**Mobile nav*/
#mobile-nav-toggle {
    position: absolute;
    right: 15px;
    z-index: 999;
    top: 30px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer
}

.mobile-view-links {
    display: none;
}

#mobile-nav-toggle i {
    color: #222;
    font-weight: 900
}
.mobile-nav-active #mobile-nav-toggle i {
    color: 
    #fff;
}

.btn-movile-view {
    display: block;
    border-radius: 0;
    margin-bottom: 1px;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {

    color: #fff;
    font-size: 15px;
    overflow: hidden;
    padding: 12px 22px 11px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400;

}

#mobile-nav ul li a:hover {
    color: #fff
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #988fff
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none
}

#mobile-nav ul .menu-item-active {
    color: #988fff
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.section-gap {
    padding: 100px 0
}

.section-gap-sm {
    padding: 40px 0
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    color: #32303c;
}

.section-title p {
    font-size: 16px;
    margin-bottom: 0
}
.card-review .card-review-img {
    position: relative;
    }
    .card-review .card-review-img::before {
    display: block;
    content: "";
    border: 2px dashed #666;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 0;
    }
.card-review .card-review-img.preview-round::before {
    border-radius: 20px;
}
@media (max-width: 991.98px) {
    .section-title p br {
        display: none
    }
}

.alert-msg {
    color: #008000
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

/****Banner area*/
.banner-area {
    background-size: cover;
    position: relative;
}

.home-banner {
    background: url(../img/banner-bg.jpg) center;
    background-size: auto auto;
    background-size: cover;
    height: 60vh;
    min-height: 450px;
}

.banner-area .primary-btn {
    padding-left: 30px;
    padding-right: 30px
}

.home-banner .banner-description {
    margin-bottom: 45px;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 20px
}

.banner-content h6 {
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 2;
    color: #fff
}

.banner-content .sub-heading {
    font-size: 28px;
    font-weight: 400 !important;
}

.banner-description {
    max-width: 950px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.banner-img {
    text-align: right
}

.home-banner .banner-content {
    text-align: left;
    padding-top: 10px;
    padding-left: 60px;
}
.banner-content .banner-text h1 {
    font-size: 160px;
    font-weight: 900;
    margin: 0;
    line-height: 170px !important;
}
.banner-content .banner-text h1 span {
    display: block;
}
.all-faq-banner {
    min-height: 210px !important;
}

/**End*/

/**Inner Page banner area**/
.page-banner {

    background: #ffef96;
    min-height: 430px;
    padding: 30px 0;
    background-image: none;
    background-position: center right !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: #f2ddb5; /* Old browsers */
    background: -moz-linear-gradient(45deg, #f2ddb5 0%, #d3b396 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f2ddb5 0%, #d3b396 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f2ddb5 0%, #d3b396 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ddb5', endColorstr='#d3b396', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.page-banner .banner-content {
    padding-top: 0px;
    text-align: left;
}

.section-gap-sm.grey-bg.cards-by-size {
    background: #fff !important;
    padding: 60px 0;
}

.page-banner .banner-content h2 {
    font-size: 42px;
    font-weight: 600 !important;
}

.page-banner .banner-content p {
    font-size: 16px;
}

.use-ore-template-banner.page-banner {
    min-height: auto;
}

.showcase-block.detailProImage {
    text-align: center;
    display: block;
    margin: auto;
}

.showcase-block.detailProImage img {
    max-width: 500px;
    max-height: 326px;
    display: inline-block;
}

/**END*/
/***Features wrap**/
.features-wrap {

    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 8px;
}

ul.feature-listing {
    text-align: center;

}

ul.feature-listing li {
    display: inline-block;
    text-align: center;
    width: 16%;
}

ul.feature-listing li .feature-icon img {

    margin: auto;

}

ul.feature-listing li h4 {

    color: #fff;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;

}

/**END*/

.home-about-area {
    background-color: #f9f9ff
}

.home-about-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background: url(../img/about-img.jpg) no-repeat center center/cover;
    z-index: 1
}

@media (max-width: 991px) {
    .home-about-area:after {
        display: none
    }
    .term-list img {
        width: 100% !important;
        height: auto !important;
    }
    .product-title-wrap .title-cat, .f-head {
        display: none;
    }
    .multiple-cards-wrap{height: auto !important;}

}

@media (max-width: 991px) {
    .home-about-area .justify-content-end {
        justify-content: flex-start !important
    }
}

.home-about-area h1 {
    margin-bottom: 20px
}

.home-about-area .home-about-right {
    max-width: 580px;
    padding-right: 36px
}

@media (max-width: 1024px) {
    .home-about-area .home-about-right {
        padding-left: 15px
    }
}

.home-about-area .single-services {
    margin-top: 10px
}

.home-about-area .single-services h4 {
    margin: 20px 0
}

.home-about-area .single-services .lnr {
    margin-top: 30px;
    font-size: 30px;
    color: #988fff
}

@media (max-width: 414px) {
    .home-about-area .single-services p {
        font-size: 12px;
        width: 88%
    }
}

.discount-section-area {
    background: url(../img/discount-bg.jpg) center;
    background-size: cover
}

.discount-section-area .overlay-bg {
    opacity: .9
}

.discount-section-area .discount-left p {
    padding: 20px 0
}

.discount-section-area .discount-left .header-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .discount-section-area .discount-left {
        margin-bottom: 50px
    }
}

.discount-section-area .discount-right h4 {
    text-align: center;
    margin-bottom: 15px
}

.discount-section-area .discount-right .form-control {
    padding: 10px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #f6b2d7;
    color: #fff;
    font-size: 13px;
    font-weight: 300
}

.discount-section-area .discount-right .form-control::placeholder {
    color: #fff
}

.discount-section-area .discount-right .form-control:focus {
    box-shadow: none !important
}

.discount-section-area .discount-right .genric-btn {
    font-size: 14px
}

.discount-section-area .discount-right .genric-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

/***Work process section***/

.work-process-area .total-work-process {
    padding: 0 30px
}

.work-process-area .single-work-process {
    text-align: center;
    min-height: 195px;
    margin-top: 15px;
}

.work-process-area .single-work-process .work-icon-box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    /* background: #086630;
     border: 5px solid transparent;*/
    line-height: 87px;
    margin: auto;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    overflow: hidden;
}

/*.work-process-area .single-work-process .work-icon-box:hover {
    border-color: #008e3c;
    box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.2);
}*/
.work-process-area .single-work-process .work-icon-box .img-responsive {
    display: inline-block;
    max-height: 90px;
}

.work-process-area .single-work-process .work-icon-box span {
    line-height: 118px;
    font-size: 42px
}

.work-process-area .single-work-process .caption {
    font-size: 18px;
    margin-top: 5px;
    letter-spacing: 0.2px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.work-process-area .work-arrow {
    margin-top: -30px
}

@media (max-width: 1199.98px) {
    .work-process-area .work-arrow img {
        width: 40px;
        height: auto
    }
}

@media (max-width: 991.98px) {
    .work-process-area .work-arrow img {
        width: 25px;
        height: auto
    }
}

@media (max-width: 767.98px) {
    .work-process-area .work-arrow {
        display: none
    }
}

/**END*/
/*Categories wrap**/
.single-category {
    margin: 0 0px 20px;
}

.single-category .img-wrap {
    max-height: 280px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.single-category .category-overlay-wrap {

    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    padding: 10px 30px;
    height: 40px;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s cubic-bezier;
    -o-transition: height 0.3s ease;
    transition: height 0.3s cubic-bezier;
    width: 100%;

}

.single-category .img-wrap:hover .category-overlay-wrap {
    padding: 50px 30px 50px;
    height: 100%;

}

.category-overlay-wrap h3, .category-overlay-wrap p {
    color: #fff;
}

.category-overlay-wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.category-overlay-wrap p {
    font-size: 15px;
}

.category-overlay-wrap .btn {
    font-size: 15px;
}

/**END*/
/**Order Free*/
.order-free-area {
    background-color: #2d2b3a;
}

.order-free-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background: url(../img/orderfree-img.jpg) no-repeat center center/cover;
    z-index: 1
}

@media (max-width: 991px) {
    .order-free-area:after {
        display: none
    }
}

@media (max-width: 991px) {
    .order-free-area .justify-content-end {
        justify-content: flex-start !important
    }
}

.order-free-area h1 {
    margin-bottom: 20px
}

.order-free-area .home-about-right {
    max-width: 580px;
    padding-right: 36px
}

.order-free-area .home-about-right p {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .order-free-area .home-about-right {
        padding-left: 15px
    }
}

.order-free-area .single-services {
    margin-top: 10px
}

.order-free-area .single-services h4 {
    margin: 20px 0
}

.order-free-area .single-services .lnr {
    margin-top: 30px;
    font-size: 30px;
    color: #988fff
}

@media (max-width: 414px) {
    .order-free-area .single-services p {
        font-size: 12px;
        width: 88%
    }
}

/*END*/
/**Testimonials wrap**/
.testomial-area .owl-carousel .owl-item img {
    width: auto !important;
    margin: auto;
    max-width: 80px;

}

.testomial-area .owl-dots {
    text-align: center;
    bottom: 5px;
    margin-top: 0px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.testomial-area .owl-dot {

    height: 12px;
    width: 12px;
    border-radius: 20px;
    display: inline-block;
    background: #B9B9B9;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.testomial-area .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #086630;
}

@media (max-width: 414px) {
    .testomial-area .active-tstimonial-carusel {
        padding: 30px
    }
}

.single-testimonial {
    padding: 10px 30px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-testimonial h5 {
    font-weight: 400;
    margin-top: 20px;
    font-size: 16px;
}

.single-testimonial .desc {
    padding: 0px 60px;
    font-size: 15px;

}

/**END*/
/**Newsletter wrap**/
.newsletter-wrap {
    text-align: center;
    background: #f8f8f8;
}

.newsletter-wrap h1 {
    font-size: 40px;
}

.newsletter-wrap h2 {
    line-height: 30px !important;
    margin-bottom: 6px;
}

.newsletter-form {
    max-width: 600px;
    margin: auto;
    padding-top: 30px;
}

.newsletter-form .form-control {
    background: transparent;
    height: 50px;
    border-radius: 60px 0 0 60px !important;
    border-color: #4a4759;
    padding: 10px 24px;
}

.newsletter-form .input-group-btn .btn {
    font-size: 18px;
    padding: 12px 35px 11px;
}

/**END*/
/**Footer**/
.footer-area {
    background: #2d2b3a;
    padding-top: 40px;
}

.footer-area .footer-nav li {
    margin-top: 18px
}

.footer-area .footer-nav li a {
    color: #fff
}

.footer-area .footer-nav li a:hover {
    color: #988fff
}

.footer-area .primary-btn {
    background-color: #988fff;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
}

.footer-area .primary-btn:focus {
    outline: none
}

.footer-area .primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.footer-area .primary-btn:hover {
    background-color: #988fff;
    box-shadow: none;
    color: #fff
}

.footer-area .primary-btn:hover span {
    color: #fff;
    right: 20px
}

.footer-area .primary-btn.white {
    border: 1px solid #fff;
    color: #fff
}

.footer-area .primary-btn.white span {
    color: #fff
}

.footer-area .primary-btn.white:hover {
    background: #fff;
    color: #988fff
}

.footer-area .primary-btn.white:hover span {
    color: #988fff
}

.footer-area h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.copy-right-text i {
    color: #fff;
}

.copy-right-text p a {
    color: #2e6631;
}

.instafeed {
    margin: -5px
}

.instafeed li {
    overflow: hidden;
    width: 25%
}

.instafeed li img {
    margin: 5px
}

.footer-social {
    text-align: center;
    margin-top: 10px;
}

 .footer-social a {
   width: 40px;
display: inline-block;
height: 40px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border: 1px solid #8f8f8f;
line-height: 38px;
padding: 0;
margin-bottom: 10px;
border-radius: 50%;
margin-left: 5px;
color: #8f8f8f;
}

.footer-social a:hover {
    border-color: #2e6631;
}

 .footer-social a:hover i {
    color: #2e6631;
}

 .footer-social i {
   color: #8f8f8f;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    line-height: 38px;
}

.footer-bottom p {
    margin-bottom: 0 !important;
    margin-top: 4px;
    color: #333;
}

.single-footer-widget {
    color: #fff
}
.tech-part {
    font-size: 13px;
    font-weight: 500;
    color: #6c6c6c;
    font-style: italic;
}
.single-footer-widget input {
    line-height: 38px;
    background: transparent;
    border: 1px solid #333;
    font-weight: 300;
    color: #777;
    padding-left: 20px;
    width: 80%
}

.single-footer-widget .bb-btn {
    background-color: #988fff;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    cursor: pointer
}

.single-footer-widget .info {
    position: absolute;
    margin-top: 20px;
    color: #fff;
    font-size: 12px
}

.single-footer-widget .info.valid {
    color: green
}

.single-footer-widget .info.error {
    color: red
}

.single-footer-widget p {
    color: #777
}

.single-footer-widget ul li {
    margin-bottom: 6px;
}

.single-footer-widget ul li a {
    color: #A3A1B3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 400;
}

.single-footer-widget ul li a:hover {
    color: #ded600
}

.footer-bottom {
    padding-top: 11px;
    margin-top: 35px;
    background: #FFF;
    padding-bottom: 0px;
}

.footer-text a, .footer-text i {
    color: #fff
}

/*END*/

/** business card main page**/
.businesscard-main-banner {
    background: #f7f7f7;

    min-height: 350px;
    padding: 30px 0;
    background-image: url(../img/buisinesscard-main.jpg);
    background-size: cover;
    background-position: bottom center;
}

/**Inner pages | Shop Orignal**/
.shop-form-wrap {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}

.shop-form-wrap p {
    font-size: 12px;
    line-height: 16px;
}

.shop-form-wrap .form-header {
    padding: 15px 15px 5px;
    border-bottom: 1px solid #eee;
}

.shop-form-wrap .btn {
    padding: 7px 25px;
    font-size: 15px;
}

.shop-form-wrap .form-select {
    height: 34px
}

.shop-form-wrap .form-select .form-control {
    height: 34px;
    border-radius: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-drop-arrow{position: relative;}
.custom-drop-arrow select{-webkit-appearance: none;-moz-appearance: none;}
.shop-form-wrap .form-select::before, .custom-drop-arrow::before {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
    z-index: 9;
}
.custom-drop-arrow::before{right: 15%;}
.shop-form-wrap .form-footer {
    padding: 10px 20px;
    background: #e6efea;
}

.shop-form-wrap .form-group {

    margin-bottom: 10px;

}

.shop-form-wrap .form-footer h6, .shop-form-wrap .form-footer p {
    font-family: open sans;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
}

.shop-form-wrap .shop-form {
    padding: 10px 20px 10px;
}

.vat-value {
    line-height: 10px;
    color: red;
    font-weight: 400;
    font-size: 12px;
    color: #777;
}

.shop-form-wrap .shop-form .label-control {

    line-height: 30px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;

}

/*.shop-orignal-banner .banner-content {
     padding-top: 65px;
}*/

.shop-orignal-banner.page-banner .banner-content {
    margin-top: 0;
    padding-top: 0;
}

/*.shop-orignal-banner.page-banner{  padding: 50px 0;}*/
/**END*/

/**Sticky Nav**/
.sticky-nav.secondary-menu {
    background: #398559;
    min-height: 60px;
}

.stikcy-nav-list {

    text-align: center;

}

ul.stikcy-nav-list li {

    display: inline-block;
    line-height: 55px;

}

ul.stikcy-nav-list li a {

    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;

}

/*END*/
/**COntent box with top img**/
.content-box-with-topimg {
    margin-bottom: 20px;
}

.content-box-with-topimg .content-img {
    height: 285px;
    overflow: hidden;
    margin-bottom: 12px;
}

.content-box-with-topimg.four-col .content-img {
    height: 185px;
}

.modal .content-box-with-topimg .content-img {
    height: 210px;
}

.content-box-with-topimg .inner-content {
    position: relative;
}

.content-box-with-topimg .inner-content h5 {
    margin-bottom: 9px;
    letter-spacing: 0.4px;
    font-size: 18px;
    font-weight: 600;
}

.content-box-with-topimg .inner-content .absolute-btn {
    right: 0;
    left: 0;
    width: 40%;
    margin: 20px auto 0 auto;
    display: inherit;
}

/**With border*/
.content-box-with-topimg.with-border {
    border: 1px solid #ddd;
    padding: 2px;
    border-bottom: 3px solid #086630;
}

.content-box-with-topimg.with-border .content-img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
    text-align: center;
    background: #eee;
}

.content-img img {
    height: 100%;
    width: auto;
    display: inline-block;
}

.content-box-with-topimg.with-border.four-col .content-img {
    max-height: 192px;
    background: #eee;
    text-align: center;
}

.content-box-with-topimg.with-border .inner-content h5 {
    font-size: 18px;

}

.content-box-with-topimg.with-border.four-col .inner-content h5 {
    margin-bottom: 0
}

.content-box-with-topimg.with-border.four-col p {
    font-size: 13px;
    margin-bottom: 0;
    max-height: 75px;
}

.content-box-with-topimg.with-border.four-col .vat-value {
    font-size: 12px;
    margin-bottom: 15px;
    color: #888;
    font-weight: 400;
}

.content-box-with-topimg.with-border .inner-content {
    padding: 5px 10px 10px;
}

.content-box-with-topimg.with-border ul {
    min-height: 150px;
}

.content-box-with-topimg.with-border.four-col ul {
    min-height: 120px;
}

.content-box-with-topimg.four-col .inner-content {
    padding: 5px 10px 30px;
    min-height: 165px;
    line-height: 20px;
}

.content-box-with-topimg.four-col .content-img img {
    height: 100%;
    width: auto;
    display: inline-block;
    max-width: inherit;
}

.content-box-with-topimg.four-col .inner-content p {
    max-height: 85px;
    overflow: hidden;
}

.content-box-with-topimg.four-col .inner-content .link {
    position: absolute;
    bottom: 5px;
}

/**END*/
/*with special finish*/
.content-box-with-topimg.s-finish {
    text-align: center;
}

.content-box-with-topimg.s-finish .content-img {
    height: 220px;
    overflow: hidden;
    margin-bottom: 12px;
    width: 220px;
    border-radius: 50%;
    margin: 20px auto;
    border: 7px solid #fff;
    box-shadow: 3px 3px 9px #ccc;
}

/**Premium Wrap**/
.premium-paper {
    background: url(../img/orignal_shop/premium-bg.jpg);
    background-size: cover;
    background-position: center;
}

/**End*/

/**Tabs STyle 1**/
.tabs-style-1 .nav-tabs {
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

.tabs-style-1 .nav-tabs > li > a {

    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 10px 30px;
    font-family: 'raleway', sans-serif;

}

.tabs-style-1 .nav-tabs > li.active > a, .tabs-style-1 .nav-tabs > li.active > a:hover, .tabs-style-1 .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #086630;
    border: none;
    border-bottom-color: transparent;
    border-radius: 50px;
}

/**End*/

/**Table style 1*/
#product_pricing.table-responsive {

    overflow-x: auto;
    max-height: 355px;
}

.table-style-1 {
    background: #fff;
    border: 1px solid #eee;
}

.table-style-1 th {

    font-size: 18px;
    font-weight: 600;
    color: #000;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 0 !important;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    padding: 16px 10px !important;

}

.table-style-1 td, .table-style-1 td h6 {
    font-family: open sans;
    color: #444;
    font-size: 15px;

}

.table.table-style-1 > tbody > tr > td {
    border-top: none;
    vertical-align: middle;
    padding: 10px 8px;
}

.table.table-style-1 > tbody > tr > th:first-child, .table.table-style-1 > tbody > tr > td:first-child {

    padding-left: 25px !important;

}

.table-style-1.table-striped > tbody > tr:nth-of-type(2n+1) {

    background-color: #fdfcee;

}

/**END*/
/***table style 2*/
.table.table-style-2 {
    border: 1px solid #ddd;
    margin-top: 20px;
    vertical-align: middle;
    border-radius: 2px;
}

.table.table-style-2 > tbody > tr > td {
    border: none;
    padding: 15px 8px;
    vertical-align: initial;
}

/**end**/

/**Tabs style 3 / vertical tabs*/
.vertical-tabs .tab {
    float: left;
    width: 28%;
    height: 300px;
}

/* Style the buttons inside the tab */
.vertical-tabs .tab button {

    display: block;
    color: black;
    padding: 16px 25px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    background: #f8f8f8;
    margin-bottom: 15px;
    border-radius: 30px 0 0 30px;
}

.vertical-tabs .tab button.tablinks.view-design {

    margin-top: 160px;
    width: 80%;
    text-align: center;
    font-size: 17px;
    float: right;

}

.vertical-tabs .tab button.tablinks.view-design:hover, .vertical-tabs .tab button.tablinks.view-design.active {
    background: #ded600;
}

.vertical-tabs #preview.tabcontent {
    border-color: #ded600;
}

/* Change background color of buttons on hover */
.vertical-tabs .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.vertical-tabs .tab button.active {
    background-color: #ddd;
}

/* Style the tab content */
.vertical-tabs .tabcontent {
    float: left;
    border-left: none;
    border: 1px solid #ddd;
}

.card-view-wrap.vertical-tabs .selected-card {
    margin: 0;
    background: transparent;
}

/**END*/
/**Guidleine-wrap**/
.guidelines-list {

    margin-bottom: 20px;

}

.guidelines-list h6 {
    font-family: open sans;
}

/*ENd**/
/**Cards features*/
.cards-features-wrap {
    max-width: 800px;
    margin: auto;
}

.content-box-roundimg {
    text-align: center;
    padding: 20px;
}

.content-box-roundimg .inner-img {
    width: 180px;
    height: 180px;
    border: 1px dashed #fff;
    padding: 4px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;

}

.content-box-roundimg .icon-box {
    border: 2px dashed #747474;
    width: 185px;
    height: 185px;
    line-height: 170px;
    text-align: center;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    padding: 2px;
}

.content-box-roundimg .icon-box span {
    background: #f6f4ba;
}

.round-img {
    border-radius: 50%;
}

.round-img img {
    border-radius: 50%;
}

.inner-img img {
    height: 170px;
    width: 170px;
}

/*END*/
/**User Dashboard / My Account**/
.navbar-static-menu {
    margin-bottom: 45px;
}

.navbar-static-menu ul {
    display: block;
}

.navbar-static-menu li {
    display: inline-block;
    margin-right: 0px;
    float: left;
    line-height: 39px;
}

.navbar-static-menu a {
    color: #333333;
    padding: 12px 33px;
    border: 1px solid #086630;
    white-space: nowrap;
    margin-right: -1px;
}

.navbar-static-menu a:hover,
.navbar-static-menu a:focus,
.navbar-static-menu a.active-item {
    color: #FFF;
    background-color: #086630;
}

.account-buttons {
    padding: 20px 0 0px;
}

.account-idenity-wrap {

    display: block;
    margin-top: 15px;

}

.account-idenity-wrap .panel-body ul li {
    line-height: 25px;
    padding-bottom: 10px;

}

.panel-default > .panel-heading {

    color: #555555;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 18px;
    font-weight: 500;

}

.account-idenity-wrap .panel .panel-body {
    min-height: 200px;
}

/**END*/
/**Vdo wrap*/
.vdo-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
}

.vdo-wrap .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 38%;
    text-align: center;
}

/**End*/
/**top icon content box*/
.topicon-content-box {
    position: relative;
    margin: 10px 0;
}

.topicon-content-box.with-border {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.topicon-content-box .box-icon {
    min-height: 160px;
    line-height: 150px;
    margin-bottom: 15px;
    text-align: center;
}

.topicon-content-box.with-border .box-icon {
    margin-bottom: 0;
}

.topicon-content-box.with-border p {
    min-height: 115px;
}

/**END*/

/**Transparent-modal style**/
.modal-backdrop {
    background: #f3f3f3;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.95;
}

.trans-modal .modal-header button.close {
    background: #db0000;
    border: 1px solid #db0000;
    border-radius: 100px;
    color: #ffffff;
    padding: 15px;
    width: 70px;
    height: 70px;
    opacity: 1;
    font-size: 32px;
    font-weight: 400;
}

.trans-modal .modal-header button.close:hover, .trans-modal .modal-header button.close:focus {
    background: none;
    color: #db0000;
}

.trans-modal .modal-content {
    background: transparent;
    border: 1px solid #f3f3f3;
    box-shadow: none;
}

.trans-modal .modal-dialog {
    margin-top: 0;
}

/**END*/

/***style by ali**/
.product-listing-wrap {
    border: 1px solid #ececec;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-wrap-box-img img {
    height: 222px;
    width: auto;
    text-align: center;
    display: inline-block;
}

.product-wrap-box-img {
    margin-bottom: 20px;
    text-align: center;
}

.product-wrap-box-img img {
    min-height: 222px;
    width: auto;
    text-align: center;
}

.product-bottom-content {
    padding: 0px 20px 20px 20px;
}

.prduct-discription {
    height: 65px;
    overflow: hidden;
}

.heading-text-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* End of Product Listing Warp */

/* Refer A friend */
.content-box-roundimg .icon-box span img {
    border-radius: 0;
    display: inline-block;
}

.content-box-roundimg .icon-box {
    border: 2px dashed #747474;
    width: 185px;
    height: 185px;
    line-height: 170px;
    text-align: center;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    padding: 6px;
}

.content-box-roundimg .icon-box span {
    background: #f6f4ba;
    display: block;
    border-radius: 50%;
}

.refer-friend {
    background: #f4f3b2 !important;

}

/* end Refer a friend */

/* Start More About Design */
.about-this-design {
    border: 1px solid #d6d6d6;
    padding: 20px;
    border-radius: 8px;
}

.about-this-design .media-right img {
    border-radius: 50%;
}

/**END*/

/*--------------------Sign-in Page START--------------------*/
.btn-fb {
    background: #3b5998;
    color: #FFFFFF;
}

.btn-outline-gray {
    background: none;
    color: #333333;
    border-color: #a0a0a0;
}

.btn-outline-gray:hover, .btn-outline-gray:active, .btn-outline-gray:focus {
    background: #086630;
    color: #ffffff;
    border-color: #086630;
}

.inline-radio {
    display: inline-block;
}

.sign-in-section.section-gap {
    padding: 0 35px;
}

.sign-in-section h2 {
    padding-bottom: 40px;
}

.box-content {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 30px 40px;
}

.sign-in-section-form p {
    text-align: center;
}

.sign-in-section-form h3 {
    text-align: left;
    margin-bottom: 30px;
}

.sign-in-section-form a.social-btn {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 500px;
    margin: 25px auto;
    display: block;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.sign-in-section-form a.social-btn i {
    font-size: 24px;
    color: #FFFFFF;
    float: left;
    padding: 0 12px;
    margin: 0 0;
}

.sign-in-section-form a.social-btn i:after {
    content: "";
    border-right: 1px solid #fff;
    padding: 18px 10px;
}

.sign-in-section-form .form-seprator {
    text-align: center;
    margin: 40px auto 40px auto;
    display: block;
}

.sign-in-section-form .form-seprator:before {
    content: "";
    background: #d6d6d6;
    height: 1px;
    width: 90%;
    display: block;
    margin: 0 auto -27px auto;
}

.sign-in-section-form label {
    font-weight: inherit;
}

.sign-in-section-form .form-group label {
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.sign-in-section-form .form-group label a {
    text-decoration: underline;
    display: block;
}

.sign-in-section-form .form-group input[type="email"], .sign-in-section-form .form-group input[type="password"], .sign-in-section-form .form-group input[type="text"], .sign-in-section-form .form-group select {
    font-size: 14px;
}

.sign-in-section-form .form-group input[type="checkbox"] {
    float: left;
    height: 16px;
    width: 16px;
    border: 1px solid #d6d6d6;
    background: transparent;
    margin: 4px 10px 4px 0;
}

.sign-in-section-form .radio-wrap {
    font-size: 16px;
    margin: 0 15px;
}

.sign-in-section-form .radio-button-wrap {
    margin: 20px 0 40px 0;
}

.sign-in-section-form .btn-sign-in {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    margin: 15px auto;
}

/*--------------------Sign-in Page END--------------------*/

/*--------------------Sign-up Page Start--------------------*/

.sign-in-section-form h6 {
    margin: 10px auto;
    width: 90%;
    text-align: center;
}

.sign-in-section-form p a {
    color: #086630;
}

/*--------------------Sign-up Page END--------------------*/

/*-------------------- Forget password Start--------------------*/

.forget-password-form .form-group {
    margin: 40px 0;
}

.forget-password-form .form-group input[type="email"] {
    height: 47px;
}

/*-------------------- Forget password END--------------------*/

/*--------------------Terms And Condition START--------------------*/


.terms-and-condition-section h6.page-heading {
    padding-bottom: 30px;
}

.terms-and-condition-section .box-content .term-list ul {
    margin: 0;
    padding: 0;
}

.terms-and-condition-section .box-content .term-list ul li {
    list-style: none;
}

.terms-and-condition-section .box-content .term-list li h4 {
    margin-bottom: 20px;
}

.terms-and-condition-section .box-content .term-list li p {
    margin-bottom: 20px;
}

/*--------------------Terms And Condition END--------------------*/

/*--------------------Privacy Policy START--------------------*/


.privacy-policy-section h6.page-heading {
    padding-bottom: 30px;
}


.privacy-policy-section .box-content .term-list ul {
    margin: 0;
    padding: 0;
}

.privacy-policy-section .box-content .term-list ul li {
    list-style: none;
}

.privacy-policy-section .box-content .term-list li h4 {
    margin-bottom: 20px;
}

.privacy-policy-section .box-content .term-list li p {
    margin-bottom: 20px;
}

/*--------------------Privacy Policy END--------------------*/

/*--------------------All Faq's Start--------------------*/

.all-faq-banner .banner-content {
    width: 62%;
    margin: 30px auto;
    padding-top: 0;
    text-align: center;
}

.all-faq-banner .inner-banner-search {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 3px;
}


.all-faq-banner .inner-banner-search .input-group input.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #afafaf;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 0;
}

.all-faq-banner .inner-banner-search .input-group button.inner-search-btn {
    height: 42px;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
    padding: 3px 30px;
    z-index: 0;
}

.vertical-expand-tabs h2 {
    margin: 60px 0 40px 0;
}

.vertical-expand-tabs .panel-group .panel-default {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: inherit;
}

.vertical-expand-tabs .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #2d2b3a;
    font-weight: 500;
}

.vertical-expand-tabs .panel-default > .panel-heading {
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vertical-expand-tabs .panel-default > .panel-heading a {
    display: block;
    padding: 20px 30px;
    position: relative;
}

.vertical-expand-tabs .panel-default > .panel-heading a:after {
    content: "";
    position: absolute;
    right: 5%;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.vertical-expand-tabs .panel-heading {
    background: #FFF;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}

.vertical-expand-tabs .panel-group .panel .panel-collapse {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin-top: 5px;
}

.vertical-expand-tabs .panel-group .panel > .panel-heading a[aria-expanded="true"] {
    background: #2e6631;
    border: 1px solid #2e6631;
    color: #fff;
    border-radius: 8px;
}

.vertical-expand-tabs .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\f068";
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vertical-expand-tabs .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\f067";
    color: #086630;
    font-size: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.box-border {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}


.right-menu-links .box-border {
    padding: 20px;
    margin-bottom: 30px;
}

.right-menu-links ul {
    margin: 0;
    padding: 0;
}

.right-menu-links ul li {
    list-style: none;
}

.right-menu-links li a {
    font-size: 15px;
    color: #086630;
    font-weight: 500;
    display: block;
    padding: 5px 0;
    margin: 0 0;
    transition: 0.3s all ease-in-out;
}

.right-menu-links li a:hover {
    padding-left: 6px;
}

/*--------------------All Faq's END--------------------*/

/*--------------------All Faq's Contact us Page START--------------------*/

.faq-contact-section .box-content {
    padding: 40px 50px;
}

.faq-contact-section h2 {
    margin-top: 50px;
}

.faq-contact-section h6 {
    margin-bottom: 30px;
}

.faq-contact-section .box-content .faq-contact-detail {
    display: table;
}

.faq-contact-section .box-content .faq-contact-detail ul {
    display: table-cell;
    vertical-align: middle;
}

.faq-contact-section .box-content .faq-contact-detail ul li {
    display: table;
    margin-bottom: 10px;
}

.faq-contact-section .box-content .faq-contact-detail ul li i {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 18px;
}

.faq-contact-section .box-content .faq-contact-detail ul li div {
    display: table-cell;
    vertical-align: middle;
}

.faq-contact-section .box-content .faq-contact-detail ul li div {
    padding: 6px 0;
}

.faq-contact-section .box-content .faq-contact-detail ul li div h6 {
    margin: 5px 0;
}

.faq-contact-section .box-content .faq-contact-detail .faq-contact-btn {
    display: table-cell;
    vertical-align: middle;
    width: 19%;
}

.faq-contact-section .article-feedback {
    display: inline-block;
    width: 90%;
    margin: 30px auto;
    text-align: center;
}

.faq-contact-section .article-feedback p {
    display: inline;
}

.faq-contact-section .article-feedback div {
    display: inherit;
    margin: 0 70px 0 30px;
}

.faq-contact-section .article-feedback h6 {
    padding: 0 10px;
    margin: 0 0;
    display: inline;
}

.faq-contact-section .article-feedback h6 i {
    font-size: 18px;
    color: #086630;
}

/*--------------------All Faq's Contact us Page END--------------------*/

/*--------------------All Faq's Contact us Page Emial Modal START--------------------*/

.modal-backdrop {
    background: #f3f3f3;
}

.faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-header {
    padding: 30px;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal .modal-header button.close.btn-red {
    background: #db0000;
    border: 1px solid #db0000;
    border-radius: 100px;
    color: #ffffff;
    padding: 15px;
    width: 70px;
    height: 70px;
    opacity: 1;
    font-size: 32px;
    font-weight: 400;
}

.modal .modal-header button.close.btn-red:hover {
    background: none;
    color: #db0000;
}

.faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog .modal-content {
    padding: 40px 60px;
}

.faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog .sign-in-section-form .form-group .human-verify {
    display: block;
    margin: 10px 0;
}

.faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog .sign-in-section-form .form-group .human-verify p {
    display: inline-block;
    padding-right: 10px;
}

.faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog .sign-in-section-form .form-group .human-verify input.form-control {
    display: inline-block;
    width: auto;
}

.faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog .sign-in-section-form .mail-send-btn {
    display: block;
    margin: 40px 0 0 0;
}

.faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog .sign-in-section-form .btn-send {
    padding: 12px 70px;
    font-size: 16px;
    font-weight: 600;
}

/*--------------------All Faq's Contact us Page Emial Modal END--------------------*/

/*--------------------Product and Shipping Cost Start--------------------*/

.calculator-area .calculator-header {
    margin-bottom: 20px;
}

.calculator-area .calculator-header h3 {
    display: inline;
}

.calculator-area .calculator-header .currency {
    width: 100px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 10px 20px;
}

.calculator-area .calculator-control .calculator-btns button {
    margin-right: 20px;
}

.calculator-area .calculator-control .calculator-btns {
    margin: 30px 0 50px 0;
}

.calculator-area .calculator-control .form-select.sm-select .nice-select {
    border-radius: 8px;
}

.calculator-area .calculator-control .calculate-btns {
    margin: 50px 0 20px 0;
}

.calculator-area .calculator-control .calculate-btns button.btn-default-green {
    padding: 12px 55px;
}

.price-tabel-sec p {
    margin: 15px 0 40px 0;
    font-size: 16px;
}

.get-started-banner {
    background: url(../img/get-started-banner.png) center no-repeat #086630;
    height: 250px;
    padding: 56px 0;
}

.get-started-banner h2 {
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-left: 9%;
}

.get-started-banner button {
    height: 60px;
    font-size: 18px;
    margin-left: 9%;
}

/*--------------------Product and Shipping Cost End--------------------*/

/*-------------------- Account Tabs Start--------------------*/

.account-inner-wrap .box-content {
    padding: 20px 30px;
}

.account-inner-wrap p {
    margin: 0 0;
}

.account-inner-wrap .manage-paper p {
    margin: 20px 0;
}

.account-inner-wrap .manage-paper .findout-btn {
    margin: 20px 0;
    display: inline-block;
}

.account-inner-wrap .warning-box {
    background: #faf9d8;
    border: 1px solid #f9eac8;
    padding: 20px 30px;
    border-radius: 8px;
    margin: 15px 0;
}

.account-inner-wrap .information-setting {
    margin: 15px 0;
}

.vertical-expand-tabs.style-2 h2 {
    margin: 60px 0 40px 0;
}

.vertical-expand-tabs.style-2 .panel-group .panel-default {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: inherit;
}

.vertical-expand-tabs.style-2 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #086630;
    font-weight: 600;
    display: inline-block;
    width: 52%;
}

.vertical-expand-tabs.style-2 .panel-title p {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.vertical-expand-tabs.style-2 .panel-heading a {
    display: inline-block;
    padding: 0 0;
    position: relative;
}

.vertical-expand-tabs.style-2 .radio-button-wrap {
    position: absolute;
    right: 30px;
    top: 40%;
    width: 34%;
    display: table;
}

.vertical-expand-tabs.style-2 .radio-wrap {
    font-size: 16px;
    display: table-cell;
}

.vertical-expand-tabs.style-2 .panel-body {
    border-top: none;
}

.vertical-expand-tabs.style-2 .panel-heading {
    background: #FFF;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 24px 48px;
    position: relative;
}

.vertical-expand-tabs.style-2 .panel-collapse {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin-top: 5px;
}

.vertical-expand-tabs.style-2 .panel-heading a:before {
    content: "";
    position: absolute;
    left: -30px;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    float: left;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.vertical-expand-tabs.style-2 .panel-heading h4[aria-expanded="true"] a:before {
    content: "\f106";
    color: #2e6631;
    font-size: 22px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.vertical-expand-tabs.style-2 .panel-heading h4[aria-expanded="false"] a:before {
    content: "\f107";
    color: #086630;
    font-size: 22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.vertical-expand-tabs.style-2 .panel-heading a:after {
    content: none;
}

.vertical-expand-tabs.style-2 .panel-heading a[aria-expanded="true"]:after {
    content: none;
}

.vertical-expand-tabs.style-2 .panel-heading a[aria-expanded="false"]:after {
    content: none;
}

.information-setting .save-setting-btn {
    float: right;
    margin: 20px 0;
}

.information-setting .save-setting-btn .result-message {
    text-align: center;
}

.information-setting .save-setting-btn .modal-content {
    background: #FFFFFF;
    border: 1px solid #f3f3f3;
    box-shadow: none;
}

/*-------------------- Account Tabs End--------------------*/

/*-------------------- Gift Card Strat--------------------*/

.gift-card-sec .box-content {
    padding: 25px 25px;
}

.gift-card-sec {
    margin-bottom: 30px;
}

.giftcard {
    margin: 30px 0;
}

.giftcard .form-control {
    background: transparent;
    border-radius: 60px !important;
    margin-right: 20px;
    border-color: #e0e0e0;
    padding: 10px 20px;
    box-shadow: none;
}

.giftcard .input-group-btn .btn {
    border-radius: 30px !important;
}

.giftcard .input-group-btn {
    padding-left: 20px;
}

.right-menu-links.step-points li {
    padding: 15px 0;
    display: table;
}

.right-menu-links.step-points li p {
    display: table-cell;
    vertical-align: middle;
}

.right-menu-links.step-points li span {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #086630;
    display: block;
    border-radius: 100px;
    margin-right: 12px;
}

.right-menu-links.step-points .link-btn {
    text-decoration: underline;
}

.right-menu-links.step-points .link-btn:hover {
    text-decoration: none;
}

/*-------------------- Gift Card End --------------------*/

/*-------------------- Order History Page Start --------------------*/

.order-history-sec ul li {
    display: table;
    border-bottom: 1px solid #eae9eb;
    padding: 30px 0;
}

.order-history-sec ul li.history-product .history-product-img {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #eae9eb;
    border-radius: 8px;
    overflow: hidden;
    width: 170px;
}

.order-history-sec ul li.history-product .history-product-title {
    display: table-cell;
    vertical-align: top;
    width: 31%;
    padding-left: 25px;
}

.order-history-sec ul li.history-product .history-product-price {
    display: table-cell;
    vertical-align: top;
    width: 32%;
}

.history-product-price h3 {
    font-size: 22px;
}

.history-product-price h6 {
    font-weight: 300 !important;
}

.order-history-sec ul li.history-product .history-product-btns {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

.order-history-sec ul li.history-product .history-product-btns button {
    width: 100%;
    margin-bottom: 20px;
}

.custom-pagination {
    text-align: center;
}

.custom-pagination .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 6px;
    line-height: 1.42857143;
    color: #086630;
    text-decoration: none;
    background: #f7f7f7;
    border: none;
    border-radius: 50px;
}

.custom-pagination .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fefefe;
    background-color: #2e6631;
    border-color: #2e6631;
}

.custom-pagination .pagination > li:last-child > a {
    border: none;
    background: none;
    color: #333333;
}

.custom-pagination .pagination > li:first-child > a {
    border: none;
    background: none;
    color: #333333;
}

/*-------------------- Order History Page End --------------------*/

/*-------------------- Save Project Page Start --------------------*/

.customize-template h3 {
    margin-bottom: 15px;
}

.your-template h3 {
    margin-bottom: 15px;
}

.temp-product {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    background: #ffffff;
    margin: 15px 0;
}

.temp-product .temp-product-img {
    border-bottom: 1px solid #d6d6d6;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    max-height: 230px;
    background: #f8f8f8;
}

.temp-product .temp-product-img img {
    height: 100%;
    object-fit: cover;
    width: auto;
    max-height: 200px;
}

.temp-product .title-date {
    padding: 25px 20px;
}

.temp-product .title-date span {
    font-size: 12px;
    color: #333333;
}

.temp-product .title-date span i {
    font-size: 14px;
    color: #086630;
    padding-right: 3px;
}

.temp-product .title-date p {
    margin: 18px 0 0 0;
}

.temp-product .temp-product-btns {
    padding: 0 20px 20px 20px;
}

.temp-product .temp-product-btns button {
    font-size: 13px;
    padding: 6px 25px;
}

/*-------------------- Save Project Page End --------------------*/

/*-------------------- Refer a Friend pop-up Page Start --------------------*/

.refer-friend-email {
    /* display: table; */
    overflow: hidden;
    position: relative;
}

.refer-friend-email .left-banner {
    width: 48%;
    float: left
}

.refer-friend-email .right-form {
    width: 100%;
    display: inline-block;
    padding: 0 40px;
}

.inivte-frined-form {
    width: 52%;
    float: right;
    margin: 0 auto;
    display: inline-block;
}

.inivte-frined-form div#facebook {
    text-align: center;
}

.modal.refer-a-friend .modal-body {
    padding: 0 0;
}

.modal.refer-a-friend .modal-dialog {
    width: 70%;
    border-radius: 8px;
    overflow: hidden;
}

.refer-friend-banner {
    overflow: hidden;
    position: relative;
    background: #f5f3b2;
    text-align: center;
}

.refer-friend-banner-txt {
    position: absolute;
    top: 100px;
    padding: 0 35px;
    text-align: center;
}

.refer-friend-banner-txt h3 {
    color: #086630;
}

.refer-friend-banner-txt h6 {
    color: #086630;
}

.modal.refer-a-friend .social-icons {
    margin: 30px 0;
    text-align: center;
}

.modal.refer-a-friend .social-icons li {
    display: inline-block;
    padding: 0 10px;
}

.modal.refer-a-friend .social-icons li a {
    border: 1px solid #d1d1d1;
    background: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    width: 86px;
    height: 68px;
    font-size: 32px;
    color: #a2a2a2;
    line-height: 60px;
    transition: 0.3s all ease-in-out;
}

.modal.refer-a-friend .social-icons li a:hover, .modal.refer-a-friend .social-icons li.active a {
    border: 1px solid #ded600;
    background: #ded600;
    color: #2d2b3a;
}

.modal.refer-a-friend .email-form input.form-control {
    height: 47px;
}

.modal.refer-a-friend .email-form textarea {
    resize: none;
    height: 100px;
    color: #333333;
}

.modal.refer-a-friend .email-form button {
    padding: 12px 70px;
    text-align: center;
    display: block;
    margin: 25px auto;
}

.clip-board {
    margin: 39px 0;
}

.clip-board .btn-copy {
    background: #ded600;
    color: #2d2b3a;
    font-size: 18px;
}

.clip-board label {
    text-align: center;
    display: block;
}

.clip-board .form-control {
    border-radius: 8px;
}

.clip-board .btn {
    border-radius: 8px;
}

.bottom-message {
    background: #2d2b3a;
    padding: 18px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 52%;
}

.bottom-message li {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    line-height: 16px;
}

.bottom-message li:last-child {
    border-right: none;
}

.bottom-message li a {
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 10px
}

.btn-fb-sm {
    background: #3b68a9;
    color: #FFF;
    padding: 6px 16px;
    font-size: 14px;
}

.btn-fb-sm:hover {
    background: #3b68a9;
}

.btn-twitter-sm {
    background: #00aeef;
    color: #FFF;
    padding: 6px 16px;
    font-size: 14px;
}

.btn-twitter-sm:hover {
    background: #0197CF;
}

/*-------------------- Refer a Friend pop-up Page End--------------------*/

/* Start More About Design */
.about-this-design {
    border: 1px solid #d6d6d6;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.media-right img {
    border-radius: 50%;
}

.social-share-links a {
    margin-right: 10px;
    padding: 8px 20px;
}

.right-menu-links .social-share-links ul li {
    display: inline-block;

}

.right-menu-links .social-share-links ul li a {
    color: #FFFFFF;
    background: #086630;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 24px;
    margin: 3px 3px 3px 0px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.right-menu-links .social-share-links ul li a:hover {
    color: #086630;
    background: none;
    border-color: #086630;

}

/*-------------------- Save Project Page START--------------------*/
.customize-template {
    margin-bottom: 40px
}

.temp-product .title-date div.meta {
    font-size: 12px;
    color: #333333;
}

.temp-product .title-date div.meta i {
    font-size: 14px;
    color: #086630;
    padding-right: 3px;
}

.history-product-btns a {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
}

/*-------------------- Use Our Template Page START--------------------*/
.business-card-header {
    margin: 0 0 50px 0
}

.page-view-style {
    float: right;
    margin: 6px 0;
}

.page-view-style p {
    padding-right: 10px;
    display: inline-block;
}

.page-view-style a {
    display: inline-block;
    border: 1px solid #cecece;
    font-size: 14px;
    color: #cecece;
    padding: 6px 10px;
    margin: 0 5px;
}

.page-view-style a:active, .page-view-style a:focus, .page-view-style a:hover {
    background: #086630;
    border: 1px solid #086630;
    color: #FFFFFF;
}

.left-menu-links {
    margin-bottom: 10px;
}

.left-menu-links h5 {
    border-bottom: 1px solid #e5edf0;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.left-menu-links ul li .checkox-wrap {
    font-size: 13px;
    color: #5c5c5c;
    display: inline-block;
    margin-bottom: 10px;
}

.left-menu-links ul li .product-counter {
    background: #f0f5f9;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    color: #333333;
    float: right;
}

.left-menu-links ul li .style-counter {
    background: #f0f5f9;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    color: #333333;
    float: right;
}

.left-menu-links.color-pallete ul li {
    display: inline-block;
    border: 1px solid #e5edf0;
    margin: 0 1px;
}

.left-menu-links.color-pallete ul li:hover, .left-menu-links.color-pallete ul li:active, .left-menu-links.color-pallete ul li:focus {
    outline: 1px solid #4dcef9;
    outline-offset: 2px;
}

.left-menu-links.color-pallete ul li div {
    display: block;
    width: 36px;
    height: 36px;
}

.product-border-box {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-border-box .product-img {
    height: 280px;
    overflow: hidden;
    background: #f8f8f8;
}

.product-border-box .product-img img {
    height: 100%;
    object-fit: cover;
}

.product-border-box .product-title {
    padding: 16px 10px
}

/*-------------------- Students Page START--------------------*/
.student-page-banner {
    background-image: url(../img/student-page-banner.png);
    padding: 0 0;
    background-position: center;
    background-repeat: no-repeat;
}

.student-page-banner .banner-content {
    width: 100%;
    margin: 83px auto;
}

.offer-box .offer-img {
    max-height: 285px;
    overflow: hidden;
}

.offer-box .offer-img img {
    object-fit: cover;
    width: 100%;
}

/*-------------------- press Release Page START--------------------*/

.press-release-banner {
    background-image: url(../img/press-release-banner.png);
    padding: 0 0;
    background-position: center;
    background-repeat: no-repeat;
}

.press-release-banner .banner-content {
    width: 100%;
    margin: 130px auto;
}

.get-to-know-section .get-to-know-section-detail {
    padding: 36px 0;
}


/**editor header***/
.editor-top-header {
    padding: 8px 0;
    background: #fff;
}

.editor-header-left-area {

    display: block;
    width: 100%;
    float: none;

}

.editor-logo, .product-title-wrap, .title-edit-form {
    display: inline-block;
    vertical-align: middle;
}

.editor-logo {
    width: 50px;
}

.editor-top-header .product-title-wrap {
    margin-left: 5px;
}

.title-edit-form {
    padding: 0px;
    margin-left: 9px;
}

.cart-item-detail .title-edit-form {
    padding: 0px;
    margin-left: 0;
    margin: 10px 0 !important;
}

.editor-short-menu {
    text-align: right;
    margin-top: 8px;
}

.title-edit-form input[type="text"] {
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 10px;
}

.title-edit-form .btn {
    padding: 7px 12px;
    margin-top: -4px;
    border-radius: 2px;
    height: 35px;
}

.editor-short-menu ul li {
    display: inline-block;
    line-height: 14px;
    font-size: 16px;
}

.editor-short-menu ul li:last-child {
    padding-right: 0;
    border: 0;
}

/**END*/
/**Steps wizard*/
.wizard-navigation ul li {

    position: relative;
    float: left;
}

.wizard-navigation.four-tabs ul li {
    width: 25%;
}

.wizard-navigation.three-tabs ul li {
    width: 33.33%;
}

.wizard-header {
    display: block;
    width: 100%;
    /*margin-bottom: 25px;*/
}

.wizard-navigation ul {
    background: #E9E9E9;
    display: block;
    width: 100%;
    height: 48px;
}

.wizard-navigation ul li a {
    display: block;
    padding: 12px 20px 12px 30px;
    position: relative;
    height: 48px;
    font-size: 14px;
    color: #626262;
    font-family: raleway;
    font-weight: 500;
    white-space: nowrap;
}

.wizard-navigation ul li .chevron {
    border: 24px solid transparent;
    border-left: 15px solid #E9E9E9;
    border-right: 0;
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
}

.wizard-navigation ul li .chevron::before {
    border: 24px solid transparent;
    border-left: 14px solid #e9e9e9;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: -24px;
}

.wizard-navigation ul li .badge {
    position: relative;
    top: -2px;
    margin-right: 8px;
    padding: 0;
    line-height: 22px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 30px;
    background: #6f6f6f;
    font-family: open sans;
}

.wizard-navigation ul li.active a {
    background: #086630;
    color: #fff;
}

.wizard-navigation ul li.active .badge {
    background: #fff;
    color: #086630;
}

.wizard-navigation ul li.active .chevron::before {
    border-left: 14px solid #086630;
}

/**END*/

/**Create design sides**/
.create-design-inner {
    max-width: 1000px;
    margin: 30px auto;

}

.create-design-inner .single-side {
    background: #fafafa;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    margin: 30px 10px;
    min-height: 300px;
    display: block;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.create-design-inner a:hover .single-side, .create-design-inner a.selected-side {
    border: 2px solid #086630;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(8, 102, 48, 0.2);
    box-shadow: 0px 2px 4px 2px rgba(8, 102, 48, 0.2);
}

.create-design-wrap {

    display: block;
    padding-bottom: 40px;

}

.tab-description-icons i.fa {
    font-size: 19px;
    color: #086630;
}

.create-design-inner .inner-box {

    padding: 50px 20px;
    border: 1px dashed #ccc;
    border-radius: 15px;

}

.create-design-inner a:hover .inner-box {
    background: #fff;
}

.sides-icon {

    text-align: center;
    margin-bottom: 20px;
    height: 160px;

}

.sides-icon .img-responsive {

    display: inline-block;

}

/**End*/
/**paper quality****/
.selected-paper {
    background: #cee0d6 !important;
    background-color: #cee0d6 !important;
}

.create-design-wrap .tab-description-icons h6 {
    padding: 12px 0;
}

.show-more {
    height: 50%;
}

.show-less {
    height: 100%;
}

/*-----Tab Styling for modal-----*/
.wizard-navigation.six-tabs ul li {
    width: 25%;
}

.wizard-navigation.six-tabs ul li a {
    display: block;
    background: #f3f3f3;
    padding: 16px 30px;
    position: relative;
    height: auto;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    white-space: nowrap;
}

.wizard-navigation.six-tabs ul li.active a {
    background: #086630;
    color: #fff;
}

.wizard-navigation.six-tabs span.tab-icon {
    padding-right: 5px;
    font-size: 16px;
}

.card-upload-modal .modal-body {
    padding: 0;
}

.modal.card-upload-modal .modal-dialog .modal-content {
    overflow: hidden;
}

.wizard-wrap.card-upload-popup .tab-pad {
    padding: 15px;
}

.computer-tab-content {
    margin: 0;
}

.computer-tab-content h2 {
    margin-bottom: 10px;
}

.computer-upload-file a {
    margin: 0 10px;
}

.tab-footer-content {
    border-top: 1px solid #e8e8e8;
    padding: 20px 15px;
}

.gray-box-content {
    border: 1px solid #d6d6d6;
    background: #fafafa;
    border-radius: 8px;
    padding: 30px 30px;
    margin: 0 0 25px 0;
}

.gray-box-content h3 span {
    font-size: 26px;
    color: #086630;
}

.card-body {
    background: #FFFFFF;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    max-height: 165px;
    display: flex;
    margin: 15px 0;
}

.card-body .card-img {
    background: #f2f2f2;
    width: 40%;
    display: inline-block;
}

.card-body .card-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.card-body .card-text {
    padding: 20px 10px 20px 15px;
    display: inline-block;
    width: 60%;
}

.card-body .card-text p {
    font-size: 12px;
    line-height: 18px;
}

.card-body .card-text .card-check p {
    font-size: 13px;
}

.card-check .checkox-wrap {
    padding-left: 40px;
    margin-bottom: 8px;
}

.checkox-wrap .checkmark-lg {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    margin-top: 6px;
}

.checkox-wrap .checkmark-lg:after {
    left: 10px;
    top: 4px;
    width: 8px;
    height: 15px;
}

.card-choose .card-check {
    padding: 20px;
}

.card-body.card-choose label.checkox-wrap p {
    font-size: 13px;
}

.product-box-content {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 20px 20px;
}

.card-quantity .checkox-wrap {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.modal.card-upload-modal .tab-pane {
    min-height: 300px;
}

.review-purchase {
    padding-top: 30px;
}

.card-review {
    padding-right: 50px;
    margin-bottom: 40px;
}

/*.card-review .card-review-img {
    background: #fafafa;box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15); border-radius: 30px; overflow: hidden;
}*/

.card-review .card-review-img img {

    max-width: 100%;
    object-fit: cover;
    margin: auto;
    width: 100%;

}

.card-review .card-review-detail p {
    font-size: 11px;
    text-align: center;
    padding: 0 20px;
}

.card-quantity a.show-more {
    font-size: 16px;
    color: #086630;
    border-top: 1px solid #e8e8e8;
    padding: 15px 30px;
    background: #FFFFFF;
    display: block;
    border-radius: 0px 0px 8px 8px;
}

.card-quantity .table {
    margin-bottom: 0;
}

.social-search label {
    margin: 30px 0;
    display: inline-flex;
    width: 50%;
}

.social-search label input {
    height: 47px;
    width: 50%;
    margin: -10px 10px 0 20px;
}

.social-login {
    padding: 90px 40px;
}

.social-login h6 {
    display: inline-block;
    padding-right: 20px;
}

.QR-code-tab .QR-code-tab-btn {
    margin: 30px 0;
}

.QR-code-tab .QR-code-tab-btn a {
    margin: 0px 5px;
}

.card-upload-modal .modal-content {
    box-shadow: none;
}

.faq-email-modal .modal-content {
    box-shadow: none;
}

/**END*/

/**shipping info***/
.panel-wrap {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}

.shipping-date {
    position: relative;
    background: #086630;
    color: #fff;
    width: 66px;
    height: 65px;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
}

.shipping-date::before {
    content: '';
    position: absolute;
    height: 14px;
    width: 55px;
    background: url(../img/icons/date-bg.png);
    background-repeat: repeat;
    background-repeat: no-repeat;
    right: 2px;
    margin: auto;
    top: -9px;
}

.shipping-date .date {
    display: block;
    background: #fff;
    color: #121212;
    font-size: 20px;
    line-height: 13px;
    padding: 6px 0px 3px;
}

.shipping-date .date small {
    font-size: 10px;
}

.custom-media .media-left, .cusstom-media .media-right {
    display: table-cell;
    min-width: 55px;
    vertical-align: middle;
}

.media-left img.img-responsive.center-block {
    border: 1px solid #eae9eb;
    border-radius: 2px;
}

.order-subtotal span {
    text-align: right;
    float: right;
}

.single-summary {

    display: block;
    padding: 15px 0px;

}

.single-summary .left, .single-summary .right {
    display: inline-block;
    vertical-align: middle;
}

.single-summary .left {

    max-width: 100px;
    margin-right: 10px;

}

.single-summary .left .shipping-date {
    height: 68px;
}

.payment-buttons {
    padding: 20px 0;
}

.manual-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.card-type li a {
    opacity: 0.6;
}

.card-type li a:hover, .card-type li a.active {
    opacity: 1;
}

/**end**/

/***4 easy steps page**/
.easy-steps-list {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

/*.easy-steps-list li{
    padding: 0 15px;
    width: 19%;
}*/
.easy-steps-list li {
    padding: 4px 15px;
    width: 22%;
    background: #1b5925;
    color: #fff;
    position: relative;
    border-radius: 19px;
    font-weight: 600;
    margin-left: -3px;
}

.easy-steps-list li.step2 {
    background: #286f46;
}

.easy-steps-list li.step3 {
    background: #318053;
}

.easy-steps-list li.step4 {
    background: #4f9869;
}

/*
.easy-steps-list li span{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #086630;
    color: #fff;
    margin-right: 3px;
    display: inline-block;
    font-size: 12px;
}*/
.easy-steps-list li span {
    width: 27px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 0 18px 18px 0;
    background: #F5F5F5;
    color: #333;
    margin-right: 3px;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    left: 0;
    font-weight: 600;
    top: 0px;
}

.multiple-cards-wrap {
    padding: 25px 20px 30px;
    text-align: center;
}

.card-sides {
    margin-top: 40px;
    width: auto;
    display: inline-block;
    position: relative;
}

.card-sides .img-showcase {
    position: relative;
    cursor: pointer;
}

.display-card {
    box-shadow: 0 0 5px 2px rgba(190, 190, 190, 0.4);
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    background: #fff;
    padding: 10px;
    position: relative;
    max-width: 380px;
    height: 100%;
    width: auto;
    text-align: center;
}

.display-card img {
    height: 100%;
    max-height: 230px;
}

.display-card .sample-card {
    display: block;
    height: auto;
    border: 1px dashed #ddd;

    width: auto;
}

.display-card .sample-card img {

    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;

}

.display-card.card {
    width: 350px;
}

.display-card.slips {
    width: 400px;

}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -80px;
    transform: translate(0, 10px);
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
    text-align: left;
    max-width: 200px;
    border: 1px solid #2D7D4F;
    border-radius: 5px 5px 0 0;
    left: 0;
    right: 0;
    margin: auto;
}

.popover__content h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.popover__content p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    color: #777;
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: '';
    right: calc(50% - 10px);
    top: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2D7D4F transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.card-sides:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

/**End**/
/*-------------------- Add to cart Page START --------------------*/

.cart-box {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}

.cart-detail-header {
    background: #f3f3f3;
    padding: 13px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}

.cart-detail-header h5 {
    display: inline-block;
    padding: 10px 0;
}

.cart-detail-header h5:hover i {
    padding-right: 5px;
    transition: 0.4s;
}

.cart-detail-header .checkout-btn {
    float: right;
}

.cart-item-detail {
    float: left;
}

.cart-item-detail p {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.cart-item-detail p.zoom-view, .cart-item-detail p a {
    font-size: 14px;
}

.cart-listed-item {

    margin: 15px 20px;
    position: relative;

}

.cart-listed-item .cart-item-img {
    border: 1px solid #c0c0c0;
    background: #ffffff;
    border-radius: 6px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.cart-listed-item .cart-item-img img {
    /*object-fit: cover;*/
    height: 100%;
}

.cart-item-detail p.rename {
    display: inline-block;
    padding-left: 25px;
}

.cart-item-detail p.zoom-view i {
    padding-right: 10px;
}

.quantity-price {
    width: 78%;
}

.quantity-price h6 {
    float: right;
}

.cart-listed-item button.dismiss {
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    width: 32px;
    height: 32px;
}

.total-price {
    width: 60%;
    text-align: right;
    float: right;
    padding-right: 40px;
}

.total-price .cart-total-amount {
    margin: 0 0 30px 0;
}

.total-price .cart-total-amount h6 {
    display: inline-flex;
    margin-bottom: 5px;
}

.total-price .cart-total-amount h6 p {
    margin: 0 0 0 5px;
}

.total-price .cart-total-amount h6 span {
    padding-left: 40px;
}

.total-price .checkout-btn {
    margin: 30px 0;
}

.cart-total-amount {
    font-size: 15px;
}

.cart-total-amount li {
    padding: 3px 0;
}

.cart-total-amount li span {
    float: right;
    font-weight: 600;
}

.print-card-product {
    text-align: center;
}

.print-card-product .print-card-img {
    background: #dfdfdf;
    border-radius: 8px;
    overflow: hidden;
}

.print-card-product .print-card-img img {
    object-fit: cover;
    min-height: 265px;
}

.print-card-product p {
    margin: 0;
    padding: 0;
}

.right-menu-Accessory-product .box-border {
    padding: 0;
    margin-bottom: 30px;
}

.right-menu-Accessory-product h5 {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.right-menu-Accessory-product .media {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #eee;
}

.media-body .access-btn {
    padding: 5px 25px;
}

/*-------------------- Add to cart Page END --------------------*/
/*-------------------- Line up page Start -------------------*/

.back-page {
    padding: 15px 0;
}

.cutomize-btn {
    float: right;
}

.customize-size-wrap ul.nav-tabs {
    border-bottom: none;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.customize-size-wrap ul.nav-tabs > li {
    margin: 0 0 0 -1px;
}

.customize-size-wrap ul.nav-tabs > li > a {
    margin: 0 0;
    line-height: 1.42857143;
    border: 1px solid #d6d6d6;
    border-radius: 0 0;
    padding: 12px 20px;
    width: 130px;
    height: 70px;
    text-align: center;
}

.customize-size-wrap ul.nav:first-child {
    margin-right: 30px;
}

.customize-size-wrap ul.nav-tabs > li > a img {
    max-width: 25px;
    margin-bottom: 5px;
    margin: 0 auto 5px auto;
}

.customize-size-wrap ul.nav-tabs > li > a p {
    margin: 0 0;
}

.customize-size-wrap ul.nav > li > a:hover, .customize-size-wrap ul.nav > li > a:focus, .customize-size-wrap ul.nav > li > a:active {
    text-decoration: none;
    background-color: #f9f9f9;
    border-bottom: 2px solid #086630;
}

.customize-size-wrap ul.nav > li.active > a {
    text-decoration: none;
    background-color: #f9f9f9;
    border-bottom: 2px solid #086630;
    color: #086630;
}

.customize-size-wrap .tab-content {
    margin-top: 5px;
}

.choose-size-tab-content .choose-size-front .choose-size-card-img, .choose-size-back .choose-size-card-img {
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 15px 0;
    overflow: hidden;
}

.choose-size-tab-content .corner-rounded .choose-size-card-img, .corner-rounded .choose-size-card-img {
    border-radius: 25px;
}

.choose-size-tab-content .size-minicard .choose-size-card-img, .size-minicard .choose-size-card-img {
    max-height: 120px;
}

.choose-size-tab-content .size-minicard .choose-size-card-img img, .size-minicard .choose-size-card-img img {
    width: 40%;
}

.choose-size-tab-content .choose-size-front .choose-size-card-img img, .choose-size-back .choose-size-card-img img {
    object-fit: cover;
}

.custom-size-wrap, .custom-shape-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/*-------------------- Line up page End -------------------*/

.account-buttons .btn {
    margin-right: 20px;
}

.topicon-content-box .box-icon {
    padding: 20px 0 0 0;
}

.topicon-content-box {
    text-align: center;
}

.modal.refer-a-friend .modal-dialog {
    width: 1040px;
}

/*---------- Blog Page Style Start ----------*/

/*Blog tab Style*/
.blog-header {
    background: #3e855a;
    min-height: 60px;
    display: block;
}

.blog-nav .nav-tabs {
    margin: 18px auto;
    text-align: center;
    border: none;
}

.blog-nav .nav-tabs > li > a {
    border: none;
    background: none;
    border-bottom: 3px solid transparent;
    padding: 19px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

.blog-nav .nav-tabs > li.active > a, .blog-nav .nav-tabs > li > a:hover {
    border-bottom: 3px solid #FFF;
    background: none;
    color: #FFFFFF;
}

.blog-nav .nav-tabs > li.active:hover a {
    border: none;
    border-bottom: 3px solid #FFF !important;
}

.blog-nav .nav-tabs > li {
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
}

/*Blog Banner Style*/

.blog-page-banner-sm {
    background: #FFFFFF;
    height: 360px;
    margin: 0 0;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.blog-page-banner-sm .blog-banner-img {
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.blog-page-banner-sm:hover .blog-banner-content {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.blog-page-banner-sm .blog-banner-content {
    background: #FFF;
    border-radius: 8px;
    padding: 30px;
    margin: 0 0;
    position: absolute;
    top: 10%;
    right: 5%;
    width: 40%;
}

.blog-page-banner-sm .blog-banner-content .blog-time-date {
    font-size: 14px;
    color: #2e6631;
}

.blog-page-banner-sm .blog-banner-content .blog-time-date a {
    border-bottom: 2px solid #2e6631;
}

.blog-page-banner-sm .blog-banner-content .inner-content h5 {
    margin: 10px 0;
    max-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-page-banner-sm .blog-banner-content .inner-content p {
    font-size: 14px;
    color: #252432;
    max-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

/*Blog Search Style*/

.blog-head h3 {
    color: #FFFFFF;
    padding: 3px 0 3px 10px;
}

.blog-search {
    background: #2e6631;
    min-height: 70px;
    display: block;
    border-radius: 8px;
    margin: 60px 0;
    padding: 14px 0;
}

.blog-search .input-group .form-control {
    height: 42px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 25px 0px 0px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/**Blog Detail Page**/
.single-post-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.blog-detail-content {
    padding: 20px;
}

.single-post-area .meta-details {
    margin-top: 20px !important
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #222;
    padding: 0;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 35px;
    height: 35px;
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 2px;
    border-radius: 50%;

}

.single-post-area .social-links li a:hover {
    background: #733CA6;
    color: #fff;
    border-color: #733CA6;
}

.single-post-area .quotes {
    margin-top: 20px;
    padding: 30px;
    background-color: #fff;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
    border-left: 5px solid #b71111 !important;
    color: #b71111;
    margin-bottom: 25px;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    border: 1px solid #eee;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 1px;
}

.single-post-area .quotes i {
    background: #B71111;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-top: 8px;
    margin-right: 15px;
}

.post-faqs h3 {
    margin: 20px 0;
}

.post-content-area .single-post .post-faqs p {
    color: #000;
}

.post-content-area .single-post {
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.single-post .post-content {
    padding: 20px 20px 25px;
}

.post-content-area .single-post .meta-details {

    margin-top: 0;
    background: #086630;
    padding: 5px 15px;
    display: block;
    position: absolute;
    bottom: 0;
    border-radius: 0 20px 0 0;

}

.post-content-area .single-post .meta-details .user-name {
    margin-right: 25px;
}

.post-content-area .single-post .user-name a, .post-content-area .single-post .date a {
    color: #FFF;
    margin-right: 10px;
    font-size: 13px;
}

.post-content-area .single-post .user-name .lnr, .post-content-area .single-post .date .lnr {
    color: #FFFFFF;
    margin-right: 3px;
    font-size: 18px;
    line-height: normal;
}

.post-content-area .single-post .feature-img {
    height: 300px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.post-content-area .single-post .feature-img img {
    height: 100%;
    object-fit: cover;
}

.post-content-area .single-post .posts-title h5 {
    margin: 0px 0 10px 0;
    padding: 0 0;
    overflow: hidden;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-content-area .single-post .excert, .post-content-area .single-post p {
    font-size: 14px;
    color: #252432;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 20px;
}

.post-content-area .single-post .primary-btn {
    background: #fff !important;
    color: #222 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0px !important
}

.post-content-area .single-post .primary-btn:hover {
    background: #988fff !important;
    color: #fff !important
}

.blog-pagination {
    padding-top: 60px;
    padding-bottom: 120px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: transparent;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #733ca6;
    border-color: transparent;
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0;
    color: #b1b9bf;
    border: 1px solid #e5eaed;
    margin: 2px;
    margin-left: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
}

.blog-pagination .page-link .lnr {
    font-weight: 600
}

.blog-pagination .page-item:last-child .page-link, .blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #733ca6;
    border-color: #733ca6
}

/**Blog sidebar**/
.search-widget button {
    position: absolute;
    right: 19px;
    top: 7px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 19px;
}

/*---------- Blog Page Style Start ----------*/

/*---------- Blog Detail Page Start ----------*/

/*Blog Detal page Banner Style*/

.blog-page-banner-lg {
    background: #FFFFFF;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-page-banner-lg .blog-banner-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.blog-page-banner-lg .blog-banner-img img {
    text-align: center;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
}

.blog-page-banner-lg:hover .blog-banner-content {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.blog-page-banner-lg .blog-banner-content {
    background: #FFF;
    border-radius: 8px;
    padding: 30px;
    margin: 0 0;
    position: absolute;
    top: 20%;
    right: 5%;
    width: 40%;
}

.blog-page-banner-lg .blog-banner-content .blog-time-date {
    font-size: 14px;
    color: #2e6631;
    margin-bottom: 20px;
    display: block;
}

.blog-page-banner-lg .blog-banner-content .blog-time-date a {
    border-bottom: 2px solid #3e855a;
}

.blog-page-banner-lg .blog-banner-content .blog-time-date span.date {
    float: right;
}

.blog-page-banner-lg .blog-banner-content .inner-content h5 {
    margin: 10px 0;
    max-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-page-banner-lg .blog-banner-content .inner-content p {
    font-size: 14px;
    color: #252432;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    text-align: justify;
}

.box-border.blog-content {
    padding: 25px 30px;
}

.blog-content h5 {
    margin-bottom: 10px;
}

.blog-content h6 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.blog-content p {
    margin: 5px 0 10px 0;
    padding: 0 0;
    font-size: 14px;
    color: #252432;
}

/*.blog-content img {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: auto;
    max-height: 400px;
    object-fit: cover;
    margin: 20px 0;
}*/

.blog-content .content-fotter {
    border-top: 1px solid #d6d6d6;
    padding: 10px 15px;
    margin: 40px 0 0 0;
    background: #f2f2f2;
}

.blog-content .content-fotter .coments a p {
    display: inline-block;
    margin: 0 0;
}

.blog-content .content-fotter .coments a i {
    font-size: 20px;
    color: #2e6631;
}

.blog-content .content-fotter .footer-social p {
    display: inline-block;
    margin: 0 0;
}

.blog-content .content-fotter .footer-social a {
    margin: 0 3px;
}

/**Blog sidebar**/
.search-widget button {
    position: absolute;
    right: 19px;
    top: 7px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 19px;
}

.single-sidebar-widget {
    margin-bottom: 30px;
}

.single-sidebar-widget .widget-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.recent-posts.box-border {
    margin: 0 0 20px 0;
}

.recent-posts .nav-tabs {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

.recent-posts .nav-tabs.right-bar li {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0 0;
    border: none;
}

.recent-posts .nav-tabs.right-bar li a {
    padding: 12px 17px;
    margin: 0 0;
    display: block;
    background: #f5f5f5;
    font-size: 16px;
    color: #2d2b3a;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.recent-posts .nav-tabs.right-bar li a:hover, .recent-posts .nav-tabs.right-bar li.active a, .recent-posts .nav-tabs.right-bar li a:focus {
    color: #2e6631;
    border: none;
    border-bottom: 2px solid #2e6631 !important;
    background: #f5f5f5;
}

.recent-posts .tab-content {
    padding: 0 20px;
}

/**End*/

/**Popular post widet*/

.popular-post-widget .single-post-list {
    margin-bottom: 5px;
}

.popular-post-widget .single-post-list .details {
    padding: 20px 0;
}

.popular-post-widget .single-post-list h6 {
    font-size: 17px;
    margin-bottom: 8px;
}

.popular-post-widget .single-post-list .time {
    color: #2e6631;
    font-size: 13px;
}

.popular-post-widget .single-post-list p {
    margin-bottom: 0;
    color: #939393;
    line-height: 17px;
}

.single-blog .thumb {
    text-align: center;
    margin: 25px 0;
}

.right-menu .blog-search {
    margin: 0 0;
    padding: 14px 15px;
}

/**Post a comment***/
.comment-form-wrap {
    padding: 0 0;
    width: 70%;
    margin: 0 auto;
}

.comments-area h3 {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
}

.comment-form-wrap .head {
    padding: 10px 20px;
    font-size: 24px;
    color: #2f383d;
}

.comment-form-wrap .login-with li {
    display: inline-block;
}

.comment-form-wrap .login-with li a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 46px;
    border-radius: 50%;
    color: #000;
}

.comment-form-wrap .login-with li a:hover {
    background: #733CA6;
    color: #fff;
    border-color: #733CA6;
}


.comment-form h4 {
    padding: 10px 0;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comment-form input.form-control {

    border-radius: 25px;
    border-color: #ddd;
    outline: none;
    box-shadow: none;
}

.comment-form textarea.form-control {
    padding: 10px 12px;
    border-radius: 5px;
    border-color: #ddd;
    outline: none;
    box-shadow: none;
    resize: none;
}

.comment-form .btn-purple-outline {
    padding: 10px 1px 10px;
}

/**Clients Page*/
/**comments list section*/
.comment-list {
    max-height: 600px;
    overflow: auto;
    margin-bottom: 20px;
}

.post-comment-section .single-comment {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;

}

.regularPrice {
    color: #777;
    display: inline-block;
    line-height: 15px;
    font-size: 12px !important;
}

.post-comment-section .single-comment .thumb {
    width: 60px;
    height: 60px;
}

.post-comment-section .single-comment .user h5 {
    margin-bottom: 5px;
}

.post-comment-section .single-comment .user h5 a {
    color: #2e6631;
    font-weight: 600;
}

.post-comment-section .comment-date {
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 13px;
}

.post-comment-section .single-comment .comment {
    color: #888;
    font-size: 14px;
    margin-bottom: 0;
}

.comment-reply-area {
    margin: 15px 0 0;
}

.post-comment-section .comment-reply-area .single-comment {
    border-bottom: 0;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.post-comment-section .comment-reply-area .single-comment .thumb {
    width: 40px;
    height: 40px;
}

.login-social {
    padding: 30px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.login-social h6 {
    display: inline-block;
    padding-right: 5px;
}

.login-social a {
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #2e6631;
    line-height: 28px;
    padding: 0;
    border-radius: 50%;
    margin-left: 5px;
}

.login-social a:hover i {
    color: #ded600;
}

.login-social a:hover {
    border-color: #ded600;
}

/*---------- Blog Detail Page End ----------*/

/*-------------------- press Release Page START--------------------*/

.press-release-banner {
    background-image: url(../img/press-release-banner.png);
    padding: 0 0;
    background-position: center;
    background-repeat: no-repeat;
}

.press-release-banner .banner-content {
    width: 100%;
    margin: 130px auto;
}

.get-to-know-section .get-to-know-section-img {
    overflow: hidden;
    max-height: 330px;
}

.get-to-know-section .get-to-know-section-detail {
    padding: 36px 0;
}

.image-library .library-box {
    background: #FFF;
    margin: 20px 0;
}

.image-library .library-box:hover {
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.image-library .library-box .library-img {
    overflow: hidden;
    height: 200px;
}

.image-library.library-lg .library-box .library-img {
    overflow: hidden;
    height: 250px;
}

.image-library .library-box .library-img img {
    height: 100%;
    object-fit: cover;
}

.image-library.library-lg .library-box .library-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-library .library-box .library-bottom {
    padding: 20px 20px;
}

.image-library .library-box .library-bottom a:hover i {
    padding-left: 5px;
    transition: 0.3s ease-in-out;
}

/*-------------------- press Release Page END--------------------*/
.shop-form .form-select .select2-container, .shop-form .form-select .select2-container, .select2-container {
    z-index: 0 !important;
}

.view-order-table {

    border-bottom: 1px solid #ddd;
    max-height: 400px;
    overflow: auto;
    display: block;

}

.view-order-table th {
    font-size: 16px;
}

.view-order-total-price {
    padding-right: 30px;
}

.shipping-information h5 {
    margin: 10px 0;
}

.shipping-information ul {
    margin-bottom: 20px;
}

.shipping-information ul li {
    padding: 3px 0;

}

.shipping-information ul li i {
    width: 25px;
    text-align: left;
}

.shipping-information ul li span {
    text-align: right;
    float: right;
}

.right-icons-wrap {
    float: right;
}

.right-icons-wrap li {
    display: inline-block;
}

.right-icons-wrap li a.btn-icon {
    padding: 8px 18px;
}

.shipping-table td, .shipping-table th {
    border: none !important;
    padding: 3px !important;
}

.cards-select .nice-select {
    height: 35px;
    line-height: 32px;
    background: #E6EFEA;
    border: 1px solid #C3D8CC;
    color: #444;
}

.cards-select .nice-select .current {
    color: #555;
}

.label-success {
    background-color: #399839;
}

.label-warning {

    background-color: #f0872d;

}

.payment-status {
    padding: 3px 20px;
    font-size: 16px;
    border-radius: 30px;
}

.table.order-table {
    margin-top: 10px;
}

.table.order-table th {

    background: #f5f5f5f5;
    border: none;

}

.table.order-table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.selected-product-slideshow.bc-card.portrait {
    width: 400px;
    overflow: hidden;
    margin: auto;
}

.product-slide {
    transform: translateX(-100%);
}

.feature-icon {
    display: none;
}

@media (min-width: 1480px) {
    .footer-bottom, .footer-social {
        text-align: center;
    }
}

/**Media queries for modals*/
@media (min-width: 1100px) {
    .trans-modal .modal-lg {
        width: 1170px;
    }
}

/**Media Queries**/
/**media query for shop banner*/
@media (min-width: 992px) {
    .page-banner-content > .row {
        display: table;
        width: 100%;
    }

    .shop-orignal-banner .row .col-md-7 {

        width: 57.333%;
        display: table-cell;
        float: none;
        vertical-align: middle;

    }

    .shop-orignal-banner .row .col-md-5 {

        width: 41.66666667%;
        display: table-cell;
        vertical-align: middle;
        float: none;
        height: 369px;

    }
}

@media (max-width: 1200px) {
    .nav-menu > li > a {
        padding: 0 25px 0px 10px !important;
    }

    .sf-arrows .sf-with-ul::after {
        right: 4px;
    }

    .header-top .header-top-right a {
        padding: 0 8px;
    }

    .header-top .header-top-left ul li {
        padding: 0 8px;
    }

    .navbar-static-menu a {
        padding: 10px 16px;
    }

    /*--------------------All Faq's Contact us Page START--------------------*/
    .faq-contact-section .box-content .faq-contact-detail {
        display: block;
    }

    .faq-contact-section .box-content .faq-contact-detail ul {
        display: block;
    }

    .faq-contact-section .box-content .faq-contact-detail .faq-contact-btn {
        display: block;
        width: 100%;
    }

    .faq-contact-section .article-feedback {
        width: 100%;
    }

    .faq-contact-section .article-feedback div {
        margin: 0 10px;
    }

    /*-------------------- Account Tabs start--------------------*/
    .vertical-expand-tabs.style-2 .panel-title {
        width: 60%;
    }

    /*-------------------- Order History Page Start --------------------*/
    .order-history-sec ul li {
        display: table;
        border-bottom: 1px solid #eae9eb;
        padding: 30px 0;
    }

    .order-history-sec ul li.history-product .history-product-img {
        display: table-cell;
        vertical-align: top;
        border: 1px solid #eae9eb;
        border-radius: 8px;
        overflow: hidden;
        width: 170px;
    }

    .order-history-sec ul li.history-product .history-product-title {
        display: table-cell;
        vertical-align: top;
        width: 30%;
        padding-left: 25px;
    }

    .order-history-sec ul li.history-product .history-product-price {
        display: table-cell;
        vertical-align: top;
        width: 26%;
    }

    .order-history-sec ul li.history-product .history-product-btns {
        display: table-cell;
        vertical-align: top;
        width: 250px;
    }

    .order-history-sec ul li.history-product .history-product-btns button {
        width: 100%;
        margin-bottom: 20px;
    }

    .wizard-navigation.six-tabs ul li a {
        padding: 16px 22px;
    }

    .card-body .card-img {
        width: auto;
    }

    .card-body .card-img img {
        width: auto;
        object-fit: cover;
        height: 100%;
    }

    .cart-item-detail {
        float: none;
    }

    .total-price {
        width: 80%;
    }

    .right-menu-Accessory-product .media {
        padding: 10px 15px 10px 15px;
    }

    .form-select.sm-select .current {
        margin-right: 30px;
    }

    .content-box-with-topimg .content-img {
        max-height: 270px;
    }

    .content-box-with-topimg .inner-content h5 {
        letter-spacing: 0;
    }

    .modal.refer-a-friend .modal-dialog {
        width: 90%;
    }

    .get-to-know-section .get-to-know-section-detail {
        padding: 0 0;
    }
}

@media (max-width: 991px) {
    .single-category .img-wrap:hover .category-overlay-wrap {
        padding: 30px 20px 30px;
    }

    .home-banner .banner-content {
        padding-top: 30px;
        padding-left: 0;
    }
    .banner-content .banner-text h1 {
        font-size: 130px;
        line-height: 150px !important;
    }
    

    .get-to-know-section .get-to-know-section-detail {
        padding: 30px 0;
    }

    .get-to-know-section .get-to-know-section-img img {
        width: 100%;
        object-fit: cover;
    }

    .navbar-static-menu a {
        color: #333333;
        padding: 10px 21px;
        border: 1px solid #086630;
        white-space: nowrap;
        margin-right: 2px;
        margin-bottom: 3px;
    }

    .navbar-static-menu li {
        margin-bottom: 5px;
    }

    .section-gap-sm {
        padding: 40px 0;
    }

    .section-gap {
        padding: 50px 0;
    }

    .footer-bottom, .footer-social {
        text-align: center;
    }

    .footer-social {
        margin-top: 8px;
    }

    .nav-menu > li > a {
        border: none;
        font-size: 14px;
    }

    .single-work-process {
        margin-bottom: 20px;
    }

    .trans-modal .content-box-with-topimg .content-img {
        height: auto;
    }

    .box-content {
        padding: 40px 40px;
    }

    .sign-in-section-form a.social-btn {
        width: 60%;
    }

    /*--------------------All Faq's Contact us Page START--------------------*/
    .faq-contact-section .box-content .faq-contact-detail {
        display: table;
    }

    .faq-contact-section .box-content .faq-contact-detail ul {
        display: table-cell;
    }

    .faq-contact-section .box-content .faq-contact-detail .faq-contact-btn {
        display: table-cell;
        width: 19%;
    }

    /*-------------------- Order History Page Start --------------------*/
    .order-history-sec ul li {
        display: block;
        border-bottom: 1px solid #eae9eb;
        padding: 30px 0;
    }

    .order-history-sec ul li.history-product .history-product-img {
        display: table-cell;
    }

    .order-history-sec ul li.history-product .history-product-title {
        display: table-cell;
        width: 25%;
        padding-left: 25px;
    }

    .order-history-sec ul li.history-product .history-product-price {
        display: table-cell;
        width: 20%;
    }

    .order-history-sec ul li.history-product .history-product-btns {
        display: table-cell;
        width: 15%;
    }

    .order-history-sec ul li.history-product .history-product-btns button {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .wizard-navigation ul li a {
        padding: 12px 10px 12px 20px;
        font-size: 14px;
        color: #666;
        white-space: nowrap;
    }

    .wizard-navigation ul li .badge {

        margin-right: 5px;
        line-height: 18px;
        width: 20px;
        height: 20px;
        font-size: 11px;
        font-weight: 600;

    }

    .wizard-navigation.six-tabs ul li {
        width: 25%;
    }

    .wizard-navigation.six-tabs ul li a {
        padding: 16px 14px;
    }

    .computer-tab-content {
        margin: 40px 0;
    }

    .computer-upload-file a {
        margin: 10px 0;
        white-space: inherit;
    }

    .card-review {
        padding-right: 0px;
    }

    .QR-code-tab .QR-code-tab-btn a {
        margin: 0 10px 10px 0;
    }

    .social-search label {
        width: 100%;
    }

    #logo img {

        max-height: 60px;

    }

    .right-side-menu-wrap {

        padding-top: 0;
        text-align: right;
        float: right;
        position: absolute;
        top: 0;
        right: 0;

    }

    .header-search {
        position: relative;
        min-width: 170px;
        margin-right: 4px;
    }

    .header-search .form-control {
        height: 28px;
    }

    .menu-icon {
        display: none;
    }

    .faq-contact-section .article-feedback p {
        display: inline-flex;
    }

    .modal.refer-a-friend .social-icons li a {
        width: 60px;
        height: 50px;
        font-size: 26px;
        line-height: 45px;
    }

    #mobile-nav-toggle {
        display: inline;
        top: 25px;
        z-index: 99999;

    }

    #nav-menu-container {
        display: none
    }

    .mobile-view-links {
        display: block;
    }

    .header-top {
        display: none
    }

    .right-side-menu-wrap {
        display: none;
    }

    .easy-steps-list li {
        padding: 4px 15px 4px 32px;
        width: auto;
    }

    .blog-page-banner-sm .blog-banner-content {
        width: 50%;
    }

    .blog-page-banner-sm {
        height: 330px;
    }

    /*-------------------- press Release Page START--------------------*/
    .get-to-know-section .get-to-know-section-detail {
        padding: 30px 0;
    }

    .get-to-know-section .get-to-know-section-img img {
        width: 100%;
        object-fit: cover;
    }

    /*-------------------- press Release Page END--------------------*/
    /*-------------------- Blog Detail Page START --------------------*/
    .blog-page-banner-lg .blog-banner-content {
        position: static;
        top: 0;
        right: 0;
        padding: 20px;
        width: 100%;
        height: 100%;
    }

    .recent-posts .nav-tabs.right-bar li a {
        padding: 12px 0;
    }

    .recent-posts .nav-tabs {
        margin: 0 0 20px 0;
    }

    .recent-posts .tab-content {
        padding: 0 6px;
    }

    .box-border.blog-content {
        padding: 30px 15px;
    }

    .comment-form-wrap {
        width: 100%;
    }
}

@media (max-width: 850px) {

}

@media (max-width: 768px) {

    .main-menu {
        padding: 10px 0;
    }

    #logo img {
        max-height: 60px;
    }

    #mobile-nav-toggle {
        top: 25px;
    }

    .home-banner {
        height: auto;
        min-height: auto;
    }

    .features-wrap {
        position: relative;
        margin-top: 20px;
    }

    ul.feature-listing li {
        width: 25%;
        margin-bottom: 13px;
    }

    .single-category {

        margin: 20px auto;
        max-width: 320px;

    }

    .vdo-wrap {
        margin: 20px auto 0;
    }

    .banner-content .sub-heading {
        font-size: 24px;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 36px;
    }

    h5 {
        font-size: 18px;
    }

    .footer-area {
        padding: 50px 0 0;
    }

    .page-banner .banner-content h2 {
        font-size: 36px;
    }

    .page-banner .banner-content p {
        font-size: 16px;
    }

    .footer-area h6 {
        font-size: 20px;
    }

    .page-banner .banner-content {
        padding-top: 30px;
        margin-top: 0;

    }

    .content-box-with-topimg.with-border, .content-box-with-topimg {
        max-width: 272px;

        margin: 15px auto;
    }

    .tabs-style-1 .nav-tabs {
        border-radius: 26px;
    }

    .title-with-underline {
        margin-top: 10px;
    }

    .vertical-expand-tabs .panel-default > .panel-heading a {
        padding: 17px 30px 15px 15px;
    }

    .vertical-expand-tabs .panel-title {
        font-size: 15px;
    }

    .card-sides.back-side {
        margin: 80px 0 50px;
    }

    .blog-page-banner-lg .blog-banner-img {
        height: auto;
    }

    .box-content {
        padding: 30px 20px;
    }

    .sign-in-section-form .radio-button-wrap {
        margin: 0 0 30px 0;
    }

    .sign-in-section-form .radio-wrap {
        margin: 10px 15px;
    }

    .sign-in-section-form a.social-btn {
        width: 100%;
    }

    /*--------------------All Faq's START--------------------*/
    .all-faq-banner .banner-content {
        width: 100%;
    }

    .all-faq-banner .inner-banner-search .input-group button.inner-search-btn {
        padding: 10px 25px;
    }

    .vertical-expand-tabs .panel-default > .panel-heading a {
        padding: 20px 25px;
    }

    /*--------------------All Faq's Contact us Page START--------------------*/
    .faq-contact-section .box-content .faq-contact-detail {
        display: block;
    }

    .faq-contact-section .box-content .faq-contact-detail ul {
        display: block;
    }

    .faq-contact-section .box-content .faq-contact-detail .faq-contact-btn {
        display: block;
        width: 100%;
    }

    .faq-contact-section .box-content {
        padding: 20px 20px;
    }

    .faq-contact-section .article-feedback p {
        display: flex;
    }

    /*--------------------All Faq's Contact us Page Emial Modal Start--------------------*/
    .faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog {
        width: 95%;
        margin: 0 auto;
    }

    .faq-contact-section .faq-contact-detail .faq-contact-btn .modal .modal-dialog .modal-content {
        padding: 10px 5px;
    }

    /*--------------------Product and Shipping Cost Start--------------------*/
    .calculator-area .calculator-header form.currency {
        width: 100%;
        height: 40px;
        float: none;
    }

    .form-select.sm-select .current {
        margin-right: 0;
    }

    .calculator-area .calculator-control .calculator-btns {
        margin: 30px 0 20px 0;
    }

    .calculator-area .calculator-control .calculator-btns button {
        margin: 0 0 20px 0;
    }

    .get-started-banner {
        padding: 30px 0;
    }

    .get-started-banner h2 {
        margin-left: 0;
    }

    .get-started-banner button {
        margin-left: 0;
    }

    .account-inner-wrap .box-content {
        padding: 20px 15px;
    }

    .vertical-expand-tabs.style-2 .panel-heading {
        padding: 24px 10px 24px 35px;
    }

    .vertical-expand-tabs.style-2 .panel-heading a {
        padding: 0 0;
    }

    .vertical-expand-tabs.style-2 .panel-title {
        width: 100%;
    }

    .vertical-expand-tabs.style-2 .radio-button-wrap {
        position: relative;
        top: 10px;
        left: 0;
        width: 100%;
        display: table;
    }

    .information-setting .save-setting-btn {
        float: none;
        text-align: center;
    }

    .order-history-sec ul li {
        display: block;
        border-bottom: 1px solid #eae9eb;
        padding: 30px 0;
    }

    .order-history-sec ul li.history-product .history-product-img {
        display: block;
        width: 100%;
        max-height: 200px;
    }

    .order-history-sec ul li.history-product .history-product-title {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .order-history-sec ul li.history-product .history-product-price {
        display: block;
        width: 100%;
    }

    .order-history-sec ul li.history-product .history-product-btns {
        display: block;
        width: 100%;
    }

    .order-history-sec ul li.history-product .history-product-btns button {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .wizard-navigation.six-tabs ul li {
        width: 25%;
    }

    .gray-box-content {
        padding: 30px 15px;
    }

    .card-review {
        padding-right: 0px;
    }

    .social-search label {
        margin: 20px 0;
        display: block;
        width: 100%;
    }

    .social-search label input {
        width: 100%;
        margin: 10px 0;
    }

    .social-login {
        padding: 50px 0px;
        text-align: center;
    }

    .social-login h6 {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 20px;
    }

    /*-------------------- Order History Page End --------------------*/
    .order-history-sec ul li.history-product .history-product-img img {
        width: auto;
        object-fit: cover;
        margin: auto;
    }

    .wizard-navigation.four-tabs ul li {
        text-align: center;
    }

    .wizard-navigation ul li .chevron {
        display: none;
    }

    .wizard-navigation ul li a {
        background: #E9E9E9;
        padding: 12px;
    }

    .temp-product .temp-product-img img {
        width: auto;
    }

    .cart-listed-item {
        margin: 30px 25px;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .cart-detail-header .checkout-btn {
        float: none;
    }

    .cart-listed-item .cart-item-img {
        width: 100%;
        height: 150px;
        float: none;
        margin-right: 0;
    }

    .cart-item-detail {
        float: none;
        margin-top: 20px;
    }

    .quantity-price {
        width: 100%;
    }

    .cart-listed-item button.dismiss {
        top: -20px;
        right: -20px;
    }

    .total-price {
        width: 90%;
    }

    .print-card-product {
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .right-menu-Accessory-product .media {
        padding: 10px 15px 10px 15px;
    }

    /*-------------------- Line Up Page START --------------------*/
    .cutomize-btn {
        float: none;
        text-align: left;
        margin-top: 20px;
    }

    .customize-size-wrap ul.nav:first-child {
        margin-right: 0;
    }

    .customize-size-wrap ul.nav-tabs {
        display: block;
        margin-bottom: 0;
    }

    .customize-size-wrap .choose-style-dropdown ul.nav-tabs > li {
        float: none;
    }

    .customize-size-wrap ul.nav-tabs > li > a {
        padding: 10px 15px;
        width: 100%;
        height: 43px;
        text-align: left;
    }

    .customize-size-wrap ul.nav-tabs > li > a p {
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
    }

    .customize-size-wrap ul.nav-tabs > li > a img {
        max-width: 30px;
        margin-bottom: 0;
        float: left;
        padding-right: 0;
    }

    /*mobile Version Style Start*/
    .customize-size-wrap .choose-style-dropdown {
        margin-bottom: 20px;
    }

    .customize-size-wrap .choose-style-dropdown button {
        display: block;
        width: 100%;
        text-align: left;
    }

    .customize-size-wrap .choose-style-dropdown button h5 {
        display: inline;
        color: #086630;
    }

    .customize-size-wrap .choose-style-dropdown button span {
        float: right;
    }

    .customize-size-wrap .choose-style-dropdown.open button h5 {
        color: #FFFFFF;
    }

    .customize-size-wrap .choose-style-dropdown.open .dropdown-menu {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: none;
        min-width: 160px;
        padding: 0 0;
        margin: 2px 0;
        font-size: inherit;
        text-align: inherit;
        list-style: none;
        background: none;
        -webkit-background-clip: inherit;
        background-clip: inherit;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*mobile Version Style End*/
    /*-------------------- Line Up Page END --------------------*/
    /*-------------------- Business Card Page END --------------------*/
    .page-banner {
        padding: 0 0;
    }

    .page-banner .banner-content {
        margin-bottom: 30px;
    }

    ul.stikcy-nav-list li {
        line-height: 40px;
    }

    .content-box-with-topimg .inner-content .absolute-btn {
        width: 50%;
        margin: 10px auto 0 auto;
        display: block;
    }

    .content-box-with-topimg .inner-content .absolute-btn {
        margin-bottom: 30px;
    }

    /*-------------------- Business Card Page END --------------------*/
    .list-inline > li {
        display: block;
        text-align: left;
    }

    .account-buttons .btn {
        margin-bottom: 15px;
    }

    .order-history-sec ul li.history-product .history-product-btns {
        margin: 30px 0 0 0;
    }

    .right-menu-links .box-border {
        padding: 15px;
    }

    .tabs-style-1 .nav-tabs > li {
        float: none;
    }

    .panel-wrap {
        padding: 15px;
    }

    .table.table-style-2 {
        border: none;
    }

    .calculator-area .calculator-header .currency {
        width: 50px;
    }

    .page-banner .banner-content {
        padding-top: 30;
    }

    .modal.refer-a-friend .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }

    .custom-size-wrap, .custom-shape-wrap {
        vertical-align: top;
    }

    .customize-size-wrap .choose-style-dropdown .dropdown-toggle {
        min-width: 160px;
    }

    .blog-nav .nav-tabs > li {
        display: block;
    }

    .blog-nav .nav-tabs > li > a {
        display: block;
        padding: 10px 20px;
    }

    .blog-page-banner-sm {
        height: auto;
    }

    .blog-page-banner-sm .blog-banner-img {
        height: 120px;
    }

    .blog-page-banner-sm .blog-banner-content {
        width: 100%;
        position: static;
        padding: 20px 5px;
    }

    .post-content-area .single-post .posts-title h5 {
        height: 45px;
    }

    .blog-search {
        min-height: 130px;
    }

    .blog-head h3 {
        padding: 3px 0 15px 10px;
    }

    .blog-content img {
        width: 100%;
        height: 220px;
    }

    .box-border.blog-content {
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .content-fotter .footer-social {
        margin-top: 20px;
        display: flex;
    }

    .comment-list {
        margin-bottom: 0;
    }

    .shop-form-wrap {
        margin-bottom: 20px;
    }

    .page-banner {
        background-position: center left !important;
    }

}

@media (max-width: 600px) {
    .banner-content .banner-text h1 {
        font-size: 80px;
        line-height: 100px !important;
    }
    .single-category {
        max-width: 300px;

    }

    .single-testimonial .desc {

        padding: 0px 0px;
        font-size: 14px;
        line-height: 20px;

    }

    .newsletter-form .input-group {
        display: block;
    }

    .newsletter-form .input-group-btn {
        padding-left: 0px;
        display: initial;
    }

    .newsletter-form .input-group .form-control {
        margin-bottom: 20px;
        border-radius: 40px !important;
        height: 40px;
    }

    .newsletter-form .input-group-btn .btn {

        font-size: 16px;
        padding: 8px 35px 8px;
        border-radius: 30px;

    }

    .wizard-navigation.three-tabs ul li {
        width: 100%;
    }

    .design-wizard {
        padding-bottom: 50px;
    }

    .vertical-tabs .tab {

        float: none;
        width: 100%;
        height: auto;

    }

    .vertical-tabs .tab button {

        display: inline-block;
        width: auto;
        border-radius: 15px 15px 0 0;
        margin-bottom: 0;
        padding: 13px 18px;
        font-size: 14px;

    }

    .vertical-tabs .tab button.tablinks.view-design {

        margin-top: 0;
        width: auto;
        text-align: center;
        font-size: 17px;
        float: none;

    }

    .showcase-block.detailProImage img {
        max-width: 320px;
        max-height: 300px;
        margin-top: 20px;
    }
    .content-img img {
        width: 100% !important;
        height: auto !important;
    }
    .btn-editor .drop-icon {display: none;}
}

@media (max-width: 480px) {
    ul.feature-listing li {
        width: 48%;
        margin-bottom: 13px;
    }

    .content-box-with-topimg .inner-content .absolute-btn {
        position: relative;
        top: 15px;
        margin-bottom: 20px;

    }

    .content-box-with-topimg .content-img {

        height: 205px;
    }

    /*.wizard-navigation.four-tabs ul li {
        width: 100%;
    }*/

    .title-edit-form input[type="text"] {
        padding: 5px 5px;
        width: 167px;
    }

    .title-edit-form .btn {
        padding: 7px 10px;
    }

    /*.title-edit-form {
        margin-top: 5px;
    }*/

    .custom-shape-wrap ul.nav-tabs > li > a p {
        display: none;
    }

    .customize-size-wrap .tab-content {
        margin-top: 20px;
    }
}

.cardPrice {
    color: #398559
}

.btn-link {
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    color: #086630;
    text-decoration: none;
}

#previewImagePopup .modal-dialog {
    width: 88%;
  }
  #previewImagePopup .modal-dialog .modal-content {
    height: 85vh;
  }
  #previewImagePopup .modal-dialog .modal-content .flip-box {
    height: 85vh;
  }
  #previewImagePopup.modal.in .modal-dialog {
    -webkit-transform: translate(0, -12%);
    -ms-transform: translate(0, -12%);
    -o-transform: translate(0, -12%);
    transform: translate(0px, -12%);}
    #previewImagePopup .flip-btn {    
        background-color: #eaeaea;
        margin: 15px;
        position: absolute;
        top: calc(50% - 21px);
        right: -100px;
        width: auto !important;
        height: auto !important;
    }
    .for-flip-btn
    {
        position: relative;
        width: 500px;
    }