* {
  box-sizing: border-box;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
}
/* 
.imagemain 
.row img
p,
*/
img{
  width: 100% !important;
  height: 100% !important;
}
.row{
  width: 100% !important;
}
@media screen and (max-width: 428px){
  h1{
    font-size: 25px !important;
        padding: 20px;
  }
  h2{
    font-size: 25px !important;
        padding: 20px;
  }
p, p a {
    font-size: 17px !important;
    /* width: 100%; */
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 600;
    line-height: 1.381002381;
}
P {
    width: 302px !important;
}
.productframe {

   width: 302px !important;
}
}
@media screen and (max-width: 428px){
   .newsletter{
   
    display: block;
    float: none !important;
    width: auto !important;
  }
  .clearfoot input[type="submit"] {
    width: 100% !important;
}
#mc_embed_signup {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
}
.mc_embed_signup_scroll {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
}
.email {
    width: 100% !important;
}
.pnewsletter {
    display: block;
    width: 100%  !important;
    margin-right: auto;
    margin-left: auto;
}

}
input {
    float: left;
    padding: 10px;
    
}



/*--------------------------------------------------------------------*/
/* Step Process Services */
/*--------------------------------------------------------------------*/




  .servicecontainer {
    border: 2px solid white; /* Add a white border to the container */
    padding: 10px; /* Add padding to the container */
    overflow: hidden; /* Clear the floats */
    display: flex; /* Use flexbox for layout */
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-container {
    width: calc(66.66% - 6px); /* Set the width to 2/3 of the container width */
    margin-right: 10px; /* Add some space between the text and the image */
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center vertically */
  }

  .texttwo {
    font-weight: bold; /* Make the text bold */
    font-size: 24px; /* Set the font size to make it bigger */
    color: white; /* Make the text white */
    text-align: center; /* Center align the text */
    margin: auto; /* Center the text horizontally */
  }

  .image-container {
    width: calc(33.33% - 6px); /* Set the width to 1/3 of the container width */
  }

  .image-container img {
    width: 100%; /* Set the width of the image to fill its container */
    display: block; /* Ensure the image doesn't have extra space below */
  }
  

  .servicecontainer-left {
    border: 2px solid white; /* Add a white border to the container */
    padding: 10px; /* Add padding to the container */
    overflow: hidden; /* Clear the floats */
    display: flex; /* Use flexbox for layout */
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-container-left {
    width: calc(66.66% - 6px); /* Set the width to 2/3 of the container width */
    margin-right: 10px; /* Add some space between the text and the image */
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center vertically */
  }

  .texttwo-left {
    font-weight: bold; /* Make the text bold */
    font-size: 24px; /* Set the font size to make it bigger */
    color: white; /* Make the text white */
    text-align: center; /* Center align the text */
    margin: auto; /* Center the text horizontally */
  }

  .image-container-left {
    width: calc(33.33% - 6px); /* Set the width to 1/3 of the container width */
  }

  .image-container-left img {
    width: 100%; /* Set the width of the image to fill its container */
    display: block; /* Ensure the image doesn't have extra space below */
  }









/*--------------------------------------------------------------------*/
/* secret passenger*/
/*--------------------------------------------------------------------*/




.hero-image {
    background-image: url('your-hero-image.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 400px;
}
.cta-button {
    background-color: #009688;
    color: white;
    padding: 10px 20px;e
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

/* Styles for the service search and category list */
.service-categories {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.service-categories li {
    display: inline-block;
    margin-right: 10px;
}
/* Styles for the About and Handyman Services sections */
.about-section,
.handyman-section {
    padding: 40px;
    background-color: #f4f4f4;
}

.profiles {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
    height: auto;
}

.profiles::after {
  content: "";
  display: table;
  clear: both;
}

.vertical-line {
    width: 1px; /* Adjust the width as needed */
    background: #000; /* Color of the vertical line */
    height: 90px; /* Adjust the height to align with the button */
    margin-right: 10px; /* Adjust the spacing to your preference */
}

.star-rating {
font-size: 24px;
}

.star {
    color: gold;
    font-size: 24px;
}



.text2:after {
/* Border line after the block*/
display: block;
height: 2px;
background-image: linear-gradient(to right, #005246, #ffffff, #f96d15, #ffffff, #005246);
content: " ";
width: 100%;
background-position: center;
}

.text2 {
display: block;
text-align: center;
font-size: 1px;
line-height: 1.07143;
font-weight: 600;
letter-spacing: -.005em;
z-index:-200
width: 100vw;
}  



.popup-background {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
justify-content: center;
align-items: center;
display: flex;

}

.popup-content {
background-color: #fff;
border: 1px solid #000;
padding: 20px;
width: 80%;
max-width: 400px;
position: relative;
border-radius: 5px;

}

.popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;

}


/*--------------------------------------------------------------------*/
/* Main*/
/*--------------------------------------------------------------------*/


main {
  background-color: #000000;
  
  /*#ebf1f1;*/
}

.main-text {
  padding-bottom: 80px;

}




/*--------------------------------------------------------------------*/
/* row*/
/*--------------------------------------------------------------------*/

.row {
  text-align: left;
  height: auto;
  /*padding: 20px;*/
}


/*--------------------------------------------------------------------*/
/* html*/
/*--------------------------------------------------------------------*/

html {
  height: 100%;
  width: 100%;
}






/*--------------------------------------------------------------------*/
/* body*/
/*--------------------------------------------------------------------*/

body {
  position: relative;
  min-height: 100%;
  color: #555555;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  /* Same height as footer */
}



/*--------------------------------------------------------------------*/
/* Headings*/
/*--------------------------------------------------------------------*/


h1 {
  text-align: center;
  font-size: 56px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  max-width: 1050px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  color: #FFD700;
  margin-bottom: 40px;
  
}

h2 {
  text-align: center;
  font-size: 46px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  max-width: 1050px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  color: #333333;
}

h3 {
  text-align: center;
  font-size: 36px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  max-width: 1050px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #333333;
}







.colorborder {
  display: block;
  text-align: center;
  font-size: 1px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  z-index:-200
  width: 100vw;
}


.colorborder:after {
  /* Border line after the block*/
  display: block;
  height: 2px;
  background-image: linear-gradient(to right,
      
      #005246,
      #004030,
      #FFD700,
      #B8860B,
      #FFD700,
      #004030,
      #005246);
  content: " ";
  width: 100%;
  margin-top: 5px;
  background-position: center;
}




h4 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 25px;
  text-decoration: none;

}

h5 {

  font-size: 16px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  /*color: white;*/
  color: black;
}


h6 {
  text-align: center;
  font-size: 12px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  max-width: 1050px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  padding-top: 20px;
}


.h7 {
  text-align: center;
  font-size: 36px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  max-width: 1050px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}




.h10 {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
  text-decoration: none;
  width: 650px
}


.fheading {
  background-color: white;
}



/*--------------------------------------------------------------------*/
/* Paragraph*/
/*--------------------------------------------------------------------*/


.logincenter{
  font-size: 21px;
  width: 100%;
  margin-left: auto; 
  font-weight: 600;
  line-height: 1.381002381;
}


p,
p a {
  font-size: 21px;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto; 
  padding-right: 20px;
    padding-left: 20px;
  font-weight: 600;
  line-height: 1.381002381;
}

a {
  color: white;
}

p {
  color: #86868b;
  clear: both;

}

.contentbox a {
  color: black;
  /* Add any other styles you want for all links within .contentbox */
}


.logincompanyinfo p {
width: 340px;
}

.formframe p {
  text-align: center;
  width: 315px;
  color: #333333;
}

.formframe a {
  color: #333333;
}

.entrycontent {
  width: 315px; 
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}


.entrycontent a {
  font-size: 12pt; 
  clear: both;
  display: block; 
  text-align: center;
  padding-top: 20px;

}

/*--------------------------------------------------------------------*/
/* Header */
/*--------------------------------------------------------------------*/

header {
  position: relative;
  background-image: linear-gradient(to right,
      #005246,
      #ffffff,
      #f96d15,
      #ffffff,
      #005246);
}

.headertoplayer {
  display: inline-block;
  background-color: white;
  height: 61px;
  width: 100%;
}

header .content-wrapper {
  display: flex;
}

header h1,
header img {
  display: flex;
  flex-basis: 0;
  font-size: 20px;
  margin: 0;
  padding: 24px 0;
}

header nav {
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
 width: 100vw;

}

header nav a {
  white-space: nowrap;
  text-decoration: none;
  font-family: "helvetica", bold;
  color: #555555;
  /*padding: 10px 10px;*/
  margin: 0 10px;
  /*padding-top: 45px;*/
}

header nav a:hover {
  border-bottom: 1px solid #d9d9d9;
}




/*--------------------------------------------------------------------*/
/* submenu */
/*--------------------------------------------------------------------*/
.subMenubreak {
  width:100px;
  float: left;
  padding: 50px;

}



/*--------------------------------------------------------------------*/
/* btn */
/*--------------------------------------------------------------------*/


.btncenter {
  clear: left; 
  display: block; 
  height: 90px; 
  padding-top: 20px; 
  padding-bottom: 20px;
  text-align: center; 

}




.rightbtn {
  style="clear: left;
  display: block; 
  float: right; 
  clear: both;
  border: none;
  background-color: #FFD700;
  color: #B8860B;
  height: 20px;
  cursor: pointer;
  clear: both;  /* Check if clear is necessary for your layout */
  width: 90px;
  text-align: center; /* Center the text */
  border-radius: 4px;
  border: .5px solid #B8860B;

}


.rightbtn:hover {
  background-color: #B8860B;
  border: .5px solid #FFD700;
  color: white;
}




.leftbtn {
  style="clear: left;
  display: block; 
  clear: both;
  border: none;
  background-color: #FFD700;
  color: #B8860B;
  height: 20px;
  cursor: pointer;
  clear: both;  /* Check if clear is necessary for your layout */
  width: 90px;
  text-align: center; /* Center the text */
  border-radius: 4px;
  border: .5px solid #B8860B;

}


.leftbtn:hover {
  background-color: #B8860B;
  border: .5px solid #FFD700;
  color: white;
}


.add-to-cart-button {
  style="clear: left;
  display: block; 
  float: right; 
  clear: both;
  border: none;
  background-color: #FFD700;
  color: #B8860B;
  height: 20px;
  cursor: pointer;
  clear: both;  /* Check if clear is necessary for your layout */
  width: 90px;
  text-align: center; /* Center the text */
  border-radius: 4px;
  border: .5px solid #B8860B;

}


.ladd-to-cart-button:hover {
  background-color: #B8860B;
  border: .5px solid #FFD700;
  color: white;
}








.btnrow {
  clear: left; 
  display: block; 
  height: 90px; 
  padding-top: 20px; 
  padding-bottom: 20px;
}


.switch {
  cursor: pointer;
            padding: 10px;
            background-color: black;
            color: white;
            border: none;
            height: 35px;
            padding-top: 15px;
}


.btn {
  text-decoration: none;
  background: #4b505c;
  border: 0;
  color: #FFFFFF;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover {
  background: #444954;
}

.btn:disabled {
  background: #ddd;
}



/*--------------------------------------------------------------------*/
/* form */
/*--------------------------------------------------------------------*/



.formframe {
  background-color: white; 
  border-radius: 3px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  padding: 20px; 
}


#sliderForm .slider-section p {
  width: 315px; 
  text-align: center;
}


.form-label {
  display: block;
  padding: 20px 0 10px 0;
}

.form-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #fff;
}

/* Style for the form container */
.form-container {
  width: 400px;
  margin: 0 auto;
}

/* Style for the form sections */
.form-section {
  display: none;
  text-align: center;
  padding: 20px;
  background-color: #f2f2f2;
}


.formbreak {
  margin-top: 20px;
  height: auto;
  background-color: white;
}

.formbreak4 {
  margin-top: 20px;
  height: 900px;
  background-color: white;
  margin-bottom: 20px;
}



/*--------------------------------------------------------------------*/
/* footer*/
/*--------------------------------------------------------------------*/

.clearfoot input[type="submit"]{
  width: 428px;
}

.footerposition{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer {
  bottom: 0;
  width: 100%;
  clear: left;
  left: 0;
}

footer a {
  text-decoration: none;
  color: #ffffff;
}

footer a:hover {
  text-decoration: underline;
}






.content-wrapper {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
  height: auto;
}

.postcontent-wrapper{
  min-height:800px;
  margin-top: 100px;
  margin-bottom: 100px;
}




/*--------------------------------------------------------------------*/
/* logo */
/*--------------------------------------------------------------------*/

.logo {
  display: block;
  height: 60px;
  width: 60px;
}

.logobdyna {
  display: block;
  height: 60px;
  padding: 1px;
}


/*--------------------------------------------------------------------*/
/* Secret Passenger*/
/*--------------------------------------------------------------------*/


.provider-listings{
  width: 100%; 
  margin-right: auto; 
  margin-left: auto;
  height: auto;
}

/*--------------------------------------------------------------------*/
/* page templates sylvian */
/*--------------------------------------------------------------------*/

/* Style for the navigation buttons */
/*.prev,*/
/*.next {*/
/*    background-color: gold;*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 10px 20px;*/
/*    cursor: pointer;*/
/*}*/
.prev,
.next {
  background-color: gold !important;
    color: black;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    padding: 8px 12px !important;
    font-size: 15px !important;
    max-height: 35px !important;
    overflow: hidden !important;
}

/* Style for the progress bar */
.progress-container {
    text-align: center;
}

.progress-bar {
    width: 0;
    height: 10px;
    background-color: #4CAF50;
}

.slider-section {
    display: none;
}

.slider-section.active {
    display: block;
    color: black;
    background-color: white;
    width: 315px;
    margin-left: auto;
    margin-right: auto; 
}


.slider-form-feed {
  width: 650px;
  padding-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  border-radius: 3px;
  height: auto;
  margin-bottom: 120px;
}



.slider-form {
    width: 100%;
    padding-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    border-radius: 3px;
    height: auto;
    margin-bottom: 120px;
}

.slider-form input[type="text"] {
    width: 315px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.slider-form input[type="email"] {
  width: 315px;
   margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.slider-form input[type="tel"] {
  width: 315px;
   margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}





.slider-form .step-buttons {
  display: flex;
  justify-content: space-between;
}

.slider-step {
    display: none;
}

.slider-step.active {
    display: block;
    background-color: white;
}



.slider-form .step-buttons button {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.slide-container {
  max-width: 160rem;
  height: auto;
  overflow: hidden;
  /*hides the other images so there not shown*/
  z-index: -1;
  position: relative;
  font-size: 16px;
}

.image-container {
  max-width: 160rem;
  /*This is the combination of 6 image combined*/
  height: auto;
  position: relative;
  transition: left 2s;
  font-size: 16px;
}

.nextform {
    height: 20px;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
}
























/*--------------------------------------------------------------------*/
/* Secret Passenger*/
/*--------------------------------------------------------------------*/

/* Basic CSS for the single-page website - you should create a separate styles.css file for your project */
.hero-image {
    background-image: url('your-hero-image.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 400px;
}
.cta-button {
    background-color: #009688;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

/* Styles for the service search and category list */
.service-categories {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.service-categories li {
    display: inline-block;
    margin-right: 10px;
}
/* Styles for the About and Handyman Services sections */
.about-section,
.handyman-section {
    padding: 40px;
    background-color: #f4f4f4;
}

.profiles {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
}

.vertical-line {
    width: 1px; /* Adjust the width as needed */
    background: #000; /* Color of the vertical line */
    height: 90px; /* Adjust the height to align with the button */
    margin-right: 10px; /* Adjust the spacing to your preference */
}

.star-rating {
font-size: 24px;
}

.star {
    color: gold;
    font-size: 24px;
}


.text2:after {
/* Border line after the block*/
display: block;
height: 2px;
background-image: linear-gradient(to right, #005246, #ffffff, #f96d15, #ffffff, #005246);
content: " ";
width: 100%;
background-position: center;
}

.text2 {
display: block;
text-align: center;
font-size: 1px;
line-height: 1.07143;
font-weight: 600;
letter-spacing: -.005em;
z-index:-200
width: 100vw;
}  



.popup-background {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
justify-content: center;
align-items: center;
display: flex;

}

.popup-content {
background-color: #fff;
border: 1px solid #000;
padding: 20px;
width: 80%;
max-width: 400px;
position: relative;
border-radius: 5px;

}

.popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;

}



/*--------------------------------------------------------------------*/
/* Find Groomer templates sylvian */
/*--------------------------------------------------------------------*/

.hero-image {
  background-image: url('your-hero-image.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  height: 400px;
}
.cta-button {
  background-color: #009688;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
}


.service-categories {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-categories li {
  display: inline-block;
  margin-right: 10px;
}



.about-section,
.handyman-section {
  padding: 40px;
  background-color: #f4f4f4;
}

.profiles {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: white;
}

.vertical-line {
  width: 1px; /* Adjust the width as needed */
  background: #000; /* Color of the vertical line */
  height: 90px; /* Adjust the height to align with the button */
  margin-right: 10px; /* Adjust the spacing to your preference */
}

.star-rating {
font-size: 24px;
}

.star {
  color: gold;
  font-size: 24px;
}


.text2:after {
/* Border line after the block*/
display: block;
height: 2px;
background-image: linear-gradient(to right, #005246, #ffffff, #f96d15, #ffffff, #005246);
content: " ";
width: 100%;
background-position: center;
}

.text2 {
display: block;
text-align: center;
font-size: 1px;
line-height: 1.07143;
font-weight: 600;
letter-spacing: -.005em;
z-index:-200
width: 100vw;
}  



.popup-background {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
justify-content: center;
align-items: center;
display: flex;

}

.popup-content {
background-color: #fff;
border: 1px solid #000;
padding: 20px;
width: 80%;
max-width: 400px;
position: relative;
border-radius: 5px;

}

.popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;

}







/*--------------------------------------------------------------------*/
/* Groom sylvian */
/*--------------------------------------------------------------------*/



.formheading{
  background-color: white;
}

.planwrap {
  width: 390px;
  height: 250px;
  display: inline-block; /* Change to inline-block */
  background-color: white;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.plancontent-wrapper {
  height: auto;
  width: auto; 
  margin-right: auto; 
  margin-left: auto;
  clear: left;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  }

    .listeditems {
        width: 400px;
        float: left;  
        height: auto;
        padding-bottom: 120px;
    }

    .content-wrappergroom{
        width: 100%; 
        height: 425px;
        margin-right: auto; 
        margin-left: auto;
    }
















/*--------------------------------------------------------------------*/
/* shipitem */
/*--------------------------------------------------------------------*/




.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



  

    .contentblock {
        background-color: white; 
        width: 1920px; 
        height: auto; 
        padding: 20px;
        margin-top: 20px;
    }

    .productframe {
            border: 1px solid #ddd;
            padding: 20px;
            margin: 10px;
            float: left;
            width: 400px;
            background-color: white;
            border-radius: 4px;
            height: 550px;
        }

        .productframe h5 {
           color: black;
        }

        .imageupload {
            width: 100%;
            padding-top: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            margin-top: 20px;
            margin-right: auto;
            margin-left: auto;
            background-color: white;
            border-radius: 3px;
            height: 800px;

        }

        .confirmship {
            width: 100%;
            padding-top: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            margin-top: 20px;
            margin-right: auto;
            margin-left: auto;
            background-color: white;
            border-radius: 3px;
            height: 800px;

        }

































/*--------------------------------------------------------------------*/
/* Shop Your Term searchsaleget sylvian */
/*--------------------------------------------------------------------*/
  

    .contentblock {
        max-width: 100%;
        box-sizing: border-box;
        padding-top: 80px;
        padding-bottom: 80px;
    }

.product {
        border: 1px solid #ddd;
        padding: 20px;
        background-color: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        
    }



/*--------------------------------------------------------------------*/
/* Add Secret Passenger sylvian */
/*--------------------------------------------------------------------*/



.contextboxtwo{
    display: block;
    height: 800px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    margin-bottom: 20px;
    padding: 30px;

}

.contentboxtwo input[type="checkbox"] {
margin-right: 10px; /* Adjust the spacing between checkbox and label */
}


.contentboxtwo label {
display: flex;
align-items: center;
margin-bottom: 10px;
width: 400px;
}


/*--------------------------------------------------------------------*/
/* Add Groomer sylvian */
/*--------------------------------------------------------------------*/


.contentbox {
    height: auto;
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    margin-bottom: 20px;
    padding: 30px;
}

.service-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.service-container label {
    flex: 1;
    margin-right: 10px;
}

.service-container select {
    width: 80px; /* Adjust the width as needed */
    margin-right: 10px;
}

.service-container input {
    flex: 1;
}




/*--------------------------------------------------------------------*/
/* page templates sylvian - seems like footer and can be universal to footer */
/*--------------------------------------------------------------------*/




.footer-container {
  display: block;
  background-color: #004030;
  height: 325px;
  clear: both;
}

.footer-container-layer {
  display: block;
  background-color: #005246;
  height: 275px;
}

.footer-container-border {
  display: block;
  background-image: linear-gradient(to right,
      #000000,
      #005246,
      #004030,
      #FFD700,
      #B8860B,
      #FFD700,
      #004030,
      #005246,
      #000000);
  height: 5px;
  width: 100%;
}


.col-company {
  display: block;
  float: left;
  width: 33%;
   /*width: 433px;*/
}

.col-reachus {
  display: block;
  float: left;
   width: 33%;
   /*width: 433px;*/
}
@media screen and (min-width: 1440px) {
  .col-reachus {
  display: block;
  float: left;
  width: 33% !important;
}
.col-company {
  display: block;
  float: left;
  width: 33% !important;
}
}
.col-find-us-on {
  display: block;
  float: left;
  width: 350px;
}


.text-frame {
  padding-top: 10px;
  width: 100%;
}

.copyright {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: white;
}


/*--------------------------------------------------------------------*/
/* Gallery */
/*--------------------------------------------------------------------*/




/*--------------------------------------------------------------------*/
/* Form*/
/*--------------------------------------------------------------------*/

.rowpaddingcenter {
  width: 1050px;
  margin-top: 10px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}


.ppsubheading {
  display: block;
  width: 500px;
  float: left;

}



select,
textarea {
  float: left;
  width: 315px;
  margin-bottom: 1em;
  resize: none;
  font-size: 12px;
  height: 36px;
  text-align: center;
 
}

label {
  float: left;
  min-width: 428px;
  font-size: 12px;
  /*height: 36px;*/
  padding-top: 10px;
  margin-bottom:5px;

}




label {
  clear: left;

}

input {
  float: left;
  resize: none;
  width: 315px;
  height: 36px;
  /*margin-top: 20px;*/
  /*margin-bottom: 20px;*/
}




form {
  overflow: auto;
  clear: both;
  display: block;
}

.other-posts {
  /*background-color: #00ff00;*/
  width: 25%;
  float: left;
}


.formcontent {
  width: 500px;
  height: 350px;
  margin-top: 80px;
  background-color: white;
  border-radius: 5px; 
  float: left;
}


/*--------------------------------------------------------------------*/
/*Gallery*/
/*--------------------------------------------------------------------*/

.slide-container {
  max-width: 160rem;
  height: auto;
  overflow: hidden;
  /*hides the other images so there not shown*/
  z-index: -1;
  position: relative;
  font-size: 16px;
}

.image-container {
  max-width: 160rem;
  /*This is the combination of 6 image combined*/
  height: auto;
  position: relative;
  transition: left 2s;
  font-size: 16px;
}

.button-container {
  top: -50px;
  position: relative;
  text-align: center;
}

.slider-button {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #70c7bf;
}

#slider-image-1:target~.image-container {
  left: 0rem;
}

/* .imagemain {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
} */




.profileimg {
  float: left;
}


.image-organized {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  width: 1336px;
}








/* Slideshow container */
.slideshow-container {
  max-width: 1920px;
  max-height: 500px;
  position: relative;
 
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}



nav {
  z-index: 999999;

}

.nav-container {
  display: flex;
  align-items: center; /* Vertical center alignment */
}





/*--------------------------------------------------------------------*/
/*profile images*/
/*--------------------------------------------------------------------*/


.rowpaddingprofile {
  width: 1050px;
  margin-top: 30px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.profilebox {
  width: 230px;
  float: left;
  margin-right: 15px;
}


.profileboxabout{
    width: 230px;
    margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}

.profilerow {
  text-align: left;
  height: 435px;
  margin-right: auto;
  margin-left: auto;
}

.profiletitle {
  margin-top: 12px;
}

.advertisement {
  width: auto;
  display: block;
  align-content: center;
  margin-right: auto;
  margin-left: auto;
}

.adback {
  width: 1920px;
  background-color: #000;
}









/*--------------------------------------------------------------------*/
/* Board | Feed */
/*--------------------------------------------------------------------*/

.mainfeedmedia { 
  width: 1920px;
  height: 500px;
}

.commentzone {
  padding-bottom: 20px;
}



.postblock {
  display: block;
  width: 500px;
  margin-left: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
  height: 100px;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
}


.radiobox {
  width: 400px;
  height: 40px;
  clear: both;

}

input[type="checkbox"]#agreeToTerms {
  margin-right: 5px; /* Adjust the right margin as needed */
  width: auto;
}

/* Apply styles to the label */
label[for="agreeToTerms"] {
  font-weight: bold; /* Make the label text bold */
  /* Add more styles as needed */
}

.subtitletext {
  display: block;
  box-align: center;
  margin-top: 13px;
  margin-bottom: 25px;
  margin-left: 50px;
  margin-right: 50px;
  height: 40px;
  width: 550px;
}

.messagetext {
  display: block;
  box-align: center;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  width: 550px;
}


.title {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
}

.titlediv {
  height: 100px;
  display: block;
  width: 1920px;

}

.question {
  display: block;
  height: auto;
  padding-bottom: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  /* Comment box shadow */
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}


.messageboard {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-bottom: 25px;
}

.messagetextarea {
  box-align: right;
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
  height: 125px;
}


.post {
  position: relative;
  width: 600px;
  height: auto;
  color: red;
}

.messagepost {
  display: block;
  height: 100px;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.mtopic {

  height: 20px;
  font-style: bold;
  padding-top: 25px;
  padding-bottom: 25px;

}

.postinc {

  display: block;
  height: 20px;
  font-style: bold;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;

}

.tagsyt {

  height: 20px;
  font-style: bold;
  padding-top: 25px;
  padding-bottom: 25px;

}

.mimg {

  height: 250px;
  font-style: bold;
  padding-top: 25px;
  padding-bottom: 25px;

}

.pframe {
  display: block;
  width: 650px;
  height: auto;
  text-align: center;
  background-color: white;
  margin-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.postbtn {
  display: block;
  margin-left: 42px;
  width: 500px;
  margin-bottom: 25px;
  margin-top: 25px;
}



.postbtn {
  border: none;
  background-color: #FFD700;
  color: #B8860B;
  height: 36px;
  cursor: pointer;
  clear: left;  /* Check if clear is necessary for your layout */
  width: 300px;
  text-align: center; /* Center the text */
  border-radius: 4px;

}


.postbtn:hover {
  background-color: #B8860B;
  color: white;
}





.submitctr {
  display: inline-block;
  padding-left: 200px;
  width: 500px;
}

.h9 {
  padding-top: 20px;

}


/* Style the button that is used to open and close the collapsible content */
.collapsible-comment {
  background-color: white;
  color: #005246;
  cursor: pointer;
  width: 650px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible-comment:hover {
  background-color:  #005246;
  color: white;
}


/* Style the collapsible content. Note: hidden by default */
.content {
  display: none;
  overflow: hidden;
  /*background-color: rgb(255, 255, 255);*/
  /* border-bottom-right-radius: 10px 10px;*/
  /* border-bottom-left-radius: 10px 10px;*/
  padding-bottom: 25px;
  border: 2px solid #004030; 
}


.container {
  width: auto;
  height: auto;
}



/* Style the button that is used to open and close the collapsible content */
.collapsible-share {
  background-color: white;
  color: #005246;
  cursor: pointer;
  width: 214px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible-share:hover {
  background-color: #005246;
  color: white;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible-engage {
  background-color: white;
  color: #005246;
  cursor: pointer;
  width: 214px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible-engage:hover {
  background-color: #005246;
  color: white;
}















/*--------------------------------------------------------------------*/
/* Sylvian's Product lanading page */
/*--------------------------------------------------------------------*/

.productlandingcenter {

  display: block;
  width: 1650px;
  height: 100%;
  margin-top: 127.5px;
  margin-left: 127.5px;
  margin-bottom: 127.5px;



}

.addcartcol {
  float: left;
  width: 300px;
  height: 650px;
  margin-left: 127.5px;
}


/*--------------------------------------------------------------------*/
/* Comment Area*/
/*--------------------------------------------------------------------*/
.commentzone {
 /*  background-color: #005246;*/
  width: 650px;
  border: 1px solid #005246;

}



#comment-container-sep {
   background-color: #005246;

}

.comment-container { 
margin-left: 20px;
margin-right: 20px;
}




.comment-container p { 
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;

}

.commenttextarea {
  width: 550px;
  padding-right: auto;
  padding-left: auto;
}

.commentrow {
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 25px;

}

.comtextarea {

  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 650px;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */


/* Style the button that is used to open and close the collapsible content */
.collapsible-replyx {
  background-color: white;
  color: #005246;
  cursor: pointer;
  width: 214px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
}


.active,
.collapsible-replyx:hover {
  background-color: #005246;
  color: white;
}

.amountfield {
  display: block;
  box-align: center;
  margin-top: 13px;
  margin-bottom: 25px;
  margin-left: auto;
  ;
  margin-right: auto;
  height: 40px;
  width: 550px;
}

.postbtn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90px;
  height: 30px;
  border-radius: 15px;
}

.postmedia {
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.intbtn {
  width: 650px;
  height: auto;
  background-color: white;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
}



/*--------------------------------------------------------------------*/
/*login Page*/
/*--------------------------------------------------------------------*/

.logincompanyinfo {
  width: 500px;
  display: block;
  float: left;
}

.loginbox {
  width: 300px;
  display: block; 
}


.loginbox2 {
  width: 300px;
  display: block; 
}




/*--------------------------------------------------------------------*/
/*Carshare*/
/*--------------------------------------------------------------------*/



.inquirybox {
  display: block;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}


.inquirysubheading {
  display: block;
  width: 650px;
  height: 300PX;
  margin-top: 25px;
  margin-bottom: 25px;

}

.vehdetailbox {
  display: block;
  width: 650px;
  height: 350PX;
  margin-top: 25px;
  margin-bottom: 25px;

}



.ratebox {
  display: block;
  width: 650px;
  height: 100PX;
  margin-top: 25px;
  margin-bottom: 25px;

}


.termofuseblock {
  display: block;
  width: 650px;
  height: 100PX;
  margin-top: 25px;
}

.vehiclefeature {
  display: block;
  width: 650px;
  height: 200px;
  margin-top: 25px;
  margin-bottom: 25px;

}

.formlabel {
  width: 300px;
}

.inqsubtitle {
  display: block;
  width: 650px;
  height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.hordate {
  display: block;
  width: 215px;
  padding-top: 25px;
  padding-bottom: 25px;
  float: left;

}

.tranradio {
  Float: left;
  width: 180px;
}

.autoradio {
  Float: left;
  width: 60px;
}

.tranradiobtn {
  width: 90px;
}

.vehdestextarea {
  width: 650px;
  height: 250px;
  resize: none;
}

.lockbox {
  display: block;
  width: 650px;
  height: 125PX;
  margin-top: 25px;
  margin-bottom: 25px;
}


.lockbox p {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.vehphotobox {
  display: block;
  width: 650px;
  height: 100PX;
  margin-top: 25px;
  margin-bottom: 25px;
}


/*--------------------------------------------------------------------*/
/*Coming soom page*/
/*--------------------------------------------------------------------*/

/* Container holding the image and the text */
.comcontainer {
  position: relative;
  text-align: center;
  color: white;
  width: auto;
}



/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}








h10 {
  text-align: center;
  font-size: 56px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -.005em;
  max-width: 1050px;
  text-align: right;

  margin-top: 35px;
}

.comtext {
  width: 450px;
  height: 35px;
}





















/*--------------------------------------------------------------------*/
/* Home repair Content  */
/*--------------------------------------------------------------------*/



/* Basic CSS for the single-page website - you should create a separate styles.css file for your project */
.hero-image {
    background-image: url('your-hero-image.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 400px;
}
.cta-button {
    background-color: #009688;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

/* Styles for the service search and category list */
.service-categories {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.service-categories li {
    display: inline-block;
    margin-right: 10px;
}
/* Styles for the About and Handyman Services sections */
.about-section,
.handyman-section {
    padding: 40px;
    background-color: #f4f4f4;
}

.profiles {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
}

.vertical-line {
    width: 1px; /* Adjust the width as needed */
    background: #000; /* Color of the vertical line */
    height: 90px; /* Adjust the height to align with the button */
    margin-right: 10px; /* Adjust the spacing to your preference */
}

.star-rating {
font-size: 24px;
}

.star {
    color: gold;
    font-size: 24px;
}


.text2:after {
/* Border line after the block*/
display: block;
height: 2px;
background-image: linear-gradient(to right, #005246, #ffffff, #f96d15, #ffffff, #005246);
content: " ";
width: 100%;
background-position: center;
}

.text2 {
display: block;
text-align: center;
font-size: 1px;
line-height: 1.07143;
font-weight: 600;
letter-spacing: -.005em;
z-index:-200
width: 100vw;
}  



.popup-background {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
justify-content: center;
align-items: center;
display: flex;

}

.popup-content {
background-color: #fff;
border: 1px solid #000;
padding: 20px;
width: 80%;
max-width: 400px;
position: relative;
border-radius: 5px;

}

.popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;

}

























/*--------------------------------------------------------------------*/
/* Groomclub Content  */
/*--------------------------------------------------------------------*/










  /* Basic CSS for the single-page website - you should create a separate styles.css file for your project */
  .hero-image {
    background-image: url('your-hero-image.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 400px;
}
.cta-button {
    background-color: #009688;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

/* Styles for the service search and category list */
.service-categories {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.service-categories li {
    display: inline-block;
    margin-right: 10px;
}
/* Styles for the About and Handyman Services sections */
.about-section,
.handyman-section {
    padding: 40px;
    background-color: #f4f4f4;
}

.profiles {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
}

.vertical-line {
    width: 1px; /* Adjust the width as needed */
    background: #000; /* Color of the vertical line */
    height: 90px; /* Adjust the height to align with the button */
    margin-right: 10px; /* Adjust the spacing to your preference */
}

.star-rating {
font-size: 24px;
}

.star {
    color: gold;
    font-size: 24px;
}


.text2:after {
/* Border line after the block*/
display: block;
height: 2px;
background-image: linear-gradient(to right, #005246, #ffffff, #f96d15, #ffffff, #005246);
content: " ";
width: 100%;
background-position: center;
}

.text2 {
display: block;
text-align: center;
font-size: 1px;
line-height: 1.07143;
font-weight: 600;
letter-spacing: -.005em;
z-index:-200
width: 100vw;
}  



.popup-background {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
justify-content: center;
align-items: center;
display: flex;

}

.popup-content {
background-color: #fff;
border: 1px solid #000;
padding: 20px;
width: 80%;
max-width: 400px;
position: relative;
border-radius: 5px;

}

.popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;

}









/*--------------------------------------------------------------------*/
/* mobile navigation*/
/*--------------------------------------------------------------------*/

#expandIcon {
    cursor: pointer;
    color: white; /* Set text color to white */
    background-color: black; /* Set background color to black */
    padding: 5px; /* Adjust padding as needed */
    border-radius: 5px; /* Add rounded corners */
}

#expandContainer {
    /* Add your styles here */
}

.mobile-menu {
    /* Adjust the height of the mobile menu */
    height: 40px;
    overflow: hidden;
    position: relative;
}

.mobile-submenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Adjust background color */
    color: white; /* Set text color to white */
    text-align: center;
    display: none;
    z-index: 10000;
}

.mobile-submenu.expanded {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Close button styles */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: white; /* Set text color to white */
}

.submenu-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* Set height to 100% to occupy the entire space */
}
































/*--------------------------------------------------------------------*/
/* newsletter */
/*--------------------------------------------------------------------*/


input[type="submit"] {
  width: 315px;
  clear: both;
  font-size: 1em;
}

.contentbox input[type="radio"] {
  float: none; /* Reset float if necessary */
  resize: none; /* Reset resize if necessary */
  width: auto;  /* Reset width if necessary */
  height: auto; /* Reset height if necessary */
  margin: 0;    /* Reset margin if necessary */
}



.newsletter {
  display: block;
  float: Right;
  width: 433px;
}

.pnewsletter {
  color: white; 
  font-size: 12px;
  padding-bottom: 20px;
}

#mc_embed_signup {
  background: #005246;
  clear: left;
  font: 12px Helvetica, Arial, sans-serif;
  padding: 0px;
}

#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
}

.email {
  width: 428px;
  margin-bottom: 1em;
  border-radius: 4px;
}


.subscribe {
  border: none;
  background-color: #FFD700;
  color: #B8860B;
  height: 36px;
  cursor: pointer;
  clear: left;  /* Check if clear is necessary for your layout */
  width: 300px;
  text-align: center; /* Center the text */
  border-radius: 4px;

}


.subscribe:hover {
  background-color: #B8860B;
  color: white;
}


/*--------------------------------------------------------------------*/
/* homepge Hexagon button */
/*--------------------------------------------------------------------*/




/* General Button Style */


.submit{
  border: none;
  background-color: #FFD700;
  color: #B8860B;
  height: 36px;
  cursor: pointer;
  clear: both;  /* Check if clear is necessary for your layout */
  width: 424px;
  text-align: center; /* Center the text */
  border-radius: 4px;

}


.submit:hover {
  background-color: #B8860B;
  color: white;
}




.button {
  position: relative;
  display: block;
  background: transparent;
  width: 80px;
  height: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFD700;
  margin: 15px;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  clear: left; 

}

.button:before,
.button:after {
  position: absolute;
  content: '';
  width: 80px;
  left: 0px;
  height: 15px;
  z-index: -1;
}

.button:before {
  transform: perspective(15px) rotateX(8deg);
}
.button:after {
  top: 18px;
  transform: perspective(15px) rotateX(-8deg);
}

/* Button Border Style */

.button.border:before,
.button.border:after {
  border: 2px solid #31d2f2;
}
.button.border:before {
  border-bottom: none; /* to prevent the border-line showing up in the middle of the shape */
}
.button.border:after {
  border-top: none; /* to prevent the border-line showing up in the middle of the shape */
}

/* Button hover styles */

.button.border:hover:before,
.button.border:hover:after {
  background: #31d2f2;
}
.button.border:hover {
  color: #fff;
}






/*--------------------------------------------------------------------*/
/* Code Fiverr */
/*--------------------------------------------------------------------*/



.carousel-control-prev-icon {
  background-image: url(../img/previous.svg);
}
.carousel-control-next-icon {
  background-image: url(../img/next.svg);
}

.carousel-caption {
  position: absolute;
  text-align: right !important;
  right: 7%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #636363;
  text-align: center;
}
.carousel-caption-2 {
  position: absolute;
  text-align: left !important;
  right: 7%;
  bottom: 1.25rem;
  left: 5%;
  top: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #636363;
  text-align: center;
}
.carousel-caption-4 {
  position: absolute;
  text-align: left !important;
  right: 7%;
  bottom: 1.25rem;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #636363;
  text-align: center;
}
.carousel-caption-3 {
  position: absolute;
  text-align: right !important;
  right: 7%;
  bottom: 1.25rem;
  left: 15%;
  top: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #636363;
  text-align: center;
}
.line-height-2{
  line-height: 30px;
}
.font-s{
  font-size: 13px !important;
}
.white{
  color: white !important;
}
.bold{
  font-weight: 600;
}
.bolds{
  font-weight: 700;
}
.bod-radius{
  border-radius: 1rem;
}
.uppercase{
  font: uppercase;
}
a{
  text-decoration: none;
}
.black{
  color: black;
}
.grad {
  background-image: radial-gradient( #fffffe, #ffc506);
}
.col-light-blue{
  color: #70c7bf !important;
}

.pb-25{
    padding-bottom: 10rem;
}
.header-bottom{
  background-image: linear-gradient(to right, #005246, #ffffff, #f96d15, #ffffff, #005246);
  height: 5px;
}
.nav-link {
  font-size: 14px;
}
.btn-info{
  background-color: #005246;
  border-color: #565656;
}
.btn-outline-info {
  color: #50B6BB !important;
  border-color: #005246;
}
.btn-outline-info:hover {
  color: #fff !important;
  border-color: #005246;
  background-color: #005246;
}
@media screen and (min-width: 768px){
  .dropdown:hover >.dropdown-menu{
      display: block ;
    }
.dropdown-submenu:hover > .dropdown-menu{
  display: block !important;
    left: 100%;
    margin-top: -37px;
}
}


.nav-hover:hover{
  color: #62a4a6 !important;
}
.btn-orange{
  background-color: #FEAF7E;
  border-color: #FEAF7E;
}
.border-bottom-orrange{
  border:1px solid #FEAF7E;
}
.text-blue{
  color: #62a4a6 !important;
}
.rating-color{
  color:#fbc634 !important;
}
.fa-star{
  color: rgb(201, 192, 192);
}
.bod-none{
  border:none;
}
.pb-50{
  padding-bottom: 50rem;
}
.text-right{
  text-align: right;
}
.align-item-center{
  align-items: center !important;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #fffefe !important;
  border: 0;

  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1 !important;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.splide__arrow svg {
  fill: #000;
  height: 0.7em !important;
  width: 0.7em !important;
}
























.col-item
{
  border: 2px solid #ddd;
  border-radius: 5px;
  background: #FFF;
}
.col-item .info
{
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}
.col-item:hover .info {
  background-color: rgba(215, 215, 244, 0.5); 
}
.col-item .price
{
  /*width: 50%;*/
  float: left;
  margin-top: 5px;
}

.col-item .price h5
{
  line-height: 20px;
  margin: 0;
}

.price-text-color
{
  color: #62a4a6;
}

.col-item .info .rating
{
  color: #62a4a6;
}

.col-item .rating
{
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator
{
  border-top: 1px solid #FFCCCC;
}

.clear-left
{
  clear: left;
}

.col-item .separator p
{
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i
{
  margin-right: 5px;
}
.col-item .btn-add
{
  width: 50%;
  float: left;
}

.col-item .btn-add
{
  border-right: 1px solid #CC9999;
}

.col-item .btn-details
{
  width: 50%;
  float: left;
  padding-left: 10px;
}
.controls
{
  margin-top: 20px;
}
[data-slide="prev"]
{
  margin-right: 10px;
}
.hidden-sm{
  color: #62a4a6;
}











































#wizard {
  /* position: relative; */
  background: #fff;
  height: auto !important;
  width: 738px;
  padding: 17px 19px 20px !important;
  /* border-radius: 10px; */
  /* box-shadow: 0 2px 7px 0 rgba(0,0,0,.1); */
  /* -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1); */
  -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  -o-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
}

.form-control {
  height: 46px;
  width: 315px;
  clear: both;

}
.steps{
  display: none;
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #aac1f0;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 23px;
  margin-top: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.actions li:first-child a {
  background: #f6c2ec;
  padding-left: 65px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps .current-info,.wizard>.steps .number {
  display: none
}

#wizard {
  position: relative;
  background: #fff;
  height: 554px;
  width: 738px;
  padding: 71px 93px 0;
  border-radius: 10px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  -o-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1)
}

#wizard.pt-86 {
  padding-top: 86px
}

.steps {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px
}

.steps ul {
  display: flex
}

.steps ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px
}

.steps ul li.current a {
  width: 22px;
  transition: all .5s ease;
  border-radius: 5.5px
}

.avartar-picker {
  padding-left: 15px;
  margin-top: 20px
}

.avartar-picker .inputfile {
  display: none
}

.avartar-picker label {
  display: block;
  cursor: pointer;
  display: inline-block;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800
}

.avartar-picker label:hover {
  color: #666
}

.avartar-picker label i {
  margin-right: 3px
}




.grid {
  margin-top: 15px
}

.grid .row {
  display: flex;
  flex-wrap: wrap
}

.grid .row:last-child .grid-item {
  margin-bottom: 25px
}

.grid-item {
  display: block;
  height: 134px;
  width: 30%;
  margin-right: 27px;
  border-radius: 7px;
  margin-bottom: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover
}

.grid-item:last-child {
  margin-right: 0
}

.grid-item span {
  text-transform: uppercase;
  color: #fff;
  font-family: poppins-medium;
  font-weight: 500;
  display: block;
  margin-top: 11px
}

.grid-item .inner {
  margin-top: 2px
}

.grid-item:hover {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.25);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.25);
  -ms-box-shadow: 0 2px 7px 0 rgba(0,0,0,.25);
  -o-box-shadow: 0 2px 7px 0 rgba(0,0,0,.25)
}


.actions ul {
  display: flex
}

.actions ul.actions-next {
  justify-content: space-between
}

.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #aac1f0;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 23px;
  margin-top: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.actions li a:before {
  content: '\f2ee';
  position: absolute;
  top: 17px;
  right: 17px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 13px
}

.actions li a:hover {
  background: #98add6
}

.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.actions li[aria-disabled=true] a {
  display: none
}

.actions li:first-child a {
  background: #f6c2ec;
  padding-left: 65px
}

.actions li:first-child a:before {
  content: '\f2ea';
  left: 48px
}

.actions li:first-child a:hover {
  background: #dbadd2
}

.actions li:last-child a {
  padding-left: 46px;
  font-weight: 400
}

.actions li:last-child a:before {
  right: 35px
}

  .wrapper {
      width: 100%; 
      margin: auto;
      height: auto;
      align-items: center;
      justify-content: center;
      padding-bottom: 120px;
      padding-top: 80px;
  }




.search{
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    
  }

  .search input{
    height: 50px !important;
    border-radius: 0px;
    text-indent: 25px;
     border: 2px solid #d6d4d4;
  }


  .search input:focus{

   box-shadow: none;
   border: 2px solid #62a4a6 !important;


  }

  .search .fa-search{

   position: absolute;
   top: 18px;
   left: 16px;

  }

  .search button{

   position: absolute;
   top: 5px;
   right: 5px;

   width: 110px;
   background: #62a4a6;

  }
  






















      .g-hover-card {
          position: relative;  
          text-align: center;
         
        }   
        .g-hover-card .user-avatar {
          position: relative;
          top: -40px;
          margin-bottom: -40px;
        }
        
        .g-hover-card .user-avatar img {
          width: 80px;
          height: 80px;
          max-width: 80px;
          max-height: 80px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
        }
        
        .g-hover-card .info {
          padding: 4px 8px 10px;
        }
        
        .g-hover-card  .info.title {
          margin-bottom: 4px;
          font-size: 24px;
          line-height: 1;
          color: #262626;
          vertical-align: middle;
        }
        
        .g-hover-card  .info.descriptions {
          overflow: hidden;
          font-size: 12px;
          line-height: 20px;
          color: #737373;
          text-overflow: ellipsis;
        }
        
        .g-hover-card .bottom {
          padding: 0 20px;
          margin-bottom: 17px;
        }
        .g-hover-card{
        
          padding-top: 0;
          overflow: hidden;
        }


        
/*--------------------------------------------------------------------*/
/* Signup formn */
/*--------------------------------------------------------------------*/



.fieldentry {
margin: 10px;
height: 30px;
width: 450px;
align-content: center;
float: center;

}
/*--------------------------------------------------------------------*/
/* Register Sylvian Bryan  */
/*--------------------------------------------------------------------*/


/*
.wrapper {
    margin-right: auto;
    margin-left: auto;
    height: auto;  
    width: 900px;
}
*/

/*--------------------------------------------------------------------*/
/* Seacrh Containers  */
/*--------------------------------------------------------------------*/


.search-container {
  width: 395px; 
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40PX;
  padding-top: 20px;
  
}

/*--------------------------------------------------------------------*/
/* Navigation Top Sylvian Bryan  */
/*--------------------------------------------------------------------*/

/* Add some basic styling to your navigation menu */
ul {
    list-style: none;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

.menu {
    background-color: black;
    color: #fff;
    font-family: Arial, sans-serif;
    height: 40px;
    position: fixed;
    padding-left: 15%;
  padding-right: 15%;
  border-bottom: 2px solid transparent; /* Set a transparent border initially */
border-image: linear-gradient(to right, #005246, #004030, #FFD700, #B8860B, #FFD700, #004030, #005246) 1; /* Apply the linear gradient as a border image */
}

.main-tab{

}

.menuframe {
  width: 100%;
  padding-right: auto;
  padding-left: auto;
}

.menu > ul {
    display: flex;
    justify-content: space-between;
    height: 35px;
}

.menu li {
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align:
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #005246;
    padding-right: 80px;
    width: 100vw; /* Set the width to 100% of the viewport width */
    padding-top: 10px;
    margin-top: 5px;
    z-index: 5;
}

.maintab{
    padding-top: 15px;
    height: 35px;
    float: left;
}




.main-tab.expanded .submenu {
    display: block;
}

.nextsubmenu {
    float: left;
}

.search-input {
    border: none;
    width: 150px; /* Initial width of the search input */
    transition: width 0.3s;
}

/* Style for the category dropdown */
.category-dropdown {
    border: none;
    border-radius: 0;
    width: 90px;
    padding: 5px; /* You can adjust the padding if needed */
    background-color: rgb(243, 243, 243);
}

/* Style for the search button */
.search-button {
  border: none;
  background-color: #FFD700;
  color: #B8860B;
  height: 36px;
  cursor: pointer;
  clear: left;  /* Check if clear is necessary for your layout */
  width: 315px;
  text-align: center; /* Center the text */
  border-radius: 4px;

}


.search-button:hover {
  background-color: #B8860B;
  color: white;
}





.logo-container {
    float: left; /* Align the logo to the left */
    height: 20px;
    padding-right: 20px;
}

.cart-icon {
    cursor: pointer;
    width: 90px; /* Adjust the width as needed */
    height: 27px; /* Adjust the height as needed */
    display: flex;
    align-items: center;
   
}

.cart-icon i {
    font-size: 24px;
    margin-right: 10px; /* Adjust the spacing between the icon and count */
}

#cart-count,  #totalItemCount  {
    background-color: gold;
    color: black;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding: 4px 8px;
    font-size: 15px;
    max-height: 35px; /* Set a maximum height to match the height of your 'h3' tag */
    overflow: hidden;

}

.carttab{
    width: 90px; 
    height: 35px;
    float: left; 
    padding-top: 7px;
}



/*--------------------------------------------------------------------*/
/* Dropdown Menu - Renew */
/*--------------------------------------------------------------------*/

/* Dropdown Button */

.navtop {
  /* class is not needed */
}


.dropbtn {
  font-size: 16px;
  border: none;
  width: 200px;
  height: 20px;
  display: inline;
  background-color: #ffffff;
  padding-top: 30px;
}


.dropbtn2 {
  /* add specification here,  no properties added to this class */
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #ffffff;
}








/*--------------------------------------------------------------------*/
/*428x926 -  iphone 13 Pro Max  Responsive*/
/*--------------------------------------------------------------------*/



@media screen and (max-width: 428px) {


  .mainfeedmedia { 
    width: 50%;
  }



  

  .messagepost{
    width: 345px;
  }

  

  /* .imagemain {
    width: 200%;
    overflow: none;
    overflow: hidden; 
    object-fit: cover;
    margin-left: -50%
  } */

  body {
    overflow-x: hidden; /* Hide horizontal overflow */
  }

  .row {
    width: 100%;
  }

  .main-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-frame {
    width: 100%;

  }

  .footer-container {
    width: 100%;
    height: auto;
  }

  .footer-container-layer {
    height: 565px;
  }

  .mc_embed_signup_scroll{
    width: 315px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .pnewsletter {
    display:block;
    width: 315px; 
    margin-right: auto; 
    margin-left: auto; 
  }

  .footerposition {
    width: 100%;
  }
 
  .col-company {
    width: 100%;
    display: block;
    text-align: center; 
  }

  .col-reachus{
    width: 100%;
    display: block;
    text-align: center; 
  
  }

  .email {
    width: 315px;  }

  input[type="submit"] {
    width: 100%;
  }

  #mc_embed_signup {
    width: 315px;;
    margin-right: auto;
    margin-left: auto;
    }
  
  .menu {
      display: none;
  }


    .submenu-content a {
      font-size: 36px;
    }


    .formcontent {
      clear: both;
      }


      .formcontent {
        width: 100%;
      }

      .logincompanyinfo {
        width: 100%;
      }
      .logincompanyinfo p{
        width: 100%;
      }

      .wrapper {
        width: 90%;
      }

      .fieldentry {
        width: 100%;
      }


      input[type="submit"] {
        width: 315px;
        clear: both;
        font-size: 1em;
      }

  


  .row {
    width: 200%;
    
  }
  
  /* .row img {
    width:200%;
    height: auto;
    object-fit: cover; 
    margin-left: -75%;
    overflow: hidden;
  } */

  .profiles {
    width: 395px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  P {
    width: 390px;
  }


  .provider-listings {
    width: 428px;
  }

  .search-container {
    width: 395px;  
  }

  .pframe {
    width: 395px;
  }

  .messageboard {
    width: 395px;
  }

  iframe {
    /* Your styles here */
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;

  }

  .collapsible-comment{
    width: 395px;

  }

  .commentzone{
    width: 395px;
  }

  .comment-form{
    width: 395px;
  }

  .commenttextarea{
    width: 345px;
  }

  .commentpost{
    width: 345px;
  }

  .commentrow{
    width: 345px;
  }

  .slider-form-feed{
    width: 395px;
  }



}


/*--------------------------------------------------------------------*/
/* Hide mobile menu -  larger than table Responsive*/
/*--------------------------------------------------------------------*/

@media screen and (min-width: 811px) {
  .mobile-menu {
    display: none;
  }
}

  
/*--------------------------------------------------------------------*/
/* 1080x1920 -  Responsive*/
/*--------------------------------------------------------------------*/


@media screen and (max-width: 1080px) {
  .x {
    display: none;
  }

 

  
}