@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'bentonmoddisplight';
    src: url('../fonts/bentonmoddisp-light-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispregularitalic';
    src: url('../fonts/bentonmoddisp-regularit-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-regularit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispbold';
    src: url('../fonts/bentonmoddisp-bold-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispsemibold';
    src: url('../fonts/bentonmoddisp-semibold-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispregular';
    src: url('../fonts/bentonmoddisp-regular-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/********** Fixes **********/
button:focus {
    outline: 1px dotted;
    outline: none;
}
#contact button {
background: transparent;
}
.btn{
box-shadow: none !important;
}
.main-content {
padding: 0 0;
}
.slidemenu-bg-overlay {
pointer-events: none;
}
/* fix for IE */
img {
    width: 100%;
}
.card-img {
  border-radius: 0!important;
}
.card-blog-img, .card-feed-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card {
  border-radius: 0;
}
@media only screen and (max-width: 1199px) {
.align-items-center.change-top {
 -ms-flex-align: start !important;
  align-items: flex-start !important;
}
}
@media only screen and (max-width: 991px) {
.swap-on-tablet {
display: flex !important;
flex-direction: column-reverse;
}
}
@media only screen and (max-width: 767px) {
.swap-on-mobile {
display: flex !important;
flex-direction: column-reverse;
}
}
/********** Fixes End **********/

/********** Preloader **********/
.preloader-container {
  background-color: #FDE3E4;
}
.preloader-border {
 box-shadow: inset 0 0 0 2px rgba(232, 132, 156, 0.1);
}

.preloader-line {
  box-shadow: inset 0 0 0 2px #E8849C;
}
/********** Preloader End **********/

/********** Cursor **********/
* {
  cursor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #888888;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 100000;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #E8849C;
  opacity: 0.7;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 100000;
}

.hover {
  background-color: #E8849C;
  opacity: 0;
}
.cursorinnerhover {
width: 50px;
height: 50px;

}
@media only screen and (max-width: 1100px) {
.cursor, .cursor2 {
        display:none
}
* {
  cursor: default;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}
/********** Cursor End **********/

/********** Typography **********/
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #282828;
  text-align: left;
  background: #FFF2EF;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}
h1, h2, h3, h4,
.h1, .h2, .h3, .h4{
font-family: 'bentonmoddispregular',serif;
font-style: normal;
margin-bottom: 20px;
color: #2B406B;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}

h1, .h1 {
font-size: 6vw;
font-size: clamp(2.5rem,6vw,5rem);
line-height: 1.1;
}

h2, .h2 {
font-size: 4vw;
font-size: clamp(2rem,4vw,3rem);
line-height: 1.3;
}

h3, .h3 {
font-size: 3vw;
font-size: clamp(2rem,3vw,2.4rem);
line-height: 1.3;
}
.h3.inter {
font-family: "Inter", sans-serif;
font-size: 3vw;
font-size: clamp(1.5rem,6vw,1.8rem);
line-height: 1.5;
}
h4, .h4 {
font-size: 4vw;
font-size: clamp(1rem,4vw,1.5rem);
line-height: 1.3;
}
.h4.inter {
font-family: "Inter", sans-serif;
font-size: 6vw;
font-size: clamp(1rem,6vw,1.5rem);
line-height: 1.5;
}
h5, .h5 {
font-size: 1.2rem;
line-height: 1.3;
}
/********** Typography End **********/

/********** Navigation **********/
.navik-header {
  background-color: #FFF2EF;
}
.navik-header .logo img {
width: 180px!important;
max-width: 180px!important;
max-height: 180px!important;
}
.navik-menu ul li > a {
font-family: "Inter", sans-serif;
font-size: 12px;
color: #2B406B;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1.5px;
}
.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
color: #E8849C;
}

.logoCenter {
padding:0 30px;
width: 210px!important;
}
.burger-menu {
top: 22px;
right: 14px;
}
 .navik-header.sticky .logo img {
max-width: 90px!important;
}


@media (min-width: 1280px) {
.navik-header-container {
height: 110px;
}
.navik-header.center-menu-1 .logoCenter .logo {
padding: 15px;
}
.navik-header.sticky.center-menu-1 .logoCenter .logo {
padding: 0;
}
.navik-menu > ul > li > a {
position: relative;
box-sizing: border-box;
height: 180px;
padding: 0 20px;
line-height: 180px;
white-space: nowrap;
}
.navik-header.sticky .navik-header-container {
height: 100px;
}
.navik-header.sticky .navik-menu > ul > li > a {
height: 100px;
line-height: 100px;
}
}
@media only screen and (max-width: 1439px){
.logoCenter {
padding:0 0;
}
.navik-menu > ul > li > a {
padding: 0 15px;
}
}
@media only screen and (max-width: 1279px){
.navik-menu > ul > li > a {
padding: 14px 15px;
}
.navik-header .logo img {
width: 240px!important;
max-width:  240px!important;
max-height: 240px!important;
}
.navik-header .logo {
padding: 10px 30px 10px 0;
text-align: left;
}
}
/********** Navigation End **********/

/********** Burger Menu **********/
.burger-menu{
width: 50px;
height: 50px;
padding: 14px 10px;
}
.line-menu.line-half {
width: 100%;
}
.line-menu {
width: 100%;
height: 2px;
border-radius: 0;
}
.burger-menu.menu-open .line-menu.line-half {
width: 50%;
}
.burger-menu.menu-open {
height: 53px;

}
/********** Burger Menu End **********/

/********** Hero **********/
.hero-new-wrapper {
  width: 100%;
  height: calc(100vh - 110px);
  position: relative;
  overflow: hidden;
  background: #FFF2EF
}

.hero-tagline-holder{
margin-left: 30%;
padding: 50px 0 50px 0;
z-index: 2;
position: relative;
}
.hero-image{
max-width: 600px;
display: block;
margin:0 auto 0 0;
}
.tagline-top{
text-align: left;
}
.tagline-bottom{
text-align: left;
}
.hero-tagline-holder .h1{
margin-bottom: 10px;
}
.hero-arr-down{
position:absolute;
width:100px;
height:100px; 
bottom:50px;
left: 50%;
padding: 5px;
background: #FDE3E4;
border-radius: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 3;
}
.hero-social{
position:absolute;
width:210px;
height:60px;
left: 0;
bottom:-40px;
}
.social-title{
position:absolute;	
left: 80px;
top:0;
letter-spacing: 2px;
font-size: 12px;
}
.btn-outline-primary .social-title{
color:#2B406B
}
.btn-outline-primary:hover .social-title{
color:#2B406B
}

.btn-icon-only.btn-lg, .btn-group-lg > .btn-icon-only.btn {
  width: 60px;
  height: 60px;
  line-height: 65px;
  border: 1px solid;
}
.btn-lg > i, .btn-group-lg > .btn > i {
  font-size: 1.5rem;
}
@media (max-width: 1600px){
.hero-image{

margin:0 auto 0 auto;
}
}
@media (max-width: 1700px){
.hero-tagline-holder{
margin-left:20%;
}
}
@media (max-width: 1500px){
.hero-tagline-holder{
margin-left:10%;
width:750px;
padding: 50px 0 50px 0;
z-index: 2;
}
}
@media only screen and (max-width: 1279px){
.hero-new-wrapper {
 height: calc(100vh - 90px);
}
.hero-image{
margin:0 auto 0 0;
}
.hero-tagline-holder{
width:640px;
}
}
@media only screen and (max-width: 1099px){
.hero-image{
max-width: 500px;
margin:0 auto 0 -15px;
}
}
@media (max-width: 991px){
.hero-new-wrapper {
height:auto!important;
}
.h-100.tablet-50{
height:auto!important;
}
.align-items-center.align-start-mobile{
-ms-flex-align: start !important;
align-items: flex-start !important;	
}
.hero-tagline-holder {
position: relative;
left: 0;
width: 100%;
padding: 30px 15px 60px 15px;
text-align: center;
margin-left: 0;
}
.tagline-bottom, .tagline-top{
text-align: center;
}
.hero-image{
max-width: 100%;
margin:0 0 70px 0;
}

.hero-arr-down{
display:none;
}
}
@media (max-width: 991px){
.hero-social{
position:absolute;
width:170px;
height:62px;
left: 50%;
bottom:auto;
top:-40px;
text-align: left;
margin-left: -85px;
}
}
@media (max-width: 575px){
.hero-tagline-holder {
padding: 20px 15px 60px 15px;
}
}

/********** Hero End **********/

/********** Buttons and Links **********/
.t-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 14px 14px 13px 24px;
    color: #fff;
    border-radius: 42px;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 600;
    border: 1px solid #fff;
    overflow: hidden;
    transition: color .6s cubic-bezier(.165,.84,.44,1);
	transform: translateZ(0)
}
.t-btn-primary:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 30px;
    background: #fff;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transform: translate(-150%,50%) translateZ(0);
}
.t-btn-primary--black {
    color: #000;
    border: 1px solid #000;
	
}
.t-btn-primary--black:before {
    background: #000;
}
.t-btn-primary--blue{
    color: #2B406B;
	border: 1px solid #2B406B;
	
}
.t-btn-primary--blue:before {
	
    background: #2B406B;
}
.t-btn-primary--gold {
    color: #fff;
    border: 1px transparent;
	background: #c4a366
	
}
.t-btn-primary--gold:before {
    background: #4b4d4f;
}
.t-btn-primary span {
    position: relative;
	letter-spacing: 2px;
}
.t-btn-primary-arrow:last-child {
    margin-left: 8px;
}
.t-btn-primary-arrow {
    display: inline-block;
	font-size: 18px;
}
.t-btn-primary:hover {
    color: #000;
}
.t-btn-primary--black:hover {
    color: #fff;
}
.t-btn-primary--gold:hover {
    color: #fff;
}
.t-btn-primary--blue:hover {
    color: #fff;
}
.t-btn-primary:hover:before {
    transform: translate(-50%,-50%) scale(4) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.form-light-2 .btn {
  margin-bottom: 1rem;
  padding: 14px 24px 13px 24px;
  font-size:12px;
  letter-spacing: 2px;
}
.form-light-2 .btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
 border-radius: 42px;
}
	
.btn-light {
  color: #000000;
  background-color: #dfe6eb;
  border-color: #dfe6eb;
  box-shadow: none;
}

.btn-light:hover, .btn-light:focus, .btn-light.focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: none;
}
/********** Buttons and Links End **********/


/********** backgrounds**********/
.bg-med-tint {
  background-color: #FDE3E4 !important;
}
.bg-pink {
  background-color: #E8849C !important;
}
.bg-blue {
  background-color: #2B406B !important;
}
/********** backgrounds End **********/

/********** Image Sizing **********/
.pill-pic{
position:relative;
max-width: 440px;
display: block;
margin: 0 auto 0 0;
}
.pill-pic.right{
position:relative;
max-width: 440px;
display: block;
margin: 0 0 0 auto;
}
@media (max-width: 1199px){
.pill-pic{
max-width:380px;
}
.pill-pic.right{
max-width:380px;
}
}
.pill-pic.treatment img{
border-radius: 50%;
border:solid 1px #E8849C;
margin-bottom: 30px;
}
@media (max-width: 991px){
.pill-pic{
margin: 0 auto 0 auto;
}
.pill-pic.right{
margin: 0 auto 0 auto;
}
.pill-pic-ls{
max-width: 600px;
margin: 0 auto;
}
}
/********** Image Sizing End **********/

/********** Global Paddings and Cleaners **********/
.xl-pad{
padding-top:120px;
padding-bottom: 120px;
}
.lg-pad{
padding-top:100px;
padding-bottom: 100px;
}
.lg-pad.half-bottom{
padding-top:100px;
padding-bottom: 50px;
}
.lg-pad.half-top{
padding-top:50px;
padding-bottom: 100px;
}
.lg-pad.no-bottom{
padding-top:100px;
padding-bottom: 0;
}
.lg-pad.no-top{
padding-top:0;
padding-bottom: 100px;
}
.container-fluid.pad-lr{
padding-left: 200px;
padding-right:200px;
}

@media only screen and (max-width: 1700px){
.container-fluid.pad-lr{
padding-left: 150px;
padding-right:150px;
}
}
@media only screen and (max-width: 1500px){
.container-fluid.pad-lr{
padding-left: 100px;
padding-right:100px;
}
.lg-pad{
padding-top:80px;
padding-bottom: 80px;
}
.lg-pad.half-bottom{
padding-top:80px;
padding-bottom: 30px;
}
.lg-pad.no-bottom{
padding-top:80px;
padding-bottom: 0;
}
.lg-pad.no-top{
padding-top:0;
padding-bottom: 80px;
}
}
@media only screen and (max-width: 1400px){
.container-fluid.pad-lr{
padding-left: 50px;
padding-right:50px;
}
}
@media only screen and (max-width: 1199px){
.container-fluid.pad-lr{
padding-left: 30px;
padding-right:30px;
}
}
@media only screen and (max-width: 767px){
.lg-pad{
padding-top:50px;
padding-bottom: 50px;
}
.lg-pad.half-bottom{
padding-top:50px;
padding-bottom: 25px;
}
.lg-pad.no-bottom{
padding-top:50px;
padding-bottom: 0;
}
.lg-pad.no-top{
padding-top:0;
padding-bottom: 50px;
}
}
/********** Global Paddings and Cleaners End **********/

/********** Custom Animations **********/
@-webkit-keyframes fadeInSlow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInSlow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInSlow {
  -webkit-animation-name: fadeInSlow;
  animation-name: fadeInSlow;
  animation-duration: 2s; 
  animation-timing-function: ease;
}
@-webkit-keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; 
  }
}

.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSlow  {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}
.line-ani {
  content: "";
  height: 2%;
  width:1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top:0;
  background: #202020;
  transition: all;

}

@keyframes grow{
  to {height:100%;}
}
.grow {
  -webkit-animation-name: grow;
  animation-name: grow;
  animation-duration: 1.2s; 
  animation-timing-function: ease forwards;
}
/********** Custom Animations End **********/

/********** Animation Delays **********/
.delay1 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}

.delay2 {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}

.delay3 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}

.delay5 {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}


.delay-seq-1 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}
.delay-seq-1-fwd {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: forwards;
}
.delay-seq-2 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}
.delay-seq-2-fwd {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: forwards;
}
.delay-seq-3 {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}
.delay-seq-3-fwd {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: forwards;
}
/********** Animation Delays End **********/

/********** Form Styles **********/

#contact .input-group-inner > .form-control,
#contact .input-group-inner > .custom-select,
#contact .input-group-inner > .custom-file {
  position: relative;
  z-index: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  /* stylelint-disable */
  border: 1px solid #E8849C;
  border-color: #E8849C!important;
  box-shadow: none !important;
  /* stylelint-enable */
}
#contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.7em + 0.75rem + 4px);
    padding: 0.375rem 1.125rem;
    font-weight: 400;
    line-height: 1.7;
    color: #020202;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E8849C;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/********** Form Styles End **********/

/********** Testimonial Section **********/


.testimonial-1 .testimonial-details {
  position: relative;
  padding: 16px 40px;
  background-color: transparent;
  text-align:center;
}
.date{
font-weight: 600;
}
.owl-theme .owl-dots{
text-align:center;
padding: 0 50px;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-left: 6px;
  background-color: transparent;
  border: 3px solid transparent;
  transition: all 0.1s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span::before {
  background-color: #E8849C;
}
 .testimonial-1 .testimonial-details::before {
   display: none;
  }
.owl-theme .owl-dots .owl-dot.active span {
  border-color: #E8849C;
  background-color: #E8849C;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0.5rem;
}
.testimonial-slider .h4{
font-family: 'inter', sans-serif;
line-height: 1.4;
font-size: 1.25rem;
font-weight: 300;
}
.testimonial-1 .tesimonial-name {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
.testimonial-slider .h4{
font-size: 1.1rem;
}
}
@media only screen and (max-width: 599px) {
.owl-theme .owl-dots{
display:none;
}
.testimonial-1 .testimonial-details {
 padding: 16px 15px;
}
.date{
display:block;
}
}
/********** Testimonial Section End **********/


.contact-links a{
color: #020202;
}
.contact-links a i{
margin-right: 10px;
}
.contact-links a:hover{
color: #666666;
text-decoration: underline;
}
@media only screen and (max-width: 991px){
.contact-links {
padding-top: 50px;
padding-bottom: 50px;
}
}