::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb:hover {
  background: #cacaca;
}

::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 100px;
}

::-moz-selection {
  background: rgb(255 226 217 / 50%);
}

::selection {
  background: rgb(255 226 217 / 50%);
}

:root {
  --white: #f0f3f5;
  --light-green: #adefd1;
  --blue: #00203f;
  --caveat-font: "Caveat", cursive;
  --inter-font: "Inter", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  font-family: var(--inter-font);
  color: rgb(55, 65, 81);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 19px;
  outline: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: var(--caveat-font);

  color: #30303c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

a {
  color: #30303c;
  text-decoration: none;
  background-color: transparent;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
  color: initial;
}

button:focus {
  outline: 0 !important;
}

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

.animation,
.dskt-logo,
.half-blog-card,
.img-hor,
.img-hover img,
.mini-header-bar,
.ree-btn,
.ree-btn-grdt1,
.ree-btn-grdt1:hover,
.ree-btn-grdt2,
.ree-header,
.ree-media-crd,
.setps,
.stats-box,
.sticky,
.whatsapp-bg,
a,
a.menu-links,
button {
  -webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  -o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
}

.text-bold {
  font-weight: 700;
}

.text-normal {
  font-weight: 400;
}

.text-light {
  font-weight: lighter;
}

.vcenter {
  align-items: center;
  align-self: center;
}

.h1a {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  font-weight: 700;
}

h1.h1 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

.h1 {
  font-size: 45px;
  line-height: 57px;
  font-weight: 700;
}

h1 {
  font-size: 65px;
  line-height: 57px;
  font-weight: 700;
}

h2 {
  font-size: 55px;
  line-height: 52px;
  font-weight: 700;
}

h3 {
  font-size: 45px;
  line-height: 46px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h6 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
}

p {
  font-size: 20px;
  line-height: 36px;
}

.ptb130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.ree-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
}

.h-light {
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #30303c;
}

body .t-dark {
  color: #30303c;
}

.mr5 {
  margin-right: 5px;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt106 {
  margin-top: 105px;
}

.mt110 {
  margin-top: 110px;
}

.mt115 {
  margin-top: 115px;
}

.mt120 {
  margin-top: 120px;
}

.mt125 {
  margin-top: 125px;
}

.mt130 {
  margin-top: 130px;
}

.mt135 {
  margin-top: 135px;
}

.mt140 {
  margin-top: 140px;
}

.mt145 {
  margin-top: 145px;
}

.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb105 {
  margin-bottom: 105px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb135 {
  margin-bottom: 135px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb145 {
  margin-bottom: 145px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pt115 {
  padding-top: 115px;
}

.pt120 {
  padding-top: 120px;
}

.pt125 {
  padding-top: 125px;
}

.pt130 {
  padding-top: 130px;
}

.pt135 {
  padding-top: 135px;
}

.pt140 {
  padding-top: 140px;
}

.pt145 {
  padding-top: 145px;
}

.pt150 {
  padding-top: 150px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb105 {
  padding-bottom: 105px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb115 {
  padding-bottom: 115px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb125 {
  padding-bottom: 125px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb135 {
  padding-bottom: 135px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb145 {
  padding-bottom: 145px;
}

.pb150 {
  padding-bottom: 150px;
}

.sec-pad {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gap-x{
    row-gap: 40px;
}

.sec-pt{
    padding-top: 80px;
    padding-bottom: 0;
}

.sec-pb{
    padding-top: 0;
    padding-bottom: 80px;
}

.shadows {
  -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
  box-shadow: 0 19px 40px -10px #ffe0d2;
}

.no-shadows {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.height-f {
  height: 100vh;
}

body .r-bg-x {
  background: #fff;
}

body .r-bg-a {
  background: #e9f2ff;
}

body .r-bg-b {
  background: #3aa838;
}

body .r-bg-c {
  background: #f7f7f7;
}

body .r-bg-d {
  background: #ffdbca;
}

body .r-bg-e {
  background: #53ff591a;
}

body .r-bg-f {
  background: #452650;
}

body .r-bg-g {
  background-color: #f0f3f5;
}

.ree-text1 {
  background: #3aa838;
  border-radius: 4px;
  padding: 0 4px;
  color: #fff;
}

.ree-text,
.rt40,
.rt60 {
  position: relative;
  z-index: 5;
}

.ree-text.bg-text {
  background-color: #0a1d3e;
  color: white;
  padding: 0 20px;
  font-weight: 500;
}

/* .ree-text:after {
    content: "";
    position: absolute;
    background: #ffab6a;
    right: 0;
    left: 0;
    height: 10px;
    z-index: -5
} */

.ree-text-one:after {
  content: "";
  position: absolute;
  background: url("../images/icon/ad.svg") no-repeat center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  bottom: -28px !important;
  left: 0;
}

.ree-text-two:after {
  content: "";
  position: absolute;
  background: url("../images/icon/circle.svg") no-repeat center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  bottom: -35px !important;
  left: 0;
}

/* .ree-text img{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    bottom: -37px;
    z-index: -10;
} */

.rt40:after {
  bottom: 10px;
}

.rt45:after {
  bottom: 13px;
}

.rt60:after {
  bottom: 18px;
}

.ct-sol-img,
.sol-image,
.sol-img {
  border-radius: 14px;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
}

.roww {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.underline {
  text-decoration: underline;
}

.fb-bigon {
  font-size: 20px;
  margin-right: 8px;
}

.whatsapp-bg {
  background: #4ee464;
  border: 1px solid #4ee464;
  -webkit-box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
  box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
}

.ree-btn.whatsapp-bg:hover {
  background: #fff;
  color: #110a32;
  border: 1px solid #110a32;
}

.ree-btn0 {
  line-height: 48px !important;
}

.ree-btn:hover {
  color: #fff;
}

.ree-btn2 {
  font-size: 18px;
  color: #fff ;
  border-radius: 14px;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.ree-btn {
  font-weight: 500;
  font-size: 17px;
  color: #fff ;
  border-radius: 100px;
  padding: 0 32px;
  display: inline-block;
  line-height: 50px;
  white-space: nowrap;
}

.ree-btn-round {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0;
}

.ree-btn-grdt1:hover {
  background: #fff;
  color: #00203f;
  -webkit-box-shadow: 0 19px 40px -10px #d0e7ff;
  box-shadow: 0 19px 40px -10px #d0e7ff ;
  border: 1px solid #00203f;
}

.ree-btn-grdt1 {
  border: 1px solid #00203f !important;
  background: #00203f;
  -webkit-box-shadow: 0 19px 40px -10px #d0e7ff;
  box-shadow: 0 19px 40px -10px #d0e7ff !important;
}

.ree-btn-grdt2:hover {
  background: #fff;
  border: 1px solid var(--blue);
  color: #30303c;
}

.ree-btn-grdt2 {
  background: var(--light-green);
  color: #30303c;
  border: 1px solid var(--light-green);
  -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
  box-shadow: 0 19px 40px -10px #ddd4ff;
}

.btn-sets {
  display: flex;
}

.vid-btntitl {
  display: flex;
}

.vide-btntitl {
  margin-left: 10px;
}

.sec-heading h2{
      font-size: calc(1.625rem + 3vw);
      line-height: 75px;
      text-transform: capitalize;
}


@media (min-width: 1200px){
  .sec-heading h2{
  font-size: 4rem;
  line-height: 1;
}

}

.ree-header.sticky .dskt-logo {
  float: left;
  line-height: 70px;
}

.ree-header.sticky {
  background: rgb(255 255 255 / 60%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ree-header.sticky {
  height: 70px;
}

.ree-header.sticky .ree-btn,
.ree-header.sticky .ree-btn-grdt1 {
  box-shadow: none;
}

.sticky .nav-list li a.menu-links {
  line-height: 70px !important;
}

.ree-header {
  padding: 0 20px;
  height: 85px;
  z-index: 9995;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dskt-logo {
  float: left;
  line-height: 85px;
}

.dskt-logo .nav-brand img {
  max-height: 100px;
  max-width: 260px;
}

.ree-nav .nav-list li a.menu-links {
  font-size: 17px;
  color: #08182b;
  font-weight: 500;
  padding: 0 15px;
  line-height: 85px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.ree-nav .nav-list li {
  display: inline-flex;
}

.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  width: inherit;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}

.home-hero-a {
  position: relative;
  /* height: 80vh; */
  align-items: center;
  display: grid;
  padding: 80px 0 0 0;
}

.hero-content-a h1 {
      font-size: 4rem;
    line-height: 1.3;
    font-family: var(--caveat-font);
    font-weight: 700;
    /* text-transform: capitalize; */
}

.hero-content-a h1 {
  font-size: calc(1.625rem + 3vw) !important;
  line-height: 75px;
  /* text-transform: capitalize; */
}

@media (min-width: 1200px) {
    .hero-content-a h1 {
        font-size: 4rem !important;
        line-height: 1;
    }
}


.trusted-by {
  display: flex;
    gap: 10px;
    white-space: nowrap;
}


.trusted-by h5 {
  font-family: var(--inter-font);
  font-size: 18px;
  
}

.trusted-by .trusted-list{
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.trusted-by .trusted-list li{
      border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 30px;
    font-size: 15px;
    color: gray;
}

body .bd-rds {
  border-radius: 14px;
}

.pera-block p + p {
  margin: 15px 0 0 0;
}

.pera-block h1,
.pera-block h2,
.pera-block h3,
.pera-block h4,
.pera-block h5,
.pera-block h6 {
  margin-bottom: 15px;
}

.d-ml50 {
  margin-left: 50px;
}

.sub-heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  display: block;
  color: #2c2153;
  text-transform: uppercase;
}

.company-stats {
  padding-left: 5%;
}

.stats-box h3 {
  font-size: 40px;
  font-weight: 500;
  color: #3aa838;
  font-family: var(--inter-font);
}

.stats-box p {
  font-size: 18px;
}

.stats-box:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgb(241 99 52 / 10%);
  box-shadow: 0 10px 15px 0 rgb(241 99 52 / 10%);
}

.stats-box {
  border-radius: 14px;
  padding: 40px 30px;
  /* min-height: 185px; */
  background-color: #fff;
}

.ree-card {
  background: #fff;
  position: relative;
      display: flex;
    flex-direction: column;
  border-radius: 14px;
  padding: 40px 30px;
  -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
  box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
  height: 100%;
  align-items: center;
}

.light-grdnt {
  background: linear-gradient(180deg, #fff5f9 50%, #f2fcff 100%);
}

.ree-card-img-two {
  background: #fff;
  box-shadow: 0 15px 30px -10px rgb(0 0 0 / 14%);
  padding: 15px;
}

.ree-card-img {
  background: #fff;
  box-shadow: 0 15px 30px -10px rgb(0 0 0 / 14%);
  padding: 15px;
  border-radius: 14px;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -30px;
  left: 30px;
}

.ree-card-img img {
  width: 100%;
}

.ree-card-content h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: var(--inter-font);
  font-weight: 700;
}

.ree-card-link {
  display: block;
  color: #110a32;
  font-size: 18px;
}

.ree-card-link:hover {
  color: #3aa838;
}

.price-box {
     background-color: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 23px 3px 8px 0px #dddddd;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-box .price{
        font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color:var(--blue);
    
}

.price-box .price span{
    font-size: 18px;
}

.price-box span{
    font-size: 14px;
    /* margin-bottom: 20px; */
}


.price-box h3 {
    font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  font-family: var(--inter-font);
}

.price-btn {
  padding: 0px 80px;
  line-height: 48px;
}

.home-review-block {
  position: relative;
  background: #fff1e5;
}

.home-review-slider {
  text-align: center;
}

.home-review-slider .owl-dots {
  margin-top: 0;
}

.home-review-slider .owl-dots .owl-dot{
      background-color: var(--blue);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-left: 10px;
}

.home-review-slider .owl-dots .owl-dot.active{
background-color: #3ca834;
}

.review-slider {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.review-slider p{
    font-style: italic;
}

.reviewers h4{
    font-family: var(--inter-font);
    font-weight: 600;
   
}

.reviewers .reviewers-nam p{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.reviewers-img {
  border-radius: 100px;
  width: 85px;
  height: 85px;
  margin: 0 auto 20px;
  position: relative;
  -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 10px 15px 0 rgb(0 3 23 / 20%);
}

.reviewers-img img {
  border-radius: 100px;
  width: 100%;
}

.owl-nv:hover .owl-nav button {
  opacity: 1;
}

.owl-nv .owl-nav button {
  width: 40px;
  height: 50px;
  background: #fff !important;
  border-radius: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5b2e !important;
}

.owl-nv .owl-nav .owl-prev {
  left: 5px;
}

.owl-nv .owl-nav .owl-next {
  right: 5px;
}

.dot-c1 img {
  width: 100%;
}

.dot-c1 {
  width: 100px;
  height: 100px;
  border-radius: 14px;
  border: 0;
  overflow: hidden;
}

.dot-c1.active {
  position: relative;
}

.dot-c1.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #38aa3b;
  left: 5px;
  top: 5px;
  border-radius: 50px;
}

.hero-brands .brand-logo {
  height: 320px;
}

.hero-brands .brand-logo img {
  height: 100%;
  width: 100%;
}

.half-bg-ree {
  position: relative;
}

.half-bg-ree:before {
  content: "";
  background: #ffdbca;
  position: absolute;
  height: 520px;
  right: 0;
  left: 0;
  top: 0;
  background-size: auto;
  background-repeat: repeat;
}

.half-blog-card {
  border-radius: 14px;
  overflow: hidden;
  border: 5px solid #fff;
  border-bottom: 0;
  background: #f7f7f7;
  -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
}

.half-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.half-blog-content {
  padding: 20px 25px;
  background: #fff;
}

.half-blog-content h3 {
  font-size: 28px;
  line-height: 32px;
  font-style: normal !important;
  font-family: var(--inter-font);
}

.blog-quick-inf {
  font-weight: 300;
  font-size: 17px;
}

.list-icon li {
  padding: 0 0 12px 29px;
  position: relative;
  line-height: 27px;
  font-size: 18px;
}

.dottss .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.list-icon li + li {
  margin-top: 20px;
}

.list-icon li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

.list-check li:before {
  content: "\f00c";
  color: #4caf50;
  border-radius: 50px;
  border: 1px solid #4caf50;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0;
}

.list-check li {
  padding: 0 0 0 45px;
}

/* form */
.form-block input,
.form-block select {
  width: 100%;
     height: 45px;
    padding: 0 15px;
    margin: 0 0 15px 0;
  color: #6e6e6e;
  font-size: 17px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  /* -webkit-border-radius: 4px;
  border-radius: 4px; */
  font-weight: 400;
}

.form-block textarea {
  height: 100px;
  width: 100%;
  padding: 15px;
  margin: 0 0 15px 0;
  color: #6e6e6e;
  font-size: 18px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form-block p.trm {
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.form-block input:focus,
.form-block textarea:focus {
  border-bottom: 2px solid #3aa838;
}

.form-block p.trm i {
  padding: 5px 5px 0 0;
}

.form-body {
  padding: 0 40px 40px 40px;
}

.form-head {
      padding: 20px 40px 0;
}


.form-head h2{
        font-size: 45px;
}

.fourc-up-a {
  margin: -150px 0 0 0;
}

.fourc-up-b {
  margin: -150px 0 0 0;
}

.form-block {
  border-radius: 14px;
  overflow: hidden;
  background: #f7f7f7;
  -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
  box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
}

body .bg-w {
  background: #fff;
}

.location-home {
  padding-top: 60px;
  background: #ffff;
}

.location-block- {
  padding: 0 5%;
}

.loc-icon-nam {
  display: inline-flex;
  align-items: center;
}

.loc-icon-nam img {
  width: 42px;
}

.loc-icon-nam p {
  font-weight: 700;
  font-size: 30px;
  font-family: Poppins, sans-serif;
  margin-left: 15px;
  color: #30303c;
}

.loc-contct a + a {
  padding-left: 10px;
}

.loc-contct a {
  padding-right: 10px;
  display: inline-block;
  font-size: 20px;
}

.contact-detalnk a {
  display: table;
  font-size: 20px;
  text-indent: -30px;
  line-height: 30px;
  padding-left: 40px;
}

/* .contact-detalnk i {
    margin-right: 15px
} */

.contact-detalnk a + a {
  margin-top: 20px;
}

.contact-detalnk a:hover span {
  box-shadow: inset 0 -30px #2c1f58;
  color: #fff;
}

.contact-detalnk a span {
  padding: 4px 6px;
  box-shadow: inset 0 -2px #2c1f58;
  transition: box-shadow 250ms ease, color 250ms ease;
}

.get-conct-2 .footer_social li a {
  color: #30303c;
  font-size: 18px;
}

.icon-block-ree {
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 30px;
}

.icon-block-ree img {
  width: 80px;
  margin-bottom: 20px;
}

.icon-block-ree p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.icon-card-title {
  padding: 0 30px;
}

.get-conct-2 .footer_social li a {
  color: #30303c;
  font-size: 18px;
}

.footer_social {
  display: flex;
  align-items: center;
}

.footer_social li a {
  color: #000000;
  font-size: 18px;
}

.footer_social li + li {
  margin-left: 15px;
}

.icon-setss {
  display: flex;
  justify-content: space-between;
}

.icon-imgg img {
  width: 42px;
}

.icon-rows {
  padding: 0 0;
}

.icon-txt p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.custom-control-label {
  line-height: 30px;
}

.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.cards {
  background-color: #f5f9ff;
  margin-bottom: 20px;
}

.ac-1 .card-header {
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  
}

.ac-1 .card-header h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  font-family: var(--inter-font);
}

.ac-1 .card-header h6 a {
  position: relative;
  color: #39b54a;
}

.cards .card-header h6 a {
  position: relative;
  padding: 0 40px 0 0;
}
.card-body h5{
  font-family: var(--inter-font);
  /* margin-bottom: 10px; */
}

.card-body p {
        font-size: 18px;
    line-height: 30px;
}

/* .collapse.show .card-body {
  background-color: rgb(241 241 241);
} */

.home-about {
  background: url("../images/icon/blob-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* padding: 80px 0; */
}

/* .home-about h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
  font-family: var(--caveat-font);
} */

.ree-text {
  position: relative;
}

/* .design-two{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/icon/circle.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

} */

.footer-ree-lg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer p {
  color: #fff;
  font-size: 16px;
}

.footer-link {
  color: #fff;
}

.footer-link:hover {
  color: #38aa3b;
}

.hero-brands .owl-nav, .award-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 100%;
}

.hero-brands .owl-nav i , .award-slider .owl-nav i{
  font-size: 40px;
  color: #0a1d3e;
}

.hero-brands .owl-nav .owl-prev ,.award-slider .owl-nav .owl-prev{
  position: absolute;
  left: -50px;
}

.hero-brands .owl-nav .owl-next, .award-slider .owl-nav .owl-next{
  position: absolute;
  right: -50px;
}

.hero-brands .owl-dots ,.award-slider .owl-dots{
  display: flex;
  justify-content: center;
  margin-top: 18px;
  gap: 10px;
}

.hero-brands .owl-dot.active span , .award-slider .owl-dots.active span{
  box-shadow: 2px 4px 10px var(--light-green);
  border: 2px solid #3da83a;
  background-color: #3da83a;
  opacity: 1;
}

.hero-brands .owl-dots button span, .award-slider .owl-dots button span {
  background: var(--blue);
  height: 12px;
  width: 12px;
display: block;
  border-radius: 10px;
  opacity: 1;
}


.award-slider .owl-item {
    text-align: center;
    display: flex;
    justify-content: center;
    
}

.award-slider .slider-img{
      width: 200px;
    height: 200px;
}


@media (max-width: 991px) {
  .footer-ree-lg .footer-logo {
    max-width: 250px;
  }
}


.certification-img{
    text-align: center;
    display: flex;
    gap: 10px;
    grid-template-columns: repeat(13, 80px);
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    
}
.certification-img img{
  width: 80px;
  height: 80px;
}

.faq-img img{
    max-width: 600px;
}



.red-bg{
background-image: url("../images/icon/red_highlight_bold.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.green-bg{
background-image: url("../images/icon/green_highlight_bold.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.yellow-bg{
    background-image: url("../images/icon/yellow_highlight_bold.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}


.blue-bg{
    background-image: url("../images/icon/blue_highlight_bold.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.blue-underline{
 background-image: url("../images/icon/blue_underline.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.red-cross{
      background-image: url("../images/icon/red-cross.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.price-box-content{
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-box  .rs{
font-size: 2rem;
font-weight: 600 !important;
margin-right: 0.25rem;
}

.text-o-color-6
 {
    color: #1BB6F9 !important;
}

.text-o-color-8{
  color: #00CEB3;
}

.price-box  .o_pricing16_price .monthly_price{
      font-size: 4.5rem;
    line-height: 57px;
    font-weight: 600;
}

.red-cross .monthly_price{
  font-size: 16px;
  font-weight: 700;
}

small{
          font-size: 0.875em;
    margin-left: 8px;
}

.footer-sub {
  font-size: 20px;
  font-weight: 600;
}

.modal-open .modal{
  z-index: 9999;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .trusted-by h5{
    font-size: 14px;
  }

  .trusted-by .trusted-list{
        gap: 6px;
  }

  .trusted-by .trusted-list li{
      font-size: 10px;
  }

   .hero-content-a h1{
                   font-size: 36px;
        line-height: 52px;
  }
  .hero-content-a p{
    font-size: 18px;
  }

  .form-head h2 {
    font-size: 36px;
}

.stats-box h3 {
    font-size: 32px;
}

.form-head {
    padding: 10px 40px 0;
} 

.form-block input, .form-block select {
      margin: 0 0 10px 0;
}

}


@media (max-width: 991px) {
  .price-box .o_pricing16_price .monthly_price{
    font-size: 3.5rem;
    line-height: 50px;
  
  }
}


.benfite-box {
       background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    height: 100%;
    padding: 20px 40px;
}

.benfite-box .benfite-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;

}

  
.benfite-box .benfite-title {
font-family: var(--inter-font);
margin-bottom: 15px;
font-size: 26px;
font-weight: 500;
    line-height: 36.4px;

color: rgb(37, 37, 92);
}

.benfite-box p{
      font-size: 18px;
font-weight: 500;
line-height: 28px;
}

.home-price-block .notes{
    font-size: 18px;
    color: #716c80;
}

.price-new-items {
      box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .35);
    border-radius: 8px;
    text-align: center;
    padding: 40px 20px;
}

.price-new-items .price-head-list .price-text{
  font-size: 40px;
font-weight: 500;
line-height: 40px;
color: #00CEB3;
    margin-bottom: 12px;
    position: relative;
}

.price-new-items .price-head-list .price-text .star{
     font-size: 30px;
    position: absolute;
    top: -5px;
    width: auto;
    height: auto;
}

.price-new-items .price-head-list .month{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: rgb(0, 0, 0);
      

}

.price-new-items .price-head-list .plan-name{
font-size: 28px;
font-weight: 500;
line-height: 26px;
color: rgb(37, 37, 92);
margin:  20px 0;
}


.price-new-items .price-featured-list {
  margin: 20px 0;
}

.price-new-items .price-featured-list li{
       font-size: 18px;
    font-weight: 400;
    line-height: 8px;
    color: rgb(80, 80, 80);
    padding: 10px 0;
}

.privacyModal .modal-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--inter-font);
}

.privacy-content h4 {
      font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--inter-font);
}

.privacy-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}



