

.colorbackgreen1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(238, 255, 241) 100%);
}
.colorbackgreen2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(238, 255, 240) 100%);
}

.firstbox-tools {
    position: relative;
    z-index: 50;
    background-size: 200px;
    background-image: url(/../site/img/pricing/cadre-bottom-right1.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% + 0px);
    background-position-y: calc(100% + 40px);
}

.firstbox-tools {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .firstbox-tools .h1, .firstbox-tools h1 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 767px) {
   .firstbox-tools .h1, .firstbox-tools h1 {
        font-size: 26px;
    }
  
}

.btn-tools{
    width: calc(100% - 55%);
    margin-left: 5px;
    padding: 15px;
}

.btn-theme {
  position: relative;
  display: inline-block;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  border-radius: 3px;
  
}
.btn-theme::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 3px;
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}
.btn-primary {
  background: #196599;
  border-color: #196599;
}
.btn-primary::after {
  background: #0b8043;
}
.btn-theme:hover::after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.plan-seo h3{
    font-size: 18px !important;
  text-align: center !important;
}
.single-pricing-table .pricing-features li span{
    font-weight: 800;
  color: #823706;
    
}
.plan-seo .single-pricing-table .price{
    padding-left: 25px;
  padding-right: 25px;
    font-size: 28px
}
.line-through{
    text-decoration-line: line-through;
    text-decoration-thickness: 3px;
  text-decoration-color: #60697b;
  padding-right: 5px;
}
.tools-features .features li{
    margin-bottom: 15px;
}


.faq-vtools h2 span {
    display: inline-block;
    color: #ff612f
}

.faq-vtools h3 span {
    display: inline-block;
    color: #DB3300
}

.faq-vtools h4 span {
    display: inline-block;
    color: #DB3300
}

.faq-vtools .vtools {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-vtools .vtools .vtools-item {
    display: block;
    background: #ffffff;
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    margin-bottom: 10px;
    border: 0;
    border-color: rgb(96, 105, 123);
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.faq-vtools .vtools .vtools-item:last-child {
    margin-bottom: 0
}

.faq-vtools .vtools .vtools-title {
    padding: 12px 40px 10px 20px;
    color: rgb(52, 63, 82);
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.faq-vtools .vtools .vtools-title i:first-child {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.faq-vtools .vtools .vtools-title.active .tools-icon-success::before {
    content: "\ec01";
    color: #0cae16;
}

.faq-vtools .vtools .vtools-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    color: rgb(96, 105, 123);
    border-top: 1px solid #dfdfdf;
}

.faq-vtools .vtools .vtools-content.show {
    display: block
}
.faq-vtools .vtools .vtools-content p:not(:last-of-type) {
  border-bottom: 1px dotted #b3b3b3;
  padding-bottom: 10px;
}

.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.div2{
    width: 50%;
}
.tools-icon-success{
    color: #0cae16;
  vertical-align: sub;
  font-size: x-large;
}
.tools-icon-red{
    color: #ff4b5c;
  vertical-align: sub;
  font-size: x-large;
}
.tools-icon-warrnig{
    color: #ffca4b;
  vertical-align: sub;
  font-size: x-large;
}
.c-success{
    color: #0cae16;
}
.c-red{
    color: #ff4b5c;
}
.c-warrnig{
    color: #ffca4b;
}
.loader {
  width: 52px;
  height: 52px;
  border: 4px dotted #3b9f2e;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 4px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
} 
.flex-fill {
  flex: 1 1 auto !important;
}
@media only screen and (max-width: 767px) {
    .div2{
        flex: 1 1 auto !important;
        align-self: center !important;
    }
   .faq-vtools .vtools .vtools-title .div2 span{
        font-size: 12px;
    }
}
.span-h{
    background: aliceblue;
  padding: 8px 15px;
  border: 1px solid #d6f0ff;
  font-weight: 600;
  border-radius: 8px;
  margin-left: 5px;
}
.table thead tr {
    background: #fff3eb;
}
.hermesh2 {
  text-transform: uppercase;
  font-size: 16px !important;
  color: #31568c !important;
  margin: 7px 0 25px 0;
  font-weight: 700;
}
.hermesp {
  font-weight: 700;
  margin: 0px 0 10px 115px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  font-size: 18px;
}
.cat-icon {
  float: left;
  margin: 0 10px 10px 10px;
  border: .7px solid #e3e3e3;
  border-radius: 3px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
}
.achievement-label {
  position: relative;
  background-image: url(/../site/img/popular.png);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  display: block;
  background-position-y: top;
  background-position-x: 100%;
}
.box-tool {
  border: 1px solid #dfd5df7a;
  border-radius: 8px;
  padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
  background: #fafffc;
  box-shadow: 0 6px 31px 0 rgba(155, 179, 159, 0.29);
}
 .hideContent{overflow:hidden;line-height:1em;max-height:382px}.showContent{overflow:visible;line-height:1em;height:auto}.show-more{text-align:center;font-size:13px;margin-top:10px;cursor:pointer}