:root {
  --app-height: 100%;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

.body-fixed {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}

*:focus {
  outline: none;
}

button[type="button"]:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #373737;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: #00bf62;
  text-decoration: none;
  outline: none !important;
}

a:focus {
  text-decoration: none;
  outline: none !important;
}

.c-scrollbar {
  height: 100vh !important;
}

html {
  font-size: 1rem;
  scroll-behavior: auto !important;
}

body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #191d27;
  background-color: #fff;
  position: relative;
}

.trans {
  transition: all 0.4s ease-in-out;
}

.wrapper {
  display: block;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

.container {
  max-width: 1261px;
  padding: 0 15px;
}

.common-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-head {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.sec-title {
  margin: 0;
  padding: 0;
  color: #191d27;
  line-height: 1.28;
  font-size: 42px;
  font-weight: 600;
  display: block;
}

.sec-sub-title {
  display: block;
  color: rgba(25, 29, 39, 0.5);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}

.sec-sub-title+.sec-title {
  margin-top: 5px;
}

.title-md {
  font-size: 32px;
  font-weight: 600;
}

.sec-small-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.28;
  color: #191d27;
}

/*-- button -- */
.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 44px;
  min-width: 192px;
  border: 1px solid #00bf62;
  border-radius: 12px;
  background-color: #00bf62;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.btn.btn-outline {
  border-color: #00bf62;
  color: #00bf62;
  background-color: transparent;
}

.btn.btn-blue {
  border-color: #004aad;
  color: #fff;
  background-color: #004aad;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: 0 !important;
}

/*-- button -- */
/* slick slider */
.slick-slider {
  position: relative;
}

.slick-arrow {
  font-size: 0;
  background-color: #00bf62;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.slick-arrow:hover {
  background-color: #004aad;
}

.slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.slick-arrow::before {
  content: "\e908";
  font-family: "sao" !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00bf62;
  background-color: #00bf62;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease-in-out;
}

.slick-arrow:hover::before {
  background-color: #004aad;
  color: #fff;
  border: 1px solid #004aad;
}

.slick-arrow.slick-disabled:hover::before {
  background-color: #fff;
  color: #004aad;
}

.slick-prev::before {
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.slick-next {
  right: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.slick-dots li {
  padding: 5px;
  line-height: 0;
}

.slick-dots li button {
  height: 15px;
  width: 15px;
  font-size: 0;
  background-color: #0099cc;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.slick-dots li.slick-active button {
  background-color: #00bf62;
}

/*---cms-Con---*/
.cms-con {
  display: block;
  width: 100%;
  color: #373737;
  margin-bottom: 30px;
}

.cms-con p {
  display: block;
  margin-bottom: 20px;
  color: #373737;
  line-height: 1.7;
  font-weight: 400;
  font-size: 16px;
}

.cms-con.text-white,
.cms-con.text-white>* {
  color: #fff;
}

.cms-con.text-white p {
  color: #fff;
}

.cms-con.text-lg p {
  font-size: 20px;
  line-height: 160%;
}

.cms-con p:last-child {
  margin-bottom: 0;
}

.cms-con p a {
  text-transform: initial;
}

.cms-con ul {
  list-style: none;
  font-size: 0;
  margin-bottom: 30px;
}

.cms-con ul li {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
}

.cms-con ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: inherit;
  top: 3px;
  bottom: inherit;
  width: 16px;
  height: 16px;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.cms-con.style-1 li {
  color: #373737;
  font-weight: 500;
  line-height: 2;
  padding-left: 35px;
}

.cms-con.style-1 ul li:before {
  content: "";
  background-image: url(../img/svg/check-icon.svg);
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: none;
  transform: none;
}

.cms-con ul li:last-child {
  margin-bottom: 0;
}

.cms-con ul li ul li {
  padding-left: 16px;
}

.cms-con ul li ul li:before {
  width: 12.8px;
  height: 2px;
  border-radius: 0;
  top: 10px;
}

.cms-con h1 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
}

.cms-con h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
}

.cms-con h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
}

.cms-con h4 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
}

.cms-con h5 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
}

.cms-con h6 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
}

.cms-con iframe {
  width: 100%;
  height: 31.25rem;
}

.cms-con .alignleft {
  float: left;
  width: auto;
  max-width: 50%;
  margin: 0 30px 30px 0;
}

.cms-con .alignright {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 0 30px 30px;
}

.cms-con .aligncenter {
  width: auto;
  max-width: 100%;
  margin: 68px auto 66px;
  text-align: center;
}

.cms-con .aligncenter.mb-100 {
  margin-bottom: 100px;
}

.cms-con .mb-70 {
  margin-bottom: 70px;
}

.cms-con .aligncenter img {
  margin: auto;
}

.cms-con hr {
  background: #ccc;
  height: 17px;
  opacity: 1;
  margin: 55px 0;
}

.cms-con ol {
  padding: 0;
  display: inline-block;
  counter-reset: cms-con-counter;
  list-style-type: none;
}

.cms-con ol li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
}

.cms-con ol li ul {
  margin-top: 30px;
}

.cms-con ol li ul li {
  padding-left: 24px;
  position: relative;
}

.cms-con ol li ul li:before {
  counter-increment: none;
  content: no-close-quote;
}

.cms-con ul.half li {
  width: 50%;
  display: inline-block;
}

.cms-con p b {
  margin-bottom: 0;
  display: inline;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  margin-bottom: 0;
}

.cms-con a {
  transition: color 0.4s ease-in-out;
  color: #000;
}

.cms-con a:hover {
  color: #00bf62;
}

.cms-con p a {
  transition: color 0.4s ease-in-out;
  color: #000;
  font-weight: 500;
}

.cms-con p a:hover {
  color: #00bf62;
}

.cms-con p a.btn:hover {
  color: #000;
}

.cms-wrapper {
  margin: 100px 0;
  display: block;
}

.cms-con table,
td,
th {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.cms-con+.btn {
  margin-top: 10px;
}

/*---cms-Con---*/
/* form */
.form-group {
  margin-bottom: 15px;
}

.form-control {
  background-color: #fff;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  resize: none;
}

.form-control::placeholder {
  color: #777 !important;
}

.form-control:focus {
  border-color: #00bf62;
}

.hidden {
  width: 0;
  height: 0;
  display: none;
}

.back-to-top {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #00bf62;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.back-to-top.active {
  bottom: 85px;
  opacity: 1;
  z-index: 9;
}

.back-to-top>div {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top>.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top>.arrow svg {
  fill: #fff;
  height: 20px;
  width: 100%;
}

.back-to-top>.text {
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.back-to-top:hover {
  transform: scale(1.1);
  bottom: 85px;
  cursor: pointer;
  background: #004aad;
}

.back-to-top:hover>.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.back-to-top:hover>.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Header Start */
.home .header {
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  width: 100%;
  z-index: 999;
  position: relative;
  --transformX: -51px;
}

@keyframes headerIn {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(var(--transformX));
  }
}

.is-sticked .header {
  position: fixed;
  animation: headerIn 1s forwards;
}

.is-sticked .header-bottom {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.header-top {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #f7f8fa;
}

.header-top-links ul li {
  display: inline-block;
  padding-right: 15px;
}

.header-top-links ul li:last-child {
  border-right: none;
}

.header-top-links ul li a {
  font-size: 15px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  vertical-align: middle;
  line-height: 1;
}

.header-top-links ul li a i {
  transition: all 0.5s ease-in-out;
}

.header-top-social-links ul {
  display: flex;
  align-items: center;
}

.header-top-social-links ul li {
  display: inline-block;
  padding-left: 10px;
}

.header-top-social-links ul li:first-child {
  padding-left: 0;
}

.header-top-social-links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  background: #004aad;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.header-top-social-links ul li a i {
  color: #fff;
  font-size: 13px;
  display: inline-block;
}

.header-top-social-links ul li:nth-child(2) a i {
  font-size: 12px;
}

.header-top-social-links ul li:last-child a i {
  font-size: 11px;
}

.header-top-links ul li a i {
  font-size: 15px;
  color: #004aad;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}

.header-bottom {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 9px;
}

.header-nav-wrap {
  display: flex;
  align-items: center;
}

.header-nav {
  display: flex;
  justify-content: center;
}

.header-nav ul li {
  display: inline-block;
  position: relative;
}

.header-nav ul li a {
  padding-top: 39.5px;
  padding-bottom: 39.5px;
  font-family: "Open Sans", sans-serif;
}

.is-sticked .header-nav ul li a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-nav ul li a {
  display: block;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #171615;
}

.header-nav ul li .arrow+a {
  padding-right: 30px;
}

.header-nav ul li .arrow {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-bottom: 2px solid #171615;
  border-right: 2px solid #171615;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: -3px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
}

.header-nav ul li ul li .arrow {
  transform: rotate(-45deg);
}

.header-nav ul li ul {
  position: absolute;
  top: 100%;
  min-width: 210px;
  background-color: #fff;
  left: 15px;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
  transform: translateY(15px);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.header-nav ul li ul li ul {
  top: 0;
  left: -100%;
}

.header-nav ul li ul li {
  display: block;
}

.header-nav ul li ul li a {
  font-size: 16px;
  padding: 10px 15px !important;
}

/* Header End */

/* banner-sec */
.hero-sec {
  padding: 236px 0 180px;
  margin-left: -5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 10px;
}

.hero-row {
  display: flex !important;
  align-items: center;
}

.hero-col {
  width: 50%;
  position: relative;
}

.hero-col .cms-con p {
  padding-top: 10px;
  color: #fff;
}

.hero-btn-box {
  padding-top: 10px;
}

.hero-btn-box .btn:first-child {
  min-width: 203px;
}

.hero-btn-box .btn:last-child {
  min-width: 231px;
  margin-left: 10px;
}

.hero-col:last-child {
  padding-left: 90px;
  padding-right: 58px;
}

.hero-img-box {
  border: 1px solid #d9d9d9;
  border-radius: 287px;
  overflow: hidden;
  padding: 20px;
}

.hero-img-box img {
  aspect-ratio: 22 / 31;
  object-fit: cover;
  border-radius: 250px;
  width: 100%;
}

.green-shape {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 103px;
  height: 48px;
  margin: auto 0;
  z-index: 2;
  animation: rotate 6s linear infinite;
}

.shape-blue {
  position: absolute;
  top: 0;
  right: -43px;
  width: 46px;
  height: 42px;
  animation: rotate 6s linear infinite;
}

.aero-shape {
  position: absolute;
  bottom: 12%;
  left: -66px;
  width: 164px;
  height: 82px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.green-shape img,
.shape-blue img,
.aero-shape svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.svg-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 3s alternate-reverse infinite;
  animation-timing-function: linear;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 500;
  }

  50% {
    stroke-dashoffset: 1248;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.hero-main .slick-dots {
  justify-content: start;
  margin-top: -50px;
}

.hero-main .slick-dots li button {
  height: 16px;
  width: 16px;
  background: rgba(0, 74, 173, 0.25);
}

.hero-main .slick-dots li.slick-active button {
  background: rgba(0, 74, 173, 1);
}

.hero-help-content {
  padding-top: 150px;
}

.help-row {
  display: flex;
  margin: 0 -15px;
}

.help-row .help-col {
  width: 30%;
  height: auto;
  margin: 0 15px;
}

.help-row .help-col:first-child {
  width: 40%;
}

.help-box .title-md {
  color: #fff;
}

.help-box .cms-con p {
  color: #fff;
  font-style: italic;
  font-size: 18px;
}

.help-box .cms-con {
  max-width: 84%;
}

.designation-box {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.designation-con {
  padding-left: 20px;
}

.designation-box .designation-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

.designation-name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.designation-box .img-box img {
  border-radius: 50%;
  height: 67px;
  width: 67px;
  object-fit: cover;
}

.help-col.white-box .help-con-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 0px 0px rgba(0, 191, 98, 0.3);
  height: 100%;
}

.help-col:nth-child(2) .arrow-btn i::after {
  background: rgba(0, 74, 173, 15%);
}

.help-col .triangle-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.help-col .triangle-shape img {
  width: 75px;
  height: auto;
  object-fit: contain;
}

.help-col .icon-box {
  height: 50px;
  width: 50px;
  background: #004aad;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.help-col.white-box:last-child .icon-box {
  background: #00bf62;
}

.help-col .icon-box img {
  height: 23px;
  width: 23px;
}

.help-col .desc-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 25px;
  max-width: 80%;
  transition: all 0.5s ease-in-out;
}

.arrow-btn i {
  display: inline-block;
  font-size: 16px;
  color: #191d27;
  vertical-align: middle;
  margin-right: 26px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.arrow-btn {
  color: #191d27;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: transparent;
  border: 0;
  transition: all 0.5s ease-in-out;
}

.arrow-btn i::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(0, 191, 98, 0.15);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.arrow-btn.arrow-green i::after {
  background: #00bf62;
}

.arrow-btn.arrow-light-blue i::after {
  background: rgba(0, 74, 173, 0.15);
}

/* footer */

.footer-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top {
  padding: 70px 0 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-bottom {
  padding: 76px 0 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-top-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.footer-top .form-control {
  padding: 23px 20px;
}

.footer-top .form-group .arrow-btn {
  position: absolute;
  top: 19px;
  right: 0;
  background: transparent;
  border: 0;
}

.footer-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 27px;
  color: #fff;
  text-transform: uppercase;
}

.footer-social-icon a {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}

.footer-social-icon a i {
  color: #00bf62;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.footer-social-icon a i::before {
  transition: all 0.5s ease-in-out;
}

.footer-social-icon a:last-child i {
  font-size: 22px;
}

.footer-social-icon a:hover i::before {
  transition: all 0.5s ease-in-out;
}

.footer-logo {
  display: block;
  padding-bottom: 35px;
}

.footer-col {
  position: relative;
}

.footer-col .cms-con p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.footer-col ul li a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.7);
}

.quick-links {
  padding-left: 5px;
}

.our-product {
  padding-left: 26px;
}

.footer-address-info {
  padding-top: 11px;
}

.footer-address-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.footer-address-info p a,
.copy-right-footer p a {
  color: #fff;
  padding-top: 10px;
  display: inline-block;
  font-size: 15px;
}

.footer-address-info p i {
  font-size: 20px;
  color: #00bf62;
  padding-top: 2px;
  display: inline-block;
}

.footer-address-info p span {
  padding-left: 25px;
}

.footer-address-info p span span {
  padding-left: 0;
  padding-top: 10px;
  display: inline-block;
  font-size: 15px;
}

.copy-right-footer {
  padding: 30px 0;
}

.copy-right-footer p {
  font-size: 14px;
  font-weight: 400;
}

/* treatment-sec */
.treatment-sec {
  padding: 50px 0 100px;
  position: relative;
}

.treatment-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/triangle-big.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 30%;
  height: 74%;
}

.treatment-box {
  width: 198px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  padding: 53px 20px;
  box-shadow: 0 0 0 rgba(0, 74, 173, 0.09);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.treatment-box .icon-box {
  position: relative;
  display: inline-block;
  margin: auto;
}

.icon-box img {
  position: relative;
  height: 36px;
  width: 32px;
  object-fit: contain;
}

.treatment-box .icon-box::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 191, 98, 0.15);
  transition: all 0.5s ease-in-out;
}

.treatment-box .content-title {
  color: #191d27;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 5px 0 25px;
  display: block;
}

/* optional-orthocare-sec */
.optional-orthocare-sec .img-box {
  border-radius: 12px;
  margin: 0 10px 30px 30px;
  position: relative;
}

.optional-orthocare-sec .img-box img {
  aspect-ratio: 1/1.39;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 1s ease-in-out;
}

.optional-orthocare-sec .ortho-shape {
  position: absolute;
  bottom: -34px;
  left: -30px;
  height: 93%;
  width: 89.6%;
}

.optional-orthocare-sec .ortho-shape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0, 191, 98, 0.2);
  z-index: -1;
  border-radius: 12px;
}

.optional-orthocare-sec .ortho-shape::after {
  content: "";
  width: 69%;
  height: 31%;
  left: 0;
  z-index: 4;
  position: absolute;
  bottom: 0;
  background-image: url(../img/ortho-triangle-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

.optional-orthocare-sec .row>div:last-child {
  padding-left: 46px;
}

.optional-orthocare-sec .cms-con {
  padding-top: 10px;
}

.optional-orthocare-sec .cms-con p {
  font-size: 17px;
}

/* counter-sec */
.counter-con {
  max-width: 1085px;
  margin: auto;
  width: 100%;
}

.counter-text-box {
  text-align: center;
}

.counter-text-box .counter-number,
.counter-text-box .counter-plus {
  font-size: 65px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  color: #fff;
  text-shadow: -1px -1px 0 #515151, 1px -1px 0 #515151, -1px 1px 0 #515151,
    1px 1px 0 #515151;
  position: relative;
}

.counter-text-box .counter-number::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -4px;
  border-left: 0px solid transparent;
  border-right: 46px solid transparent;
  border-bottom: 46px solid rgba(0, 74, 173, 0.15);
}

.counter-title {
  font-size: 17px;
  font-weight: 600;
  padding-top: 20px;
  text-transform: uppercase;
  text-align: center;
}

/* our-vision-sec */
.our-vision-sec {
  padding-bottom: 70px;
  position: relative;
}

.vision-shape {
  position: absolute;
  top: -12%;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 10.4%;
  height: 64%;
}

.vision-shape img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.our-vision-sec .row>div {
  margin-bottom: 30px;
}

.our-vision-box {
  position: relative;
}

.our-vision-box .img-box {
  border-radius: 12px;
  overflow: hidden;
}

.our-vision-box .img-box img {
  aspect-ratio: 1/0.6;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.our-vision-box .vision-content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  overflow: hidden;
  padding: 23px 25px;
}

.vision-content .vision-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}

.vision-content .cms-con {
  margin-bottom: 0;
}

.vision-content .cms-con p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* our-product-sec */
.our-product-sec .cms-con p {
  color: #515151;
}

.our-product-sec .content-box .cms-con {
  padding-top: 18px;
  width: 50%;
}

.product-slider-wrapper {
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
  padding: 0 55px;
}

.product-row {
  padding-top: 45px;
  margin: 0 -10px;
}

.product-col {
  padding: 0 10px;
}

.product-col .img-box {
  overflow: hidden;
  display: block;
  border-radius: 12px;
}

.product-col .img-box img {
  aspect-ratio: 1/0.77;
  object-fit: cover;
  transition: all 1s ease-in-out;
  border-radius: 12px;
}

.product-description {
  padding-top: 20px;
  padding-bottom: 10px;
}

.product-description .product-name {
  font-weight: 600;
  font-size: 22px;
  color: #191d27;
  margin-bottom: 5px;
  display: block;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-description .cms-con {
  margin-bottom: 22px;
}

.add-request-quote-button.btn:hover {
  border-color: #00bf62;
}

.product-description .cms-con {
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* most-loved-sec */
.most-loved-sec {
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.most-loved-sec .sec-sub-title {
  color: rgba(255, 255, 255, 0.7);
}

.most-loved-sec .row {
  padding-top: 15px;
}

.most-loved-sec .row>div {
  margin-bottom: 30px;
}

.love-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}

.love-box::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 97%;
  height: 100%;
  background: linear-gradient(352deg, #fff 30%, rgba(0, 0, 0, -0.49) 85.01%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  margin: auto;
}

.love-box .img-box {
  overflow: hidden;
  border-radius: 12px;
  border: 12px solid #fff;
}

.love-box .img-box img {
  width: 100%;
  aspect-ratio: 1/0.69;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.love-content {
  position: absolute;
  bottom: -40px;
  left: 32px;
  right: 32px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.love-title {
  font-size: 22px;
  color: #191d27;
  font-weight: 600;
  padding-right: 10px;
}

.love-content .arrow-btn i {
  color: #000;
}

/* testimonial-sec */
.testimonial-sec {
  padding-bottom: 80px;
  position: relative;
}

.testimonial-sec .shape-box {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 449px;
}

.testimonial-sec .shape-box img {
  width: 100%;
}

.testimonial-sec .sec-head+.cms-con {
  padding-top: 15px;
}

.testimonial-content-row {
  padding-left: 62px;
}

.testimonial-col {
  padding: 50px;
  background: rgba(25, 192, 98, 0.06);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.testimonial-col .icon-box {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #00bf62;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.testimonial-col:nth-child(even) {
  background: rgba(0, 74, 173, 0.06);
}

.testimonial-col:nth-child(even) .icon-box {
  background: #004aad;
}

.testimonial-col .icon-box i {
  font-size: 22px;
}

.testimonial-col .cms-con {
  padding: 20px 0 33px;
}

.testimonial-col .cms-con p {
  font-size: 22px;
  font-weight: 500;
}

.review-row {
  display: flex;
  align-items: center;
}

.review-box {
  display: flex;
  align-items: center;
  width: 50%;
}

.rating-box {
  width: 50%;
  display: flex;
  align-items: center;
}

.review-box .img-box {
  height: 70px;
  width: 70px;
  max-width: 70px;
  border-radius: 50%;
}

.review-con {
  padding-left: 12px;
}

.review-box .img-box img {
  height: 100%;
  width: 70px;
  max-width: 70px;
}

.review-row .review-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

.review-row .review-post {
  color: #191d27;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.7;
}

.rating {
  display: flex;
  width: 100%;
  justify-content: end;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 20px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating>input {
  display: none;
}

.rating>label {
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-top: auto;
  background-image: url("../img/svg/star-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating #rating-1+label,
.rating #rating-2+label {
  background-image: url("../img/svg/star-filled.svg");
}

.rating>input:checked~label,
.rating>input:checked~label~label {
  background-image: url("../img/svg/star-filled.svg");
}

.star-count {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  display: inline-block;
  padding-left: 10px;
  padding-top: 6px;
}

.testimonial-content-row .slick-prev {
  top: -25px;
  left: 51%;
  transform: rotate(90deg);
}

.testimonial-content-row .slick-next {
  top: inherit;
  bottom: -2px;
  left: 51%;
  transform: rotate(90deg);
}

/* how-can-help-sec */
.how-can-help-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-main {
  background: #fff;
  padding: 65px 50px;
  border-radius: 12px;
  overflow: hidden;
}

.contact-address-info {
  padding-top: 22px;
}

.contact-address-info p {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  margin-bottom: 23px;
}

.contact-address-info p:last-child {
  margin-bottom: 0;
}

.contact-address-info p a,
.contact-address-info p span span {
  color: #191d27;
  padding-top: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.contact-address-info p a:hover {
  color: #004aad;
}

.contact-address-info p i {
  font-size: 20px;
  color: #004aad;
  padding-top: 2px;
  display: inline-block;
}

.contact-address-info p span {
  padding-left: 25px;
  color: rgba(25, 29, 39, 0.5);
}

.contact-address-info p span span {
  padding-left: 0;
  line-height: 1.7;
}

.contact-main .form-control {
  border: 0;
  background: #ebeef3;
  padding-right: 25px;
  padding-left: 25px;
}

.contact-main textarea.form-control {
  height: 248px;
}

/* latest-story-sec */
.latest-story-sec {
  padding-bottom: 70px;
  position: relative;
}

.story-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 331px;
}

.story-shape img {
  width: 100%;
}

.latest-story-sec .row {
  padding-top: 33px;
}

.latest-story-sec .row>div {
  margin-bottom: 30px;
}

.story-box {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

.story-box .img-box {
  border-radius: 12px;
  overflow: hidden;
}

.story-box .img-box img {
  aspect-ratio: 1/0.6;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.story-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.story-sec .story-title,
.story-sec .story-description {
  margin-bottom: 20px;
}

.story-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* contact-us-page */
.header-nav li.current-menu-item>a,
.header-nav li.active>a,
.header-nav li.current_page_parent>a {
  color: #00bf62;
}

.header-nav li.current-menu-item>.arrow,
.header-nav li.current_page_parent>.arrow {
  border-color: #00bf62;
}

.breadcrumbs-sec {
  background-image: url(../img/breadcrumb-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 260px;
  max-width: 1920px;
  margin: auto;
  width: 100%;
  position: relative;
}

.breadcrumbs-sec::before {
  content: "";
  position: absolute;
  background-image: url(../img/breadcrumb-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  min-width: 194px;
  min-height: 118px;
  bottom: 0;
  right: 0;
}

.breadcrumb-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb-box .sec-head .sec-title {
  margin-bottom: 15px;
}

.breadcrumbs-wrapper ul {
  display: flex;
  position: relative;
}

.breadcrumbs-wrapper ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumbs-wrapper ul li a {
  color: #515151;
  transition: all 0.4s ease-in-out;
}

.breadcrumbs-wrapper ul li a:hover {
  color: #00bf62;
}

.breadcrumbs-wrapper ul li span {
  color: #004aad;
  position: relative;
}

.breadcrumbs-wrapper ul li:first-child {
  padding-left: 0;
}

.breadcrumbs-wrapper ul li:first-child::before {
  content: unset;
}

.breadcrumbs-wrapper ul li::before {
  content: "";
  position: absolute;
  background-color: #c5c7c9;
  width: 1px;
  height: 15px;
  top: 3px;
  left: 0;
  transform: rotate(15deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.contact-us-wrap .sec-head {
  margin-bottom: 45px;
}

.contact-us-form .contact-us-wrap {
  max-width: 810px;
  margin: auto;
}

.contact-us-main .form-control {
  border: 0;
  background: #f3f5f7;
}

.contact-us-main .form-group textarea {
  min-height: 253px;
}

.contact-us-details .contact-us-details-box {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  width: 100%;
  padding: 40px 32px;
}

.contact-us-details-wrap {
  margin-bottom: 30px;
}

.contact-us-details-wrap:last-child {
  margin-bottom: 0;
}

.contact-us-details-box .img-box {
  min-width: 28px;
  min-height: 28px;
}

.contact-us-details-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-us-details-box .content-box {
  margin-left: 10px;
}

.contact-us-con-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  display: block;
  color: #191d2780;
  margin-bottom: 6px;
}

.contact-us-con-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
  color: #191d27;
}

.map-box iframe {
  width: 100%;
  min-height: 528px;
  border-radius: 12px;
}

.contact-us-shape {
  position: absolute;
  top: -122%;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 12%;
  height: 64%;
}

.contact-us-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.physical-therapy-video video {
  width: 100%;
  height: 100%;
}

.physical-therapy-video .img-box-main {
  position: relative;
}

.physical-therapy-video .img-box-main .img-box {
  display: flex;
  align-items: center;
  position: relative;
}

.physical-therapy-video .img-box-main .img-box img {
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px #0000001a;
}

.physical-therapy-video .img-box-main .img-box .video-frist {
  max-width: 285px;
  min-height: 415px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.physical-therapy-video .img-box-main .img-box .video-second {
  max-width: 285px;
  min-height: 510px;
  right: 0;
  position: absolute;
}

.video-shape {
  position: absolute;
  max-width: 285px;
  min-height: 510px;
  top: -230px;
  right: 50px;
  bottom: inherit;
  z-index: -1;
}

.physical-video-inner {
  position: relative;
}

.about-video-shape {
  position: absolute;
  width: 295px;
  min-height: 510px;
  top: 20px;
  right: 40px;
  border: 1px solid rgba(0, 191, 98, 0.2);
  border-radius: 10px;
  z-index: -1;
}

.physical-video-inner .img-main {
  margin-left: auto;
  max-width: 285px;
  min-height: 510px;
}

.physical-video-inner img {
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px #0000001a;
}

.physical-video-inner .img-second-box {
  position: absolute;
  top: 40px;
  left: 0px;
}

.physical-video-inner .img-second-box img {
  max-width: 285px;
  min-height: 415px;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-icon span {
  background-image: url(../img/video-icon.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 31px;
  display: block;
  position: absolute;
  z-index: 99;
  top: 54%;
  left: 35%;
  bottom: inherit;
  transform: translate(-33%, -45%);
}

.video-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #00bf62;
  border-radius: 50%;
  transition: all 200ms;
}

.video-icon::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 124px;
  height: 124px;
  background: rgba(0, 191, 28, 30%);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.physical-therapy-video {
  width: 100%;
  height: 100%;
}

.physical-therapy-con .sec-head {
  margin-bottom: 30px;
}

.physical-therapy-con .cms-con {
  max-width: 93%;
  margin-bottom: 0;
}

.cms-con span {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  color: #515151;
  display: block;
  margin-bottom: 30px;
}

.physical-therapy-con .cms-con p {
  font-size: 17px;
  margin-bottom: 40px;
  color: #515151;
}

.physical-therapy-con .cms-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.physical-therapy-con .cms-con ul li {
  width: 50%;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 0;
  color: #515151;
}

.get-quote-sec .get-quote-wrap {
  max-width: 728px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-quote-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: #191d27;
  margin-right: 30px;
}

.get-quote-title span {
  font-weight: 600;
}

.get-quote-wrap .btn:hover {
  border-color: #00bf62;
}

.aboutus-con-wrap {
  margin-bottom: 70px;
  display: block;
}

.aboutus-con-box .img-box {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}

.aboutus-con-box .img-box::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 191, 98, 0.15);
  transition: all 0.5s ease-in-out;
}

.aboutus-con-box .img-box img {
  position: relative;
  max-width: 46px;
  object-fit: contain;
}

.aboutus-con-box .cms-con p {
  font-size: 17px;
  color: #515151;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

.aboutus-con-box .cms-con {
  margin-bottom: 40px;
}

.aboutus-con-btn .arrow-btn i {
  color: #191d27;
}

.aboutus-con-sec.common-sec {
  margin-bottom: 370px;
}

.our-team-sec {
  background-color: #07254e;
  width: 100%;
  padding: 85px 0;
}

.our-team-main {
  background-color: #fff;
  border: 1px solid #f4f7f9;
  width: 100%;
  box-shadow: 0px 0px 60px 0px #0000000d;
  margin-top: -295px;
  display: inline-block;
}

.our-team-img {
  width: 100%;
  height: 100%;
}

.our-team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-team-con {
  padding: 0 50px;
}

.our-team-con .cms-con {
  margin-bottom: 10px;
}

.our-team-con .cms-con p {
  font-size: 17px;
  color: #515151;
  margin-bottom: 30px;
}

.our-team-con .cms-con ul {
  margin-bottom: 0;
}

.our-team-con .cms-con ul li {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #515151;
}

.best-deal-wrap {
  max-width: 810px;
  margin: auto;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 85px 50px;
}

.best-deal-wrap .sec-head {
  margin-bottom: 45px;
}

.best-deal-wrap .sec-head .sec-sub-title {
  margin-bottom: 6px;
}

.best-deal-wrap .sec-head .title-md {
  font-size: 34px;
}

.best-from-btn {
  text-align: center;
  margin-top: 15px;
}

.best-from-btn .btn {
  letter-spacing: 0.1em;
}

.best-from-btn p {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.company-album-sec {
  background-image: url(../img/company-album.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.company-album-sec .sec-head {
  margin-bottom: 45px;
}

.company-album-sec .sec-head .sec-sub-title {
  color: rgba(255, 255, 255, 0.5);
}

.company-album-slider {
  margin: 0 -15px;
}

.company-album-slide {
  padding: 0 15px;
}

.explore-product-top {
  margin-bottom: 38px;
}

.explore-product-top .sec-head {
  width: auto;
  margin-bottom: 0;
}

.explore-product-top .arrow-btn {
  color: #191d27;
  text-transform: uppercase;
  font-family: "Arimo";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.explore-product-top .arrow-btn i {
  color: #191d27;
}

.explore-product-top .sec-title {
  line-height: 1;
}

.love-box.company-album-box::after {
  width: 98%;
}

.explore-product-slider {
  margin: 0 -15px;
}

.explore-product-slide {
  padding: 0 15px;
}

.explore-product-box .img-box {
  display: block;
  overflow: hidden;
  max-width: 285px;
  border-radius: 12px;
}

.explore-product-box .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.explore-product-box:hover .img-box img {
  transform: scale(1.05);
}

.explore-product-box:hover .product-name {
  color: #00bf62;
}

.explore-product-box .arrow-btn i,
.explore-product-box .arrow-btn {
  color: #191d27;
  text-transform: uppercase;
  font-family: "Arimo";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.explore-product-box:hover .arrow-btn,
.explore-product-box:hover .arrow-btn i {
  color: #00bf62;
}

.explore-product-box:hover .arrow-btn i::after {
  background: #004aad;
}

/* product-listing */
.product-listing-sec {
  padding: 35px 0 60px;
  position: relative;
}

.product-list-main {
  padding-left: 20px;
}

.product-listing-sec .gamma.widget-title {
  color: #191d27;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
}

.product-listing-sec .product-categories,
.product-listing-sec .widget_product_tag_cloud {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.product-listing-sec .product-categories li {
  padding-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-listing-sec .product-categories li ul.children {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-left: 15px;
}

.product-listing-sec .product-categories li.current-cat,
.product-listing-sec .product-categories li.current-cat a {
  color: #00bf62;
}

.product-listing-sec .product-categories li:last-child {
  margin-bottom: 0;
}

.product-listing-sec .product-categories li a {
  display: block;
  width: auto;
  transition: all 0.4s ease-in-out;
}

.product-listing-sec .product-categories li a:hover {
  color: #00bf62;
}

.product-listing-sec .product-categories li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../img/svg/right-arrow.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 10px;
  transform: translateY(-50%);
}

.product-listing-sec .product-categories li.current-cat::after {
  filter: brightness(0) saturate(100%) invert(62%) sepia(80%) saturate(3170%) hue-rotate(111deg) brightness(91%) contrast(101%);
}

.product-listing-sec .widget_product_categories ul li::before {
  content: unset !important;
}

.product-listing-sec .widget_product_tag_cloud .tagcloud a {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 13px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #515151;
  margin: 0 5px 10px;
  transition: all 0.4s ease-in-out;
}

.product-listing-sec .widget_product_tag_cloud .tagcloud a:hover {
  background-color: #00bf62;
  color: #fff;
}

.product-listing-sec .widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}

.product-listing-sec .widget_product_tag_cloud .tagcloud a:first-child {
  margin: 0 5px 10px 0;
}

.product-listing-sec .product_list_widget li {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.product-listing-sec .product_list_widget li a {
  display: flex;
  align-items: center;
}

.product-listing-sec .product_list_widget li .product-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #191d27;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 10px;
}

.product-listing-sec .product_list_widget li img {
  background-color: #f5f5f5;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  float: left;
  max-width: 125px;
}

.product-listing-sec .produc-excerpt {
  color: #515151;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.product-list-top-left {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: end;
}

.product-list-main .product-item {
  margin-bottom: 50px;
}

.product-list-main .img-box {
  width: 100%;
  height: 225px;
  margin-bottom: 24px;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.product-list-main .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.product-item:hover .content-box h2 {
  color: #00bf62;
}

.product-item:hover .img-box img {
  transform: scale(1.05);
}

.product-list-main .content-box h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #191d27;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.product-list-main .product-description {
  color: #515151;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 34px;
}

.product-list-main .arrow-btn.arrow-black {
  color: #191d27;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.product-item:hover .arrow-btn.arrow-black {
  color: #00bf62;
}

.product-item:hover .arrow-btn i {
  color: #00bf62;
}

.product-item:hover .arrow-btn i::after {
  background-color: #004aad;
}

.product-list-main .arrow-btn i::after {
  background-color: #004aad26;
}

.product-list-main .woocommerce-ordering {
  margin-right: 0;
  padding: 0;
  width: 46%;
}

.product-list-main .woocommerce-ordering .orderby {
  float: right;
  color: #191d27;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  width: auto;
  padding-right: 15px;
}

.product-list-main select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url(../img/svg/bottom-arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.show-text {
  position: relative;
  margin-right: 15px;
}

.show-text::before {
  content: "";
  position: absolute;
  background-color: #515151;
  height: 1px;
  width: 16px;
  transform: rotate(90deg);
  right: -22px;
  top: 50%;
}

.show-text p {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.sort-button {
  background-color: #f5f5f5;
  border-radius: 5px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.sort-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product-list-top-right {
  display: flex;
  align-items: start;
}

.sort-button.sort-all-color img,
.sort-button.sort-single-color img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(92%) saturate(2265%) hue-rotate(204deg) brightness(108%) contrast(105%);
}

.product-container .row-cols-12 .product-item {
  display: flex;
  align-items: start;
}

.product-container .row-cols-12 .product-item .img-box {
  width: 30%;
  min-height: 170px;
  margin-bottom: 0;
}

.product-container .row-cols-12 .product-item {
  margin-bottom: 20px;
}

.product-container .row-cols-12 .product-item .product-content-box {
  margin-left: 25px;
  width: 50%;
}

.product-container .row-cols-12 .product-item .content-box h2,
.product-container .row-cols-12 .product-item .product-description {
  min-height: auto;
}

.sidebar .vision-shape {
  top: -32%;
}

.product-list-shape .triangle-shape {
  position: absolute;
  bottom: -100px;
  right: 0;
  max-width: 240px;
}

/* product-details */
.product-details-desc .sec-head .sec-title {
  font-size: 24px;
}

.product-details-desc .cms-con {
  margin-bottom: 20px;
}

.product-details-desc .cms-con p {
  font-size: 14px;
}

.product-details-desc .cms-con h4 {
  font-size: 16px;
  font-weight: 500;
}

.product-details-desc .cms-con ul li {
  color: #515151;
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 20px;
}

.product-details-desc .cms-con ul li:before {
  background-image: none;
  background-color: #515151;
  width: 8px;
  height: 1px;
  top: 50%;
}

.product-details-slider .slick-arrow {
  top: 50%;
  background-color: #fff;
  border-radius: 0;
  width: 40px;
  height: 60px;
}

.product-details-slider .slick-arrow::before,
.product-details-slider .slick-arrow::after {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #515151;
}

.product-details-slider .slick-arrow:hover::before {
  background-color: #004aad;
  color: #fff;
}

.product-img-slider {
  margin-bottom: 10px;
}

.product-img-slider .item {
  background-color: #f6f8fa;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 490px;
}

.product-thumb-slider {
  margin: 0 -8px;
}

.product-thumb-slider .item {
  background-color: #f6f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  margin: 0 8px;
}

.product-thumb-slider .item img {
  width: 76px;
}

.product-img-slider .item img {
  width: 340px;
}

.product-details-desc table {
  width: 100%;
}

.product-details-desc table td {
  color: #515151;
  border: 1px solid #f1f1f1;
  background-color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  padding: 10px 15px;
  text-align: left;
}

.product-details-desc table td b {
  color: #191d27;
  font-weight: 500;
}

.single-product .breadcrumb-box .sec-head .sec-title {
  font-size: 48px;
}

.prodduct-details-btn {
  display: flex;
  align-items: center;
}

.product-details-desc {
  padding-left: 20px;
}

.download-pdf-btn.btn.btn-outline {
  border-color: #e7e7e7;
  color: #191d27;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
  padding: 12px 20px;
  margin-left: 15px;
}

.download-pdf-btn span {
  display: flex;
  align-items: center;
}

.download-pdf-btn span img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.download-pdf-btn .download-btn {
  transition: all 0.5s ease-in-out;
}

.download-pdf-btn.btn.btn-outline:hover .download-btn {
  filter: invert(1) brightness(100);
}

.not-found {
  background-color: #f7f7f7;
  border-radius: 12px;
  text-align: center;
  padding: clamp(3.125rem, 3.818rem + -2.959vw, 1.563rem);
}

.not-found .title {
  font-size: clamp(1.125rem, 0.792rem + 1.42vw, 1.875rem);
  font-weight: 700;
}

/*----------  Thank You & 404 Page CSS  ----------*/
.error-wrapper,
.thank-you-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - var(--header-height));
  text-align: center;
  flex-direction: column;
}

.error-title,
.thank-you-title {
  font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
  font-weight: 700;
  line-height: 1;
  color: #004aad;
  margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.thank-you-title {
  font-size: clamp(2.875rem, 1.395rem + 6.316vw, 6.25rem);
}

.error-message,
.thank-you-message {
  font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
  line-height: 1.4;
  font-weight: 500;
  margin-top: clamp(0.313rem, 0.175rem + 0.585vw, 0.625rem);
  margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.thank-you-img {
  height: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
  width: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
  margin-bottom: clamp(1.563rem, 0.877rem + 2.924vw, 3.125rem);
}

/*----------  Contact Form Error  ----------*/

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -20px;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 11px !important;
  background: #fb0101;
  padding: 5px 5px 4px !important;
  color: #fff !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  border-color: #fb0101 transparent transparent;
  -o-border-image: none;
  border-image: none;
  border-right: 6px solid transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: 100%;
  width: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background: #fff;
  font-size: 14px;
  margin: 15px 0 0;
}

/*----------  Blog  ----------*/
.side-bar .search-form {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.side-bar .search-form input {
  background: #f1f1f1;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  padding: 20px;
  width: 100%;
  padding-right: 70px;
}

.side-bar .search-form button {
  color: #fff;
  background-color: #004aad;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 58px;
  border-radius: 10px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-bar .social-sec {
  margin-top: 20px;
  padding: 25px;
  border-radius: 14px;
  background: #f6f7fc;
}

.side-bar .social-title {
  color: #171615;
  font-family: "Lora", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
}

.side-bar .social-sec ul {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.side-bar .social-sec ul a {
  background-color: #fff;
  height: 40px;
  width: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.side-bar .social-sec ul a i {
  transition: .4s all ease-in-out;
}

.single-post .breadcrumb-box .sec-head .sec-title {
  font-size: 38px;
  max-width: 80%;
}

.story-details-sec .img-box {
  width: 100%;
  margin-bottom: 50px;
}

.story-details-sec .img-box img {
  width: 100%;
  object-fit: cover;
}

.story-details-sec .cms-con ul li {
  margin-bottom: 10px;
  padding-left: 25px;
}

.ywraq-form-table-wrapper {
  display: flex;
  gap: 30px;
}

#yith-ywraq-form {
  flex: 60%;
}

.yith-ywraq-mail-form-wrapper {
  flex: 40%;
  padding: 0 !important;
}

#yith-ywraq-mail-form {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 7px rgba(0, 0, 0, 0.1);
}

.yith-ywraq-message {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}

.ywraq-form-table-wrapper label {
  font-size: 16px;
  margin-bottom: 5px;
}

.ywraq-form-table-wrapper .input-text {
  background-color: #f3f5f7;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  resize: none;
}

.ywraq-form-table-wrapper .input-text::placeholder {
  color: #777 !important;
}

.ywraq-form-table-wrapper .input-text:focus {
  border-color: #00bf62;
}

#yith-ywraq-form table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#yith-ywraq-form table td,
#yith-ywraq-form table th {
  vertical-align: middle;
  padding: 15px;
  text-align: left;
}

#yith-ywraq-form table td.product-thumbnail,
#yith-ywraq-form table th.product-thumbnail {
  width: 60px !important;
}

#yith-ywraq-form table input {
  padding: 15px 20px;
  width: 50px;
  background-color: #f3f5f7 !important;
}

#yith-ywraq-form table td a {
  color: #00bf62 !important;
}

#yith-ywraq-form table tr:last-child td {
  background-color: #fff !important;
  text-align: right;
}

#yith-ywraq-form table tr.cart_item td {
  border-bottom: 1px solid #ccc !important;
}

table:not(.has-background) th {
  color: #000;
  background-color: #f3f5f7 !important;
  font-weight: 700;
  padding: 20px !important;
}

.entry-title {
  display: none;
}

.yith-ywraq-mail-form-wrapper h3 {
  display: none;
}

#yith-ywraq-mail-form .button {
  width: 100% !important;
}

.ywraq-form-table-wrapper .button,
#yith-ywraq-form table input.button {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 44px;
  min-width: 192px;
  border: 1px solid #00bf62;
  border-radius: 12px;
  background-color: #00bf62 !important;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.ywraq-form-table-wrapper .button:hover,
#yith-ywraq-form table input.button:hover {
  background-color: #004aad !important;
  color: #fff !important;
  border-color: #004aad;
}


.recommended-sec {
  margin-top: 30px;
  background-color: #f7f7f7;
  padding: 5px 15px;
  border-radius: 12px;
}

.blog-list-item .story-box {
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  background-color: transparent;
}

.blog-list-item .img-box {
  flex: 0 0 100px;
  height: 100%;
  margin: 0;
}

.blog-list-item .story-title {
  font-size: 16px;
  margin: 0;
  transition: .4s all ease-in-out;
}

.blog-list-item:hover .story-title {
  color: #00bf62;
}

.blog-list-item .story-description {
  margin-bottom: 20px;
}

.blog-list-item .story-description p {
  font-size: 14px;
}

.modal-title {
  font-size: 24px;
  font-weight: 700;
}


/*----------  Offer Popup  ----------*/
body.offer-popup-show {
  overflow: hidden;
}

.offer-popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.offer-popup-hide {
  display: none;
}

.offer-popup-wrapper {
  background-color: #fff;
  max-width: 900px;
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}

.offer-popup-wrapper .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.offer-popup-wrapper .btn-close:hover {
  background-color: transparent;
}

.offer-popup-wrapper .btn-close:focus-visible,
.offer-popup-wrapper .btn-close:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.offer-popup-wrapper .content-box {
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-popup-wrapper>div {
  flex: 50%;
  height: 100%;
}

.offer-popup-wrapper>div img {
  width: 100%;
  object-fit: cover;
}

.offer-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media(max-width:991px) {
  .offer-popup-wrapper {
    max-width: 80%;
    height: 430px;
  }

  .offer-popup-wrapper .content-box {
    padding: 15px;
  }

  .offer-popup-wrapper .btn-close {
    right: 15px;
    top: 15px;
  }

  .offer-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

@media(max-width:568px) {
  .offer-popup-wrapper .btn-close {
    background-color: #f8dab1;
    opacity: 1;
    filter: invert(1);
    border-radius: 50%;
    background-size: 50%;
  }

  .offer-popup-wrapper {
    flex-wrap: wrap;
  }

  .offer-popup-wrapper>div {
    flex: 100%;
    height: 50%;
  }
}