@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;  font-size:14px; color:#7A7A7A;
}
p, ul, ol{color:#7A7A7A; line-height:30px}
.btn.btn-custom {font-size: 18px !important; padding: 10px 45px;}
.header{ background:#fff; font-family: 'Open Sans';     box-shadow: 0 1px 4px rgba(0,0,0,.13)}
.navbar-brand img {
    width: 400px;
}
a{
    text-decoration: none !important;
}
p strong{ color:#000}
h1,h2,h3,h4,h5,h6{font-family: 'Libre Baskerville', serif; color:#000}

.h-icons{ background:url(../images/sprite_icons.svg) no-repeat; background-size: 493px; width:25px; height:25px; display:inline-block}
.h-icons.envelope{  background-position: 0px 4px;}
.h-icons.heart{ background-position: -65px 4px;}
.h-icons.heart.ative {background-position: -65px -30px;}
.h-icons.user{     background-position: -123px 3px;}
.h-icons.angle-down {background-position: -239px 4px;}
.h-icons.bars {background-position: -179px 4px;}
.h-icons.search {background-position: -287px 3px;}
.h-icons.p-grid {background-position: -325px 2px;}
.h-icons.p-list {background-position: -369px 2px;}
.h-icons.search-dark {background-position: -287px -33px;}
.h-icons.left-arrow {background-position: -420px 2px;}
.h-icons.m-filter.d-block {background-position: -470px 2px;}
.h-icons.eye {background-position: -414px -92px;background-size: 700px;}
.h-icons.eye-close {background-position: -414px -122px;background-size: 700px;}
.country-select .flag{ height:20px !important; width:20px !important; border-radius:15px}
.seach-wrapper .btn{border-radius: 0 8px 8px 0px; border: 0 !important;}

.fullContent {
    position: relative;
    display:flex;
      background: #fff7f7;
}

.fullContent .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0,-50%);
}
.fullContent .full-img {
    width: 50%;
    margin-left: auto;padding-left:100px;
}
.fullContent .text-area.pl-0 {
    max-width: 450px;
}

.btn{font-size: 14px;
    padding: 10px 25px;}
.btn-success {
    color: #fff;
    background-color: #778A30;
    border-color: #778A30;
    
}
#playerstream {
    height: 300px !important;
}
#playerimg {
    width: 100%;
    height: 300 !important;
    object-fit: cover;
}
.main-menu ul{list-style:none; display:flex; align-items:center; padding:0; margin:0}
.main-menu ul li a,.about a{ padding:0 22px; display:block; color:#272727; font-weight:normal; font-size:15px;}
li.enquiry a {
    background: #778A30;
    padding: 7px 20px !important;
    border-radius: 4px;
    color: #fff !important;
    text-transform:uppercase
}

.main-banner{
    position: relative;
    /* background: #ebebeb; */
    /* height: 100%; */
}
.main-banner .owl-nav button {
    width: 50px;
    height: 50px;
    background:url(../images/arrow-left.svg) center no-repeat #1B1B1B !important;
    border-radius: 100%;
    position: absolute;
    left:50px; outline:none; border:0;
    top: 36% !important; font-size:0;
    transform: translate(0, -50%);
}
.main-banner .owl-nav button.owl-next{ left:auto; right:50px; background:url(../images/arrow-right.svg) center  no-repeat #1B1B1B !important;}
.main-banner .col-caption{
    max-width: 730px;
    margin: 0 auto;
}
.main-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 36% !important;
    transform: translate(0, -50%);
}
.main-banner .caption-tittle p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.main-banner .caption-tittle h2 {
    font-size: 50px;
    color: #fff;
}
.video_navigate{
    color: #fff!important;
    background-color: rgb(119 138 48 / 60%);
}

.my-100{ margin-top:60px !important; margin-bottom:60px !important}
.mt-100{ margin-top:100px !important;}
.mt-60{ margin-top:60px !important;}
.mb-100{ margin-bottom:100px !important;}

.py-100{ padding-top:100px !important; padding-bottom:100px !important}
.pt-100{ padding-top:100px !important;}
.pb-100{ padding-bottom:100px !important;}
.sub-title {
    margin-bottom: 30px;
}
.sub-title h2 {
    font-size: 32px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.sub-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    height: 1px;
    border-bottom: 1px solid #828282;
    bottom: 0;
}
.newEnevt .sub-title h2:after {
    right: 0;
    margin: 0 auto;
}
p.tagliene {
    color: #778A30;
    font-size: 35px;
    padding: 20px 0px;
}
h1.tagliene {
    color: #778A30;
}
.more-pic .owl-stage {
    display: flex;
}
.more-pic .owl-item img{ width:100% !important}
.more-pic .item {
    height: 100%;
}
.more-pic .video {
    background: #464646;
    height: 100%;
    border-radius: 4px;
    position: relative;
	cursor:pointer;
}
.iframe-col  img {
    width: 100%;
}
.iframe-col  iframe {
    height: 300px !important;
}
.iframe-col{ border:0;}
.more-pic .video:before{content:"\f04b"; 
position:absolute; 
font-family: 'FontAwesome';
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
	top: 50%;
    transform: translate(0, -50%);}
.more-pic .video img {
	opacity: 0;
	height: 100px;
}
.card-body a.btn {
    text-decoration: underline;
    color: #778A30;
}
.text-area{ padding-left:100px;}
.newEnevt {
    background: #f9f9f9;
}
.footer-wrapper{ background:#fff;  font-size: 18px; font-family: 'Open Sans';}

.f-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.f-col ul li {
    margin: 0 0 10px;
    font-size: 15px;
     color: #7A7A7A;
}
.f-col p{font-size: 15px;
     color: #7A7A7A;}

.f-col h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    font-size: 18px;
    text-transform: capitalize;
}
.f-col ul li a {
    color: #7A7A7A;
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
}
.copyRight {
    position: relative;
    margin-bottom: 30px;
}
.copyRight:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    top: 50%;
    transform: translate(0, -50%);
}

.f-logo {
    background: #fff;
}
@media screen and (min-width:767px){
.copyRight .f-logo{
    width:33%; text-align: center;
}
}
.copyRight p {
    margin: 0;
    position: relative;
    top: 25px;
    font-size: 15px;
    color: #7A7A7A;
}


.product-wrapper .card-title {
    font-size: 20px;
}
.product-wrapper small {
    color: #919191;
}
.col-img img{ width:100%}
.toggler-menu {
    display: none;
}
.menu-backdrop,.filter-backdrop{ display:none}

.prod-attr h3 {
    font-size: 18px;
}

.prod-attr ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans';
}

.prod-attr ul li a {
    font-size: 15px;
    color: #272727;
    font-weight: 600;
}
.h-search-mobile,.left-arrow,.mobile-filer-icon{ display:none}
.h-icons.heart.large {
    width: 34px;
    height: 28px;
    background-size: 700px;
    background-position: -92px 2px;
}
.product-content {
    font-size: 18px; line-height:34px
}
.seller p {
    line-height: 25px;
}
.single-pic .item-video {
    min-height: 280px;
}
.rating-wrapper,.like {
    line-height: 25px;
    font-family: 'Open Sans';
    font-weight:600;
}
.rating-wrapper a,.like a{ color:#272727}
.description .nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 12px 25px;
    border-radius: 8px;
    color: #272727;
    font-family: 'Open Sans';
    background:none;
    font-size: 18px;
    font-weight: 600;
}
.description .nav-tabs { list-style:none;border: 0;}
.description .nav-tabs .nav-item .nav-link.active {color: #fff;
    background:#272727;
    
}

.description .nav-tabs .nav-item {
    margin-right: 50px;
}
.tab-pane p{ font-size:20px; line-height:34px;}
.product-content h1{ font-size:40px;}
.img-holder img {
    display: block;
    width: 100%;
    box-shadow: 30px 30px 0px rgb(39,39,39);
}
.login-holder {
    max-width: 390px;
    margin: 0 auto;
}
.custon-input{ border-radius:8px; background:#EBEBEB;  font-size: 14px;  height: 45px;}
.login-holder h1 {
    font-size: 28px;
    margin: 20px 0 30px;
}

.social-login .btn-custom {
    width: 47%;
    padding-left: 0;
    padding-right: 0;
     font-family: 'Open Sans'; 
}

a.recover {
    font-size: 15px;
    line-height: normal;
}
p.recover{ font-size:14px; line-height:normal}

.login-holder .position-relative .eye-close {
    position: absolute;
    right: 0;
    top: 10px;
    right: 15px;
    cursor:pointer;
}

.card-bx {
    box-shadow: 0 1px 6px rgba(26,26,26,.14);
    font-family: 'Open Sans';
        line-height: normal;
            border-radius: 8px;
}
.card-bx h5 {
    font-size: 14px;
    font-weight: 600;
}
.card-bx p{ font-size:12px; line-height:normal;}
.card-bx .badge-success {
    font-size: 12px;
    font-weight: normal;
    background: #37E594;
}
.card-bx small {
    font-size: 13px;
    line-height: 10px;
}

.custom-search {
    border-radius: 50px;
    height: 45px;
    background: url(../images/search.svg) no-repeat;
    border: 0;
    box-shadow: 0 0 3px rgb(0, 0, 0, .13);
    background-position: calc(100% - 20px);
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    
}
.online {
    background: #272727;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Open Sans';
}
.online h2{ font-size:20px; margin:0;}
.typebx {
    box-shadow: 0 0 3px rgb(0 0 0 / 23%);
    background: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.cahtbx{ padding-bottom:60px;}
.typebx .form-control{font-family: 'Open Sans'; box-shadow:none !important; height:45px}
.smily {
    border-right: 1px solid #DCDCDC;
    padding-right: 15px;
    margin-right: 15px;
}
.uplod-file {
    width: 40px;
}
.uplod-file input.custom-file-input {
    width: 100%;
    opacity: 0;
}

.uplod-file.img-file{background: url(../images/image.svg) center no-repeat;}
.uplod-file.document-file{background: url(../images/attach.svg) center no-repeat;}
.message-wrap .media-body {
    -webkit-box-flex:  0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; 
}
.message-wrap .media-body .bg-primary{border-radius:30px; padding:4px 25px; font-size:15px; color:#fff;font-family: 'Open Sans';}

.message-wrap.forward .media-body {
    -webkit-box-flex:  0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; 
}

.bg-grey{ background:#E5E5E5;border-radius:30px; padding:4px 25px; font-size:15px; color:#000000;font-family: 'Open Sans';}
    .chat-time{color:#808080;font-family: 'Open Sans'; font-size:15px;}
    .custom-upload {
    background: #EBEBEB;
    height: 190px;
    width: 170px;
    border-radius: 8px;
}
    
.fileUpload {
    position: absolute;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background: url(../images/plus_icon.svg) center no-repeat;
    line-height: 1.8;
    background-size: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
    top: 50%;
}

.fileUpload input[type=file] {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.uploaded-file .img-col{ flex:0 0 23%; max-width:23%; border-radius: 8px;  background: #EBEBEB; overflow:hidden}
.uploaded-file .img-col img{ width:100%}

.img-col .fileUpload {
    width: 30px;
    height: 30px;
    background-size: 28px;
}

select:not([multiple]) {
    background: url(../images/select-arrow-filled.svg) no-repeat #EBEBEB !important;
    background-position: calc(100% - 15px) !important;
     font-size: 14px;
}
select {
    background: url(../images/select-arrow-filled.svg) no-repeat #EBEBEB!important;
    background-position: calc(100% - 15px) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px !important;
    height:45px !important; border-radius:8px !important
}
.btn-radius{ border-radius:8px; font-size:15px; font-family: 'Lora', sans-serif;}
.form-group label {
    font-size: 16px;
}
.profile-menu{ list-style:none; margin:0; padding:0; font-size:18px;}

.profile-menu li a{ color:#272727}
.profile-menu li.active a{ color:#177AFC}

.profile-wrap .price {
    font-size: 22px;
    font-weight: 600;
}

.profile-wrap label.custom-file-label:after {
    display: none;
}
.profile-wrap label.custom-file-label {
    right: auto;
    left: 0;
    border:0; background:none; font-size:16px; color:#000000
}
h4.product-title.small {
    font-size: 18px;
}

.checkout-heading{
    font-size: 24px;
        font-weight: normal;
        color:#000000
}
.order-summary p {
    font-size: 18px;
    line-height: normal;
}

.shipping .form-control {
    border-radius: 0;
    border: 0;
    padding-left: 0;
    box-shadow: none !important;
    background-color: transparent !important;
}

.shipping .form-control:focus {
    border-color: #000 !important;
}
.shipping .form-control {
    border-radius: 0 !important;
    border: 0;
    padding-left: 0;
    height: 36px !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.mbile-accordian{ display:none}

/**************************Add memories page css start*********************************/
.width100{
    width: 100%;
}
.memory_div {
    width: 80%;
    margin: 0 auto;
}
.categories {
    display: flex;
    flex-wrap: wrap;
}
.user_profile { 
    background-color: #fff;
    box-shadow: 0px 1px 1px 1px #ccccccb8;
    padding: 25px 10px;
    margin-top: -60px;
    border-radius: 4px;
}
.user_img_div {
    width: 46%;
    margin: 0 auto;
    border-radius: 50%;
}
.user_img_div img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.user_profile h5{
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
}
.user_profile p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 10px;
    color: #AAAAAA;
    text-align: center;
}
.user_profile h6{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    color: #778A30;
}
.user_social {
    text-align: center;
    margin-top: 20px;
}
.user_social img {
    width: 14%;
    margin: 0 4px;
}
.div_field input, .dropdown button{
    width: 100%;
    border: 1px solid #C5C5C5;
    text-align: left;
    padding: 12px 10px;
    border-radius: 4px;
    color: #929292;
    margin-top: 25px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.dragndrop_div {
    height: 200px;
    outline: 2px dashed #778A30;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 10px;
    margin-top: 7px;
}
.add_video_div p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #778A30;
    margin-top: 20px;
}
.drag_text p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #929292;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.share_memory_div{
    padding: 80px 0;
}
.share_memory_div p{
    color: #5A5A5A;
    margin: 35px 0 10px 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.form_btn_share{
    text-align: right;
    margin-top: 30px;
}
ul.dropdown-menu.show {
    width: 100%;
    padding: 10px;
    border: 1px solid #C5C5C5;
    text-align: left;
    border-radius: 4px;
    color: #929292;
}
.dropdown-menu a{
    color: #929292;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
button:focus, input {
    outline: none;
    outline: none;
}
.banner_btn{
    background: #778A30;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 28px;
    color: #FFFFFF !important;
    padding: 5px 22px !important;
}
.banner_content {
    position: absolute;
    right: 40px;
    margin: 0 auto;
    bottom: 30px;
}
.banner_btn img{
    margin-top: -4px;
    margin-right: 5px;
}
/**************************Add memories page css start*********************************/
/*************************Map search page css start**************************************/
.search-input {
    background: #fff;
    width: 98%;
    border-radius: 5px;
    position: relative;
    margin: 20px 0px;
}
.search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    padding: 0 60px 0 40px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #929292;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    border-radius: 4px;
}
.search-input.active input{
  border-radius: 5px 5px 0 0;
}
.search-input .autocom-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}
.search-input.active .autocom-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
}
.search_by {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    margin: 20px 0px;
}
.search_by select{
    background: #fff !important;
    height: 55px !important;
    width: 98%;
    outline: none;
    padding: 0 30px 0 4px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #929292;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    border-radius: 4px !important;
}
.autocom-box li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.search-input.active .autocom-box li{
  display: block;
}
.autocom-box li:hover{
  background: #efefef;
}
.search-input .icon{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 60px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #929292;
  cursor: pointer;
  font-weight: 400;
}
.div_line_vertical{
    float: left;
    margin: 0 0px 0 8px;
    color: #929292;
}
.menu_div {
    position: absolute;
    left: -6px;
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #929292;
    cursor: pointer;
    font-weight: 400;
}
.map_search .row{
    margin: 0;
}

/*************************Map search page css end**************************************/


/******************************contact page css start********************************/
@media screen and (min-width:767px){
    .enquiry_div {
    /* width: 75%; */
    margin: 0 auto;
    padding: 60px 0 0px 0px;
}
}

.enquiry_div {
    /* width: 75%; */
    margin: 0 auto;
}

.b_line {
    width: 60px;
    height: 1px;
    background-color: #000;
    margin-top: 15px;
}
.enquiry_form {
    margin-top: 10px;
}
.enquiry_form input, .enquiry_form textarea, .feedback_form textarea {
    width: 100%;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 15px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #929292;
}
.enquiry_form a, .feedback_form a{
    margin-top: 40px; 
}
.banner_enq_text{
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px !important;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.div_enq_line{
    width: 79px;
    height: 0px;
    left: 758px;
    top: 376px;
    border: 1px solid #FFFFFF;
    margin: 0 auto;

}
.feedback_form form{
    margin-top: 50px;
}
.feedback_form h5, .enquiry_div h5{
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: #161616;
}
.right-0{ right:0} .top-0{ top:0}
.feedback {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}
.feedback label{
    margin-top: 15px;
}

label > input[type="radio"] + *::before {
  content: "";
  margin-right: 5px;
  border-color: gray;
}
label > input[type="radio"]:checked + * {
  color: teal;
}
label > input[type="radio"]:checked + *::before {
  background: radial-gradient(teal 0%, teal 40%, transparent 50%, transparent);
  border-color: teal;
}
.info_about h4 {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.info_about a, .info_about p{
    font-size: 15px;
    color: #929292;
    line-height: 25px;
    margin-bottom: 0;
}

/******************************contact page css end********************************/

/*****************************gallery css start******************************/
.gal_img img{
    height: 225px;
    width: 100%;
    /* height: 100% !important; */
}
.gallery_div h6 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}
.gallery_div p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #7A7A7A;
    font-weight: 400;
}
.gallery_div a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #778A30;
    font-weight: 500;
}
.mTop40{
    margin-top: 40px;
}

/*****************************gallery css end******************************/

/***********************historic grave css start***************************/
.enquiry_div_text{
    background-color: #ede9d9;
}
.historic_div .row{
    /* background: #F5F5F5; */
    padding: 20px 10px;
    margin: 1px;
}
.historic_div_imgo{
    margin-bottom: 15% !important;
    /* height: 300px; */
}
.historic_div3{
    background: #F5F5F5 !important;
    padding: 20px
}
.historic_div img{
    /* width: 85% !important; */
    /* padding: 0px 20px; */
    /* border-radius: 4px; */
    /* margin: 20px 0px !important; */
    /* height: 100% !important; */
}
.historic_div_text{
    width: 85%;
    padding: 20px;
    background-color: #f5f5f5;
}
.historic_div p{
    margin-bottom: 0;
}
.my_Birthon{
    font-size: 12px !important;
}
.historic_div a{
    text-decoration: underline;
    color: #778A30;
    font-size: 14px;
    font-weight: 500;
}

.historic_div2 img {
    width: 100%;
    /* border-radius: 4px; */
    height: 200px;
    /* margin-bottom: 20px; */
}


/***********************Historic Grave css end***************************/


/***********************historic grave css start***css by Rahul in imgtext.html************************/
.myimg_text{
    /* background-color: #000; */
    /* z-index: 99; */
    overflow: hidden;
    position: relative;
    padding: 10px 0px;
    /* height: 200px; */
}
.myimg_text img{
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.myhover_text{
    position: absolute;
    padding: 10px;
    bottom: 0px;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: auto !important;
    transform: translateY(100%);
}
.myhover_text p, .myhover_text h3, .myhover_text h4{
    color: #fff !important;
}
.myimg_text:hover .myhover_text{
    transform: translateY(0);
}



/***********************historic Grave css end***************************/


@media (min-width: 1200px){
.container {
    max-width: 1200px;
}}

@media screen and (max-width:1025px){
    .mapentries #sidebar {
        min-width: 28% !important;
        max-width: 20% !important;
        background: #000;
        color: #fff;
        transition: all 1.3s;
    }
    .mapentries .content {
        width: 72% !important;
        min-height: 100vh;
        transition: all 1.3s;
    }
    .mapentries .content.inactive {
        width: 94% !important;
        min-height: 100vh;
        transition: all 1.3s;
    }
    .mapentries #sidebar.active {
        margin-left: -242px;
    }
    .collapse .mr-auto {
        margin-right: auto!important;
        margin-left: auto !important;
    }
    .navbar-brand img {
        width: 350px;
    }
}

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

    .seach-wrapper.ml-3 {
    margin: 8px 0 0 !important;
    order: 2;
    width:100%
}

.btn.btn-custom {
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 25px;
}
.my-100 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mb-100 {
    margin-bottom: 50px !important;
}
.mt-100 {
    margin-top: 50px !important;
}
.product-wrapper .row.mb-5 {
    margin-bottom: 20px !important;
}
.product-title.b-line {  padding: 0 5px;
}
.product-title {
    font-size: 25px;
}
.b-line {
    position: relative;
    padding: 0 10px;
border-bottom: 8px solid #177AFC;}
.caption-tittle h2 {
    font-size: 25px;
}
.custom-input-group input.form-control.rounded-0 {
    height: 45px;
}
.caption-tittle p {
    font-size: 18px;
}
.seach-wrapper input.form-control {
    background: #EBEBEB;
height: 40px;}
.media-wrapper .bx-wrapper{ display:none;}
.product-img {
    margin-left: 0;
}
.product-content h1{ font-size:30px;}

.description .nav-tabs .nav-item {
    margin-right: 0;
}
.description .nav-tabs .nav-item .nav-link {

    padding: 8px 20px;font-size: 18px;

}
.mbile-accordian{ display:block}
.description .tab-content,.description .nav-tabs{ display:none}
}

@media screen and (max-width:768px){
    .sub-title {
        margin-bottom: 10px;
    }
    .sub-title h2 {
        font-size: 25px;
        display: inline-block;
        position: relative;
        padding-bottom: 15px;
    }
    .text-area2 {
        padding: 20px 20px 20px 40px;
    }
    .mapentries #sidebar {
        min-width: 35% !important;
        max-width: 20% !important;
        background: #000;
        color: #fff;
        transition: all 1.3s;
    }
    .mapentries .content {
        width: 65% !important;
        min-height: 100vh;
        transition: all 1.3s;
    }
    .map_search .col-md-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-8.map-div {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mapentries #sidebar.active {
        margin-left: -224px !important;
    }
    .mapentries .content.inactive {
        width: 86% !important;
        min-height: 100vh;
        transition: all 1.3s;
    }
}


@media screen and (max-width:767px) {
    .img_fluidone{
        height: 280px;
    }
    .shipping .col-md-4, .shipping .col-md-6 {
    margin-bottom: 15px;
}
.historic_div_imgo{
    margin-bottom: 30% !important;
}
.login-wrap .img-holder.ml-4 {
    margin: 0 0 40px !important;
    padding-right: 30px;
}
.register.mt-5 {
    margin-top: 15px !important;
}
.register p {
    font-size: 18px;
}
.shipping .col-md-4:last-child, .shipping .col-md-6:last-child{ margin-bottom:0}
    .product-content h1 {
    margin-top: 30px;
}
    .sorting{ display:none}
    .seach-wrapper.ml-3 .h-icons.left-arrow {
    position: absolute;
    left: 30px;
    top: 23px;
    z-index: 125; opacity:0.6
}
    .h-search-mobile,.left-arrow,.mobile-filer-icon{ display:block}
    
    .col-md-10.product-wrapper.pl-5 {
    padding-left: 15px !important;
}
        .toggler-menu {
    display:block; cursor:pointer;
    margin-top: 7px;
    margin-right: 10px;
}
.toggler-menu i.h-icons.bars.mr-2 {
    width: 30px;
    height: 30px;
   background-size: 640px;
    background-position: -235px 4px;
}
.rtl .toggler-menu i.h-icons.bars.mr-2 {
    margin-right: 0 !important;
}
.rtl .toggler-menu{ margin-right:0}
    .main-banner .caption-tittle h2 {
    font-size: 25px;
}
.rtl .header .country-wrapper .dropdown-menu {
    min-width: 130px;
    max-width: 130px;
    position: absolute !important;
    top: 34px !important;
}

.col-caption {
    padding-left: 0;
    padding: 30px;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-img.ml-auto.pr-5 {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
}
    
    
    .category-wrap .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .h-sell .btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .navbar-brand img {
    width: 90px;
}
    .h-sell.ml-4 {
    margin-left: 0 !important;
}
header.header.py-3.px-4.sticky-top {
    padding: 10px 15px !important;
}
.h-heart.mx-4 {
    margin: 0 15px!important;
}
.h-sell,
.h-message {
    display: none !important;
}
.country-wrapper.mr-3 {
    margin-right: 0 !important;
}
    .container.mt-3.nav-mobile {
        display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 280px;
    margin: 0 !important;
        z-index: 1200;
    box-shadow: 0 0 10px rgb(0,0,0,05%);

}
.seach-wrapper.ml-3{
    margin: 0 0 0 !important;
    order: 1;
    width: 100%;
     display: none; 
    position: fixed;
    left: 0;
    padding: 15px;
    z-index: 152;
    background:#fff
}
.seach-wrapper.open{ display:block}
.seach-wrapper .btn {
    padding: 5px 10px !important;
}
.seach-wrapper input.form-control {
    background: #EBEBEB;
    height: 40px;
    padding-left: 50px;
}
.main-menu {
    clear: both;
}
.header .dropdown-menu {
    position: static !important;
    border: 0;
    margin: 10px 0 0;
    padding: 20px 0;
    width: 100%;
    transform: translate(0,0) !important;
    background: #f7f7f7;
    border-radius: 0 !important;
}
.header .dropdown-item {
    color: #272727;
    font-weight: 500;
    font-size: 15px;
    padding: 4px 34px;
    text-transform: none;
}
.main-menu ul {
    display: block;
}
.header .cat-wrapper,
.header .main-menu, .header .about{ flex:0 0 100%; max-width:100%}
.cat-wrapper.dropdown {
    order: 3;
    margin-top: 10px;
}
.main-menu ul li a, .about a {
    padding: 10px 22px;
    display: block;
    color: #272727;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.container.mt-3.nav-mobile.open{ display:block}
.container.mt-3.nav-mobile.open+.menu-backdrop{
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 124;
    top: 0;
    left: 0;
}
.filter-backdrop{ position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1254;
    top: 0;
    left: 0;}

.country-select .country-list {
    width: 150px !important;
    white-space: normal;
}

.header .col-12 {
    padding: 0;
}
.cat-wrapper> a {
    margin-left: 15px;
}
.header .h-icons.angle-down {
    background-position: -239px 4px;
    margin-left: auto !important;
    margin-right: 15px;
}
.f-col {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 22px;
}
.rtl .footer-wrapper .f-col {
    text-align: right;
}
.rtl .product-img {
    background: #EBEBEB;
    margin-right: 0;
    margin-left: 0; min-height:200px
}
.rtl .login-wrap .img-holder.ml-4 {
    margin: 0 0 40px !important;
    padding-right: 0;
}

.mbile-accordian button.btn.btn-link.collapsed {
    padding: 0;
    color: #272727;
    font-size: 18px;
    font-weight: 600;
}


.col-md-2.mobile-filter {
    position: fixed;
    left: 0;
    background: #f7f7f7;
    bottom: -100%;
    z-index: 10200;
    width: 100%;
    max-height: 50%;
    padding: 15px;
    overflow: auto;
    box-shadow: 0 0 20px rgb(0, 0, 0,.4);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.col-md-2.mobile-filter.open{ bottom:0}
.col-md-2.mobile-filter.open+.filter-backdrop{ display:block}
.no-checked.ml-auto {
    display: none;
}
.col-12.d-flex.align-items-center.mb-4 {
    margin: 0 !important;
}
.mobile-filer-icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 125;
    background: #fdd551;
    width: 50px;
    height: 50px;
    -webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    border-radius: 100%;
    padding: 13px 12px;
}

.prodduct-list.pt-5 {
    padding: 20px 0 0 !important;
}

ul.profile-menu li {
    background: #fff;
    padding: 6px 15px;
    white-space: nowrap;
    margin: 0px !important;
    border-radius: 0;
    margin-left: -1px !important;
    border: 1px solid #f1f1f1;
}
ul.profile-menu {
    display: flex;
    overflow: auto; margin-bottom:15px;
}
li.my-1.active {
    background: #177AFC;
}
li.my-1.active a {
    color: #fff;
}

.about-wrap .col-md-6.order-1 {
    order: 2;
}
.about-wrap .col-md-6 {
    margin-bottom: 30px;
}
.mapentries .content {
    width: 100% !important;
    min-height: 100vh;
    transition: all 1.3s;
}
.mapentries #sidebar {
    min-width: 100% !important;
    max-width: 20% !important;
    background: #000;
    color: #fff;
    transition: all 1.3s;
}
.mapentries #sidebar.active {
    margin-left: 0px !important;
}
.mapentries .content.inactive {
    width: 100% !important;
    min-height: 100vh;
    transition: all 1.3s;
}
.nav-link {
    display: block;
    padding: 0rem 1rem !important;
}
.navbar-nav.mr-auto li.nav-item {
    padding: 0px 0px !important;
    margin: 8px 1px 1px 8px !important;
}
.dropdown {
    margin-left: 5px;
}

}

.div360page .image img:hover i.fa.fa-chevron-circle-up, i.fa.fa-chevron-circle-down{
    transition: all 0.5s ease-in-out;
    top: 50% !important;
}
.div360page .image img{
    max-width: 100px;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.div360page .image:hover {
    width: 350px !important;
    height: auto !important;
    transition: all 0.5s ease-in-out !important;
}
.div360page .image img:hover{
    max-width: 100% !important;
    transition: all 0.5s ease-in-out;
}
.div360page .image {
    width: 26% !important;
}
.div360page .label{
    padding-top: 0px !important;
}

.dash-input .custom-file-label {
    background: #e7e7e7;
    border: 0;
    width: auto;
}
.dash-input .custom-file-label::after{ display:none}
  .dash-input .custom-file {
    width: 75px;
}   

.custom-file span {
    position: absolute;
    background: none;
    padding: 9px 15px;
    border-radius: 4px;
    font-size: 14px;
} 
.checkout-page label{ font-size:14px;} 


.checkout-page select {
    background: url(../images/down.png) no-repeat !important;
    background-position: calc(100% - 15px) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px !important;
    height: 45px !important;
    border-radius: 8px !important;
}
.menu-left {
    margin-top: 1rem;
}
.menu-item a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}