/*fonts*/
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Bold.eot');
  src: url('../fonts/Axiforma-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Axiforma-Bold.woff2') format('woff2'), url('../fonts/Axiforma-Bold.woff') format('woff'), url('../fonts/Axiforma-Bold.ttf') format('truetype'), url('../fonts/Axiforma-Bold.svg#Axiforma-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Regular.eot');
  src: url('../fonts/Axiforma-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Axiforma-Regular.woff2') format('woff2'), url('../fonts/Axiforma-Regular.woff') format('woff'), url('../fonts/Axiforma-Regular.ttf') format('truetype'), url('../fonts/Axiforma-Regular.svg#Axiforma-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Medium.eot');
  src: url('../fonts/Axiforma-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Axiforma-Medium.woff2') format('woff2'), url('../fonts/Axiforma-Medium.woff') format('woff'), url('../fonts/Axiforma-Medium.ttf') format('truetype'), url('../fonts/Axiforma-Medium.svg#Axiforma-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Axiforma';
  font-weight: normal;
  color: #1C2E47;
}
body::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px
}
body::-webkit-scrollbar-thumb {
  background-color: #7DCAAE;
  background-clip: padding-box;
  border: 0 solid transparent;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}
body::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, .4)
}
body::-webkit-scrollbar-button {
  height: 0;
  width: 0
}
body::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px
}
a.active, a:focus, button:focus, button.active {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
a:focus, a:hover, a:active {
  outline: 0;
  box-shadow: 0;
}
a:focus, a:hover {
  text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  margin-bottom: 0;
  font-family: 'Axiforma';
  font-weight: 700;
}
a, button {
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
p {
  margin: 0;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-20 {
  font-size: 16px;
}
.font-32 {
  font-size: 32px;
}
.font-48 {
  font-size: 48px;
}
.font-54 {
  font-size: 54px;
}
header {
  padding: 15px 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
}
.header-links li {
  margin-right: 20px;
}
.header-links li:last-child {
  margin-right: 0px;
}
.header-links a {
  color: #1C2E47;
  font-weight: 700;
  position: relative;
}
.lang-btn:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #C8D5E8;
  left: -10px;
  top: 4px;
}
.header-links .cta_head {
  position: relative;
  top: -4px;
}
.cta_head {
  background: #7DCAAE;
  border-radius: 58px;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  width: 145px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px !important;
}
header {
  transition: 0.5s;
  z-index: 11;
  animation-duration: 0.5s;
}
header.fixed-header {
  position: fixed;
  z-index: 100;
  animation-name: stickySlideDown;
  transition: none;
  -moz-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.headerbox {
  height: 74px;font-family: 'Axiforma' !important;
}
.header-links .cta_head.bluecta {
  background: #416EB2;
}
.container-fluid {
  padding: 0 30px;
}
.header-links {
  position: relative;
  top: 5px;
}
header .nav-item a:hover {
  color: #7dcaae;
}
.header-links a.active{color: #7dcaae;}
.banner-section {
  background-image: url("../images/newbannerhome.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
}
.banner-section h1 {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 20px;
  max-width: 800px;
}
.my-heading {
  margin-bottom: 40px;
  font-size: 40px;
}
.discover-sec {
  padding: 80px 0;
}
.discover-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
  z-index: 3;
}
.discover-text:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.24%, #1C2E47 91.47%);
  height: 286px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.discover-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 47px;
  color: #fff;
}
.discover-text a {
  border: 1px solid #FFFFFF;
  border-radius: 72px;
  width: 162px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ourproducts-sec {
  padding-bottom: 80px;
}
.product-one {
  background: #416EB2;
  padding: 50px 20px;
  color: #fff;
  height: 100%;
  cursor: pointer;
  min-height: 393.8px;
}
.product-one:hover {
  min-height: 350.4px;
}
.product-one img {
  margin-bottom: 21px;
}
.product-one h4 {
  font-size: 22px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.product-one p {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  z-index: 2;
}
.ourproducts-sec .col-md-6:nth-child(2) .product-one {
  background: #7DCAAE;
}
.ourproducts-sec .col-md-6:nth-child(3) .product-one {
  background: #E2A46B;
}
.ourproducts-sec .col-md-6:nth-child(4) .product-one {
  background: #E0CD49;
}
.ourproducts-sec .col-md-6:nth-child(5) .product-one {
  background: #854BCC;
}
.ourproducts-sec .col-md-6:nth-child(6) .product-one {
  background: #CE4D83;
}
.ourproducts-sec .col-md-6:nth-child(7) .product-one {
  background: #3A9DBC;
}
.ourproducts-sec .col-md-6:last-child .product-one {
  background: #B24141;
}
.playbtn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
}
.playbtn img {
  width: 100px;
}
.discover-one {
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.discover-one:hover {
  border-radius: 20px;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.25));
}
.discover-one:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
}
.discover-one:hover .playbtn {
  opacity: 1;
  visibility: visible;
}
.discover-one:hover:after {
  opacity: 1;
  visibility: visible;
}
.product-one .brandhover {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  object-fit: cover;
}
.product-one:hover .brandhover {
  opacity: 1;
  visibility: visible;
}
.product-one:hover .iconp {
  display: none
}
.partners-slider .slick-next:before, .partners-slider .slick-next:before {
  content: "";
  background-image: url("../images/arrowright_c.svg");
}
.partners-slider .slick-prev:before, .partners-slider .slick-prev:before {
  content: "";
  background-image: url("../images/arrowleft_c.svg");
}
.partners-slider .slick-prev, .partners-slider .slick-next {
  width: 30px;
  height: 30px;
  z-index: 9;
  top: -42%;
}
.partners-slider .slick-prev:before, .partners-slider .slick-next::before {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.partners-slider .slick-prev {
  left: auto;
  right: 35px;
}
.partners-slider .slick-next {
  right: 0;
}
footer {
  background: #1C2E47;
  padding: 40px 0;
}
.footerlogo p {
  padding-top: 14px;
  color: #fff;
  font-size: 14px;
}
.footerlinks li {
  margin-bottom: 10px;
}
.footerlinks li a {
  color: #fff;
  font-size: 14px;
}
.coprighttxt {
  padding-top: 35px;
  font-size: 14px;
}
.social-icons li {
  margin-left: 25px;
}
.social-icons {
  padding-right: 60px;
}
.logo img {
  height: 44px;
}
.bigbtn {
  height: 70px;
  width: 230px;
  font-size: 24px;
}
.aboutus-sec {
  padding: 80px 0;
}
.about-content p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}
.retailers-business-sec {
  padding: 80px 0;
}
.retailers-business-one img {
  width: 120px;
  height: 120px;
  margin-right: 15px;
}
.retailers-business-one h4 {
  margin-bottom: 7px;
  font-size: 20px;
}
.retailers-business-one p {
  font-size: 14px;
  max-width: 400px;
}
.retailers-business-one {
  margin-bottom: 35px;
}
.retailers-banner .carousel-caption {
  text-align: left;
  top: 50%;
  left: 30px;
  transform: translate(0px, -50%);
  bottom: auto;
  right: auto;
}
.retailers-banner .carousel-caption h5 {
  font-size: 45px;
  margin-bottom: 10px;
}
.retailers-banner .carousel-caption p {
  font-size: 20px;
  font-weight: 400;
  max-width: 615px;
  margin-bottom: 25px;
}
.retailers-banner .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.4;
  border-radius: 100px;
  border: none;
}
.retailers-banner .carousel-indicators {
  right: auto;
  bottom: 30px;
  margin-left: 30px;
}
.retailers-banner .carousel-indicators .active {
  opacity: 1;
  background: #7DCAAE;
}
.work-modal h5 {
  font-size: 30px;
}
.work-modal .modal-header {
  padding: 0 0px 20px;
}
.work-modal .modal-header p {
  color: #8D96A3;
  font-size: 14px;
  line-height: 20px;
}
.work-modal .modal-content {
  padding: 20px;
}
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}
.did-floating-label {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 11px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  color: #8D96A3;
}
.did-floating-input, .did-floating-select {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #C8D5E8;
  border-radius: 5px;
  box-sizing: border-box;
  color: #1C2E47;
}
.did-floating-input:focus, .did-floating-select:focus {
  outline: none;
}
.did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}
.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
  color: #1c2e47;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 13px;
}
.modalform button {
  border-radius: 5px;
  font-size: 18px;
}
.footerlogo p span {
  animation: heartBeat 4s infinite;
  display: inline-block;
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tabsview {
    position: relative;
    border: 3px dashed rgba(28, 46, 71, 0.2);
    max-width: 600px;
    border-radius: 100%;
    height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabsview .nav-link {
  
    border-radius: 100px;
    width: 120px;
    height: 120px;
    display: flex;color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tabsview .nav-link span {
    text-align: center;
    font-size: 13px;
    line-height: 15px;font-weight: 700;
    color: #fff;
}

.tabsview .nav-link img {
    height: 27px;
    margin-bottom: 7px;
}
.tabsview .nav-link{  position: absolute;}
.tabsview .nav-link.active{ opacity: 1;}
.tabsview .nav-pills li:first-child a{background: #7DCAAE;left: 90px;top: -20px;}
.tabsview .nav-pills li:nth-child(2) a{background: #E2A56B;top: -45px;right: 150px;}
.tabsview .nav-pills li:nth-child(3) a{background: #E0CD49;top: 70px;right: -14px;}
.tabsview .nav-pills li:nth-child(4) a{background: #B24141;top: 270px;right: -60px;}
.tabsview .nav-pills li:nth-child(5) a{background: #3A9DBC;bottom: 0px;right: 50px;}
.tabsview .nav-pills li:nth-child(6) a{background: #CE4D83;top: 360px;left: -30px;}
.tabsview .nav-pills li:nth-child(7) a{background: #854BCC;bottom: -40px;right: 310px;}
.tabsview .nav-pills li:last-child a{background: #416EB2;top: 130px;left: -30px;}



.tabsview .tab-pane{text-align: center;font-weight: 700;font-size: 27px;line-height: 40px;max-width: 420px;}

.about-content {
    margin-bottom: 80px;
}





.terms-sec {
    padding: 80px 0;
}

.terms-sec h3 {
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-bottom: 15px;
}
.terms-sec p {
    color: #000;
    line-height: 28.32px;
    margin-bottom: 15px;
    font-size: 18px;
}
.terms-sec p.font-weight-bold {
    font-family: "Axiforma";
    font-weight: 700;
}

#video-model .modal-dialog {
    max-width: 1100px;
}

.player:fullscreen {
  padding-bottom: 100vh;
}
.player:-webkit-full-screen {
  padding-bottom: 100vh;
}
.player:-moz-full-screen {
  padding-bottom: 100vh;
}
.player:-ms-fullscreen {
  padding-bottom: 100vh;
}
.controls {
  padding: 0;
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(37, 37, 37, 0) 10%,
    rgba(37, 37, 37, 0.6) 80%
  );
  transition: all 0.2s ease-in 5s;
}
.player:hover .controls {
  bottom: 6.9px;
  transition: all 0.2s ease-out;
}
.time {
  position: absolute;
  right: 30px;
  color: #fff;
  bottom: 100%;
  padding-bottom: 14px;
}
.progress-video {
  height: 8px;
  width: calc(100% - 40px);
  background: rgba(60, 60, 60, 0.6);
  margin: auto;
  border-radius: 6px;
  position: absolute;
  left: 20px;
  bottom: 100%;
  transition: height 0.1s ease-in-out;
  cursor: pointer;
}
.progress:hover {
  height: 10px;
}
.progress-filled {
  background: #7dcaae;
  width: 0%;
  height: 100%;
  border-radius: 6px;
  transition: all 0.1s;
}
.controls-main {
  width: calc(100% - 40px);
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.controls-left,
.controls-right {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.controls-left {
  margin-left: 10px;
}
.controls-right {
  margin-right: 10px;
  justify-content: flex-end;
}
.volume {
  display: flex;
  align-items: center;
}
.volume-btn {
  margin-right: 10px;
  cursor: pointer;
}
.volume-btn #volume-off,
.volume-btn #volume-high {
  opacity: 0;
}
.volume-btn.loud #volume-high {
  opacity: 1;
}
.volume-btn.muted #volume-off {
  opacity: 1;
}
.volume-btn.muted #volume-high,
.volume-btn.muted #volume-low {
  opacity: 0;
}
.volume-slider {
  height: 8px;
  width: 80px;
  background: rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.volume-filled {
  background: #7dcaae;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: width 0.2s ease-in-out;
}
.volume-filled:hover,
.play-btnn:hover.play-btnn:before,
.play-btnn:hover.play-btnn:after {
  background: #7dcaae;
}
button {
}
.modal .play-btnn {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto;
  transform: rotate(-90deg) scale(0.8);
  transition: -webkit-clip-path 0.3s ease-in 0.1s,
    shape-inside 0.3s ease-in 0.1s,
    transform 0.8s cubic-bezier(0.85, -0.25, 0.25, 1.425);
  cursor: pointer;
}
.modal .play-btnn.paused {
  transform: rotate(0deg);
}
.modal .play-btnn:before,
.modal .play-btnn:after {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: inherit;
}
.modal .play-btnn:before {
  -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
  shape-inside: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
}
.modal .play-btnn:after {
  -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
  shape-inside: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
}
.modal .play-btnn.paused:before {
  -webkit-clip-path: polygon(10% 0, 90% 51%, 90% 51%, 10% 51%);
  shape-inside: polygon(0 0, 100% 51%, 100% 51%, 0 51%);
}
.modal .play-btnn.paused:after {
  -webkit-clip-path: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
  shape-inside: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
}
button:focus {
  outline: none;
}
.speed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-right: 20px;
  text-align: center;
}
.speed-list li {
  color: #fcc60e;
  padding: 5px;
  cursor: default;
}
.speed-list li:hover,
.speed-list li.active {
  color: #fcc60e;
  font-weight: bold;
}
.fullscreen {
  display: flex;
  justify-content: center;
  margin-left: 20px;cursor: pointer;
}
.player {
  width: 100%;
  border-radius: 10.5029px;
  overflow: hidden;
}
.player video {
  width: 100%;
}
.player:after {
  background: linear-gradient(180deg, #000000 -80.56%, rgba(0, 0, 0, 0) 87.04%);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
}

.dismis-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 27px;
    z-index: 10;
}

.modal-backdrop.show {
    opacity: 0.85;
}
.wholesalers-sec .carousel-caption{color: #1C2E47;}
.wholesalers-sec .carousel-indicators li{ background-color: #1C2E47;}
.urfooter{font-family: 'Axiforma' !important;}
/*responsive-css*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1300px) {
  .header-links li {
    margin-right: 15px;
  }
  .header-links a {
    font-size: 14px;
  }
  .lang-btn:before {
    left: -7px;
    top: 4px;
  }
  .banner-section h1 {
    font-size: 35px;
    line-height: 46px;
    max-width: 690px;
  }
  .bigbtn {
    height: 44px;
    width: 145px;
    font-size: 16px;
  }
  .my-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .discover-sec {
    padding: 60px 0;
  }
  .product-one {
    padding: 30px 15px;
  }
  .product-one p {
    font-size: 14px;
    line-height: 25px;
  }
  .product-one {
    min-height: 366.8px;
  }
  .product-one:hover {
    min-height: 317.4px;
  }
  .ourproducts-sec {
    padding-bottom: 60px;
  }
  .product-one img {
    height: 60px;
  }
  .discover-text h3 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 15px;
  }
  .header-links .cta_head {
    height: 38px;
    width: 102px;
  }
  .header-links a {
    font-size: 13px;
  }
  .logo img {
    height: 38px;
  }
  .header-links li {
    margin-right: 13px;
  }
  .headerbox {
    height: 78px;
  }
  .discover-text h3 {
    font-size: 23px;
    line-height: 32px;
  }
  .discover-text a {
    width: 140px;
    height: 38px;
    font-size: 14px;
  }
  .aboutus-sec {
    padding: 60px 0;
  }
  .retailers-banner .carousel-caption h5 {
    font-size: 35px;
    margin-bottom: 7px;
  }
  .retailers-banner .carousel-caption p {
    font-size: 16px;
    max-width: 455px;
    margin-bottom: 22px;
  }
  .retailers-banner .carousel-indicators {
    bottom: 30px;
  }
  .cta_head {
    font-size: 15px;
    width: 140px;
    height: 40px;
    padding-top: 2px !important;
  }
  .retailers-business-sec {
    padding: 60px 0;
  }
  .retailers-business-one img {
    width: 100px;
    height: 100px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  div#navbarSupportedContent {
    position: fixed;
    width: 100%;
    top: -155px;
    left: 0;
    background-color: #fff;
    z-index: 20;
    padding: 25px 15px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    height: auto !important;
  }
  header #navbarSupportedContent.show {
    opacity: 1;
    visibility: visible;
    top: 58px;
  }
  .logo img {
    height: 30px;
  }
  header {
    padding: 9px 0;
  }
  .headerbox {
    height: 58px;
  }
  .header-links li {
    text-align: left;
    width: 100%;
    margin: 0 0 10px;
  }
  .header-links a {
    font-size: 14px;
  }
  .lang-btn:before {
    display: none;
  }
  .header-links .cta_head {
    width: 145px;
    height: 38px;
    font-size: 13px;
    border-radius: 6px;
  }
  .header-links .cta_head {
    top: 0;
  }
  .my-heading {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .discover-text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .discover-text a {
    width: 110px;
    height: 30px;
    font-size: 13px;
  }
  .discover-text {
    padding-bottom: 20px;
  }
  .ourproducts-sec {
    padding-bottom: 50px;
  }
  .discover-sec {
    padding: 50px 0;
  }
  .social-icons {
    padding-right: 25px;
  }
  .banner-section h1 {
    font-size: 30px;
    line-height: 43px;
    max-width: 610px;
  }
  .aboutus-sec {
    padding: 50px 0;
  }
  .retailers-business-sec {
    padding: 50px 0 15px;
  }
  .retailers-business-one p {
    max-width: 100%;
  }
  .retailers-banner .carousel-caption p {
    font-size: 14px;
    max-width: 357px;
    line-height: 25px;
  }
  .retailers-banner .carousel-caption {
    left: 15px;
  }
  .retailers-banner .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .my-heading {
    text-align: center !important;
  }
  footer {
    text-align: center;
  }
  .banner-section {
    height: calc(100vh - 265px);
    text-align: center !important;
  }
  .cta_head {
    margin: auto
  }
  .banner-section h1 {
    font-size: 25px;
    line-height: 36px;
    max-width: 100%;
    text-align: center;
  }
  .bigbtn {
    height: 40px;
    width: 135px;
    font-size: 15px;
  }
  .discover-sec {
    padding: 30px 0;
  }
  .my-heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .discover-text h3 {
    font-size: 25px;
  }
  .discover-text a {
    width: 120px;
    height: 35px;
    font-size: 13px;
  }
  .discover-one {
    margin-bottom: 25px;
  }
  .footerlogo {
    margin-bottom: 25px;
  }
  .coprighttxt {
    padding-top: 15px;
    flex-direction: column;
  }
  .coprighttxt p {
    margin-bottom: 10px;
  }
  .navbar-toggler {
    padding: 0.25rem 0;
  }
  .about-content p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 25px;
  }
  .aboutus-sec {
    padding: 40px 0;
  }
  .footerlogo p {
    padding-top: 16px;
  }
  .retailers-business-sec {
    padding: 40px 0;
  }
  .retailers-banner .carousel-caption {
    left: 15px;
    position: static;
    transform: inherit;
    padding: 30px 15px;
    color: #1C2E47;
  }
  .retailers-banner .carousel-caption h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .retailers-banner .carousel-caption {
    min-height: auto;
    text-align: center !important;
    background-color: #1c2e47;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .retailers-banner .carousel-item{ transition: none !important;}
  .retailers-banner .carousel-indicators li {
    /* background-color: #1c2e475e; */
    background-color: #9e9e9e;
  }
  .retailers-banner .carousel-indicators {
    bottom: 14px;
  }
  .product-one {
    text-align: center;
  }
  /* .wholesalers-sec .carousel-indicators li:first-child{background-color: #1c2e47;} */
  .partners-slider .slick-prev, .partners-slider .slick-next {
    display: none !important;
  }
  .about-content p {
    text-align: center;
  }
  .retailers-banner .carousel-indicators {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    width: 100%;
  }

  .retailers-business-one {
    flex-direction: column;
    justify-content: center;
  }
  .retailers-business-onetext {
    text-align: center;
  }
  .retailers-business-one h4 {
    font-size: 18px;
  }
  .retailers-business-one img {
    width: 80px;
    height: 80px;
    margin: 0 0 15px;
  }
  .retailers-business-sec {
    padding: 40px 0 10px;
  }
  .work-modal .modal-content {
    padding: 20px 10px;
  }
  .work-modal .modal-header p {
    font-size: 12px;
    line-height: 20px;
  }
  .work-modal h5 {
    font-size: 22px;
  }
  .did-floating-input, .did-floating-select {
    font-size: 12px;
    height: 40px;
    padding: 0 10px;
  }
  .did-floating-label {
    font-size: 13px;
    left: 5px;
  }
  .header-links .cta_head {
    top: 0;
    margin: 0;
  }
	.tabsview{display: none}
	.about-content {
    margin-bottom: 0;
}
	.terms-sec h3 {
    font-size: 30px;
}
	.terms-sec p {
    font-size: 16px;
    line-height: 25.32px;
}
.product-one {
  padding: 40px 15px;
  min-height: auto;
  height: 270.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.product-one:hover{ min-height: auto;}
.playbtn img {
  width: 60px;

}
.dismis-btn{ top: 10px; right: 10px;}
.dismis-btn img{ width: 20px;}
.fullscreen img{ width: 20px;}
}
/*urducss*/

[dir="rtl"] .partners-slider .slick-next {
   
  left: 35px;
   right: auto;
}

[dir="rtl"] .partners-slider .slick-prev {
   left: 0;
 right: auto;
}
[dir="rtl"] .did-floating-label{ left: auto; right: 15px;}
.cta_head{ display: inline-flex;}

.calert {
  position: fixed;
  bottom: 20px;
  z-index: 11111;
  width: 100%;
  text-align: center;
  padding: 0px 20px; }
  .calert a {
    color: #155724; }
  .calert .message {
    position: relative;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding: 13px 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .calert .message.info {
      background: #d1ecf1;
      border: 1px solid #bee5eb;
      color: #0c5460; }
    .calert .message.success {
      background: #d4edda;
      border: 1px solid #c3e6cb;
      color: #155724; }
    .calert .message.error {
      background: #f8d7da;
      border: 1px solid #f5c6cb;
      color: #721c24; }
    .calert .message.warning {
      background: #fff3cd;
      border: 1px solid #ffeeba;
      color: #856404; }
    .focus-0:focus {
        border-color: transparent !important;
    }
.loader-overlay {
  background: rgba(0, 0, 0, 0.7) url(../images/loader.gif?v=2) no-repeat center calc(50% - 24px);
  position: fixed;
  background-size: 60px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.loader-overlay::before {
  content: 'Please Wait ...';
  font-family: arial, tahoma, verdana;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: fixed;
  left: 0;
  top: calc(50% + 12px);
  right: 0;
}


/*blog-css*/
.topic-sec {
  position: relative;
  padding-bottom: 30px;
}
.topic-inner {
  border-top: 1px solid #C8D5E8;
  padding-top: 78px;
  position: relative;
}
.topic-items h1 {
  letter-spacing: -0.015em;
  color: #000000;
  font-weight: 700;
}
.topic-items {
  margin-bottom: 125px;
}
#topic-tabs {
  justify-content: space-between;
  max-width: 840px;
  width: 100%;
}
#topic-tabs .nav-item {}
#topic-tabs .nav-item a {
  padding: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
}
.bg-box {
  background: linear-gradient(180deg, #D7E5FA -72.71%, rgba(255, 255, 255, 0) 157.97%);
}
#topic-tabs .nav-item a.active {
  color: #7DCAAE;
}
#topic-tabs .nav-item a:after {
  transition: all ease-in-out 0.5s;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #7DCAAE;
  left: 0;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
}
#topic-tabs .nav-item a.active:after {
  opacity: 1;
  visibility: visible;
}
.blog-posthead h3 {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 10px;
  color: #233959;
}
.blog-posthead p {
  color: #9A9A9A;
  margin-bottom: 20px;
  line-height: 33px;
}
.blog-one {
  padding-right: 35px;
}
.blog-postread-one {
  padding: 26px 0;
  border-bottom: 0.5px solid #C4C4C4;
}
.blog-postread-one span {
  color: #7DCAAE;
  line-height: 15.12px;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.blog-postread-one h4 {
  color: #233959;
  font-size: 24px;
}
.blog-post-read a:last-child .blog-postread-one {
  padding-bottom: 0;
  border: none;
}
.blog-post-read a:first-child .blog-postread-one {
  padding-top: 0;
}
.home-busines a:last-child .home-busines-one {
  border: none;
}
.home-busines h3 {
  font-size: 36px;
  line-height: 50px;
  color: #233959;
}
.home-busines {
  padding: 88px 0 0px 0;
}
.post-brand {
  width: 246px;
  height: 146px;
  object-fit: cover;
  margin-right: 45px;
}
.post-text h4 {
  max-width: 407px;
  width: 100%;
}
.home-post-text p {
  line-height: 27px;
  color: #9A9A9A;
}
.home-busines-one {
  padding: 35px 0 27px;
  border-bottom: 0.5px solid #777777;
}
.newsletter-sec h4 {
  color: #222222;
}
.newsletter-sec p {
  color: #777777;
}
.newsletter-sec {
  padding: 50px 0;
}
.newsletter-form .form-control {
  border: 1px solid #C4C4C4;
  border-radius: 65px;
  height: 70px;
  font-size: 16px;
  padding-left: 37px;
  padding-right: 75px;
}
.newsletter-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777;
}
.newsletter-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #777777;
}
.newsletter-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #777777;
}
.newsletter-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #777777;
}
.newsletter-submit {
  width: 63px;
  height: 63px;
  background-color: #7DCAAE;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0px, -50%);
}
.newsletter-submit:hover {
  background-color: #0056b3;
}
.oval-one {
  width: 11px;
  height: 11px;
  background: #416FB3;
  position: absolute;
  border-radius: 100pc;
  left: 0;
  top: 307px;
}
.oval-three {
  border: 4px solid #7DCAAE;
  width: 19px;
  height: 19px;
  border-radius: 100px;
  right: 97px;
  top: 189px;
  position: absolute;
}
.oval-two {
  position: absolute;
  background: #CCEADF;
  width: 11px;
  height: 11px;
  left: 25%;
  top: 30px;
  border-radius: 100%;
  transform: translate(-50%, 0);
}
.oval-four {
  background: #FEE387;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  bottom: 260px;
  right: -186px;
}
.blog-details-head h1 {
  margin-bottom: 18px;
  color: #233959;
  font-size: 36px;
  line-height: 47px;
/*  max-width: 760px;*/
  width: 100%;
}
.blog-details-head span {
  color: #7DCAAE;
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
}
.blog-details-img img {
  border-radius: 15px;
  margin-bottom: 43px;
  height: 500px; object-fit: cover;
}
.blog-details-img p {
  line-height: 27px;
  max-width: 974px;
  font-size: 16px;
  margin-bottom: 60px;
}
.post-shear li {
  margin-bottom: 28px;
}
.article-text {}
.article-text h3 {
  color: #233959;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.article-text p {
  font-size: 16px;
  line-height: 27px;
  color: #777777;
  margin-bottom: 19px;
}
.article-text p span {
  color: #53B68D;
  font-weight: 700;
}
.comments-sec {
  background: rgb(229 236 247 / 40%);
  padding: 54px 0 90px;
}
.heading {
  font-size: 32px;
  color: #222222;
  margin-bottom: 35px;
  font-weight: bold;
}
.comments-sec .form-group {
  margin-bottom: 45px;
}
.comments-sec .form-control {
  border: 1px solid #C4C4C4;
  border-radius: 65px;
  padding-left: 36px;
  font-size: 16px;
  color: #777777;
  height: 60px;
  background-color: transparent;
  max-width: 889px;
  width: 100%;
  margin-right: 51px;
}
.comment-submit {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #416FB3;
  border-radius: 72px;
  height: 60px;
  width: 226px;
  border: none;
}
.comments-body {
  display: flex;
  align-items: center;
}
.comments-body img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 40px;
}
.comments-body-text {}
.comments-body-text .head-comments {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.comments-body-text p {
  color: #777777;
  font-size: 16px;
  max-width: 669px;
  width: 100%;
  line-height: 27px;
}
.comments-body-text h5 {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}
.comments-body-text .spacer-box {
  background-color: #C4C4C4;
  width: 1px;
  height: 16px;
  margin: 0 20px;
}
.comments-body-text span {
  font-size: 16px;
  color: #777777;
}
.comments-sec .home-busines {
  padding: 69px 0 0px 0;
}
.post-img img {
  border-radius: 10px;
    height: 500px; object-fit: cover;
}
.pagenation-page {
  display: flex;
}
.pagenation-page a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BFE5D7;
  border-radius: 3px;
  color: #7DCAAE;
}
.pagenation-page li {
  margin-right: 6px;
}
.pagenation-page li.active a {
  background: #416FB3;
  color: #fff;
  border-color: #416FB3;
}
.arrow-pagnation img {
  width: 16px;
}
div#waveform {
  width: 208px;
}
div#waveform wave {
  border: none !important;
}
div#waveform canvas {
  border: none !important;
}
.main-palyer {
  align-items: center;
  height: 47px;
  margin-bottom: 22px;
}
.main-palyer #play {
  background-color: transparent;
  margin-right: 17px;
}
.pause-icon {
  display: none;
}
#play.active .pause-icon {
  display: inline-block;
}
#play.active .play-icon {
  display: none;
}
/*responsive-css*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1199.98px) {
  .topic-inner {
    padding-top: 50px;
  }
  .topic-items {
    margin-bottom: 95px;
  }
  .topic-items h1 {
    font-size: 45px;
  }
  #topic-tabs .nav-item a {
    font-size: 14px;
  }
  #topic-tabs {
    max-width: 750px;
  }
  .blog-posthead h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .blog-posthead p {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .blog-postread-one h4 {
    font-size: 20px;
  }
  .blog-postread-one {
    padding: 20px 0;
  }
  .home-busines {
    padding: 35px 0 0px 0;
  }
  .home-busines h3 {
    font-size: 30px;
  }
  .home-busines-one {
    padding: 25px 0;
  }
  .post-brand {
    margin-right: 25px;
  }
  .home-post-text p {
    font-size: 14px;
  }
  .newsletter-sec h4 {
    font-size: 28px;
  }
  .newsletter-form .form-control {
    height: 60px;
    padding-left: 25px;
  }
  .newsletter-submit {
    width: 52px;
    height: 52px;
  }
  .newsletter-sec {
    padding: 45px 0;
  }
  .blog-details-head h1 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .topic-inner {
    padding-top: 40px;
  }
  .topic-items {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .topic-items h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  #topic-tabs {
    max-width: 100%;
  }
  #topic-tabs .nav-item a {
    font-size: 14px;
    background: rgb(200 213 232 / 30%);
    border-radius: 25px;
    padding: 7px 14px;
  }
  #topic-tabs .nav-item a:after {
    display: none;
  }
  #topic-tabs {
    max-width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  #topic-tabs .nav-item {
    margin-right: 6px;
  }
  #topic-tabs .nav-item a.active {
    color: #53B68D;
    background: rgb(131 203 171 / 20%);
  }
  .oval-three {
    right: 10px;
    top: 149px;
  }
  #topic-tabs::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  #topic-tabs {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .blog-one {
    padding-right: 0;
  }
  .blog-posthead h3 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .blog-post-read a:first-child .blog-postread-one {
    padding-top: 20px;
  }
  .post-brand {
    margin-right: 15px;
  }
  .post-text h4 {
    max-width: 100%;
  }
  .topic-sec {
    position: relative;
    padding-bottom: 0px;
  }
  .newsletter-subscribe {
    margin-bottom: 25px;
  }
  .blog-details-head h1 {
    font-size: 28px;
    line-height: 40px;
  }
  ul.post-shear {
    display: flex;
    align-items: center;
  }
  ul.post-shear li {
    margin-right: 20px;
  }
  .blog-details-img p {
    margin-bottom: 30px;
  }
  .comments-sec .form-control {
    max-width: 479px;
  }
  .heading {
    font-size: 28px;
  }
  .comments-body img {
    margin-right: 25px;
  }
  .comments-body-text p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .topic-inner {
    padding-top: 27px;
  }
  .topic-items h1 {
    font-size: 25px;
  }
  #topic-tabs .nav-item {
    margin-right: 3px;
  }
  #topic-tabs .nav-item a {
    font-size: 11px;
    background: rgb(200 213 232 / 30%);
    border-radius: 25px;
    padding: 5px 10px;
  }
  .blog-posthead h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .blog-posthead p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .blog-postread-one h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-busines {
    padding: 50px 0 0px 0;
  }
  .home-busines h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .home-busines-details {
    flex-direction: column;
  }
  .post-brand {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
    height: auto;
  }
  .post-brand img {
    width: 100%;
  }
  .home-post-text {
    padding-top: 13px;
  }
  .newsletter-sec h4 {
    font-size: 22px;
  }
  .newsletter-subscribe {
    margin-bottom: 15px;
  }
  .newsletter-sec p {
    font-size: 13px;
  }
  .newsletter-form .form-control {
    height: 45px;
    padding-left: 17px;
    padding-right: 51px;
    font-size: 13px;
  }
  .newsletter-submit {
    width: 39px;
    height: 39px;
    right: 4px;
  }
  .newsletter-sec {
    padding: 25px 0;
  }
  .oval-three {
    right: -7px;
    top: 209px;
  }
  .oval-two {
    top: 10px;
  }
  .pagenation-page a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .arrow-pagnation img {
    width: 10px;
  }
  .pagenation-main {
    padding-bottom: 15px;
  }
  .blog-details-head h1 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .blog-details-img img {
    border-radius: 6px;
    margin-bottom: 13px;
  }
  .blog-details-head span {
    margin-bottom: 13px;
  }
  .blog-details-img p {
    margin-bottom: 17px;
    line-height: 24px;
    font-size: 14px;
  }
  .article-text h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .article-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .comments-sec {
    padding: 34px 0 9px;
  }
  .heading {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .comments-sec .form-group {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .comments-sec .form-control {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    padding-left: 15px;
    font-size: 12px;
    height: 40px;
  }
  .comment-submit {
    font-size: 12px;
    height: 40px;
    width: 100%;
  }
  .comments-body {
    flex-direction: column;
  }
  .comments-body img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
  }
  .comments-body-text .head-comments {
    margin-bottom: 3px;
  }
  .comments-sec .home-busines {
    padding: 30px 0 0px 0;
  }
}
.disabled_btn{
    pointer-events: none;
    background: darkgray;
}
.post-shear li {
    margin-bottom: 8px;
}

.post-shear li a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.post-shear li a:hover img{
    filter: brightness(1.5);
transition: all ease-in-out 0.5s;
    
}
.post-shear li:first-child a:hover{background: #3877EA;}
.post-shear li:nth-child(2) a:hover{background: #5CC843;}
.post-shear li:nth-child(3) a:hover{background: #4CA0EB;}
.post-shear li:nth-child(4) a:hover{background: #E05042;}



.services-sec {
  padding: 60px 0;
}
.services-sec-text-holder h3 {
  font-size: 40px;
}
.services-sec-text-holder p {
  font-size: 20px;
  max-width: 1029px;
}
.services-sec-text-holder {
  margin-bottom: 50px;
}
.servicesCard {
  background-color: #f8f9fe;
  padding: 30px;
  border-radius: 10px;
  min-height: 492px;
  margin-bottom: 30px;
}

.servicesCard img {
  margin-bottom: 18px;
}

.servicesCard h4 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 30px;
}

.servicesCard ul {
  padding-left: 20px;
}

.servicesCard ul li {
  font-size: 17px;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 7px;
}
.servicesimg-bnner {
  height: 492px;
  object-fit: cover;
}
.heading-box {
  color: #416eb2;
  font-size: 35px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.retailers-business-one.retailers-business-new img {
  width: 100px;
  height: 100px;
  margin: 0 0 25px 0;
}

.retailers-business-one.retailers-business-new h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

.retailers-business-one.retailers-business-new p {
  max-width: 100%;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .servicesCard {
    padding: 15px;
  }

  .servicesCard h4 {
    font-size: 18px;

    line-height: 24px;
  }
  .servicesCard ul li {
    font-size: 14px;
  }
  .heading-box {
    font-size: 25px;
  }
  .services-sec-text-holder h3 {
    font-size: 35px;
  }
  .services-sec-text-holder p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .heading-box {
    font-size: 20px;
  }
  .col-lg-4.text-right {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .servicesCard {
    min-height: auto;
    padding-bottom: 30px;
  }
  .servicesimg-bnner {
    height: auto;
    width: 100%;
  }
  .retailers-business-one.retailers-business-new img {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px auto;
    display: block;
  }
  .services-sec-text-holder h3 {
    font-size: 25px;
  }
  .retailers-business-one.retailers-business-new h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .retailers-business-one.retailers-business-new p {
    font-size: 15px;
  }
}


