



.breadcrumb-main{

    width: 100%;

    display: inline-block;

    padding:15px 0;

    color: #998049;

}

.breadcrumb-main a{

    color: #181818;

}

.main_title.black_title {

    text-align: center;

    margin-top: 25px;

}

.post_title h3 {

    font-family: "Quattrocento", serif;

    margin-bottom: 15px;

    font-weight: 400;

    font-size: 36px;

    text-transform: uppercase;

}

.card {

    background: #FFFFFF;

    box-shadow: 0px 0px 40px rgb(61 65 67 / 20%);

    border-radius: 20px;

    padding: 50px;

    width: 800px;

    max-width: 100%;

    margin: auto;

    margin-bottom:30px;

    border: 0;

}

.card label {

    margin-bottom: 10px;

    font-weight: 600;

    font-size: 14px;

}

.categories-items{

    width: 100%;

    padding-top:5px;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    gap: 24px;

}

.category-item{

    width: 100%;

    cursor: pointer;

}

.category-img{

    width: 100%;

    position: relative;

    border: 3px solid #fff;

    border-radius: 10px;

    overflow: hidden;

}

.category-img img{

    width: 100%;

}

.category-img .fas{

    position: absolute;

    left:50%;

    top:50%;

    transform: translate(-50%, -50%);

    width: 40px;

    height: 40px;

    background-color: #2196F3;

    border-radius: 50%;

    color:#fff;

    align-items: center;

    justify-content: center;

    display: none;

}

.category-item.active .category-img{

    border-color:#2196F3;

}

.category-item.active .category-img .fas{

    display: flex;

}

.category-item h6{

    font-size: 12px;

    padding-top:8px;

    width: 100%;

    text-align: center;

    font-weight: 600;

}

.radio {

    display: flex;

    margin-top: 15px;

    padding-left: 23px;

}

.radio .form-check-label{

    margin-bottom: 0;

    line-height: 26px;

}

.form-check {

    padding-right: 40px;

}

.form-group {

    margin-bottom: 25px;

}

input.form-control_twitter,

input.form-control_facebook,

input.form-control_instagram,

input.form-control_linkedin,

input.form-control_youtube,

input.form-control_whatsapp {

    background-image: url(../images/twitter.svg)!important;

    background-repeat: no-repeat!important;

    background-position: -6px center!important;

    padding-left: 53px;

    background-size: 100%;

}

input.form-control_facebook {

    background-image: url(../images/facebook.svg)!important;

}

input.form-control_instagram {

    background-image: url(../images/instagrarm.svg)!important;

}

input.form-control_linkedin {

    background-image: url(../images/linkedin.svg)!important;

}

input.form-control_youtube {

    background-image: url(../images/youtube.svg)!important;

}

input.form-control_whatsapp {

    background-image: url(../images/whatsapp.svg)!important;

}

.form-check-input:checked {

    background-color: #998049;

    border-color: #998049;

}

input.form-control {

    background: #FFFFFF;

    border: 1px solid #E4E0D6;

    border-radius: 48px;

    height: 48px;

}

input.form-control:focus{

    border-color:#998049;

}

.btn_section button.btn.btn-primary {

    background-color: #000;

    font-size: 16px;

    font-weight: 500;

    padding: 8px 20px;

    border-radius: 50px;

    color: #ffffff;

    width: 80%;

    height:50px;

    margin: auto;

}

button.btn.btn-primary2 {

    background-color: #998049;

    font-size: 16px;

    font-weight: 500;

    padding: 8px 20px;

    border-radius: 50px;

    color: #ffffff;

    width: 80%;

    height: 50px;

    margin: auto;

}

span.hrrr {

    display: flex;

    flex-direction: row;

    max-width: 80%;

    margin: 25px auto;

}

span.hrrr span{

    background-color: #E6B325;

    border-radius: 50%;

    width:30px;

    height: 30px;

    display: inline-block;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

}

span.hrrr:before, span.hrrr:after{

  content: "";

  flex: 1 1;

  border-bottom: 2px solid #E4E0D6;

  margin: auto;

}

span.hrrr:before {

  margin-right: 10px

}

span.hrrr:after {

  margin-left: 10px

}

.form_title.black_title h3 {

    font-family: "Quattrocento", serif;

    font-style: normal;

    font-weight: 400;

    font-size: 24px;

    line-height: 24px;

    color: #181818;

    margin-bottom: 20px;

}

.btn_section {

    width: 800px;

    margin: auto;

    max-width: 100%;

    padding: 0 0 50px 0px;

    text-align: center;

}

.upload-btn-wrapper input[type=file] {

  font-size: 100px;

  position: absolute;

  left: 0;

  top: 0;

  opacity: 0;

}

.upload-btn-wrapper {

    position: relative;

    overflow: hidden;

    display: inline-block;

    width: 200px;

    height: 150px;

    border: 2px solid #E4E0D6;

    border-radius: 5px;

    background: url(../images/upload-image.svg) no-repeat #FAFAFA center;

}

.upload-btn-wrapper.dynupload-section{

    width: 100%!important;

    height:auto;

    border:none!important;

    background:inherit!important;

    border-radius: 0!important;

}

.upload-btn-wrapper.dynupload-section .single-image{

    border-radius:3px;

    position: relative;

}

.upload-btn-wrapper.dynupload-section .single-image img {

    max-width: 136px;

    border-radius:3px;

}

.upload-btn-wrapper.dynupload-section .fixed-edit-section{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    gap: 5px;

    padding-top: 10px;

}

.upload-btn-wrapper.dynupload-section .fixed-edit-section .fileRemover{

    position: absolute;

    right: 3px;

    top: 3px;

    background-color: #fff;

    border-radius: 50%;

    width: 24px;

    height: 24px;

    color: #222222;

    font-size: 14px;

    text-align: center;

    padding-top: 4px;

}

.form-check-input {

    background-color: #ddd;

}

span.select2-selection.select2-selection--multiple {

    position: relative;

    padding: 0px 20px 5px 5px;

    width: 100%;

    z-index: 1;

    margin: 0px;

    font-size: 16px;

    background: #FFFFFF;

    border: 1px solid #E4E0D6;

    border-radius: 48px;   

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {

    cursor: default;

    float: left;

    position: relative;

    display: inline-block;

    margin: 5px 5px 0px 0px;

    padding: 0px 25px 0px 10px;

    overflow: hidden;

    line-height: 36px;

    background: #FFFFFF !important;

    border: 1px solid #E4E0D6 !important;

    border-radius: 48px !important;

    padding:5px;

    font-size:12px;

    font-weight: 600;

}

span.select2-selection.select2-selection--multiple {

    padding: 8px !important;

}

.select2-container--default.select2-container--focus .select2-selection--multiple{

    border-color:#998049!important;

}

.category_search span.select2.select2-container.select2-container--default{

    width: 209px!important;

}

.category_search .form-check-label{

    padding-right: 10px;

}

#fpReviewForm input.form-control{line-height: 37px!important;}
ul.new-menu2 li {margin-bottom: 0!important;}
.fp-footer__nav-link{padding: 0;}

@media screen and (max-width:580px){

    .categories-items {

        grid-template-columns: 1fr 1fr;

        gap: 10px;

    }

    .card .col-xs-12.col-sm-6 {

        margin-bottom: 20px;

    }

    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {        

        border-radius: 0px !important;

    }

}

 .post-headng-sec h5 {

    line-height: 25px !important;

}



 

/* /*   latest csss  */



