/* reset css */

body {
    font-family: 'Montserrat',
        sans-serif;
    padding: 0px;
    margin: 0px;
}

body.bodyspace {
    padding-top: 110px;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    border: none;
}

/* End reset css */

/* custom css */

header {
    display: block;
    margin: 0px;
    padding: 0px;
    top: 0px;
    width: 100%;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}

.logo {
    float: left;
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
}

.logo a {}

.logo a img {
    max-width: 100%;
    height: auto;
}

.sticky-header .logo a img {
    height: 40px;
    transition: all 0.5s;
}


.main-banner {
    display: block;
    width: 100%;
}

.blue-part {
    display: block;
    background: #ff0000;
    padding: 0px 0px;
    margin: 0px;
}

.menu-wrapper {
    background: #040482;
    display: block;
    display: block;
    margin: 0px;
    padding: 0px 0px;
}

.sticky-header .header-cont {
    position: fixed;
    width: 100%;
    background: #FFF;
    top: 0px;
    transition: all 0.7s;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 1s ease-out 0s;
    animation: smoothScroll 1s alternate;
    -webkit-animation: smoothScroll 1s alternate;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
    z-index: 100;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
}

.mobile-link-show {
    display: none !important;
}

.logo-cart-part {
    display: block;
    margin: 0px;
    padding: 8px 0px;
    background: #FFF;
}

.blue-cont {
    display: block;
    text-align: right;
}

.blue-cont ul {
    display: inline-block;
}

.blue-cont ul li {
    display: inline-block;
    margin-right: 10px;
}

.blue-cont ul li a {
    display: inline-block;
    font-weight: 400;
    transition: all 0.5s;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
}

.blue-cont ul li a:hover {
    background: #000056;
}

.signin-up {
    display: inline-block;
    background: #040482;
    transition: all 0.5s;
    color: #FFF;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}

.signin-up:hover {
    background: #000056;
    color: #FFF;
}

.search-cart-part {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0px;
    padding: 0px;
    justify-content: flex-end;
}

.cart-part {
    display: flex;
    margin-left: 30px;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.cart-part i {
    margin-right: 10px;
    font-size: 20px;
}

.cart-part .cart-item {
    background: #ff0000;
    font-weight: 600;
    padding: 2px 8px;
    line-height: 19px;
    color: #FFF;
    vertical-align: top;
    margin-left: 8px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}

.search-input {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    height: 36px;
    border: 1px solid #eaeaea;
    padding: 0px 15px;
    background: #f3f3f3;
    font-size: 13px;
    line-height: 35px;
}

.search-input:focus {
    outline: none;
}

.search-btn {
    display: inline-block;
    vertical-align: top;
    background: #040482;
    line-height: 36px;
    padding: 0px 15px;
    font-size: 16px;
    color: #FFF !important;
    transition: all 0.5s;
}

.search-btn:hover {
    background: #ff0000;
    color: #fff;
}

footer {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 50px 0px 20px 0px;
    background: #282828;
}

.footer-logo-addres-wrp {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer-logo {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer-logo img {
    max-width: 100%;
}

.info-box {
    display: block;
    vertical-align: top;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    position: relative;
}

.info-box span {
    position: absolute;
    left: 0px;
    top: -3px;
    font-size: 20px;
    width: 30px;
    color: #7272ff;
    margin: 0px;
    padding: 0px;
}

.info-box p {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #bcbcbc;
    line-height: 22px;
}

.info-box p a {
    font-size: 14px;
    color: #bcbcbc;
}

.info-box p a:hover {
    color: #FF0000;
}

.footer-menu-wrp {
    display: block;
}

.footer-menu-wrp h3 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #bcbcbc;
    margin-bottom: 15px;
}

.footer-menu-wrp ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-menu-wrp ul li {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.footer-menu-wrp ul li a {
    display: block;
    transition: all 0.5s;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 14px;
    color: #bcbcbc;
}

.footer-menu-wrp ul li a:hover {
    color: #FF0000;
    padding-left: 6px;
}

.footer-menu-wrp p {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 14px;
    color: #bcbcbc;
}

.footer-menu-wrp p a {
    color: #FF0000;
}

.newslatter-form-wrp {
    display: block;
    margin: 15px 0px;
    padding: 0px;
}

.newslatter-form-wrp .texr-input {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid #bcbcbc;
    line-height: 35x;
    font-size: 13px;
    background: none;
    padding: 0px 15px;
    color: #FFF;
}

.newslatter-form-wrp .texr-input:focus {
    outline: none;
}

.basic-btn {
    padding: 7px 18px;
    font-size: 14px !important;
    transition: all 0.5s;
    text-align: center;
    border: none;
}


.basic-btn:focus {
    outline: none;
    border: none;
}

.small-btn {
    padding: 4px 12px;
    font-size: 11px !important;
    transition: all 0.5s;
    border: none;
    text-align: center;
}

.small-btn:focus {
    outline: none;
    border: none;
}

.grea-bg {
    background: #a0a0a0;
    color: #fff !important;
}

.grea-bg:hover {
    background: #676767;
    color: #FFF;
}

.red-btn {
    background: #FF0000;
    color: #FFF !important;
    border: none;
}

.text-btn {
    font-size: 14px;
    transition: all 0.5s;
    border: none;
    position: relative;
    font-weight: 500;
}

.text-btn::after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 14px;
    right: -17px;
    top: 1px;
}

.blue {
    color: #040482
}

.blue:hover {
    color: #FF0000
}

.blue-btn {
    background: #040482;
    color: #FFF !important;
}

.blue-btn:hover {
    background: #FF0000;
    color: #FFF;
}

.green-btn {
    background: #008000;
    color: #FFF !important;
}

.red-btn:hover {
    background: #040482;
    color: #FFF;
}

.green-btn:hover {
    background: #004600;
    color: #FFF;
}

.border-btn {}

.grea-border {
    color: #ececec;
    border: 1px solid #ececec
}

.auto-wd {
    display: inline-block;
}

.full-wd {
    display: block !important;
}

.f-patner-logo {
    display: block;
    margin: 0px;
    padding: 0px;
}

.search-part {
    display: inline-block;
    vertical-align: top;
}

.containt-part {
    display: block;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
}

.containt-part h6 {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.containt-part h5 {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.containt-part h4 {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 20px;
    color: #040482;
    font-weight: 700;
}

.containt-part h3 {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 25px;
    color: #040482;
    font-weight: 700;
}

.containt-part h2 {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 30px;
    color: #040482;
    font-weight: 700;
}


.containt-part h1 {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 35px;
    color: #040482;
    font-weight: 700;
}

h2.title-border,
h3.title-border,
h4.title-border,
h5.title-border {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 15px 0px
}

.containt-part a {
    color: #0000b1;
    display: inline-block;
    font-size: 16px;
    transition: all 0.5s;
}

.containt-part a:hover {
    color: #FF0000;
}

.cart-cont-wrp {
    display: block;
    margin: 0px;
    padding: 0px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.sub-tab-nav.nav-tabs > li{margin-bottom: 0px;}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li a.active {
    color: #555;
    cursor: default;
    color: #040482;
    background: #ececec;
}

.sub-tab-nav.nav-tabs > li a.active{    background: #e0e0e0;}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    font-size: 12px;
    font-weight: 500;
    color: #040482;
    border: 1px solid #ececec;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.tab-content {
    background: #ececec;
    display: block;
    padding: 15px;
}

.cart-cont-wrp label {
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    margin: 0px;
}

.containt-part textarea {
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 10px;
}

.containt-part textarea:focus {
    outline: none;
}

.add-to-cart-box {
    display: block;
    background: #ececec;
    padding: 15px;
    margin-top: 15px;
}

.plz-note-tx {
    display: block;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    font-size: 14px;
    color: #464646;
}

.product-image-wrp {
    display: block;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.border-pro {
    display: inline-block;
    /*border: 3px solid #CCC;*/
}



.square-box {
    width: 300px;
    height: 300px;
}

.small-btn-wrp {
    display: block;
    margin: 15px 0px;
    padding: 0px;
}
.small-text p{ font-size: 13px;}
/* --------------- Start Wizard -------------------*/



#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
}


select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33.3%;
    float: left;
    position: relative
}
#progressbar.fourstep li{width: 25%;}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1
}

#progressbar li span {
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    border: 2px solid #CCC;
    font-size: 14px;
    color: #bbbbbb;
    background: white;
    border-radius: 100%;
    font-weight: 700;
    margin: 0 auto 10px auto;
    padding: 0px;
    box-sizing: border-box;
}

#progressbar li.active:after {
    background: #040482;
}

#progressbar li.active span {
    background: #040482;
    border-color: #040482;
    color: #FFF;
}

/* --------------- End Wizard -------------------*/


.put-head-sect {
    display: block;
    margin: 0px;
    padding: 50px 0px;
    background: #f3f3f3;
}

.sec-title-h2 {
    display: block;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 20px 0px;
    font-size: 30px;
    font-weight: 700;
}

.sec-title-h2.whight {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.sec-title-h2.black {
    color: #000;
    border-bottom: 1px solid #ccc;
}

.teamlead-photo-detail {
    display: block;
    margin: 0px;
    padding: 0px;
}

.teamlead-photo-detail img {
    width: 100%;
    display: inline-block;
    outline: 15px solid rgba(227, 30, 36, 0.59);
    outline-offset: -15px;
    transition: all 0.5s linear 0s, background 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s, background 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s, background 0.5s linear 0s;
}

.teamlead-photo-detail img:hover {
    outline: 15px solid rgba(227, 30, 36, 0.59);
    outline-offset: -30px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.19);
}

.teamlead-photo-detail .name {
    padding: 20px 0 5px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.teamlead-photo-detail .post {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    color: #000;
}

.news-section {
    display: block;
    margin: 0px;
    padding: 50px 0px;
    background: #FFF;
}

.news-box {
    display: block;
    border: 1px solid #CCC;
    transition: all 0.5s;
}

.news-box:hover {
    box-shadow: 0px 0px 14px #0003;
}

.news-img {
    display: block;
    height: 240px;
    overflow: hidden;
}

.news-img a {
    display: block;
}

.news-img a img {
    display: block;
    min-width: 100%;
    height: 240px;
}

.news-detail-part {
    display: block;
    margin: 0px;
    padding: 10px 20px 20px 20px;
}

.news-date-title {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.news-date-title span {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    margin-left: -20px;
    background: #ff0000;
    margin-right: 15px;
    line-height: 17px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}

.news-date-title h4 {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.featured-ord-section {
    display: block;
    margin: 0px;
    padding: 50px 0px;
    background: #f3f3f3;
}

.featured-ord-section .featured-ord-box:hover {
    box-shadow: 0px 0px 16px #0000008c;
}

.featured-ord-section .featured-ord-box {
    display: block;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s;
}

.featured-ord-section a {
    display: inline-block;
}

.featured-ord-section .img {
    display: block;
}

.featured-ord-section .img img {
    display: block;
    width: 100%;
}

.featured-ord-section h5 {
    display: block;
    padding: 15px 10px;
    background: #dadada;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.customer-gallery {
    display: block;
    margin: 0px;
    padding: 50px 0px;
    background: #b70000 url(../images/gallery-bg.png) repeat fixed;
    background-size: 100%;
    text-align: center;
}

.customer-gallery .gallery-img {
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 6px;
    border: 2px solid #FFF;
    border-radius: 100%;
}

.customer-gallery .gallery-img img {
    width: 185px;
    height: 185px;
    display: inline-block;
    border-radius: 100%;
}

.cente-whight-titile {
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}

.gallery-title {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 700;
    color: #FFF;
    font-size: 18px;
}


.review-section {
    display: block;
    margin: 0px;
    padding: 70px 0px;
}

.review-box {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    padding-left: 130px;
    padding-right: 30px;
}

.review-box .review-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
}

.review-box .review-img img {
    width: 100%;
}

.revie-detail {
    display: block;
    margin: 0px;
    padding: 0px;
}

.revie-detail p {
    display: block;
    margin-bottom: 5px;
}

.rating-star {
    display: block;
    margin-bottom: 5px;
}

.rating-star span {
    color: #FF9000;
}

.rating-star .grea {
    color: #CCC;
}


.order-box {
    display: block;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

.order-box .orderimg {
    width: 225px;
    height: 225px;
    line-height: 225px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #bbbbbb;
    margin-bottom: 30px;
}

.order-box .orderimg img {
    margin: 0 auto;
    width: 225px;
    height: 225px;
    border: 5px solid #bbbbbb;
}

.inner-banner {
    display: block;
    margin: 0px;
    padding: 0px;
    background: url(../images/inner-banner.png) repeat top center;
    position: relative;
}

.inner-banner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #383838c2;
    height: 100%;
    width: 100%;
}

.inn-banner-cont {
    display: block;
    margin: 0px;
    padding: 30px 0px;
    position: relative;
    z-index: 10;
}

.inn-banner-cont h1 {
    display: block;
    font-size: 40px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    color: #FFF;
    padding: 0px;
    font-weight: 700;
}

.inn-banner-cont .breadcrumb {
    background: none;
    padding: 0px;
}

.inn-banner-cont .breadcrumb-item a {
    color: #ff3030;
}

.inn-banner-cont .breadcrumb-item a:hover {
    color: #ff0000;
}

.inn-banner-cont .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #FFF;
}


.arrow-link {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

.arrow-link li {
    display: block;
    margin: 10px 0px;
    padding: 0px 0px 0px 25px;
    position: relative;
}

.arrow-link li::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    left: 0px;
    top: 1px;
}

.arrow-link li a {
    display: inline-block;
}

.custometable .table thead th {
    vertical-align: middle;
    border: 1px solid #ff6565;
    background: #FF0000;
    color: #FFF;
}

.custometable {
    overflow-x: auto;
}

.custometable .table tbody tr:nth-of-type(even) {
    background: #f3f3f3;
}

.custometable.small-table-tx tr th{ font-size: 13px;}
.custometable.small-table-tx tr td{ font-size: 13px;  color: #000; vertical-align: middle;}
.custometable.small-table-tx tr td a{font-size: 13px;}
.right-part {
    display: block;
    margin: 0px;
}

.client-head {
    display: block;
    padding: 30px;
    background: #e2e2e2;
    margin: 0px;
}

.gallery-box {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 30px 0px;
    border: 6px solid #CCC;
    text-align: center;
}

.gallery-box img {
    display: inline-block;
    width: 150px;
    height: 150px;
}

.custome-review {
    display: block;
    margin: 0px;
    padding: 30px;
    background: #282828
}

.rightside-rating-box {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dashed #696969;
}

.rightside-rating-box:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.testimonil-box {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 30px;
    border: 3px solid #CCC;
    transition: all 0.5s;
}

.testimonil-box:hover {
    box-shadow: 0px 0px 14px #0003;
}

.testimonil-box .date {
    background: #CCC;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    margin: 6px 0px 6px 0px;
    display: inline-block;
}

.pagination a:hover {
    border: 1px solid #dee2e6;
}


.gallery-search {
    width: 100%;
}

.gallery-pagination {
    width: 100%;
    text-align: right
}

.gallery-pagination .form-control {
    display: inline-block;
    width: 100px;
}

.gallery-pagination .total-heads {
    display: inline-block;
}

.contact-us-box {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 30px;
    border: 3px solid #CCC;
    transition: all 0.5s;
}

.contact-us-box .texr-input {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    line-height: 35px;
    font-size: 13px;
    background: none;
    padding: 0px 15px;
    color: #000;
}

.contact-us-box .texr-input:focus,
.contact-us-box .textarea-input:focus {
    border: 1px solid #040482;
    outline: none;
}

.contact-us-box .textarea-input {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    line-height: 35px;
    font-size: 13px;
    background: none;
    padding: 0px 15px;
    color: #000;
}


.wh-text-input {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    line-height: 35px;
    font-size: 13px;
    background: none;
    padding: 0px 15px;
    color: #000;
}

.wh-textarea-input {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    line-height: 35px;
    font-size: 13px;
    background: none;
    padding: 0px 15px;
    color: #000;
}

.wh-text-input:focus,
.wh-textarea-input:focus {
    border: 1px solid #040482;
    outline: none;
}

.dark-text-input {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid #bcbcbc;
    line-height: 35px;
    font-size: 13px;
    background: none;
    padding: 0px 15px;
    color: #FFF;
}

.dark-textarea-input {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #bcbcbc;
    font-size: 13px;
    background: none;
    padding: 0px 15px;
    color: #FFF;
}

.dark-text-input:focus,
.dark-textarea-input:focus {
    border: 1px solid #FFF;
    outline: none;
}

.signin-up-wrp {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 3px solid #ccc;
}

.login-part {
    background: #282828;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.reg-part {
    padding: 30px 30px 30px 0px;
}

.login-cont {
    width: 80%;
    padding: 30px 0px;
}


.news-img-video-part {
    display: block;
}

.news-img-video-part img {
    display: block;
    width: 100%;
}

.copyright {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin: 0px;
    border-top: 1px solid #3c3c3c;
    margin-top: 30px;
}

.copyright p {
    font-size: 12px;
    color: #bcbcbc;
    margin: 0px;
}

.design-option-wrp{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.design-option-wrp .option-box {
    display: flex;
    align-items: center;
    margin: 0px 10px 5px 0px;
    border: 1px solid transparent;
}

.design-option-wrp .option-box:last-child{margin-right: 0px;}

.design-option-wrp .option-box i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 30px;
    background:#040482;
    padding: 5px;
}

.design-option-wrp .option-box span {
    font-size: 11px;
    padding: 6px;
    min-width: 70px;
    color:#040482;
    font-weight: 700;
    background:#ececec;
    
}

.design-box{ display: block; background: #bbbbbb; padding: 13px; margin-bottom: 30px; position: relative; transition: all 0.5s;}
.design-box img{display: block; width: 100%;}
.design-box span{ display: block; text-align: center; color: #000; padding: 10px 0px 7px 0px;  font-size: 15px; font-weight: 700;}

.design-box:hover::after{ position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%; z-index: 10; background: #040482b3; transition: all 0.5s;}
.design-buttons{opacity: 0; display: none;}
.design-box:hover .design-buttons{ display: block; text-align: center; position: absolute; z-index: 100; top: 50%; transform: translateY(-50%); width: 100%; left: 0px; height: auto; opacity: 1; transition: all 0.5s; }
.design-buttons a{ width: 40px; height: 40px; background: #FFF; border-radius: 100%; text-align: center; line-height: 40px; margin: 0px 5px;}
.design-buttons a:hover{background: #eaeaea;}

.cart-list-img{ width: 60px; display: inline-block;}
.cart-list-img img{ width: 60px; height: 60px; border:3px solid #bbbbbb; display: inline-block;}

.your-order-wrp{display: block;
    padding: 30px;
    background: #e2e2e2;
    margin: 0px;}

.shoping-info{display: block;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    border: 3px solid #CCC;
    transition: all 0.5s;}

.whight-border-box{ display: block; margin: 0px; padding: 20px; border: 2px solid #bcbcfb;}

.logo-model-wrp{ display: block; margin: 15px 15px 0px 15px; }
.logo-wrp{border-radius: 2px;
    box-shadow: 0px 2px 6px #ccc;
    margin:0px 0px 30px 0px;
    width: 100%;
}
.logo-wrp:hover {
    background: #2b34a02e;
    box-shadow: none;
}

.logo-wrp .image-container {
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.logo-wrp .image-container img {
    max-width: 100px;
    max-height: 100px;
}

.logo-name {
    text-align: center;
    padding: 5px;
    border: none;
    color:#040482;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(0,0,0,.03);
}

.text-option{ display: block; margin: 20px 0px 0px 0px; padding: 0px;}

.text-opt-box{ display: none; margin: 0px; padding: 0px;}
.text-opt-box.show{ display: block;}
.text-opt-box .heading-part{ display: flex; justify-content: space-between; margin: 0px; padding: 10px; border-radius: 4px 4px 0 0;background: #040482;  color: #FFF; font-size: 14px; font-weight: 700;}

.text-opt-box .text-op-cont{ display: block; margin: 0px; padding: 15px; background: #ececec; }

.text-opt-box label {
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
}

.text-opt-box textarea {
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 10px;
}

.image-upload-option{ display: block; margin: 0px 0px 15px 0px; padding:15px; border: 1px solid #CCC;}
.image-upload-option img{ width: 100%;}
.image-upload-option .uploadimg-lable{ display: block; margin: 5px 0px 0px 0px; padding: 0px; text-align: center; font-size: 14px; font-weight: 600;}


#div-bg {
    height: 200px;
    width: 200px;
    border: 1px solid black;
    display: inline-block;
    box-sizing: border-box;
}

#btn-color-picker {
    background: none;
    border: #000 1px solid;
    padding: 2px;
    cursor: pointer;
}

.modal-content label {
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    margin: 0px;
}

.button-row{ display: flex; width: 100%;}
.row-btn{padding: 7px 18px;
    font-size: 14px !important;
    transition: all 0.5s;
    text-align: center;
    border: none;
    margin: 0px 1px;
    width: 100%;}

.other-icons {
    display: inline-flex;
    margin-top: 10px;
}

.other-icons .small-icons {
    border: 1px solid #040482;
    border-radius: 2px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0px 5px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.small-icons svg {
    width: 90%;
    height: 90%;
    margin-bottom: -5px;
}

.other-icons .small-icons:hover, .other-icons .small-icons.active {
    background: #040482;
}

.small-icons svg path {
    fill:#040482;
}
.small-icons:hover svg path {
    fill: #fff;
}
.small-icons i {
    color: #040482;
}

.other-icons .small-icons:hover i, .other-icons .small-icons.active i {
    color: #fff;
}
.my-account-menu-wrp{ display: inline-block; position: relative; ;vertical-align: top;}

.my-account-menu-wrp .user-avtar{ display: inline-block; margin-top: 1px;}

.my-account-menu-wrp .user-avtar span{ display: inline-block; width: 38px; height: 38px; border-radius: 38px; background: #FFF; color: #ff0000; font-size: 18px; text-align: center; line-height: 38px; transition: all 0.3s;}
.my-account-menu-wrp .user-avtar:hover span{ background: #ffffffd6; }
.my-account-menu-wrp .my-account-menu { position: absolute; top:41px; right: 0px; width: 220px; background: #FFF; z-index: 10; box-shadow: 0px 0px 15px #00000057; display: none;}
.my-account-menu-wrp .my-account-menu.show{ display: block;}
.my-account-menu-wrp .my-account-menu ul{ display: block; margin: 0px; padding: 0px; width: 100%;}
.my-account-menu-wrp .my-account-menu ul li{ display: block; margin: 0px; padding: 0px; text-align: left;}
.my-account-menu-wrp .my-account-menu ul li a{ font-size: 13px; color: #212529; display: block; padding:10px 20px; font-weight: 500; }
.my-account-menu-wrp .my-account-menu ul li a:hover{ background: #efefef;}
.my-account-menu-wrp .my-account-menu ul li.logout-link{ border-top: 1px dashed #CCC;}
/*rushik added css*/
#drum-back-color .sp-replacer.sp-light{
    width: 0px;
    padding: 0px;
}
.sp-replacer {
    border: none;
    background: none;
}
.sp-dd{
    display: none;
}

.ribbon {
    display: none;
    /* width: calc(100% - 120px); */
    /*background: var(--grey-color);*/
    background: #f3f3f3;

    border-radius: 0px;
    margin-bottom: 10px;
}
.title-bar {
    display: flex;
    color: white;
    justify-content: space-between;
    background: #040482;
    padding: 5px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.other-icons {
    display: inline-flex;
    margin-top: 10px;
}
#shadow-hoffset, #shadow-voffset, #shadow-blur-size {
    width: 60px;
    margin-right: 5px;
    border: none;
    border-radius: 3px;
    text-align: center;
}
#thumbnail-modal .modal-footer {
    border-radius: 15px;
}
#thumbnail-modal .modal-content {
    border-radius: 15px;
}
@media screen and (max-width: 991px) and (min-width: 767px)
.btn-default {
    padding: 3px 10px;
    margin: 0px 2px 5px;
}

.image-upload-option {
    margin: 10px;
    width: 180px;
    height: 180px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 6px;
}
.pre-image-container {
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}
.image-upload-option h4 {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    color: #0000b1;
    font-weight: bold;
}
.image-upload-option img {
    width: 80%;
    height: 80%;
    border-radius: 24px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto !important;
}

#wizard{
    
    border: 5px solid black;
    /*background-color: blue; 
    width: 100%;
    height: auto;*/
    /*border-radius: 49%;*/
}
#canvas-wrapper{
    /*width: calc(120vh - 50px);*/
    /*width: calc(71.5vh - 50px);*/
    width: 100%;
    margin: auto;
    
    /*setting height in JS*/

    display: flex;
    justify-content: center;
    align-items: center;
    /*background: url('/images/drum-ring.png');*/
    background-size: cover;
}

/*DREAMSTIME MODAL*/
.dreamstime-modal h1 {
    font-weight: bold;
    color: var(--orange-color);
    text-transform: uppercase;
    font-size: 24px;
}

button#search-dreamstime {
    margin: 0px;
}

input#dreamstime-q {
    border-color: var(--blue-color);
    color: var(--blue-color);
}

.dreamstime-modal .box {    
    margin: auto;
    background: #ececec;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dreamstime-modal .box p {
    padding: 10px;
    margin: 0px;
    background: #2b34a0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    height: 70px;
}

.dreamstime-modal .thumbnail-wrapper {
    width: 300px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dreamstime-modal .thumbnail-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.dreamstime-image .price-wrapper{
    display: flex;
    width: 100%;
}

.dreamstime-image .price-wrapper .title {
    width: 70%;
}

.dreamstime-image .price-wrapper .price {
    width: 30%;
}

.dreamstime-image .price-wrapper .price .amount {
    font-size: 24px;
}

.modal-xl {
    max-width: 1140px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: 'loading';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.text_align_center{
    text-align: center;
}