.main-header .navbar{
    background-color: #763AF9;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    padding: 5px 20px !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}
.main-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 15px;
}
.main-header .navbar-brand {
    font-size: 28px;
    color: #fff!important;
    width: auto;
    font-weight: 600;
    font-style: italic;
    cursor: pointer;
}
.hire-artist-btn {
    border: 2px solid #fff;
    border-radius: 30px;
    color: #763AF9;
    font-size: 16px !important;
    padding: 4px 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 5px 0 !important;
    text-align: center;
}
body{
    padding-top: 84px;
}
.nav-profile .nav-profile-img{
    line-height: 0;
}
.nav-profile .nav-profile-img img{
    height: 26px;
}
.nav-profile .nav-link{
   display: flex;
    align-items: center;
}
.nav-profile .nav-profile-text p {
    margin-bottom: 0 !important;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 500;
}
.nav-profile .dropdown-menu {
    padding: 0;
    min-width: 115px;
}
.nav-profile .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 5px 15px 5px 0px;
}
.nav-profile .dropdown-menu .dropdown-item.active, .nav-profile .dropdown-menu .dropdown-item:active{
    background-color: #8B40E2;
}
.nav-link.dropbtn i{
    font-size: 14px;
}
.main-header .navbar .right-side-menu .nav-item .nav-link{
    margin: 5px 5px;
}
.main-header .navbar .right-side-menu .nav-item.search-outer{
position: relative;
}
.search-outer #wrap {
    margin: 0 0;
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    padding: 0;
    position: relative;
}

.search-outer input[type="text"] {
    height: 45px;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #fff;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
.search-outer input::placeholder{
    color: #fff;
}

.search-outer input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

.search-outer input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
.search-outer .search {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    border: none;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease;
    text-align: center;
    line-height: 30px;
}
.new-banner-inner{
    padding: 10px 0 !important;
}
.new-banner-inner .gredient-text {
    font-size: 20px;
    line-height: 22px;
}
.list-steps{

}
.list-steps ul{
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
}
.list-steps ul li {
    display: inline-block;
    position: relative;
    padding: 40px 40px 0;
    height: 80px;
    width: 24.5%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #474747;
}
.list-steps ul li::after {
    height: 25px;
    width: 25px;
    background-color: #c5c5c5;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.list-steps ul li::before {
height: 3px;
width: 100%;
background-color: #c5c5c5;
position: absolute;
top: 10px;
right: 50%;
content: "";
}
.list-steps ul li:first-child::before{
    content: none;
}
.list-steps {
    margin: 30px 0 0;
}

.list-steps ul li.active::before{
    background-color: #763AF9;
}
.list-steps ul li.active::after{
    background-color: #763AF9;
}
.list-steps ul li.active{
    color: #763AF9;
}

.document-upload-box {
    min-height: 180px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.border-gray {
    border: 1px solid #ddd;
}
.steps-fill-sec .gredient-text {
    font-size: 24px;
    line-height: initial;
    margin-bottom: 0;
}
.steps-fill-sec hr{
    margin: 10px 0;
}
html {
  scroll-behavior: smooth;
}
.uploader-img {
    position: relative;
    /* max-width: 155px; */
    height: 135px;
    width: 180px;
    background-color: #fff;
    border-radius: 50%;
    padding: 30px 30px 20px;
    min-height: 210px;
    display: flex;
    align-items: center;
}
.uploader-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.uploader-img .remove-img {
    position: absolute;
    top: 0px;
    right: 0px;
    color: red;
}
.uploader-img .remove-img img {
    width: 26px !important;
}
.input-group.verification .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    border-radius: 0;
    width: 100%;
    display: block;
    overflow: hidden !important;
}
.common-btn {
    background-color: #763AF9;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #763AF9;
    width: 100%;
    overflow: hidden !important;
}
.input-group.verification .input-group-btn .btn-file1 input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.upload-img-heading {
    font-size: 18px !important;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 15px;
}
.img-upload-row{
    margin-bottom: 30px;
    margin-top: 30px;
}
.filter-orientation-inner ul{
    padding-left: 0;
}
.filter-orientation-inner li{
    display: inline-block;
}
.filter-orientation-inner li .radio .cr {
    border-radius: 0;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #ddd;
}
.filter-orientation-inner li .radio .cr .rectangle {
    background-color: #fff;
    height: 13px;
    width: 25px;
    top: 10px;
    border-radius: 3px;
     margin: 0 auto !important;
}
.filter-orientation-inner li .radio .cr .portrait {
    background-color: #fff;
    height: 25px;
    width: 13px;
    top: 4px;
    border-radius: 3px;
        margin: 0 auto !important;
}
.filter-orientation-inner li .radio .cr .square {
    background-color: #fff;
    height: 25px;
    width: 25px;
    top: 4px;
    border-radius: 3px;
        margin: 0 auto !important;
}
.filter-orientation-inner li .radio label input[type="radio"] + .cr > .cr-icon{
    transform: none;
    opacity: 1;
}
.filter-orientation-inner li .radio label input[type="radio"]:checked + .cr {
    background-color: #763AF9!important;
}
.basic-details-row label{
    font-size: 14px;
    font-weight: 600;
}
.basic-details-row .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 14px;
    height: 35px !important;
    padding: 5px;
}
.basic-details-row textarea.form-control{
    height: auto !important;
}
.basic-details-row .input-group .input-group-append .input-group-text {
    font-size: 13px;
    padding: 4px 5px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.basic-details-row .input-group .form-control{
    border: none;
    border-radius: 0;
}
.basic-details-row .input-group{
    border: 1px solid #ddd;
    border-radius: 5px;
}
.select-type-row label {
    font-size: 14px;
    font-weight: normal;
}
.for-sale-radio{
    padding-left: 0;
}
.for-sale-radio li {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}
.for-sale-radio li label {
    font-size: 14px;
    font-weight: normal;
}
.for-sale-radio li .radio .cr .cr-icon {
    margin: 0 auto;
    left: 0;
    color: #763AF9;
}
.for-sale-no-radio .radio .cr .cr-icon{
    color: #763AF9; 
    left: 2px;
     margin: 0 auto;
}


.select-type-row .checkbox .cr .cr-icon{
    color: #763AF9;
}
.border-gray.p-15{
    padding: 15px;
    border-radius: 5px;
}
.client-work h5{
font-weight: 500;
font-size: 15px;
}
.client-work a {
    background-color: #763AF9;
    min-width: 60px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    margin: 10px 10px 10px 0px;
}
.last-submit-btn{
    margin: 30px 0;
}
.basic-details-row .gredient-text{
    margin-top: 30px;
    margin-bottom: 20px;
}
















.footer-main{
    border-top: 1px solid #ddd;
    padding: 50px 0;
}
.footer-main h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
}
.quick-links{
    padding: 0;
}
.quick-links li{
list-style: none;
}
.quick-links li a {
    color: #474747;
    padding: 2px 0;
    display: block;
    text-decoration: none;
}
.social-link{
    padding: 0;
}
.social-link li{
display: inline-block;
}
.social-link li a img {
    height: 38px;
    margin: 0 18px 0 0;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}


.copyright{
     background: #6b3df8;
    background: -moz-linear-gradient(left, #6b3df8 0%, #ba46c1 100%);
    background: -webkit-linear-gradient(left, #6b3df8 0%,#ba46c1 100%);
    background: linear-gradient(to right, #6b3df8 0%,#ba46c1 100%);
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    color: #ffff;
}
.address-box {
    color: #474747;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
}
.footer-main a{
    text-decoration: none !important;
}
.address-box img {
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-letter p{
    color: #474747;
    font-size: 13px;
}
.news-letter .input-group .form-control {
    border: none !important;
    background-color: #f3f3f3;
    padding: 14px 20px;
    font-size: 16px;
    color: #8e8e8e;
    border-radius: 0;
}
.common-btn-new {
    background: #6b3df8;
    background: -moz-linear-gradient(left, #6b3df8 0%, #ba46c1 100%);
    background: -webkit-linear-gradient(left, #6b3df8 0%,#ba46c1 100%);
    background: linear-gradient(to right, #6b3df8 0%,#ba46c1 100%);
    border-radius: 30px;
    padding: 8px 30px;
    border: none;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
.news-letter .input-group .common-btn-new {
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
   
}
.news-letter .input-group{
    margin: 0px 0;
}
.error_validate{
   color: red;
}
.dashboard-inner-banner {
    background-image: url(../../assets/images/banners/banner-innerpages.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.gredient-text{
    font-size: 36px;
    background: linear-gradient(to right, #673BFB, #BD46BE);
    background: -webkit-linear-gradient(to right, #673BFB, #BD46BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    line-height: 55px;
    max-width: 100%;
    display: inline-block;
}
.dashboard-inner-banner h4{
    font-size: 18px;
}
.browse-file-section{
   position: relative;
}

.browse-file-section .input-group{
   border-radius: 30px;
    background-color: #ECECEC;
    font-size: 13px;
    padding: 8px 15px;
    border: none;
    box-shadow: none;
}

.browse-file-section >input{
   width: 100%;
}
.browse-file-section .form-control {
   padding: 0px 0px;
   box-sizing: border-box;
   border-radius: 0;
   background-color: transparent;
}
.browse-file-section button.browse.btn.input-lg {
   padding: 0px 12px;
   box-sizing: border-box;
   border-radius: 0;
   background-color: transparent;
   color: #495057;
   box-shadow: none;
}

.file-hidden{
   visibility: hidden;
   position: absolute;
   left: 0;
   width: 100%;
}
.certify-form-box{
    padding: 60px 0;
}
.certify-form-box .form-control {
    border: none !important;
    background-color: rgb(236, 236, 236);
    border-radius: 30px;
    padding: 15px 15px;
    height: 54px !important;
    box-shadow: none !important;
}
.certify-form-box .browse-file-section .input-group{
    padding: 15px 15px;
    height: 54px !important;
}
.certify-form-box .browse-file-section .input-group .form-control {
    padding: 0;
    height: auto !important;
}
.certify-form-box .form-group{
    margin-bottom: 40px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-bottom: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
      background: #6b3df8;
    background: -moz-linear-gradient(left, #6b3df8 0%, #ba46c1 100%);
    background: -webkit-linear-gradient(left, #6b3df8 0%,#ba46c1 100%);
    background: linear-gradient(to right, #6b3df8 0%,#ba46c1 100%);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.outer-switch{
    
    position: relative;
    display: flex;
    align-items: center;
}
.outer-switch span.label-new{
 font-weight: 600;
    text-transform: uppercase;
        font-size: 18px;
        margin-right: 10px;
}
.certify-form-box .common-btn-new {
    padding: 12px;
    min-width: 315px;
    margin: 0 auto;
}
.login-side-img a{
    color: #fff;
}
.search-row{
    margin-bottom: 40px;
}
.search-row .form-group .form-control {
    border-radius: 30px;
    height: 40px !important;
    font-size: 12px;
    background-color: transparent;
    width: 100%;
}
.search-row .form-group label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.painting-box-outer {
    margin: 10px 0;
    position: relative;
    padding: 0 14px;
}
.painting-box-outer .inner-img-div {
    min-height: 330px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
}
.for-sale-strip {
    position: absolute;
    top: 0;
    left: 0;
    background: #6b3df8;
    background: -moz-linear-gradient(left, #6b3df8 0%, #ba46c1 100%);
    background: -webkit-linear-gradient(left, #6b3df8 0%,#ba46c1 100%);
    background: linear-gradient(to right, #6b3df8 0%,#ba46c1 100%);
    border-radius: 0px 30px 30px 0px;
    padding: 2px 20px;
    color: #fff;
    font-size: 13px;
    z-index: 10;
}

.common-btn-new{
    outline: none !important;
    box-shadow: none !important;
}

.painting-box-outer .inner-img-div  img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.heading-box h4 {
    font-size: 18px;
    background: linear-gradient(to right, #673BFB, #BD46BE);
    background: -webkit-linear-gradient(to right, #673BFB, #BD46BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 0;
}
.painting-box-outer .date-box p {
    font-size: 12px;
    margin-bottom: 0;
    color: #757575;
    text-align: right;
}
.align-item-center{
    align-items: center;
}
.painting-search-box{
    padding: 0px 0 40px;
}
.artist-sec{
    padding: 60px 0;
}
.artist {
    text-align: center;
    margin: 20px 0px;
}
.artist img {
    display: block;
    margin: 0 auto 20px auto;
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.artist-sec .artist .rounded {
    border-radius: 50% !important;
}
.artist-role {
    display: inline-block;
    margin-bottom: 20px;
    color: #763AF9;
    font-weight: 700;
}
.artist-name{
    font-size: 26px;
    color: #161616;
    width: auto;
    font-weight: 600;
}
.artist-info {
    font-size: 14px;
    line-height: 26px;
    color: #474747;
    min-height: 82px;
}
.artist .common-btn-new {
    font-weight: 400;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    margin: 15px 0px;
    color: #fff !important;
}



.modal-certify .modal-dialog {
    max-width: 980px;
}
.certify-modal-header {
    background: #A88AFA;
    background: -moz-linear-gradient(left, #A88AFA 0%, #D690D9 100%);
    background: -webkit-linear-gradient(left, #A88AFA 0%,#D690D9 100%);
    background: linear-gradient(to right, #A88AFA 0%,#D690D9 100%);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.certify-modal-header h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
}
.certify-modal-header p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: right;
    color: #fff;
}
.modal-certify .close {
    height: 35px;
    width: 35px;
    opacity: 1;
    background-color: #763AF9;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 4px;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.info-box-certify .gredient-text {
    font-size: 24px;
    line-height: initial;
    margin-bottom: 15px;
}
.info-box-certify .table td {
    border: none;
    font-size: 14px;
    padding: 8px 0;
    color: #474747;
}
.info-box-certify .table td:first-child{
    font-weight: 600;
}

.info-box-certify .verify-code-line{
   display: flex;
   align-items: center; 
   font-size: 14px;
   color: #474747;
}
.info-box-certify .verify-code-line img{
    height: 90px;
    width: 90px;
    margin-right: 10px;
}
.checkbox-row-certify{
    margin: 40px 0;
   
}
.checkbox-row-certify label {
    color: #6E3DF5;
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox-row-certify .checkbox .cr{
    border: 2px solid #6E3DF5;
}
.congrats-modal .modal-dialog{
    max-width: 400px;
    margin: 10% auto;
}
.info-box-certify h5{
    margin-bottom: 30px;
}
.modal.show .modal-dialog .modal-body{
    padding: 40px 20px;
}
.congrats-box{
    padding: 30px 0;
}
.multiple-certificate-sec{
padding: 60px ;
}
.multiple-certify-inner .gredient-text {
    font-size: 18px;
    margin-bottom: 20px;
}
.multiple-certify-inner .pending-line {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    margin-top: 30px;
}
.multiple-certify-inner .pending-line b{
    font-weight: 600;
}
.multiple-certify-inner {
    padding: 20px !important;
    margin-bottom: 20px;
}
.multiple-certify-inner:hover{
box-shadow: 0px 0px 10px rgba(0,0,0,0.09);
}
.certificate-history-sec{
    padding: 30px 0;
}
.certfy-history-outer{
  border: 1px solid #ddd;
}
.info-box-certify{
    padding: 0 20px ;
}
.action-for-certificate ul{
  padding: 0;  
}
.action-for-certificate ul li{
    list-style: none;
    margin: 25px 0;
}
.action-for-certificate ul li a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.action-for-certificate ul li a img{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 10px;
}
.transfer-now-text{
    font-size: 18px;
    margin: 40px 0;
    font-weight: 500;
}
.transfer-now-text a {
    border: 2px solid #8E40DF;
    padding: 7px 30px;
    border-radius: 30px;
    box-shadow: none;
    background: linear-gradient(to right, #673BFB, #BD46BE);
    background: -webkit-linear-gradient(to right, #673BFB, #BD46BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-left: 20px;
    display: inline-block;
}
.main-history-row h5{
font-size: 24px;
font-weight: 500;
}

.main-history-row a {
    color: #000;
    display: block;
    text-align: left;
    box-shadow: none !important;
    position: relative;
}
.main-history-row h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.main-history-row a span {
    position: absolute;
    right: 0;
    top: 15%;
    line-height: 0;
    font-size: 18px;
    transition: all ease-in-out 0.5s;
    font-weight: 400;
    color: #474747;
}
.main-history-row a p{
    margin-bottom: 0;
}
.main-history-row a[aria-expanded="true"] span {
    transform: rotate(180deg);
    transition: all ease-in-out 0.5s;
}

.main-history-row .colleps-history .disc-box {
    margin: 30px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.qr-scan-sac{
    padding: 50px 0;
}
.qr-scanner p{
    font-size: 20px;
}
.signature-box .main-img-span {
    height: 70px;
    width: 120px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
    margin-left: 50px;
}
.signature-box span img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.outer-signature{
    display: flex;align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.signature-box span.common-btn.btn-file1 {
    position: absolute;
    right: -32px;
    bottom: 10px;
    cursor: pointer;
}
.signature-box span .edit-icon {
    
    height: 25px;
    width: 25px;
    border-radius: 50%;
    object-fit: cover;
}
.edit-signature label{
    font-size: 18px;
    margin-bottom: 0px;
}
.edit-signature .form-group {
    margin-bottom: 2rem;
}
.edit-signature .form-group .form-control {
    border: none;
    padding: 0;
    font-size: 18px;
    color: #000;
}
.enquiry-form-modal .modal-dialog{
    max-width: 685px;
}
.enquiry-form-modal .certify-form-box textarea.form-control{
    height: auto !important;
}
.enquiry-form-modal .certify-form-box {
    padding: 30px 0;
}
.enquiry-form-modal .certify-form-box .form-control {
    padding: 10px 15px;
    height: 45px !important;
}
.enquiry-form-modal .certify-form-box .form-group {
    margin-bottom: 30px;
}
.enquiry-form-modal.modal.show .modal-dialog .modal-body {
    padding: 40px 55px;
}
.enquiry-form-modal .close {
    height: 35px;
    width: 35px;
    border: 2px solid #853FE5;
    opacity: 1;
    color: #853FE5;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
}
.uploader-img {
    position: relative;
    height: 200px;
    width: 100%;
}
.uploader-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.input-group.verification .form-control[readonly] {
    background-color: #fff;
    display: none;
}
.input-group.verification .input-group-btn .btn-file1 input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
}
.common-btn.btn-file1 {
    position: relative;
}
.chatus-box .media .media-body.form-profile {
    padding-right: 70px;
}
.certify-form-box.for-hire-now .nice-select.form-control {
    margin-bottom: 30px;
}
.upload-artwork-box{
position: relative;
}
.upload-artwork-box .input-outer-box{
height: 0px;width: 0px; overflow:hidden;
}
.upload-artwork-box .artwork-upload-btn {
    position: relative;
    top: 0px;
    width: 100%;
    padding: 15px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: rgb(236, 236, 236);
    cursor: pointer;
    border-radius: 30px;
    height: 54px !important;
        color: #6f7275;
        font-size: 16px;
}
.upload-artwork-box span {
    position: absolute;
    right: 20px;
    top: 15px;
        color: #6f7275;
}
.new-main-search {
    padding: 20px 0;
}
.new-main-search .search-row {
    margin-bottom: 0px;
}
.new-main-search .search-row .form-group .form-control{
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #7b7b7b;
}
.new-main-search .search-row .nice-select .list{
    border-radius: 5px;
    background-color:#763AF9 ;
    color: #7b7b7b;
}
.new-main-search .search-row .nice-select .option{
    color: #fff;
}
.new-main-search .search-row .nice-select .option:hover, 
.new-main-search .search-row .nice-select .option.focus, 
.new-main-search .search-row .nice-select .option.selected.focus {
    background-color: #9A4ACD;
}
.filter-main-sec {
    background-color: #B663C7;
    padding: 50px 0 30px;
}

.filter-main-sec .main-heading-box{
    margin-top: 10px;
    position: relative;
}
.filter-main-sec .main-heading-box .title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: -30px;
    left: 0;
    color: #fff;
    margin-right: 20px;
}
.filter-main-sec .main-heading-box .input-ruler-values {
    font-size: 12px;
    right: 0;
    position: absolute;
    top: -30px;
    font-weight: 500;
    color: #fff;
}
.filter-main-sec .main-heading-box .input-ruler-values input {
    border: none;
    max-width: 90px;
    text-align: right;
    font-size: 12px;
    background-color: transparent;
    font-weight: 500;
    color: #fff;
}
.ui-widget-header {
    background: #fff !important;
    border: none !important;
    height: 7px !important;
}

.ui-slider-horizontal {
    height: 7px !important;
    border: none !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover 
{
    border: none !important;
    background: #fff !important;
    border-radius: 50%;
    top: -6px;
}

.ui-widget-content {
    background: #dd9dea !important;
}

.filter-orientation ul,
.filter-size ul{
  padding-left: 0;  
  margin-bottom: 0;
}
.filter-orientation ul li, 
.filter-size ul li {
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;

}
.filter-orientation, .filter-size{
padding-left: 30px;
}
.filter-orientation ul li i.landscape, .filter-size ul li i.landscape {
    position: relative;
}
.filter-orientation ul li i, .filter-size ul li i {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 5px;
}
.filter-orientation ul li i.landscape span, .filter-size ul li i.landscape span {
    width: 22px;
    height: 12px;
    display: block;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    background-color: #bcbbbc;
}
.filter-orientation ul li i.portrait, .filter-size ul li i.portrait {
    position: relative;
}
.filter-orientation ul li i.portrait span, .filter-size ul li i.portrait span {
    width: 12px;
    height: 22px;
    display: block;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -11px;
    position: absolute;
    background-color: #bcbbbc;
}
.filter-orientation ul li i.square, .filter-size ul li i.square {
    position: relative;
}
.filter-orientation ul li i.square span, .filter-size ul li i.square span {
    width: 22px;
    height: 22px;
    display: block;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -11px;
    position: absolute;
    background-color: #bcbbbc;
}
.filter-orientation ul li i.active, .filter-orientation ul li i:hover, .filter-size ul li i.active, .filter-size ul li i:hover {
    background-color: #763AF9!important;
    color: #fff!important;
}
.filter-orientation ul li i.active span, .filter-orientation ul li i:hover span, .filter-size ul li i.active span, .filter-size ul li i:hover span {
    background-color: #fff!important;
}
.filter-size i.small {
    font-size: 9px;
    text-align: center;
    padding: 11px;
}
.filter-size i {
    color: #bcbbbc;
}
.filter-size i.medium {
    font-size: 16px;
    padding: 8px;
}
.filter-size i.large {
    font-size: 24px;
    padding: 4px;
}
.ui-widget.ui-widget-content{
    margin-top: 26px; 
}
.dashboard-inner-banner{
    position: relative;
}
.for-search-heading {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 8px 10px;
    font-weight: 600;
    color: #7b7b7b;
    border-radius: 5px 5px 0 0;
    max-width: 203px;
    margin: 0 auto;
    text-align: center;
}
.sort-sec{
    padding: 30px 0;
}
.sort-sec .search-row {
    margin-bottom: 0px;
}
.sort-sec .search-row .form-group .form-control {
    border: 1px solid #495057 !important;
    font-size: 14px;
}
.artist-main-img-box{
    padding-top: 30px;
    text-align: center;
}
.artist-main-img-box .thumb{
        width: 120px;
    height: 120px;
    border-radius: 120px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
.artist-main-img-box .thumb img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.artist-main-img-box h2 {
    font-size: 16px;
    margin-top: 15px;
}
.artist-main-img-box h2 a{
    color: #474747;
}
.inner-artist-box{
        text-align: center;
    position: relative;
    margin-right: 20px;
    max-width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    height: 310px;
}
.inner-artist-box img {
    background: #f3f3f3;
    margin: 0 auto;
    padding: 4px;
    z-index: 2;
    position: relative;
    border: 4px solid #161616;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: var(--wd);
    height: 226px;
}
.outer-box-artist-img {
    display: flex;
    flex-wrap: wrap;
}
.painting-main-row{
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    margin-bottom: 15px;
    height: 350px;
}
.row.painting-main-row.full-width{
    height: auto;
}
.see-more-btn a {
    display: inline-block;
    background-color: #763AF9;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 75px;
}
.sort-sec{
    background-color: #ecddec;
}
.outer-box-artist-img .artis-img-outer {
    width: 13%;
}
.see-more-btn {
    position: absolute;
    right: 20px;
    bottom: 130px;
    z-index: 10;
}

.inner-artist-box .painting-name {
    color: #000;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 500;
}
.white-bg-row{
    background-color: #fff;
}
.artist-bio {
    padding-top: 70px;
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}
.artist-details {
    margin-top: 0;
}
.artist-details .box-artist-keys {
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: 0;
}
.artist-details .box-artist-keys .title {
    font-size: 12px;
    color: #763AF9;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.artist-details ul.artist-keys li {
    font-size: 14px;
    margin: 18px 0;
    font-weight: 400;
    list-style: none;
}
.artist-details ul.artist-keys li img{
    height: 12px;
}
.artist-details ul {
    margin: 0;
    padding: 0;
}
.artist-bio .resume, .interview .resume {
    opacity: 1;
    position: relative;
}
.artist-bio .resume p, .interview .resume p {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 20px;
    line-height: 26px;
}
.artist-bio .secondary-picture, .artist-bio .secondary-picture .image {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.artist-bio .secondary-picture, .artist-bio .secondary-picture .image {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.artist-details .artist-share ul {
    margin-top: 10px;
}
.artist-details .artist-share li {
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.artist-details .artist-share li i {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 30px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    background-color: #ebebeb;
    color: #fff;
}
.artist-details .artist-share li.facebook i {
    background-color: #38549b;
}
.artist-details .artist-share li.twitter i {
    background-color: #04abf3;
}
.artist-details .artist-share li.pinterest i {
    background-color: #0b76a0;
}
.artist-details .artist-share li.email i {
    background-color: #474747;
}
.artist-details .artist-share li i:hover {
    background-color: #763AF9;
}
.liner {
    background-color: #763AF9;
    height: 80px;
    width: 2px;
    position: absolute;
    top: -40px;
    left: 50%;
}
section.collection .liner.or {
    background-color: #763AF9;
}
section.collection.latest {
    background-color: #f8f8f8;
    position: relative;
}
section.collection {
    padding: 80px 0 40px;
}

section.collection header .title {
    color: #323232;
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 600;
}
.artist-container {
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    margin-bottom: 15px;
    height: 330px;
}
.artist-container figure[data-id] {
    text-align: center;
    position: relative;
    margin-right: 20px;
    max-width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    height: 310px;
}
.transition {
    height: 19px;
    width: 100%;
    z-index: 3;
    position: relative;
    background-color: #efefef;
}
.transition .icon-quote {
    position: absolute;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    top: -25px;
}
.for-latest-art{
    align-items: center;
    justify-content: center;
}
.art-actions i {
    font-size: 16px;
    cursor: pointer;
    color: #000;
    display: block;
    border-radius: 35px;
    height: 35px;
    margin: 0;
    line-height: 40px;
    text-align: center;
    width: 35px;
    background-color: #d2d1d2;
}
.art-actions i.active, .art-actions i:hover {
    background-color: #763AF9;
    color: #fff;
}
.art-actions {
    margin-top: 0;
    text-align: right;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 50;
}
.inner-artist-box .art-actions {
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.inner-artist-box:hover .art-actions, .inner-artist-box:hover .hover {
    opacity: 1;
}
.ml-30{
    margin-left: 30px;
}
.breadcrb ol {
    width: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    flex-wrap: wrap;
}
.breadcrb ol li:first-child {
    padding-left: 40px;
}
.breadcrb ol li {
    background-color: #763AF9;
    display: inline-block;
    height: 40px;
    padding: 10px 6px 0;
    font-weight: 300;
    margin-right: -4px;
}
.breadcrb ol li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 8px;
}
.breadcrb ol li span i {
    
    font-size: 10px;
    color: #fff;
}
.breadcrb ol li:last-child:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid #763AF9;
    border-right: 55px solid transparent;
    top: 0;
    right: -63px;
    position: absolute;
    display: inline-block;
    width: 59px;
    height: 40px;
}
.breadcrb ol li:last-child a, .breadcrb ol li:last-child span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.art-detail-left{
text-align: left;
}
.art-detail-left h6 {
    font-weight: 600;
    color: #763AF9;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
}
.art-detail-left p{
    margin-bottom: 0;
    font-size: 12px;
}
.art-detail-left span img{
   border: none;
   height: 12px;
   background-color: transparent;
   padding: 0;

}
.art-detail-right{
    text-align: right;
}
.art-detail-right p{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
}
.art-detail-right h3 {
    font-size: 12px;
    font-weight: 600;
}
.how-look-img-box img{
height: 350px;
object-fit: cover;
width: 100%;
}

.how-look-img-box .item{
position: relative;
}
.how-look-img-box .for-show-look1 .img-look{
    position: absolute;
    right: 40px;
    top: 69px;
    width: 101px;
    height: auto;
    webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,.3);
    -o-box-shadow: 4px 4px 5px -2px rgba(0,0,0,.3);
    box-shadow: 4px 4px 5px -2px rgba(0,0,0,.3);
}
.how-look-img-box .for-show-look2 .img-look{
    position: absolute;
    left: 250px;
    top: 36px;
    width: 101px;
    height: auto;
    webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,.3);
    -o-box-shadow: 4px 4px 5px -2px rgba(0,0,0,.3);
    box-shadow: 4px 4px 5px -2px rgba(0,0,0,.3);
}


.outer-imag-detials-box{

}
.outer-imag-detials-box.artwork-focus h1 {
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
}
.outer-imag-detials-box.artwork-focus h1 span {
    color: #555;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}
.outer-imag-detials-box.artwork-focus h2 {
    font-size: 17px;
    line-height: 30px;
    padding: 0;
    font-weight: 300;
    margin: 0;
    display: inline-block;
}
.outer-imag-detials-box .artwork-details {
    min-width: 50px;
}
.outer-imag-detials-box .artwork-details ul.artwork-details-list {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 0;
}
.outer-imag-detials-box .artwork-details ul.artwork-details-list li {
    width: 32%;
    flex-grow: 0;
    width: 49%;
    height: auto;
    border-left: 2px solid #000;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    vertical-align: top;
    padding-right: 10px;
    margin: 10px 0;
    list-style: none;
}
.outer-imag-detials-box .artwork-details ul.artwork-details-list li .title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.outer-imag-detials-box .artwork-details ul.artwork-details-list li .info {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    font-weight: 300;
}
.outer-imag-detials-box.artwork-focus h2 a {
    border-bottom: 2px #763AF9;
}
.outer-imag-detials-box.artwork-focus a {
    color: #763AF9;
}
.img-disc-box .prices .price-sold {
    color: #763AF9;
    font-weight: 500;
    display: inline-block;
    font-size: 32px;
}
.img-disc-box .prices .artwork-sold p{
    font-weight: 400;
    color: #1d1d1d;
    font-size: 16px;
}
.img-disc-box .prices .artwork-sold p strong {
    font-weight: 600;
    font-size: 18px;
}
.explore {
    text-align: center;
    margin: 20px 0;
}
.explore a {
    margin: 0 5px;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    color: #000;
    display: inline-block;
    line-height: 150%;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 2px solid #000;
}
.box-share {
    position: relative;
    margin-top: 15px;
}
.box-share ul {
    text-align: center;
    padding-left: 0;
}
.box-share ul li {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: relative;
}
.box-share ul li a, .box-share ul li i {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
    background-color: #763AF9;
    color: #fff;
}

.box-share ul li a{
    background-color: transparent !important;
}


.box-share ul li a:hover, .box-share ul li i:hover {
    color: #fff;
    background-color: #763AF9;
}
.box-share .button-share {
    height: 40px;
    width: 165px;
    font-size: 20px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 35px;
    background-clip: padding-box;
    -webkit-transform: scale(.85) translateY(-10%);
    transform: scale(.85) translateY(-10%);
    transition: all .25s cubic-bezier(.24,.22,.015,1.56),opacity .1s ease-in-out;
    z-index: 99;
    pointer-events: none;
    padding: 0 10px;
    margin: 0;
    background-color: #ebebeb;
    color: #878787;
}
.box-share .button-share ul{
    padding: 0px;
}

.box-share .share-active:hover .button-share {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    pointer-events: auto;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.box-share .button-share ul li i {
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 35px;
    margin: 3px;
}
.box-share .button-share ul li.facebook i {
    background-color: #38549b;
}
.box-share .button-share ul li.twitter i {
    background-color: #04abf3;
}
.box-share .button-share ul li.pinterest i {
    background-color: #0b76a0;
}
.box-share .button-share ul li i:hover{
    color: #fff;
    background-color: #763AF9;
}
.info-certificate img, .info-shipping img{
    height: 40px;
     margin-bottom: 10px;
}
.info-certificate .certificate-title, 
.info-shipping .certificate-title {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.info-certificate,
.info-shipping{
    text-align: center;
}
.box-quick-answers {
    margin: 30px 0;
}
.box-quick-answers ul {
    text-align: center;
    border-bottom: 0;
}
.box-quick-answers .nav-tabs>li {
    float: none;
    display: inline-block;
    text-align: center;
}
.box-quick-answers .nav-tabs>li.active>a, 
.box-quick-answers .nav-tabs>li.active>a:focus, 
.box-quick-answers .nav-tabs>li.active>a:hover {
    color: #000;
    background: inherit;
    font-weight: 500;
    border: 0;
}
.box-quick-answers .nav-tabs>li>a {
    margin-right: 10px;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: #9d9d9d;
    padding: 10px 2px;
    text-transform: uppercase;
}
.box-quick-answers .tab-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #1d1d1d;
    font-weight: 400;
    text-align: justify;
}
.box-quick-answers .tab-content img {
    color: #763AF9;
    height: 50px;
    float: left;
    width: 70px;
    object-fit: contain;
    object-position: left;
    margin-right: 20px;
}
.box-quick-answers .tab-content .link {
    font-weight: 500;
    position: relative;
    color: #000;
    display: inline-block;
    line-height: 150%;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #000;
}
.image-disc-pro-sec {
    background-color: #ebe6f7;
    padding: 25px 0;
}
.faq-more {
    display: none;
}
.artwork-details{
    padding: 0px 0 20px;
}
.artwork-details .title-section {
    font-size: 28px;
    color: #763AF9 !important;
    width: auto;
    font-weight: 600;
    cursor: pointer;
}

.artwork-details .focus-desc{
    font-weight: 400;
    color: #1d1d1d;
    font-size: 16px;
   text-align: justify;
}
.artwork-details .focus-desc a {
    font-weight: 500;
    position: relative;
    color: #000;
    display: inline-block;
    line-height: 150%;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #000;
}
.artwork-details .title-section img{
    height: 32px;
}
.artwork-details .title-section{
    margin-bottom: 15px;
}
.banner-newsletter {
    background-color: #b49de6;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-blend-mode: multiply;
}
.banner-newsletter .title {
    font-size: 25px;
    line-height: 30px;
}
.banner-newsletter .title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 80px;
}
.reinsurance {
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 40px;
}
.reinsurance .icon {
    height: 65px;
    margin-bottom: 20px;
}
.reinsurance .icon img{
    height: 100%;
}
.reinsurance .title {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0;
    font-weight: 500;
}
.reinsurance .desc {
    color: #484848;
    font-weight: 300;
    font-size: 16px;
}
.reinsurance .pay-with {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.reinsurance .pay-with .card.card-visa {
    background-position: -309px -10px;
    background-size: 800px 50px;
    width: 70px;
    height: 30px;
}
.reinsurance .pay-with .card {
    background-image: url(../images/other/sprite_payment.b13992ba.jpg);
    background-repeat: no-repeat;
    margin: 0 10px 15px;
    opacity: .7;
}
.reinsurance .pay-with .card.card-mastercard {
    background-position: -474px -5px;
    background-size: 800px 50px;
    width: 65px;
    height: 40px;
}
.reinsurance .pay-with .card.card-american {
    background-position: -380px -4px;
    background-size: 800px 50px;
    width: 93px;
    height: 40px;
}
.reinsurance .pay-with .card.card-paypal {
    background-position: -207px -4px;
    background-size: 800px 50px;
    width: 103px;
    height: 40px;
}
.reinsurance .pay-with .card.card-3x-en {
    background-position: -673px -7px;
    background-size: 1000px 63px;
    width: 66px;
    height: 50px;
}
.reinsurance .pay-with .card.card-bitcoins {
    background-position: -111px -4px;
    background-size: 800px 50px;
    width: 38px;
    height: 40px;
}
.reinsurance .pay-with .card.card-alipay {
    background-position: -47px -4px;
    background-size: 800px 50px;
    width: 63px;
    height: 40px;
}
.reinsurance .pay-with .card.card-sofort {
    background-position: -149px -5px;
    background-size: 800px 50px;
    width: 58px;
    height: 40px;
}
.footer {
    background-color: #4a148c;
    padding: 50px 0;
}
.footer .f-logo, .footer .f-logo.f-pipe {
    text-align: center;
}
.footer .f-cat {
    margin-top: 20px;
}
.footer .f-cat {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}
.f-links{
margin: 0;
    padding: 0;
}
.footer .f-links li{
    list-style: none;
}
.footer .f-links a, .footer .f-links span {
    color: #fff;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer .f-links a:hover, .footer .f-links span:hover {
    color: #fff;
}

.footer .f-cat.sm {
    font-size: 13px;
}
.footer .f-socials {
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}
.footer .f-socials li {
    display: inline-block;
    color: #fff;
}
.footer .f-socials li a i {
    vertical-align: sub;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* height: 16px; */
    /* width: 15px; */
    margin: 0 3px;
}

.footer .currency, .footer .languages {
    display: inline-block;
    margin-top: 20px;
}
.dropdown, .dropup {
    position: relative;
}
.footer hr {
    opacity: .2;
    border-top: 1px solid #eee;
}
.footer .md-rating {
    margin-bottom: 20px;
}
.footer .md-rating div {
    display: inline-block;
}
.footer .md-rating .review {
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding: 5px 0 0 20px;
}
.footer .md-rating .stars {
    margin-left: 5px;
    vertical-align: top;
}
.footer .md-rating .stars ul li img {
    width: 20px;
    height: auto;
}
.footer .md-rating .stars ul li {
    display: inline-block;
    margin: 0;
}
.footer .copy-right-new {
    color: #fff;
    font-weight: 300;
    text-align: right;
    font-size: 12px;
}
.footer .f-socials li a:hover i {
    color: #fff;
}
.product-slider img {
    width: 72%;
    height: 600px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.product-slider.slick-initialized{
  background-color: #e6e3ec;  
}


.product-slider .slick-dots img {
    height: 100%;
    width: 100%;
}
.product-slider .slick-dots li {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}
.product-slider .slick-dots {
    bottom: -60px;
}
.product-slider .slick-dots li.slick-active{
    opacity: 1;
}
.product-slider .slick-arrow {
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: block;
    z-index: 10;
    border-radius: 50%;
}
.product-slider .slick-prev.slick-arrow::before {
    background-image: url(../images/icons/left.png);
    content: "";
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}
.product-slider .slick-arrow::after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    border: 1px solid #f7f7f7;
    left: -5px;
    top: -5px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}
.product-slider .slick-next.slick-arrow::before {
    background-image: url(../images/icons/right.png);
    content: "";
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}
.product-details-main-sec{
    padding: 60px 0 0;
}
.box-commission,  .box-contact,  .box-hold {
    background-color: #f2f2f2;
    width: 100%;
    padding: 20px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.close-commission-button,.close-contact-button, .close-hold-button {
    text-align: center;
    margin: 10px;
    cursor: pointer;
    color: #777777;
}
textarea,  .box-contact form textarea, .box-hold form textarea {
    height: 180px;
    resize: vertical;
    width: 100%;
    padding: 15px;
        border: none;
}
.box-commission form label, .box-contact form label, .box-hold form label {
    display: block;
    margin-bottom: 5px;
}
.box-commission form input[type=email]{
background-color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 12px 10px 12px 20px;
    outline: 0;
    font-weight: 300;
    line-height: 1.3em;
    height: 52px;
    -webkit-appearance: none;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.box-commission{
    max-width: 450px;
}
.box-commission .common-btn-border{
    width: 100%;
    text-align: center;
}
.box-commission .divider{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0 0;
}
.box-commission .phone-mobile {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;

}
.box-commission .phone-mobile a{
    color: #000;
}
/*.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 700px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 25px 0;
}

.dropdown-content a {
    color: black;
    padding: 0px 6px;
    text-decoration: none;
    display: inline-block;
}


.new-tablink{
     display: block;
    background-color: inherit;
    color: black;
    padding: 5px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    transition: all ease-in-out .5s;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    line-height: 18px;
}
.new-tablink i{
    opacity: 0;
    font-size: 16px;
    transition: all ease-in-out .5s;
}
.new-tablink:hover, .new-tablink.active {
  background-color: #fff;
  padding-left: 30px;
  transition: all ease-in-out .5s;
  color: #763AF9;
}
.new-tablink:hover i, .new-tablink.active i{
    opacity: 1;
    color: #763AF9;
    margin-right: 5px;
    transition: all ease-in-out .5s;
}
.dropdwown-platform{
    min-width: 200px;
}
.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.custom-file-upload1 {
    background-color:#763AF9;
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    margin-left: 30px;
}



/*.dropdown-content a:hover {background-color: #ddd;}
*/
.dropdown:hover .dropdown-content {display: block;}


.tab {
  width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 5px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    transition: all ease-in-out .5s;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    line-height: 18px;
}
.tab button i{
    opacity: 0;
    font-size: 16px;
    transition: all ease-in-out .5s;
}

/* Change background color of buttons on hover */
.tab button:hover, .tab button.active {
  background-color: #fff;
  padding-left: 30px;
  transition: all ease-in-out .5s;
  color: #763AF9;
}
.tab button:hover i, .tab button.active i{
    opacity: 1;
    color: #763AF9;
    margin-right: 5px;
    transition: all ease-in-out .5s;
}


/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  width: 100%;
  height: 250px;
}

.painting-submenu h3{
font-size: 16px;
color: #763AF9;
font-weight: 600;
text-transform: uppercase;
}
.painting-submenu ul{
    padding-left: 0;
}
.painting-submenu ul li{
    list-style: none;
}
.painting-submenu ul li a{
    padding: 4px 0;
    background-color: transparent;
}
.painting-submenu ul li a:hover{
    background-color: transparent;
    color: #763AF9;
    font-weight: 500;
}

.desc-painting-all{
border: 1px solid #ddd;
margin-bottom: 30px;
}
.desc-painting-all h4 {
    background: #6b3df8;
    background: -moz-linear-gradient(left, #6b3df8 0%, #ba46c1 100%);
    background: -webkit-linear-gradient(left, #6b3df8 0%,#ba46c1 100%);
    background: linear-gradient(to right, #6b3df8 0%,#ba46c1 100%);
    color: #fff;
    padding: 12px 20px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
}

.desc-painting-all .inner-row{
    padding: 5px 10px;
}

.desc-painting-all img{
    height: auto;
}
.desc-painting-all ul {
    padding: 0;
    text-align: left;
    margin-bottom: 0px;
}
.desc-painting-all ul li {
    display: inline-block;
    margin: 0 20px;
}
.desc-painting-all ul li img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.desc-painting-all .inner-text h6 {
    font-size: 10px;
    color: #828282;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.desc-painting-all .inner-text h3 {
    font-size: 12px;
    font-weight: 600;
    color: #474747;
}
.desc-painting-all .inner-text{
    margin-bottom: 15px;
}
.desc-painting-all .heading-line{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.desc-painting-all .signature-box img {
    width: 100%;
    height: 33px;
    object-fit: contain;
}
.desc-painting-all .art-img-main {
    border: 1px solid #ddd;
    height: 145px;
    width: 100%;
    object-fit: contain;
}
.desc-painting-all .main-home-heading {
    font-size: 13px;
    text-align: center;
    display: block;
    line-height: initial;
}
.desc-painting-all .past-event-table{
    margin-top: 10px;
}
.desc-painting-all .past-event-table h6 {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.desc-painting-all .table-bordered {
    text-align: center;
    margin-bottom: 0;
    color: #000;
}
.desc-painting-all .table-bordered th {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
}
.desc-painting-all .table-bordered td {
    font-size: 12px;
    padding: 5px 10px;
}
.desc-painting-all.disc-without-past{
    padding-bottom: 30px;
}



.artist-page-sec{
    padding: 60px 0;
}
/*.artist-list-box{
    text-align: center;
}
.artist-list-box img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 5px solid #ddd;
}



.banner-top {
    max-height: 240px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.banner-top-img {
    max-height: 240px;
    min-height: 240px;
}
.banner-top-img > img {
    max-height: 240px;
    max-width: 100%;
    min-height: 240px;
    width: 100%;
}
.banner-top-content {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    color: #fff;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}
.banner-top:hover .banner-top-content {
    height: 100%;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}*/
/*faq page css*/
.faq-block .card {
    border: none;
    margin: 0px 0 20px;
}
.faq-block .card-header {
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;
    padding: 0;
}
.faq-block .card-header .btn-link {
    width: 100%;
    text-decoration: none;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 15px 30px 15px 15px;
    border: 1px solid #ddd;
}
.inc-icon {
    position: absolute;
    right: 15px;
    top: 35%;
    opacity: 0;
    font-size: 12px;
}
.faq-block .card-header .btn-link[aria-expanded="false"]  .inc-icon.plus{
    opacity: 1;
}
.faq-block .card-header .btn-link[aria-expanded="true"]  .inc-icon.minus{
    opacity: 1;
    color: #763AF9;
}
.faq-block .card-body {
    padding: 10px 15px;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}
.faq-block{
    margin: 10px 0 40px;
}
.faq-block .card-header .btn-link[aria-expanded="true"]{
    color: #763AF9;
    border: 1px solid #763AF9;
}
.faq-sec{
    padding: 60px 0;
}
.faq-sec .heading-box {
    margin-bottom: 35px;
}


.faq-sec {
    padding: 60px 0;
}

/*blog page css start*/

.blog-sec{
  padding: 60px 0;
}

.blog-sec .heading-box{
    margin-bottom: 35px;
}
.blog-box .blog-img-box {
    height: 340px;
    border: 1px solid #eee;
}
.blog-box .blog-img-box img{
width: 100%;
height: 100%;
}
.blog-box .blog-desc-box {
    position: absolute;
    background-color: #fff;
    bottom: 1px;
    left: 6%;
    padding: 10px 2px 10px 10px;
    width: 94%;
}
.blog-desc-box h4 a{
    color: #000;
}

.blog-box .blog-desc-box .date {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 4px;
}
.blog-box .blog-desc-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    margin-bottom: 0;
}
.blog-box .blog-desc-box .comment-line{
    font-size: 12px;
    margin-bottom: 0;
    color: #b3b2b2;
    margin-top: 10px;
}

.small-box .blog-img-box{
height: 250px;
}

.small-box.blog-box .blog-desc-box h4 {
    font-size: 12px;
    line-height: 16px;
}
.small-box.blog-box .blog-desc-box .date{
    margin-bottom: 7px;
}
.small-box.blog-box{
    margin-bottom: 20px;
}
.blog-box {
    position: relative;
    webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    margin: 15px 0;
}
.small-box.blog-box .blog-desc-box {
    padding: 10px 10px 5px;
}

.blog-box:hover{
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}



@media (max-width: 767px){
 .blog-box {
    margin-bottom: 30px;
} 
.blog-box .blog-img-box {
    height: auto;
}
.small-box .blog-img-box {
    height: auto;
}
.small-box.blog-box .blog-desc-box {
    padding: 20px;
}
.small-box.blog-box .blog-desc-box h4 {
    font-size: 16px;
    line-height: 22px;
}
.small-box.blog-box {
    margin-bottom: 30px;
}  
}

/*blog details page css*/

.blog-detail-block img.img-blog{
width: 100%;
}
.blog-detail-block .blog-desc-box .date {
    text-transform: uppercase;
    font-size: 14px;
}
.blog-detail-block .blog-desc-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #474747;
    margin-bottom: 0;
}
.blog-detail-block .blog-desc-box .comment-line {
    font-size: 14px;
    margin-bottom: 0;
    color: #b3b2b2;
    margin-top: 10px;
}
.blog-detail-block .blog-desc-box .description-main {
    font-size: 16px;
    line-height: 28px;
    margin: 25px 0;
    text-align: justify;
}
.blog-detail-block .blog-desc-box{
    margin: 0px 0;
}
.blog-detail-block{
    margin: 20px 0;
}

@media (max-width: 991px){
.blog-detail-block {
    margin: 10px 0;
}
}

/*services page css*/

.services-section.style-two {
    position: relative;
    padding: 100px 0 40px;
}
.services-section.style-two .service-block {
    margin-bottom: 60px;
}
.service-block {
    position: relative;
}

.services-section.style-two .service-block .inner-box {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.service-block .inner-box {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block .image-box {
    position: relative;
}

.service-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}
.service-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}
.service-block .lower-content {
    position: relative;
    padding-top: 25px;
}
.service-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: 45px;
}

.service-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    min-height: 190px;
}
.service-block .image-box .image:before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    content: "";
    z-index: 1;
    background-color:rgba(118, 58, 249,1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}
.service-block .inner-box:hover .image-box .image:before {
    width: 100%;
    height: 100%;
    opacity: .80;
}

.service-block .image-box .link {
    position: absolute;
    right: 0px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    text-align: right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 200ms linear;
}
.service-block .inner-box:hover .image-box .link {
    padding-right: 25px;
    opacity: 1;
    visibility: visible;
}
.service-block .image-box .link a {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.services-section.style-two .service-block .inner-box:hover {
    border-color: rgba(118, 58, 249,1);
}

/*about us page css*/

.about-us {
    position: relative;
    padding: 100px 0 80px;
}

.about-us .content-column {
    position: relative;
    margin-bottom: 50px;
}
.about-us .content-column .inner-column {
    position: relative;
    padding-top: 15px;
    padding-left: 50px;
}

.about-us .sec-title {
    margin-bottom: 15px;
}
.about-us .images-column {
    position: relative;
}
.about-us .images-column .inner-column {
    position: relative;
    padding-bottom: 90px;
}
.about-us .images-column .image {
    position: relative;
}
.about-us .images-column figure {
    position: relative;
    margin-bottom: 0;
    box-shadow: 0 2px 18px rgba(0,0,0,0.19);
    border: 2px solid #ffffff;
}
.about-us .images-column .image img {
    display: block;
    width: 100%;
    height: auto;
}
.about-us .images-column .image-2 {
    position: absolute;
    left: 55px;
    bottom: 0;
}
.about-us .images-column .image-2 img{
    width: 170px;
}
.about-us .images-column .image-3 {
    position: absolute;
    right: 55px;
    bottom: 0;
}
.about-us .images-column .image-3 img{
    height: 193px;
}

.about-us .images-column .inner-column:before {
    position: absolute;
    left: -120px;
    bottom: -100px;
    width: 400px;
    height: 520px;
    background-image: url(../images/other/icon-dots.png);
    background-repeat: repeat;
    background-position: left top;
    content: "";
}
.about-us .content-column .message {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 30px;
}
.about-us .content-column .text p {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    margin-bottom: 27px;
}
@media (max-width: 992px){

 .content-column.order-2{
    order: initial;
 } 

}

/*contact page css*/

.contact-page-section {
    position: relative;
    padding: 40px 0 40px;
}
.contact-page-section .heading-box {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-page-section .sec-title {
    max-width: 400px;
    width: 100%;
}
.contact-page-section .heading-box .text {
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    font-weight: 400;
}
.contact-page-section .heading-box .text p{
    margin-bottom: 0;
}

.contact-page-section .heading-box{
    margin-bottom: 20px;
}

.contact-form-two .form-group input, 
.contact-form-two .form-group textarea, 
.contact-form-two .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    height: 50px;
    padding: 10px 25px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form-two .form-group textarea{
    height: auto;
}
.contact-page-section .contact-info {
    position: relative;
    padding-left: 0;
}
.contact-page-section .contact-info li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 50px;
    list-style: none;
}
.contact-page-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 1px dashed #763AF9;
    color: #763AF9;
    font-size: 24px;
}
.contact-page-section .contact-info li .icon.fa-phone{
transform: rotate(90deg);
}

.contact-page-section .contact-info li strong {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #1f2a30;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.contact-page-section .contact-info li p {
    font-size: 13px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
}
.contact-page-section .contact-info li p a {
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-page-section .common-btn-new {
    margin-top: 10px;
}
@media (max-width: 992px){

.contact-page-section .heading-box {
    display: block;
}
.contact-page-section .contact-info {
    margin-top: 20px;
}
.search-outer input[type="text"] {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ddd;
}
.search-outer #wrap {
    margin: 0 0px;
    display: block;
    float: none;
    width: 100% !important;
}
}
@media (max-width: 768px){

.main-header .navbar-brand img {
    height: 32px;
}
.main-header .navbar {
    padding: 5px 20px !important;
}
.navbar-light .navbar-toggler {
    padding: 5px 10px;
}
body {
    padding-top: 60px;
}
.artist-slider .item img{
    height: 320px;
    max-height: auto;
}
}

@media (max-width: 420px){
.banner-slider .slick-slide img {
    height: 280px;
}
}


/*artist main page css*/

.artist-main-page-sec{
    padding: 20px 0;
}
.main-fileter-list{

}
.main-fileter-list ul{
    padding-left: 0;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 30px;
}
.main-fileter-list ul li{
  display: inline-block; 
  width: 24%; 
  text-align: center;
}
.main-fileter-list ul li a {
    color: #474747;
    padding: 8px 20px;
}
.main-fileter-list ul li.active a, 
.main-fileter-list ul li a:hover, 
.main-fileter-list ul li a:focus {
    background-color: #763AF9;
    border-radius: 30px;
    color: #fff;
}
.search-input-box {
    border: 1px solid #f7f7f7;
    border-radius: 30px;
    max-width: 300px;
    padding: 2px 8px;
    color: #000;
    background-color: #f7f7f7;
}
.search-input-box .form-control {
    border: none;
    box-shadow: none;
    border-radius: 30px;
    background-color: #f7f7f7;
}
.search-input-box .input-group-text {
    border: none;
    background-color: transparent;
    color: #333333;
    font-size: 20px;
    padding: 15px;
    color: #474747;
}
.artist-box-main {
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    margin: 15px 0;
}
.artist-box-main .art-work-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}
.artist-box-main .artist-img {
    position: relative;
    padding: 50px;
}
.artist-box-main .artist-img img {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 8px solid #fff;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.artist-box-main .artist-details{
    text-align: center;
}
.artist-box-main .artist-details h4 {
    font-weight: 700;
    font-size: 22px;
    color: #474747;
    margin-bottom: 4px;
}
.artist-box-main .artist-details p{
font-size: 14px;
color: #474747;
margin-bottom: 2px;
}
.artist-box-main .artist-details .for-speciality span {
    display: inline-block;
    background-color: #ebe4f9;
    color: #763AF9;
    margin: 10px 8px 20px;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 5px;
    min-width: 80px;
}
.artist-box-main .artist-details .for-speciality span img{
    height: 12px;
}
.privacy-policy-box{
    text-align: justify;
}
.privacy-policy-box p{
padding: 10px 15px;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}

.testimonial-sec{
    padding: 60px 0;
}
.mb-30{
    margin-bottom: 20px;
}
.testimonial-sec h6 {
    font-size: 20px;
    margin: 0px 0 12px;
    font-weight: 600;
}
.testimonial-sec p{
    padding: 5px 0;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}
.client-slider .item{
    padding: 30px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
    background-color: #e6ddfb;
}
.client-slider .item p{
    text-align: center;
}
.client-slider .slick-dots li button:before{
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 3px solid #763AF9;
    content: "";
    border-radius: 50%;
    opacity: 1;
}
.client-slider .slick-dots li.slick-active button:before{
    background-color: #763AF9 !important;
    opacity: 1;
}
.how-it-works-sec{
    padding: 60px 0;
}
.gift-banner{
    overflow: hidden;
}
.tetimonial-img {
    height: 120px;
    width: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #763AF9;

}
.tetimonial-img img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.client-slider .item h6{
    margin-bottom: 0;
}
.client-slider .item p span{
    margin-bottom: 0;
}
.client-slider .item p.ocupation{
    margin-bottom: 0;
}
.artist-slider .item img {
    height: 520px;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 992px){

.main-fileter-list ul li a {
    padding: 8px 6px;
}


}
@media (max-width: 520px){
  .main-fileter-list ul li {
    width: 48%;
    margin: 10px 0;
}

}
/*how it work page css*/

.how-it-work-sec{
    padding: 40px 0;
}

.how-it-work-box {
    background-color: #EBE2FF;
    border-radius: 15px;
    margin: 20px 35px;
    position: relative;
}
.how-it-work-box::after {
    content: "";
    position: absolute;
    right: -95px;
    background-image: url(../images/other/arrow.png);
    width: 93px;
    height: 36px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    z-index: -1;
}
.how-it-work-box.down-arrow::after {
    transform: rotate(90deg);
    bottom: -65px;
    top: auto;
    left: 30%;
}
.how-it-work-box.after-none::after {
    content: none;
}
.how-it-work-box.swipe-arrow::after {
    transform: rotate(180deg);
    top: 35%;
    left: -100px;
}



.how-it-work-box .inner-work{
    overflow: hidden;
}

.how-it-work-box .img-box {
    padding: 22px 22px 0;
    background-color: #F9F8FF;
    border-radius: 15px;
    position: relative;
}
.how-it-work-box .img-box::after {
    content: "";
    position: absolute;
    left: -10%;
    right: 0;
    height: 108px;
    width: 120%;
    background-color: #F9F8FF;
    border-radius: 0 0 100% 100%;
    z-index: 1;
    margin: 0 auto;
    bottom: -21px;
}
.how-it-work-box .img-box img{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.how-it-work-box .content-box {
    padding: 15px 15px 0;
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-it-work-box .content-box h5 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 600;
}
.how-it-work-box .content-box h5 a{
    color: #763AF9;
}
.mt-100{
    margin-top: 100px;
}
@media (max-width: 992px){

.mt-100{
    margin-top: 0px;
}
.how-it-work-box{
    margin-top: 100px;
}
.order-3{
    order: initial;
}
.how-it-work-box.down-arrow-tab::after {
    transform: rotate(90deg);
    bottom: -65px;
    top: auto;
    left: 30%;
}
.how-it-work-box.normal-arrow-tab::after {
    transform: rotate(0deg);
    top: 35%;
    right: -100px;
    left: auto;
}
.how-it-work-box.swipe-arrow-tab::after {
    transform: rotate(180deg);
    top: 35%;
    left: -100px;
}


.ordertab-1{
order: 1;
}
.ordertab-2{
order: 2;
}
.ordertab-3{
order: 3;
}
.ordertab-4{
order: 4;
}
.ordertab-5{
order: 5;
}
.ordertab-6{
order: 6;
}

}


@media (max-width: 767px){
.how-it-work-box.down-arrow-mob::after {
    transform: rotate(90deg);
    bottom: -65px;
    top: auto;
    left: 30%;
}
.col-lg-4.col-md-6{
order: initial;
}
.how-it-work-box {
    margin: 10px 0px 100px;
}
.how-look-img-box .for-show-look2 .img-look{
    left: 107px;
    top: 36px;
    width: 65px;
}
.how-look-img-box .for-show-look1 .img-look{
        right: 40px;
    top: 69px;
    width: 70px;
}
.desc-painting-all .inner-text h3 {
    font-size: 6px;
    font-weight: 600;
    color: #474747;
}
.desc-painting-all ul li {
    margin: 0 10px;
}
.desc-painting-all ul li img {
    height: 25px;
    width: 25px;
    margin-bottom: 5px;
}
.desc-painting-all .art-img-main {
    height: 80px;
}
.desc-painting-all .inner-text h6{
    font-size: 6px;
}
.for-mobile-show {
    display: block !important;
}
.dropdown-service-mobile ul {
    padding-left: 0;
}
.dropdown-service-mobile li {
    list-style: none;
}
.dropdown-service-mobile li a {
    color: #474747;
    padding: 4px 13px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    text-align: left;
}
}



@media (max-width: 1200px){

.multiple-certify-inner .gredient-text {
    margin-top: 15px;
}


}
@media (max-width: 992px){

.main-history-row .colleps-history .disc-box p{
    word-break: break-all;
}
.certificate-history-sec {
    padding: 30px 0;
}
.certfy-history-outer {
    padding: 10px;
}

.main-history-row h6 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.main-history-row a span {
    top: 35%;
}
}

@media (max-width: 768px){

.formobile{
    display: block !important;
}
.for-desktop{
    display: none;
}

.certify-form-box .common-btn-new {
    min-width: auto;
    padding: 13px 35px;
}
.dashboard-inner-banner {
    padding: 40px 0;
}
.breadcrb ol li:last-child:after {
    right: -62px;
}
.main-header .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 0px;
}
.multiple-certificate-sec {
    padding: 0px;
}
.multiple-certify-inner .gredient-text {
    margin-top: 15px;
}
.transfer-now-text a {
    display: block;
    text-align: center;
    margin: 10px 0;
}
.qr-scan-sac {
    padding: 30px 0;
}
.qr-scanner p {
    margin-top: 20px;
}
.banner-slider .item h2 {
    font-size: 25px;
    line-height: initial;
    font-weight: 800;
    letter-spacing: normal;
}
.banner-content {
    padding: 0 15px;
    height: auto;
}
.banner-left-text {
    padding: 0;
}
.our-artist {
    padding: 20px 0;
}
.main-home-heading {
    font-size: 26px;
    line-height: 30px;
}
.our-artist h4 {
    margin-top: 20px;
}
.our-artist p {   
    text-align: justify;
}
.exhibition-sec {
    padding: 20px 0;
}
.exibition-img-box {
    display: block;
}
.exibition-img-box .img-1-exibition,
.exibition-img-box .img-2-exibition,
.exibition-img-box .img-3-exibition,
.exibition-img-box .img-4-exibition {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.verifiers-tab {
    margin: 15px auto;
}
.verifier-main-content-box {
    padding: 10px 0;
}
.main-content-row-certifier .left-hand-text {
    padding: 0 0px;
}
.main-img-certified .certificate-img {
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100px;
    padding: 10px;
    background-color: #fff;
}
.order-2 {
    order: inherit;
}
.main-content-row-certifier.for-order-change .left-hand-text h3 {
    text-align: left;
}
.main-content-row-certifier {
    margin-bottom: 15px;
}
.team-sec-new {
    padding: 20px 0;
}
.side-img-blog img {
    position: static;
    height: 100%;
    width: 100%;
}
.blog-box-inner {
    background-color: #c147bc;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}
.content-blog .typ-painting {
    margin-top: 20px;
}
.content-blog p {
    text-align: justify;
}
.content-blog h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.list-steps ul li::after {
    height: 12px;
    width: 12px;
}
.list-steps ul li::before {
    height: 2px;
    width: 100%;
    top: 4px;
    right: 50%;
    content: "";
    left: auto;
}
.list-steps ul li {
    font-size: 10px;
    vertical-align: top;
    padding: 15px 0px 0;
        width: 19.5%;
        height: 60px;
}
.list-steps {
    margin: 20px 0 0;
}
.upper-list-step-row {
    top: 62px;
}


}
/* for validation 
------------------------- */
.select-for-valid{
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.nice-select.select-for-valid{
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}

.with-disable[disabled]{
opacity: 0.6;
}