@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway/Raleway-Regular.eot");
    src: url("../fonts/Raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"),
        url("../fonts/Raleway/Raleway-Regular.woff") format("woff"),
        url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype"),
        url("../fonts/Raleway/Raleway-Regular.svg#Raleway-Regular") format("svg");
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Regular.eot");
    src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Lato/Lato-Regular.woff2") format("woff2"),
        url("../fonts/Lato/Lato-Regular.woff") format("woff"),
        url("../fonts/Lato/Lato-Regular.ttf") format("truetype"),
        url("../fonts/Lato/Lato-Regular.svg#Lato-Regular") format("svg");
}

html {
    font-size: 16px;
}

body {
    font-family: 'Lato';
    font-size: 1rem;
    color: #434343;
    overflow-x: hidden;
    background-color: #f5f5f5;
}
a {
	color: #00A5FF;
}
ul,
ol {
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans';
}

a {
    transition: 400ms ease;
}

.form-control {
    border-radius: 0;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    color: #ddd;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline-offset: 0;
}

.btn {
    border-radius: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.btn-custom {
    border: none;
    color: #fff;
    background-color: #00A5FF;
}

.btn-custom:hover {
    background-color: #009BC9;
    color: #fff;
}

.heading-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 2rem 0 3.5rem;
    position: relative;
}

.heading-title::before {
    content: "";
    height: 4px;
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background-color: #00A5FF;
}
.stories-section .heading-title::before {
    background-color: #00A5FF;
}




















/* Header
======================================================*/

.header-top {
    padding: 15px 0;
}

.header-top .container {
    position: relative;
}

.support {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #FFD970;
    color: #434343;
    padding: 10px 12px;
    line-height: 1;
    background-color: #FFD970;
    transition: 400ms ease;
}

.support:hover {
    background-color: #D200FF;
    border-color: #D200FF;
    color: #fff;
}

.login-btn {
    color: #565656;
}


.login-btn a {
    color: #565656;
    margin-right: 8px;
}

.login-btn a:last-child {
    color: #565656;
    margin-right: 0;
    margin-left: 8px;
}

.login-btn a i {
    margin-right: 5px;
}
@media(min-width: 992px) {
    .login-btn {
        position: absolute;
        left: 15px;
        top: 0;
    }

    .support {
        position: absolute;
        right: 15px;
        top: -6px;
        margin-top: 0;
    }

    .login-btn a:last-child {
        margin-right: 8px;
    }
}
.information {
    color: #565656;
}

.information i {
    margin-right: 5px;
}

.information span {
    margin: 0 8px;
}
@media(max-width: 767px){
    .information > span {
        display: block;
        text-align: center;
        float: none !important;
}
.information{
    font-size: 0;
}
.information a {
	font-size: 14px;
	margin: 0 5px;
}
}












/**/

.header-bottom {
    background-color: #000000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand {
    padding: 10px;
}

.navbar-brand img {
    width: 60px;
    background-color: rgba(255, 255, 255, .6);
}

.navbar-toggler {
    display: block;
}



.navbar {
    padding: 0;
}

.navbar-nav li:first-child a.nav-link {
    position: relative;
    background-color: #D200FF;
}

.navbar-nav li:first-child a:hover {
    color: #fff;
}

.navbar-nav li:first-child a i {
    position: absolute;
    font-size: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(min-width: 768px) {
    .navbar-toggler {
        display: none;
    }

    .navbar-brand {
        padding: 0;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        box-shadow: 0px 20px 25px -15px rgba(0, 0, .4);
    }

    .navbar-brand img {
        width: 150px;
    }

    .navbar-collapse {
        margin-left: 150px;
    }

    .navbar-nav li:first-child a.nav-link {
        width: 52px;
        height: 52px;
    }
}

.navbar.navbar-expand-md .nav-link {
    padding: 1rem;
    font-size: .85rem;
}

@media(min-width: 992px) {
    .navbar.navbar-expand-md .nav-link {
        padding: 1rem 1.5rem;
    }
}

.navbar .nav-link {
    color: #fff;
    font-family: "Raleway";
    letter-spacing: 1px;
}

.navbar .active .nav-link {
    background-color: #D200FF;
}

.navbar .active .nav-link:hover {
    color: #380044;
}

.navbar .nav-link:hover {
    color: #fff;
}


.nav-search {
    width: 240px;
}

@media(min-width: 1450px) {
    .nav-search {
        width: 300px;
    }
}

.nav-search input {
    border: none;
}

.nav-search .input-group-append .btn-search {
    background-color: #D200FF;
    color: #fff;
}

.social-icons {
    margin-left: 8px;
}

.social-icons a {
    float: left;
    margin-left: 1px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #9700B7;
    border-radius: 4px;
}

.right-nav {
    display: flex;
}


@media(max-width: 1190px) {
    .right-nav {
        position: absolute;
        right: 0;
        top: 6px;
        z-index: 99;
    }
    .nav-search{
        position: absolute;
        right: 0;
        top: -60px;
    }
}
@media(min-width: 991px){
    .right-nav {
        top: 0;
        right: 10px;
    }
    .home-page .right-nav {
        top: 0;
    }
}
@media(max-width: 768px) {
    .right-nav {
        position: absolute;
        right: 60px;
        top: 30px;
        z-index: 99;
    }
}
@media(max-width: 767px){
    sidebar{
        margin-top: 16px;
    }
    .nav-search{
        position: initial;
    }
}










/*Sub Menu*/

.has-sub::after {
    width: 0;
    height: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 10px;
    top: 16px;
    transform: rotate(-90deg);
}

.submenu {
    position: absolute;
    left: 100%;
    background-color: #fff;
    transform: scale(0);
    transition: 400ms ease;
    transform-origin: 0% 0%;
    top: 0;
}

.has-sub:hover+.submenu,
.submenu:hover {
    transform: scale(1);
}


















/* Slider
======================================================*/

.banner-section {
    position: relative;
}

.banner-text {
    width: 600px;
    padding: 30px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 9;
}

.banner-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #004186;
    text-transform: uppercase;
}

.banner-text p {
    font-size: 1rem;
}

.banner-section .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 0;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    margin: 5px;
    background-color: #f5f5f5;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #D200FF;
}





















/* Fact Section
======================================================*/

.fact-section {
    padding: 30px 0;
}

.fact-wrap {
    display: block;
    padding: 30px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
    transition: 400ms ease;
}

.fact-wrap:hover {
    display: block;
    padding: 30px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: none;
}

.fact-wrap .img-wrap {
    border-radius: 50%;
    background-color: #fff;
    padding: 20px;
    width: 130px;
    height: 130px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
    transition: 400ms ease;
}

.fact-wrap:hover .img-wrap {
    box-shadow: 0 0 15px 5px rgb(0, 165, 255);
}

.fact-wrap .img-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.fact-wrap h2 {
    font-size: 18px;
    color: #565656;
    min-height: 44px;
}

.fact-wrap p {
    color: #707070;
}

@media(min-width: 768px) {
    .fact-wrap p {
        height: 120px;
        overflow: hidden;
    }
}

















/* About Section
======================================================*/

.about-section {
    padding: 80px 0;
    background-color: #e6e6e6;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.about-section .heading-title {
    color: #fff;
}

.about-section p {
    color: #fff;
}

.about-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.get-support {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
}
.get-support iframe{
    border-radius: 10px;
}
@media(max-width: 767px){
    .get-support {
        margin-top: 15px;
    }
}
.get-support h2 {
    font-family: "Lato";
    font-weight: 700;
    margin-bottom: 15px;
}

.get-support p {
    color: #434343;
}

.support-btn {
    background-color: #9700B7;
    padding: 10px 30px;
}

.support-btn a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: 400ms ease;
}

.support-btn a:hover {
    font-size: 20px;
}

.support-btn a:last-child {
    border-bottom: none;
}











/* Story Section
======================================================*/

.stories-section {
    padding: 30px 0 45px;
}

.inner-story {
    background-color: #ECECEC;
    padding: 1px 0 45px;
}

.story-wrap {
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
    margin: 8px 0;
}

.story-content {
    padding: 15px;
}


.story-content span {
    display: block;
    margin-bottom: 10px;
}

.story-content h2 {
    font-size: 18px;
    color: #077A9C;
}

.story-content p {
    height: 70px;
    overflow: hidden;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.story-wrap .img-fluid{
  height: 220px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}









/* Breadcrumb
======================================================*/

.breadcrumb {
    margin-bottom: 0;
    background-color: #ECECEC;
    border-radius: 0;
    padding: .5rem 1rem;
}

.breadcrumb li a {
    color: #D200FF;
}

.breadcrumb li a:hover {
    color: #077A9C;
}

.breadcrumb-navigation {
    background-color: #ECECEC;
    margin-bottom: 15px;
}
@media(min-width: 768px){
    .breadcrumb-navigation {
    margin-bottom: 130px;
}
.breadcrumb {
    margin-left: 150px;
}
}



















/* Inner page
======================================================*/

.website-list {
    margin-top: 30px;
    color: #077A9C;
}

.website-list a {
    color: #077A9C;
    transition: 400ms ease;
}

.website-list a:hover {
    color: #009BC9;
    padding-left: 10px;
}

.inner-content {
    padding-bottom: 30px;
}
.inner-content .heading-title{
    opacity: 0;
    visibility: hidden;
}
@media(max-width:767px){
    .inner-content .heading-title{
        display: none;
}
}
.inner-content h4 {
    color: #077a9c;
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.inner-content h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #D200FF;
}

.inner-content p {
    text-align: justify;
}

.inner-banner {
    margin-bottom: 15px;
    text-align: center;
}
.sidebar {
    margin-bottom: 15px;
    position: relative;
}

.sidebar a {
    display: block;
    padding: 10px 15px 10px 20px;
    color: #434343;
    transition: 400ms ease;
    border-bottom: 1px dashed #434343;
    position: relative;
}

.sidebar a:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #434343;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
    transition: 400ms ease;
}

.sidebar a.active:before {
    left: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #f5f5f5;
    border-bottom: 10px solid transparent;
}

.sidebar a:hover:before {
    border-left: 6px solid #fff;

}

.sidebar a.active:hover:before {
    border-left: 10px solid #fff;

}

.sidebar a.active {
    background-color: #00A5FF;
    color: #fff;
}

.sidebar a:hover {
    background-color: #00A5FF;
    color: #fff;
}

.sidebar a:last-child {
    border-bottom: none;
}

.has-sublist {
    position: relative;
}

.sub {
    background-color: #EAEAEA;
    display: none;
}

.sub a {
    padding-left: 35px;
}

.sidebar .sub a:before {
    left: 20px;
}

.sidebar .toggle-sidebar {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 10px;
    cursor: pointer;
}

.help-wrap {
    margin: 15px 0;
    padding: 15px 15px 10px;
    border: 4px solid rgb(219, 219, 219);
}

.help-wrap h4 {
    margin-bottom: 15px;
    min-height: 44px;
}

.help-wrap p {
    margin-bottom: 5px;
}

.help-wrap p i {
    margin-right: 20px;
}








/**/
.our-story {
    margin-top: 30px;
}

.story-wrap-inner {

    border-radius: 50%;
}

.story-wrap-inner img {
    /*border-radius: 50%;*/
    margin-bottom: 15px;
}

.story-wrap-inner span {
    display: block;
    color: #434343;
}

.story-wrap-inner .story-name {
    font-style: italic;
    color: #D200FF;
}

.story-list {
    margin-top: 30px;
}

.story-list a {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    color: #434343;
    box-shadow: -5px 5px 5px -4px rgba(0, 0, 0, .3);
}




/*Download*/

.download {
    margin: 20px 0 30px;
}

.download i.fa {
    margin-right: 10px;
    color: #DA251C;
    font-size: 63px;
    float: left;
}

.download-info h5 {
    color: #004186;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}



















/*Sector*/

.sector-link {
    display: block;
    margin: 15px 0;
}

.sector-link img {
    border-radius: 20px;
}



















/* Reach Page
======================================================*/

.map {
    background-color: #fff;
    margin-bottom: 30px;
    overflow-x: scroll;
    position: relative;
}

.map-img {
    margin: 0 auto;
    position: relative;
}

.pointer i {
    color: #EB1C24;
    font-size: 40px;
}


.pointer {
    position: absolute;
    right: 90px;
    bottom: 160px;
}

.map-detail {
    width: 200px;
    padding: 2px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: scale(0) translateX(-50%);
    transition: 400ms ease;
    transform-origin: 0 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.detail-close {
    position: absolute;
    right: 10px;
    top: -3px;
    color: #fff;
    font-size: 30px;
}

.map .map-detail.active {
    transform: scale(1) translateX(-50%);
}

.map-detail h2 {
    padding: 5px 10px;
    background-color: #95BB53;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.map-detail p {
    text-align: left;
    padding: 0 8px;
    margin-bottom: 10px;
    color: #434343;
}

.map-svg g path {
    cursor: pointer;
    transition: 400ms ease;
}

.map-svg g:hover path {
    fill: #95BB53;
}

















/* FAQ Page
======================================================*/

.faq-accordion {
    margin-bottom: 30px;
}

.faq-accordion .card {
    border: none;
}

.faq-accordion .card-header {
    padding: 0;
    border-bottom: 2px solid #004186;
    background-color: #ececec;
}

.faq-accordion .card-link {
    display: block;
    padding: .75rem 1.25rem;
    color: #004186;
}


















/* Gallery Page
======================================================*/

.gallery-box {
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 400ms ease;
    border-radius: 0;
}

.gallery-box:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.gallery-box .card-body {
    transition: 400ms ease;
}

.gallery-box:hover .card-body {
    background-color: #95BB53;
}

.gallery-box .card-img-top {
    border-radius: 0;
}

.gallery-box h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #004186;
    transition: 400ms ease;
    margin-bottom: 0;
}

.gallery-box:hover h6 {
    color: #fff;
}


















/*Fancybox*/

.fancybox-button--share {
    display: none;
}

.fancybox-button {
    background: #004186;
}

.fancybox-navigation button:before {
    background: #004186;
}


















/* Contact page
======================================================*/

.map-container iframe {
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
}

.contact-info {
    background-color: #fff;
    padding: 121px 0;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
}

.contact-info h2 {
    font-weight: 700;
    color: #004186;
}

.contact-info p {
    text-align: center;
}


















/* Footer
======================================================*/

footer {}

.footer-bottom {
    background-color: #000000;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.sitemap {
    padding: 10px 0;
    color: #565656;
    border-top: 2px solid #00A5FF;
}

.sitemap a {
    color: #565656;
    margin: 0 10px;
}

.sitemap a:hover {
    color: #077A9C;
}

.sitemap a:first-child {
    margin-left: 0;
}

.footer-icons {
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-icons a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 42px;
    margin: 2px;
    color: #fff;
}











/*  To Top
*   ===========================================================================*/

.cd-top {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #9700B7;
    text-indent: 100%;
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top:before {
    width: 15px;
    height: 3px;
    content: "";
    left: calc(50% - 4px);
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg) translate(0px, -50%);
    transform: rotate(45deg) translate(0px, -50%);
    transition: 400ms ease;
}

.cd-top:after {
    width: 15px;
    height: 3px;
    content: "";
    position: absolute;
    right: calc(50% - 4px);
    top: 50%;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
    transform: rotate(-45deg) translate(0px, -50%);
    transition: 400ms ease;
}

.cd-top:hover:before,
.cd-top:focus:before {
    -webkit-transform: rotate(405deg) translate(0px, -50%);
    transform: rotate(405deg) translate(0px, -50%);
}

.cd-top:hover:after,
.cd-top:focus:after {
    -webkit-transform: rotate(-405deg) translate(0px, -50%);
    transform: rotate(-405deg) translate(0px, -50%);
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.8;
}

.no-touch .cd-top:hover {
    background-color: #077A9C;
    opacity: 1;
}

.cd-top {
    z-index: 9999;
}   

/*Cookie Note*/

.cookie-note {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: 400ms ease;
}

.cookie-text {
    position: relative;
    padding: 15px 20px;
    background-color: #004186;
    color: #fff;
}

.cookie-text a {
    color: #fff;
    text-decoration: underline;
    transition: 400ms ease;
}

.cookie-text a:hover {
    color: #95BB53;
}

.cookie-text p {
    margin: 0;
}

.cookie-close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 24px;
    cursor: pointer;
}

.table td, .table th {
    padding: .6rem;
}
.custom-form   {
    padding: 25px;
    background-color: #fff;
    margin: 15px 0 30px;
}






.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}









/* Css Add */
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: left;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    --background-color: #28A745;
    color: #fff;
}
.btn-success{
    background-color: #D200FF !important;
    color: #fff !important;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(210, 0, 255,.5);
}
.reason-list ul{
    margin: 0;
    padding: 0;
}
.reason-list li {
    list-style: none;
    display: inline-block;
    /*padding: 8px 12px;*/
    margin-right: 10px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .3);
    cursor: pointer;
    margin-bottom: 15px;}
.reason-list li:hover, .reason-list li.active{
    background-color: #D200FF;
    color: #fff;
}
.setup-content{
    margin-bottom: 30px;
}
.panel-heading h3.panel-title span{
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 300;
    margin-left: 10px;
}
.panel-heading h3.panel-title{
    font-size: 30px;
    font-weight: bold;
    color: #434343;
    margin-bottom: 20px;
}
.anxiety-result {
    margin-top: 30px;
}
.anxiety-result h2{
    margin-bottom: 25px;
}
.anxiety-result strong{
    display: block;
}
.anxiety-result span {
    /*display: block;*/
    font-size: 26px;
    font-weight: normal;
    margin-top: 5px;
}
.anxiety-result p{
    margin-bottom: 10px;
}
.anxiety-result ul li{
    padding-bottom: 8px;
}
.anchor-print{
    position: relative;
}
.print-col{
    position: absolute;
    color: #fff;
    line-height: 42px;
    padding: 0 16px;
    height: 42px;
    z-index: 1;
    background-color: #28A745;
    font-size: 15px !important;
}
.print-col a{
    color: #fff;
}
.print-col:hover{
    background-color: #D200FF;
}
.print-col:hover:before{
    border-left-color: #D200FF;
}
.print-col:before{
    position: absolute;
    content: '';
    display: inline-block;
    left: 100%;
    top: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 12px solid #28A745;
}
.print-col a i{
    font-size: 1.4rem;
    margin-right: 8px;
}
-stepwizard-step .btn-success{

}
.btn.disabled, .btn[disabled]{
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #EAEAEA;
    color: #434343 !important;
    border: 1px solid #ddd;
}
li.nextBtn label{
    margin-bottom: 0; 
    padding: 10px;   
}
.depression-col h3 {
    float: left;
    margin-bottom: 20px;
}
.depression-col p{
    clear: both;
}
.anxiety-form{
    margin-bottom: 35px;
}
.anxiety-result .print-col{
    position: relative;
    display: inline-block;
}


@media(max-width: 1600px){
    .panel-heading h3.panel-title{
        font-size: 26px;
    }
    .panel-body.reason-list p{
        font-size: 20px;
    }
}
html [type=button]{
    -webkit-appearance: none;
    background-color: #d200ff;
}
.share-icons a{
    font-size: 24px;
    margin-left: 5px;
}
.share-icons a.fa-facebook-square {
    color: #3b5998;
}
.share-icons a.fa-twitter-square {
    color: #55acee;
}
.inner-content p{
    clear: both;
}
@media(min-width: 992px){
.share-icons {
	margin: 10px 0;
	position: absolute;
	right: 30px;
	top: 0;
}
}
/*
.share-icons {
    float: right;
}
.inner-content h3{
    float: left;
}*/
#floated {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 15px;
}
@media(max-width: 767px){
    #floated {
        position: inherit;
    }
}
.inner-banner{
    position: relative;
}

@media(min-width: 768px){
.inner-banner{
    margin-top: -130px;
}
}
.icon-question-sign {
    background-color: #9700B7;
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.content-get p strong{
    display: block;
}
.content-get ul li .bold-text{
    margin-top: 0;
}
.content-get ul li{
    padding-top: 8px;
}
.about-content-get{
    background-image: url("../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*========= Provider Page*/
.inner-provider{
    
}
.inner-provider h2{
    color: #565656;
    min-height: auto;
}
.inner-provider .fact-wrap .img-wrap{
    background-color: #f5f5f5;
}
.inner-provider .fact-wrap{
    background: #f5f5f5;
}
.list-wrap{    
    padding: 15px;
    margin-bottom: 10px;
    border: 2px solid #bababa;
    border-radius: 10px;
}
/*Custom Checkbox*/
.custom-checkbox{
    margin-bottom: 20px;
    padding-left: 2rem;
}
.custom-checkbox .custom-control-label{
    color: #9700b7;
    font-size: 22px;
}
.custom-control-label:after,.custom-control-label:before {
    width: 1.5rem;
    height: 1.5rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #9700b7;
}

/*Toggle Info*/
.tooltip-inner {
    max-width: 850px !important;
}
.btn-info-toggle{
    color: #9700B7;
}
.btn-info-toggle i{
    font-size: 16px;
}
.icon-tick{
    margin: 30px 0;
}
.icon-tick i{
    background-color: #28a745 !important;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 30px;
}
.print-logo img{
    width: 150px;
}
.content-get {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, .3);
    border-radius: 10px;
}
.sub-title h3{
    font-size: 22px;
    color: #00A5FF;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 0;
}
.bold-text{
    font-size: 20px;
    color: #00A5FF;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0;
}
.inner-banner img{
    max-width: 100%;
    width: 100%;
}
.icon-question-sign i{
    display:none;
}
@media(max-width: 1600px){
    .btn-info-toggle i{
        font-size: 25px;
    }
}
@media(max-width: 991px){
    .tooltip-inner {
        max-width: 400px !important;
    }
}
@media(max-width: 640px){
    .tooltip-inner {
        max-width: 250px !important;
    }
    .icon-question-sign{
        font-size:0;
        background-color: transparent;
        padding: 0;
    }
    .icon-question-sign i{
        display: block;
        font-size: 14px;
        background-color: #9700B7;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }
}
.last-anchor .btn.btn-custom {
    float: left;
}
p.lastbutton{
    clear: initial;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #00A5FF;
    margin-right: 20px;
    line-height: 35px;
}
.self-assessment-list {
    background-color: #e8e8e8;
    padding: 20px;
}
.table-section table {
    width: 100%;
    overflow-x:auto;
    display: block;
}
.table-section table tr th {
    background-color: #00A5FF;
    color: #fff;
}
.table-section table tr th, .table-section table tr td{
    padding: 5px;
    border: 1px solid #ddd;
}
.table-section table tr td{
    line-height: 20px;
}
h3{
    color: #00A5FF;
}
.jumbotron {
    padding: 2rem;
    margin-bottom: 1rem;
}
.star {
	color: #ff7d00;
	margin-top: -5px;
	margin-bottom: 15px;
}
.star span{
color: #434343;
}
/*Over ride*/
/* pledge page, anxiety custom style */
.pledge-custom-wrapper .custom-checkbox .custom-control-label {
    font-size: 16px;
}

.pledge-custom-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    background-color: #f6f6f6;
    opacity: 0.4;
}

.pledge-custom-wrapper .custom-checkbox {
    padding: 0;
}

.pledge-custom-wrapper .custom-checkbox .custom-control-label {
    padding: 5px 15px 5px 37px;
}

.pledge-custom-wrapper .custom-control-label::after {
    top: 0.30rem;
    left: 5px;
}

.pledge-custom-wrapper .custom-control-label::before {
    top: 0.30rem;
    left: 5px;
}

.pledge-custom-wrapper .custom-checkbox .custom-control-label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pledge-custom-wrapper .btn-info-toggle {
    position: absolute;
    right: 2px;
    top: 5px;
}

.pledge-custom-wrapper .custom-control-label {
    display: block;
}

.img-full img {
    width: 100%;
}

.pledge-modal .modal-body {
    padding: 0;
}

.modal-pledge-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.icon-tick {
	position: absolute;
	top: -30px;
	left: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	z-index: 1;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.9);
	border-radius: 50%;
}
.icon-tick i {
    background: #FFFFFF !important;
    color: #d823ff;
}

.modal-footer-abs {
    position: absolute;
    top: -30px;
    right: -30px;
    padding: 0;
    width: 0;
}

button.btn-rnd {
    background-color: #00A5FF;
    color: #ffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}


.pledge-icon {
    font-size: 40px;
    text-align: center;
}

.pledge-boxx {
    background: #00A5FF;
    color: #ffffff;
    padding: 25px 20px 20px;
}

.pledge-boxx .custom-checkbox .custom-control-label {
    color: #ffffff;
}

.pledge-boxx .custom-control-label::after {
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 2.5rem;
}

.pledge-boxx .custom-control-label::before {
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    width: 2.5rem;
    height: 2.5rem;
    content: '\f00c';
    font-family: FontAwesome;
    text-align: center;
    line-height: 2.5rem;
    color: #ccc;
    box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.pledge-boxx {
    position: relative;
}

.pledge-boxx .custom-checkbox .custom-control-label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-rot {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #00a5ff;
    background: #ffffff;
    text-align: center;
}

.pledge-boxx .custom-checkbox {
    margin: 0;
}

.toggle-info-fancy {
    position: relative;
    background: #f5f5f5;
    color: #00A5FF;


}

.toggle-info-container {
    height: 200px;
    overflow-y: scroll;
    padding: 30px 30px 30px;
    scrollbar-color: #f5f5f5 #b5b5b5;
    scrollbar-width: thin;
}

.toggle-col {
    margin: 20px 0;
}

.pledge-boxx .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00bc4c;
}

.toggle-info-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.toggle-info-container::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.toggle-info-container::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    border: 0;
}

.pledge-image-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.pledge-image-wrapper img {
    width: 100%;
}

.pledge-boxx .custom-checkbox {
    padding: 0;
}

.pledge-boxx .custom-control-label {
    font-size: 16px;
    line-height: 22px;
}

.pledge-main-wrapper {
    background: #ffffff;
    padding: 30px;
}

.pledge-share ul {
    list-style-type: none;
}

.pledge-share ul li {
    display: inline-block;
}

.pledge-share ul li a {
    display: inline-block;
    height: 25px;
    width: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin: 0 3px;
}

.pledge-share ul li .facebook-icon {
    background: #3b5999;
}

.pledge-share ul li .twitter-icon {
    background: #1da1f3;
}

.pledge-share ul li .insta-icon {
    background: #f46232;
}
.pledge-tick-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/*Stepper*/
ul.stepper .step .step-content {
    position: relative;
    display: none;
    height: 0;
    width: inherit;
    overflow: visible;
    margin-left: 41px;
    margin-right: 24px;
}

ul.stepper .step.active .step-content {
    height: auto;
    display: block;
    transition: height .4s cubic-bezier(.4, 0, .2, 1);
}

ul.stepper {
    list-style-type: none;
    padding-right: 31px;
}

ul.stepper .step {
    position: relative;
    margin: 15px 0;
    counter-increment: section;
	opacity: 0.4;
}

ul.stepper .step::before {
    position: absolute;
    content: counter(section);
    height: 26px;
    width: 26px;
    color: #fff;
    background-color: #b2b2b2;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    transition: background-color .4s cubic-bezier(.4, 0, .2, 1);
    font-size: 14px;
    left: 1px;
    top: 10px;
}

ul.stepper .step.active:before {
    background-color: #00A5FF;
}
ul.stepper .step.active{
	opacity: 1;
}
ul.stepper .step.done{
	opacity: 1;
}
ul.stepper .step:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 13.5px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: rgba(0, 0, 0, .1);
    transition: height .4s cubic-bezier(.4, 0, .2, 1);
}

.step-answer ul {
    list-style-type: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.radio-input {
    display: inline-block;
}

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.radio-container input {
    display: none;
}

.radio-circle {
    width: 18px;
    height: 18px;
    background: #dedede;
    left: 0;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.radio-input:checked + .radio-circle {
    background: #d200ff;

}

.radio-container input:checked + .radio-circle:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.step-question {
    margin-top: 10px;
    margin-bottom: 15px;
}

.step-title:hover {
    background-color: rgba(0, 0, 0, .06);

}

.step-title {
    padding: 10px 10px 10px 40px;
    cursor: pointer;
}

.next-step {
    width: 0;
    height: 0;
    padding: 0;
    border-right: 0;
    opacity: 0;
}

ul.stepper .step.done:before {
    background: #00bc4c;
}
/* CK Image*/
.img-ck {
	float: right;
	width: 410px;
	margin-left: 15px;
}
@media(max-width: 991px){
    .img-ck {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin: 0 auto 15px;
}
}
.custom-radio .custom-control-label {
	line-height: 30px;
	margin-left: 8px;
}
.icon-1{
    height: 50px;
    padding: 5px;
    background-color: #fff;
    margin-left: 5px;
}

.icon-2{
    height: 35px;
    margin-left: 5px;
}
/* custom responsive */
@media (max-width: 991px) {
    .step-answer ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0;
    }
    .step-question h5{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    ul.stepper{
        padding: 0 15px;
    }
    ul.stepper .step .step-content{
        margin: 0;
    }
    ul.stepper .step:not(:last-of-type)::after{
        content: none;
    }
    .step-question h5{
        font-size: 16px;
    }
    .icon-tick{
        display:none;
    }
    .btn-rnd-respo{
    position: absolute;
    top: 30px;
    right: 30px;
    }
    
}
/*section-home*/
.section-home{
    background-color: #ffffff;
    padding: 15px 0 45px;
    position: relative;
}
.fb-carousel{
        border: 2px solid #9700B7;
    padding: 5px;
}
.fb-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.pledge-carousel img {
    width: 150px !important;
    height: 150px;
    padding: 5px;
    border: 2px solid #9700B7;
    border-radius: 50%;
    object-fit: cover;
    margin: 5px auto;
}
/*Star Rating*/
.star-rating {
	color: #ff9800;
	display: inline-block;
}
.star-rating i{
    margin-right: 0 !important;
}
.rating-title {
    display: block;
}
.main-rating{
    padding: 15px;
    background-color: #fff;
}
