body {
  background-color:maroon;
  
}

table .contact-btn {padding : 5px;}
.contact-btn {
    border: solid 1px black;
    padding: 10px;
    border-radius: 5px;
    background: whitesmoke;
    color: #984c16;

}

#footer-page {background-color:#1e1e1f; padding-right:10px; padding-left:10px;}
.copyright p {color:#adadad;font-size:13px;margin-bottom:5px; text-align:center;}
.inquire-btn {background:#421e28; padding:12px 45px; font-weight:600; font-size:22px;float: right;
    position: relative;
    left: -35%;
    text-align: left}
/*lists */
ul {list-style-type: none;}
ul.included li {padding-bottom:10px;}
ul.notincluded li {padding-bottom:10px;}
ul.extras li {padding-bottom:10px;}
ul.included li:before {
         content: '\f00c';
         font-family: 'FontAwesome';
         float: left;
         margin-left: 0.5em;
         padding-right: 0.5em;
         color: #19985f;
         
            }

ul.notincluded li:before {
         content: '\f00d';
         font-family: 'FontAwesome';
         float: left;
         margin-left: 0.5em;
         padding-right: 0.5em;
         color: #d2332a;
         
            }
            
ul.extras li:before {
         content: '\f02b';
         font-family: 'FontAwesome';
         float: left;
         margin-left: 0.5em;
         padding-right: 0.5em;
         color: #afd95a;
         
            }
            
ul.markers li:before {
         content: '\f041';
         font-family: 'FontAwesome';
         float: left;
         margin-left: 0.5em;
         padding-right: 0.5em;
         color: #d2332a;
            }

            
            
.justified {text-align:justify;}
#footer-page {padding-bottom:2px !important;background-color:#191970;}

.langflag {padding:0 0px !important;}
h3 a{color:#502c31}
h1{display:inline-block;font-size:24px;font-weight:600;color:#4d2328;margin:0}
h2{display:inline-block;font-size:20px;font-weight:600;color:#e62a15;margin:0}
h3{display:table-cell;font-size:20px;color:#0d1d3f;margin:0}
h4{display:inline-block;font-size:24px;color:#202625;margin:0}
h5{display:inline-block;font-size:16px;font-weight:600;color:#FFFFFF;margin:0}
h6{display:inline-block;font-size:14px;font-weight:600;color:#0091ea;margin:0}


.quote-btn {color: white; font-weight: 600;}
.details-btn {font-weight: 600;}
.quote-btn:hover {background: rgb(49, 106, 140);} 
.details-btn:hover {background: rgb(49, 106, 140);} 
.gallery-img-name {background: rgba(0, 0, 0, 0.47);}
.container-fluid {margin-bottom: 5px;}
.tours-photo-gallery {margin-bottom: 0px;}
    


/*-----------------widgettitle and t-article and headers styling -----------------------------------*/

@media (min-width: 1200px){ 
    .container {width: 1100px;}
    }
    .widgettitle {
margin-bottom: 0.75em;
padding: 0 0 0 40px;
position: relative;
margin: 0px;
overflow: hidden;
font-size: 1.1em;
font-style: italic;
font-weight: 500;
}

.widgettitle::before, .widgettitle::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 9999px;
}

.widgettitle::before {
right: 100%;
background: url(https://farm9.staticflickr.com/8363/8406681251_7f96c7841d_b.jpg) center right no-repeat;
margin: 0 -30px;
}

.widgettitle::after {
content: url(https://farm9.staticflickr.com/8189/8406681399_73b3d71f82_b.jpg);
margin: -3px 10px;
}

/*-----------------Table  -----------------------------------*/

table.GeneratedTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #ffcc00;
  border-style: solid;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #ffcc00;
  border-style: solid;
  padding: 3px;
}

table.GeneratedTable thead {
  background-color: #ff8000;
}


body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

/*-----------------TEAM -----------------------------------*/

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

/* =============== widget titles ========================= */

    .widgettitle {
margin-bottom: 0.75em;
padding: 0 0 0 40px;
position: relative;
margin: 0px;
overflow: hidden;
font-size: 18px;
font-style: italic;
font-weight: 500;
}

.widgettitle::before, .widgettitle::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 9999px;
}

.widgettitle::before {
right: 100%;
background: url(https://farm9.staticflickr.com/8363/8406681251_7f96c7841d_b.jpg) center right no-repeat;
margin: 0 -30px;
}

.widgettitle::after {
content: url(https://farm9.staticflickr.com/8189/8406681399_73b3d71f82_b.jpg);
margin: -3px 10px;
}

p{font-family: none;
   text-align: justify;

}
div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}


  .demo {
    border:1px solid #C0C0C0;
    border-collapse:collapse;
    padding:5px;
  }
  .demo th {
    border:1px solid #C0C0C0;
    padding:5px;
    background:#FFA74F;
  }
  .demo td {
    border:1px solid #C0C0C0;
    padding:5px;
    line-height:25px;
  }
@media (min-width: 1200px){	
	.container {width: 1150px;}
	}
 

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  
}

/*-----------------Tour images gallery styling-----------------------------------*/

.gallery {
  width: 75%;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

@media (max-width: 470px){	
	.gallery {width: 99%;}
	}
 
.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  display: block;
  border-radius:10px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}
.inquire{

	text-align: right;
}

/* ======== TIMELINE FOR ATLAS AND SAHARA =============== */
.example-header {
  background: #3d4351;
  color: #fff;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center;
}
.example-header h1 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.example-header p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.container-fluid .row {
  padding: 0 0 4em 0;
}
.container-fluid .row:nth-child(even) {
  background: #fff;
}
.example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #e4eaec;
}
.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}
/*==================================
 TIMELINE
 ==================================*/
/*-- GENERAL STYLES
 ------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  color: #0091ea;
  text-transform: uppercase;
  white-space: nowrap;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #ff6b6b;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #ff6b6b;
}
/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ccd5db;
  border-bottom: 3px solid #ccd5db;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}
/*----------------------------------------------
 MOD: TIMELINE SPLIT
 ----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info, .timeline-split .timeline-marker, .timeline-centered .timeline-marker, .timeline-split .timeline-content, .timeline-centered .timeline-content, .timeline-split .period .timeline-info, .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}
/*----------------------------------------------
 MOD: TIMELINE CENTERED
 ----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered, .timeline-centered .timeline-item, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info, .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}
/*----------------------------------------------
 MOD: MARKER OUTLINE
 ----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #ff6b6b;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #ff6b6b;
}

.t-article{
    font-size: 16px;
    border-bottom: 1px solid #ff0084;
    display: inline-block;
    color: #18093a;
     line-height: 30px;
     font-weight: 700;
     letter-spacing: 0px;
}

#Subheader {
    border-bottom: 5px solid #36284B;
    border-top: 5px solid #e0316f;
    box-shadow:inset 0 5px 0px rgba(0, 0, 0, .3);
}

#Subheader .title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0px;
    text-shadow: 1px 0 1px black;
    text-transform: capitalize;
    color: #fff;
}

#CDSWIDWRL {
    width: 225px !important;
}

/*----------------------------------------------
INSIDE TOURS
 ----------------------------------------------*/

.schedule {font-family: "Raleway, Sans-serif"!important; #0a2f4a!important; text-decoration: none; font-weight:600;}
    .breadcrumb>.active {color:#101e25 !important;}
    .breadcrumb {font-weight:600; 
    background: rgba(241,157,55,1);
background: -moz-linear-gradient(left, rgba(241,157,55,1) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,157,55,1)), color-stop(61%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(241,157,55,1) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(241,157,55,1) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(241,157,55,1) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(241,157,55,1) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19d37', endColorstr='#ffffff', GradientType=1 );
border-bottom-left-radius:20px !important;
padding:10px !important;        
    }
.Marrakech-title {font-size:20px; font-family:"Raleway" !important; color:#502c31;}
.Marrakech-title:after {background:#191970; content: '';width: 100%;height: 5px;position: relative;display: block;float: none;margin: 13px 0 0px;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}


.container-fluid .row {padding:0px;}
p.inner-content-box-description {font-family:"Open Sans" !important;}
.inner-banner {text-align:center;}
.schedule-title {font-family:"roboto"; color:#2d6282;}
.inner-content-box {padding-top:0px;}

.itineraries {
    padding-left: 20px;
    margin-left: 42px;
    margin-bottom:20px;
    border-left:1px solid rgba(45, 98, 129, 0.42);
    border-bottom-left-radius: 20px;
}

@media screen and (max-width : 480px) {
    .itineraries {margin-left:0px;}
}

/*gallery itens */


.tour_gallery {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}

.tour_gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.tour_gallery img {
  display: inline;
  width: 32%;
  transition: .1s transform;
  border-radius:5px;
}

.tour_gallery > div:hover {
  z-index: 1;
}

.tour_gallery > img:hover {
  transform: scale(1.4,1.4);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}


/* list styling */


    .list-type1{
width:450px;
margin-left:15px;
}

.list-type1 ol{
counter-reset: li;
list-style: none;
*list-style: decimal;
font-size: 15px;
font-family: 'Raleway', sans-serif;
padding: 0;
margin-bottom: 4em;
}
.list-type1 ol ol{
margin: 0 0 0 2em;
}

.list-type1 a{
position: relative;
display: block;
padding: .4em .4em .4em 2em;
*padding: .4em;
margin: 1em 0;
background: #93C775;
color: #000;
text-decoration: none;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: 10em;
transition: all .2s ease-in-out;
}

.list-type1.Not a{
    background: #ef9c46;
}

.list-type1.Not a:before{
    background: #ef9c46;
}
.list-type1 a:hover{
background: #d6d4d4;
text-decoration:none;
transform: scale(1.1);
}

.list-type1 a:before{
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background:#93C775;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
border-radius: 2em;
color:#FFF;
box-sizing:content-box;
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

*, *:before, *:after {
  margin: -0px;
  padding: 0;
  box-sizing: border-box;
}

#sliderFrame {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-image {
  flex: 0 0 100%;
}

.slider-image img {
  width: 100%;
  height: auto;
}


html, body {
  height: 100vh;
}




h1 {
  font-weight: 400;
  text-align: center;
  display:block;
}

p {
  margin: 0 0 24px;
  line-height: 1.8;
}

main {
  min-width: 320px;
  padding: 50px;
  margin: 0 auto;
  background: #efefef6b;
}


@media (max-width: 420px){ 
    main {padding:18px;}
}



ul.desert-tour-point.child {border:none;}
section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #8e8d8d;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before { content: '\f06e'; }
label[for*='2']:before { content: '\f00c'; }
label[for*='3']:before { content: '\f0c0'; }
label[for*='4']:before { content: '\f1f4'; }

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #1b37a1;
  border: 1px solid #1b37a1;
  border-top: 2px solid maroon;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}


/* new*/

@import url("https://fonts.googleapis.com/css?family=Cabin:400");
:root {
  --sl-pad: 1rem;
  --sl-clr: DarkBlue;
  --txt-clr: black;
  --txt-size: 1.75rem;
}




.side-lines {
  margin: 2rem 0;
  font-size: var(--txt-size);
  color: var(--txt-clr);
}
.side-lines--single {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
  text-align: center;
}
.side-lines--single:before, .side-lines--single:after {
  content: '';
  flex: 1;

  height: 2px;
  background-color: var(--sl-clr);
}
.side-lines--single:before {
  margin-right: var(--sl-pad);
}
.side-lines--single:after {
  margin-left: var(--sl-pad);
}
.side-lines--double {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
  text-align: center;
}
.side-lines--double:before, .side-lines--double:after {
  content: '';
  flex: 1;

  height: 2px;
  height: 4px;
  border-top: 2px solid var(--sl-clr);
  border-bottom: 2px solid var(--sl-clr);
}
.side-lines--double:before {
  margin-right: var(--sl-pad);
}
.side-lines--double:after {
  margin-left: var(--sl-pad);
}
.side-lines--striped {
  display: flex;
  align-items: center;
  justify-content: space-between;

  text-align: center;
}
.side-lines--striped:before, .side-lines--striped:after {
  content: '';
  flex: 1;
 
  height: 6px;
  height: 12px;
  background: repeating-linear-gradient(45deg, var(--sl-clr), var(--sl-clr) 6px, transparent 6px, transparent 12px);
}
.side-lines--striped:before {
  margin-right: var(--sl-pad);
}
.side-lines--striped:after {
  margin-left: var(--sl-pad);
}
.side-lines--checkered {
  display: flex;
  align-items: center;
  justify-content: space-between;

  text-align: center;
}
.side-lines--checkered:before, .side-lines--checkered:after {
  content: '';
  flex: 1;
  
  height: 24px;
  background: linear-gradient(45deg, var(--sl-clr) 25%, transparent 25%), linear-gradient(315deg, var(--sl-clr) 25%, transparent 25%), linear-gradient(225deg, var(--sl-clr) 25%, transparent 25%), linear-gradient(135deg, var(--sl-clr) 25%, transparent 25%);
  background-size: 12px 12px;
}
.side-lines--checkered:before {
  margin-right: var(--sl-pad);
}
.side-lines--checkered:after {
  margin-left: var(--sl-pad);
}
.side-lines--snake {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
  text-align: center;
}
.side-lines--snake:before, .side-lines--snake:after {
  content: '';
  flex: 1;

  height: 24px;
  -webkit-animation: move 0.5s linear infinite forwards;
          animation: move 0.5s linear infinite forwards;
  height: 16px;
  background: radial-gradient(circle at 100% 100%, transparent 30%, var(--sl-clr) 30%, var(--sl-clr) 45%, transparent 45%, transparent), radial-gradient(circle at 0 0, transparent 25%, var(--sl-clr) 25%, var(--sl-clr) 40%, transparent 40%, transparent);
  background-size: 24px 24px;
}
@-webkit-keyframes move {
  to {
    background-position: 24px 24px;
  }
}
@keyframes move {
  to {
    background-position: 24px 24px;
  }
}
.side-lines--snake:before {
  margin-right: var(--sl-pad);
}
.side-lines--snake:after {
  margin-left: var(--sl-pad);
}

/*--- Table 01 ---*/
.trend-price {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 1;
    width: 100%;
}


/* CSS Multiple Whatsapp Chat */
#whatsapp-chat {
	 box-sizing: border-box !important;
	 outline: none !important;
	 position: fixed;
	 width: 350px;
	 border-radius: 10px;
	 box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	 bottom: 90px;
	 right: 30px;
	 overflow: hidden;
	 z-index: 99;
	 animation-name: showchat;
	 animation-duration: 1s;
	 transform: scale(1);
}
 a.blantershow-chat {
	/* background: #009688;
	 */
	 background: #fff;
	 color: #404040;
	 position: fixed;
	 display: flex;
	 font-weight: 400;
	 justify-content: space-between;
	 z-index: 98;
	 bottom: 25px;
	 right: 30px;
	 font-size: 15px;
	 padding: 10px 20px;
	 border-radius: 30px;
	 box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
 a.blantershow-chat svg {
	 transform: scale(1.2);
	 margin: 0 10px 0 0;
}
 .whatsapp-chat-header {
	 background: #009688;
	 background: #095e54;
	 color: #fff;
	 padding: 20px;
}
 .whatsapp-chat-header h3 {
	 margin: 0 0 10px;
}
 .whatsapp-chat-header p {
	 font-size: 14px;
	 line-height: 1.7;
	 margin: -10px;
}
 .whatsapp-chat-header .whatsapp-chat-name {
	 font-size: 16px;
	 font-weight: 600;
	 padding-bottom: 0;
	 margin-bottom: 0;
	 line-height: 0.5;
}
 .whatsapp-chat-avatar {
	 position: relative;
}
 .whatsapp-chat-avatar::after {
	 content: "";
	 bottom: 0px;
	 right: 0px;
	 width: 12px;
	 height: 12px;
	 box-sizing: border-box;
	 background-color: #4ad504;
	 display: block;
	 position: relative;
	 z-index: 1;
	 border-radius: 50%;
	 border: 2px solid #095e54;
	 left: 40px;
	 top: 38px;
}
 .whatsapp-chat-avatar img {
	 border-radius: 100%;
	 width: 50px;
	 float: left;
	 margin: 0 10px 0 0;
}
 .info-chat span {
	 display: block;
}
 #get-label, span.chat-label {
	 font-size: 12px;
	 color: #888;
}
 #get-nama, span.chat-nama {
	 margin: 5px 0 0;
	 font-size: 15px;
	 font-weight: 700;
	 color: #222;
}
 #get-label, #get-nama {
	 color: #fff;
}
 span.my-number {
	 display: none;
}
/* .blanter-msg {
	 color: #444;
	 padding: 20px;
	 font-size: 12.5px;
	 text-align: center;
	 border-top: 1px solid #ddd;
}
 */
 textarea#chat-input {
	 border: none;
	 font-family: "Arial", sans-serif;
	 width: 100%;
	 height: 20px;
	 outline: none;
	 resize: none;
	 padding: 10px;
	 font-size: 14px;
   -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
 a#send-it {
	 width: 30px;
	 font-weight: 700;
	 padding: 10px 10px 0;
	 background: #eee;
	 border-radius: 10px;
}
 a#send-it svg {
	 fill: #a6a6a6;
	 height: 24px;
	 width: 24px;
}
 .first-msg {
	 background: transparent;
	 padding: 30px;
	 text-align: center;
}
 .first-msg span {
	 background: #e2e2e2;
	 color: #333;
	 font-size: 14.2px;
	 line-height: 1.7;
	 border-radius: 10px;
	 padding: 15px 20px;
	 display: inline-block;
}
 .start-chat .blanter-msg {
	 display: flex;
   background: #f1f1f1;
}
 #get-number {
	 display: none;
}
 a.close-chat {
	 position: absolute;
	 top: 5px;
	 right: 15px;
	 color: #fff;
	 font-size: 30px;
}
 @keyframes ZpjSY {
	 0% {
		 background-color: #b6b5ba;
	}
	 15% {
		 background-color: #111;
	}
	 25% {
		 background-color: #b6b5ba;
	}
}
 @keyframes hPhMsj {
	 15% {
		 background-color: #b6b5ba;
	}
	 25% {
		 background-color: #111;
	}
	 35% {
		 background-color: #b6b5ba;
	}
}
 @keyframes iUMejp {
	 25% {
		 background-color: #b6b5ba;
	}
	 35% {
		 background-color: #111;
	}
	 45% {
		 background-color: #b6b5ba;
	}
}
 @keyframes showhide {
	 from {
		 transform: scale(0.5);
		 opacity: 0;
	}
}
 @keyframes showchat {
	 from {
		 transform: scale(0);
		 opacity: 0;
	}
}
 @media screen and (max-width: 480px) {
	 #whatsapp-chat {
		 width: auto;
		 left: 5%;
		 right: 5%;
		 font-size: 80%;
	}
}
 .hide {
	 display: none;
	 animation-name: showhide;
	 animation-duration: 0.5s;
	 transform: scale(1);
	 opacity: 1;
}
 .show {
	 display: block;
	 animation-name: showhide;
	 animation-duration: 0.5s;
	 transform: scale(1);
	 opacity: 1;
}
 .whatsapp-message-container {
	 display: flex;
	 z-index: 1;
}
 .whatsapp-message {
	 padding: 7px 14px 6px;
	 background-color: #fff;
	 border-radius: 0px 8px 8px;
	 position: relative;
	 transition: all 0.3s ease 0s;
	 opacity: 0;
	 transform-origin: center top 0px;
	 z-index: 2;
	 box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	 margin-top: 4px;
	 margin-left: -54px;
	 max-width: calc(100% - 66px);
}
 .whatsapp-chat-body {
	 padding: 20px 20px 20px 10px;
	 background-color: #e6ddd4;
	 position: relative;
}
 .whatsapp-chat-body::before {
	 display: block;
	 position: absolute;
	 content: "";
	 left: 0px;
	 top: 0px;
	 height: 100%;
	 width: 100%;
	 z-index: 0;
	 opacity: 0.08;
	 background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}
 .dAbFpq {
	 display: flex;
	 z-index: 1;
}
 .eJJEeC {
	 background-color: #fff;
	 width: 52.5px;
	 height: 32px;
	 border-radius: 16px;
	 display: flex;
	 -moz-box-pack: center;
	 justify-content: center;
	 -moz-box-align: center;
	 align-items: center;
	 margin-left: 10px;
	 opacity: 0;
	 transition: all 0.1s ease 0s;
	 z-index: 1;
	 box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
 .hFENyl {
	 position: relative;
	 display: flex;
}
 .ixsrax {
	 height: 5px;
	 width: 5px;
	 margin: 0px 2px;
	 border-radius: 50%;
	 display: inline-block;
	 position: relative;
	 animation-duration: 1.2s;
	 animation-iteration-count: infinite;
	 animation-timing-function: linear;
	 top: 0px;
	 background-color: #9e9da2;
	 animation-name: ZpjSY;
}
 .dRvxoz {
	 height: 5px;
	 width: 5px;
	 margin: 0px 2px;
	 background-color: #b6b5ba;
	 border-radius: 50%;
	 display: inline-block;
	 position: relative;
	 animation-duration: 1.2s;
	 animation-iteration-count: infinite;
	 animation-timing-function: linear;
	 top: 0px;
	 animation-name: hPhMsj;
}
 .kAZgZq {
	 padding: 7px 14px 6px;
	 background-color: #fff;
	 border-radius: 0px 8px 8px;
	 position: relative;
	 transition: all 0.3s ease 0s;
	 opacity: 0;
	 transform-origin: center top 0px;
	 z-index: 2;
	 box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	 margin-top: 4px;
	 margin-left: -54px;
	 max-width: calc(100% - 66px);
}
 .kAZgZq::before {
	 position: absolute;
	 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
	 background-position: 50% 50%;
	 background-repeat: no-repeat;
	 background-size: contain;
	 content: "";
	 top: 0px;
	 left: -12px;
	 width: 12px;
	 height: 19px;
}
 .bMIBDo {
	 font-size: 13px;
	 font-weight: 700;
	 line-height: 18px;
	 color: rgba(0, 0, 0, 0.4);
}
 .iSpIQi {
	 font-size: 14px;
	 line-height: 19px;
	 margin-top: 4px;
	 color: #111;
}
 .iSpIQi {
	 font-size: 14px;
	 line-height: 19px;
	 margin-top: 4px;
	 color: #111;
}
 .cqCDVm {
	 text-align: right;
	 margin-top: 4px;
	 font-size: 12px;
	 line-height: 16px;
	 color: rgba(17, 17, 17, 0.5);
	 margin-right: -8px;
	 margin-bottom: -4px;
}



