@import url(bootstrap-rtl.min.css);
@import url(owl.carousel.min.css);
@import url(video-js.css);
@import url(aos.css);
#loading {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	color: #fff;
	text-align: center;
	display: none;
}
#loading i {
	position: relative;
	top: 45%;
	color: #ccc;
}
html { margin-top: 0!important; }
body {
    position: relative;
    background: #F5f5f5;
}
p { margin-bottom: 10px; }
a { color: #363636; }
.owl-products { margin-bottom: 20px; }
.owl-products .item a {
    display:block;
    padding-bottom: 20px;
    text-decoration:none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(166 166 166 / 22%);
    padding:10px;
}
.owl-products .item a img {
    border-radius:10px;
    margin-bottom:10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 170px;
}
.owl-products .item a .owl-products-text {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.owl-title h2 {
    font-size: 20px;
    margin-bottom: 20px;
    word-spacing: -2px;
    font-weight: bolder;
    text-align: center;
}
.owl-products .item a h2 {
    height: 40px;
    width: 100%;
    font-size: 11pt;
    font-weight: 600;
    word-spacing: -1.5px;
    margin: 0;
    color: #323232;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-basis: content;
}
.MainSlider {
    position: relative;
    height: 300px;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.MainSlider::before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background:#00000082;
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.MainSlider p {
    z-index: 2;
    font-size: 20px;
    color: white;
    font-weight: 400;
    text-shadow: 0 2px 1px #434343;
    word-spacing: -3px;
    display: block;
    position: relative;
}
.MainSlider h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    font-size: 30px;
    color: white;
    font-weight: 900;
    text-shadow: 0 2px 1px #434343;
    word-spacing: -3px;
}
.MainWidgetBtn {
    position: relative;
    z-index: 3;
    top: -45px;
    display: flex;
    flex-direction: row;
}
.MainWidgetBtn a {
    width: 100%;
    display: block;
    border-left: 1px solid var(--primary-color-text);
    color: var(--primary-color-text);
    text-align: center;
    padding: 30px 10px;
    background: var(--primary-color);
    transition: 0.2s;
}
.MainWidgetBtn a:first-child{
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.MainWidgetBtn a:last-child{
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.MainWidgetBtn a:hover{
    background:var(--primary-color);
    transition:0.2s;
    text-decoration:none;
    filter: brightness(0.85);
}
.MainWidgetBtn a:last-child{
    border-left:0;
}

*:focus{
    outline: none !important;
    text-decoration: none;
}
.container-fluid{
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    margin-left: auto;
    margin-right: auto;
}
.box-one{
    padding-top: 65px;
    background: url(images/box1Bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size:contain;
}
.MainMenu li{
    cursor: pointer;
    margin-left: 20px;
    font-size: 13px;
    color: #191919;
    font-weight: 400;
    display:inline-block;
    white-space:nowrap;
}
.MainMenu li a {
    color: #191919;
}
.MainMenu li a:hover {
    text-decoration:none;
}
.MainMenu li:first-child a {
    color: var(--primary-color);
    font-weight: 600;
}
.box-one-image {
    text-align:left;
}
.box-one-content {
    margin-top: 70px;
}
.box-one-content .wizbox-title {
    font-weight: 900;
    color: #191919;
    word-spacing: -3.5px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    font-size: 18pt;
}
.box-one-content .wizbox-title > span {
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    left: -69px;
    position: absolute;
    bottom: 6px;
    word-spacing: 1px;
    padding: 3px 10px;
    font-size: 10pt;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    padding-bottom: 1px;
    z-index: -1;
}
.box-one-content p {
    line-height: 2.5;
    font-size: 14px;
    text-align: justify;
    word-spacing: -0.5px;
    color: #191919;
}
.box-one-content-btn a{
    background: rgb(46,185,154);
    background: linear-gradient(90deg, rgba(46,185,154,1) 0%, rgba(18,190,208,1) 100%);
    display: block;
    color: #fff;
    text-align: center;
    line-height: 3;
    font-size: 14px;
    border-radius: 100px;
    transition: 0.2s ease-out;
}
.box-one-content-btn:first-child a {
    box-shadow: var(--primary-color)40 0px 8px 24px;
}
.box-one-content-btn:last-child a {
    background:var(--secondary-color);
    color:#424242;
    word-spacing:-2px;
    font-weight:bolder;
}
.box-one-content-btn a:hover {
    text-decoration: none;
    transition: 0.2s ease-out;
    transform: translateY(2px);
}
.box-two {
    margin-bottom: 50px;
    padding-bottom: 22px;
    background: url('images/box2Bg1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.box-two-title {
    margin-bottom: 70px;
}
.box-four-title{
    margin-bottom:30px;
}
.box-two-title h2 ,.box-three-title h2 , .box-four-title h2{
    font-size: 24px;
    font-weight: 800;
    word-spacing: -1px;
    margin-bottom: 3px;
    letter-spacing: -1px;
}
.box-two-title h2 span , .box-four-title span{
    color: var(--primary-color);
}
.box-two-title h3 , .box-three-title h3 , .box-four-title h3{
    font-size: 13px;
    color: #939393;
    word-spacing: -0.5px;
    letter-spacing: -0.5px;
    line-height: 2;
    font-weight: 400;
}
.video-js .vjs-big-play-button{
    top: 44%;
    left: 43%;
}
.box-two-property-list  li{
    font-size: 14px;
    background: white;
    white-space:nowrap;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
    line-height: 3;
    padding: 20px;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.box-two-property-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto;
}
.box-three-title span{
    color: var(--primary-color);
    letter-spacing: -4px;
    word-spacing: -4px !important;
    font-size: 40px;
    margin: 0 5px;
}
.box-three-title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.box-three-form input{
    background: white;
    padding: 30px;
    padding-right: 60px;
    margin-bottom: 50px;
    border:0 ;
    width: 100%;
    border-radius: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 50px 0px;
}
.box-three-form form{
    position: relative;
    display: unset;
}
.box-three-form button{
    position: absolute;
    background: var(--primary-color);
    padding: 25px 40px;
    border-radius: 100px;
    border: 0;
    font-size: 12px;
    color: white;
    top: -23px;
    left: 10px;
}
.box-three-form input::-webkit-input-placeholder { /* Edge */
    color: #aaa;
    font-size: 15px;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
}

.box-three-form input:-ms-input-placeholder { /* Internet Explorer */
    color: #aaa;
    font-size: 15px;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
}

.box-three-form input::placeholder {
    color: #aaa;
    font-size: 15px;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
}
.box-three-form svg{
    position: absolute;
    right: 25px;
    top: -2px;
}
.box-four-call{
    position: relative;
    background: #ffd101;
    margin-top: 50px;
    padding: 30px 200px;
    padding-left: 100px;
    border-radius: 10px;
    height: 120px;
    margin-bottom: 80px;
}
.box-four-call:after{
    content: "";
    background: url(images/phone.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 70px;
    top: -59px;
    height: 179px;
    width: 100px;
}
.box-four-call h3{
    color: #fff;
    text-shadow: 0px 1px 5px #9a9a9a;
    word-spacing: -1px;
    font-size: 25px;
    letter-spacing: -1px;
}
.box-four-call .text-right h4{
    font-size: 14px;
    word-spacing: -0.5px;
    letter-spacing: -0.5px;
    color: #575757;
}
.box-four-call .text-left h4:first-child{
    margin-top: 5px;
    font-weight: 900;
    font-size: 20px;
}
.MainMenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 5;
}
.box-four-call .text-left h4{
    word-spacing: -0.5px;
    letter-spacing: -0.5px;
    font-size: 17px;
}
.video-js{
    display: block;
    max-width: 100%;
    height: 375px;
}
.TopNavxs{
    display:none;
}
.MobileNavShow{
    visibility: visible !important;
    opacity: 1 !important;
    transition:0.2s;
}
.box-four-call a{
    color:#000;
}
.box-four-call a:hover{
    text-decoration:none;
}
.logoMain{
    display:inline-block;
}
.logoMain img{
    width:100px;
}
.MainNav{
    display:flex;
    vertical-align:middle;
    align-items:center;
}
.innerbox {
    margin-top:60px;
}
.single-header{
    box-shadow: rgb(33 35 38 / 3%) 0px 10px 10px -10px;
    padding:20px 0;
    border-bottom:1px solid #f0f1f6;
    background:#Fff;
}
.single-header .singleLogo h1{
    margin:0;
}
.single-header .singleNav , .singleBtnHead{
    display:flex;
    vertical-align:middle;
    align-items:center;
}
.single-header .singleNav ul{
    padding:0;
    margin:0;
    list-style:none;
    display:inline-flex;
    vertical-align:middle;
    align-items:center;
}
.single-header .singleNav ul li a:hover{
    color:var(--primary-color);
    font-weight:bolder;
}
.single-header .singleNav ul li a{
    color:#7f8187;
    text-decoration:none;
    margin-left:40px;
    font-size: 13.5px;
}
/* .singleBtnHead a:first-child{
    margin-left:10px;
} */
.singleBtnHead a:last-child{
    background:var(--secondary-color);
    color:var(--secondary-color-text);
    word-spacing:-2px;
    font-weight:bolder;
}
.singleBtnHead a.btn_logout {
    background: #dc3545;
	color: white;
}
.singleBtnHead a{
    background: var(--primary-color);
    text-decoration:none;
    display: block;
    color: var(--primary-color-text);
    text-align: center;
    line-height: 3;
    white-space:nowrap;
    font-size: 12px;
    border-radius: 100px;
    width:100%;
	margin: 0 3px;
}
.archiveItemImage img{
    border-radius:15px;
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.archiveItem a{
    text-decoration:none;
    border: 1px solid #eaf8f5;
    padding:10px;
    display: block;
    border-radius: 15px;
    box-shadow: rgb(33 35 38 / 3%) 0px 10px 10px -10px;
}
.archiveItem a h2{
    color:#535068;
    font-size:11pt;
    font-weight:900;
    text-align:center;
    word-spacing:-1px;
    margin-top:25px;
    margin-bottom:15px;
}
.archiveItem{
    margin-bottom:30px;
}
.SearchPlace{
    color:white;
    background: rgb(46,185,154);
    background: linear-gradient(90deg, rgba(46,185,154,1) 0%, rgba(18,190,208,1) 100%);
    padding:60px 0;
}
.SearchPlace h2{
    font-size:18pt;
    font-weight:bolder;
    word-spacing:-7px;
    text-shadow:1px 1px 1px #0006;
}
.SearchPlace form{
    position:relative;
    margin-top:15px;
}
.SearchPlace form button{
    background: white;
    border: 0;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 21px;
    border-radius: 200px;
    font-size: 9pt;
    font-weight: 600;
    padding: 0 20px;
    color: #29baa3;
}
.SearchPlace form input{
    background:#65d0c8;
    color:white;
    border:0;
    border-radius:200px;

    padding:15px;
    width:100%;
}
.SearchPlace span{
    font-size:10pt;
}
.SearchPlace input::-webkit-input-placeholder { /* Edge */
    font-size: 13px;
    color:white;
}
.SearchPlace input:-ms-input-placeholder { /* Internet Explorer */
    font-size: 13px;
    color:white;
}

.SearchPlace input::placeholder {
    font-size: 13px;
    color:white;
}
.single-footer{
    background:var(--footer-background-color);
    padding-top:60px;
}
.single-footer-menu h6{
    color:#fff;
    font-weight:bolder;
    margin-bottom:20px;
    word-spacing:-3px;
    text-shadow:1px 1px 1px #54595e;
}
.single-footer-menu nav ul{
    list-style:none;
    padding-right:20px;
}
.single-footer-menu nav ul li a:hover{
    color:var(--primary-color);
    transition:0.2s;
}
.single-footer-menu nav ul li a{
    color: #e3e3e3;
    font-weight: 500;
    line-height: 35px;
    font-size: 13px;
    text-transform: capitalize;
    transition:0.2s;
    text-decoration: none;
}
.single-footer-menu nav ul li{
    position:relative;
}
.single-footer-menu nav ul li:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1px;
}
.single-footer-copyright{
    background:var(--footer-copyright-background-color);
    margin-top:30px;
}
.single-footer-copyright-inner h5{
    font-size:9pt;
    color:#e3e3e3;
    margin:0;
}
.single-footer-copyright-inner{
    padding:30px 0;
}
.single-footer-info span{
    display:block;
    text-align:justify;
    color: #e3e3e3;
    line-height:2;
    font-weight: 500;
    font-size: 13px;
}
.single-footer-info p{
    margin-top:15px;
    margin-bottom:25px;
    text-align:justify;
    color: #e3e3e3;
    font-weight: 500;
    line-height: 25px;
    font-size: 12px;
}
.single-tumb img{
    object-fit:cover;
    border-radius:15px;
}
.single-content , .archiveList{
    min-height:400px;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    background:#Fff;
    padding: 20px;
    margin-bottom: 60px;
}
.ArticlesItem a h2{
    color:var(--primary-color);
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
    border:1px solid #Ddd;
    border-radius:5px;
}
.gform_wrapper.gravity-theme .gfield_label{
    font-size:14px !important;
    margin-bottom:10px !important;
}
.gform_button {
    background:var(--primary-color);
    color:#FFF;
    border:0;
    border-radius:200px;
    padding:8px 20px;
    float:left;
}
.ArticlesItem .archiveItemContent p{
    font-weight: 400;
    line-height: 1.9;
    color: #5d5d5d;
    text-align: justify;
    font-size: 10pt;
    word-spacing: -1px;
}
.single-content-title h1, .single-content-text h2{
    font-weight:bolder;
    color:var(--primary-color);
    word-spacing:-3px;
    font-size:18pt;
}
.single-content-text img{
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px;
}
.single-content .single-content-tag ul{
    padding:0;
    margin:0;
}
.single-content .single-content-tag ul li{
    display:inline-block;
    position:relative;
}
.single-content .single-content-tag ul li:before{
    position:absolute;
    content: ' ';
    width: 6px;
    right:0;
    height: 6px;
    top:10px;
    background: var(--primary-color);
    margin: auto;
    border-radius: 100%;
}
.single-content .single-content-tag h6{
    font-size:10pt;
    margin-bottom:10px;
    color:#aaa;
    position:absolute;
    top:-14px;
    right:10px;
    background:white;
    padding:5px 10px;
}
.single-content .single-content-tag {
    position:relative;
    border-radius:10px;
    border:1px dashed #ddd;
    margin-bottom:15px;
    margin-top:25px;
    padding:15px;
}
.single-content .single-content-tag ul li a:hover{
    color:var(--primary-color);
    transition:0.2s;
}
.single-content .single-content-tag ul li a{
    color:#424242;
    transition:0.2s;
    font-size:10pt;
    word-spacing:-2px;
    padding-right:10px;
    margin-left:20px;
    font-weight:bolder;
    text-decoration:none;
}
.single-content .single-content-text{
    line-height:2;
    margin:15px 0;
    font-size:11pt;
}
.single-content-text table {
    width: 100%;
    border: 1px solid #ddd;
}
.single-content-text table td, .single-content-text table th {
    border: 1px solid #ddd;
}
.single-tumb-gallery {
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    margin-top:10px;
}
.single-tumb-gallery li{
    margin:2.5px;
}
.single-tumb-gallery li a:hover img{
    opacity:1;
    transition:0.2s;
    transform:scale(1.1);
}
.single-tumb-gallery li a img{
    width:100%;
    border:2px solid #fff;
    box-shadow:1px 1px 1px #d3d3d3;
    opacity:0.8;
    transition:0.2s;
}

/* comments */
ol#comments li { margin-bottom: 20px; position: relative; list-style: none; }
ol#comments li .children { margin-right: 50px; position: relative; }
.cm-title h3{
    position:relative;
    top:3px;
    font-size:11pt;
    word-spacing:-2px;
}
.cm-title {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    border-radius:200px;
    color: #f1f1f1;
    box-shadow: 0 1px 1px rgb(232, 232, 232);
    margin-bottom: 20px;
    position: relative;
    font-size:9pt;
}
.cm-title span[data-bubble]:after {
    content: attr(data-bubble);
    position: absolute;
    top: 12px;
    padding: 0 0.5em;
    text-align: center;
    text-shadow: 0 0.063em 0 rgba(0,0,0,.2);
    background-color: #fafafa;
    color: #202020;
    box-shadow: 0 0.063em 0.063em rgba(0,0,0,.2);
    -webkit-transform: translateZ(0);
    will-change: transform;
    left: 1em;
    border-radius: 4em;
    font-size: 1.1em;
}
.login_cm {
    width: 100%;
    padding: 10px 0;
    color: #333;
    background: #fff;
    margin-bottom: 5px;
    font-size:9pt;
}
.exit-btn {
    float: left;
    padding: 1px .7em 1px .7em;
    display: block;
    border-radius: 4em;
    font-size: 1em;
    margin: -2px 0;
    color:white;
    box-shadow: 0 0.063em 0.063em rgba(0,0,0,.2);
    text-shadow: 0 0.063em 0 rgba(0,0,0,.2);
    background-color: #ff5e5e;
}
.exit-btn a { color: #fff;text-decoration:none; font-size:9pt;}
.show-result {
    width: 100%;
    height: 40px;
    padding:0 10px;
    background: #ffc500;
}
.close-icn { float: left; cursor: pointer; }
.show-result span { line-height: 3.4; }
.show-result button {
    border: 0;
    outline: 0;
    box-shadow: 0 0.063em 0.063em rgba(0,0,0,.2);
    background: #e0b008;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    color: #333;
}
#comments { margin-top: 40px; }
.head-cm { padding: 7px;background: rgb(37, 37, 37);margin: 10px 0; box-shadow: 0 1px 1px rgb(34, 34, 34); }
.head-cm h3 { color: #ccc;}
.comment-form:after { display: table;clear: both;content: '';}
.comment-form .form{ margin-right:100px; }
.comment-form .form .form-row{ margin-bottom:10px; }
.comment-form .form .form-row:last-child{ margin-left: 0; margin-top: 20px; }
.comment-form .form .input{ background-color: #fdfdfd; border-radius: 4px; padding: 5px 10px; outline: none; width: 100%; -webkit-transition: 350ms box-shadow; -moz-transition: 350ms box-shadow; -ms-transition: 350ms box-shadow; -o-transition: 350ms box-shadow; transition: 350ms box-shadow; border: none; box-shadow:0 1px 1px rgb(232, 232, 232); color: #1d1c1c;}
.comment-form .form textarea.input{ height: 100px;padding: 15px;resize: none; color: #2b2b2b; }
.comment-form .form label{ color: #cacaca; }
.comment-form .form input[type=submit] {
    border: 0;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    border-radius: 200px;
    background: var(--primary-color);
    padding: 5px 25px;
    padding-top:10px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 350ms box-shadow;
    -moz-transition: 350ms box-shadow;
    -ms-transition: 350ms box-shadow;
    -o-transition: 350ms box-shadow;
    transition: 350ms box-shadow;
    float: right;
    margin-bottom: 10px;
    width: 150px;
    font-size: 15px;
}
.comment-form .form.ng-submitted .input.ng-invalid,.comment-form .form .input.ng-dirty.ng-invalid{box-shadow: 0 2px 6px rgba(212, 47, 47, .55) !important;}
.comment-form .form .input.disabled {background-color: #E8E8E8;}
.comment-form,.comment{margin-bottom: 20px;position: relative;z-index: 0;}
.comment-form,.comment:last-child {margin-bottom: 0;}
.comment-form .comment-avatar,
.comment .comment-avatar{ border: 3px solid rgb(232, 232, 232); border-radius: 50%;  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.59);  height: 80px;  overflow: hidden;  top: 0; width: 80px;  right: 0;position: absolute;}
.comment-form .comment-avatar img,.comment .comment-avatar img{  display: block;  height: auto; width: 100%;}
.comment .comment-box{
    background-color: #fdfdfd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(232, 232, 232);
    position: relative;
    margin-right: 100px;
    min-height: 60px;
    padding: 15px;
}
.comment .comment-box:before,
.comment .comment-box:after{
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent #fff;
    content: "";
    position: absolute;
    top: 25%;
    right: -10px;
}
.comment .comment-box:before{ border-color: transparent rgb(232, 232, 232); top: 26%; }
.comment .comment-text{ color: #333; font-size: 15px; margin-bottom: 25px; padding-left: 100px; }
li li .comment-box{	background: #f3f3f3!important; }
li li .comment-box:before{ border-color: transparent #f3f3f3!important;	top: 26%; }
li li .comment-box:before,
li li .comment-box:after{
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent #f3f3f3!important;
    content: "";
    position: absolute;
    top: 25%;
    right: -10px;
}
.comment .comment-footer{ color: #acb4c2; font-size: 13px; }
.comment .comment-footer:after{ content: ""; display: table; clear: both; }
.comment .comment-footer a{
    -moz-transition: 350ms color;
    -ms-transition: 350ms color;
    -o-transition: 350ms color;
    color: #acb4c2;
    text-decoration: none;
    -webkit-transition: 350ms color;
    transition: 350ms color;
}
.comment .comment-footer .comment-actions a { color: #fff; border-radius: 200px;width: 100%;background: var(--primary-color); padding: 5px 7px;display: block; }
.comment .comment-footer .comment-actions a:hover{ background: #198670;transition:0.2s; }
.comment .comment-info{ float: right; width: 85%; }
.comment .comment-date:before{ content: "|";  margin: 0 10px; }
.comment-actions{ text-align: center; width: 15%; float: left; }
/* end comments */
.box-four-item{
    padding:40px 20px;
    border: 1px dashed #e0e0e0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    vertical-align: middle;
    min-height:280px;
    align-items: center;
    margin:15px 0;
}
.box-four{
    margin-bottom:70px;
    margin-top:100px;
}
.box-four-item .box-four-item-icon img{
    width:100px;
    height:auto;
    border-radius: 20px;
}
.box-four-item h4{
    margin-top: 20px;
    font-size: 13pt;
    font-weight: bold;
    word-spacing: -3px;
    color: #424242;
}
.box-four-item p{
    text-align: center;
    font-size: 9pt;
    margin-top: 7px;
    color: #939393;
    word-spacing: -2px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.9;
}
.box-four-item:hover{
    background: #e9f8f5;
    transition: 0.2s;
    border-color: var(--primary-color);
    cursor: -webkit-grabbing;
    transform:scale(1.03);
}
.box-four-item:hover p{
    color:#424242;
}
.box-four-item:hover h4{
    color:var(--primary-color);
}
/*------------Prices Table---------------*/
.tb-price-box .labelsugs{
    position: absolute;
    top: 20px;
    left: 0;
    color: white;
    background: #3e8c7c;
    padding: 5px 10px;
    font-size: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tb-price-box{
    position:relative;
    background:white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding:15px;
    margin:15px 0;
    border-radius:20px;
}
.tb-price-box .tb-price-title{
    background: rgb(46,185,154);
    text-shadow:1px 1px 1px #505368;
    background: linear-gradient(90deg, rgba(46,185,154,1) 0%, rgba(18,190,208,1) 100%);
    margin:-15px;
    margin-bottom:20px;
    padding:30px 20px;
    color:white;
    font-weight:bolder;
    font-size:13pt;
    word-spacing:-2px;
    text-align:center;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.tb-price-box .tb-price-title span{
    display: block;
    text-shadow:none;
    font-size: 10pt;
    font-weight: 400;
    color: #ffffff9c;
    margin-top: 7px;
}
.tb-price-box ul{
    padding:0;
    margin:0;
    list-style:none;
    min-height:370px;
}
.tb-price-attr li{
    font-size:12pt;
    font-weight:bolder;
    color:#424242;
    line-height:3;
    word-spacing:-2px;
}
.tb-price-attr svg{
    color:var(--primary-color);
}
.tb-price-info{
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    text-align: center;
    margin-top: 15px ;
    color:#EA2027;
}
.tb-price-info span b{
    font-weight:400;
    letter-spacing:normal;
    font-size:12pt;
    color:#505368;
}
.tb-price-info span{
    font-size:30pt;
    letter-spacing:-3px;
    font-weight:bolder;
}
.tb-price-buybtn{
    text-align:center;
    margin:15px 0;
}
.tb-price-buybtn a:first-child{
    background: var(--primary-color);
    display:inline-block;
    color: #fff;
    text-decoration:none;
    padding:10px 20px;
    font-size:10pt;
    border-radius:100px;
    transition:0.2s;
    word-spacing: -2px;
    font-weight: bolder;
}
.tb-price-buybtn a:hover{
    transform:translateY(3px);
    transition:0.2s;
}
.tb-price-buybtn a:last-child{
    background: var(--secondary-color);
    color: #424242;
    display:inline-block;
    text-decoration:none;
    transition:0.2s;
    padding:10px 20px;
    font-size:10pt;
    border-radius:100px;
    word-spacing: -2px;
    font-weight: bolder;
}
/*------------End Prices Table-----------*/
@media only screen and (max-width: 1199px) {
    .box-two-video{
        margin-bottom:30px;
    }
    .box-two-property-list  li:nth-child(even){
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .singleNav{
        position: absolute;
        background: #FFF;
        transition: 0.2s;
        z-index: 5;
        left:0;
        right:0;
        border-top:1px solid #ddd;
        top:88px;
        opacity:0;
        border-bottom:1px solid #ddd;
        height:0;
        overflow:hidden;
    }
    .singleNavShow{
        height:auto;
        box-shadow:0px 6px 6px #ebebeb;
        opacity:1;
    }
    .single-header .singleNav nav{
        width:100%;
    }
    .single-header .singleNav ul{
        display:block;
        width:100%;
    }
    .single-header .singleNav ul li a{
        line-height:4;
        text-align:center;
        display:block;
    }
    .single-header{
        position:relative;
    }
    #OpenNavBtnSingleHeader  span{
        color:var(--primary-color);
    }
    .MainNav{
        display:block;
    }
    .MainMenu{
        display:block;
        margin:0;
        padding-right:30px;
    }
    .single-content{
        min-height:auto;
    }
    .logoMain {
        margin-bottom:30px;
        padding:0;
    }
    .
    .box-three-form input::-webkit-input-placeholder { /* Edge */
        font-size: 12px;
    }
    .box-three-form input:-ms-input-placeholder { /* Internet Explorer */
        font-size: 12px;
    }
    .tb-price-box ul{
        min-height:auto;
    }
    .box-three-form input::placeholder {
        font-size: 12px;
    }
    .box-one-image{
        display: none;
    }
    .comment-actions{
        width:auto;
    }
    .comment .comment-info{
        width:100%;
    }
    #OpenNavBtn > span{
        cursor: pointer;
    }
    .instabtn a{
        display:block;
        padding:5px 0;
    }
    #OpenNavBtn svg{
        color:var(--primary-color);
    }
    .TopNavxs{
        display:block;
    }
    .TopNavxs .instabtn svg{
        color:white;
    }
    .MainMenu{
        overflow-y: auto;
        position: fixed;
        background: #FFF;
        top: 0;
        visibility:hidden;
        opacity:0;
        bottom: 0;
        right:0;
        transition:0.2s;
        z-index: 5;
        padding: 30px;
        left: 40%;
        box-shadow:-100px 0 0px 500px #0000008c;
    }

    .MainMenu li{
        margin:0;
        display:block;
        margin-bottom:15px;
        padding: 10px 0;
    }
    .box-two-property-list  li{
        white-space: nowrap;
        padding:10px ;
        font-size: 12px;
    }

    .box-one{
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .box-one-content{
        margin-top: 25px;
    }
    .box-three-form button{
        padding: 25px;
    }
    .box-four-call{
        padding-right: 100px;
        padding-left: 20px;
    }
    .box-four-call::after{
        right: 5px;
    }
    .box-two{
        margin-top: 0 !important;
        padding-top:0 !important;
    }
    .box-two-property-list{
        overflow:auto;
    }
    .box-two-title{
        margin-bottom: 30px;
    }
    .box-one-content p {
        margin-bottom: 30px;
    }
    .box-four-call .text-left {
        text-align: center !important;
    }
    .container-fluid{
        padding-left:4%;
        padding-right:4%;
    }
}

@media only screen and (max-width: 768px) {
    footer h6 , footer h6 a{
        color:white;
    }
    .instabtn a{
        color:white;
    }
    .owl-products .item a img{
        height:210px;
    }
    .MainWidgetBtn{
        flex-direction: column;
    }
    .MainWidgetBtn a {
        margin:10px 0;
        border-radius:10px !important;
    }
}

@media only screen and (max-width: 575px) {
    .single-footer{
        padding-top:40px;
    }
    .single-footer-menu{
        padding:0 30px;
    }
    .single-footer-info a:first-child{
        display:block;
        text-align:center;
        margin-top:15px;
    }
}

.sansform button {
    background: #009432;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 15px;
    font-size: 10pt;
    margin-top:10px;
}
.sansform label {
    font-size: 10pt;
    color: #646464;
    word-spacing: -1px;
    font-weight: bold;
    margin: 0;
    display: block;
}
.sansform label span {
    color: red;
}
.sansform {
    padding: 0 5px;
    margin-bottom: 10px;
}
.sansform input {
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid #dfe4ea;
    border-radius: 5px;
}
.reserveBoxResult table{
    width:100%;
    text-align:center;
}
.reserveBoxResult tr td button{
    color:white;
    border:0;
    padding:5px 20px;
    border-radius:5px;
}
.reserveBoxResult  thead tr th {
    font-weight: bold;
    padding-bottom: 10px;
}
.reserveBoxResult  tbody tr td {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 15px;
    border: 5px solid #fff;
}
.reserveBoxSelect {
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.reserveBoxSelect select {
    background: #f5f5f5;
    border: 0;
    padding: 10px;
    border-radius: 10px;
    border:1px solid #ddd;
    min-width: 30%;
}
.reserveBoxSelect label{
    color: #464646;
    font-weight: bolder;
    margin: 0 10px;
    margin-bottom:10px;
    word-spacing: -3px;
}
.reserveBox {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
label.required:after {
    content: " * ";
    color: red;
}

/* Site */
.website-introduce {
	line-height: 2;
	background: #fff;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 20px;
}
.website-video {
	line-height: 2;
	background: #fff;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
	padding: 10px;
}
.website-video > div, .website-video iframe {
	border-radius: 20px!important;
}
#logo {
    max-height: 70px;
}
.main-footer {
	width: 100%;
	background: #fff;
	text-align: center;
	box-shadow: rgb(33 35 38 / 3%) 0px 10px 10px -10px;
	border-top: 1px solid #f0f1f6;
}
.main-footer h6 {
	letter-spacing: 0;
	color: #ccc;
	padding: 20px;
}
.main-footer i {
	color: #ff4343;
}
.days-button .day-btn {
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
}
