@charset "UTF-8";

/*============= Color Variables  ================*/


/*============= Font Weight Variables  ================*/


/*@include respond-above(sm) {
  .element {
    font-weight: bold;
  }
}*/


/* @include transition(all,2s,ease-out); */

.tran_all {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: 0.75s;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 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 {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,
    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 {
    from,
    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: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,
    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 {
    from,
    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 {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        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 {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        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: translate3d(0, 0, 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 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -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 {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 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 {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 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 {
    from {
        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;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

@font-face {
    font-family: "plutosansw04-boldregular";
    src: url("../fonts/pluto/pluto_sans_w04_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pluto Cond';
    src: url('../fonts/pluto/PlutoCondBold.eot');
    src: url('../fonts/pluto/PlutoCondBold.eot?#iefix') format('embedded-opentype'), url('../fonts/pluto/PlutoCondBold.woff2') format('woff2'), url('../fonts/pluto/PlutoCondBold.woff') format('woff'), url('../fonts/pluto/PlutoCondBold.ttf') format('truetype'), url('../fonts/pluto/PlutoCondBold.svg#PlutoCondBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto Cond';
    src: url('../fonts/pluto/PlutoCondRegular.eot');
    src: url('../fonts/pluto/PlutoCondRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/pluto/PlutoCondRegular.woff2') format('woff2'), url('../fonts/pluto/PlutoCondRegular.woff') format('woff'), url('../fonts/pluto/PlutoCondRegular.ttf') format('truetype'), url('../fonts/pluto/PlutoCondRegular.svg#PlutoCondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "robotoblack_italic";
    src: url("../fonts/roboto/roboto-blackitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-blackitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotobold";
    src: url("../fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotobold_italic";
    src: url("../fonts/roboto/roboto-bolditalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotoitalic";
    src: url("../fonts/roboto/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotolight";
    src: url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotolight_italic";
    src: url("../fonts/roboto/roboto-lightitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-lightitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotomedium";
    src: url("../fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotomedium_italic";
    src: url("../fonts/roboto/roboto-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-mediumitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotoregular";
    src: url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotothin";
    src: url("../fonts/roboto/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotothin_italic";
    src: url("../fonts/roboto/roboto-thinitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-thinitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotoblack";
    src: url("../fonts/roboto/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "good_timingbold";
    src: url("../fonts/good-timing/good_timing_bd-webfont.woff2") format("woff2"), url("../fonts/good-timing/good_timing_bd-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.thm_turquoise .btn.btn-default {
    background-color: #32d1b1;
}

.thm_turquoise .btn.link-default,
.thm_turquoise .btn.btn-default.btn-link {
    color: #32d1b1;
}

.thm_white .btn.btn-default {
    background-color: #fff;
}

.thm_white .btn.link-default,
.thm_white .btn.btn-default.btn-link {
    color: #fff;
}

.thm_black .btn.btn-default {
    background-color: #000;
}

.thm_black .btn.link-default,
.thm_black .btn.btn-default.btn-link {
    color: #000;
}

.thm_gray_black .btn.btn-default {
    background-color: #324B58;
}

.thm_gray_black .btn.link-default,
.thm_gray_black .btn.btn-default.btn-link {
    color: #324B58;
}

.thm_dark_gray .btn.btn-default {
    background-color: #555;
}

.thm_dark_gray .btn.link-default,
.thm_dark_gray .btn.btn-default.btn-link {
    color: #555;
}

.thm_gray .btn.btn-default {
    background-color: #acacac;
}

.thm_gray .btn.link-default,
.thm_gray .btn.btn-default.btn-link {
    color: #acacac;
}

.thm_light_gray .btn.btn-default {
    background-color: #f2f2f2;
}

.thm_light_gray .btn.link-default,
.thm_light_gray .btn.btn-default.btn-link {
    color: #f2f2f2;
}

.thm_red .btn.btn-default {
    background-color: #ff0000;
}

.thm_red .btn.link-default,
.thm_red .btn.btn-default.btn-link {
    color: #ff0000;
}

.thm_green .btn.btn-default {
    background-color: #81c36b;
}

.thm_green .btn.link-default,
.thm_green .btn.btn-default.btn-link {
    color: #81c36b;
}

.thm_light_green .btn.btn-default {
    background-color: #4CAE71;
}

.thm_light_green .btn.link-default,
.thm_light_green .btn.btn-default.btn-link {
    color: #4CAE71;
}

.thm_blue .btn.btn-default {
    background-color: #00ABE9;
}

.thm_blue .btn.link-default,
.thm_blue .btn.btn-default.btn-link {
    color: #00ABE9;
}

.thm_dark_blue .btn.btn-default {
    background-color: #4a329b;
}

.thm_dark_blue .btn.link-default,
.thm_dark_blue .btn.btn-default.btn-link {
    color: #4a329b;
}

.thm_light_blue .btn.btn-default {
    background-color: #8bb8e5;
}

.thm_light_blue .btn.link-default,
.thm_light_blue .btn.btn-default.btn-link {
    color: #8bb8e5;
}

.thm_orange .btn.btn-default {
    background-color: #F4BC69;
}

.thm_orange .btn.link-default,
.thm_orange .btn.btn-default.btn-link {
    color: #F4BC69;
}

.thm_yellow .btn.btn-default {
    background-color: #fab63f;
}

.thm_yellow .btn.link-default,
.thm_yellow .btn.btn-default.btn-link {
    color: #fab63f;
}

.thm_maroon .btn.btn-default {
    background-color: #800000;
}

.thm_maroon .btn.link-default,
.thm_maroon .btn.btn-default.btn-link {
    color: #800000;
}

.thm_pink .btn.btn-default {
    background-color: #e388a6;
}

.thm_pink .btn.link-default,
.thm_pink .btn.btn-default.btn-link {
    color: #e388a6;
}

.thm_cyan .btn.btn-default {
    background-color: #4db0ca;
}

.thm_cyan .btn.link-default,
.thm_cyan .btn.btn-default.btn-link {
    color: #4db0ca;
}

.thm_blueviolet .btn.btn-default {
    background-color: #ad88e3;
}

.thm_blueviolet .btn.link-default,
.thm_blueviolet .btn.btn-default.btn-link {
    color: #ad88e3;
}

.thm_sky_blue .btn.btn-default {
    background-color: #92e3fa;
}

.thm_sky_blue .btn.link-default,
.thm_sky_blue .btn.btn-default.btn-link {
    color: #92e3fa;
}

.thm_mid_gray .btn.btn-default {
    background-color: #e2e2e2;
}

.thm_mid_gray .btn.link-default,
.thm_mid_gray .btn.btn-default.btn-link {
    color: #e2e2e2;
}

.thm_purple .btn.btn-default {
    background-color: #d18ae5;
}

.thm_purple .btn.link-default,
.thm_purple .btn.btn-default.btn-link {
    color: #d18ae5;
}

.thm_facebook .btn.btn-default {
    background-color: #3B5998;
}

.thm_facebook .btn.link-default,
.thm_facebook .btn.btn-default.btn-link {
    color: #3B5998;
}

.thm_flickr .btn.btn-default {
    background-color: #FE0883;
}

.thm_flickr .btn.link-default,
.thm_flickr .btn.btn-default.btn-link {
    color: #FE0883;
}

.thm_outlook .btn.btn-default {
    background-color: #0072C6;
}

.thm_outlook .btn.link-default,
.thm_outlook .btn.btn-default.btn-link {
    color: #0072C6;
}

.thm_foursquare .btn.btn-default {
    background-color: #8FD400;
}

.thm_foursquare .btn.link-default,
.thm_foursquare .btn.btn-default.btn-link {
    color: #8FD400;
}

.thm_google .btn.btn-default {
    background-color: #C63D2D;
}

.thm_google .btn.link-default,
.thm_google .btn.btn-default.btn-link {
    color: #C63D2D;
}

.thm_instagram .btn.btn-default {
    background-color: #4E433C;
}

.thm_instagram .btn.link-default,
.thm_instagram .btn.btn-default.btn-link {
    color: #4E433C;
}

.thm_linkedin .btn.btn-default {
    background-color: #4875B4;
}

.thm_linkedin .btn.link-default,
.thm_linkedin .btn.btn-default.btn-link {
    color: #4875B4;
}

.thm_tumblr .btn.btn-default {
    background-color: #2B4964;
}

.thm_tumblr .btn.link-default,
.thm_tumblr .btn.btn-default.btn-link {
    color: #2B4964;
}

.thm_twitter .btn.btn-default {
    background-color: #33CCFF;
}

.thm_twitter .btn.link-default,
.thm_twitter .btn.btn-default.btn-link {
    color: #33CCFF;
}

.thm_vimeo .btn.btn-default {
    background-color: #86B32D;
}

.thm_vimeo .btn.link-default,
.thm_vimeo .btn.btn-default.btn-link {
    color: #86B32D;
}

.thm_youtube .btn.btn-default {
    background-color: #FF3333;
}

.thm_youtube .btn.link-default,
.thm_youtube .btn.btn-default.btn-link {
    color: #FF3333;
}

.card-turquoise .card-header {
    background-color: #32d1b1;
    color: #fff;
}

.card-white .card-header {
    background-color: #fff;
    color: #fff;
}

.card-black .card-header {
    background-color: #000;
    color: #fff;
}

.card-gray_black .card-header {
    background-color: #324B58;
    color: #fff;
}

.card-dark_gray .card-header {
    background-color: #555;
    color: #fff;
}

.card-gray .card-header {
    background-color: #acacac;
    color: #fff;
}

.card-light_gray .card-header {
    background-color: #f2f2f2;
    color: #fff;
}

.card-red .card-header {
    background-color: #ff0000;
    color: #fff;
}

.card-green .card-header {
    background-color: #81c36b;
    color: #fff;
}

.card-light_green .card-header {
    background-color: #4CAE71;
    color: #fff;
}

.card-blue .card-header {
    background-color: #00ABE9;
    color: #fff;
}

.card-dark_blue .card-header {
    background-color: #4a329b;
    color: #fff;
}

.card-light_blue .card-header {
    background-color: #8bb8e5;
    color: #fff;
}

.card-orange .card-header {
    background-color: #F4BC69;
    color: #fff;
}

.card-yellow .card-header {
    background-color: #fab63f;
    color: #fff;
}

.card-maroon .card-header {
    background-color: #800000;
    color: #fff;
}

.card-pink .card-header {
    background-color: #e388a6;
    color: #fff;
}

.card-cyan .card-header {
    background-color: #4db0ca;
    color: #fff;
}

.card-blueviolet .card-header {
    background-color: #ad88e3;
    color: #fff;
}

.card-sky_blue .card-header {
    background-color: #92e3fa;
    color: #fff;
}

.card-mid_gray .card-header {
    background-color: #e2e2e2;
    color: #fff;
}

.card-purple .card-header {
    background-color: #d18ae5;
    color: #fff;
}

.card-facebook .card-header {
    background-color: #3B5998;
    color: #fff;
}

.card-flickr .card-header {
    background-color: #FE0883;
    color: #fff;
}

.card-outlook .card-header {
    background-color: #0072C6;
    color: #fff;
}

.card-foursquare .card-header {
    background-color: #8FD400;
    color: #fff;
}

.card-google .card-header {
    background-color: #C63D2D;
    color: #fff;
}

.card-instagram .card-header {
    background-color: #4E433C;
    color: #fff;
}

.card-linkedin .card-header {
    background-color: #4875B4;
    color: #fff;
}

.card-tumblr .card-header {
    background-color: #2B4964;
    color: #fff;
}

.card-twitter .card-header {
    background-color: #33CCFF;
    color: #fff;
}

.card-vimeo .card-header {
    background-color: #86B32D;
    color: #fff;
}

.card-youtube .card-header {
    background-color: #FF3333;
    color: #fff;
}

.turquoise {
    color: #32d1b1;
}

turquoise {
    color: #32d1b1;
}

.bg_turquoise {
    background-color: #32d1b1;
}

.bdr_turquoise {
    border-color: #32d1b1 !important;
}

.border_turquoise {
    border: 1px solid #32d1b1;
}

.tag_turquoise {
    background-color: #32d1b1;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_turquoise i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.white {
    color: #fff;
}

white {
    color: #fff;
}

.bg_white {
    background-color: #fff;
}

.bdr_white {
    border-color: #fff !important;
}

.border_white {
    border: 1px solid #fff;
}

.tag_white {
    background-color: #fff;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_white i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.black {
    color: #000;
}

black {
    color: #000;
}

.bg_black {
    background-color: #000;
}

.bdr_black {
    border-color: #000 !important;
}

.border_black {
    border: 1px solid #000;
}

.tag_black {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_black i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.gray_black {
    color: #324B58;
}

gray_black {
    color: #324B58;
}

.bg_gray_black {
    background-color: #324B58;
}

.bdr_gray_black {
    border-color: #324B58 !important;
}

.border_gray_black {
    border: 1px solid #324B58;
}

.tag_gray_black {
    background-color: #324B58;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_gray_black i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.dark_gray {
    color: #555;
}

dark_gray {
    color: #555;
}

.bg_dark_gray {
    background-color: #555;
}

.bdr_dark_gray {
    border-color: #555 !important;
}

.border_dark_gray {
    border: 1px solid #555;
}

.tag_dark_gray {
    background-color: #555;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_dark_gray i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.gray {
    color: #acacac;
}

gray {
    color: #acacac;
}

.bg_gray {
    background-color: #acacac;
}

.bdr_gray {
    border-color: #acacac !important;
}

.border_gray {
    border: 1px solid #acacac;
}

.tag_gray {
    background-color: #acacac;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_gray i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.light_gray {
    color: #f2f2f2;
}

light_gray {
    color: #f2f2f2;
}

.bg_light_gray {
    background-color: #f2f2f2;
}

.bdr_light_gray {
    border-color: #f2f2f2 !important;
}

.border_light_gray {
    border: 1px solid #f2f2f2;
}

.tag_light_gray {
    background-color: #f2f2f2;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_light_gray i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.red {
    color: #ff0000;
}

red {
    color: #ff0000;
}

.bg_red {
    background-color: #ff0000;
}

.bdr_red {
    border-color: #ff0000 !important;
}

.border_red {
    border: 1px solid #ff0000;
}

.tag_red {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_red i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.green {
    color: #81c36b;
}

green {
    color: #81c36b;
}

.bg_green {
    background-color: #81c36b;
}

.bdr_green {
    border-color: #81c36b !important;
}

.border_green {
    border: 1px solid #81c36b;
}

.tag_green {
    background-color: #81c36b;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_green i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.light_green {
    color: #4CAE71;
}

light_green {
    color: #4CAE71;
}

.bg_light_green {
    background-color: #4CAE71;
}

.bdr_light_green {
    border-color: #4CAE71 !important;
}

.border_light_green {
    border: 1px solid #4CAE71;
}

.tag_light_green {
    background-color: #4CAE71;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_light_green i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.blue {
    color: #00ABE9;
}

blue {
    color: #00ABE9;
}

.bg_blue {
    background-color: #00ABE9;
}

.bdr_blue {
    border-color: #00ABE9 !important;
}

.border_blue {
    border: 1px solid #00ABE9;
}

.tag_blue {
    background-color: #00ABE9;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_blue i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.dark_blue {
    color: #4a329b;
}

dark_blue {
    color: #4a329b;
}

.bg_dark_blue {
    background-color: #4a329b;
}

.bdr_dark_blue {
    border-color: #4a329b !important;
}

.border_dark_blue {
    border: 1px solid #4a329b;
}

.tag_dark_blue {
    background-color: #4a329b;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_dark_blue i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.light_blue {
    color: #8bb8e5;
}

light_blue {
    color: #8bb8e5;
}

.bg_light_blue {
    background-color: #8bb8e5;
}

.bdr_light_blue {
    border-color: #8bb8e5 !important;
}

.border_light_blue {
    border: 1px solid #8bb8e5;
}

.tag_light_blue {
    background-color: #8bb8e5;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_light_blue i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.orange {
    color: #F4BC69;
}

orange {
    color: #F4BC69;
}

.bg_orange {
    background-color: #F4BC69;
}

.bdr_orange {
    border-color: #F4BC69 !important;
}

.border_orange {
    border: 1px solid #F4BC69;
}

.tag_orange {
    background-color: #F4BC69;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_orange i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.yellow {
    color: #fab63f;
}

yellow {
    color: #fab63f;
}

.bg_yellow {
    background-color: #fab63f;
}

.bdr_yellow {
    border-color: #fab63f !important;
}

.border_yellow {
    border: 1px solid #fab63f;
}

.tag_yellow {
    background-color: #fab63f;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_yellow i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.maroon {
    color: #800000;
}

maroon {
    color: #800000;
}

.bg_maroon {
    background-color: #800000;
}

.bdr_maroon {
    border-color: #800000 !important;
}

.border_maroon {
    border: 1px solid #800000;
}

.tag_maroon {
    background-color: #800000;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_maroon i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.pink {
    color: #e388a6;
}

pink {
    color: #e388a6;
}

.bg_pink {
    background-color: #e388a6;
}

.bdr_pink {
    border-color: #e388a6 !important;
}

.border_pink {
    border: 1px solid #e388a6;
}

.tag_pink {
    background-color: #e388a6;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_pink i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.cyan {
    color: #4db0ca;
}

cyan {
    color: #4db0ca;
}

.bg_cyan {
    background-color: #4db0ca;
}

.bdr_cyan {
    border-color: #4db0ca !important;
}

.border_cyan {
    border: 1px solid #4db0ca;
}

.tag_cyan {
    background-color: #4db0ca;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_cyan i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.blueviolet {
    color: #ad88e3;
}

blueviolet {
    color: #ad88e3;
}

.bg_blueviolet {
    background-color: #ad88e3;
}

.bdr_blueviolet {
    border-color: #ad88e3 !important;
}

.border_blueviolet {
    border: 1px solid #ad88e3;
}

.tag_blueviolet {
    background-color: #ad88e3;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_blueviolet i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.sky_blue {
    color: #92e3fa;
}

sky_blue {
    color: #92e3fa;
}

.bg_sky_blue {
    background-color: #92e3fa;
}

.bdr_sky_blue {
    border-color: #92e3fa !important;
}

.border_sky_blue {
    border: 1px solid #92e3fa;
}

.tag_sky_blue {
    background-color: #92e3fa;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_sky_blue i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.mid_gray {
    color: #e2e2e2;
}

mid_gray {
    color: #e2e2e2;
}

.bg_mid_gray {
    background-color: #e2e2e2;
}

.bdr_mid_gray {
    border-color: #e2e2e2 !important;
}

.border_mid_gray {
    border: 1px solid #e2e2e2;
}

.tag_mid_gray {
    background-color: #e2e2e2;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_mid_gray i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.purple {
    color: #d18ae5;
}

purple {
    color: #d18ae5;
}

.bg_purple {
    background-color: #d18ae5;
}

.bdr_purple {
    border-color: #d18ae5 !important;
}

.border_purple {
    border: 1px solid #d18ae5;
}

.tag_purple {
    background-color: #d18ae5;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_purple i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.facebook {
    color: #3B5998;
}

facebook {
    color: #3B5998;
}

.bg_facebook {
    background-color: #3B5998;
}

.bdr_facebook {
    border-color: #3B5998 !important;
}

.border_facebook {
    border: 1px solid #3B5998;
}

.tag_facebook {
    background-color: #3B5998;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_facebook i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.flickr {
    color: #FE0883;
}

flickr {
    color: #FE0883;
}

.bg_flickr {
    background-color: #FE0883;
}

.bdr_flickr {
    border-color: #FE0883 !important;
}

.border_flickr {
    border: 1px solid #FE0883;
}

.tag_flickr {
    background-color: #FE0883;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_flickr i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.outlook {
    color: #0072C6;
}

outlook {
    color: #0072C6;
}

.bg_outlook {
    background-color: #0072C6;
}

.bdr_outlook {
    border-color: #0072C6 !important;
}

.border_outlook {
    border: 1px solid #0072C6;
}

.tag_outlook {
    background-color: #0072C6;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_outlook i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.foursquare {
    color: #8FD400;
}

foursquare {
    color: #8FD400;
}

.bg_foursquare {
    background-color: #8FD400;
}

.bdr_foursquare {
    border-color: #8FD400 !important;
}

.border_foursquare {
    border: 1px solid #8FD400;
}

.tag_foursquare {
    background-color: #8FD400;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_foursquare i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.google {
    color: #C63D2D;
}

google {
    color: #C63D2D;
}

.bg_google {
    background-color: #C63D2D;
}

.bdr_google {
    border-color: #C63D2D !important;
}

.border_google {
    border: 1px solid #C63D2D;
}

.tag_google {
    background-color: #C63D2D;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_google i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.instagram {
    color: #4E433C;
}

instagram {
    color: #4E433C;
}

.bg_instagram {
    background-color: #4E433C;
}

.bdr_instagram {
    border-color: #4E433C !important;
}

.border_instagram {
    border: 1px solid #4E433C;
}

.tag_instagram {
    background-color: #4E433C;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_instagram i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.linkedin {
    color: #4875B4;
}

linkedin {
    color: #4875B4;
}

.bg_linkedin {
    background-color: #4875B4;
}

.bdr_linkedin {
    border-color: #4875B4 !important;
}

.border_linkedin {
    border: 1px solid #4875B4;
}

.tag_linkedin {
    background-color: #4875B4;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_linkedin i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.tumblr {
    color: #2B4964;
}

tumblr {
    color: #2B4964;
}

.bg_tumblr {
    background-color: #2B4964;
}

.bdr_tumblr {
    border-color: #2B4964 !important;
}

.border_tumblr {
    border: 1px solid #2B4964;
}

.tag_tumblr {
    background-color: #2B4964;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_tumblr i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.twitter {
    color: #33CCFF;
}

twitter {
    color: #33CCFF;
}

.bg_twitter {
    background-color: #33CCFF;
}

.bdr_twitter {
    border-color: #33CCFF !important;
}

.border_twitter {
    border: 1px solid #33CCFF;
}

.tag_twitter {
    background-color: #33CCFF;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_twitter i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.vimeo {
    color: #86B32D;
}

vimeo {
    color: #86B32D;
}

.bg_vimeo {
    background-color: #86B32D;
}

.bdr_vimeo {
    border-color: #86B32D !important;
}

.border_vimeo {
    border: 1px solid #86B32D;
}

.tag_vimeo {
    background-color: #86B32D;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_vimeo i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.youtube {
    color: #FF3333;
}

youtube {
    color: #FF3333;
}

.bg_youtube {
    background-color: #FF3333;
}

.bdr_youtube {
    border-color: #FF3333 !important;
}

.border_youtube {
    border: 1px solid #FF3333;
}

.tag_youtube {
    background-color: #FF3333;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 100px;
}

.tag_youtube i {
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: 5px;
    vertical-align: text-top;
}

.btn {
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0.307rem;
}

@media (max-width: 575px) {
    .btn {
        margin-bottom: 5px;
    }
}

.btn.btn-xs {
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
}

.btn.btn-sm {
    padding: 0.25rem 0.8rem;
    font-size: 0.875rem;
}

.btn.btn-default.btn-link {
    padding: 0;
    background: none;
}

.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:active {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}

.btn.btn_icon {
    background: none;
    padding: 0;
    border: none;
    line-height: 0;
}

.btn.btn_icon.gray {
    color: #acacac;
}

.btn.btn_icon.gray:hover {
    color: #00ABE9;
}

.link {
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}

.link.link-md {
    padding-right: 1rem;
}

.badge.count {
    top: -10px;
    right: 6px;
    padding: 2px 5px;
    font-size: 0.85rem;
}

.bdr_turquoise {
    border-color: #32d1b1;
}

.btn.btn_turquoise.btn-link {
    color: #32d1b1;
    background-color: transparent;
}

.btn.btn_turquoise:not(.btn-link) {
    background-color: #32d1b1;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_turquoise {
    border: 2px solid #32d1b1;
    color: #32d1b1;
}

.bdr_white {
    border-color: #fff;
}

.btn.btn_white.btn-link {
    color: #fff;
    background-color: transparent;
}

.btn.btn_white:not(.btn-link) {
    background-color: #fff;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_white {
    border: 2px solid #fff;
    color: #fff;
}

.bdr_black {
    border-color: #000;
}

.btn.btn_black.btn-link {
    color: #000;
    background-color: transparent;
}

.btn.btn_black:not(.btn-link) {
    background-color: #000;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_black {
    border: 2px solid #000;
    color: #000;
}

.bdr_gray_black {
    border-color: #324B58;
}

.btn.btn_gray_black.btn-link {
    color: #324B58;
    background-color: transparent;
}

.btn.btn_gray_black:not(.btn-link) {
    background-color: #324B58;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_gray_black {
    border: 2px solid #324B58;
    color: #324B58;
}

.bdr_dark_gray {
    border-color: #555;
}

.btn.btn_dark_gray.btn-link {
    color: #555;
    background-color: transparent;
}

.btn.btn_dark_gray:not(.btn-link) {
    background-color: #555;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_dark_gray {
    border: 2px solid #555;
    color: #555;
}

.bdr_gray {
    border-color: #acacac;
}

.btn.btn_gray.btn-link {
    color: #acacac;
    background-color: transparent;
}

.btn.btn_gray:not(.btn-link) {
    background-color: #acacac;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_gray {
    border: 2px solid #acacac;
    color: #acacac;
}

.bdr_light_gray {
    border-color: #f2f2f2;
}

.btn.btn_light_gray.btn-link {
    color: #f2f2f2;
    background-color: transparent;
}

.btn.btn_light_gray:not(.btn-link) {
    background-color: #f2f2f2;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_light_gray {
    border: 2px solid #f2f2f2;
    color: #f2f2f2;
}

.bdr_red {
    border-color: #ff0000;
}

.btn.btn_red.btn-link {
    color: #ff0000;
    background-color: transparent;
}

.btn.btn_red:not(.btn-link) {
    background-color: #ff0000;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_red {
    border: 2px solid #ff0000;
    color: #ff0000;
}

.bdr_green {
    border-color: #81c36b;
}

.btn.btn_green.btn-link {
    color: #81c36b;
    background-color: transparent;
}

.btn.btn_green:not(.btn-link) {
    background-color: #81c36b;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_green {
    border: 2px solid #81c36b;
    color: #81c36b;
}

.bdr_light_green {
    border-color: #4CAE71;
}

.btn.btn_light_green.btn-link {
    color: #4CAE71;
    background-color: transparent;
}

.btn.btn_light_green:not(.btn-link) {
    background-color: #4CAE71;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_light_green {
    border: 2px solid #4CAE71;
    color: #4CAE71;
}

.bdr_blue {
    border-color: #00ABE9;
}

.btn.btn_blue.btn-link {
    color: #00ABE9;
    background-color: transparent;
}

.btn.btn_blue:not(.btn-link) {
    background-color: #00ABE9;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_blue {
    border: 2px solid #00ABE9;
    color: #00ABE9;
}

.bdr_dark_blue {
    border-color: #4a329b;
}

.btn.btn_dark_blue.btn-link {
    color: #4a329b;
    background-color: transparent;
}

.btn.btn_dark_blue:not(.btn-link) {
    background-color: #4a329b;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_dark_blue {
    border: 2px solid #4a329b;
    color: #4a329b;
}

.bdr_light_blue {
    border-color: #8bb8e5;
}

.btn.btn_light_blue.btn-link {
    color: #8bb8e5;
    background-color: transparent;
}

.btn.btn_light_blue:not(.btn-link) {
    background-color: #8bb8e5;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_light_blue {
    border: 2px solid #8bb8e5;
    color: #8bb8e5;
}

.bdr_orange {
    border-color: #F4BC69;
}

.btn.btn_orange.btn-link {
    color: #F4BC69;
    background-color: transparent;
}

.btn.btn_orange:not(.btn-link) {
    background-color: #F4BC69;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_orange {
    border: 2px solid #F4BC69;
    color: #F4BC69;
}

.bdr_yellow {
    border-color: #fab63f;
}

.btn.btn_yellow.btn-link {
    color: #fab63f;
    background-color: transparent;
}

.btn.btn_yellow:not(.btn-link) {
    background-color: #fab63f;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_yellow {
    border: 2px solid #fab63f;
    color: #fab63f;
}

.bdr_maroon {
    border-color: #800000;
}

.btn.btn_maroon.btn-link {
    color: #800000;
    background-color: transparent;
}

.btn.btn_maroon:not(.btn-link) {
    background-color: #800000;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_maroon {
    border: 2px solid #800000;
    color: #800000;
}

.bdr_pink {
    border-color: #e388a6;
}

.btn.btn_pink.btn-link {
    color: #e388a6;
    background-color: transparent;
}

.btn.btn_pink:not(.btn-link) {
    background-color: #e388a6;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_pink {
    border: 2px solid #e388a6;
    color: #e388a6;
}

.bdr_cyan {
    border-color: #4db0ca;
}

.btn.btn_cyan.btn-link {
    color: #4db0ca;
    background-color: transparent;
}

.btn.btn_cyan:not(.btn-link) {
    background-color: #4db0ca;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_cyan {
    border: 2px solid #4db0ca;
    color: #4db0ca;
}

.bdr_blueviolet {
    border-color: #ad88e3;
}

.btn.btn_blueviolet.btn-link {
    color: #ad88e3;
    background-color: transparent;
}

.btn.btn_blueviolet:not(.btn-link) {
    background-color: #ad88e3;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_blueviolet {
    border: 2px solid #ad88e3;
    color: #ad88e3;
}

.bdr_sky_blue {
    border-color: #92e3fa;
}

.btn.btn_sky_blue.btn-link {
    color: #92e3fa;
    background-color: transparent;
}

.btn.btn_sky_blue:not(.btn-link) {
    background-color: #92e3fa;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_sky_blue {
    border: 2px solid #92e3fa;
    color: #92e3fa;
}

.bdr_mid_gray {
    border-color: #e2e2e2;
}

.btn.btn_mid_gray.btn-link {
    color: #e2e2e2;
    background-color: transparent;
}

.btn.btn_mid_gray:not(.btn-link) {
    background-color: #e2e2e2;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_mid_gray {
    border: 2px solid #e2e2e2;
    color: #e2e2e2;
}

.bdr_purple {
    border-color: #d18ae5;
}

.btn.btn_purple.btn-link {
    color: #d18ae5;
    background-color: transparent;
}

.btn.btn_purple:not(.btn-link) {
    background-color: #d18ae5;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_purple {
    border: 2px solid #d18ae5;
    color: #d18ae5;
}

.bdr_facebook {
    border-color: #3B5998;
}

.btn.btn_facebook.btn-link {
    color: #3B5998;
    background-color: transparent;
}

.btn.btn_facebook:not(.btn-link) {
    background-color: #3B5998;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_facebook {
    border: 2px solid #3B5998;
    color: #3B5998;
}

.bdr_flickr {
    border-color: #FE0883;
}

.btn.btn_flickr.btn-link {
    color: #FE0883;
    background-color: transparent;
}

.btn.btn_flickr:not(.btn-link) {
    background-color: #FE0883;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_flickr {
    border: 2px solid #FE0883;
    color: #FE0883;
}

.bdr_outlook {
    border-color: #0072C6;
}

.btn.btn_outlook.btn-link {
    color: #0072C6;
    background-color: transparent;
}

.btn.btn_outlook:not(.btn-link) {
    background-color: #0072C6;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_outlook {
    border: 2px solid #0072C6;
    color: #0072C6;
}

.bdr_foursquare {
    border-color: #8FD400;
}

.btn.btn_foursquare.btn-link {
    color: #8FD400;
    background-color: transparent;
}

.btn.btn_foursquare:not(.btn-link) {
    background-color: #8FD400;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_foursquare {
    border: 2px solid #8FD400;
    color: #8FD400;
}

.bdr_google {
    border-color: #C63D2D;
}

.btn.btn_google.btn-link {
    color: #C63D2D;
    background-color: transparent;
}

.btn.btn_google:not(.btn-link) {
    background-color: #C63D2D;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_google {
    border: 2px solid #C63D2D;
    color: #C63D2D;
}

.bdr_instagram {
    border-color: #4E433C;
}

.btn.btn_instagram.btn-link {
    color: #4E433C;
    background-color: transparent;
}

.btn.btn_instagram:not(.btn-link) {
    background-color: #4E433C;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_instagram {
    border: 2px solid #4E433C;
    color: #4E433C;
}

.bdr_linkedin {
    border-color: #4875B4;
}

.btn.btn_linkedin.btn-link {
    color: #4875B4;
    background-color: transparent;
}

.btn.btn_linkedin:not(.btn-link) {
    background-color: #4875B4;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_linkedin {
    border: 2px solid #4875B4;
    color: #4875B4;
}

.bdr_tumblr {
    border-color: #2B4964;
}

.btn.btn_tumblr.btn-link {
    color: #2B4964;
    background-color: transparent;
}

.btn.btn_tumblr:not(.btn-link) {
    background-color: #2B4964;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_tumblr {
    border: 2px solid #2B4964;
    color: #2B4964;
}

.bdr_twitter {
    border-color: #33CCFF;
}

.btn.btn_twitter.btn-link {
    color: #33CCFF;
    background-color: transparent;
}

.btn.btn_twitter:not(.btn-link) {
    background-color: #33CCFF;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_twitter {
    border: 2px solid #33CCFF;
    color: #33CCFF;
}

.bdr_vimeo {
    border-color: #86B32D;
}

.btn.btn_vimeo.btn-link {
    color: #86B32D;
    background-color: transparent;
}

.btn.btn_vimeo:not(.btn-link) {
    background-color: #86B32D;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_vimeo {
    border: 2px solid #86B32D;
    color: #86B32D;
}

.bdr_youtube {
    border-color: #FF3333;
}

.btn.btn_youtube.btn-link {
    color: #FF3333;
    background-color: transparent;
}

.btn.btn_youtube:not(.btn-link) {
    background-color: #FF3333;
    color: #fff;
}

.btn.btn_white:not(.btn-link) {
    color: #000;
}

.btn_bdr_youtube {
    border: 2px solid #FF3333;
    color: #FF3333;
}

.circulbtn {
    border-radius: 100%;
    background-color: rgba(0, 171, 233, 0.5);
    position: absolute;
    right: 0;
    top: 0;
}

.circulbtn.btn-md {
    height: 25px;
    width: 25px;
    padding: 2px;
}

.circulbtn.btn-xs {
    font-size: 10px;
    height: 1.2rem;
    width: 1.2rem;
    padding: 0px;
}

.circulbtn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.jumbobtn {
    width: 100%;
    padding: 15px;
    white-space: normal;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 10px;
}

.jumbobtn p {
    margin: 0;
    font-size: 0.9rem;
}

.jumbobtn h5 {
    position: relative;
    display: inline-block;
}

.jumbobtn h5:after {
    content: "";
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.jumbobtn:hover h4 {
    position: relative;
    display: inline-block;
}

.jumbobtn:hover h4:after {
    width: 100%;
}

.btn_radius {
    border-radius: 100%;
}

.btn_radius.btn-md {
    height: 3rem;
    width: 3rem;
    padding: 0.45rem;
    font-size: 1.45rem;
}

.btn_radius.btn-md .icon {
    display: block;
    height: 100%;
    width: 100%;
}

.btn_radius.btn-sm {
    height: 2rem;
    width: 2rem;
    padding: 0.2rem;
    font-size: 0.95rem;
}

.btn_radius.btn-sm+.btn {
    margin-left: 5px;
}

.btn_radius.btn-sm .icon {
    display: block;
    height: 100%;
    width: 100%;
}

.btn_radius+span {
    clear: both;
    display: block;
}

.bdr_radius {
    border-radius: 100px;
}

.link-turquoise {
    color: #32d1b1;
}

.link-turquoise:hover,
.link-turquoise:focus {
    color: #32d1b1;
}

.link-white {
    color: #fff;
}

.link-white:hover,
.link-white:focus {
    color: #fff;
}

.link-black {
    color: #000;
}

.link-black:hover,
.link-black:focus {
    color: #000;
}

.link-gray_black {
    color: #324B58;
}

.link-gray_black:hover,
.link-gray_black:focus {
    color: #324B58;
}

.link-dark_gray {
    color: #555;
}

.link-dark_gray:hover,
.link-dark_gray:focus {
    color: #555;
}

.link-gray {
    color: #acacac;
}

.link-gray:hover,
.link-gray:focus {
    color: #acacac;
}

.link-light_gray {
    color: #f2f2f2;
}

.link-light_gray:hover,
.link-light_gray:focus {
    color: #f2f2f2;
}

.link-red {
    color: #ff0000;
}

.link-red:hover,
.link-red:focus {
    color: #ff0000;
}

.link-green {
    color: #81c36b;
}

.link-green:hover,
.link-green:focus {
    color: #81c36b;
}

.link-light_green {
    color: #4CAE71;
}

.link-light_green:hover,
.link-light_green:focus {
    color: #4CAE71;
}

.link-blue {
    color: #00ABE9;
}

.link-blue:hover,
.link-blue:focus {
    color: #00ABE9;
}

.link-dark_blue {
    color: #4a329b;
}

.link-dark_blue:hover,
.link-dark_blue:focus {
    color: #4a329b;
}

.link-light_blue {
    color: #8bb8e5;
}

.link-light_blue:hover,
.link-light_blue:focus {
    color: #8bb8e5;
}

.link-orange {
    color: #F4BC69;
}

.link-orange:hover,
.link-orange:focus {
    color: #F4BC69;
}

.link-yellow {
    color: #fab63f;
}

.link-yellow:hover,
.link-yellow:focus {
    color: #fab63f;
}

.link-maroon {
    color: #800000;
}

.link-maroon:hover,
.link-maroon:focus {
    color: #800000;
}

.link-pink {
    color: #e388a6;
}

.link-pink:hover,
.link-pink:focus {
    color: #e388a6;
}

.link-cyan {
    color: #4db0ca;
}

.link-cyan:hover,
.link-cyan:focus {
    color: #4db0ca;
}

.link-blueviolet {
    color: #ad88e3;
}

.link-blueviolet:hover,
.link-blueviolet:focus {
    color: #ad88e3;
}

.link-sky_blue {
    color: #92e3fa;
}

.link-sky_blue:hover,
.link-sky_blue:focus {
    color: #92e3fa;
}

.link-mid_gray {
    color: #e2e2e2;
}

.link-mid_gray:hover,
.link-mid_gray:focus {
    color: #e2e2e2;
}

.link-purple {
    color: #d18ae5;
}

.link-purple:hover,
.link-purple:focus {
    color: #d18ae5;
}

.link-facebook {
    color: #3B5998;
}

.link-facebook:hover,
.link-facebook:focus {
    color: #3B5998;
}

.link-flickr {
    color: #FE0883;
}

.link-flickr:hover,
.link-flickr:focus {
    color: #FE0883;
}

.link-outlook {
    color: #0072C6;
}

.link-outlook:hover,
.link-outlook:focus {
    color: #0072C6;
}

.link-foursquare {
    color: #8FD400;
}

.link-foursquare:hover,
.link-foursquare:focus {
    color: #8FD400;
}

.link-google {
    color: #C63D2D;
}

.link-google:hover,
.link-google:focus {
    color: #C63D2D;
}

.link-instagram {
    color: #4E433C;
}

.link-instagram:hover,
.link-instagram:focus {
    color: #4E433C;
}

.link-linkedin {
    color: #4875B4;
}

.link-linkedin:hover,
.link-linkedin:focus {
    color: #4875B4;
}

.link-tumblr {
    color: #2B4964;
}

.link-tumblr:hover,
.link-tumblr:focus {
    color: #2B4964;
}

.link-twitter {
    color: #33CCFF;
}

.link-twitter:hover,
.link-twitter:focus {
    color: #33CCFF;
}

.link-vimeo {
    color: #86B32D;
}

.link-vimeo:hover,
.link-vimeo:focus {
    color: #86B32D;
}

.link-youtube {
    color: #FF3333;
}

.link-youtube:hover,
.link-youtube:focus {
    color: #FF3333;
}

.action_btn a.btn {
    text-decoration: underline;
}

.custom_select:focus {
    outline: 0;
}

.custom_select>.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    font-size: 0.875rem;
    color: #000;
    padding-left: 0;
}

.custom_select>.dropdown-toggle:focus {
    outline: 0 !important;
    background-color: transparent;
}

.custom_select>.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    border: 0;
    padding-left: 20px;
    color: #555;
    font-weight: 300;
}

.custom-control .custom-control-label {
    font-size: 0.875rem;
    line-height: 1.8;
}

nav.navbar {
    background-color: #221F20;
}

nav.navbar .navbar-brand img {
    width: auto;
    max-height: 50px;
}

nav.navbar .navbar-nav {
    margin-right: auto;
}

nav.navbar .navbar-nav li.nav-item {
    padding: 0 15px;
}

@media (max-width: 769px) {
    nav.navbar .navbar-nav li.nav-item {
        padding: 8px 0px;
    }
}

nav.navbar .navbar-nav li.nav-item.active .nav-link {
    color: #fff;
}

nav.navbar .navbar-nav li.nav-item .nav-link {
    color: #00ABE9;
    padding: 5px;
    font-family: "plutosansw04-boldregular";
}

nav.navbar .navbar-nav li.nav-item .nav-link.sign_btn {
    color: #fff;
    border-radius: 100px;
    padding: 5px 20px;
}

@media (max-width: 769px) {
    nav.navbar .navbar-right {
        padding: 8px 0px;
        width: 100%;
    }
}

nav.navbar .navbar-right button {
    font-weight: 300;
}

.footer {
    padding: 30px 0px;
    color: #fff;
}

body {
    font-size: 14px;
    color: #121212;
    font-family: "robotoregular";
}

@media (max-width: 769px) {
    body {
        font-size: 12px;
    }
}

.bold {
    font-weight: 700;
}

.home_carousel .slick-slide {
    height: auto;
    background-color: #221F20;
}

.home_carousel .slick-slide .carousel-item .back {
    background-color: #221F20;
    height: calc(100vh - 9px);
}

@media (max-width: 991px) {
    .home_carousel .slick-slide .carousel-item .back {
        height: 39vh;
    }
}

.home_carousel .slick-slide .carousel-item .caption_img {
    position: absolute;
    right: 10%;
    max-width: 35%;
    bottom: 0;
    height: 85vh;
}

@media (max-width: 991px) {
    .home_carousel .slick-slide .carousel-item .caption_img {
        max-width: 100%;
        width: 100%;
        bottom: unset;
        height: 31vh;
        top: 64px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

.home_carousel .slick-slide .carousel-item .caption_img img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .home_carousel .slick-slide .carousel-item .caption_img img {
        margin: 0 auto;
    }
}

.home_carousel .slick-slide .carousel-item .caption_text {
    position: absolute;
    left: 14%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 30%;
    font-family: "plutosansw04-boldregular";
}

@media (max-width: 991px) {
    .home_carousel .slick-slide .carousel-item .caption_text {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        padding: 15px;
        max-width: 100%;
    }
}

.home_carousel .slick-slide .carousel-item .caption_text h1 {
    color: #F4BC69;
}

@media (max-width: 991px) {
    .home_carousel .slick-slide .carousel-item .caption_text h1 {
        font-size: 1.5rem;
    }
}

.home_carousel .slick-slide .carousel-item .caption_text h1 span {
    color: #fff;
}

.home_carousel .slick-slide .carousel-item .caption_text p {
    color: #fff;
    font-weight: 300;
}

.home_carousel .slick-slide .carousel-item .caption_text .caption_btns a {
    border-radius: 100px;
    font-size: 0.8rem;
    padding: 8px 30px;
    color: #fff;
    font-weight: 300;
}

.home_carousel .slick-slide .carousel-item .caption_text .caption_btns a:first-child {
    background-color: #00ABE9;
}

.home_carousel .slick-slide .carousel-item .caption_text .caption_btns a:last-child {
    background-color: #4CAE71;
}

.banner_strip {
    background: transparent linear-gradient(90deg, #FFF14B 0%, #F4BC69 24%, #DB3832 46%, #F4BC69 64%, #4CAE71 80%, #00ABE9 100%) 0% 0% no-repeat padding-box;
    display: block;
    width: 100%;
    height: 9px;
}

@media (max-width: 991px) {
    .banner_strip {
        position: absolute;
        top: 36.5vh;
    }
}

.main_heading {
    font-family: "good_timingbold";
    color: #324B58;
    font-size: 2rem;
}

@media (max-width: 991px) {
    .main_heading {
        font-size: 1.5rem;
    }
}

.main_sec {
    padding: 30px 0px;
}

.main_sec p.sec_text {
    color: #121212;
    opacity: 0.8;
}

.center_para {
    max-width: 70%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .center_para {
        max-width: 100%;
    }
}

.testmonial_text {
    background-color: #324B58;
    padding: 15px 30px;
    border-radius: 20px;
    margin-top: -85px;
    margin-bottom: 30px;
}

.testmonial_text p {
    font-family: "good_timingbold";
}

.program_div {
    position: relative;
    padding: 0 25px;
}

.program_div:nth-child(even) h2 {
    color: #00ABE9;
}

.program_div h2 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 30px;
}

.program_div .program_circle {
    width: 109px;
    height: 109px;
    border-radius: 100px;
    background-color: #fff;
    padding: 20px 5px;
    text-align: center;
    margin: 0 auto;
}

h2 {
    font-family: "good_timingbold";
}

.radius100 {
    border-radius: 100px;
}

.services_card .card-header {
    background: transparent linear-gradient(90deg, #F4BC69 0%, #DD0000 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    padding: 30px 30px 40px 30px;
}

.services_card .card-header h2 {
    color: #fff;
    font-size: 1.2rem;
}

.services_card .card-body .price {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 15px;
    font-family: "robotomedium";
}

.services_card .card-body p.info {
    text-align: center;
    font-size: 0.75rem;
    margin-bottom: 40px;
}

.services_card .card-body a {
    font-size: 0.85rem;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.bg_gray_black h1,
.bg_gray_black p {
    color: #fff !important;
}

.contact_list {
    padding-left: 0;
    counter-reset: listStyle;
}

.contact_list li {
    counter-increment: listStyle;
    list-style-type: none;
    color: #555;
    padding-bottom: 5px;
}

.contact_list li::before {
    content: counter(listStyle, lower-alpha) ")";
    color: #00ABE9;
    padding-right: 5px;
    font-weight: 700;
}

.left_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.left_img img {
    height: 100%;
    object-fit: cover;
}

form .form-control {
    height: calc(2.5em + 0.75rem + 2px);
    font-size: 0.8rem;
}

textarea.form-control {
    height: auto !important;
}

#service_we_offer {
    background-image: url("../images/banners/dna1.png"), url("../images/banners/dna2.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    #service_we_offer {
        background-image: url("../images/banners/dna-mob.png");
        background-position: center 60%;
    }
}

#service_we_offer .mob_blank_div {
    height: 100px;
}

@media (min-width: 992px) {
    #service_we_offer .mob_blank_div {
        display: none;
    }
}

.credibility_statement_sec {
    padding: 125px 0px 60px;
}

.credibility_statement_sec .sec_height_footer {
    height: 175px;
}

.credibility_statement_sec h4 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.credibility_statement_sec p {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
}

.credibility_statement_sec h3 {
    font-size: 21px;
    color: #1a2d37;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 2px solid #307690;
}

.credibility_statement_sec h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #00abe9;
}

.credibility_statement_sec ol {
    list-style-type: lower-latin;
}

.credibility_statement_sec li {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
}

div#tab2 .order_product {
    max-height: 275px;
    overflow: auto;
}

button.btn.btn-dark.btn-rounded {
    background: #00abe9;
    border: none;
    padding: 8px 42px !important;
    border-radius: 40px;
}


/* ==========dashboard PAGE CODE START=============== */

div#tab4 .address .form-control {
    border: none;
    margin-bottom: 18px;
}

div#tab4 .address .form-control input {
    height: 34px;
}

.dashboard_section ul.tabs li a {
    color: white;
}

section.dashboard_section {
    padding: 75px 0px 50px;
    height: 90vh;
}

.dashboard_section .tabs_wrapper {
    width: 100%;
    text-align: left;
    margin: 0;
    background: transparent;
}

.dashboard_section ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0px 0 0;
    padding: 0;
    margin-right: 30px;
    width: 20%;
    min-width: 175px;
    list-style: none;
    background: #324b58;
}

section.dashboard_section .tab_container p a.text-primary {
    color: #00abe9 !important;
}

a.btn.btn-dark.btn-rounded {
    background: #00abe9;
    border: none;
    padding: 7px 29px;
    font-weight: 100;
    border-radius: 50px;
}

section.dashboard_section .tab_container p {
    font-size: 14px;
    margin-bottom: 17px !important;
    line-height: 24px;
    color: #828282;
}

.dashboard_section ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 54px;
    border-bottom: 1px solid #ffffff38;
    color: white;
    text-align: left;
    font-weight: bold;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dashboard_section ul.tabs li:hover {
    background: #00abe9;
}

.dashboard_section ul.tabs li.active {
    background: #00abe9;
}

.dashboard_section .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0%;
    width: 75%;
    min-width: 10px;
    min-height: auto !important;
    text-align: left;
    background: white;
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.dashboard_section .tab_content {
    padding: 20px;
    height: 100%;
    display: none;
}

.dashboard_section .tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 781px) {
    .dashboard_section ul.tabs {
        display: none;
    }
    .dashboard_section .tab_container {
        display: block;
        margin: 0 auto;
        width: 95%;
        border-top: none;
        border-radius: 0;
        box-shadow: 0px 0px 10px black;
    }
    section.dashboard_section {
        padding: 110px 0px 50px;
        height: auto;
    }
    .dashboard_section .tab_drawer_heading {
        background-color: #ccc;
        background: #324b58;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }
    .dashboard_section .tab_drawer_heading:hover {
        background: #00abe9;
        color: white;
    }
    .dashboard_section .d_active {
        background: #fff;
        background: #324b58;
        color: #ddd;
    }
}


/* ==========dashboard PAGE CODE END=============== */


/* ==========checkout PAGE CODE START=============== */

section.checkout-section {
    padding: 90px 0px 55px;
}

.checkout-field-sec h3 {
    font-size: 26px;
    font-weight: 700;
}

.checkout-field-sec p {
    font-size: 13px;
}

.checkout-field-sec p span {
    color: red;
}

.checkout-field-sec label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.checkout-field-sec input {
    height: 38px;
    font-size: 13px;
}

.amount-pay label.form-check-label a {
    color: #00abe9;
}

.comp-btn button.comp_btn {
    width: 100%;
    background: #4cae71;
    border: none;
    color: white;
    padding: 10px 0px;
    border-radius: 53px;
}

.checkout-field-sec label span {
    color: red;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: inherit;
    padding: 0;
    margin: 12px 0px;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 48px;
    height: 34px;
    margin: 0;
    font-size: 28px;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    border: 1px solid #b0b0b0;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 90px;
    height: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #b0b0b0;
    background: #fff;
    color: #000000;
}

.amount-pay p {
    font-size: 14px;
    margin: 12px 0px;
}

.amount-pay table.table.table-hover {
    background: #f0f0f0;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #474747;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #fff;
}

.select_quantity p {
    margin: 0px 0px 4px;
}


/* ==========checkout PAGE CODE END=============== */


/* ==========confirmations PAGE CODE START=============== */

section.conformation_section {
    background: #221f20;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conformation_heading {
    width: 50%;
    margin: 0px auto;
    text-align: center;
}

.conformation_heading i {
    color: #4cae71;
    font-size: 45px;
    margin-bottom: 25px;
}

.conformation_heading h3 {
    color: #4cae71;
    font-size: 35px;
    font-weight: 600;
}

.conformation_heading p {
    margin: 26px 0px;
    color: white;
    line-height: 24px;
    font-size: 15px;
}

.conformation_heading p b {
    color: #e7b365;
}

button.backhome_btn {
    background: #4cae71;
    border: none;
    padding: 10px 47px;
    font-size: 14px;
    color: white;
    border-radius: 30px;
}


/* ==========confirmations PAGE CODE END=============== */


/* ==========sign_in PAGE CODE START=============== */

section.login_section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_section .form p.smaill_error {
    margin: 0px;
    text-align: left;
    color: #ff4c4c;
    margin-top: -12px;
    margin-left: 26px;
    font-size: 11px;
}

.login_section .form {
    position: relative;
    z-index: 1;
    background: #324b58;
    border-radius: 15px;
    width: 420px;
    padding: 28px 40px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login_section .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #ffffff;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 14px;
    padding: 12px 28px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 27px;
}

.login_section .form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #00abe9;
    border-radius: 50px;
    width: 100%;
    border: 0;
    margin-top: 5px;
    padding: 12px 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.login_section .form button:hover,
.form button:active,
.form button:focus {
    background: #0688b8;
}

.login_section .form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.login_section .form .message a {
    color: #00abe9;
    text-decoration: none;
}

.login_section .form .register-form {
    display: none;
}

.login_section .container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.login_section .container:before,
.login_section .container:after {
    content: "";
    display: block;
    clear: both;
}

.login_section .container .info {
    margin: 50px auto;
    text-align: center;
}

.login_section .container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.login_section .container .info span {
    color: #4d4d4d;
    font-size: 12px;
}

.login_section .container .info span a {
    color: #000000;
    text-decoration: none;
}

.login_section .container .info span .fa {
    color: #EF3B3A;
}

.login_section body {
    background: #76b852;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #76b852, #8DC26F);
    background: -moz-linear-gradient(right, #76b852, #8DC26F);
    background: -o-linear-gradient(right, #76b852, #8DC26F);
    background: linear-gradient(to left, #76b852, #8DC26F);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login_logo {
    margin-bottom: 20px;
}


/* ==========sign_in PAGE CODE END=============== */

.login_section small p {
    margin: 0px;
    color: #ff4343;
    text-align: left;
    margin-top: -10px;
    margin-left: 18px;
    margin-bottom: 14px;
}

.form {
    padding: 30px 40px;
}

.form-control {
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}

.form-control label {
    color: #777;
    display: block;
    margin-bottom: 5px;
}

.form-control input {
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

section.checkout-section .form-control select {
    border: 1px solid #b0b0b0;
}

.custom-select:focus {
    border-color: #777;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.form-control input:focus {
    outline: 0;
    border-color: #777;
}

.form-control.success input {
    border-color: red;
}

.form-control.error input {
    border-color: red;
}

.form-control small {
    color: red;
    bottom: 0;
    left: 0;
    display: none;
}

form.login-form .form-control,
form.register-form .form-control {
    background: none;
    border: none;
    padding: 0px;
    margin-bottom: 34px !important;
}

.form-control.success input {
    border-color: #2ecc71;
}

.form-control.error small {
    display: block;
}

.form button {
    cursor: pointer;
    background-color: #3498db;
    border: 2px solid #3498db;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}

section.checkout-section .form-control {
    height: auto !important;
    border: none;
    padding: 0px;
    margin-bottom: 15px;
}

.form-check small {
    color: red;
}

.arrow {
    margin-top: 3%;
}

.form-check small p {
    font-size: 13px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}

.slick-next::before,
.slick-prev::before {
    color: blue;
}

.slick-prev:before {
    content: "←";
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: "→";
}

.slick-next {
    right: 3%;
}

.slick-prev {
    left: 3%;
    z-index: 99;
}


/* ===========RESPONSIVE CSS CODE START================ */

@media (max-width: 1440.9px) {
    section.dashboard_section {
        padding: 40px 0px 50px;
    }
    .sec_height_footer {
        height: 135px;
    }
}

@media (max-width: 1024.9px) {
    .home_carousel .slick-slide .carousel-item .caption_text h1 {
        font-size: 30px;
    }
    .home_carousel .slick-slide .carousel-item .caption_img {
        max-width: 41%;
    }
}

@media (max-width: 991.9px) {
    .home_carousel .slick-slide .carousel-item .caption_img {
        max-width: 100%;
    }
    .navbar-light .navbar-toggler {
        background: white;
    }
    section.conformation_section {
        background: #221f20;
        height: 92vh;
    }
    .conformation_heading {
        width: 90%;
    }
    .conformation_heading h3 {
        font-size: 25px;
    }
    .conformation_heading i {
        font-size: 30px;
    }
    .conformation_heading p {
        margin: 22px 0px;
        color: white;
        line-height: 21px;
        font-size: 14px;
    }
    section.login_section {
        height: 98vh;
        margin: 0px 15px;
    }
    .login_section .form {
        padding: 22px 22px;
    }
    nav.navbar .navbar-right {
        padding: 0px 0px;
        width: 100%;
    }
    .dashboard_section .tab_container {
        width: 67%;
    }
    .dashboard_section .tab_container {
        width: 67%;
    }
    div#homeSlider h1.mb-4 {
        font-size: 22px;
    }
}

@media (max-width: 990.9px) {
    .banner_strip {
        display: none;
    }
}

@media (max-width: 780.9px) {
    .sec_height_footer {
        height: auto;
    }
    .arrow {
        display: none;
    }
    .banner_strip {
        display: none;
    }
    .dashboard_section .tab_container {
        width: 100%;
    }
    section#how_it_works .d-block {
        display: block !important;
    }
    .d-flex.justify-content-center.align-items-center {
        display: inherit !important;
    }
    table.table.table-bordered {
        display: block;
        overflow: auto;
    }
    .program_div h2 {
        font-size: 1.25rem;
        text-align: center;
        margin-top: 6px;
        margin-bottom: 20px;
    }
}

@media (max-width: 425.9px) {
    .login_section .form {
        width: 100%;
    }
    .slick-prev,
    .slick-next {
        top: 45%;
    }
    .slick-next {
        right: 5%;
    }
    section.checkout-section {
        padding: 50px 0px 55px;
    }
    .checkout-section .form {
        padding: 30px 15px;
    }
}

@media (max-width: 375.9px) {
    .slick-prev,
    .slick-next {
        top: 45%;
    }
    .slick-next {
        right: 5%;
    }
}

@media (max-width: 320.9px) {
    .slick-prev,
    .slick-next {
        top: 38%;
    }
    .slick-next {
        right: 5%;
    }
}


/* ===========RESPONSIVE CSS CODE END================ */


/* =========== PAGES NEW STYLE CSS CODE START (MIHIR)================ */

body {
    overflow-x: hidden;
}

.page_main {
    float: left;
    width: 100%;
    background: transparent linear-gradient(360deg, #4CAE7165 0%, #00ABE9B2 100%) 0% 0% no-repeat padding-box;
    font-family: 'Pluto Cond';
    font-weight: normal;
    word-break: break-word;
    position: relative;
    overflow-x: hidden;
}

.page_header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.078);
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 90px;
}

.header_content {
    float: left;
    width: 100%;
    padding: 21px 0;
    position: relative;
}

.header_content ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_content ul li.back_btn {
    position: absolute;
    left: -35px;
}

.header_content ul li.back_btn img {
    width: 16px;
}

.header_content ul li.logo img {
    height: 30px;
}

.header_content ul li.getStart_BtnLi {
    margin-left: auto;
}

.blue_btn {
    font-weight: bold;
    font-family: "Pluto Cond";
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    padding: 5px 22px;
    background: #00A1ED;
    box-shadow: 0px 2px 5px #00000029;
    border-radius: 100px;
    transition: 0.3s linear;
}

.blue_btn:hover {
    background: #324b58;
}

section {
    float: left;
    width: 100%;
}

.page_contentmain {
    float: left;
    width: 100%;
    min-height: calc(100vh - 82px);
    padding-top: 90px;
    text-align: center;
}

.inner_page_content {
    float: left;
    width: 100%;
    padding: 52px 0 20px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1202px;
    padding: 0 20px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

footer.page_footer {
    float: left;
    width: 100%;
    height: 82px;
    position: relative;
    overflow: hidden;
    padding: 32px 32px 48px 32px;
    background: url(../images/wave.png) no-repeat;
    background-position: top;
    background-size: 100%;
}


/** PAGE 1 CSS START **/

.page1_wrapper.wrapper {
    max-width: 679px;
}

.page_title {
    float: left;
    width: 100%;
}

.page_title h4 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    padding-bottom: 45px;
    font-family: 'Pluto Cond';
    font-weight: normal;
}

.page_title h6 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
}

.page_title h2 {
    color: #324B58;
    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    padding-bottom: 27px;
}

.page_question {
    float: left;
    width: 100%;
}

.page_question ul {
    float: left;
    width: 100%;
    /* list-style: upper-alpha; */
    list-style: none;
    margin: 0;
    padding: 0;
}

.page_question ul li {
    padding: 25px 0 34px;
    float: left;
    width: 100%;
    border-top: 2px solid #324B58;
    color: #000000;
    font-size: 20px;
    line-height: 29px;
    font-weight: normal;
    font-family: 'Pluto Cond';
    padding-left: 25px;
    position: relative;
}

.page_question ul li span {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page_ftr_btn {
    float: left;
    width: 100%;
}

.ftr_blue_btn {
    background: #00A1ED;
    box-shadow: 0px 0px 6px #00000029;
    border: 4px solid #FFFFFF66;
    color: #FFFFFF;
    font-family: 'Pluto Cond';
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 23px 10px 31px;
    border-radius: 100px;
    max-width: 374px;
    width: 100%;
    text-align: left;
    display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s linear;
}

.ftr_blue_btn .next_circle_btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.ftr_blue_btn .next_circle_btn img {
    width: 13px;
}

.ftr_blue_btn:hover {
    background: #324b58;
}


/** PAGE 2 CSS START **/

.page2 .page_title {
    padding-bottom: 30px;
    text-align: center;
}

.page2_cards_Sec {
    float: left;
    width: 100%;
}

.page2_cards_Sec_wrapper {
    margin: 0 -10px;
}

.large_card {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.large_card .large_card_wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 15px 20px 15px 15px;
    height: 274px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.5s linear;
    background-image: url(../images/large_card_bg.png);
    background-size: contain;
    background-position: center center;
}

.large_card .large_card_wrapper:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.16);
    background-position: -50px;
    opacity: .7;
}

.card_orange {
    background-color: #FFC882 !important;
}

.card_sky {
    background-color: #77D0F7 !important;
}

.card_red {
    background-color: #F7977B !important;
}

.completed_stage .large_card_wrapper {
    border: 3px solid #4CAE71;
}

.large_card .large_card_wrapper .card_icn {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large_card .large_card_wrapper .card_icn img {
    max-width: 100%;
    max-height: 100%;
}

.large_card .large_card_wrapper .card_dtl {
    padding-left: 15px;
    font-family: 'Pluto Cond';
    font-weight: normal;
    width: calc(100% - 64px - 28px);
    padding-right: 10px;
    word-break: break-word;
    float: left;
}

.large_card .large_card_wrapper .card_dtl h3 {
    float: left;
    color: #324B58;
    font-size: 24px;
    letter-spacing: -0.48px;
    width: 100%;
    margin: 0;
}

.large_card .large_card_wrapper .card_dtl p {
    float: left;
    width: 100%;
    padding-top: 5px;
    margin: 0;
    color: #000000;
    font-size: 10px;
    padding-bottom: 7px;
    line-height: normal;
}

.done_badge {
    float: left;
    background: #4CAE71 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 22px 4px 5px;
    box-sizing: border-box;
    line-height: 21px;
}

.done_badge img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.large_card .large_card_wrapper .card_next_icn {
    float: right;
}

.large_card .large_card_wrapper .card_next_icn .next_circle_btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large_card .large_card_wrapper .card_next_icn .next_circle_btn img {
    width: 12px;
}

.page_progress_sec {
    float: left;
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-family: 'Pluto Cond';
    flex-wrap: wrap;
}

.page_progress_sec .left_side {
    width: 60%;
}

.page_progress_sec .left_side p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 11px;
    margin: 0;
}

.progress_bar_main {
    float: left;
    width: 100%;
}

.progress_bar {
    float: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    height: 10px;
    width: 200px;
    padding: 2px;
    box-sizing: border-box;
}

.progress_bar_main .progress_bar .current_progress {
    background: #4CAE71 0% 0% no-repeat padding-box;
    border-radius: 5px;
    height: 6px;
    float: left;
}

.page_progress_sec .right_side {
    text-align: right;
}

.page_progress_sec .right_side span {
    font-size: 12px;
    font-weight: bold;
}

.arw_blue_btn {
    background: #00A1ED;
    box-shadow: 0px 0px 6px #00000029;
    border: 4px solid #FFFFFF66;
    color: #FFFFFF;
    font-family: 'Pluto Cond';
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    padding: 10px;
    border-radius: 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    margin-left: 19px;
    justify-content: center;
}

.arw_blue_btn img {
    width: 20px;
}


/** PAGE 3 CSS START **/

.page3 .page_title {
    padding-bottom: 5px;
    text-align: center;
}

.page3_wrapper.wrapper {
    max-width: 814px;
}

.page3_cards_Sec {
    float: left;
    width: 100%;
}

.page3_cards_Sec_wrapper {
    margin: 0 -10px;
}

.small_card {
    float: left;
    width: 25%;
    padding: 7.5px 12.5px;
}

.small_card .small_card_wrapper {
    background: #FFE9CD 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 12px 10px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s linear;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
}

.small_card .small_card_wrapper:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.16);
}

.small_card .small_card_wrapper .link_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.completed_stage .small_card_wrapper {
    background: #E3FFEE 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border: 3px solid #4CAE71;
}

.small_card .small_card_wrapper .card_icn {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.small_card .small_card_wrapper .card_icn img {
    max-width: 100%;
    max-height: 100%;
}

.small_card .small_card_wrapper .card_dtl {
    font-family: 'Pluto Cond';
    font-weight: normal;
    width: 100%;
    word-break: break-word;
    float: left;
    min-height: 45px;
    padding-bottom: 5px;
}

.small_card .small_card_wrapper .card_dtl h3 {
    float: left;
    color: #000000;
    font-size: 18px;
    width: 100%;
    margin: 0;
}

.small_card_wrapper .done_badge,
.small_card_wrapper .discover_blue_btn {
    margin-top: auto;
}

.discover_blue_btn {
    background: #00A1ED 0% 0% no-repeat padding-box;
    border-radius: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 16px;
    line-height: 26px;
}


/** PAGE 4, 5, 6 CSS START **/

.page4_wrapper.wrapper {
    max-width: 890px;
}

.page4 .page_title {
    text-align: center;
    padding-bottom: 6px;
}

.page_card_details_Sec {
    float: left;
    width: 100%;
}

.card_box {
    float: left;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 4px;
}

.card_box .card_box_title {
    background: #324B58 0% 0% no-repeat padding-box;
    border-radius: 4px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 45px;
}

.card_box .card_box_title h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.card_box .card_box_title .card_ttl_img {
    height: 48px;
    width: 48px;
}

.card_box .card_box_title .card_ttl_img img {
    max-width: 100%;
    max-height: 100%;
}

.card_box_detail {
    float: left;
    width: 100%;
    padding: 15px 45px 30px;
    min-height: 150px;
}

.card_box_detail p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 35px;
}

.card_box_detail h3 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 17px;
}

.img_withcontent {
    float: left;
    width: 100%;
}

.content_center .img_withcontent_wrapper {
    align-items: center;
}

.img_withcontent_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    /* width: 100%; */
}

.img_withcontent.left_img_c .img_withcontent_wrapper {
    flex-direction: row-reverse;
}

.img_withcontent .left_box {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.with_description .card_box_detail p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.img_withcontent .right_box {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.img_withcontent .right_box img {
    max-width: 100%;
    max-height: 100%;
}

.page4 .page_ftr_btn {
    text-align: center;
}

.page_card_details_2 {
    float: left;
    width: 100%;
    padding: 33px 0 37px;
    text-align: center;
}

.page_card_details_2 p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 14px;
}

.page_card_details_2 .custom_radio_toggle {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #324B58;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 8px 23px;
    /* margin-right: -1px; */
    transition: all 0.1s ease-in-out;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 24px;
    min-width: 80px;
    border-right: 1px solid #acdccb;
}

.switch-field label:last-child {
    border-right: none;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #00A1ED;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 40px 0px 0px 40px;
}

.switch-field label:last-of-type {
    border-radius: 0px 40px 40px 0px;
}

.health_switch label {
    min-width: 124px;
}

.health_switch label:first-of-type {
    /* opacity: 0.5; */
    background-color: #7A9897;
}

.health_switch label:nth-of-type(2) {
    /* opacity: 0.75; */
    background-color: #567178;
}

.page_card_details_2_wrapper {
    max-width: 369px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}


/** ---------------- RANGE SLIDER CSS -------------------- **/

.custom_range-slider {
    float: left;
    width: 100%;
}

.range-slider {
    width: 100%;
    position: relative;
    margin-top: 43px;
    margin-bottom: 0;
    float: left;
}

.range-slider .left_label,
.range-slider .right_label {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    position: absolute;
    top: -30px;
}

.range-slider .left_label {
    left: 0;
}

.range-slider .right_label {
    right: 0;
}

#range {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border: 1px solid white;
}

#range:focus {
    outline: none;
}

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    /* background: #324B58; */
    background: linear-gradient(90deg, #324B58 var(--range-progress), #ffffff var(--range-progress));
    border-radius: 1rem;
}

#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #324B58 0% 0% no-repeat padding-box;
    border: 4px solid #FFFFFF6E;
    border-radius: 50%;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-50% + 1px));
}

#range:focus {
    outline: none;
}


/** FOR FIREFOX RANGE SLIDER CSS **/

#range::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #324B58 var(--range-progress), #ffffff var(--range-progress));
    -moz-background: linear-gradient(90deg, #324B58 var(--range-progress), #ffffff var(--range-progress));
    border-radius: 1rem;
    border: none;
}

#range::-moz-range-thumb {
    background: #324B58 0% 0% no-repeat padding-box;
    border: 4px solid #FFFFFF6E;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

#tooltip {
    position: absolute;
    top: -21px;
}

#tooltip span {
    text-align: center;
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90px;
}


/** --------------- CUSTOME NUMBER/quantity FIELD CSS START ---------------- **/

.enrol_person_num {
    float: left;
    width: 100%;
    padding-bottom: 32px;
}


/* .quantity_design {
    position: relative;
    float: left;
} */

.quantity_design {
    position: relative;
    float: left;
    width: 200px;
    height: 44px;
    line-height: 44px;
    display: block;
    margin: 0;
    padding: 0 50px;
    border-radius: 30px;
    text-align: center;
    color: #324B58;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: #ffffff;
    text-align: center;
}

.quantity_design input[type=number]::-webkit-inner-spin-button,
.quantity_design input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity_design input[type=number] {
    -moz-appearance: textfield;
}


/* .quantity_design input {
    width: 200px;
    height: 44px;
    line-height: 44px;
    float: left;
    display: block;
    margin: 0;
    padding: 0 50px;
    border-radius: 30px;
    text-align: center;
    color: #324B58;
    font-size: 14px;
    font-weight: bold;
    border: none;
} */

.quantity_design input {
    height: 44px;
    line-height: 44px;
    margin: 0;
    text-align: center;
    color: #324B58;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: transparent;
    display: inline-block;
}

.quantity_design input:focus {
    outline: 0;
}

.quantity_design-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity_design-button {
    position: absolute;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    background: #324B58;
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    top: 0;
    border-radius: 30px;
}

.quantity_design-button.quantity_design-up {
    top: 0;
    right: 0;
}

.quantity_design-button.quantity_design-down {
    left: 0;
}


/** ---------- PAGE 7 - Enrol Now START CSS -------- **/

.page7_wrapper.wrapper {
    max-width: 828px;
}

.enrolNow_page .inner_page_content {
    padding-top: 38px;
}

.enrolNow_page .page_title {
    text-align: center;
}

.enrolNow_page .page_title .readMore_ttl_top {
    display: inline-flex;
    align-items: center;
    margin-bottom: 38px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.enrolNow_page .page_title .readMore_ttl_top .arw_blue_btn {
    width: 28px;
    height: 28px;
    border-width: 3px;
}

.enrolNow_page .page_title .readMore_ttl_top .arw_blue_btn img {
    width: 13px;
}

.enrolNow_page .page_title h5 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
}

.page_enrolNowDetails_Sec {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.enrolNowDetails_Sec_wrapper {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.enrolNowDetails_Sec_wrapper .leftForm_sec,
.enrolNowDetails_Sec_wrapper .rightsummary_sec {
    width: 50%;
    padding: 0 20px;
    float: left;
}

.page_enrolNowDetails_Sec .form_field {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.page_enrolNowDetails_Sec .form_field label {
    color: #000000;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    padding-bottom: 9px;
    margin: 0;
}

.page_enrolNowDetails_Sec .form_field .form-control {
    float: left;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A7A7A781;
    border-radius: 4px;
    padding: 3px 12px;
    margin: 0;
    height: 44px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    box-shadow: none;
}

.page_enrolNowDetails_Sec .form_field .input-group .form-control {
    width: auto;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page_enrolNowDetails_Sec .input-group-prepend .input-group-text {
    background: #EAEAEA 0% 0% no-repeat padding-box;
    border: 1px solid #A7A7A781;
    border-radius: 4px 0px 0px 4px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.page_enrolNowDetails_Sec .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    text-transform: capitalize;
    opacity: 0.4;
}

.page_enrolNowDetails_Sec .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    text-transform: capitalize;
    opacity: 0.4;
}

.page_enrolNowDetails_Sec .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    text-transform: capitalize;
    opacity: 0.4;
}

.page_enrolNowDetails_Sec .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    text-transform: capitalize;
    opacity: 0.4;
}

.enrolNowDetails_Sec_wrapper .rightsummary_sec {
    padding-top: 77px;
}

.enrolNowDetails_Sec_wrapper .rightsummary_sec h5 {
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 9px;
    margin: 0;
}

.orderSummary_box {
    float: left;
    width: 100%;
    background: #FFF49E 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 48px 20px 60px;
    text-align: center;
}

.orderSummary_box h3 {
    float: left;
    width: 100%;
    color: #324B58;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
    padding-bottom: 26px;
}

.orderSummary_box_tags {
    float: left;
    width: 100%;
}

.orderSummary_box_tags .order_tags {
    background: #324B58 0% 0% no-repeat padding-box;
    border-radius: 20px;
    float: left;
    width: 53%;
    margin: 1%;
    padding: 5px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
}

.orderSummary_box_tags .order_tags img {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}

.orderSummary_box_tags .order_tags:nth-child(odd) {
    margin-left: 0;
    width: 45%;
}

.orderSummary_box_tags .order_tags:nth-child(even) {
    margin-right: 0;
}

.enrolNow_page .inner_page_content .page_ftr_btn {
    text-align: center;
    margin-top: 20px;
}


/** ANIMATIon **/


/* .fadeInUp {
    -webkit-transform: translateX(25px) translateY(4em) rotateZ(-5deg);
    -moz-transform: translateX(25px) translateY(4em) rotateZ(-5deg);
    transform: translateX(25px) translateY(4em) rotateZ(-5deg);
}

.fadeInUp.start_animate {
    opacity: 1;
    -webkit-transform: rotateZ(-2deg) translateX(25px);
    -moz-transform: rotateZ(-2deg) translateX(25px);
    transform: rotateZ(-2deg) translateX(25px);
} */


/* =========== PAGES NEW STYLE CSS CODE END (MIHIR)================ */


/* =========== RESPONSIVE MOBILE VIEW PAGES NEW STYLE CSS CODE START (MIHIR)================ */

@media screen and (max-width:1200px) {
    footer.page_footer {
        background-position: bottom center;
    }
    .header_content ul li.back_btn {
        position: relative;
        left: 0;
        margin-right: 30px;
    }
}

@media screen and (max-width:821px) {
    .page2_cards_Sec_wrapper {
        margin: 0 auto;
        max-width: 400px;
    }
    .large_card {
        width: 100%;
        padding: 11px 0;
    }
    .page3_cards_Sec_wrapper {
        margin: 0 auto;
        max-width: 400px;
    }
    .small_card {
        width: 50%;
    }
    .enrolNowDetails_Sec_wrapper .leftForm_sec,
    .enrolNowDetails_Sec_wrapper .rightsummary_sec {
        width: 100%;
    }
    .enrolNowDetails_Sec_wrapper .rightsummary_sec {
        padding-top: 10px;
    }
    .orderSummary_box {
        text-align: left;
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .page_contentmain {
        padding-top: 80px;
    }
    .page_header {
        height: 80px;
    }
    .header_content ul li.getStart_BtnLi {
        display: none;
    }
    .inner_page_content {
        padding-top: 41px;
    }
    .page_question ul li {
        padding-bottom: 25px;
    }
    footer.page_footer {
        background: url(../images/wave_Mobile.svg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .page2 .page_title {
        padding-bottom: 13px;
        text-align: left;
    }
    .large_card .large_card_wrapper {
        height: 150px;
        background-size: cover;
    }
    .completed_stage .large_card_wrapper {
        border: 3px solid #ffffff;
    }
    .large_card .large_card_wrapper .card_dtl h3 {
        /* font-size: 21px; */
    }
    .large_card .large_card_wrapper .card_icn {
        height: 64px;
        width: 55px;
    }
    .page_progress_sec {
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 0;
        right: 0;
        padding: 12px 20px;
        display: block;
    }
    .page_progress_sec .left_side {
        width: 100%;
    }
    .page_progress_sec .left_side p {
        font-size: 12px;
        text-align: center;
        margin-bottom: 47px;
    }
    .page_progress_sec .right_side {
        text-align: right;
        float: right;
        width: auto;
        color: #ffffff;
    }
    .page_progress_sec .right_side span {
        font-size: 10px;
        width: 80px;
        display: inline-block;
        font-weight: normal;
    }
    .page_progress_sec .right_side .arw_blue_btn {
        margin-left: 10px;
    }
    .progress_bar_main {
        max-width: 200px;
        margin-top: 15px;
    }
    section.page2 .page2_cards_Sec {
        margin-bottom: 40px;
    }
    /** PAGE 3 **/
    .page3 .page_title {
        text-align: left;
    }
    .page3_wrapper .inner_page_content {
        padding-top: 22px;
    }
    .page3 .page_title h6 {
        font-size: 12px;
        padding-bottom: 0;
    }
    .page3 .page_title h2 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    .page3_cards_Sec_wrapper {
        margin: 0 -2.5px;
        max-width: 378px;
    }
    .small_card {
        width: 50%;
        padding: 2.5px;
    }
    .page3 .page_progress_sec .left_side p {
        display: none;
    }
    /** PAGE 4 **/
    .page4 .page_title {
        text-align: left;
    }
    .page4_wrapper .inner_page_content {
        padding-top: 22px;
    }
    .page4 .page_title h6 {
        font-size: 12px;
        padding-bottom: 0;
    }
    .page4 .page_title h2 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    .card_box .card_box_title {
        padding: 15px 25px;
    }
    .card_box .card_box_title h3 {
        max-width: 80%;
    }
    .card_box_detail {
        padding: 12px 25px;
    }
    .card_box_detail p {
        line-height: 31px;
        margin-bottom: 25px;
    }
    .page_card_details_2 {
        text-align: left;
        padding: 40px 0;
    }
    .page_card_details_2 .custom_radio_toggle {
        justify-content: flex-start;
    }
    .switch-field label {
        line-height: 28px;
    }
    .page_ftr_btn {
        margin-bottom: -80px;
        position: relative;
        z-index: 2;
        margin-top: 10px;
    }
    .right_img_c .img_withcontent_wrapper {
        flex-direction: column-reverse;
    }
    .img_withcontent .left_box,
    .img_withcontent .right_box {
        width: 100%;
        padding-bottom: 20px;
    }
    .right_img_c.img_withcontent .right_box,
    .img_withcontent.left_img_c .right_box {
        padding: 0;
        padding-bottom: 20px;
        margin: 0 -10px;
        float: none;
        width: auto;
    }
    .img_withcontent.left_img_c .img_withcontent_wrapper {
        flex-direction: column-reverse;
    }
    .img_withcontent.mt-5 {
        margin: 0 !important;
    }
    .ftr_blue_btn:hover {
        background: #00A1ED;
    }
    .health_switch label {
        min-width: 100px;
        padding: 8px;
    }
    /** Enrol Now Page **/
    .enrolNow_page .page_title h5 {
        text-align: left;
    }
    .enrolNow_page .page_title .readMore_ttl_top .arw_blue_btn img {
        width: 16px;
    }
    .page_enrolNowDetails_Sec {
        padding-top: 20px;
    }
    .enrolNowDetails_Sec_wrapper {
        margin: 0;
    }
    .enrolNowDetails_Sec_wrapper .leftForm_sec,
    .enrolNowDetails_Sec_wrapper .rightsummary_sec {
        padding: 0;
    }
    .orderSummary_box h3 {
        padding-bottom: 14px;
    }
    .enrolNow_page .ftr_blue_btn {
        font-size: 16px;
    }
}

@media screen and (max-width:376px) {
    .header_content ul li.logo img {
        max-width: 230px;
        height: auto;
    }
    .page_title h4 {
        font-size: 28px;
        line-height: normal;
    }
    .page_title h2 {
        font-size: 28px;
        line-height: normal;
    }
    .progress_bar_main {
        max-width: 160px;
    }
    .progress_bar {
        width: 100%;
    }
    .small_card .small_card_wrapper .card_dtl h3 {
        font-size: 15px;
    }
    .health_switch label {
        min-width: 92px;
        padding: 8px;
    }
    .orderSummary_box_tags .order_tags,
    .orderSummary_box_tags .order_tags:nth-child(odd) {
        width: auto;
    }
}

@media screen and (max-width:321px) {
    .header_content ul li.logo img {
        max-width: 200px;
    }
    .progress_bar_main {
        max-width: 120px;
    }
    .small_card .small_card_wrapper .card_dtl h3 {
        font-size: 12px;
    }
    .enrolNow_page .ftr_blue_btn {
        font-size: 13px;
    }
}


/* =========== RESPONSIVE MOBILE VIEW PAGES NEW STYLE CSS CODE END (MIHIR)================ */


/*# sourceMappingURL=style.css.map */