@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --white-color: #ffffff; /** var(--white-color) **/
  --black-color: #231f20; /** var(--black-color) **/
  --primary-color: #ee2123; /** var(--primary-color) **/
  --secondary-color: #0f4e8c; /** var(--secondary-color) **/
  --light-color: #939598; /** var(--light-color) **/
  --primary-font: "Poppins", sans-serif; /** var(--primary-font) **/
  --secondary-font: "Roboto", sans-serif; /** var(--secondary-font) **/
}
:root {
  --uc-blue: #287797;
  --uc-logo-blue: #098dc4;
  --uc-yellow: #e8b900;
  --uc-ink: #15171a;
}
/*==================================:: WOW CSS Start ::==================================*/
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(10%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-10%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(10%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -10%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
/*==================================:: WOW CSS End ::==================================*/

/*==================================:: Magnific Popup CSS Start ::==================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  display: block !important;
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: var(--white-color);
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*==================================:: Magnific Popup CSS End ::==================================*/

/*Slick Slider Css Start*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 0.063rem;
}
.slick-initialized .slick-slide {
  display: block;
  list-style: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.063rem solid transparent;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 0;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  font-size: 0;
  color: var(--white-color);
  background: none;
  border: 0.063rem solid var(--primary-color);
  cursor: pointer;
  opacity: 1;
  outline: none;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-arrow.slick-prev {
  left: 1rem;
}
.slick-arrow.slick-next {
  right: 1rem;
}
.slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-size: 0.875rem auto !important;
}
.slick-arrow.slick-prev:after {
  background: url(../images/prev-icon.png) no-repeat center;
}
.slick-arrow.slick-next:after {
  background: url(../images/next-icon.png) no-repeat center;
}
.slick-arrow:hover {
  opacity: 1;
  outline: none;
  border-color: var(--title-color);
  background: var(--title-color);
}
.slick-dots {
  display: block;
  margin: 50px auto 0 auto;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots li button {
  display: block;
  width: 17px;
  height: 17px;
  font-size: 0;
  padding: 0;
  background: transparent;
  position: relative;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.slick-dots li button:before {
  content: "\f26c";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  line-height: 0;
  color: var(--secondary-color);
}
.slick-dots li.slick-active button:focus,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button {
  outline: none;
  box-shadow: none;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
  box-shadow: none;
}
.slick-dots li.slick-active button:before {
  content: "\f26f";
}
/*Slick Slider Css End*/

/* Loading */
.loader-wrap {
  background: var(--black-color);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.loader-wrap .spinner {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 50px;
  margin: auto;
  height: 50px;
}
.loader-wrap .double-bounce1,
.loader-wrap .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.loader-wrap .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader-wrap p {
  top: 50%;
  left: 50%;
  position: absolute;
  color: var(--white-color);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: -30px !important;
  font-weight: 600;
  margin-top: 30px !important;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ===== RESET ================================================== */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  display: block;
  height: 0.063rem;
  max-width: 100%;
  border: 0;
  border-top: 0.063rem solid var(--secondary-color);
  margin: 1.25rem 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote {
  padding-left: 0.938rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 0.25rem solid var(--primary-color);
  margin-bottom: 1.875rem;
  background: rgba(238, 33, 35, 0.1);
}

/* ===== GLOBAL ================================================== */
body {
  font-family: var(--secondary-font);
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--secondary-color);
  background: #fff;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  transition: all 0.4s ease;
}
:focus {
  text-decoration: none;
  outline: none;
}
a {
  text-decoration: none;
  color: var(--primary-color);
  outline: none;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
a:focus {
  outline: 0;
  outline: none;
}
hr {
  display: block;
  height: 0.125rem;
  max-width: 100%;
  border: 0;
  border-top: 0.063rem solid #e8e8e9;
  margin: 3.75rem 0;
  padding: 0;
  opacity: 1;
}

/* Ul Li & Ol Li CSS */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0.938rem;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: var(--black-color);
  font-weight: 500;
  font-family: var(--primary-font);
}
li a {
  color: var(--primary-color);
}
.entry-content li a {
  text-decoration: underline;
}
.entry-content li a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.entry-content ul,
.entry-content ol {
  display: inline-block;
  padding: 0;
  margin: 0 0 1.875rem 0;
}
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul,
.entry-content ol ol {
  display: block;
  margin-top: 0.625rem;
}
.entry-content ul li {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  position: relative;
}
.entry-content ul li:last-child {
  margin-bottom: 0;
}
.entry-content ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--black-color);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 12px;
}
.entry-content ol {
  margin-left: 0;
  counter-reset: item;
}
.entry-content li li {
  padding-left: 0.875rem;
  list-style: none !important;
}
.entry-content ol li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin: 0 0 10px 0;
  padding-left: 2rem;
  position: relative;
}
.entry-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
  position: absolute;
  left: 0;
}
/* 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--black-color);
  font-family: var(--primary-font);
  line-height: 1;
  letter-spacing: 0.025em;
  margin: 0 0 15px;
}
.h1,
h1 {
  font-size: 48px;
  line-height: normal;
  font-weight: 400;
}
h2 {
  font-size: 36px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 36px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
h4 {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
h5 {
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.025em;
}
h6 {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
} */

img.alignleft,
img.alignright {
  border: solid 1px #ccc;
  padding: 5px;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
img.alignright {
  margin: 0 0 15px 15px;
  float: right;
}

p {
  font-family: var(--secondary-font);
  font-size: 1.13rem;
  line-height: 36px;
  color: var(--black-color);
  font-weight: 400;
  letter-spacing: 0.025em;
  margin: 0 0 15px;
}
p:last-child {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
}

section *:last-child {
  margin-bottom: 0;
}
.container {
  max-width: 101.688rem;
  max-width: calc(
    1640px + calc((20 * 1px) + (139 - 20) * ((1920px - 320px) / (1920 - 320))) *
      2
  );
  padding: 0;
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-right: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  margin: 0 auto;
}
.img-cover {
  width: 100%;
  height: auto;
}
.img-cover video,
.img-cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.button,
.btn {
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  min-width: 180px;
  background: var(--black-color);
  border: 0;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--primary-font);
  cursor: pointer;
  letter-spacing: 0.025em;
  text-align: center;
  position: relative;
  height: 50px;
  line-height: 50px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: none !important;
}
.button:hover,
.button.alt:hover,
.btn:hover,
.button:focus,
.button.alt:focus,
.btn:focus,
.button:active,
.button.alt:active,
.btn:active {
  background: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
}
.red-btn {
  background: var(--primary-color);
}
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
  background: var(--black-color);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/** Header Start **/
body {
  /* padding-top: 150px; */
  transition: all ease 0.5s;
}
body.header-fixed {
  padding-top: 120px;
}
#header {
  z-index: 9;
  padding: 20px 0;
  transition: all ease 0.5s;
  background: var(--white-color);
  border-bottom: solid 1px transparent;
}
.header-fixed #header {
  padding: 10px 0;
  border-bottom-color: var(--secondary-color);
}
.logo a img,
.logo a {
  display: block;
}
.logo a img {
  transition: all ease 0.5s;
  height: 70px;
}
.header-fixed .logo a img {
  height: 60px;
}
.header-top {
  justify-content: flex-end;
}
.header-top .phone-block {
  margin-right: 40px;
}
.header-top .phone-block strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--secondary-font);
  letter-spacing: 0.025em;
  margin-right: 5px;
  color: var(--secondary-color);
}
.header-top .phone-block a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--secondary-font);
  letter-spacing: 0.025em;
  color: var(--black-color);
}
.header-top .phone-block a i {
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  margin-right: 5px;
  color: var(--secondary-color);
}
.header-top .phone-block a:hover {
  color: var(--secondary-color);
}
.social li {
  line-height: normal;
  margin-right: 25px;
}
.social li:last-child {
  margin: 0;
}
.social li a {
  color: var(--secondary-color);
  display: block;
  line-height: 24px;
  font-size: 20px;
}
.social li a:hover {
  color: var(--primary-color);
}
.header-bottom {
  padding-top: 20px;
  transition: all ease 0.5s;
}
.header-fixed .header-bottom {
  padding-top: 10px;
}
.header-right-menu #navigation ul li {
  margin-left: 55px;
  background: transparent;
  padding: 0;
}
.header-right-menu #navigation ul li:first-child {
  margin-left: 0px;
}
.header-right-menu #navigation ul li a {
  display: block;
  padding: 0 15px;
  position: relative;
  font-size: 15px;
  line-height: 50px;
  font-family: var(--primary-font);
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.header-right-menu #navigation ul li.menu-item-has-children a {
  padding-right: 30px;
}
.header-right-menu #navigation ul li.dropdonwn-menu:after {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: var(--black-color);
}
.header-right-menu #navigation ul li a:before,
.header-right-menu #navigation ul li a:after {
  content: "--";
  position: absolute;
  color: var(--primary-color);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.header-right-menu #navigation ul li a:after {
  left: auto;
  right: 0;
}
.header-right-menu #navigation ul li.current-menu-item a:before,
.header-right-menu #navigation ul li.current-menu-item a:after,
.header-right-menu #navigation ul li a:hover:before,
.header-right-menu #navigation ul li a:hover:after,
.header-right-menu #navigation ul li a.active:before,
.header-right-menu #navigation ul li a.active:after,
.header-right-menu #navigation ul li:hover a:before,
.header-right-menu #navigation ul li:hover a:after {
  opacity: 1;
  visibility: visible;
}
.header-right-menu #navigation ul li a:hover,
.header-right-menu #navigation ul li.current-menu-item a,
.header-right-menu #navigation ul li.current-menu-parent a,
.header-right-menu #navigation ul li:hover a {
  color: var(--primary-color);
}
.header-right-menu #navigation ul li.menu-item-has-children {
  position: relative;
}
.header-right-menu #navigation ul li.menu-item-has-children .sub-menu-toggle {
  display: none;
}
.header-right-menu #navigation ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  margin: 0;
  padding: 10px 0;
  background: var(--primary-color);
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
.header-right-menu #navigation ul li.menu-item-has-children .sub-menu li {
  margin: 0 0 5px 0;
}
.header-right-menu #navigation ul li.menu-item-has-children .sub-menu li a {
  color: var(--white-color);
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 15px;
}
.header-right-menu
  #navigation
  ul
  li.menu-item-has-children
  .sub-menu
  li:last-child {
  margin: 0;
}
.header-right-menu
  #navigation
  ul
  li.menu-item-has-children
  .sub-menu
  li
  a:hover,
.header-right-menu #navigation ul li .sub-menu li.current-menu-item a {
  color: var(--black-color);
}
.header-right-menu #navigation ul li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-right-menu #navigation ul li.two-col-item .sub-menu {
  width: 580px;
  display: flex;
  flex-wrap: wrap;
}
.header-right-menu #navigation ul li.two-col-item .sub-menu li {
  width: 50%;
}
.header-right-menu #navigation ul li.two-col-item .sub-menu li a {
  white-space: nowrap;
  width: 100%;
}
.header-right-menu .btn {
  margin-left: 50px;
}
.mobile-icon {
  display: none;
}

/** Hero Section Start **/
.hero-slider {
  line-height: 0;
}
.hero-slider .hero-bg-image img {
  clip-path: polygon(0 0, 85% 0, 70% 100%, 0% 100%);
}
.hero-slider .hero-bg-image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--white-color);
  width: 30%;
}
.hero-slider .right-image {
  margin-left: auto;
  width: 760px;
  height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider .right-image .img-box {
  width: 500px;
  height: 500px;
}
.hero-slider .right-image .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hero-section .caption {
  top: 50%; /*transform: translateY(-50%);*/
}
.hero-section .caption .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-section .caption .banner-content {
  max-width: 490px;
}
.hero-section .caption .banner-content h1 {
  color: var(--white-color);
}
.hero-section .caption .banner-content h2 {
  color: var(--white-color);
  margin-bottom: 30px;
  text-transform: inherit;
  font-size: 34px;
}

.hero-slider .slick-arrow {
  left: 50%;
  bottom: 15px;
  top: auto;
  transform: inherit;
  width: 50px;
  height: 50px;
  background: #4087cd;
  border: 0;
  margin-left: -150px;
}
.hero-slider .slick-next.slick-arrow {
  margin-left: -90px;
}
.hero-slider .slick-arrow:hover {
  background: #ee2123;
}
.hero-slider .slick-active .banner-content {
  animation: fadeInLeft 1s both 1.5s;
}
.hero-slider .slick-active .right-image {
  animation: fadeInRight 1s both 1.5s;
}
.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  height: 6px;
  background: var(--black-color);
  overflow: hidden;
}
.hero-slider .slick-dots li button:before {
  display: none;
}
.hero-slider .slick-dots li {
  float: left;
  width: 0px;
  height: 5px;
  background: var(--primary-color);
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0;
}
.hero-slider .slick-dots li.slick-active {
  width: 100%;
  animation: ProgressDots 5s both;
}
.slick-active .hero-bg-image img {
  animation: fadezoom 5s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

/** Home Section 1 Start **/
.home-section1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--primary-color);
  height: 325px;
}
.white-text h2,
.white-text p {
  color: var(--white-color);
}
.home-section1 .title-row {
  margin-bottom: 40px;
}
.home-section1 .card-block {
  margin: 0 -20px;
}
.home-section1 .card-block .card-item {
  padding: 0 20px;
  width: 25%;
}
.home-section1 .card-block .card-item .pd-image {
  background: var(--white-color);
  width: 100%;
  padding: 40px 30px;
}
.home-section1 .card-block .card-item .pd-image img {
  object-fit: scale-down;
  padding: 20px;
}
.home-section1 .card-block .card-item .pd-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 16px 40px;
  border-bottom: solid 4px var(--secondary-color);
  text-transform: uppercase;
  color: var(--black-color);
  min-height: 80px;
  background: var(--white-color);
}
.home-section1 .card-block .card-item .pd-title:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

/** Home Section 2 Start **/
.home-section2 .title-row h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-section2 .title-row h2 strong {
  color: var(--secondary-color);
}
.home-section2 .title-row h5 {
  text-transform: uppercase;
  margin-bottom: 35px;
}
.home-section2 .card-block {
  padding: 50px 0;
}
.home-section2 .card-block .card-item {
  border-right: solid 1px #e6e7e9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-section2 .card-block .card-item:last-child {
  border: 0;
}
.home-section2 .card-block .card-item .counter-count {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: normal;
}
.home-section2 .btn-row .btn {
  min-width: 200px;
}

/** Home Section 3 Start **/
.home-section3 {
  background: #e6e7e9;
}
.home-section3 .title-row {
  padding: 0 5%;
}
.home-section3 .card-block {
  margin-top: 15px;
}
.home-section3 .card-block .card-item {
  margin-top: 30px;
}
.home-section3 .card-block .card-item p {
  font-weight: 500;
  margin-top: 15px;
  line-height: 24px;
}

/** Home Section 4 Start **/
.home-section4 .title-row {
  margin-bottom: 50px;
}
.app-slider {
  margin: 0 -20px;
}
.app-slider .card-item {
  padding: 0 20px;
  margin-top: 75px;
}
.app-slider .card-item .card-box {
  border: solid 1px #e6e7e9;
  transition: all ease 0.5s;
}
.app-slider .card-item .card-box:hover {
  border-color: var(--primary-color);
}
.app-slider .card-item .card-box .logo-box {
  width: 150px;
  height: 150px;
  transition: all ease 0.5s;
  margin: -75px auto 0;
  position: relative;
  background: var(--white-color);
  border: solid 1px #e6e7e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-slider .card-item .card-box:hover .logo-box {
  border-color: var(--primary-color);
}
.app-slider .card-item .card-box .title-box {
  text-align: center;
  transition: all ease 0.5s;
  padding: 20px 15px 40px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--black-color);
  font-weight: 700;
}
.app-slider .card-item .card-box:hover .title-box {
  color: var(--secondary-color);
}
.app-slider .card-item .card-box .logo-box img {
  max-width: 65px;
}

/** Home Section 5 Start **/
.home-section5 {
  background: var(--black-color);
}
.home-section5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: var(--primary-color);
}
.home-section5 .left-block .form-block {
  max-width: 500px;
}
.home-section5 .left-block .form-block .form-row {
  margin-bottom: 10px;
}
.home-section5 .left-block .form-block .form-row input,
.home-section5 .left-block .form-block .form-row textarea {
  padding: 0 20px;
  height: 50px;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
  letter-spacing: 0.025em;
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.home-section5 .left-block .form-block .form-row .form-box {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.home-section5 .left-block .form-block .form-row .form-box:last-child {
  margin: 0;
}
.home-section5 .left-block .form-block .form-row textarea {
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
}
.home-section5 .left-block .form-block .form-row.action {
  position: relative;
  margin: 0;
}
.home-section5 .left-block .form-block .form-row.action .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.home-section5 .left-block .form-block .form-row.action .btn {
  border-radius: 30px;
  max-width: 160px;
  color: var(--white-color);
  font-size: 15px;
}
.home-section5 .left-block .form-block .form-row.action .btn:hover,
.home-section5 .left-block .form-block .form-row.action .btn:focus,
.home-section5 .left-block .form-block .form-row.action .btn:active {
  background: var(--white-color);
  color: var(--black-color);
}
.home-section5 .left-block h2 {
  margin-bottom: 50px;
}
.home-section5 .right-block {
  padding-left: 79px;
}
.home-section5 .right-block h2 {
  margin-bottom: 10px;
}
.home-section5 .right-block strong {
  font-weight: 600;
  text-transform: uppercase;
}
.home-section5 .right-block p {
  line-height: 24px;
}
.home-section5 .right-block .red-btn:hover,
.home-section5 .right-block .red-btn:focus,
.home-section5 .right-block .red-btn:active {
  background: var(--white-color);
  color: var(--black-color);
}
.home-section5 .left-block .form-block .wpcf7-not-valid-tip {
  color: var(--white-color);
  font-size: 16px;
  letter-spacing: 0.025em;
}
.home-section5 .left-block .form-block .wpcf7-response-output {
  margin: 15px 0 0 0;
  text-align: center;
  color: var(--white-color);
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
}

/** Home Section 6 Start **/
.home-section6 .title-row {
  margin-bottom: 50px;
}
.choose-slider .slide-item {
  padding: 0 30px;
}
.choose-slider .slide-item .icon-box {
  max-width: 126px;
  margin: 0 auto;
}
.choose-slider .slide-item strong {
  display: block;
  margin: 20px 0 25px 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: var(--black-color);
  min-height: 48px;
}
.choose-slider .slide-item p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

/** Footer start **/
#footer {
  padding-top: 100px;
  padding-bottom: 80px;
  background: var(--black-color);
}
.footer-top {
  margin-bottom: 100px;
}
.footer-top .f-logo {
  display: inline-block;
}
.footer-top h6 {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.footer-top .info-row {
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
}
.footer-top .info-row i {
  color: var(--primary-color);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 20px;
}
.footer-top .info-row a,
.footer-top .info-row p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--light-color);
  line-height: 28px;
  display: inline-block;
}
.footer-top .info-row p strong {
  display: block;
  color: var(--primary-color);
  font-weight: 500;
}
.footer-top .info-row:first-child {
  margin-top: 0;
}
.footer-top .info-row.phone-row a {
  font-size: 22px;
}
.footer-top .info-row.phone-row i {
  font-size: 24px;
}
.footer-top .info-row a:hover {
  color: var(--primary-color);
}
.footer-top .f-col2 {
  padding-left: 60px;
}
.footer-top ul li {
  line-height: normal;
  margin-top: 5px;
}
.footer-top ul li a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--light-color);
  text-transform: uppercase;
}
.footer-top .social li {
  margin: 0 0 10px 0;
}
.footer-top .social li:last-child {
  margin: 0;
}
.footer-top .social li a {
  width: 50px;
  height: 50px;
  background: var(--light-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black-color);
  margin-left: auto;
  font-size: 20px;
}
.footer-top .social li a:hover {
  background: var(--primary-color);
}
.copright .left-block p {
  color: var(--light-color);
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.copright .left-block p a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--light-color);
}
.copright .left-block p a:hover {
  color: var(--primary-color);
}
.copright .right-block ul {
  display: flex;
  flex-wrap: wrap;
}
.copright .right-block ul li {
  position: relative;
  padding-left: 28px;
  margin-left: 28px;
  line-height: normal;
}
.copright .right-block ul li:first-child {
  margin: 0;
  padding: 0;
}
.copright .right-block ul li:first-child:before {
  display: none;
}
.copright .right-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: var(--light-color);
}
.copright .right-block ul li a {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: var(--light-color);
  font-weight: 500;
}
.copright .right-block ul li a:hover,
.copright .right-block ul li.current-menu-item a,
.footer-top ul li a:hover,
.footer-top ul li.current-menu-item a {
  color: var(--primary-color);
}

/** Contact Us page start **/
.contact-section1 .info-block .info-row {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.contact-section1 .info-block .info-row.email-row {
  margin: 0;
}
.contact-section1 .info-block .info-row i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--primary-color);
  font-size: 20px;
  line-height: 20px;
}
.contact-section1 .info-block .info-row p,
.contact-section1 .info-block .info-row a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--black-color);
}
.contact-section1 .info-block .info-row p strong {
  display: block;
}
.contact-section1 .info-block .info-row a:hover {
  color: var(--primary-color);
}
.map-block {
  height: 350px;
}
.map-block p {
  height: 100%;
}
.map-block p iframe {
  width: 100%;
  max-height: 100% !important;
}
.contact-section2 {
  background: #e6e7e9;
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}
.contact-form form .form-row.action {
  width: 100%;
  margin: 30px 0 0 0;
  position: relative;
  text-align: center;
}
.contact-form h2 {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form .form-row {
  margin-bottom: 20px;
}
.contact-form .form-row input,
.contact-form .form-row textarea {
  padding: 0 20px;
  height: 50px;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
  letter-spacing: 0.025em;
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-form .form-row:last-child {
  margin: 0;
}
.contact-form .left-block {
  width: 50%;
  padding: 0 10px;
}
.contact-form .right-block {
  width: 50%;
  padding: 0 10px;
}
.contact-form .form-row textarea {
  height: 190px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-form .right-block .wpcf7-form-control-wrap {
  height: 0;
  display: block;
}
.contact-form .form-row .wpcf7-not-valid-tip {
  margin: 0;
  font-size: 14px;
  line-height: normal;
}
.contact-form form .form-row.action .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.contact-form form .form-row.action .btn {
  width: auto;
  color: var(--white-color);
  font-size: 15px;
}

/** Back to top **/
.back-to-top {
  position: fixed;
  right: 140px;
  bottom: 60px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  font-size: 42px;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/** Inner page Start **/
.inner-banner .banner-wrapper {
  top: 50%;
  transform: translateY(-50%);
}
.inner-banner .banner-bg-img {
  height: 250px;
}
.inner-banner .banner-wrapper h1 {
  color: var(--white-color);
}

/** 404 page Start **/
.error404 .banner-bg-img {
  background: url("../images/hero-bg1.jpg") no-repeat center center;
}

/** category page Start **/
.category-section1:before {
  display: none;
}
.category-section1 .card-block .card-item .pd-title {
  transition: all ease 0.5s;
}
.category-section1 .card-block .card-item .item-box:hover .pd-title {
  background: var(--secondary-color);
  color: var(--white-color);
}
.category-section1 .card-block .card-item {
  margin: 20px 0;
}
.category-section1 .card-block .card-item .stretched-link {
  cursor: zoom-in;
}

/** Products Modal Start **/
.pd-info-modal {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.pd-info-modal .mfp-close {
  background: var(--white-color);
  opacity: 1;
  top: -45px;
  right: -44px;
  color: var(--secondary-color);
  font-size: 30px;
  border: solid 1px var(--white-color);
  transition: all ease 0.5s;
}
.pd-info-modal .mfp-close:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}
.pd-info-modal .modal-wrapper .modal-content {
  flex-direction: row;
  border: 0;
  border-radius: 0;
  padding: 30px;
  align-items: flex-start;
}
.pd-info-modal .pd-img-block {
  width: 220px;
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
.pd-info-modal .pd-info-block {
  width: 520px;
}
.pd-info-modal .pd-info-block .pd-title {
  background: var(--secondary-color);
  padding: 10px 30px;
  text-align: right;
  font-size: 16px;
  color: var(--white-color);
  font-weight: bold;
  border-radius: 0 15px 0 0;
}
.pd-info-modal .pd-info-block .pd-table-content table {
  width: 100%;
}
.pd-info-modal .pd-info-block .pd-table-content table thead tr th {
  font-size: 15px;
  font-weight: 700;
  color: var(--black-color);
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
  background: #becdd4;
  line-height: 24px;
}
.pd-info-modal .pd-info-block .pd-table-content table thead tr th:last-child {
  border-radius: 0 0 15px 0;
}
.pd-info-modal .pd-info-block .pd-table-content table tbody tr {
  border: 0;
}
.pd-info-modal .pd-info-block .pd-table-content table tbody tr td {
  border-right: solid 1px #becdd4;
  border-bottom: solid 1px #becdd4;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
  padding: 5px 10px;
  line-height: 20px;
}
.pd-info-modal .pd-info-block .pd-table-content table tbody tr td:last-child {
  border-right: 0;
}
.pd-info-modal .pd-info-block .pd-table-content {
  padding-left: 30px;
}
.pd-info-modal .pd-info-block .pd-table-content table thead tr th sub {
  display: block;
  bottom: 0;
  line-height: normal;
  font-size: 11px;
}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/

@media screen and (max-width: 1599px) {
  /* .h1,
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 22px;
  } */
  .entry-content ol,
  .entry-content ul {
    margin-bottom: 15px;
  }
  .entry-content ol li,
  .entry-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  /** Hero Section Start **/
  .hero-slider .right-image {
    height: 400px;
    width: 500px;
  }
  .hero-slider .right-image .img-box {
    width: 400px;
    height: 400px;
  }
  .hero-section .caption .banner-content {
    max-width: 700px;
  }
  .hero-section .caption .banner-content h1 br {
    display: none;
  }
  .hero-section .caption .banner-content h2 {
    font-size: 30px;
  }
  .home-section1.py-lg-5 {
    padding-top: 0rem !important;
  }

  /** Home Section 4 Start **/
  .app-slider {
    margin: 0 -15px;
  }
  .app-slider .card-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1365px) {
  /** Hero Section Start **/
  .hero-section .caption .banner-content {
    max-width: 600px;
  }
}

@media screen and (max-width: 1199px) {
  /* .h1,
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 31px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  h6 {
    font-size: 19px;
    line-height: 28px;
  } */
  .slick-dots {
    margin-top: 30px;
  }

  /** Header Start **/
  body {
    padding-top: 140px;
  }
  .header-right-menu #navigation ul li {
    margin-left: 30px;
  }
  .header-right-menu .btn {
    margin-left: 30px;
  }

  /** Hero Section Start **/
  .hero-section .caption .banner-content {
    max-width: 500px;
  }
  .hero-slider .right-image {
    height: 413px;
    width: 450px;
  }
  .hero-slider .right-image .img-box {
    width: 300px;
    height: 300px;
  }
  .hero-section .caption .banner-content h2 {
    font-size: 28px;
  }

  /** Home Section 1 Start **/
  .home-section1 .card-block {
    margin: 0 -10px;
  }
  .home-section1 .card-block .card-item {
    padding: 0 10px;
  }
  .home-section1 .card-block .card-item .pd-title {
    padding: 15px 15px;
    font-size: 16px;
  }

  /** Home Section 2 Start **/
  .home-section2 .title-row h5 {
    margin-bottom: 20px;
  }
  .home-section2 .card-block .card-item .counter-count {
    font-size: 42px;
  }

  /** Home Section 4 Start **/
  .home-section4 .title-row {
    margin-bottom: 40px;
  }
  .app-slider {
    margin: 0 -10px;
  }
  .app-slider .card-item {
    padding: 0 10px;
    margin-top: 60px;
  }
  .app-slider .card-item .card-box .logo-box {
    width: 120px;
    height: 120px;
    margin-top: -60px;
  }
  .app-slider .card-item .card-box .logo-box img {
    max-width: 50px;
  }
  .app-slider .card-item .card-box .title-box {
    padding: 15px 15px 25px;
    font-size: 16px;
  }

  /** Home Section 5 Start **/
  .home-section5 .left-block h2 {
    margin-bottom: 30px;
  }
  .home-section5 .right-block {
    padding-left: 12px;
  }

  /** Home Section 6 Start **/
  .home-section6 .title-row {
    margin-bottom: 30px;
  }
  .choose-slider .slide-item strong {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  /** Footer start **/
  #footer {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .footer-top {
    margin-bottom: 50px;
  }
  .footer-top .f-col2 {
    padding-left: 20px;
  }
  .footer-top h6 {
    font-size: 17px;
  }
  .footer-top .info-row.phone-row a {
    font-size: 20px;
  }
  .footer-top .info-row.phone-row i {
    font-size: 22px;
  }
  .footer-top .info-row a,
  .footer-top .info-row p {
    font-size: 15px;
  }
  .footer-top .info-row {
    padding-left: 25px;
    margin-top: 15px;
  }
  .footer-top ul li a {
    font-size: 15px;
  }
  .copright .left-block p {
    font-size: 15px;
  }
  .copright .right-block ul li a {
    font-size: 15px;
  }

  /** Inner page Start **/
  .inner-banner .banner-bg-img {
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  /* .h1,
  h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  h6 {
    font-size: 18px;
  } */
  /* p {
    font-size: 17px;
    line-height: 24px;
  } */
  .button,
  .btn {
    font-size: 14px;
    min-width: 160px;
    height: 45px;
    line-height: 45px;
  }
  hr {
    margin: 1.25rem 0;
  }

  /** Header start **/
  body,
  body.header-fixed {
    padding-top: 81px;
  }
  #header,
  .header-fixed #header {
    padding: 10px 0;
    border-bottom: solid 1px #bbbdc0;
  }
  .logo a img,
  .header-fixed .logo a img {
    height: 60px;
  }
  .mobile-icon {
    display: block !important;
    width: 30px;
    padding: 0;
    height: 26px;
    border: 0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
  }
  .mobile-icon span {
    display: block;
    position: relative;
    background: var(--primary-color);
    height: 2px;
    top: 13px;
  }
  .open-nav .mobile-icon span {
    background: transparent;
  }
  .mobile-icon span:after,
  .mobile-icon span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    top: -10px;
    transition: all ease 0.5s;
  }
  .mobile-icon span:before {
    top: auto;
    bottom: -10px;
  }
  .open-nav .mobile-icon {
    position: relative;
    z-index: 99999;
  }
  .open-nav .mobile-icon span:before {
    transform: rotate(-45deg);
    bottom: 0;
  }
  .open-nav .mobile-icon span:after {
    transform: rotate(45deg);
    top: 0;
  }
  .header-bottom {
    position: fixed;
    left: 0;
    right: 0;
    transition: all ease 0.5s;
    top: 81px;
    height: calc(100% - 81px);
    background: var(--white-color);
    z-index: 999;
    padding: 20px 0;
    flex-direction: column;
    justify-content: flex-start !important;
    display: flex;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    align-items: center;
  }
  .open-nav .header-bottom {
    opacity: 1;
    visibility: visible;
  }
  .header-right-menu {
    display: flex;
    align-items: center;
  }
  .header-top .phone-block {
    margin-right: 20px;
  }
  .header-top .phone-block strong {
    font-size: 17px;
  }
  .header-top .phone-block a {
    font-size: 17px;
  }
  .header-top .phone-block a i {
    font-size: 18px;
  }
  .social li {
    margin-right: 15px;
  }
  .header-top {
    margin-right: 30px;
  }
  #navigation {
    width: 100%;
  }
  #navigation ul {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .header-right-menu #navigation ul li {
    margin: 0;
    display: block;
    line-height: normal;
  }
  .header-right-menu #navigation ul li a {
    font-size: 16px;
    line-height: 45px;
    padding: 0 15px;
    display: inline-block;
  }
  .header-right-menu .btn {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    min-width: 160px;
    height: 45px;
    line-height: 45px;
    position: static;
    transform: inherit;
    margin-left: 0;
  }
  .header-right-menu #navigation ul li.menu-item-has-children .sub-menu-toggle {
    display: inline-block;
    border: 0;
    background: transparent;
    position: absolute;
    right: 50px;
    top: 8px;
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .header-right-menu
    #navigation
    ul
    li.menu-item-has-children
    .sub-menu-toggle
    span {
    display: none;
  }
  .header-right-menu
    #navigation
    ul
    li.menu-item-has-children
    .sub-menu-toggle:after {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
    font-size: 24px;
    display: inline-block;
    color: var(--black-color);
  }
  .header-right-menu
    #navigation
    ul
    li.menu-item-has-children
    .sub-menu-toggle.open-nav:after {
    transform: rotate(180deg);
  }
  .header-right-menu #navigation ul li.dropdonwn-menu:after {
    display: none;
  }
  .header-right-menu ul li.menu-item-has-children .sub-menu {
    position: relative;
    width: auto;
    left: auto;
    display: none;
  }
  .header-right-menu
    #navigation
    ul
    li.menu-item-has-children
    .sub-menu-toggle.open-nav
    + .sub-menu {
    display: block;
    position: static;
    width: 100%;
    background: transparent;
  }
  .header-right-menu #navigation ul li.menu-item-has-children .sub-menu li {
    margin: 0;
    line-height: 0;
  }
  .header-right-menu #navigation ul li.menu-item-has-children .sub-menu li a {
    padding: 0;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    color: var(--black-color);
  }
  .header-right-menu
    #navigation
    ul
    li.menu-item-has-children
    .sub-menu
    li
    a:before,
  .header-right-menu
    #navigation
    ul
    li.menu-item-has-children
    .sub-menu
    li
    a:after {
    display: none;
  }
  .header-right-menu
    #navigation
    ul
    li.menu-item-has-children
    .sub-menu
    li
    a:hover,
  .header-right-menu #navigation ul li .sub-menu li.current-menu-item a {
    color: var(--primary-color);
  }

  /** Hero Section Start **/
  .hero-section .caption {
    position: relative !important;
    top: 0;
    transform: inherit;
  }
  .hero-slider .hero-bg-image img {
    clip-path: inherit;
  }
  .hero-slider .right-image {
    background: #e6e7e9 !important;
    border: solid 5px var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    height: 450px;
    margin: 30px auto 0;
  }
  .hero-section .slide-item {
    padding: 40px 0 60px 0;
  }
  .hero-section .caption .banner-content {
    max-width: 100%;
    text-align: center;
  }
  .hero-section .caption .banner-content h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .hero-section .caption .container {
    flex-wrap: wrap;
  }
  .hero-slider .hero-bg-image:after {
    display: none;
  }
  .hero-slider .slick-arrow {
    margin-left: -35px;
    bottom: 10px;
    width: 35px;
    height: 35px;
  }
  .hero-slider .slick-next.slick-arrow {
    margin-left: 10px;
  }
  .slick-arrow:after {
    width: 35px;
    height: 35px;
    background-size: 10px auto !important;
  }

  /** Home Section 1 Start **/
  .home-section1:before {
    height: 220px;
  }
  .home-section1 .title-row {
    margin-bottom: 30px;
  }
  .home-section1 .card-block .card-item .pd-image {
    padding: 15px;
  }
  .home-section1 .card-block .card-item .pd-title {
    font-size: 15px;
    padding: 10px 10px;
  }
  .home-section1 .card-block .card-item .pd-image img {
    padding: 10px;
  }

  /** Home Section 2 Start **/
  .home-section2 .card-block {
    padding: 40px 0;
  }
  .home-section2 .card-block .card-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-section2 .card-block .card-item .counter-count {
    font-size: 36px;
    margin-bottom: 5px;
  }

  /** Home Section 3 Start **/
  .home-section3 .card-block {
    margin: 0;
  }
  .home-section3 .card-block .card-item p {
    margin-top: 10px;
  }

  /** Footer start **/
  #footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer-top .f-col2 {
    padding-left: 12px;
  }
  .footer-top h6 {
    margin-bottom: 15px;
  }
  .footer-top .f-col3,
  .footer-top .f-col4 {
    margin-top: 30px;
  }
  .footer-top .social {
    display: flex;
  }
  .footer-top .social li {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .footer-top {
    margin-bottom: 30px;
  }
  .copyright-wrapper {
    text-align: center;
  }
  .copright .right-block {
    order: -1;
    margin-bottom: 10px;
  }
  .copright .right-block ul {
    justify-content: center;
  }
  .copright .right-block ul li {
    margin-left: 15px;
    padding-left: 15px;
  }

  /** Contact Us page start **/
  .contact-section1 .info-block .info-row p,
  .contact-section1 .info-block .info-row a {
    font-size: 15px;
  }
  .contact-section1 .info-block .info-row p br {
    display: none;
  }

  /** Products Modal Start **/
  .pd-info-modal {
    margin-top: 40px;
  }
  .pd-info-modal .mfp-close {
    right: 0;
    top: -31px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pd-info-modal .modal-wrapper .modal-content {
    padding: 15px;
  }
}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width: 767px) {
  /* .h1,
  h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 18px;
    margin-bottom: 10px;
  } */
  /* p {
    font-size: 16px;
    margin-bottom: 15px;
  } */
  .slick-dots {
    margin: 20px auto 0 auto;
  }
  .entry-content ol li,
  .entry-content ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .entry-content ol li {
    padding-left: 1.25rem;
  }

  /** Header start **/
  .header-top .phone-block strong {
    display: none;
  }
  .header-top .phone-block a {
    font-size: 0;
    width: 35px;
    height: 35px;
    border: solid 1px var(--secondary-color);
    display: inline-block;
    border-radius: 50%;
    padding: 5px 0;
    text-align: center;
  }
  .header-top .phone-block a i {
    margin: 0;
    font-size: 20px;
  }
  .header-top {
    align-items: center;
    margin-right: 20px;
  }

  /** Home Section 1 Start **/
  .home-section1 .card-block {
    flex-wrap: wrap;
  }
  .home-section1 .card-block .card-item {
    width: 50%;
    margin: 15px 0;
  }
  .home-section1 .title-row {
    margin-bottom: 10px;
  }

  /** Home Section 2 Start **/
  .home-section2 .title-row h5 {
    margin-bottom: 15px;
  }
  .home-section2 .title-row h2 {
    margin-bottom: 10px;
  }
  .home-section2 .card-block .card-item:nth-child(2n + 2) {
    border: 0;
  }
  .home-section2 .card-block .card-item {
    padding: 15px;
    margin: 10px 0;
  }
  .home-section2 .card-block .card-item .counter-count {
    font-size: 30px;
  }
  .home-section2 .card-block {
    padding: 30px 0;
  }

  /** Home Section 4 Start **/
  .home-section4 .title-row {
    margin-bottom: 30px;
  }
  .app-slider .card-item .card-box .title-box {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
  }

  /** Home Section 5 Start **/
  .home-section5 .left-block h2 {
    margin-bottom: 20px;
  }
  .home-section5 .left-block .form-block .form-row input,
  .home-section5 .left-block .form-block .form-row textarea {
    padding: 0 15px;
    font-size: 12px;
    height: 40px;
  }
  .home-section5 .left-block .form-block .form-row {
    flex-wrap: wrap;
  }
  .home-section5 .left-block .form-block .form-row .form-box {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .home-section5 .left-block .form-block .form-row.action .btn {
    max-width: 100%;
    font-size: 14px;
  }
  .home-section5 .left-block .form-block .form-row textarea {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .home-section5 .right-block {
    margin-top: 30px;
    padding: 30px 15px 48px;
    background: var(--black-color);
  }
  .home-section5:before {
    width: 100%;
  }
  .home-section5 .row {
    margin: 0 -15px;
  }
  .home-section5 .left-block {
    padding: 0 15px;
  }
  .home-section5,
  .home-section5 .container {
    padding-bottom: 0 !important;
  }
  .home-section5 .left-block .form-block .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  .home-section5 .left-block .form-block .wpcf7-response-output {
    font-size: 14px;
    line-height: normal;
  }

  /** Footer start **/
  #footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-top {
    text-align: center;
  }
  .footer-top .f-logo {
    max-width: 200px;
  }
  .footer-top .footer > div {
    border-bottom: solid 1px var(--light-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .footer-top h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-top .info-row {
    margin-top: 10px;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .footer-top .info-row i {
    position: static;
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px;
  }
  .footer-top .info-row.phone-row a {
    font-size: 18px;
  }
  .footer-top .f-col3,
  .footer-top .f-col4 {
    margin-top: 0;
  }
  .footer-top ul li a {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
  }
  .footer-top .social {
    justify-content: center;
  }
  .footer-top .social li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .footer-top {
    margin-bottom: 0;
  }
  .copright .left-block p {
    font-size: 14px;
    line-height: normal;
  }

  .back-to-top {
    right: 20px;
    bottom: 50px;
  }

  /** Contact Us page start **/
  .contact-section1 .info-block .info-row {
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .map-block {
    margin-top: 30px;
    height: 200px;
  }
  .contact-form h2 {
    margin-bottom: 20px;
  }
  .contact-form .left-block {
    padding: 0;
    width: 100%;
  }
  .contact-form .right-block {
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
  .contact-form .form-row {
    margin-bottom: 10px;
  }
  .contact-form .form-row input,
  .contact-form .form-row textarea {
    height: 40px;
    padding: 0 15px;
    font-size: 12px;
  }
  .contact-form .form-row textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
  }
  .contact-form .right-block .wpcf7-form-control-wrap {
    height: auto;
  }
  .contact-form form .form-row.action {
    margin-top: 10px;
  }
  .contact-form form .form-row.action .btn {
    min-width: 140px;
  }

  /** Inner page Start **/
  .inner-banner .banner-bg-img {
    height: 150px;
  }

  /** Products Modal Start **/
  .pd-info-modal .pd-img-block {
    width: 150px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
  }
  .pd-info-modal .pd-info-block {
    width: calc(100% - 150px);
  }
  .pd-info-modal .pd-info-block .pd-title {
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 0 5px 0 0;
  }
  .pd-info-modal .pd-info-block .pd-table-content {
    padding-left: 15px;
  }
  .pd-info-modal .pd-info-block .pd-table-content table thead tr th {
    font-size: 13px;
    padding: 5px 5px;
    line-height: normal;
  }
  .pd-info-modal .pd-info-block .pd-table-content table tbody tr td {
    padding: 3px 5px;
    font-size: 12px;
  }
  .pd-info-modal .pd-info-block .pd-table-content table thead tr th:last-child {
    border-radius: 0 0 5px 0;
  }
}

/*View :: 320px ::*/
@media screen and (max-width: 575px) {
  /* .h1,
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 16px;
  } */
  /* p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  } */
  .button,
  .btn {
    height: 40px;
    line-height: 40px;
  }
  section ol li,
  section ul li {
    font-size: 17px;
    line-height: 24px;
  }
  .entry-content ul li {
    margin-bottom: 5px;
  }
  .entry-content ul li:before {
    top: 10px;
  }
  img.alignleft,
  img.alignright {
    margin: 10px 0;
    width: 100%;
  }

  /** Header star **/
  .header-top .social {
    display: none !important;
  }
  .header-top .phone-block {
    margin: 0;
  }
  .header-top {
    margin-right: 10px;
  }
  .header-top .phone-block a {
    width: 30px;
    height: 30px;
    padding: 2px 0;
  }
  .header-top .phone-block a i {
    font-size: 18px;
  }
  .logo a img,
  .header-fixed .logo a img {
    height: 50px;
  }
  body,
  body.header-fixed {
    padding-top: 71px;
  }
  .header-bottom {
    top: 71px;
    height: calc(100% - 71px);
  }

  /** Hero Section Start **/
  .hero-slider .right-image {
    width: 290px;
    height: 290px;
  }
  .hero-slider .right-image .img-box {
    width: 200px;
    height: 200px;
  }
  .hero-section .caption .banner-content h2 {
    font-size: 22px;
  }
  .hero-slider .slick-dots {
    height: 3px;
  }

  /** Home Section 1 Start **/
  .home-section1 .card-block .card-item {
    width: 100%;
  }
  .home-section1 .card-block .card-item .pd-title {
    min-height: auto;
    padding: 15px 10px;
  }

  /** Home Section 2 Start **/
  .home-section2 .card-block {
    padding: 20px 0;
    margin: 0;
  }
  .home-section2 .card-block .card-item {
    padding: 0 12px 15px;
    border-right: 0;
    border-bottom: solid 1px #e6e7e9;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .home-section2 .card-block .card-item:last-child {
    padding-bottom: 0;
  }
  .home-section2 .btn-row .btn {
    min-width: 180px;
  }

  /** Home Section 3 Start **/
  .home-section3 .card-block .card-item .icon-box {
    max-width: 100px;
    margin: 0 auto;
  }
  .home-section3 .card-block .card-item p br {
    display: none;
  }

  /** Home Section 4 Start **/
  .app-slider .card-item .card-box .logo-box {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
  .app-slider .card-item .card-box .logo-box img {
    max-width: 45px;
  }
  .app-slider .card-item {
    margin-top: 50px;
  }

  /** Home Section 6 Start **/
  .choose-slider .slide-item {
    padding: 0;
  }
  .choose-slider .slide-item .icon-box {
    max-width: 100px;
  }
  .choose-slider .slide-item strong {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: auto;
  }
  .choose-slider .slide-item p {
    font-size: 14px;
    line-height: 22px;
  }

  /** Inner page Start **/
  .inner-banner-content {
    height: 120px;
  }

  /** Products Modal Start **/
  .pd-info-modal .modal-wrapper .modal-content {
    flex-direction: column;
  }
  .pd-info-modal .pd-img-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .pd-info-modal .pd-info-block {
    width: 100%;
  }
  .pd-info-modal .pd-info-block .pd-title {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    text-align: center;
  }
  .pd-info-modal .pd-info-block .pd-table-content {
    padding: 0 0 10px 0;
  }
}

.header {
  background: #fff;
}
.header-inner {
  max-width: 91.111rem;
  margin: 0 auto;
  display: flex;
}
.brand-area {
  max-width: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.brand-logo {
  display: inline-flex;
}
.header-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.utility-bar {
  width: 100%;
  display: flex;
  background: #296d8e;
}

.utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 32px;
  background: var(--uc-blue);
  color: #fff;
}
.utility-links,
.phone-numbers,
.primary-nav ul {
  display: flex;
  align-items: center;
}
.utility-links {
  gap: 49px;
}
.utility-links a,
.primary-nav a {
  color: inherit;
  text-decoration: none;
}
.utility-links a {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.phone-numbers {
  gap: 22px;
  white-space: nowrap;
  font-size: 23px;
}
.phone-numbers strong {
  color: var(--uc-yellow);
  font-size: 27px;
  letter-spacing: 1px;
}
.primary-nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 66px 0 25px;
}
.primary-nav ul {
  justify-content: flex-end;
  gap: 42px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.primary-nav a {
  display: block;
  color: var(--uc-ink);
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}
.primary-nav a:hover,
.primary-nav .active a {
  color: var(--uc-yellow);
}
.primary-nav .active a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 11px 1px 0;
  border-radius: 50%;
  background: var(--uc-yellow);
  vertical-align: middle;
}
.primary-nav > span,
.navbar-toggle {
  display: none;
}

.urgent-care-home-hero {
  position: relative;
  padding-top: calc((0 * 1px) + (300 - 0) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (0 * 1px) + (300 - 0) * ((100vw - 320px) / (1920 - 320))
  );
}
.urgent-care-home-hero .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.urgent-care-home-hero .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
}
.hero-left {
  width: 50%;
}
.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-content strong {
  font-family: var(--secondary-font);
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  color: #fff;
}
.hero-content .hero-title {
  font-size: 90px;
  letter-spacing: 0;
  line-height: 1.06;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 21px;
  font-family: var(--primary-font);
}
.btn-section {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.btn-v1:not(:hover) {
  color: #ffffff;
  border-color: #f5c80a;
}
.btn-v1 {
  position: relative;
  padding: 0.7em 1.5em;
  z-index: 1;
  transition:
    color 0.5s ease 0s,
    border-color 0.25s ease 0s;
  border-right-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-left-width: 2px;
  font-size: 0.89em;
  letter-spacing: 0.005rem;
  line-height: 2.13;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--primary-font);
}
.btn-v1 span {
  font-size: 0.89rem;
  letter-spacing: 0.005rem;
  line-height: 2.13;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-v1::before,
.btn-v1::after,
.lt-bg .bg-bx.ulk-bg .btn-v1::before,
.lt-bg .bg-bx.ulk-bg .btn-v1::after {
  background-color: #e5e5e5;
}

.btn-v1::before {
  left: 0;
  top: 0;
}
.btn-v1::before,
.btn-v1::after {
  content: "";
  width: 0%;
  height: 2px;
  transition:
    width 0.25s ease-in 0.25s,
    height 0.25s ease-out 0s,
    background-color 1s ease 0s;
  position: absolute;
  z-index: -1;
}
.btn-v1::after {
  right: 0;
  bottom: 0;
}
.btn-v1::before,
.btn-v1::after {
  content: "";
  width: 0%;
  height: 2px;
  transition:
    width 0.25s ease-in 0.25s,
    height 0.25s ease-out 0s,
    background-color 1s ease 0s;
  position: absolute;
  z-index: -1;
}
.btn-v1:hover {
  color: #333333 !important;
  border-color: #e5e5e5 !important;
}
.btn-v1:not(.no-hover):hover::before,
.btn-v1:not(.no-hover):focus::before,
a:hover .btn-v1:not(.no-hover)::before,
a:focus .btn-v1:not(.no-hover)::before,
.btn-v1:not(.no-hover):hover::after,
.btn-v1:not(.no-hover):focus::after,
a:hover .btn-v1:not(.no-hover)::after,
a:focus .btn-v1:not(.no-hover)::after {
  width: 100%;
  height: 100%;
  transition:
    width 0.25s ease-out 0s,
    height 0.25s ease-in 0.25s,
    background-color 0.25s ease 0s;
}
.btn-v1:hover {
  color: #333333 !important;
}

.btn-v1.btn-blue:not(:hover) {
  color: #333333 !important;
}
.btn-v1.btn-blue::before,
.btn-v1.btn-blue::after {
  background-color: #3993bf;
}
.btn-v1.btn-blue:hover {
  color: #ffffff !important;
}
.btn-v1:not(.no-hover):hover,
.btn-v1:not(.no-hover):focus,
a:hover .btn-v1:not(.no-hover),
a:focus .btn-v1:not(.no-hover) {
  transition:
    color 0.25s ease 0.3s,
    border-color 0.5s ease 0s;
}

.homesection-2 {
  padding-top: calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))
  );
  background: #f8f8f8;
}

.homesection-2 h3 {
  color: #296d8e;
  font-size: 2.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: var(--primary-font);
  text-align: center;
  margin: 0 0 10px;
}
.homesection-2 h4 {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  color: #296d8e;
  text-align: center;
  margin: 0 0 40px;
}

.homesection-2 .icon-box-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: calc(100% + 2rem);
  flex-wrap: wrap;
}
.homesection-2 .icon-box-section .icon-box-wrap {
  width: calc(25% - 2rem);
}
.homesection-2 .icon-box {
  background: #1787bd;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 325px;
}
.homesection-2 .icon-box svg {
  height: 1em;
  width: 1em;
  fill: #fff;
}
.homesection-2 .icon-box svg {
  width: 3rem;
  height: 3rem;
}
.homesection-2 .icon-box strong {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  color: #dbb200;
}

.homesection-3 {
  position: relative;
  padding: 110px 0;
  text-align: right;
  background: #f8f8f8;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
}

.homesection-3 .container {
  position: relative;
  z-index: 1;
}
.homesection-3 .location-left {
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  text-align: left;
}
.homesection-3 .location-areamain {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.homesection-3 .location-area {
  width: 50%;
}
.homesection-3 .location-map {
  width: calc(50% - 5.7%);
}
.homesection-3 .location-map picture {
  width: 100%;
  height: 100%;
  display: block;
}
.homesection-3 .location-map picture.lmap {
  position: relative;
}
.homesection-3 .location-map picture.lmap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.homesection-3 .location-map picture.lmap::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.homesection-3 .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.homesection-3 .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
}
.loc-heading {
  margin: 0 0 50px;
}
.loc-heading h4 {
  letter-spacing: 0rem;
  line-height: 100%;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: var(--primary-font);
}
.loc-lst {
  display: flex;
  width: 100%;
}
.loc-lst ul {
  display: flex;
  width: 100%;
  gap: 30px;
}
.loc-lst ul li {
  display: flex;
  flex-direction: column;
  font-family: var(--secondary-font);
  width: 48%;
}
.loc-lst ul li strong {
  color: #f8f8f8;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  font-family: var(--primary-font);
  margin: 0 0 10px;
}
.loc-lst ul li address {
  text-transform: capitalize;
  letter-spacing: 0rem;
  line-height: 1.8;
  font-size: 0.86rem;
  color: #f8f8f8;
  font-weight: 400;
  margin: 0 0 10px;
}
.loc-lst ul li .tel-map {
  display: flex;
  flex-direction: column;
}
.loc-lst ul li .tel-map a.tellink {
  font-size: 23.4px;
  color: #dbb200;
  font-weight: 400;
  margin: 0 0 10px;
}

.loc-lst ul li .tel-map a.btn-v1 {
  text-align: center;
  margin: 0;
  line-height: 1rem;
}
.loc-lst ul li .tel-map a.btn-v1 span {
  line-height: 1rem;
}

.week-hrs {
  display: flex;
  margin: 30px 0 0 0;
}
.week-hrs ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.week-hrs ul li {
  display: flex;
  flex-direction: row;
  font-family: var(--secondary-font);
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  width: 100%;
}
.week-hrs ul li strong {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-family: var(--secondary-font);
}
.homesection-3::after {
  content: "";
  background: #fff;
  width: 15%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.homesection-4 {
  position: relative;
  padding: 0 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.homesection-4 .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.homesection-4 .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
}
.homesection-4 .container {
  position: relative;
}
.homesection-4 h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0 0 30px 0;
}
.homesection-4 h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #dbb200;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.homesection-4 p {
  letter-spacing: 0rem;
  line-height: 1.89;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.homesection-4 p a {
  color: #aedef2;
}
.homesection-4 p a:hover {
  color: #fff;
}

.homesection-4 p + p {
  margin-top: 2.4rem;
}
.homesection-4 .btn-bx {
  display: flex;
  margin: 20px 0 0 0;
}
.homesection-4 .hc-img img {
  width: 720px;
}

.homesection-5 {
  position: relative;
  background: #fff;
  padding: 0 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}

.homesection-5 .home-why-heading {
  margin: 0 0 50px;
}
.homesection-5 .home-why-heading p {
  color: #296d8e;
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0;
}

.homesection-5 .home-why-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
  position: relative;
  z-index: 1;
}
.homesection-5 .home-why-leftpart {
  width: 54%;
  max-width: 620px;
  margin: 0 auto 0 0;
}
.homesection-5 .home-why-leftpart p {
  color: #333333;
}

.homesection-5 .home-why-leftpart .hwl-list ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 12px;
  row-gap: 12px;
}
.homesection-5 .home-why-leftpart .hwl-list ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  width: 48%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--secondary-font);
}
.homesection-5 .home-why-leftpart .hwl-list ul li a {
  color: #dbb200;
}
.homesection-5 .home-why-leftpart .hwl-list ul li a:hover {
  color: #333;
}
.homesection-5 .home-why-leftpart .hwl-list ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}
.homesection-5 .home-why-leftpart .hwl-list hr {
  border-top: 0.1rem solid #333;
  margin: 1.75rem 0;
}
.homesection-5 .home-why-leftpart .hwl-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.homesection-5 .home-why-leftpart .hwl-content p a {
  color: #dbb200;
}
.homesection-5 .home-why-leftpart .hwl-content p a:hover {
  color: #333;
}

.homesection-5 .home-why-rightpart {
  width: 47%;
}
.homesection-5 .home-why-rightpart img {
  width: 744px;
}
.homesection-5::after {
  content: "";
  background: #1787bd;
  width: 15%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.home-section-6 {
  position: relative;
  padding: 0;
  background: #f8f8f8;
}
.home-section-6 .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  text-align: right;
}
.home-section-6 .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
  /* height: 100%; */
}
.home-section-6-wrap {
  margin-left: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2
  );
  position: relative;
}
.tcm {
  max-width: calc(
    91.111rem +
      calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2
  );
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-right: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
}
.home-section-6 .testi-container-main{padding-left: 0;}
.home-section-6 .testi-container {
  position: relative;
  background: #296d8e;
  width: calc(52% - 5.7%);
  /* width:100%;
  max-width: 410px; */
  margin: 0;
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-right: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
}
.testi-container-main {
  padding-top: calc((50 * 1px) + (50 - 50) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (50 * 1px) + (50 - 50) * ((100vw - 320px) / (1920 - 320))
  );
}

.home-section-6 .testi-container .testi-box {
}

.home-section-6 .testi-container .testi-box .testi-heading {
  position: relative;
  padding: 1rem 0;
}
.home-section-6 .testi-container .testi-box .testi-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.611rem;
  height: 3px;
  background: #dbb200;
}
.home-section-6 .testi-container .testi-box .testi-heading strong {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: var(--primary-font);
}
.home-section-6 .testi-container .testi-box .testi-content blockquote {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 0;
  margin-bottom: 1.875rem;
  background: transparent;
}
.home-section-6 .testi-container .testi-box .testi-content blockquote p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.1rem;
}
.home-section-6 .testi-container .testi-box .testi-content blockquote span {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-weight: 700;
  font-family: var(--primary-font);
}
.home-section-6 .testi-container .testi-box .testi-content .btn-bx {
  display: flex;
}

.homesection-7 {
  position: relative;
  padding: 0 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.homesection-7 .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.homesection-7 .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
}
.homesection-7 .container {
  position: relative;
}

.homesection-7 .contact-section {
  position: relative;
  display: flex;
  gap: 0;
  justify-content: space-between;
}

.homesection-7 .contact-section .contact-leftpart {
  position: relative;
  padding: 0;
  width: calc(50% - 5.7%);
  margin: 0 0;
}
.homesection-7 .contact-section .contact-leftpart .clheading {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
.homesection-7 .contact-section .contact-leftpart .clheading h4 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}
.homesection-7 .contact-section .contact-leftpart .clheading strong {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  color: #296d8e;
  text-align: center;
}
.homesection-7 .contact-section .contact-rightpart {
  position: relative;
  padding: 0;
  width: calc(50% - 5.7%);
  margin: 0 0;
}
.homesection-7 .contact-section .contact-rightpart .criconsec {
  background: #296d8e;
  padding: 90px 35px;
}
.homesection-7 .contact-section .contact-rightpart .criconsec ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.homesection-7 .contact-section .contact-rightpart .criconsec ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.homesection-7 .contact-section .contact-rightpart .criconsec ul li div {
  height: 4rem;
  width: 4rem;
}
.homesection-7 .contact-section .contact-rightpart .criconsec ul li svg {
  height: 100%;
  width: 100%;
  fill: #fff;
}
.homesection-7 .contact-section .contact-rightpart .criconsec ul li strong {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
  width: 66%;
}

.homesection-7 .contact-section .contact-rightpart .crheading h3 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px 0;
}
input,
textarea,
select {
  border: 0;
  width: 100%;
  height: 100%;
  outline: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  line-height: inherit;
  text-transform: none;
  background-color: transparent;
}
.lt-bg .input-text,
.dk-bg .bg-bx.ulk-bg .inp-sgt,
.dk-bg .bg-bx.ulk-bg .input-text {
  border-color: rgba(0, 0, 0, 0.1);
  color: #333333;
  background: #f8f8f8;
}
.input-text {
  width: 100%;
  font-size: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background-clip: padding-box !important;
  transition:
    background-color var(--g-trn-sp) var(--g-trn-tf) 0s,
    border-color var(--g-trn-sp) var(--g-trn-tf) 0s,
    color var(--g-trn-sp) var(--g-trn-tf) 0s;
  position: relative;
}
.sel svg {
  right: 1.5rem;
  font-size: 1rem;
  position: absolute;
  pointer-events: none;
  color: #1787bd;
}
.sel svg {
  height: 1em;
  width: 1em;
  fill: #1787bd;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  outline: none;
}

.homesection-7 .contact-section .contact-leftpart .contactwrap ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.homesection-7 .contact-section .contact-leftpart .contactwrap ul li.half {
  width: calc(50% - 16px);
}
.homesection-7 .contact-section .contact-leftpart .contactwrap ul li.full {
  width: 100%;
}
.homesection-7 .contact-section .contact-leftpart .contactwrap .btn-sec {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.homesection-7 .contact-section .contact-leftpart .contactwrap label {
  font-size: 14px;
  text-align: left;
  font-family: var(--secondary-font);
}
.homesection-7
  .contact-section
  .contact-leftpart
  .contactwrap
  .btn-sec
  .btn-v1 {
  border-top: 0;
  border-bottom: 0;
}
.lt-bg .btn-v1::before,
.lt-bg .btn-v1::after {
  background-color: #3993bf;
}
.lt-bg .btn-v1 {
  color: #333333;
}
.lt-bg .btn-v1:hover {
  color: #fff !important;
}

.blogsection {
  position: relative;
  padding: 0 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.blogsection .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.blogsection .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
}
.blogsection .container {
  position: relative;
}
.blogsection .blogsection-inner {
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  max-width: 540px;
}
.blogsection .blogsection-inner .blog-heading {
  margin: 0 0 50px 0;
}
.blogsection .blogsection-inner .blog-heading h4 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}
.blogsection .blogsection-inner .bloglist-section ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blogsection .blogsection-inner .bloglist-section ul li {
  background: #296d8e;
  padding: 40px 40px;
}
.blogsection .blogsection-inner .bloglist-section ul li .blog-box strong {
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-weight: 700;
  color: #dbb200;
  margin: 0 0 15px;
  display: flex;
}
.blogsection .blogsection-inner .bloglist-section ul li .blog-box .blog-desc {
  font-size: 1rem;
  letter-spacing: 0rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--secondary-font);
}
.blogsection .blogsection-inner .bloglist-section ul li .blog-box a.btn-v1 {
  display: inline-flex;
  margin: 10px 0 0 0;
}
.blogsection .blogsection-inner .btn-bx {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.banner-section {
  position: relative;
  padding: 0;
  padding-top: calc((40 * 1px) + (206 - 40) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (40 * 1px) + (213 - 40) * ((100vw - 318px) / (1920 - 320))
  );
}
.banner-section .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.banner-section .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
}
.banner-section .banner-heading {
  position: relative;
  width: 40%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.banner-section .banner-heading strong {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.about-content-section {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
}
.about-content-section .abc-heading h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0 0 30px 0;
  font-family: var(--primary-font);
}
.about-content-section .abc-heading h1 strong {
  font-weight: 700;
}
.about-content-section .abc-heading h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.about-content-section .abc-content p a {
  color: #dbb200;
  word-break: break-all;
}
.about-content-section .abc-content h3 {
  letter-spacing: 0rem;
  line-height: 1.56rem;
  font-size: 1.5rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.about-content-section .abc-content hr {
  border-top: 0.1rem solid #333;
  margin: 1.75rem 0;
}

.about-cta-section {
  padding: 0;
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}

.about-cta-section h3 {
  color: #296d8e;
  font-size: 2.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: var(--primary-font);
  text-align: center;
  margin: 0 0 10px;
}
.about-cta-section h4 {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  color: #296d8e;
  text-align: center;
  margin: 0 0 40px;
}
.about-cta-section .abicon-box-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: calc(100% + 2rem);
  flex-wrap: wrap;
}
.about-cta-section .abicon-box-section .abicon-box-wrap {
  width: calc(25% - 2rem);
}

.about-cta-section .abicon-box-section .abicon-box-wrap .icon-box {
  background: #1787bd;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.about-cta-section .abicon-box-section .abicon-box-wrap .icon-box svg {
  height: 1em;
  width: 1em;
  fill: #fff;
}
.about-cta-section .abicon-box-section .abicon-box-wrap .icon-box svg {
  width: 3rem;
  height: 3rem;
}
.about-cta-section .abicon-box-section .abicon-box-wrap .icon-box strong {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  color: #dbb200;
}

.reviews-section-left {
  position: relative;
  padding: 0;
  background: #f8f8f8;
}
.reviews-section-left .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.reviews-section-left .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
  /* height: 100%; */
}
.reviews-section-left-wrap {
  margin-right: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2
  );
  position: relative;
}
.reviews-section-left-wrap .rsl {
  max-width: calc(
    91.111rem +
      calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2
  );
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-right: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
}
.reviews-section-left .testi-container {
  position: relative;
  background: #296d8e;
  width: calc(56% - 5.7%);
  /* width:100%;
  max-width: 410px; */
  margin: 0;
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-right: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
}
.testi-container-main {
  padding-top: calc((50 * 1px) + (50 - 50) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (50 * 1px) + (50 - 50) * ((100vw - 320px) / (1920 - 320))
  );
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
}
.reviews-section-left .testi-container .testi-box .testi-heading {
  position: relative;
  padding: 1rem 0;
}
.reviews-section-left .testi-container .testi-box .testi-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.611rem;
  height: 3px;
  background: #dbb200;
}
.reviews-section-left .testi-container .testi-box .testi-heading strong {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: var(--primary-font);
}
.reviews-section-left .testi-container .testi-box .testi-content blockquote {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 0;
  margin-bottom: 1.875rem;
  background: transparent;
}
.reviews-section-left .testi-container .testi-box .testi-content blockquote p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.1rem;
}
.reviews-section-left
  .testi-container
  .testi-box
  .testi-content
  blockquote
  span {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-weight: 700;
  font-family: var(--primary-font);
}
.reviews-section-left .testi-container .testi-box .testi-content .btn-bx {
  display: flex;
}
.reviews-section-left .testi-container .testi-box .testi-content .btn-bx {
  display: flex;
}

.team-section {
  background-color: #296d8e;
  padding: 0;
  padding-top: calc((40 * 1px) + (206 - 40) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (40 * 1px) + (213 - 40) * ((100vw - 318px) / (1920 - 320))
  );
}
.team-section .team-heading {
  margin: 0 0 80px 0;
}
.team-section .team-heading h3 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
}
.team-section .team-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.team-section .team-wrapper ul li {
  width: calc(33.333% - 2rem);
}
.team-section .team-wrapper ul li .teaminfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0 0 0;
}
.team-section .team-wrapper ul li strong {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-weight: 700;
  font-family: var(--primary-font);
  text-align: center;
}
.team-section .team-wrapper ul li span {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: center;
  margin: 20px 0 0 0;
}
.team-section .btn-bx {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}
.team-section .team-wrapper ul li picture {
  position: relative;
}
.team-section .team-wrapper ul li picture::after {
  padding-bottom: 100%;
  content: "";
  display: block;
  width: 100%;
}
.team-section .team-wrapper ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.review-page-section {
  background: #f8f8f8;
  padding: 0;
  padding-top: calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))
  );
}
ul.review-page-list {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
ul.review-page-list li.review-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: calc(100% - 2rem);
}
ul.review-page-list li.review-box ul.review-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
ul.review-page-list li.review-box ul.review-box-wrap li.review-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

ul.review-page-list li.review-box ul.review-box-wrap li.review-list {
  width: 100%;
  background: #fff;
  padding: 80px 55px;
}

ul.review-page-list li.review-box ul.review-box-wrap li .rtg-icn ul {
  display: flex;
  margin: 0 0 20px 0;
  gap: 8px;
}
ul.review-page-list li.review-box ul.review-box-wrap li .rtg-icn ul li {
  display: flex;
}
ul.review-page-list li.review-box ul.review-box-wrap li .rtg-icn ul li svg {
  width: 27px;
  height: 27px;
  color: #ffd80a;
  fill: #ffd80a;
}

ul.review-page-list li.review-box ul.review-box-wrap li.review-list strong {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #1787bd;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px 0;
}
ul.review-page-list li.review-box ul.review-box-wrap li.review-list p {
  font-size: 1.13rem;
  line-height: 2rem;
  color: #000;
  margin: 0 0 40px 0;
  max-height: 21rem;
  padding-right: 6%;
  overflow: auto;
}
ul.review-page-list
  li.review-box
  ul.review-box-wrap
  li.review-list
  .client-info
  strong {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9rem;
  font-weight: 400;
  color: #1787bd;
  font-family: var(--secondary-font);
}

ul.review-page-list li.review-box ul.review-box-wrap li.review-list svg.ftr-i {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 7%;
  z-index: 2;
  font-size: 2.67rem;
}

ul.review-page-list
  li.review-box
  ul.review-box-wrap
  li.review-list
  svg.ftr-i
  path.fill-button {
  fill: #1787bd;
}
ul.review-page-list
  li.review-box
  ul.review-box-wrap
  li.review-list
  svg.ftr-i
  .fill-white {
  fill: #fff;
}

.career-section {
  background: #f8f8f8;
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.career-section .career-section-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: space-between;
}
.career-section .career-section-wrap .career-section-right {
  width: 50%;
}
.career-section .career-section-wrap .career-section-left {
  width: calc(50% - 5.7%);
}

.nav-box {
  background: #1787bd;
  padding: 0;

  padding-left: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-right: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
}
.nav-box .nav-heading {
  position: relative;
  margin: 0 0 65px 0;
}
.nav-box .nav-heading::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 3.611rem;
  height: 3px;
  background: #dbb200;
}
.nav-box .nav-heading strong {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #f8f8f8;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
/* .nav-box nav.nav-bx ul li {
  padding: 10px 0;
}
.nav-box nav.nav-bx ul li a {
  padding-left: 1rem;
  transform: translateX(-1rem);
  transition: all .3s ease 0s;
  color: #fff;
  position: relative;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #f8f8f8;
  font-weight: 400;
}
.nav-box nav.nav-bx ul li a:hover {
  transform: translateX(0);
}
.nav-box nav.nav-bx ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 3s ease 0s;
  background-color: #dbb200;
}
.nav-box nav.nav-bx ul li a:hover::before {
  opacity: 1;
} */
/* ===== NEW SIDEBAR MENU ===== */

.nav-box nav.nav-bx ul{
    list-style:none;
    margin:0;
    padding:0;
}

.nav-box nav.nav-bx ul li{
    padding:10px 0;
    overflow:visible;
}

.nav-box nav.nav-bx ul li a{
    display:inline-block;
    position:relative;

    padding-left:22px;

    color:#fff;
    font-size:1.5rem;
    line-height:2.5rem;
    font-weight:400;
    text-decoration:none;

    transform:translateX(0);
    transition:all .35s ease;
}

.nav-box nav.nav-bx ul li a::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#DBB200;

    transform:translateY(-50%);
    opacity:0;
    transition:all .35s ease;
}

/* Hover */

.nav-box nav.nav-bx ul li:hover a{
    transform:translateX(18px);
}

.nav-box nav.nav-bx ul li:hover a::before{
    opacity:1;
}

/* Active */

/* ===== ACTIVE SIDEBAR ITEM ===== */

.nav-box nav.nav-bx ul li.current-menu-item > a,
.nav-box nav.nav-bx ul li.current_page_item > a,
.nav-box nav.nav-bx ul li.current_page_parent > a,
.nav-box nav.nav-bx ul li.active > a{

    color:#fff !important;
    font-weight:700;
    font-size:1.65rem;
    line-height:2.5rem;

    transform:translateX(18px) !important;
    -webkit-transform:translateX(18px) !important;

    transition:all .35s ease;
}

.nav-box nav.nav-bx ul li.current-menu-item > a::before,
.nav-box nav.nav-bx ul li.current_page_item > a::before,
.nav-box nav.nav-bx ul li.current_page_parent > a::before,
.nav-box nav.nav-bx ul li.active > a::before{

    opacity:1 !important;
    background:#DBB200;
}

/* Keep active state even on hover */

.nav-box nav.nav-bx ul li.current-menu-item:hover > a,
.nav-box nav.nav-bx ul li.current_page_item:hover > a,
.nav-box nav.nav-bx ul li.current_page_parent:hover > a,
.nav-box nav.nav-bx ul li.active:hover > a{

    color:#fff !important;
    transform:translateX(18px) !important;
}

.nav-box nav.nav-bx ul li.current-menu-item:hover > a::before,
.nav-box nav.nav-bx ul li.current_page_item:hover > a::before,
.nav-box nav.nav-bx ul li.current_page_parent:hover > a::before,
.nav-box nav.nav-bx ul li.active:hover > a::before{

    opacity:1 !important;
}

/* ===== END ACTIVE SIDEBAR ITEM ===== */
.career-section .career-section-wrap .career-section-right .career-heading {
  margin: 0 0 20px 0;
}
.career-section .career-section-wrap .career-section-right .career-heading h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.career-section .career-section-wrap .career-section-right .career-heading h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #dbb200;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}

.common-content ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.common-content ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1.5rem 0;
  color: #333;
  line-height: 1.35rem;
  font-size: 1.13rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.common-content ul li:last-child {
  margin: 0;
}
.common-content ul li::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}
.common-content p {
  margin: 0 0 20px;
}
.common-content p a, .common-content ul li a {
  color: #dbb200;
}
.common-content hr {
  border-top: 0.1rem solid #333;
  margin: 1.75rem 0;
}

.common-content h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 2rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.common-content h3 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--primary-font);
}

.career-review {
  background: #1787bd;
  padding: 0;
  padding-top: calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))
  );
}
.career-review .crpage-wrap {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
}
.career-review .crpage-wrap .crpage-left {
  width: calc(50% - 5.7%);
}
.career-review .crpage-wrap .crpage-left img {
  width: 100%;
}
.career-review .crpage-wrap .crpage-right {
  width: 50%;
}

.crpage-review-box {
  margin: 20px 0 0 0;
}
ul.crpage-review-box-wrap {
  display: flex;
  flex-direction: row;
  gap: 0;
}
ul.crpage-review-box-wrap li.crpage-review-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.crpage-review-box-wrap li.crpage-review-list ul.crpage-star-listing {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
ul.review-page-list li.review-box ul.review-box-wrap li.review-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

ul.review-page-list li.review-box ul.review-box-wrap li.review-list {
  width: 100%;
  background: #fff;
  padding-left: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.4
  );
  padding-right: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.4
  );
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
}

.crpage-review-box
  ul.crpage-review-box-wrap
  li.crpage-review-list
  .crpage-rtg-icn
  ul.crpage-star-listing {
  display: flex;
  margin: 0;
  gap: 8px;
  flex-direction: row;
}
.crpage-review-box
  ul.crpage-review-box-wrap
  li.crpage-review-list
  .crpage-rtg-icn
  ul.crpage-star-listing
  li {
  display: flex;
}
.crpage-review-box
  ul.crpage-review-box-wrap
  li.crpage-review-list
  .crpage-rtg-icn
  ul.crpage-star-listing
  li
  svg {
  width: 27px;
  height: 27px;
  color: #ffd80a;
  fill: #ffd80a;
}

.career-review-heading h3 {
  color: #fff;
  font-size: 2.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: var(--primary-font);
  text-align: left;
  margin: 0 0 10px;
}
.career-review-heading h4 {
  letter-spacing: 0rem;
  line-height: 2rem;
  font-size: 1.75rem;
  color: #dbb200;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}

.crpage-review-box ul.crpage-review-box-wrap li.crpage-review-list p {
  font-size: 1.333rem;
  letter-spacing: 0;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--primary-font);
}
.crpage-review-box ul.crpage-review-box-wrap li.crpage-review-list span {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 700;
  color: #dbb200;
}

.pr-section {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.pr-section .pr-section-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: space-between;
}
.pr-section .pr-section-wrap .pr-section-right {
  width: 50%;
}
.pr-section .pr-section-wrap .pr-section-left {
  width: calc(50% - 5.7%);
}

.pr-section .pr-section-wrap .pr-section-right .pr-heading {
  margin: 0 0 20px 0;
}
.pr-section .pr-section-wrap .pr-section-right .pr-heading h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.pr-section .pr-section-wrap .pr-section-right .pr-heading h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}

.what-we-section {
  padding: 0;
  padding-top: calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))
  );
}
.what-we-section .what-we-section-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: space-between;
}
.what-we-section .what-we-section-wrap .what-we-section-right {
  width: 50%;
}
.what-we-section .what-we-section-wrap .what-we-section-left {
  width: calc(50% - 5.7%);
}

.what-we-section .what-we-section-wrap .what-we-section-right .what-we-heading {
  margin: 0 0 20px 0;
}
.banner-section .banner-heading span {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size:1.75rem;
  color: #dbb200;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.what-we-section
  .what-we-section-wrap
  .what-we-section-right
  .what-we-heading
  h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.what-we-section
  .what-we-section-wrap
  .what-we-section-right
  .what-we-heading
  h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 2rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}

.medical-services-section {
  padding: 0;
  padding-top: calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(
    (50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))
  );
}
.medical-services-section .medical-services-section-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: space-between;
}
.medical-services-section
  .medical-services-section-wrap
  .medical-services-section-right {
  width: 50%;
}
.medical-services-section
  .medical-services-section-wrap
  .medical-services-section-left {
  width: calc(50% - 5.7%);
}

.medical-services-section
  .medical-services-section-wrap
  .medical-services-section-right
  .medical-services-heading {
  margin: 0 0 20px 0;
}
.medical-services-section
  .medical-services-section-wrap
  .medical-services-section-right
  .medical-services-heading
  h1 {
  letter-spacing: 0rem;
  line-height: 3rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.medical-services-section
  .medical-services-section-wrap
  .medical-services-section-right
  .medical-services-heading
  h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}

.about-content-section .container {
  max-width: calc(
    64.404rem +
      calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2
  );
}
.about-content-section.awards-content-section .abc-heading h1 {
  color: #296d8e;
  line-height: 3.75rem;
}
.awd-img-sec {
  width: 100%;
  display: flex;
  gap: 40px;
  margin: 0 0 20px;
}
.awd-img-sec .half {
  width: 50%;
}

.awd-img-sec .half img {
  width: 78%;
}
.awd-img-sec .third {
  width: 33.33%;
}
.awd-img-sec.awd-img-sec-2 {
  margin: 50px 0 0;
}
.awd-img-sec.awd-img-sec-2 img {
  width: 100%;
}
.about-content-section.awards-content-section .abc-content > p + p {
  margin-top: 2.4rem;
}

.team-single-section {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  background: #f8f8f8;
}
.team-single-wrap {
  display: flex;
  justify-content: space-between;
}

.team-single-wrap .team-sin-photo {
  width: 29.333%;
}

.team-single-wrap .team-sin-photo picture {
  position: relative;
}
.team-single-wrap .team-sin-photo picture::after {
  padding-bottom: 100%;
  content: "";
  display: block;
  width: 100%;
}
.team-single-wrap .team-sin-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.team-single-wrap .team-single-right {
  width: 62.666%;
}
.team-single-wrap .team-single-right .bio-box {
  padding: 25px 50px;
  background: #fff;
  color: #dbb200;
}
.team-single-wrap .team-single-right .team-single-info {
  margin: 45px 0 0 0;
}
.team-single-wrap .team-single-right .team-single-info h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
}
.team-single-wrap .team-single-right .team-single-info p {
  letter-spacing: 0rem;
  line-height: 2rem;
  font-size: 1.13rem;
  color: #296d8e;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px 0;
}
.team-single-wrap .team-single-right .team-single-content {
  margin: 30px 0 0 0;
}

.team-sp-section {
  background: #1787bd;
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.team-sp-section .team-sp-heading h3 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px 0;
}
.team-sp-icon-section {
}
.team-sp-icon-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.team-sp-icon-section li {
  display: flex;
  flex-direction: column;
  width: calc(34% - 2rem);
}
.team-sp-icon-section li:nth-child(4),
.team-sp-icon-section li:nth-child(5) {
  width: calc(50% - 1rem);
}
.team-sp-icon-section li .team-sp-icon {
  background: #fff;
  padding: 75px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  height: 100%;
}
.team-sp-icon-section li .team-sp-icon .icon-bx svg {
  height: 60px;
  width: 60px;
  fill: #fff;
}
.team-sp-icon-section li .team-sp-icon .icon-bx {
  background: #296d8e;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-sp-icon-section li .team-sp-icon strong {
  letter-spacing: 0rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.team-section.meet-teamsec {
  background: #f8f8f8;
}
.team-section.meet-teamsec .team-heading h3 {
  color: #296d8e;
}
.team-section.meet-teamsec .team-wrapper ul li strong {
  color: #000000;
  font-size: 1.13rem;
}
.team-section.meet-teamsec .team-wrapper ul li span {
  color: #296d8e;
  font-size: 1.13rem;
  font-weight: 700;
}

.colley-content-section {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
}
.colley-content-section .container {
  max-width: calc(
    64.404rem +
      calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2
  );
}
.colley-content-section .colley-heading h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 30px 0;
  font-family: var(--primary-font);
}
.colley-content-section .colley-heading h1 strong {
  font-weight: 700;
}

.colley-content-section .colley-content p a {
  color: #dbb200;
  word-break: break-all;
}
.colley-content-section .colley-content h3 {
  letter-spacing: 0rem;
  line-height: 1.56rem;
  font-size: 1.5rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.colley-content-section .colley-content hr {
  border-top: 0.1rem solid #333;
  margin: 1.75rem 0;
}
.colley-content-section .colley-content h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
  text-transform: none;
}

.colley-content ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.colley-content ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1.5rem 0;
  color: #333;
  line-height: 1.35rem;
  font-size: 1.13rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.colley-content ul li:last-child {
  margin: 0;
}
.colley-content ul li::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}
.colley-content ul li a {
  color: #dbb200;
}
.colley-lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
}
.colley-lst ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  width: 48%;
}

.contact-page-form-sec {
  background: #f8f8f8;
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.contact-page-form-sec .contact-section {
  max-width: 1146px;
  margin: 0 auto;
}
.contact-page-form-sec .contact-section .clheading {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
.contact-page-form-sec .contact-section .clheading h4 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.contact-page-form-sec .contact-section .clheading strong {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 400;
  color: #296d8e;
  text-align: center;
}

.contact-page-form-sec .contact-section .contactwrap ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
.contact-page-form-sec .contact-section .contactwrap ul li.half {
  width: calc(50% - 16px);
}
.contact-page-form-sec .contact-section .contactwrap ul li.full {
  width: 100%;
}
.contact-page-form-sec .contact-section .contactwrap .btn-sec {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.contact-page-form-sec .contact-section .contactwrap label {
  font-size: 14px;
  text-align: left;
  font-family: var(--secondary-font);
}
.contact-page-form-sec .contact-section .contactwrap .btn-sec .btn-v1 {
  border-top: 0;
  border-bottom: 0;
}

.whatwe-section {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  position: relative;
}
.whatwe-section .whatwe-section-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: space-between;
  align-items: center;
}
.whatwe-section .whatwe-section-wrap .whatwe-section-right {
  width: calc(50% - 5.7%);
}
.whatwe-section .whatwe-section-wrap .whatwe-section-right img {
  width: 100%;
}
.whatwe-section .whatwe-section-wrap .whatwe-section-left {
  width: 50%;
  margin-top: -279px;
}
.whatwe-section
  .whatwe-section-wrap
  .whatwe-section-left
  .whatwe-section-leftbox {
  background: #296d8e;
  padding-left: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-right: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
}

.whatwe-section .whatwe-section-wrap .whatwe-section-right .whatwe-heading {
  margin: 0 0 20px 0;
}

.whatwe-section-2 {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.whatwe-section-2 .whatwe-wrap {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
}
.whatwe-section-2 .whatwe-wrap .whatwe-left {
  width: calc(50% - 5.7%);
}
.whatwe-section-2 .whatwe-wrap .whatwe-left img {
  width: 100%;
}
.whatwe-section-2 .whatwe-wrap .whatwe-right {
  width: 50%;
}

.whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading {
  margin: 0 0 20px 0;
}
.whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 15px 0;
  font-family: var(--primary-font);
}
.whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
  text-transform: none;
}

.whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-content p a {
  color: #dbb200;
}
.whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-content > p + p {
  margin-top: 2.4rem;
}

.whatwe-section-3 {
  position: relative;
  background: #1787bd;
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.whatwe-section-3 .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.whatwe-section-3 .img-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
}
.whatwe-section-3 .container {
  position: relative;
}
.whatwe-section-3 .ws-whatwe-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: space-between;
}
.whatwe-section-3 .ws-whatwe-left {
  width: calc(50% - 5.7%);
}
.whatwe-section-3 .ws-whatwe-left .ws-whatwe-heading {
  margin: 0 0 40px;
}
.whatwe-section-3 .ws-whatwe-left .ws-whatwe-heading p {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0;
  font-family: var(--primary-font);
}
.whatwe-section-3 .ws-whatwe-right {
  width: 50%;
}
.whatwe-section-3 .ws-whatwe-right img {
  width: 100%;
}
.whatwe-common-content ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.whatwe-common-content ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1.5rem 0;
  color: #fff;
  line-height: 1.35rem;
  font-size: 1.13rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.whatwe-common-content ul li:last-child {
  margin: 0;
}
.whatwe-common-content ul li::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}
.whatwe-common-content p {
  margin: 0 0 20px;
  color: #fff;
}
.whatwe-common-content p a {
  color: #aedef2;
}
.whatwe-common-content hr {
  border-top: 0.1rem solid #333;
  margin: 1.75rem 0;
}

.whatwe-common-content > p + p {
  margin-top: 2.4rem;
}

.whatwe-common-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.whatwe-common-content ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  width: 48%;
}

.whatwe-section-heading {
  margin: 0 0 45px 0;
}
.whatwe-section-heading h4 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #f8f8f8;
  font-weight: 700;
  text-align: left;
  margin: 0;
  font-family: var(--primary-font);
}
.whatwe-section-listing ul {
  display: flex;
  flex-wrap: wrap;
}
.whatwe-section-listing ul li {
  padding: 10px 0;
  width: 50%;
}
.whatwe-section-listing ul li a {
  padding-left: 1rem;
  transform: translateX(-1rem);
  transition: all 3s ease 0s;
  color: #fff;
  position: relative;
  line-height: 2.5rem;
  font-size: 1.1rem;
  color: #f8f8f8;
  font-weight: 700;
  display: block;
}
.whatwe-section-listing ul li a:hover {
  transform: translateX(0);
}
.whatwe-section-listing ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transition: opacity 3s ease 0s;
  background-color: #dbb200;
}
.whatwe-section-listing ul li a:hover::before {
  opacity: 1;
}

.ms-main-section {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  position: relative;
}
.ms-main-section .ms-main-section-wrap {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
}
.ms-main-section .ms-main-section-wrap .ms-main-section-right {
  width: calc(50% - 5.7%);
}
.ms-main-section .ms-main-section-wrap .ms-main-section-right img {
  width: 100%;
}
.ms-main-section .ms-main-section-wrap .ms-main-section-left {
  width: 50%;
  margin-top: -279px;
}
.ms-main-section
  .ms-main-section-wrap
  .ms-main-section-left
  .ms-main-section-leftbox {
  background: #296d8e;
  padding-left: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-right: calc(
    calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.8
  );
}

.ms-main-section
  .ms-main-section-wrap
  .ms-main-section-left
  .ms-main-section-heading {
  margin: 0 0 45px 0;
}
.ms-main-section
  .ms-main-section-wrap
  .ms-main-section-left
  .ms-main-section-heading
  h4 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #f8f8f8;
  font-weight: 700;
  text-align: left;
  margin: 0;
  font-family: var(--primary-font);
}
.ms-main-section-listing ul {
  display: flex;
  flex-wrap: wrap;
}
.ms-main-section-listing ul li {
  padding: 10px 0;
  width: 50%;
}
.ms-main-section-listing ul li a {
  padding-left: 1rem;
  transform: translateX(-1rem);
  transition: all 3s ease 0s;
  color: #fff;
  position: relative;
  line-height: 2.5rem;
  font-size: 1.1rem;
  color: #f8f8f8;
  font-weight: 700;
  display: block;
}
.ms-main-section-listing ul li a:hover {
  transform: translateX(0);
}
.ms-main-section-listing ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transition: opacity 3s ease 0s;
  background-color: #dbb200;
}
.ms-main-section-listing ul li a:hover::before {
  opacity: 1;
}

.ms-services-con-section {
  padding: 0;
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2
  );
}
.ms-services-con-section .ms-services-con-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: space-between;
}
.ms-services-con-section .ms-services-con-wrap .ms-services-con-right {
  width: calc(50% - 5.7%);
}
.ms-services-con-section .ms-services-con-wrap .ms-services-con-right img {
  width: 100%;
}
.ms-services-con-section .ms-services-con-wrap .ms-services-con-left {
  width: 50%;
}

.ms-services-con-section
  .ms-services-con-wrap
  .ms-services-con-left
  .ms-services-con-heading {
  margin: 0 0 20px 0;
}
.ms-services-con-section
  .ms-services-con-wrap
  .ms-services-con-left
  .ms-services-con-heading
  h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.ms-services-con-section
  .ms-services-con-wrap
  .ms-services-con-left
  .ms-services-con-heading
  h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 2rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}

.ms-common-content ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ms-common-content ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1.5rem 0;
  color: #333;
  line-height: 1.35rem;
  font-size: 1.13rem;
  font-weight: 400;
  font-family: var(--secondary-font);
  width: 50%;
}
.ms-common-content ul li:last-child {
  margin: 0;
}
.ms-common-content ul li::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}
.ms-common-content p {
  margin: 0 0 20px;
}
.ms-common-content p a,
.ms-common-content ul li a {
  color: #dbb200;
}
.ms-common-content hr {
  border-top: 0.1rem solid #333;
  margin: 1.75rem 0;
}

.ms-common-content h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}

.ms-common-content h3 {
  letter-spacing: 0rem;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
}
.ms-faq h3 {
  letter-spacing: 0rem;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
}

.bredcrum-section {
  background: #1787bd;
  padding: 25px 0;
}
.bredcrum-section nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bredcrum-section svg {
  height: 1em;
  width: 1em;
  fill: #fff;
}

.bredcrum-section svg {
  stroke: #fff;
}

.bredcrum-section nav ul.breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
}
.bredcrum-section nav ul.breadcrumb li {
  letter-spacing: 0rem;
  line-height: 2rem;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.bredcrum-section nav ul.breadcrumb li a {
  color: #fff;
}

.bredcrum-section nav ul.breadcrumb li + li {
  padding-left: 1em;
}
.bredcrum-section nav ul.breadcrumb li:nth-last-child(n + 2)::after {
  content: "/";
  margin-left: 1em;
}

.bredcrum-section nav ul.next-prev-btn-sec {
  display: flex;
  align-items: center;
  margin: 0;
}
.bredcrum-section nav ul.next-prev-btn-sec li {
  letter-spacing: 0rem;
  line-height: 2rem;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
.bredcrum-section nav ul.next-prev-btn-sec li a {
  color: #fff;
}
.bredcrum-section nav ul.next-prev-btn-sec span {
  margin: 0 10px;
  color: #fff;
}

.blog-single-post {
  padding: 75px 0;
}
.blog-single-post .blog-single-post-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.blog-single-post .blog-single-post-wrap .blog-banner-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 150px;
}
.blog-single-post .blog-single-post-wrap .blog-banner-part .blog-banner-left {
  width: 50%;
}
.blog-single-post
  .blog-single-post-wrap
  .blog-banner-part
  .blog-banner-left
  .bs-heading
  h1 {
  letter-spacing: 0rem;
  line-height: 3.6rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
}
.blog-single-post
  .blog-single-post-wrap
  .blog-banner-part
  .blog-banner-left
  address {
  text-transform: capitalize;
  letter-spacing: 0rem;
  line-height: 1.8;
  font-size: 0.86rem;
  margin: 18px 0 0 0;
  color: #333333;
}
.blog-single-post
  .blog-single-post-wrap
  .blog-banner-part
  .blog-banner-left
  time {
  letter-spacing: 0rem;
  line-height: 22px;
  font-size: 18px;
  margin: 0;
  color: #333333;
}

.blog-single-post .blog-single-post-wrap .blog-banner-part .blog-banner-right {
  width: calc(50% - 5.7%);
}
.blog-single-post
  .blog-single-post-wrap
  .blog-banner-part
  .blog-banner-right
  img {
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.blog-single-post
  .blog-single-post-wrap
  .blog-banner-part
  .blog-banner-right
  picture {
  width: 100%;
  display: block;
  position: relative;
}

.blog-single-post
  .blog-single-post-wrap
  .blog-banner-part
  .blog-banner-right
  picture::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 42%;
}

.blog-single-post .blog-single-post-wrap .bs-content-section {
}

.blog-single-post .blog-single-post-wrap .bs-content-section ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.blog-single-post .blog-single-post-wrap .bs-content-section ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1.5rem 0;
  color: #333;
  line-height: 1.35rem;
  font-size: 1.13rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.blog-single-post .blog-single-post-wrap .bs-content-section ul li:last-child {
  margin: 0;
}
.blog-single-post .blog-single-post-wrap .bs-content-section ul li::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}
.blog-single-post .blog-single-post-wrap .bs-content-section p {
  margin: 0 0 20px;
}
.blog-single-post .blog-single-post-wrap .bs-content-section p a {
  color: #dbb200;
}
.blog-single-post .blog-single-post-wrap .bs-content-section hr {
  border-top: 0.1rem solid #333;
  margin: 1.75rem 0;
}

.blog-single-post .blog-single-post-wrap .bs-content-section h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 2rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
  margin: 26px 0 20px;
}
.blog-single-post .blog-single-post-wrap .bs-content-section h3 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--primary-font);
}
.blog-single-post .blog-single-post-wrap .bs-content-section article > p + p {
  margin-top: 2.4rem;
}

.blog-single-post .blog-single-post-wrap .bs-content-section .next-prev-btnsec {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0 0;
}
.blog-single-post
  .blog-single-post-wrap
  .bs-content-section
  .next-prev-btnsec
  div {
  display: flex;
}

.blog-listing-section {
  background: #f8f8f8;
  padding: 50px 0 0 0;
}
.blog-listing-section ul.blog-listing {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 30px;
  padding: 50px 0 76px;
}
.blog-listing-section ul.blog-listing li {
  width: calc(66.666% - 2rem);
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.blog-listing-section ul.blog-listing li.half-blog {
  width: calc(33.333% - 2rem);
}
.blog-listing-section ul.blog-listing li .blog-img img {
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.blog-listing-section ul.blog-listing li .blog-img {
  width: 100%;
  display: block;
  position: relative;
}
.blog-listing-section ul.blog-listing li .blog-img::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 42%;
}
.blog-listing-section ul.blog-listing li.half-blog .blog-img::after {
  padding-bottom: 25rem;
}
.blog-listing-section ul.blog-listing li .blog-desc {
  width: auto;
  max-width: 50%;
  margin-left: 2rem;
  margin-right: 0;
  margin-top: -8rem;
  background: #fff;
  z-index: 1;
  padding: 50px;
  font-family: var(--secondary-font);
  height: 100%;
}
.blog-listing-section ul.blog-listing li.half-blog .blog-desc {
  max-width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
.blog-listing-section ul.blog-listing li .blog-desc div {
  display: flex;
  flex-direction: column;
}
.blog-listing-section ul.blog-listing li .blog-desc div time {
  color: #dbb200;
  letter-spacing: 0rem;
  line-height: 2rem;
  font-size: 1.13rem;
  font-weight: 400;
}
.blog-listing-section ul.blog-listing li .blog-desc div strong {
  font-size: 1.04rem;
  letter-spacing: 0;
  line-height: 1.9rem;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}

.blog-listing-section ul.blog-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 26px 40px;
}
.blog-listing-section ul.blog-filters li {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-left: 0;
}
.blog-listing-section ul.blog-filters li + li {
  margin-left: 30px;
}
.blog-listing-section ul.blog-filters li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.blog-listing-section ul.blog-filters li label.labelbig {
  font-weight: 400;
  font-size: 1.04rem;
  line-height: 1.46rem;
  color: #333333;
  margin-right: 16px;
}

.blog-listing-section ul.blog-filters li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 3;
}

.blog-listing-section ul.blog-filters li label {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.blog-listing-section ul.blog-filters li label.replace {
  flex: 0 0 auto;
  cursor: pointer;
}

.blog-listing-section ul.blog-filters li label.replace {
  margin: 0;
  width: 1.5em;
  height: 1.5em;
  border-width: 2px;
  position: relative;
  border-style: solid;
  transition: border-color var(--g-trn-sp) var(--g-trn-tf) 0s;
}

.blog-listing-section ul.blog-filters li.inp-mrk .input-text {
  padding: 0;
  background: transparent;
  border: 0;
}

.blog-listing-section ul.blog-filters li label.replace:before {
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  position: absolute;
  transform: scale(0.7);
  transition:
    background-color var(--g-trn-sp) var(--g-trn-tf) 0s,
    transform var(--g-trn-sp) var(--g-trn-tf) 0s,
    opacity var(--g-trn-sp) var(--g-trn-tf) 0s;
}

.blog-listing-section ul.blog-filters ll input:checked + label.replace::before {
  background-color: #1787bd;
}

.blog-listing-section ul.blog-filters li input:checked + label.replace:before {
  opacity: 1;
  transform: none;
}

.blog-listing-section ul.blog-filters li label.replace + label,
.blog-listing-section ul.blog-filters li label.toggle + label {
  margin: 0;
  line-height: 1.55;
  position: relative;
  padding-left: 0.625em;
}

.blog-listing-section ul.blog-filters li label.replace {
  border-color: #1787bd;
}

.blog-listing-section ul.blog-filters li input:checked + label.replace {
  border-color: #1787bd;
}

.blog-listing-section ul.blog-filters li label.replace.disabled,
.blog-listing-section ul.blog-filters li input:disabled + label.replace {
  background-color: #1787bd;
}

.blog-listing-section ul.blog-filters li label.replace.disabled::before,
.blog-listing-section
  ul.blog-filters
  li
  input:disabled
  + label.replace::before {
  background-color: #1787bd;
}

.blog-listing-section ul.blog-filters li label.replace::before {
  background-color: #1787bd;
}

.blog-listing-section ul.blog-filters li input:checked + label.replace::before {
  background-color: #1787bd;
}

.blog-listing-section ul.blog-filters li label.replace + label,
.blog-listing-section ul.blog-filters li label.toggle + label {
  color: var(--text);
}

.blog-listing-section ul.blog-filters li label.replace.disabled + label,
.blog-listing-section
  ul.blog-filters
  li
  input:disabled
  + label.replace
  + label {
  color: var(--bdr-clr-dk);
}
.blog-listing-section ul.blog-filters li select {
  height: auto;
  font-size: 16px;
}
.blog-listing-section ul.blog-filters li.category-w {
  width: auto;
  flex: 1 1 auto;
}
.blog-listing-section ul.blog-filters li.year-w {
  width: auto;
  flex: 1 1 auto;
}


footer{}
.footer-top-sec{ padding-top:calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2);
  padding-bottom:calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 1.2);}
.footer-wrap{display: flex;justify-content: space-between;}
.footer-wrap .footer-wid{width:calc(33.333% - (5.7% * .6667));}

.footer-wrap .footer-wid .f-menu{margin-bottom: calc((30 * 1px) + (45 - 30) * ((100vw - 320px) / (1920 - 320)));}
.footer-wrap .footer-wid .f-menu ul{}
.footer-wrap .footer-wid .f-menu ul li{text-align: center;}
.footer-wrap .footer-wid .f-menu ul li + li{
  margin-top:calc(calc((30 * 1px) + (45 - 30) * ((100vw - 320px) / (1920 - 320))) * .4);
}
.footer-wrap .footer-wid .f-menu ul li a{
      font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    font-weight: 700;
    font-family:var(--primary-font);
    color:#333333;
}
.footer-wrap .footer-wid .f-menu ul li a:hover{color:#DBB200;}

.footer-location{display: flex;}
.footer-location ul{
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
    position: relative;
    width:calc(100% + 2rem);
    margin-bottom:calc(2rem * -.5);
}
.footer-location ul li{
width:calc(50% - 2rem);
font-family: var(--secondary-font);
}
.footer-location ul li strong{
      font-size: 1.1rem;
    letter-spacing: 0rem;
    line-height: 1.91;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 10px;
    display: flex;
    color:#296D8E;
}
.footer-location ul li address{
text-transform: capitalize;
    letter-spacing: 0.04rem;
    line-height: 1.8;
    font-size: 0.86rem;
    font-weight: 400;
    margin: 0 0 12px;
}
.footer-location ul li .footer-link-btn{
  display: flex;
  flex-direction: column;
}
.footer-location ul li .footer-link-btn .footer-tel{
    font-size:1rem;
    letter-spacing:0.005em;
    line-height:1.4rem;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 10px;
color:#333333;
}
.footer-location ul li .footer-link-btn .footer-map{
   font-size:1rem;
    letter-spacing:0.005em;
    line-height:1.4rem;
    font-weight: 700;
    text-transform: none;
    margin: 0;
color:#DBB200;
}
.footer-wrap .footer-wid .footer-logo{width: 80%;}
.footer-wrap .footer-wid .call-text{
  font-family: var(--primary-font);
    font-size: 1.25rem;
    letter-spacing: 0.028em;
    line-height: 1.68;
    font-weight: 700;color:#DBB200;
}
.footer-wrap .footer-wid .social-media{
  display: flex;margin:20px 0 0 0;
}
.footer-wrap .footer-wid .social-media ul{  display: flex;gap:15px;}
.footer-wrap .footer-wid .social-media svg{width:28px;height: 28px;}
.footer-bot-sec{padding: 1rem 0;background: #191919;}
.footer-bot-sec small{color:#86898F;}
.footer-bot-sec p{color:#86898F;margin-bottom: 0;font-size: 1.1rem;}
.footer-bot-wrap{padding-top: calc(1rem * 1.8);padding-bottom: calc(1rem * 1.8);}
.fb-menu ul{display: flex;}
.fb-menu ul li{}
.fb-menu ul li + li{margin-left:calc(1rem * 1.4);}
.fb-menu ul li a{font-size: 1rem;
    letter-spacing: 0rem;
    line-height: 1.91;
    font-weight: 400;
    text-transform: none;
    color:#86898F;font-family: var(--secondary-font);}

.sitemap-section{
  padding-top: calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * .6);
  padding-bottom: calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * .6);
  background: #f8f8f8;
}
.sitemap-section .container{
max-width:calc(64.404rem + calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2);
}
.sitemap-wrap{background: #fff;
padding:calc(calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * .4);
}
.sitemap-wrap h1 {
  letter-spacing: 0rem;
  line-height: 3.6rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: var(--primary-font);
}
.sitemap-wrap ul {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
}
.sitemap-wrap ul li {
    position: relative;
    padding: 0 0 0 1.5em;
}
.sitemap-wrap ul li::before {
    content: '';
    position: absolute;
    top:calc(1rem * 0.55);
    left: 0;
    width: 0.67em;
    height: 0.67em;
    border-style:none;
    border-width: 1px;
    border-radius: 50%;
    background-color:#1787BD;
}
.sitemap-wrap ul li a{
  color:#DBB200;
  font-size:1rem; 
  font-family: var(--secondary-font);
}

.privacy-policy-section{
  padding-top: calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * .6);
  padding-bottom: calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * .6);
  background: #f8f8f8;
}
.privacy-policy-section .container{
max-width:calc(64.404rem + calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2);
}
.privacy-policy-wrap{background: #fff;
padding:calc(calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * .4);
}
.privacy-policy-wrap h1 {
  letter-spacing: 0rem;
  line-height: 3.6rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
  font-family: var(--primary-font);
}
.privacy-policy-wrap h2 {
  letter-spacing: 0rem;
  line-height:1.31;
  font-size:1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-align: left;
  margin: 1.5rem 0 1.2rem;
}
.privacy-policy-wrap p{font-size:.privacy-policy-wrap;}

.privacy-policy-wrap ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.privacy-policy-wrap ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1.5rem 0;
  color: #333;
  line-height: 1.35rem;
  font-size: 1.05rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.privacy-policy-wrap ul li:last-child {
  margin: 0;
}
.privacy-policy-wrap ul li::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}
.ucpp-section{
  padding-top: calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * .6);
  padding-bottom: calc(calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * .6);
}
.ucpp-section .container{
max-width:calc(64.404rem + calc((20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))) * 2);
}

.ucpp-section .ucpp-heading h1 {
  letter-spacing: 0rem;
  line-height: 3.6rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
  font-family: var(--primary-font);
}
.ucpp-section .ucpp-heading h2 {
  letter-spacing: 0rem;
  line-height:1.31;
  font-size:1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-align: left;
  margin:0 0 10px 0;
}

.ucpp-section .ucpp-content h2 {
  letter-spacing: 0rem;
  line-height:1.31;
  font-size:1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-align: left;
    margin:1.5rem 0 1.2rem;
}
.ucpp-section .ucpp-content h3 {
  letter-spacing: 0rem;
  line-height:1.56;
  font-size:1.5rem;
  color: #296d8e;
  font-weight: 400;
  text-align: left;
  margin:1.5rem 0 1.2rem;
  font-family: var(--primary-font);
}
.ucpp-section .ucpp-content h4 {
  letter-spacing:0.1rem;
  line-height:1.7;
  font-size:1rem;
  color: #000;
  font-weight: 700;
  text-align: left;
  margin:1.5rem 0 1.2rem;
   font-family: var(--primary-font);
}

.ucpp-section .ucpp-content ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.ucpp-section .ucpp-content ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1.5rem 0;
  color: #333;
  line-height: 1.35rem;
  font-size: 1.05rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.ucpp-section .ucpp-content ul.ucpp-list li{line-height: 1.89rem;}
.ucpp-section .ucpp-content ul li a, .ucpp-section .ucpp-content p a{
color:#DBB200; word-break: break-all;
}
.ucpp-section .ucpp-content ul li:last-child {
  margin: 0;
}
.ucpp-section .ucpp-content ul li::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.67em;
  height: 0.67em;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  background-color: #dbb200;
}


@media (max-width: 1600px) {
}
@media (max-width: 1500px) {
  .homesection-3 .location-areamain {
    justify-content: space-between;
  }
}
@media (max-width: 1400px) {
}

@media (max-width: 1280px) {
  .blog-listing-section ul.blog-listing li {
    width: calc(50% - 2rem);
  }
  .blog-listing-section ul.blog-listing li .blog-desc {
    max-width: calc(100% - 4rem);
    padding: 35px;
  }
  .blog-listing-section ul.blog-listing li.half-blog {
    width: calc(50% - 2rem);
  }

  .blog-listing-section ul.blog-listing li .blog-img::after,
  .blog-listing-section ul.blog-listing li.half-blog .blog-img::after {
    padding-bottom: calc(42% + 4rem);
  }

  .blog-listing-section ul.blog-filters {
    padding: 20px 30px;
  }

  .blog-listing-section ul.blog-filters li + li {
    margin-left: 15px;
  }
  .ms-main-section .ms-main-section-wrap .ms-main-section-left {
    margin-top: -162px;
  }
  .ms-main-section .ms-main-section-wrap .ms-main-section-right {
  }

  .hero-content .hero-title {
    font-size: 80px;
  }
  .loc-heading h4 {
    font-size: calc(2.75rem * 0.85);
  }

  .homesection-3 .location-areamain {
    justify-content: space-between;
  }
  .homesection-3 .location-left {
    padding: 0;
  }
  .week-hrs ul li {
    font-size: 1rem;
  }
  .week-hrs ul li strong {
    font-size: 1rem;
  }
  .home-section-6 .testi-container .testi-box .testi-content blockquote p,
  .reviews-section-left
    .testi-container
    .testi-box
    .testi-content
    blockquote
    p {
    font-size: 0.9rem;
  }
  .blogsection .blogsection-inner .blog-heading h4,
  .team-section .team-heading h3,
  .career-section .career-section-wrap .career-section-right .career-heading h1,
  .career-review-heading h3,
  .team-single-wrap .team-single-right .team-single-info h1,
  .what-we-section
    .what-we-section-wrap
    .what-we-section-right
    .what-we-heading
    h1,
  .medical-services-section
    .medical-services-section-wrap
    .medical-services-section-right
    .medical-services-heading
    h1,
  .whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading h1,
  .ms-services-con-section
    .ms-services-con-wrap
    .ms-services-con-left
    .ms-services-con-heading
    h1,
  .colley-content-section .colley-heading h1,
  .pr-section .pr-section-wrap .pr-section-right .pr-heading h1, .sitemap-wrap h1, .privacy-policy-wrap h1, .ucpp-section .ucpp-heading h1 {
    font-size: calc(2.75rem * 0.85);
  }

  .banner-section .banner-heading strong,
  .about-content-section .abc-heading h1,
  .about-cta-section h3,
  .contact-page-form-sec .contact-section .clheading h4 {
    font-size: calc(2.75rem * 0.85);
  }
  .team-section .team-wrapper ul li {
    width: calc(50% - 2rem);
  }
  .nav-box .nav-heading strong,
  .whatwe-section-3 .ws-whatwe-left .ws-whatwe-heading p,
  .whatwe-section-heading h4,
  .ms-main-section
    .ms-main-section-wrap
    .ms-main-section-left
    .ms-main-section-heading
    h4 {
    font-size: calc(2.75rem * 0.85);
  }
     .home-section-6 .testi-container {
  width: calc(58% - 5.7%);
   }
}
@media (max-width: 1024px) {
  .banner-section .banner-heading {
    align-items: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  p {
    font-size: 17px;
  }
  .blog-single-post .blog-single-post-wrap .bs-content-section ul li {
    font-size: 17px;
  }
  .blog-single-post .blog-single-post-wrap .blog-banner-part {
    flex-direction: column;
  }
  .blog-single-post .blog-single-post-wrap .blog-banner-part .blog-banner-left {
    width: 100%;
  }
  .blog-single-post
    .blog-single-post-wrap
    .blog-banner-part
    .blog-banner-right {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .blog-single-post .blog-single-post-wrap .blog-banner-part {
    padding: 0 0 50px;
  }
  .ms-main-section .ms-main-section-wrap,
  .ms-services-con-section .ms-services-con-wrap {
    flex-direction: column;
  }
  .ms-main-section .ms-main-section-wrap .ms-main-section-left,
  .ms-services-con-section .ms-services-con-wrap .ms-services-con-left {
    margin-top: 0;
    width: 100%;
  }
  .ms-main-section .ms-main-section-wrap .ms-main-section-right,
  .ms-services-con-section .ms-services-con-wrap .ms-services-con-right {
    width: 100%;
  }

  .homesection-7 .contact-section .contact-rightpart .crheading h3,
  .homesection-7 .contact-section .contact-leftpart .clheading h4 {
    font-size: 32.7338px;
  }
  .medical-services-section .medical-services-section-wrap,
  .what-we-section .what-we-section-wrap,
  .whatwe-section .whatwe-section-wrap {
    flex-direction: column;
  }
  .medical-services-section
    .medical-services-section-wrap
    .medical-services-section-right,
  .medical-services-section
    .medical-services-section-wrap
    .medical-services-section-left {
    width: 100%;
  }

  .career-review .crpage-wrap .crpage-left,
  .whatwe-section-2 .whatwe-wrap .whatwe-left,
  .whatwe-section-3 .ws-whatwe-right,
  .hc-img-wrap,
  .homesection-5 .home-why-rightpart {
    display: none;
  }
  .career-review .crpage-wrap .crpage-right {
    width: 100%;
  }
  .what-we-section .what-we-section-wrap .what-we-section-right,
  .what-we-section .what-we-section-wrap .what-we-section-left {
    width: 100%;
  }
  .whatwe-section .whatwe-section-wrap .whatwe-section-left {
    width: 100%;
    margin-top: 0;
  }
  .whatwe-section .whatwe-section-wrap .whatwe-section-right,
  .whatwe-section-3 .ws-whatwe-left,
  .whatwe-section-2 .whatwe-wrap .whatwe-right {
    width: 100%;
  }
  .hero-left {
    width: 100%;
  }
  .homesection-2 .icon-box-section .icon-box-wrap {
    width: calc(50% - 1rem);
  }
  .homesection-2 .icon-box-section {
    justify-content: space-between;
    width: 100%;
  }
  .homesection-3 {
    background: #1787bd;
  }
  .homesection-3 .location-areamain {
    flex-direction: column;
  }
  .homesection-3 .location-area,
  .homesection-3 .location-map {
    width: 100%;
  }
  .homesection-3::after,
  .homesection-5::after {
    display: none;
  }
  .homesection-3 .location-map img {
    width: 100%;
  }
  .homesection-3 .location-left {
    padding: 0;
  }
  .loc-lst {
    margin: 0 0 20px !important;
  }
  .loc-lst ul {
    flex-direction: column;
  }
  .loc-lst ul li {
    width: 100%;
    text-align: center;
  }
  .week-hrs ul li {
    justify-content: center;
  }
  .loc-lst ul li .tel-map a.btn-v1 {
    width: min-content;
  }
  .loc-lst ul li .tel-map {
    align-items: center;
  }

  .homesection-4 .col-md-6 {
    width: 100%;
  }
  .homesection-5 .home-why-leftpart {
    width: 100%;
    max-width: 100%;
  }
  .home-section-6-wrap {
    margin-left: 0;
  }
  .home-section-6 .testi-container {
    width: 100%;
    background: rgb(41 109 142 / 80%);
  }
  .home-section-6 .testi-container .testi-box .testi-heading {
    text-align: center;
  }
  .home-section-6 .testi-container .testi-box .testi-content blockquote {
    text-align: center;
  }
  .home-section-6 .testi-container .testi-box .testi-content .btn-bx {
    justify-content: center;
  }
  .home-section-6 .testi-container .testi-box .testi-heading::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .blogsection .blogsection-inner {
    width: 100%;
    max-width: 100%;
  }
  .blogsection .blogsection-inner .bloglist-section ul li:last-child {
    display: none;
  }
  .about-cta-section .abicon-box-section .abicon-box-wrap {
    width: calc(50% - 1rem);
  }
  .about-cta-section .abicon-box-section {
    justify-content: space-between;
    width: 100%;
  }

  .reviews-section-left-wrap {
    margin-right: 0;
  }
  .reviews-section-left .testi-container-main {
    padding-left: 0;
  }
  .reviews-section-left .testi-container {
    width: 100%;
    background: rgb(41 109 142 / 80%);
  }
  .reviews-section-left .testi-container .testi-box .testi-heading {
    text-align: center;
  }
  .reviews-section-left .testi-container .testi-box .testi-content blockquote {
    text-align: center;
  }
  .reviews-section-left .testi-container .testi-box .testi-content .btn-bx {
    justify-content: center;
  }
  .reviews-section-left .testi-container .testi-box .testi-heading::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .career-section .career-section-wrap {
    flex-direction: column;
  }
  .career-section .career-section-wrap .career-section-right,
  .career-section .career-section-wrap .career-section-left {
    width: 100%;
  }
  .team-single-wrap {
    flex-direction: column;
  }
  .team-single-wrap .team-sin-photo,
  .team-single-wrap .team-single-right {
    width: 100%;
  }
  .team-single-wrap .team-single-right .bio-box {
    margin-top: 20px;
  }
  .team-sp-icon-section li,
  .team-sp-icon-section li:nth-child(4) {
    width: calc(50% - 1rem);
  }
  .team-sp-icon-section li:nth-child(5) {
    width: 100%;
  }
  ul.review-page-list li.review-box {
    width: 100%;
  }
  ul.review-page-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.review-page-list li.review-box ul.review-box-wrap li.review-list {
    padding: calc((30 * 1px) + (128 - 30) * ((100vw - 320px) / (1920 - 320)));
  }
  .pr-section .pr-section-wrap {
    flex-direction: column;
  }
  .pr-section .pr-section-wrap .pr-section-left,
  .pr-section .pr-section-wrap .pr-section-right {
    width: 100%;
  }
  .footer-location ul{flex-direction: column;}
  .footer-location ul li{width: 100%;}
.sitemap-wrap, .privacy-policy-wrap{padding:calc((30 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320)));}
.sitemap-section .container, .privacy-policy-section .container{padding: 0;}
.sitemap-section, .privacy-policy-section {padding: 0;}

}

@media (max-width: 991px) {
  .blog-listing-section ul.blog-filters li.category-w {
    width: 30%;
  }
  .blog-listing-section ul.blog-filters li.year-w {
    width: 28%;
  }
}

@media (max-width: 800px) {
  .blog-listing-section ul.blog-listing li {
    width: 100%;
  }
  .blog-listing-section ul.blog-listing li .blog-desc {
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 15px;
  }
  .blog-listing-section ul.blog-listing li.half-blog {
    width: 100%;
  }

  .blog-listing-section ul.blog-listing li .blog-img::after,
  .blog-listing-section ul.blog-listing li.half-blog .blog-img::after {
    padding-bottom: calc(42% + 4rem);
  }

  .blog-listing-section ul.blog-filters {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .blog-listing-section ul.blog-filters li {
    width: 100%;
  }
  .blog-listing-section ul.blog-filters li + li {
    margin-left: 0;
  }
  .blog-listing-section ul.blog-filters li .btn-v1 {
    width: 100%;
    text-align: center;
  }
  .blog-listing-section ul.blog-filters li.category-w {
    width: 100%;
  }
  .blog-listing-section ul.blog-filters li.year-w {
    width: 100%;
  }

  .blog-single-post .blog-single-post-wrap .bs-content-section h2 {
    font-size: 1.7rem;
  }
  .blog-single-post .blog-single-post-wrap .bs-content-section h3 {
    font-size: 1.2rem;
  }
  p {
    font-size: 16px;
  }
  .blog-single-post .blog-single-post-wrap .bs-content-section ul li {
    font-size: 16px;
  }
  .blog-single-post
    .blog-single-post-wrap
    .blog-banner-part
    .blog-banner-left
    .bs-heading
    h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .bredcrum-section nav ul.breadcrumb li:nth-child(2),
  .bredcrum-section nav ul.breadcrumb li:nth-child(3),
  .bredcrum-section nav ul.breadcrumb li:nth-child(5) {
    display: none;
  }
  .bredcrum-section nav ul.breadcrumb li:nth-child(4)::after {
    display: none;
  }

  .homesection-7 .contact-section {
    flex-direction: column;
  }
  .homesection-7 .contact-section .contact-leftpart {
    width: 100%;
  }
  .homesection-7 .contact-section .contact-rightpart {
    width: 100%;
  }

  .hero-content .hero-title {
    font-size: 3rem;
  }
  .hero-content strong {
    font-size: calc(1.75rem * 0.95);
  }
  .homesection-2 .icon-box-section .icon-box-wrap {
    width: 100%;
  }
  .homesection-2 h3,
  .loc-heading h4,
  .homesection-4 h1,
  .blogsection .blogsection-inner .blog-heading h4 {
    font-size: calc(2.75rem * 0.85);
  }
  .homesection-2 h4 {
    font-size: calc(1.75rem * 0.95);
  }
  .blogsection .blogsection-inner .btn-bx {
    margin: 30px 0 0 0;
  }
  .banner-section .banner-heading strong,
  .about-content-section .abc-heading h1,
  .about-cta-section h3,
  .team-section .team-heading h3,
  .career-section .career-section-wrap .career-section-right .career-heading h1,
  .career-review-heading h3,
  .team-single-wrap .team-single-right .team-single-info h1,
  .what-we-section
    .what-we-section-wrap
    .what-we-section-right
    .what-we-heading
    h1,
  .medical-services-section
    .medical-services-section-wrap
    .medical-services-section-right
    .medical-services-heading
    h1,
  .whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading h1,
  .ms-services-con-section
    .ms-services-con-wrap
    .ms-services-con-left
    .ms-services-con-heading
    h1,
  .pr-section .pr-section-wrap .pr-section-right .pr-heading h1, .sitemap-wrap h1, .privacy-policy-wrap h1, .ucpp-section .ucpp-heading h1 {
    font-size: calc(2.75rem * 0.8);
  }
  .about-content-section .abc-heading h2,
  .about-cta-section h4,
  .career-section .career-section-wrap .career-section-right .career-heading h2,
  .career-review-heading h4,
  .colley-content-section .colley-content h2 {
    font-size: calc(1.75rem * 0.95);
  }
  .about-cta-section .abicon-box-section .abicon-box-wrap {
    width: 100%;
  }
  .team-section .team-wrapper ul li {
    width: calc(50% - 2rem);
  }
  .crpage-review-box ul.crpage-review-box-wrap li.crpage-review-list p {
    font-size: calc(1.333rem * 1);
  }
  .team-sp-icon-section ul {
    flex-direction: column;
  }
  .team-sp-icon-section li,
  .team-sp-icon-section li:nth-child(4),
  .team-sp-icon-section li:nth-child(5) {
    width: 100%;
  }
  .what-we-section
    .what-we-section-wrap
    .what-we-section-right
    .what-we-heading
    h2,
  .medical-services-section
    .medical-services-section-wrap
    .medical-services-section-right
    .medical-services-heading
    h2,
  .whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading h2,
  .ms-services-con-section
    .ms-services-con-wrap
    .ms-services-con-left
    .ms-services-con-heading
    h2,
  .banner-section .banner-heading span,
  .ms-common-content h2,
  .pr-section .pr-section-wrap .pr-section-right .pr-heading h2,
  .contact-page-form-sec .contact-section .clheading strong, .privacy-policy-wrap h2, .ucpp-section .ucpp-heading h2 {
    font-size: calc(1.75rem * 0.95);
  }
  .nav-box .nav-heading strong,
  .whatwe-section-3 .ws-whatwe-left .ws-whatwe-heading p,
  .whatwe-section-heading h4,
  .ms-main-section
    .ms-main-section-wrap
    .ms-main-section-left
    .ms-main-section-heading
    h4,
  .colley-content-section .colley-heading h1,
  .contact-page-form-sec .contact-section .clheading h4 {
    font-size: calc(2.75rem * 0.8);
  }
  .whatwe-section-listing ul li a {
    font-size: 0.875rem;
    line-height: 1.1rem;
  }
  .whatwe-common-content ul li {
    width: 100%;
  }
  .ms-main-section-listing ul li a {
    font-size: 0.875rem;
    line-height: 1.1rem;
  }
  .colley-content ul li {
    font-size: 1rem;
  }
  .awd-img-sec {
    flex-direction: column;
  }
  .awd-img-sec .half,
  .awd-img-sec .third {
    width: 100%;
  }
  .footer-wrap{flex-direction: column;align-items: center;}
  .footer-wrap .footer-wid{width: 100%;text-align: center;}
  .footer-location ul li{text-align: center;}
  .footer-location ul li strong{justify-content: center;}
  .footer-wrap .footer-wid .footer-logo{width:250px; margin: 0 auto 20px;}
  .footer-wrap .footer-wid .social-media{justify-content: center;margin-bottom: 30px;}
}

@media (max-width: 767px) {
  .whatwe-section-listing ul,
  .ms-main-section-listing ul,
  .ms-common-content ul,
  .colley-lst ul {
    flex-direction: column;
  }
  .whatwe-section-listing ul li,
  .ms-main-section-listing ul li,
  .ms-common-content ul li,
  .colley-lst ul li {
    width: 100%;
  }
    .whatwe-section-listing ul,
  .ms-main-section-listing ul{
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .team-section .team-wrapper ul li,
  .contact-page-form-sec .contact-section .contactwrap ul {
    width: 100%;
  }
  .homesection-7 .contact-section .contact-leftpart .contactwrap ul li.half,
  .contact-page-form-sec .contact-section .contactwrap ul li.half {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-content .hero-title {
    font-size: 2.5rem;
  }
  .hero-content strong {
    font-size: calc(1.75rem * 0.85);
  }
  .btn-section {
    flex-direction: column;
  }
  .btn-section .btn-v1 {
    text-align: center;
  }
  .homesection-2 h3,
  .loc-heading h4,
  .homesection-4 h1,
  .blogsection .blogsection-inner .blog-heading h4,
  .about-cta-section h3 {
    font-size: calc(2.75rem * 0.75);
  }
  .homesection-2 h4 {
    font-size: calc(1.75rem * 0.85);
  }
  .banner-section .banner-heading strong,
  .about-content-section .abc-heading h1,
  .team-section .team-heading h3,
  .career-section .career-section-wrap .career-section-right .career-heading h1,
  .career-review-heading h3,
  .team-single-wrap .team-single-right .team-single-info h1,
  .what-we-section
    .what-we-section-wrap
    .what-we-section-right
    .what-we-heading
    h1,
  .medical-services-section
    .medical-services-section-wrap
    .medical-services-section-right
    .medical-services-heading
    h1,
  .whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading h1,
  .ms-services-con-section
    .ms-services-con-wrap
    .ms-services-con-left
    .ms-services-con-heading
    h1,
  .pr-section .pr-section-wrap .pr-section-right .pr-heading h1, .sitemap-wrap h1, .privacy-policy-wrap h1, .ucpp-section .ucpp-heading h1 {
    font-size: calc(2.75rem * 0.75);
  }
  .about-content-section .abc-heading h2,
  .about-cta-section h4,
  .career-section .career-section-wrap .career-section-right .career-heading h2,
  .career-review-heading h4,
  .whatwe-section-2 .whatwe-wrap .whatwe-right .whatwe-heading h2,
  .ms-services-con-section
    .ms-services-con-wrap
    .ms-services-con-left
    .ms-services-con-heading
    h2,
  .banner-section .banner-heading span,
  .ms-common-content h2,
  .colley-content-section .colley-content h2,
  .pr-section .pr-section-wrap .pr-section-right .pr-heading h2,
  .contact-page-form-sec .contact-section .clheading strong, .privacy-policy-wrap h2, .ucpp-section .ucpp-heading h2 {
    font-size: calc(1.75rem * 0.85);
  }

  .crpage-review-box ul.crpage-review-box-wrap li.crpage-review-list p {
    font-size: calc(1.333rem * 0.95);
  }
  .nav-box .nav-heading strong,
  .whatwe-section-3 .ws-whatwe-left .ws-whatwe-heading p,
  .whatwe-section-heading h4,
  .ms-main-section
    .ms-main-section-wrap
    .ms-main-section-left
    .ms-main-section-heading
    h4,
  .colley-content-section .colley-heading h1,
  .contact-page-form-sec .contact-section .clheading h4 {
    font-size: calc(2.75rem * 0.75);
  }
}


:root {
  --anm-trn-sp: 1s;
  --anm-trn-tf: ease;
  --anm-trn-dly: 0s;
  --anm-trn-seq-dly: 0.3s;
  --anm-trn-lst-dly: 0.2s;
  --anm-trn-d: 2rem;
}

[data-parallax-item] {
  transition: all var(--g-trn-sp) ease-out;
}
img {
  transition:
    opacity 0.5s ease 1s,
    filter 0.5s ease 1s !important;
}
@media screen and (min-width: 1025px) {
  .anm_img img,
  .anm_seq-imgs > picture img,
  .anm_hlf-lt,
  .anm_hlf-rt,
  .anm_hlf-up,
  .anm_hlf-dn,
  .anm_seq-lst > li {
    opacity: 0;
    transition:
      opacity var(--anm-trn-sp) var(--anm-trn-tf) var(--anm-trn-dly),
      transform var(--anm-trn-sp) var(--anm-trn-tf) var(--anm-trn-dly);
  }

  .show-20 .anm_img img,
  .show-20 .anm_seq-imgs > picture img,
  .show-20 .anm_hlf-lt,
  .show-20 .anm_hlf-rt,
  .show-20 .anm_hlf-up,
  .show-20 .anm_hlf-dn,
  .show-20 .anm_seq-itm > *,
  .show-20 .anm_seq-lst > li{
    opacity: 1;
    transform: none;
  }

  .anm_hlf-lt{
    transform: translateX(var(--anm-trn-d));
  }

  .anm_hlf-rt {
    transform: translateX(calc(var(--anm-trn-d) * -1));
  }

  .anm_hlf-up {
    transform: translateY(var(--anm-trn-d));
  }

  .anm_hlf-dn {
    transform: translateY(calc(var(--anm-trn-d) * -1));
  }

  [class*="anm_seq-itm"] > *:first-child {
    transition-delay: calc(var(--anm-trn-dly) + var(--anm-trn-seq-dly));
  }

  [class*="anm_seq-itm"] > *:nth-child(2) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 2));
  }

  [class*="anm_seq-itm"] > *:nth-child(3) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 3));
  }

  [class*="anm_seq-itm"] > *:nth-child(4) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 4));
  }

  [class*="anm_seq-itm"] > *:nth-child(5) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 5));
  }

  .anm_seq-lst > li:first-child,
  .icon-box-wrap.fs {
    transition-delay: calc(var(--anm-trn-dly) + var(--anm-trn-lst-dly));
  }

  .anm_seq-lst > li:nth-child(2),
  .icon-box-wrap.sc {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 2));
  }

  .anm_seq-lst > li:nth-child(3),
  .icon-box-wrap.ti {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 3));
  }

  .anm_seq-lst > li:nth-child(4),
  .icon-box-wrap.fr {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 4));
  }

  .anm_seq-lst > li:nth-child(5) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 5));
  }

  .anm_seq-lst > li:nth-child(6) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 6));
  }

  .anm_seq-lst > li:nth-child(7) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 7));
  }

  .anm_seq-lst > li:nth-child(8) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 8));
  }

  .anm_seq-lst > li:nth-child(9) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 9));
  }

  .anm_seq-lst > li:nth-child(10) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 10));
  }

  .anm_seq-lst > li:nth-child(11) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 11));
  }

  .anm_seq-lst > li:nth-child(12) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 12));
  }

  .anm_seq-lst > li:nth-child(13) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 13));
  }

  .anm_seq-lst > li:nth-child(14) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 14));
  }

  .anm_seq-lst > li:nth-child(15) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 15));
  }

  .anm_seq-lst > li:nth-child(16) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 16));
  }

  .anm_seq-lst > li:nth-child(17) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 17));
  }

  .anm_seq-lst > li:nth-child(18) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 18));
  }

  .anm_seq-lst > li:nth-child(19) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 19));
  }

  .anm_seq-lst > li:nth-child(20) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 20));
  }

  .anm_seq-lst > li:nth-child(21) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 21));
  }

  .anm_seq-lst > li:nth-child(22) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 22));
  }

  .anm_seq-lst > li:nth-child(23) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 23));
  }

  .anm_seq-lst > li:nth-child(24) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 24));
  }

  .anm_seq-lst > li:nth-child(25) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 25));
  }

  .anm_seq-lst > li:nth-child(26) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 26));
  }

  .anm_seq-lst > li:nth-child(27) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 27));
  }

  .anm_seq-lst > li:nth-child(28) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 28));
  }

  .anm_seq-lst > li:nth-child(29) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 29));
  }

  .anm_seq-lst > li:nth-child(30) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 30));
  }
}
.current-menu-item > a {
    color: #DBB200!important;
}
.current-menu-item > a{
    transform: translateX(0)!important;
}
.current-menu-item > a::before{
opacity: 1!important;
}

.nav-bx ul li.active > a,
.nav-bx ul li.current-menu-item > a{
    color:#f7b500;
    font-weight:700;
}

.nav-bx ul li.active::before,
.nav-bx ul li.current-menu-item::before{
/*     content:"•"; */
    color:#f7b500;
    margin-right:8px;
}


.errorpage-sec {
  padding-top: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
  padding-bottom: calc(
    calc((50 * 1px) + (128 - 50) * ((100vw - 320px) / (1920 - 320))) * 0.6
  );
}
.error-container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding-left: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
  padding-right: calc(
    (20 * 1px) + (139 - 20) * ((100vw - 320px) / (1920 - 320))
  );
}
.error-container .half {
  width: 50%;
}
.error-list {
  margin: 40px 0 0 0;
}
.error-list ul {
  display: flex;
  gap: 20px;
}
.error-list ul li {
  display: flex;
}
.errorheader {
  margin: 0 0 20px 0;
}
.errorheader h1 {
  letter-spacing: 0rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
  color: #296d8e;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
}
.errorheader h2 {
  letter-spacing: 0rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #296d8e;
  font-weight: 400;
  text-transform: none;
  font-family: var(--secondary-font);
}
@media (max-width: 800px) {
  .error-container {
    flex-direction: column;
    gap: 30px;
  }
  .error-container .half {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .error-list ul {
    flex-direction: column;
  }
  .error-list ul .btn-v1 {
    width: 100%;
    text-align: center;
  }
}