/*****-----*****-----*****-----*****
    Imported CSS
*****-----*****-----*****-----*****/
@import"together.css";


/* ===========  General CSS =========== */
 body {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #223E54;
    background: #ffffff;
    overflow-x: hidden;
}
/* Custom Container */
/* @media (min-width: 1200px) {
    .container {
        max-width: 1210px;
    }
}*/
/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    color: #223E54;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}
 h1{
     font-size:60px;
}
 h2{
     font-size:40px;
}
 h3{
     font-size:32px;
}
 h4{
     font-size:24px;
}
 h5{
     font-size:20px;
}
 h6{
     font-size:16px;
}
 p {
     margin: 0;
     padding: 0;
}
 a {
     margin: 0;
     padding: 0;
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:focus, a:hover {
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
section {
     position: relative;
}
/* Placeholder CSS */
 ::-moz-placeholder {
     color: #333333 !important;
}
 ::-o-placeholder {
     color: #333333 !important;
}
 :-ms-input-placeholder {
     color: #333333 !important;
}
 input:-moz-placeholder {
     color: #333333 !important;
}
 ::-webkit-input-placeholder {
     color: #333333 !important;
}

/* Form CSS */
 .form-control {
     height: 45px;
     margin-bottom: 30px;
     box-shadow: none;
     border: 1px solid #e4e4e4;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}
 .form-control:focus {
     border-color: #666666;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}
/* Overlay CSS */
 .overlay-black {
     position: relative;
}
 .overlay-black:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(34, 34, 34, 0.8);
}
 .overlay-white {
     position: relative;
}
 .overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
/* Theme btn CSS */
.theme-btn {
    position: relative;
    z-index: 0;
    padding: 11px 20px 15px;
    background: #427b00;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    min-width: 185px;
    height: 55px;
    overflow: hidden;
    border: 2px solid #427b00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
 .theme-btn:hover {
    border-color: #1FE005;
    color: #ffffff;
    background: transparent;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

 .btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
 .theme-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1FE005;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
 .theme-btn:hover:before,  .theme-btn:focus:before,  .theme-btn:active:before {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Title CSS */
 .my-title {
     position: relative;
     margin-top: -5px;
     margin-bottom: 55px;
}
 .my-title h2 {
     font-weight: 700;
     color: #1b1a17;
     font-size: 40px;
     line-height: 46px;
     margin-bottom: 10px;
     text-transform: capitalize;
}

.title-bdr {
    position: relative;
    height: 5px;
    border-radius: 30px;
    background-color: #427b00;
    width: 120px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 18px;
    overflow: hidden;
}
.title-bdr:after,
.title-bdr:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG
}

.title-bdr:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}


.animated{
     opacity:0;
}

/* Back to top */
 #back-to-top {
     position: fixed;
     bottom: 100%;
     right: 10px;
     z-index: 9999;
     width: 40px;
     height: 40px;
     text-align: center;
     font-size: 25px;
     line-height: 40px;
     background: #427b00;
     color: #ffffff;
     cursor: pointer;
     border: 0;
     border-radius: 5px;
     text-decoration: none;
     transition: opacity 0.2s ease-out;
     opacity: 0;
}
 #back-to-top img {
    margin-bottom: 8px;
 }
 #back-to-top:hover {
}
 #back-to-top.show {
     opacity: 1;
     bottom: 10px;
     transition: 0.8s ease-out;
}


/* Pagination CSS */
 .my-pagination {
    margin-top: 20px;
}
 .my-pagination ul li {
     margin: 0 10px;
}
 .my-pagination ul li a {
     padding: 0;
     display: inline-block;
     background: #ffffff;
     width: 45px;
     height: 45px;
     border-radius: 50% !important;
     text-align: center;
     line-height: 45px;
     border: 1px solid #000000;
     color: #333333;
     font-size: 20px;
     font-weight: 400;
}
 .my-pagination ul li a:hover {
     background: #427b00;
     color: #ffffff;
     border: 1px solid #427b00;
}
 .my-pagination ul li a.active {
     background: #427b00;
     border: 1px solid #427b00;
     color: #ffffff;
}
 .my-pagination ul li a i {
     font-size: 24px;
     position: relative;
     bottom: 0;
}





/* =========== Header CSS =========== */
 .header-area {
    padding: 10px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-area .container-fluid {
    padding: 0 100px;
}
.logo-col img {
    margin-top: 10px;
    max-width: 260px;
}

/* Stellarnav CSS Start */
.stellarnav {
    float: right;
    width: 100%;
}
.stellarnav ul {
    text-align: right;
}
.stellarnav>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    color: #223E54 !important;
    text-transform: capitalize;
    padding: 20px 40px;
    position: relative;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.stellarnav>ul>li>a:hover {
    background-color: #ccfbe0;
    border-radius: 5px;
}
.stellarnav.light {
  background: transparent;
}
.stellarnav>ul>li.active>a {
    background-color: #ccfbe0;
    border-radius: 5px;
}
.stellarnav li.has-sub>a:after {
    border-top: 6px solid #427b00;
}
.stellarnav ul ul {
    width: 250px;
    border: 1px solid #427b00;
    overflow: hidden;
    border-radius: 5px;
}
.stellarnav ul li ul li a {
    color: rgb(0, 0, 0);
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 15px 15px;
    background: transparent;
    border-bottom: 1px solid #427b00;
}
.stellarnav ul li ul li a:hover {
    background-color: #427b00;
    color: #ffffff;
}
.stellarnav ul li ul li:last-child a {
    border-bottom: none;
}
.stellarnav.light a, .stellarnav.light li a {
    color: #333333;
}
.current-menu-item a {
  color: #cda248;
}




/* NavBar Fixed CSS */
 .stickyheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.08);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.stickyheader .header-menubar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 





/* =========== Hero CSS =========== */
.hero-area {
    padding: 150px 0 300px;
    background-color: #FDF2F1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.hero-area .container {
    position: relative;
    z-index: 1;
}
.hero-col h1 {
    color: #333333;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 500;
}
.hero-col h1 span {
    color: #427b00;
    display: block;
    font-size: 120px;
    font-weight: 700;
}
.hero-col h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #333333;
    font-weight: 400;
    margin-bottom: 30px;
}
.hero-col p {
    color: #777777;
    padding-bottom: 0;
    border-bottom: 1px solid #999999;
    display: inline-block;
}
.hero-col p i {
    color: #427b00;
    margin-right: 5px;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cbd-img {
    position: absolute;
    right: 8%;
    top: 100px;
    z-index: 0;
}
.cbd-img img {
    width: 100%;
    max-width: 680px;
}
.bottom-shape {
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 0;
    width: 100%;
    height: 65px;
}



/* =========== Features CSS Start =========== */
.features-area {
    padding: 50px 0 0;
    margin-top: -150px;
}
.features-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.feature-box {
    min-height: 380px;
    background-color: #f1fff7;
    border: 1px solid #f3f0f0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.2);
    -moz-box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.2);
    box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-box:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.company-logo {
    padding: 20px 20px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
    background-color: #ffffff;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tag-line {
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    top: -18px;
    z-index: 0;
    background-color: #427b00;
    padding: 3px 12px;
    color: #ffffff;
    border-radius: 5px;
    width: 140px;
    margin-left: -70px;
    text-align: center;
}
.company-logo img {
    max-width: 250px;
    max-height: 80px;
}
.feature-box-content {
    border-top: 1px solid #f3f0f0;
    padding: 20px 20px;
    text-align: center;
}
.feature-box-content h2 {
    font-size: 36px;
    margin-bottom: 0;
}
.feature-box-content ul li {
    display: inline-block;
}
.feature-box-content ul li i {
    color: #FFD700;
}
.feature-box-content p {
    margin-bottom: 10px;
    color: #427b00;
}
.feature-box-content h5 {
    margin-bottom: 15px;
}
.feature-box-content .feature-cbd {
    margin-bottom: 20px;
}
.feature-box-content .feature-cbd ul li {
    display: block;
}

.scaleupdown {
  animation: scaleupdown 1s alternate infinite ease-in;
}

@-webkit-keyframes scaleupdown {
  0%   {-webkit-transform: scale(.8);transform: scale(.8);}
  100% {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes scaleupdown {
  0%   {-webkit-transform: scale(.8);transform: scale(.8);}
  100% {-webkit-transform: scale(1);transform: scale(1);}
}





/* =========== Review CSS Start =========== */
.review-content-area {
    padding: 120px 0;
}
.review-content-area .row {
    align-items: center;
}
.review-row-box {
    border: 1px solid #f3f0f0;
    border-radius: 8px;
    margin-bottom: 50px;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.review-row-box:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(235,25,244,0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(235,25,244,0.2);
    box-shadow: 0px 10px 30px 0px rgba(235,25,244,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.review-row-box span {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f3f0f0;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.review-logo-col {
    padding: 20px 30px;
}
.review-logo-col img {
    max-width: 220px;
}
.review-features-col {
    padding: 20px 20px;
}
.review-features-col ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
.review-features-col ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #427b00;
}
.review-features-col ul li:first-child {
    font-weight: 600;
}
.review-features-col ul li:last-child {
    margin-bottom: 0;
}
.review-stars-col {
    background-color: #f1fff7;
    height: 100%;
    border-radius: 8px;
    padding: 20px 20px;
    text-align: center;
}
.review-stars-col h2 {
    font-size: 36px;
    margin-bottom: 0;
}
.review-stars-col ul li {
    display: inline-block;
    text-align: center;
}
.review-stars-col ul li i {
    color: #FFD808;
}
.review-stars-col p {
    margin-bottom: 10px;
}
.review-stars-col .theme-btn {
    margin-bottom: 15px;
}
.tag-line-2 {
    background-color: #005288;
}


.review-content-two-area .review-features-col p a {
    color: #427b00;
    text-decoration: underline;
}



/* =========== CBD Product CSS Start =========== */
.cbd-product-area {
    position: relative;
    overflow: hidden;
}
.cbd-product-col {
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.cbd-product-img {
    margin: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    overflow: hidden;
}
.cbd-product-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cbd-product-col:hover .cbd-product-img img {
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cbd-product-img span {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 0;
    transform: translateX(-50%);
    padding: 4px 15px 5px;
    border-radius: 100px;
    background-color: rgba(66,123,0,0.7);
    text-transform: uppercase;
}
.cbd-product-text {
    padding: 10px 20px 20px;
}
.cbd-product-text h4 a {
    color: #1b1a17;
}
.cbd-stars {
    margin-bottom: 10px;
}
.cbd-stars ul li {
    display: inline-block;
    color: #F0E100;
}
.cbd-text-line {
    margin-bottom: 20px;
}
.cbd-text-line ul li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}
.cbd-text-line ul li:before{
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.cbd-product-text .theme-btn {
    width: 100%;
}






.cbd-product-two-area {

}
.cbd-product-two-col {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.cbd-product-two-left {
    width: 65%;
    padding: 50px 50px 40px;
    position: relative;
}
.cbd-product-two-left span {
    color: #111111;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.cbd-product-two-img {
    position: relative;
}
.cbd-product-two-img p {
    position: absolute;
    left: 50%;
    top: -15PX;
    z-index: 1;
    transform: translateX(-50%);
    text-transform: capitalize;
    background-color: #427b00;
    color: #ffffff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
} 
.cbd-product-two-left img {
    width: 100%;
    border-radius: 10px;
}
.cbd-product-two-left ul {
    width: 100%;
    max-width: 500px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.cbd-product-two-left ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    width: 50%;
}
.cbd-product-two-left ul li:before{
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.cbd-product-two-right {
    width: 35%;
    background-color: #F2FFF6;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cbd-product-two-right h2 {

}
.cbd-product-two-right ul li {
    display: inline-block;
    color: #F0E100;
}
.cbd-product-two-right p {
    margin-bottom: 30px;
    text-transform: capitalize;
}





/* =========== Review details CSS Start =========== */
.review-details-area {
    padding: 120px 0 90px;
}
.review-details-top-col {
    display: flex;
    width: 100%;
}
.my-company-logo {
    width: 38%;
    text-align: center;
}
.my-company-logo img {
    margin-bottom: 50px;
}
.review-details-top-text {
    width: 60%;
    padding-left: 30px;
    border-left: 1px solid #dddddd;
}
.review-details-top-col p {
    margin-bottom: 15px;
}
.review-details-bottom-col {
    margin-top: 50px;
}
.bottom-col {
    margin-bottom: 30px;
}
.bottom-col h2 {
    margin-bottom: 0;
}
.bottom-col ul li {
    display: inline-block;
}
.bottom-col ul li i {
    color: #FFD808;
}
.bottom-col .btn {
    margin-bottom: 20px;
}
.review-details-col {
    padding-right: 50px;
}
.pros-cons-col {
    margin-bottom: 20px;
}
.pros-cons-col ul li {
    position: relative;
    padding-left: 20px;
}
.pros-cons-col ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.video-img {
    margin-top: 20px;
    position: relative;
}
.video-img img {
    width: 100%;
}
.video-img a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 90px;
    height: 90px;
    line-height: 70px;
    color: #ffffff;
    background-color: #427b00;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    border: 10px solid rgba(0,0,0,0.1)
}
.cover-box {
    margin-top: 50px;
}
.cover-table td i {
    color: #427b00;
}
.people-testimonial {
    width: 100%;
    max-width: 600px;
}
.cover-box .testimonial-name span {
    color: #777777;
}
.people-testimonial .testimonial-content {
    background-color: #F1FFF7;
}
.people-testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -15px;
    z-index: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F1FFF7;
}



/* =========== Testimonial CSS Start =========== */
.testimonial-area {
    padding: 120px 0;
    background-repeat: repeat;
    background-color: #b9cd9e;
    position: relative;
    overflow: hidden;
}
.thumsup-img {
    text-align: center;
    padding: 0 15px;
    margin-top: 30px;
}
.testimonial-col {
    margin-bottom: 30px;
}
.testimonial-img {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.testimonial-img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 1px solid #dddddd;
}
.testimonial-name {
    margin-left: 20px;
}
.testimonial-name h4 {
    margin-bottom: 0;
}
.testimonial-name span {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 15px;
}
.testimonial-name ul li {
    display: inline-block;
}
.testimonial-name ul li i {
    color: #FFD808;
    font-size: 14px;
}
.testimonial-content {
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 8px;
    position: relative;
}
.testimonial-content:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -15px;
    z-index: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFFFFF;
}
.testimonial-content h4 {
    margin-bottom: 0;
}
.testimonial-content span {
    font-style: italic;
    font-size: 14px;
}
.testimonial-content p {
    margin-top: 10px;
}

.testimonial-area .owl-theme .owl-nav [class*=owl-] {
    background-color: #427b00;
    color: #ffffff;
    padding: 3px 20px 5px;
    font-size: 20px;
    border-radius: 100px;
    margin: 0 10px;
}



/* =========== FAQ CSS Start =========== */
.faq-area {
    padding: 120px 0;
    position: relative;
}
.faq-single-box {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq-single-box:hover {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.1);
    -moz-box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.1);
    box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq-single-box h3 i {
    color: #427b00;
}
.faq-single-box p {
    margin-bottom: 10px;
}
.accordion {
    background-color: #F1FFF7;
    color: #223E54;
    cursor: pointer;
    padding: 15px 20px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    text-align: left;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    transition: 0.4s;
    position: relative;
    padding-right: 60px;
}
.my-accordion .active, .accordion:hover {
    background-color: #ffffff;
    border: 1px solid #427b00;
}
.accordion:after {
    content: '\2b';
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    border-radius: 5px;
    transform: translateY(-50%);
    text-align: center;
    background-color: #427b00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.accordion.active:after {
    content: '\f068';
}
.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel .panel-content {
    padding: 10px 20px 20px 20px;
    border: 1px solid #427b00;
    border-radius: 8px;
    margin-bottom: 20px;
}




/* =========== Blog CSS Start =========== */
.blog-area {
  padding: 0 0 90px;
  overflow: hidden;
}
.blog-col {
  margin-bottom: 30px;
  background-color: #F1FFF7;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.2);
    -moz-box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.2);
    box-shadow: 0px 6px 20px 0px rgba(235,25,244,0.2);
}
.blog-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}
.blog-col h4 a {
  color: #071e22;
}
.blog-col p {
  margin-bottom: 0;
}
.blog-col ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.blog-col ul li:last-child {
  margin: 0;
}
.blog-col ul li i {
  margin-right: 5px;
  color: #427b00;
}
.blog-col ul li a {
  color: #585858;
}
.blog-content {
  padding: 20px 20px;
}

.knowledge-area {
    padding: 120px 0;
}



/* =========== Blog Details CSS Start =========== */
.blog-details-area {
    padding: 120px 0 90px;
}
.blog-details-area .blog-col {
    margin-bottom: 30px;
}
.blog-details-col {
  margin-bottom: 30px;
}
.blog-details-col .blog-col {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.blog-details-col h3 {
    margin-top: 5px;
}
.blog-details-col .blog-info-bar {
  margin-top: 20px;
}
.blog-details-col .blog-info-bar ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details-col .blog-info-bar ul li a {
    color: #444444;
}
.blog-details-col .blog-info-bar ul li a i {
    color: #427b00;
    margin-right: 5px;
}
.blog-item-content h4 a {

}
.blog-details-col p {
    margin-bottom: 10px;
}
.blog-comment-box {
  padding: 20px 30px;
  background: #f5f5f5;
  position: relative;
  margin: 5px 0 30px;
}
.blog-comment-box p {
  font-weight: 600;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin-bottom: 0;
}
.blog-comment-box i {
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 0;
  opacity: 0.3;
}
.middle-imgs {
    margin-bottom: 20px;
}
.middle-imgs img {
    width: 100%;
}
.tag-bar {
  padding: 12px 20px;
  margin: 40px 0 45px;
  background: #f5f5f5;
}
.tag-bar-col ul li {
  display: inline-block;
}
.tag-bar-col ul li i {
  margin-right: 15px;
  font-size: 24px;
  color: #427b00;
  position: relative;
  top: 3px;
}
.tag-bar-col ul li a {
  color: #333333;
}
.share-col {
  text-align: right;
}
.share-col ul li {
  display: inline-block;
}
.share-col ul li i {
  font-size: 24px;
  color: #427b00;
  position: relative;
  top: 3px;
}
.share-col ul li a i {
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.link-bar {
  margin-bottom: 50px;
}
.link-bar-col {
  position: relative;
}
.link-bar-col a i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F5F5F5;
    line-height: 60px;
    font-size: 40px;
    text-align: center;
    color: #427b00;
}
.previous-link {
  padding-left: 70px;
}
.previous-link a i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.link-bar-col h4 {
  margin-bottom: 0;
}
.next-link {
  padding-right: 70px;
  text-align: right;
}
.next-link a i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.all-comments h4 {
  margin-bottom: 40px;
}
.comment-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 100px;
}
.comment-item p {
    margin-bottom: 0 !important;
}
.comment-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 3px solid #dddddd;
  border-radius: 10px;
}
.comment-item span {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;  
}
.comment-item i {
  color: #427b00;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.comment-item.left-space {
  margin-left: 110px;
}
.comment-form h4 {
  margin-bottom: 20px;
}
.comment-form-box {
  padding: 30px 30px;
  background: #f5f5f5;
  border-radius: 10px;
}
.comment-form .form-control {
  height: 50px;
  background: #dbdbdb;
  border: none;
  border-radius: 5px;
}
.comment-form textarea {
  min-height: 120px !important;
  resize: none;
}

/* Sidebar CSS Start */
.blog-sedebar {
    padding-left: 25px;
  margin-bottom: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.sidebar-title {
  color: #111111;
  line-height: 30px;
  padding: 15px 30px;
  background: #F5F5F5;
  margin-bottom: 0;
  border-bottom: 2px solid #c9c9c9;
}
.box-content {
  padding: 30px 30px; 
  background: #f5f5f5;
}
.search-box {
    overflow: hidden;
    border-radius: 10px;
}
.search-box button {
  background: #427b00;
  width: 55px;
  height: 50px;
  border-radius: 0;
  color: #ffffff;
}
.search-box .form-control {
  height: 50px;
  border: none;
  margin-bottom: 0;
  background-color: #dfdfdf;
}
.categorys-box {
    overflow: hidden;
    border-radius: 10px;
}
.categorys-box .box-content ul li {
  position: relative;
}
.categorys-box .box-content ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  color: #b9b9b9;
  font-size: 20px;
}
.categorys-box ul li a {
  padding: 10px 0;
  padding-left: 20px;
  display: block;
  border-bottom: 1px solid #ffffff;
  color: #333333;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categorys-box ul li a:hover {
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categorys-box .box-content ul li a span {
  float: right;
}
.post-box {
    border-radius: 10px;
    overflow: hidden;
}
.post-box ul li {
  position: relative;
  min-height: 80px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-box ul li:last-child {
  margin-bottom: 0;
}
.post-box ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.post-box ul li a {
  color: #444444;
  top: 0
}
.post-box ul li p a {
  font-weight: normal;
  opacity: 0.7;
  font-size: 14px;
}
.tags-box {

}
.tags-box ul li {
  display: inline-block;
}
.tags-box ul li a {
  padding: 5px 12px;
  border: 1px solid #999999;
  display: block;
  margin: 0 5px 8px 0;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tags-box ul li a:hover {
  background: #427b00;
  border-color: #427b00;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.add-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.add-box img {
    width: 100%;
}
.add-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 10px 20px;
    text-align: center;
}
.add-content h4 {
    color: #ffffff;
}




/* =========== pagename CSS Start =========== */
.pagename-area {
    padding: 120px 0 120px !important; 
    text-align: center;
}
.pagename-area .hero-col h2 {
    margin-bottom: 10px;
    font-size: 36px;
    padding-right: 0 !important;
    font-weight: bold;
}
.pagename-area .hero-col ul li {
    display: inline-block;
    color: #555555;
}
.pagename-area .hero-col ul li a {
    color: #555555;
}


/* =========== compare CSS Start =========== */
 .compare-area{
    position:relative;
    padding:90px 0 80px
}
 .compare-area tbody tr:nth-child(2n + 0){
    background-color: #fafaff;
}

 .compare-area .table:last-child{
    margin-bottom:0
}
 .compare-area table{
    margin-bottom:80px
}
.compare-area .table tr td i.fa-solid.fa-check {
    color: #427b00;
    font-size: 24px;
}
.compare-area .table tr td i.fa-solid.fa-xmark {
    color: #D92D32;
    font-size: 24px;
}
 .compare-area tbody tr td:first-child{
    color:#1c1b42;
    font-size:16px!important;
    font-weight:600;
    padding:30px 20px!important;
    text-align:left
}
 .compare-table-one{
    margin-bottom:80px
}
 .compare-table-one tbody tr td{
    text-align:center;
    color:#1c1b42;
    font-size:16px;
    font-weight:600;
    padding:30px 15px
}
 .compare-table-one tbody tr td a{
    color:#1c1b42;
    line-height: 20px;
}
 .compare-table-one tbody tr td a:hover{
    color:#0056b3
}
 .points td a{
    font-size:20px
}
 .deals td a{
    font-size:12px;
    padding-left:5px;
    padding-right:5px
}
 .client-image{
    padding-bottom:10px
}
 .client-image img{
    margin-bottom:20px;
    width:150px
}
/* .client-image a{
    position:relative;
    font-size:15px;
    line-height:27px;
    color:#fff;
    font-weight:500;
    overflow:hidden;
    border-radius:5px;
    padding:12px 20px;
    letter-spacing:.05em;
    transition:all 300ms linear;
    background-color:#427b00;
    line-height: 20px;
}*/
/* .client-image a:hover{
    background:#888888;
}*/
 .compare-table-two{
    margin-bottom:80px
}
 .table-title h4{
    position:relative;
    padding:20px 20px 15px;
    background-color:#f5f5f5;
    margin-bottom:0;
    font-size:20px
}
 .compare-table-two tbody{
    text-align:center
}
 .compare-table-two tbody tr td{
    font-size:14px;
    line-height: 20px;
    font-weight:500
}
 .compare-table-two .table td,.compare-table-two .table th{
    vertical-align:middle
}
 .compare-area .toppro td{
    color:#4bdf86
}
 .compare-area tbody tr td:first-child{
    font-size:15px!important;
    font-weight:600
}
 .compare-area .topcan td{
    color:#009DDF
}
 .compare-table-two tbody tr td{
    padding:30px 15px
}
 .compare-table-two tbody tr td .review{
    text-decoration:underline;
    color:#1c1b42
}
 .compare-table-two tbody tr td a{
    color:#1c1b42
}
 .compare-table-two .table td,.compare-table-two .table th{
    vertical-align:middle
}




/* =========== Warranty details CSS Start =========== */
.worranty-details-area {
    padding: 120px 0;
}
.worranty-details-info {
    margin-top: 20px;
}
.worranty-details-info li {
    display: inline-block;
    margin-right: 20px;
}
.worranty-details-col p {
    margin-bottom: 20px;
}






/* =========== Footer CSS Start =========== */
.footer-area {
    padding: 120px 0 30px;
    background-color: #E6F2F1;
    position: relative;
}
.top-shape {
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 0;
    width: 100%;
    height: 65px;
}
.footer-col {
    text-align: center;
}
.footer-col ul.footer-menu li {
    display: inline-block;
    margin: 0 15px;
}
.footer-col ul.footer-menu li a {
    font-size: 18px;
    line-height: 28px;
    color: #213C51;
}
.footer-social-links {
    margin-bottom: 30px;
}
.footer-social-links li {
    display: inline-block;
    border-right: 1px solid #999999;
    padding: 0 20px;
}
.footer-social-links li a {
    color: #427b00;
    font-size: 30px;
    line-height: 30px;
}
.footer-col p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}









/*****-----*****-----*****-----*****
    Responsive CSS
*****-----*****-----*****-----*****/
@media only screen and (max-width:1920px) {

}

@media only screen and (max-width:1680px) {
    .lottie-animation {
        right: 15px;
        width: 800px;
    }
    .bottom-shape,
    .top-shape {
        height: 50px;
    }
    .cbd-img {
        right: 5%;
    }
}

@media only screen and (max-width:1600px) {
    
}

@media only screen and (max-width:1440px) {
    .cbd-img img {
        max-width: 550px;
    }
}

@media only screen and (max-width:1399px) {
    .lottie-animation {
        right: 15px;
        width: 660px;
    }
    .hero-col h1 {
        font-size: 50px;
    }
    .bottom-shape, .top-shape {
        height: 45px;
    }
    .hero-col h2 {
        padding-right: 50px;
    }

}

@media only screen and (max-width:1366px) {
    .cbd-img img {
        max-width: 500px;
    }
    .hero-area {
        padding: 100px 0 200px
    }
}

@media only screen and (max-width:1199px) {
    .lottie-animation {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .bottom-shape img, .top-shape img {
        min-height: 45px;
    }
    .hero-col {
        text-align: center;
    }
    .hero-col h2 {
        padding: 0;
    }
    .hero-area {
        padding: 100px 0 200px;
    }
    .review-details-top-col {
        display: block;
    }
    .pagename-area .lottie-animation {
        right: auto;
        margin: 0 auto;
        margin-top: 50px;
    }
    .review-details-top-text {
        width: 100%;
        border: none;
        padding-left: 0;
    }
    .my-company-logo {
        width: 100%;
    }
    .review-details-col {
        padding-right: 0;
    }
    .cbd-img {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
        margin-top: 50px;
    }
    .hero-area {
        padding-top: 70px;
    }
}

@media only screen and (max-width:1024px) {
    
}

@media only screen and (max-width:991px) {
    .features-area .row {
        justify-content: center;
    }
    .feature-box {
        margin-bottom: 30px;
    }
    .review-content-area {
        padding-top: 40px;
    }
    .review-logo-col {
        text-align: center;
    }

}


@media only screen and (max-width:767px) {
    
    /* stellarnav mobile css start */
    .stellarnav {
        text-align: right;
        width: 100%;
    }
    .stellarnav .menu-toggle span.bars {
        margin: 0;
    }
    .stellarnav .call-btn-mobile, .stellarnav .close-menu, 
    .stellarnav .location-btn-mobile, .stellarnav .menu-toggle{
        padding: 0;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 30px;
        height: 3px;
        margin: 0 0 4px;
    }
    .stellarnav .close-menu {
        margin-bottom: 50px;
    }
    .stellarnav .icon-close {
        margin-top: 20px;
        margin-right: 20px;
    }
    .stellarnav .icon-close:after, 
    .stellarnav .icon-close:before {
        width: 20px;
        border-bottom: solid 3px #000000;
    }
    .mobile-menu-logo {
        width: 150px;
        float: left;
        margin-top: 15px;
        margin-left: 15px;
    }
    .stellarnav .dd-toggle {
        width: 100%;
        text-align: right;
        margin-right: 20px;
    }
    .stellarnav>ul>li>a {
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 20px 15px;
    }
    .stellarnav.mobile.light li a {
        border-bottom: 1px solid #427b00;
    }
    .stellarnav ul ul {
        border-radius: 0;
        border: none;
    }
    .stellarnav ul ul li a {
        font-weight: bold;
    }
    /* stellarnav mobile css End */


    .header-menubar .row {
        align-items: center;
    }
    .logo-col img {
        margin-top: 0;
    }
    .review-logo-col,
    .review-features-col {
        text-align: center;
    }
    .review-logo-col {
        padding: 60px 30px;
    }
    .tag-bar-col,
    .share-col {
        text-align: center;
    }
    .stellarnav>ul>li.active>a,
    .stellarnav>ul>li>a:hover {
        background-color: transparent;
        border-radius: 0;
    }

    .cbd-product-two-col {
        display: block;
    }
    .cbd-product-two-left {
        width: 100%;
    }
    .cbd-product-two-right {
        width: 100%;
    }


}

@media only screen and (max-width:600px) {
    
}

@media only screen and (max-width:575px) {
    .hero-col h1 {
        font-size: 36px;
    }
    .hero-col h2 {
        font-size: 24px;
    }
    .my-title h2 {
        font-size: 36px;
    }
    .faq-single-box h3 {
        font-size: 24px;
    }
    .review-details-area h2,
    .worranty-details-col h2 {
        font-size: 36px;
    }
    .hero-col h1 span {
        font-size: 60px;
    }
    .comment-item.left-space {
        margin-left: 30px;
    }

    .cbd-product-two-left ul {
        display: block;
    }
    .cbd-product-two-left ul li {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .footer-social-links li {
        padding: 0 10px;
    }
    .cbd-product-two-left {
        padding: 50px 20px 20px;
    }
    .cbd-product-two-img p {
        font-size: 14px;
    }
}

@media only screen and (max-width:420px) {
    
}

@media only screen and (max-width:414px) {
    
}

@media only screen and (max-width:375px) {
    
}

@media only screen and (max-width:320px) {
    
}

