::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #17b3f1;
    border-radius: 10px
}

.newsletter {
    margin-top: 20px;
    background: #238f98;
    padding: 20px;
    border-radius: 10px
}

.newsletter .content {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2
}

.newsletter .content .form-control {
    border-color: #fff;
    border-radius: 0
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f
}

.newsletter .content .btn {
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 0;
    background: #fff;
    color: #32c1cf
}

.pie-txt {
    padding: 20px;
    margin-bottom: 40px
}

.pie-txt h3 {
    color: #fff !important
}

.mobile-social-share {
    display: block !important;
    min-height: 70px !important;
    margin: 50px 0
}

.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px
}

.share-group {
    float: right;
    margin: 18px 25px 0 0
}

.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 100px;
    padding: 0
}

.share {
    min-width: 17px
}

.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px
}

.btn-share {
    background-color: #bebebe;
    border-color: #ccc;
    color: #333
}

.btn-twitter {
    background-color: #39c !important;
    width: 51px;
    color: #fff !important
}

.btn-facebook {
    background-color: #3d5b96 !important;
    width: 51px;
    color: #fff !important
}

.btn-facebook {
    background-color: #3d5b96 !important;
    width: 51px;
    color: #fff !important
}

.btn-google {
    background-color: #dd3f34 !important;
    width: 51px;
    color: #fff !important
}

.btn-linkedin {
    background-color: #1884bb !important;
    width: 51px;
    color: #fff !important
}

.btn-pinterest {
    background-color: #cc1e2d !important;
    width: 51px;
    color: #fff !important
}

.btn-mail {
    background-color: #ffc90e !important;
    width: 51px;
    color: #fff !important
}

.accordion .card-header:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right
}

.accordion .card-header.collapsed:after {
    content: "\f067"
}

.web-heading.about-heading p {
    text-align: left !important
}

.timeline-content.rocket-content:before {
    left: 76px !important;
    top: 14px
}

.aboutus-main {
    position: relative
}

.aboutus-main:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.aboutus-main .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.aboutus-main .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #0bc1cf;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.aboutus-main .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #0bc1cf;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.aboutus-main .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #0bc1cf;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.aboutus-main .timeline-icon:after,
.aboutus-main .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #0bc1cf;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.aboutus-main .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.aboutus-main .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.aboutus-main .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #0bc1cf;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.aboutus-main .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #0bc1cf;
    position: absolute;
    top: 13px;
    left: 0
}

.aboutus-main .title {
    font-size: 20px;
    font-weight: 600;
    color: #0bc1cf;
    text-transform: uppercase;
    margin: 0 0 5px
}

.aboutus-main .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.aboutus-main .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.aboutus-main .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.aboutus-main .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.aboutus-main .timeline:nth-child(even) .timeline-content {
    float: left
}

.aboutus-main .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.aboutus-main .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.aboutus-main .timeline:nth-child(2n) .timeline-content:after,
.aboutus-main .timeline:nth-child(2n) .timeline-icon i,
.aboutus-main .timeline:nth-child(2n) .timeline-icon:before,
.aboutus-main .timeline:nth-child(2n):before {
    background: #0bc1cf
}

.aboutus-main .timeline:nth-child(2n) .timeline-icon {
    border-color: #0bc1cf
}

.aboutus-main .timeline:nth-child(2n) .title {
    color: #0bc1cf
}

.aboutus-main .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #0bc1cf;
    border-bottom-color: #0bc1cf
}

.aboutus-main .timeline:nth-child(3n) .timeline-content:after,
.aboutus-main .timeline:nth-child(3n) .timeline-icon i,
.aboutus-main .timeline:nth-child(3n) .timeline-icon:before,
.aboutus-main .timeline:nth-child(3n):before {
    background: #0bc1cf
}

.aboutus-main .timeline:nth-child(3n) .timeline-icon {
    border-color: #0bc1cf
}

.aboutus-main .timeline:nth-child(3n) .title {
    color: #0bc1cf
}

.aboutus-main .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #0bc1cf;
    border-bottom-color: #0bc1cf
}

.aboutus-main .timeline:nth-child(4n) .timeline-content:after,
.aboutus-main .timeline:nth-child(4n) .timeline-icon i,
.aboutus-main .timeline:nth-child(4n) .timeline-icon:before,
.aboutus-main .timeline:nth-child(4n):before {
    background: #0bc1cf
}

.aboutus-main .timeline:nth-child(4n) .timeline-icon {
    border-color: #0bc1cf
}

.aboutus-main .timeline:nth-child(4n) .title {
    color: #0bc1cf
}

.aboutus-main .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #0bc1cf;
    border-bottom-color: #0bc1cf
}

@media only screen and (max-width:1200px) {
    .timeline-content.rocket-content:before {
        left: inherit !important;
        top: inherit
    }
    .aboutus-main .timeline-icon:before {
        width: 50px;
        right: -50px
    }
    .aboutus-main .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }
    .aboutus-main .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .timeline-content.rocket-content:before {
        left: inherit !important;
        top: inherit
    }
    .aboutus-main .timeline {
        margin: 0 0 10px
    }
    .aboutus-main .timeline-icon {
        left: 25%
    }
    .aboutus-main .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }
    .aboutus-main .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .timeline-content.rocket-content:before {
        left: inherit !important;
        top: inherit
    }
    .aboutus-main {
        padding-top: 50px
    }
    .aboutus-main:before {
        left: 80px;
        right: 0;
        margin: 0
    }
    .aboutus-main .timeline {
        margin-bottom: 70px
    }
    .aboutus-main .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }
    .aboutus-main .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }
    .aboutus-main .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }
    .aboutus-main .timeline-icon:before,
    .aboutus-main .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }
    .aboutus-main .timeline-icon:after,
    .aboutus-main .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }
    .aboutus-main .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }
    .aboutus-main .timeline-content,
    .aboutus-main .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }
    .aboutus-main .timeline:nth-child(even) .timeline-content {
        float: right
    }
    .aboutus-main .timeline-content:before,
    .aboutus-main .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }
    .aboutus-main .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }
    .aboutus-main .timeline-content:after,
    .aboutus-main .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {
    .timeline-content.rocket-content:before {
        left: inherit !important;
        top: inherit
    }
    .aboutus-main .timeline-content,
    .aboutus-main .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }
    .aboutus-main .timeline-content:before,
    .aboutus-main .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }
    .aboutus-main .timeline-content:after,
    .aboutus-main .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}

.our-about {
    padding: 40px 0 !important;
    background: #fff
}

.timeline-icon.timeleine-icon-1 {
    top: 40% !important
}

.aboutus-main .timeline.timeleine-content-1:before {
    top: 41% !important;
    left: 51% !important
}

.timeline-icon.timeleine-icon-2 {
    top: 59% !important
}

.aboutus-main .timeline.timeleine-content-2:before {
    top: 58% !important;
    left: 49% !important
}

.timeline-icon.timeleine-icon-5 {
    top: 82% !important
}

.aboutus-main .timeline.timeleine-content-5:before {
    top: 79% !important;
    left: 51% !important
}

.timeline-icon.timeleine-icon-6 {
    top: 82% !important
}

.text-p {
    margin-bottom: 0.5rem;
    width: 75%;
    margin: auto;
    text-align: justify;
}

.aboutus-main .timeline.timeleine-content-6:before {
    top: 79% !important;
    left: 49% !important
}

.accordion .card-header {
    background-color: #17b3f1 !important;
    color: #fff !important;
    cursor: pointer
}

.accordion .card-body {
    border: 1px solid #17b3f1 !important
}

.img-about {
    box-shadow: 5px 5px 5px #aaa
}

.img-about {
    -webkit-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, .75)
}

.img-accordion {
    width: 50px;
    padding: 5px
}

.accordion .card-header:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right
}

.accordion .card-header.collapsed:after {
    content: "\f067"
}

.icon-bar {
    z-index: 1;
    right: 0;
    position: fixed;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

.icon-bar a:hover {
    color: #fff
}

.practice-objective .custom-select {
    border: 1px solid #ced4da !important
}

.practice-objective .custom-select:active,
.practice-objective .custom-select:focus,
.practice-objective .custom-select:hover {
    border: 1px solid #ced4da !important
}

.facebook {
    background: #3b5998;
    color: #fff !important;
    border: 1px solid #3b5998
}

.facebook:active,
.facebook:focus,
.facebook:hover {
    background: #fff;
    color: #3b5998 !important;
    border: 1px solid #3b5998
}

.twitter:active,
.twitter:focus,
.twitter:hover {
    background: #fff;
    color: #55acee !important;
    border: 1px solid #55acee
}

.twitter {
    background: #55acee;
    color: #fff !important;
    border: 1px solid #55acee
}

.google:active,
.google:focus,
.google:hover {
    background: #fff;
    color: #dd4b39 !important;
    border: 1px solid #dd4b39
}

.google {
    background: #dd4b39;
    color: #fff !important
}

.linkedin:active,
.linkedin:focus,
.linkedin:hover {
    background: #fff;
    color: #007bb5 !important;
    border: 1px solid #007bb5
}

.linkedin {
    background: #007bb5;
    color: #fff !important
}

.youtube:active,
.youtube:focus,
.youtube:hover {
    background: #fff;
    color: #b00 !important;
    border: 1px solid #b00
}

.youtube {
    background: #b00;
    color: #fff !important;
    border: 1px solid #b00
}

.bug-report .custom-select {
    border: 1px solid #ced4da !important
}

.page-bugreport .web-heading {
    margin-bottom: 40px
}

.practice-one .nav.nav-tabs {
    display: block;
    border: 0
}

.web-heading.practice-heading p {
    text-align: left !important
}

.page-practice {
    padding: 40px 0;
    background: #fff
}

.page-practice p {
    font-size: 16px;
    text-align: justify
}

@media only screen and (max-width:414px) {
    .slide-rgt-txt {
        text-align: left;
        margin: inherit !important
    }
    .btn.btn-pay {
        padding: 9px 9px !important;
        font-size: 9px !important
    }
}

.b-10 {
    border-radius: 10px !important
}

.font-clr {
    color: #32c1cf
}

.box3 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

.box3 .box-content,
.box3:after,
.box3:before {
    position: absolute;
    left: 7%;
    right: 7%;
    transition: all .3s
}

.box3:after,
.box3:before {
    display: block;
    background: rgba(0, 0, 0, .3);
    top: 10%;
    bottom: 10%;
    z-index: 1;
    transform: scale(0, 1)
}

.box3:after {
    top: 10.8%;
    bottom: 10.8%;
    transform: scale(1, 0)
}

.box3:hover:after,
.box3:hover:before {
    transform: scale(1);
    animation: animate 1.5s
}

.box3:hover:before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.box:hover:after {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff
}

.box img {
    width: 100%;
    height: auto;
    transition: all .3s
}

.box3:hover img {
    filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(10px)
}

.box3 .box-content {
    padding: 30px 10px;
    top: 10%;
    bottom: 10%;
    opacity: 0;
    z-index: 2
}

.box3:hover .box-content {
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .3);
    opacity: 1;
    transition: all .3s
}

.box3 .title {
    font-size: 24px;
    font-weight: 800 !important;
    color: #000;
    margin: 0 0 5px
}

.box3 .post {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8)
}

.box3 .description {
    font-size: 14px;
    color: #fff;
    margin: 0 0 20px
}

.box3 .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.box3 .icon li {
    display: inline-block;
    margin: 0 10px 0 0
}

.box3 .icon li a {
    color: #fff;
    background: #17b3f1;
    transition: all .5s
}

.box3 .icon a:hover {
    text-decoration: none;
    animation: animate-hover .5s;
    transition: all .3s
}

@keyframes animate {
    0%,
    100% {
        opacity: 1
    }
}

@keyframes animate-hover {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .3)
    }
    50% {
        box-shadow: 0 0 0 5px rgba (255, 255, 255, .3)
    }
    100% {
        box-shadow: 0 0 0 0 rgba (255, 255, 255, .3)
    }
}

@media only screen and (max-width:990px) {
    .box3 {
        margin-bottom: 30px
    }
    .box3 .box-content {
        padding: 10px
    }
    .box3 .description {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    .box3 .title {
        margin: 0
    }
}

.institutional_products ul li {
    display: flex;
    list-style-type: none
}

.inst-nav {
    margin-top: -7px !important
}

.purchase-pie-1 {
    -webkit-animation: color-change 3s infinite;
    -moz-animation: color-change 3s infinite;
    -o-animation: color-change 3s infinite;
    -ms-animation: color-change 3s infinite;
    animation: color-change 3s infinite
}

@-webkit-keyframes color-change {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@-moz-keyframes color-change {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@-ms-keyframes color-change {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@-o-keyframes color-change {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@keyframes color-change {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

.purchase-pie-2 {
    -webkit-animation: color-change-2 3s infinite;
    -moz-animation: color-change-2 3s infinite;
    -o-animation: color-change-2 3s infinite;
    -ms-animation: color-change-2 3s infinite;
    animation: color-change-2 3s infinite
}

@-webkit-keyframes color-change-2 {
    0% {
        color: ORANGE
    }
    15% {
        color: #ff0
    }
    30% {
        color: GREEN
    }
    45% {
        color: #00f
    }
    60% {
        color: INDIGO
    }
    75% {
        color: VIOLET
    }
    100% {
        color: RED
    }
}

@-moz-keyframes color-change-2 {
    0% {
        color: ORANGE
    }
    15% {
        color: #ff0
    }
    30% {
        color: GREEN
    }
    45% {
        color: #00f
    }
    60% {
        color: INDIGO
    }
    75% {
        color: VIOLET
    }
    100% {
        color: RED
    }
}

@-ms-keyframes color-change-2 {
    0% {
        color: ORANGE
    }
    15% {
        color: #ff0
    }
    30% {
        color: GREEN
    }
    45% {
        color: #00f
    }
    60% {
        color: INDIGO
    }
    75% {
        color: VIOLET
    }
    100% {
        color: RED
    }
}

@-o-keyframes color-change-2 {
    0% {
        color: ORANGE
    }
    15% {
        color: #ff0
    }
    30% {
        color: GREEN
    }
    45% {
        color: #00f
    }
    60% {
        color: INDIGO
    }
    75% {
        color: VIOLET
    }
    100% {
        color: RED
    }
}

@keyframes color-change-2 {
    0% {
        color: ORANGE
    }
    15% {
        color: #ff0
    }
    30% {
        color: GREEN
    }
    45% {
        color: #00f
    }
    60% {
        color: INDIGO
    }
    75% {
        color: VIOLET
    }
    100% {
        color: RED
    }
}

.purchase-pie-3 {
    -webkit-animation: color-change-3 3s infinite;
    -moz-animation: color-change-3 3s infinite;
    -o-animation: color-change-3 3s infinite;
    -ms-animation: color-change-3 3s infinite;
    animation: color-change-3 3s infinite
}

@-webkit-keyframes color-change-3 {
    0% {
        color: #ff0
    }
    15% {
        color: GREEN
    }
    30% {
        color: #00f
    }
    45% {
        color: INDIGO
    }
    60% {
        color: VIOLET
    }
    75% {
        color: RED
    }
    100% {
        color: ORANGE
    }
}

@-moz-keyframes color-change-3 {
    0% {
        color: #ff0
    }
    15% {
        color: GREEN
    }
    30% {
        color: #00f
    }
    45% {
        color: INDIGO
    }
    60% {
        color: VIOLET
    }
    75% {
        color: RED
    }
    100% {
        color: ORANGE
    }
}

@-ms-keyframes color-change-3 {
    0% {
        color: #ff0
    }
    15% {
        color: GREEN
    }
    30% {
        color: #00f
    }
    45% {
        color: INDIGO
    }
    60% {
        color: VIOLET
    }
    75% {
        color: RED
    }
    100% {
        color: ORANGE
    }
}

@-o-keyframes color-change-3 {
    0% {
        color: #ff0
    }
    15% {
        color: GREEN
    }
    30% {
        color: #00f
    }
    45% {
        color: INDIGO
    }
    60% {
        color: VIOLET
    }
    75% {
        color: RED
    }
    100% {
        color: ORANGE
    }
}

@keyframes color-change-3 {
    0% {
        color: #ff0
    }
    15% {
        color: GREEN
    }
    30% {
        color: #00f
    }
    45% {
        color: INDIGO
    }
    60% {
        color: VIOLET
    }
    75% {
        color: RED
    }
    100% {
        color: ORANGE
    }
}

.purchase-pie-4 {
    -webkit-animation: color-change-4 3s infinite;
    -moz-animation: color-change-4 3s infinite;
    -o-animation: color-change-4 3s infinite;
    -ms-animation: color-change-4 3s infinite;
    animation: color-change-4 3s infinite
}

@-webkit-keyframes color-change-4 {
    0% {
        color: GREEN
    }
    15% {
        color: #00f
    }
    30% {
        color: INDIGO
    }
    45% {
        color: VIOLET
    }
    60% {
        color: RED
    }
    75% {
        color: ORANGE
    }
    100% {
        color: #ff0
    }
}

@-moz-keyframes color-change-4 {
    0% {
        color: GREEN
    }
    15% {
        color: #00f
    }
    30% {
        color: INDIGO
    }
    45% {
        color: VIOLET
    }
    60% {
        color: RED
    }
    75% {
        color: ORANGE
    }
    100% {
        color: #ff0
    }
}

@-ms-keyframes color-change-4 {
    0% {
        color: GREEN
    }
    15% {
        color: #00f
    }
    30% {
        color: INDIGO
    }
    45% {
        color: VIOLET
    }
    60% {
        color: RED
    }
    75% {
        color: ORANGE
    }
    100% {
        color: #ff0
    }
}

@-o-keyframes color-change-4 {
    0% {
        color: GREEN
    }
    15% {
        color: #00f
    }
    30% {
        color: INDIGO
    }
    45% {
        color: VIOLET
    }
    60% {
        color: RED
    }
    75% {
        color: ORANGE
    }
    100% {
        color: #ff0
    }
}

@keyframes color-change-4 {
    0% {
        color: GREEN
    }
    15% {
        color: #00f
    }
    30% {
        color: INDIGO
    }
    45% {
        color: VIOLET
    }
    60% {
        color: RED
    }
    75% {
        color: ORANGE
    }
    100% {
        color: #ff0
    }
}

.purchase-pie-5 {
    -webkit-animation: color-change-5 3s infinite;
    -moz-animation: color-change-5 3s infinite;
    -o-animation: color-change-5 3s infinite;
    -ms-animation: color-change-5 3s infinite;
    animation: color-change-5 3s infinite
}

@-webkit-keyframes color-change-5 {
    0% {
        color: #00f
    }
    15% {
        color: INDIGO
    }
    30% {
        color: VIOLET
    }
    45% {
        color: RED
    }
    60% {
        color: ORANGE
    }
    75% {
        color: #ff0
    }
    100% {
        color: GREEN
    }
}

@-moz-keyframes color-change-5 {
    0% {
        color: #00f
    }
    15% {
        color: INDIGO
    }
    30% {
        color: VIOLET
    }
    45% {
        color: RED
    }
    60% {
        color: ORANGE
    }
    75% {
        color: #ff0
    }
    100% {
        color: GREEN
    }
}

@-ms-keyframes color-change-5 {
    0% {
        color: #00f
    }
    15% {
        color: INDIGO
    }
    30% {
        color: VIOLET
    }
    45% {
        color: RED
    }
    60% {
        color: ORANGE
    }
    75% {
        color: #ff0
    }
    100% {
        color: GREEN
    }
}

@-o-keyframes color-change-5 {
    0% {
        color: #00f
    }
    15% {
        color: INDIGO
    }
    30% {
        color: VIOLET
    }
    45% {
        color: RED
    }
    60% {
        color: ORANGE
    }
    75% {
        color: #ff0
    }
    100% {
        color: GREEN
    }
}

@keyframes color-change-5 {
    0% {
        color: #00f
    }
    15% {
        color: INDIGO
    }
    30% {
        color: VIOLET
    }
    45% {
        color: RED
    }
    60% {
        color: ORANGE
    }
    75% {
        color: #ff0
    }
    100% {
        color: GREEN
    }
}

.purchase-pie-6 {
    -webkit-animation: color-change-6 3s infinite;
    -moz-animation: color-change-6 3s infinite;
    -o-animation: color-change-6 3s infinite;
    -ms-animation: color-change-6 3s infinite;
    animation: color-change-6 3s infinite
}

@-webkit-keyframes color-change-6 {
    0% {
        color: VIOLET
    }
    15% {
        color: RED
    }
    30% {
        color: ORANGE
    }
    45% {
        color: #ff0
    }
    60% {
        color: GREEN
    }
    75% {
        color: #00f
    }
    100% {
        color: INDIGO
    }
}

@-moz-keyframes color-change-6 {
    0% {
        color: VIOLET
    }
    15% {
        color: RED
    }
    30% {
        color: ORANGE
    }
    45% {
        color: #ff0
    }
    60% {
        color: GREEN
    }
    75% {
        color: #00f
    }
    100% {
        color: INDIGO
    }
}

@-ms-keyframes color-change-6 {
    0% {
        color: VIOLET
    }
    15% {
        color: RED
    }
    30% {
        color: ORANGE
    }
    45% {
        color: #ff0
    }
    60% {
        color: GREEN
    }
    75% {
        color: #00f
    }
    100% {
        color: INDIGO
    }
}

@-o-keyframes color-change-6 {
    0% {
        color: VIOLET
    }
    15% {
        color: RED
    }
    30% {
        color: ORANGE
    }
    45% {
        color: #ff0
    }
    60% {
        color: GREEN
    }
    75% {
        color: #00f
    }
    100% {
        color: INDIGO
    }
}

@keyframes color-change-6 {
    0% {
        color: VIOLET
    }
    15% {
        color: RED
    }
    30% {
        color: ORANGE
    }
    45% {
        color: #ff0
    }
    60% {
        color: GREEN
    }
    75% {
        color: #00f
    }
    100% {
        color: INDIGO
    }
}

.purchase-pie-7 {
    -webkit-animation: color-change-7 3s infinite;
    -moz-animation: color-change-7 3s infinite;
    -o-animation: color-change-7 3s infinite;
    -ms-animation: color-change-7 3s infinite;
    animation: color-change-7 3s infinite
}

@-webkit-keyframes color-change-7 {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@-moz-keyframes color-change-7 {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@-ms-keyframes color-change-7 {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@-o-keyframes color-change-7 {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

@keyframes color-change-7 {
    0% {
        color: RED
    }
    15% {
        color: ORANGE
    }
    30% {
        color: #ff0
    }
    45% {
        color: GREEN
    }
    60% {
        color: #00f
    }
    75% {
        color: INDIGO
    }
    100% {
        color: VIOLET
    }
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../assets/images/loader.gif) no-repeat #fff;
    background-position: center;
    background-size: 100px
}

body {
    text-shadow: none;
    background: #fff;
    background-size: 20%;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: none
}

a,
b,
p,
small,
span,
strong {
    text-shadow: none !important
}

.index_dropdown {
    -webkit-padding-before: 5px !important
}

.card-body ::placeholder {
    color: #6f6767;
    opacity: .8
}

.card-body :-ms-input-placeholder {
    color: #6f6767;
    opacity: .8
}

.card-body ::-ms-input-placeholder {
    color: #6f6767;
    opacity: .8
}

.payment-frm {
    padding: 40px;
    background-color: #f7f7f7
}

.form-control.payment-frm-control {
    border-bottom: 1px solid #ccc !important;
    border: 1px solid transparent
}

.form-control.payment-frm-control:active,
.form-control.payment-frm-control:focus,
.form-control.payment-frm-control:hover {
    border-bottom: 1px solid #ccc !important;
    border: 1px solid transparent
}

.billing-add {
    padding: 30px;
    border: 1px solid #ccc
}

.payment-cancel {
    padding: 30px
}

.btn-pay {
    border-radius: 33px !important;
    font-size: 14px !important;
    background-color: #32c1cf;
    color: #fff;
    padding: 7px 13px !important;
    margin: 2% 2%;
}

.btn-pay:hover {
    background-color: #fff;
    color: #32c1cf;
    border: 1px solid #32c1cf
}

.card-1 {
    background-color: #ed748c !important
}

.card-2 {
    background-color: #f89341 !important
}

.card-3 {
    background-color: #f5bb7b !important
}

.card-4 {
    background-color: #785fee !important
}

.card-5 {
    background-color: #40ab3b !important
}

.card-title.text-white {
    font-size: 13px !important;
    font-weight: 600
}

.card-txt-title {
    font-size: 13px !important
}

.img-new {
    float: right
}

.card-free {
    color: #32c1cf;
    border-radius: 20px;
    background: #fff;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize
}

body.modal-open {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
    right: 0
}

.web-select {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    text-align-last: center
}

.custom-select {
    position: relative;
    width: 100%;
    font-size: 17px
}

.custom-select select {
    display: none
}

.form-control.select-selected {
    background-color: #0bc1cf !important;
    border-radius: 50px !important;
    color: #fff !important
}

.nxt-btn {
    background: 0 0;
    border: 2px solid #0bc1cf !important;
    border-radius: 50px;
    color: #0bc1cf;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 15px;
    letter-spacing: 1px
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    margin-top: 4px
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px
}

.select-items div,
.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    user-select: none
}

.select-items {
    position: absolute;
    background-color: #0bc1cf;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0 0 20px 20px
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.btn {
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 15px;
    letter-spacing: 1px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px
}

.web-btn {
    background: #17b3f1 !important;
    border: 2px solid #17b3f1 !important;
    border-radius: 50px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 15px;
    letter-spacing: 1px
}

.web-btn:active,
.web-btn:focus,
.web-btn:hover,
.web-btn:visited {
    background: #05b7c3;
    border: 2px solid #05b7c3;
    color: #0bc1cf;
    outline: 0
}

.web-btn2 {
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50px !important;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px !important;
    font-size: 15px !important;
    letter-spacing: 1px
}

.web-btn2:hover,
.web-btn:active,
.web-btn:focus,
.web-btn:visited {
    background: #0bc1cf !important;
    border: 2px solid #0bc1cf;
    color: #fff !important;
    outline: 0
}

.web-heading {
    text-align: center;
    margin-bottom: 40px
}

.web-heading h1,
.web-heading h2 {
    color: #000 !important;
    text-transform: uppercase
}

.web-heading h1 span,
.web-heading h2 span {
    color: #0bc1cf
}

.web-heading p {
    font-size: 16px !important;
    text-align: center !important
}

.img-center {
    display: block;
    margin: 25px auto
}

.web_line {
    margin: 10px 0 20px 0;
    height: 5px;
    background: #eee;
    border-radius: 50px;
    border-left: 100px solid #0bc1cf;
    border-radius: 50px
}

.web-radio[type=radio]:checked+label,
.web-radio[type=radio]:not (:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 20px
}

.web-radio[type=radio]:checked+label:before,
.web-radio[type=radio]:not (:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #0bc1cf;
    border-radius: 100%;
    background: #fff
}

.web-radio[type=radio]:checked+label:after,
.web-radio[type=radio]:not (:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0bc1cf;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.web-radio[type=radio]:not (:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.web-panel .panel-heading {
    background: #0bc1cf;
    color: #fff;
    border: 1px solid #0bc1cf
}

.web-panel .panel-heading .panel-h {
    margin: 0
}

.web-panel .panel-body {
    border: 1px solid #0bc1cf
}

.web-panel .panel-body p {
    font-size: 16px
}

.web-clr {
    color: #0bc1cf
}

.subscribe {
    position: fixed;
    right: 0;
    z-index: 1000;
    top: 45%
}

.subscribe .btn-danger {
    text-transform: uppercase
}

.subscribe .sub_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0bc1cf;
    color: #fff;
    font-size: 25px;
    text-align: center;
    float: right;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    animation: zoom 1s 0s linear infinite
}

@keyframes zoom {
    0% {
        background: #0bc1cf
    }
    25% {
        background: #00b970
    }
    50% {
        background: #e9bc00
    }
    75% {
        background: #0bc1b5
    }
    100% {
        background: #ea681c
    }
}

.subscribe .sub_form {
    background: #fff;
    padding: 20px;
    width: 250px;
    float: right;
    display: none;
    box-shadow: 0 0 5px gray
}

.slider img {
    width: 100%
}

.slider .carousel-caption {
    right: 0 !important;
    left: 0 !important;
    text-align: left;
    top: 50px
}

.slider h1 {
    text-transform: uppercase;
    margin: 50px 0 30px 0;
    font-size: 35px;
    letter-spacing: 2px;
    text-shadow: none;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #000
}

.slider p {
    font-size: 32px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000 !important
}

.slider .slider-btn {
    background: rgba(255, 255, 255, .6);
    border-radius: 50px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 16px;
    box-shadow: -2px 2px 1px gray
}

.slider .slider-btn:hover {
    background: #0bc1cf;
    border: 2px solid #0bc1cf;
    color: #fff
}

.classes {
    margin-top: -80px;
    padding-bottom: 40px
}

.classes ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.classes ul li {
    display: inline-block;
    width: 280px;
    margin-left: -4px
}

.classes ul li a {
    text-decoration: none
}

.classes ul li .panel {
    border: none
}

.classes ul li .panel .panel-heading {
    text-transform: uppercase;
    padding: 20px 0
}

.classes ul li .panel .panel-heading h4 {
    margin: 0
}

.classes ul li .panel .panel-body,
.classes ul li .panel .panel-heading {
    border: none;
    border-radius: 0;
    color: #fff
}

.classes ul li:nth-child(1) .panel .panel-body,
.classes ul li:nth-child(1) .panel .panel-heading {
    background: #00b970
}

.classes ul li:nth-child(2) .panel .panel-body,
.classes ul li:nth-child(2) .panel .panel-heading {
    background: #e9bc00
}

.classes ul li:nth-child(3) .panel .panel-body,
.classes ul li:nth-child(3) .panel .panel-heading {
    background: #0bc1b5
}

.classes ul li:nth-child(4) .panel .panel-body,
.classes ul li:nth-child(4) .panel .panel-heading {
    background: #ea681c
}

.classes ul li:nth-child(5) .panel .panel-body,
.classes ul li:nth-child(5) .panel .panel-heading {
    background: #da1e1e
}

.classes ul li:nth-child(6) .panel .panel-body,
.classes ul li:nth-child(6) .panel .panel-heading {
    background: #007fd8
}

.classes ul li:nth-child(7) .panel .panel-body,
.classes ul li:nth-child(7) .panel .panel-heading {
    background: #00ccbf
}

.classes ul li .panel .panel-body ul li {
    width: 45%;
    font-size: 15px;
    margin: 10px 0
}

.classes ul li .panel .panel-body ul li img {
    margin: 0 auto;
    margin-bottom: 10px
}

.classes ul li .panel .panel-footer {
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0
}

.classes ul li:nth-child(1) .panel .panel-footer {
    background: #03a967
}

.classes ul li:nth-child(2) .panel .panel-footer {
    background: #e1b608
}

.classes ul li:nth-child(3) .panel .panel-footer {
    background: #05b7ac
}

.classes ul li:nth-child(4) .panel .panel-footer {
    background: #e95b08
}

.classes ul li:nth-child(5) .panel .panel-footer {
    background: #da1e1e
}

.classes ul li:nth-child(6) .panel .panel-footer {
    background: #007fd8
}

.classes ul li:nth-child(7) .panel .panel-footer {
    background: #00ccbf
}

.classes ul li .panel .panel-footer .pull-right {
    font-size: 20px
}

.classes.page {
    margin-top: 0;
    padding: 40px 0 !important
}

.classes.page .web-heading {
    margin-bottom: 20px
}

.classes.page ul li {
    display: inline-block;
    width: 270px;
    margin: 10px 5px
}

.aboutus {
    background: url(../../images/bg.jpg) fixed;
    background-size: 100%;
    padding: 40px 0 !important;
    color: #fff
}

.aboutus img {
    margin: 40px 0 !important
}

.aboutus p {
    font-size: 16px;
    text-align: justify
}

.our_product {
    padding: 40px 0 !important;
    background: #fff
}

.our_product .pro_box {
    padding: 20px;
    border-radius: 10px;
    margin: 50px 0;
    height: 280px
}

.our_product .senior-box:nth-child(1) .pro_box {
    border: 1px solid #ce5146
}

.our_product .senior-box:nth-child(2) .pro_box {
    border: 1px solid #06648c
}

.our_product .senior-box:nth-child(3) .pro_box {
    border: 1px solid #29c2df
}

.our_product .senior-box:nth-child(4) .pro_box {
    border: 1px solid #bb81f5
}

.our_product .senior-box:nth-child(5) .pro_box {
    border: 1px solid #f3b345
}

.our_product .senior-box:nth-child(6) .pro_box {
    border: 1px solid #629801
}

.our_product .pro_box p {
    font-size: 18px !important
}

.our_product .pro_img {
    border-radius: 50%;
    width: 120px;
    margin: 0 auto;
    padding: 12px 10px 5px 10px;
    margin-top: -80px;
    background: #fff
}

.our_product .senior-box:nth-child(1) .pro_img {
    border: 1px solid #ce5146
}

.our_product .senior-box:nth-child(2) .pro_img {
    border: 1px solid #06648c
}

.our_product .senior-box:nth-child(3) .pro_img {
    border: 1px solid #29c2df
}

.our_product .senior-box:nth-child(4) .pro_img {
    border: 1px solid #bb81f5
}

.our_product .senior-box:nth-child(5) .pro_img {
    border: 1px solid #f3b345
}

.our_product .senior-box:nth-child(6) .pro_img {
    border: 1px solid #629801
}

.our_product .pro_h {
    background: #ee4a68;
    color: #fff;
    padding: 5px 0 5px 30px;
    margin: 20px 0 10px -30px;
    border-radius: 0 50px 50px 0;
    width: 250px;
    text-transform: uppercase;
    font-size: 17px
}

.our_product .senior-box:nth-child(1) .pro_h {
    background: #ce5146
}

.our_product .senior-box:nth-child(2) .pro_h {
    background: #06648c
}

.our_product .senior-box:nth-child(3) .pro_h {
    background: #29c2df
}

.our_product .senior-box:nth-child(4) .pro_h {
    background: #bb81f5
}

.our_product .senior-box:nth-child(5) .pro_h {
    background: #f3b345
}

.our_product .senior-box:nth-child(6) .pro_h {
    background: #629801
}

.benefits {
    padding: 40px 0 !important
}

.benefits .panel {
    border-radius: 10px;
    transition: all .3s 0s linear
}

.benefits .panel:hover {
    transform: scale(1.2, 1.2);
    cursor: pointer
}

.benefits .panel .panel-heading {
    padding: 0;
    border-radius: 10px 10px 0 0
}

.benefits .panel .panel-heading img {
    border-radius: 10px 10px 0 0
}

.benefits .panel .panel-body {
    height: 250px
}

.benefits .panel .panel-body h3 {
    margin-top: 0
}

.achievement {
    background: url(../../images/bg.jpg) fixed;
    background-size: 100%;
    padding: 40px 0 0 0;
    color: #fff;
    z-index: 1;
    position: relative
}

.achievement .ach_circle {
    width: 200px;
    height: 200px;
    padding-top: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    margin: 20px auto;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .1);
    transition: all .3s 0s linear
}

.achievement .ach_circle span {
    color: #0bc1cf;
    font-size: 40px;
    transition: all .3s 0s linear
}

.achievement .ach_circle:hover {
    cursor: pointer;
    background: #0bc1cf;
    color: #fff
}

.achievement .ach_circle:hover span {
    color: #fff
}

.team_work {
    padding: 20px 0 40px 0;
    background: #fff
}

.team_work .panel {
    border-radius: 10px;
    width: 90%;
    margin: 20px auto;
    height: 330px
}

.team_work .col-md-3:nth-child(2) .panel,
.team_work .col-md-4:nth-child(2) .panel {
    border-color: #7027a5
}

.team_work .col-md-3:nth-child(3) .panel,
.team_work .col-md-4:nth-child(3) .panel {
    border-color: #147cc4
}

.team_work .col-md-3:nth-child(4) .panel,
.team_work .col-md-4:nth-child(4) .panel {
    border-color: #e9681b
}

.team_work .col-md-3:nth-child(5) .panel,
.team_work .col-md-4:nth-child(5) .panel {
    border-color: #00b971
}

.team_work .col-md-3:nth-child(6) .panel,
.team_work .col-md-4:nth-child(6) .panel {
    border-color: #c83131
}

.team_work .col-md-3:nth-child(7) .panel,
.team_work .col-md-4:nth-child(7) .panel {
    border-color: #0bab9c
}

.team_work .panel h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase
}

.team_work .panel h3 span {
    text-transform: none;
    font-size: 15px
}

.team_work .col-md-3:nth-child(2) .panel h3,
.team_work .col-md-4:nth-child(2) .panel h3 {
    color: #7027a5
}

.team_work .col-md-3:nth-child(3) .panel h3,
.team_work .col-md-4:nth-child(3) .panel h3 {
    color: #147cc4
}

.team_work .col-md-3:nth-child(4) .panel h3,
.team_work .col-md-4:nth-child(4) .panel h3 {
    color: #e9681b
}

.team_work .col-md-3:nth-child(5) .panel h3,
.team_work .col-md-4:nth-child(5) .panel h3 {
    color: #00b971
}

.team_work .col-md-3:nth-child(6) .panel h3,
.team_work .col-md-4:nth-child(6) .panel h3 {
    color: #c83131
}

.team_work .col-md-3:nth-child(7) .panel h3,
.team_work .col-md-4:nth-child(7) .panel h3 {
    color: #0bab9c
}

.team_work .panel small {
    font-size: 13px;
    font-style: italic
}

.team_work .panel .team_circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    float: left;
    margin: 0 15px 0 -50px;
    text-align: center;
    font-size: 30px;
    color: #fff
}

.team_work .col-md-3:nth-child(2) .panel .team_circle,
.team_work .col-md-4:nth-child(2) .panel .team_circle {
    background: #7027a5
}

.team_work .col-md-3:nth-child(3) .panel .team_circle,
.team_work .col-md-4:nth-child(3) .panel .team_circle {
    background: #147cc4
}

.team_work .col-md-3:nth-child(4) .panel .team_circle,
.team_work .col-md-4:nth-child(4) .panel .team_circle {
    background: #e9681b
}

.team_work .col-md-3:nth-child(5) .panel .team_circle,
.team_work .col-md-4:nth-child(5) .panel .team_circle {
    background: #00b971
}

.team_work .col-md-3:nth-child(6) .panel .team_circle,
.team_work .col-md-4:nth-child(6) .panel .team_circle {
    background: #c83131
}

.team_work .col-md-3:nth-child(7) .panel .team_circle,
.team_work .col-md-4:nth-child(7) .panel .team_circle {
    background: #0bab9c
}

.team_work .col-md-3:nth-child(2) .panel .web_line,
.team_work .col-md-4:nth-child(2) .panel .web_line {
    border-color: #7027a5
}

.team_work .col-md-3:nth-child(3) .panel .web_line,
.team_work .col-md-4:nth-child(3) .panel .web_line {
    border-color: #147cc4
}

.team_work .col-md-3:nth-child(4) .panel .web_line,
.team_work .col-md-4:nth-child(4) .panel .web_line {
    border-color: #e9681b
}

.team_work .col-md-3:nth-child(5) .panel .web_line,
.team_work .col-md-4:nth-child(5) .panel .web_line {
    border-color: #00b971
}

.team_work .col-md-3:nth-child(6) .panel .web_line,
.team_work .col-md-4:nth-child(6) .panel .web_line {
    border-color: #c83131
}

.team_work .col-md-3:nth-child(7) .panel .web_line,
.team_work .col-md-4:nth-child(7) .panel .web_line {
    border-color: #0bab9c
}

.students_say {
    padding: 40px 0 !important;
    background: #ededec
}

.students_say .testimonial {
    border: 10px solid #662a66;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
    height: 300px
}

.students_say .testimonial .test-img {
    margin-top: -105px
}

.students_say .testimonial .test-img img {
    width: 124px;
    margin: 0 auto;
    border: 7px solid #ededec
}

.students_say .testimonial .title {
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #ededec;
    background: #e8326f;
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.students_say .testimonial .title:before {
    content: "";
    border-top: 15px solid #662a66;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0
}

.students_say .testimonial .title:after {
    content: "";
    border-top: 15px solid #662a66;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0
}

.students_say .testimonial .post {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize
}

.students_say .testimonial .description {
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 25px
}

.students_say .owl-theme .owl-controls {
    margin-top: 0
}

.students_say .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #0bc1cf;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1
}

.students_say .owl-next:before,
.students_say .owl-prev:before {
    content: "\f060";
    font-family: fontawesome;
    font-size: 20px
}

.students_say .owl-next:before {
    content: "\f061"
}

@media only screen and (max-width:990px) {
    .students_say .testimonial {
        margin: 30px
    }
}

.footer {
    background: #0bc1cf;
    color: #fff;
    padding: 15px 0 !important
}

.footer .social_icons {
    padding: 0
}

.footer .social_icons li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin: 5px 5px;
    box-shadow: 1px 1px 2px #000;
    transition: all .3s 0s linear
}

.footer .social_icons li:hover {
    transform: scale(1.2, 1.2)
}

.footer .social_icons li:nth-child(1) {
    background: #3b5997
}

.footer .social_icons li:nth-child(2) {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.footer .social_icons li:nth-child(3) {
    background: #1ea1f3
}

.footer .social_icons li:nth-child(4) {
    background: #dd4b3e
}

.footer .social_icons li:nth-child(5) {
    background: #c8232c
}

.footer .social_icons li:nth-child(6) {
    background: #4875b4
}

.footer .social_icons li a {
    text-decoration: none;
    color: #fff;
    padding: 10px
}

.footer ul.add {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0
}

.footer ul.add li.add-h {
    text-transform: uppercase;
    margin-top: 20px !important;
    font-size: 22px;
    font-weight: 700
}

.info-edu {
    margin: 0 0 -5px 0 !important;
    font-size: 15px !important
}

.news_txt {
    margin-bottom: 5px;
    display: block
}

.vert-move {
    width: 300px;
    position: relative;
    z-index: 1
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

.lineeffect:before {
    content: '';
    width: 650px;
    height: 400px;
    position: absolute;
    background: url(../front_images/press_release/line.png);
    background-size: 100% 100%;
    margin-top: -300px;
    margin-left: 100px
}

.footer ul.add li.add-h.active {
    margin-top: 0
}

.footer ul.add li {
    margin-top: 5px;
    font-size: 20px
}

.footer ul.add li a {
    color: #fff;
    text-decoration: none
}

.footer_bottom {
    background: #069099;
    padding: 20px 0 !important
}

.footer_bottom ul {
    padding: 0;
    margin: 0
}

.footer_bottom ul li {
    display: inline-block;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 11px
}

.footer_bottom ul li a {
    color: #fff;
    text-decoration: none
}

.footer_bottom p {
    padding-top: 10px;
    margin: 0 10px;
    color: #fff !important;
    margin: 0;
    text-align: right;
    font-size: 13px !important
}

.footer_bottom p a {
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .fixed-top {
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }
    .footer ul.add {
        font-size: 15px
    }
    h4#exampleModalCenterTitleCounsellor {
        text-align: center;
        padding-top: 10px
    }
}

.cd-top {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(6, 144, 153, .8) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    z-index: 1000
}

.cd-top.cd-top--fade-out,
.cd-top.cd-top--show,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s
}

.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-top--fade-out {
    opacity: .5
}

.cd-top:hover {
    background-color: #069099;
    opacity: 1
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 35px
    }
}

.first_sec {
    background: url(../../images/pie_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0 150px 0
}

.first_sec .web-btn {
    width: 150px
}

.first_sec .logo {
    width: 140px
}

.first_sec h1 {
    text-transform: uppercase;
    margin: 40px 0 30px 0;
    font-size: 35px;
    letter-spacing: 2px;
    text-shadow: none;
    font-weight: 700
}

.first_sec p {
    font-size: 32px;
    margin-bottom: 30px;
    text-shadow: none;
    letter-spacing: 1px
}

.first_sec .parashoot {
    width: 9%;
    position: absolute;
    left: 20px;
    top: 20px
}

.first_sec .cloud {
    width: 12.5%;
    position: absolute;
    left: 40%;
    top: 25px
}

.first_sec .cloud_small {
    width: 8%;
    position: absolute;
    left: 51%;
    top: 5%
}

.first_sec .rainbow {
    width: 20%;
    position: absolute;
    left: 10%;
    top: 60%
}

.first_sec .cloud2 {
    width: 12.5%;
    position: absolute;
    left: 60%;
    top: 72%
}

.first_sec .cloud_small2 {
    width: 8%;
    position: absolute;
    left: 45%;
    top: 72%
}

.first_sec .kite {
    width: 13%;
    position: absolute;
    right: 1%;
    top: 12%
}

.parashooteffect {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: parashooteffect 1s 0s infinite linear;
    animation: parashooteffect 1s 0s infinite linear
}

@keyframes parashooteffect {
    0% {
        margin-top: 0;
        margin-left: 0
    }
    25% {
        margin-top: -5px;
        margin-left: -5px
    }
    50% {
        margin-top: -10px;
        margin-left: -10px
    }
    75% {
        margin-top: -5px;
        margin-left: -5px
    }
    100% {
        margin-top: 0;
        margin-left: 0
    }
}

.rainboweffect {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: rainboweffect 1s 0s infinite linear;
    animation: rainboweffect 1s 0s infinite linear
}

@keyframes rainboweffect {
    0% {
        margin-top: 0;
        margin-left: 0
    }
    25% {
        margin-top: -5px;
        margin-left: -5px
    }
    50% {
        margin-top: -10px;
        margin-left: -10px
    }
    75% {
        margin-top: -5px;
        margin-left: -5px
    }
    100% {
        margin-top: 0;
        margin-left: 0
    }
}

.cloudeffect {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: cloudeffect 1s 0s infinite linear;
    animation: cloudeffect 1s 0s infinite linear
}

@keyframes cloudeffect {
    0% {
        margin-left: 0
    }
    25% {
        margin-left: -5px
    }
    50% {
        margin-left: -10px
    }
    75% {
        margin-left: -5px
    }
    100% {
        margin-left: 0
    }
}

.cloudeffecttwo {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: cloudeffecttwo 1s 0s infinite linear;
    animation: cloudeffecttwo 1s 0s infinite linear
}

@keyframes cloudeffecttwo {
    0% {
        margin-left: 0
    }
    25% {
        margin-left: 5px
    }
    50% {
        margin-left: 10px
    }
    75% {
        margin-left: 5px
    }
    100% {
        margin-left: 0
    }
}

.kiteeffect {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: kiteeffect 1s 0s infinite linear;
    animation: kiteeffect 1s 0s infinite linear
}

@keyframes kiteeffect {
    0% {
        margin-right: 0;
        margin-top: 0
    }
    25% {
        margin-right: 5px;
        margin-top: -5px
    }
    50% {
        margin-right: 10px;
        margin-top: -10px
    }
    75% {
        margin-right: 5px;
        margin-top: -5px
    }
    100% {
        margin-right: 0;
        margin-top: 0
    }
}

.cloudeffectthree {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: cloudeffectthree 1s 0s infinite linear;
    animation: cloudeffectthree 1s 0s infinite linear
}

@keyframes cloudeffectthree {
    0% {
        margin-left: 0;
        margin-top: 0
    }
    25% {
        margin-left: 5px;
        margin-top: -10px
    }
    50% {
        margin-left: 10px;
        margin-top: -15px
    }
    75% {
        margin-left: 5px;
        margin-top: -10px
    }
    100% {
        margin-left: 0;
        margin-top: 0
    }
}

.cloudeffectfour {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: cloudeffectfour 1s 0s infinite linear;
    animation: cloudeffectfour 1s 0s infinite linear
}

@keyframes cloudeffectfour {
    0% {
        margin-left: 0;
        margin-top: 0
    }
    25% {
        margin-left: 5px;
        margin-top: 10px
    }
    50% {
        margin-left: 10px;
        margin-top: 15px
    }
    75% {
        margin-left: 5px;
        margin-top: 10px
    }
    100% {
        margin-left: 0;
        margin-top: 0
    }
}

.second_sec {
    background: url(../../images/bg.jpg);
    background-size: 100%;
    color: #fff;
    padding: 40px 0 !important;
    z-index: 1;
    position: relative
}

.second_sec .web-heading {
    margin-bottom: 30px
}

.second_sec p {
    font-size: 16px;
    margin-bottom: 30px
}

.loginform h3 {
    margin-top: 0;
    text-align: center
}

.loginform p {
    margin-top: 10px
}

.loginform p a,
.loginform p a:active,
.loginform p a:focus,
.loginform p a:hover,
.loginform p a:visited {
    -webkit-appearance: none;
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

.loginform .input-hide {
    position: absolute;
    left: -9999px
}

.loginform input[type=radio]:checked+label>img {
    box-shadow: 0 0 5px #000
}

.loginform input[type=radio]:checked+label:before {
    content: '\f00c';
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: green;
    top: 8px;
    right: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.loginform input[type=radio]+label>img {
    width: 100%;
    border-radius: 5px
}

.registerform h3 {
    margin-top: 0;
    text-align: center
}

.registerform p {
    margin-top: 10px
}

.registerform p a,
.registerform p a:active,
.registerform p a:focus,
.registerform p a:hover,
.registerform p a:visited {
    -webkit-appearance: none;
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

@media screen and(min-width:768px)and(max-width:1199px)
}

@media screen and (max-width:767px) {
    .classes {
        margin-top: 40px
    }
    .classes .web-btn {
        font-size: 10px
    }
    .slider .carousel-caption {
        top: -7px
    }
    .slider h1 {
        margin: 0 0 5px 0;
        font-size: 15px
    }
    .slider p {
        font-size: 10px;
        margin-bottom: 5px
    }
    .slider .slider-btn {
        padding: 2px 10px;
        font-size: 10px
    }
    .our_product .pro_box {
        margin: 80px 0
    }
    .team_work .panel .team_circle {
        width: 50px;
        height: 50px;
        line-height: 52px;
        margin: 0 15px 0 -40px;
        font-size: 23px
    }
    .team_work .panel {
        height: 415px
    }
    .team_work .panel h3 {
        font-size: 20px
    }
    .students_say .testimonial .description {
        font-size: 12px;
        line-height: 20px
    }
    .footer_bottom ul {
        text-align: center
    }
    .footer_bottom ul li {
        margin: 0 2px;
        font-size: 10px
    }
    .footer_bottom p {
        margin: 5px 0 0 0;
        text-align: center
    }
    .first_sec {
        padding: 40px 0 150px 0
    }
    .first_sec .web-btn {
        width: 110px;
        padding: 7px 10px;
        font-size: 12px
    }
}

.learning-tabs {
    background: 0 0;
    margin-bottom: -30px
}

.learning-tabs ul {
    margin: 0 auto;
    display: block;
    text-align: center;
    border: none
}

.learning-tabs ul li {
    display: inline-block;
    float: none;
    text-transform: uppercase
}

.learning-tabs .nav-tabs>li>a {
    color: gray;
    font-size: 30px;
    letter-spacing: 1px;
    border: none
}

.learning-tabs .nav-tabs>li>a,
.learning-tabs .nav-tabs>li>a:focus,
.learning-tabs .nav-tabs>li>a:hover {
    border: none
}

.learning-tabs .nav-tabs>li.active>a,
.learning-tabs .nav-tabs>li.active>a:focus,
.learning-tabs .nav-tabs>li.active>a:hover {
    background: 0 0;
    border: none;
    font-size: 35px;
    color: #000
}

.learning {
    padding: 40px 0 !important;
    background: #fff
}

.learning-classes {
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    border: none
}

.learning-classes li {
    display: inline-block;
    float: none
}

.learning-classes li a {
    padding: 10px 0;
    color: #fff !important;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    margin: 10px 2px;
    display: block;
    width: 210px
}

.learning-classes li:nth-child(1) a {
    background: #e9681b
}

.learning-classes li:nth-child(2) a {
    background: #00913a
}

.learning-classes li:nth-child(3) a {
    background: #eabb00
}

.learning-classes li:nth-child(4) a {
    background: #7217b4
}

.learning-classes li:nth-child(5) a {
    background: #da1e1e
}

.learning-classes li:nth-child(6) a {
    background: #007fd8
}

.learning-classes li:nth-child(7) a {
    background: #00ccbf
}

.learning-classes.nav-tabs>li:nth-child(1).active>a,
.learning-classes.nav-tabs>li:nth-child(1).active>a:focus,
.learning-classes.nav-tabs>li:nth-child(1).active>a:hover {
    background: #e9681b;
    border: none
}

.learning-classes.nav-tabs>li:nth-child(2).active>a,
.learning-classes.nav-tabs>li:nth-child(2).active>a:focus,
.learning-classes.nav-tabs>li:nth-child(2).active>a:hover {
    background: #00913a;
    border: none
}

.learning-classes.nav-tabs>li:nth-child(3).active>a,
.learning-classes.nav-tabs>li:nth-child(3).active>a:focus,
.learning-classes.nav-tabs>li:nth-child(3).active>a:hover {
    background: #eabb00;
    border: none
}

.learning-classes.nav-tabs>li:nth-child(4).active>a,
.learning-classes.nav-tabs>li:nth-child(4).active>a:focus,
.learning-classes.nav-tabs>li:nth-child(4).active>a:hover {
    background: #7217b4;
    border: none
}

.learning-classes.nav-tabs>li:nth-child(5).active>a,
.learning-classes.nav-tabs>li:nth-child(5).active>a:focus,
.learning-classes.nav-tabs>li:nth-child(5).active>a:hover {
    background: #da1e1e;
    border: none
}

.learning-classes.nav-tabs>li:nth-child(6).active>a,
.learning-classes.nav-tabs>li:nth-child(6).active>a:focus,
.learning-classes.nav-tabs>li:nth-child(6).active>a:hover {
    background: #007fd8;
    border: none
}

.learning-classes.nav-tabs>li:nth-child(7).active>a,
.learning-classes.nav-tabs>li:nth-child(7).active>a:focus,
.learning-classes.nav-tabs>li:nth-child(7).active>a:hover {
    background: #00ccbf;
    border: none
}

.learning-classes li.active a:after {
    content: '\f0d7';
    position: absolute;
    font-family: fontawesome;
    top: 16px;
    left: 45%;
    font-size: 40px
}

.learning-classes li.active:nth-child(1) a:after {
    color: #e9681b
}

.learning-classes li.active:nth-child(2) a:after {
    color: #00913a
}

.learning-classes li.active:nth-child(3) a:after {
    color: #eabb00
}

.learning-classes li.active:nth-child(4) a:after {
    color: #7217b4
}

.learning-classes li.active:nth-child(5) a:after {
    color: #da1e1e
}

.learning-classes li.active:nth-child(6) a:after {
    color: #007fd8
}

.learning-classes li.active:nth-child(7) a:after {
    color: #00ccbf
}

.learning-subjects {
    margin-top: 30px;
    padding: 0;
    background: #f5f5f4;
    border-radius: 10px
}

.learning-subjects li {
    list-style: none
}

.learning-subjects li a {
    color: #000;
    font-size: 16px;
    background: #f5f5f4;
    padding: 10px 20px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none;
    letter-spacing: 1px
}

.learning-subjects li a:hover,
.learning-subjects li.active a {
    background: #e8e8e878;
    color: #17b3f1
}

.learning-subjects li.active {
    color: #17b3f1
}

.learning-data {
    padding: 30px 0
}

.learning-data h2 {
    margin-top: 0
}

.learning-data p {
    font-size: 16px
}

.learning-data .ol-h {
    color: #17b3f1;
    font-size: 18px !important
}

.learning-data ol {
    padding-left: 15px;
    font-size: 16px
}

.learning-data ol li a {
    color: #000;
    text-decoration-line: underline
}

@media screen and (max-width:767px) {
    .learning-tabs .nav-tabs>li.active>a,
    .learning-tabs .nav-tabs>li.active>a:focus,
    .learning-tabs .nav-tabs>li.active>a:hover {
        font-size: 25px
    }
    .learning-tabs .nav-tabs>li.active>a:after {
        top: 20px
    }
    .learning-tabs .nav-tabs>li>a {
        font-size: 20px
    }
    .learning-classes li a {
        font-size: 12px;
        width: 139px
    }
    .learning-classes li.active a:after {
        top: 17px;
        font-size: 33px !important
    }
}

.objective_questions form p {
    margin: 10px 10px
}

.objective_questions .incorrect h1 {
    font-size: 50px;
    color: #1fb2e4
}

.objective_questions .incorrect p {
    font-size: 20px
}

.objective_questions .incorrect .panel-danger,
.objective_questions .incorrect .panel-success {
    text-align: left
}

.objective_questions .incorrect .panel-danger .panel-heading,
.objective_questions .incorrect .panel-success .panel-heading {
    font-size: 18px
}

.objective_questions .incorrect .panel-body {
    padding: 15px !important
}

.objective_questions .incorrect .table {
    font-size: 18px;
    text-align: center
}

.objective_questions .incorrect .table tr th {
    text-align: center
}

.objective_questions .incorrect .table tr td {
    font-size: 25px
}

.objective_questions .panel {
    border-radius: 0;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #d3d3d3;
    border: none;
    margin-bottom: 15px;
    border: 1px solid transparent
}

.objective_questions .panel img {
    max-width: 100%
}

.objective_questions .panel:hover {
    border: 1px solid #d3d3d3;
    box-shadow: none
}

.objective_questions .panel .panel-heading {
    color: #fff;
    text-transform: uppercase
}

.objective_questions .panel .panel-body {
    font-size: 30px;
    padding: 5px
}

.objective_questions .panel-success .panel-heading {
    border: #6e9e0c;
    background: #6e9e0c
}

.objective_questions .panel-info .panel-heading {
    border: #0d7ea5;
    background: #0d7ea5
}

.objective_questions .panel-info .table {
    margin: 0
}

.objective_questions .panel-info .table td {
    padding: 0;
    width: 33%;
    border: none
}

.objective_questions .panel-info .table td p {
    margin: 0;
    padding: 0;
    font-size: 20px
}

.objective_questions .panel-info .table td p.small {
    font-size: 13px;
    color: gray
}

.objective_questions .panel-danger .panel-heading {
    border: #b94518;
    background: #b94518
}

.objective_questions #questionDiv p img {
    margin-top: -8px
}

.learning .analytics p {
    font-size: 19px;
    text-align: justify
}

.learning .analytics .img-rounded {
    box-shadow: 0 0 4px #000;
    margin: 10px 0
}

.correct {
    font-size: 50px;
    text-align: center;
    color: green;
    background: 0 0
}

.correct .modal-dialog {
    margin-top: 20%
}

.correct .modal-content {
    border-radius: 10px;
    border: none
}

.correct .modal-body {
    background: #fff;
    border-radius: 20px
}

.correct img {
    width: 100px
}

.incorrect {
    font-size: 50px;
    text-align: center;
    color: red;
    background: 0 0
}

.incorrect .modal-dialog {
    margin-top: 20%
}

.incorrect .modal-content {
    border-radius: 20px;
    border: none
}

.incorrect .modal-body {
    background: #fff;
    border-radius: 10px
}

.incorrect img {
    width: 100px
}

.modal-header {
    border-bottom: 0 !important
}

.page-top {
    padding: 10px 0;
    font-size: 16px
}

.page-top a {
    color: #1fb2e4;
    text-decoration: none
}

.page-aboutus {
    padding: 40px 0;
    background: #fff
}

.page-aboutus .web-heading {
    margin-bottom: 40px
}

.page-aboutus p {
    font-size: 16px;
    text-align: justify
}

.page-aboutus .about-content {
    padding-left: 100px
}

.page-aboutus .about-content:before {
    content: '';
    position: absolute;
    margin-top: -20px;
    left: 50px;
    width: 5px;
    height: 1400px;
    background: #1fb2e4;
    border-radius: 50%
}

.page-aboutus .about-content .about-par:before {
    content: '';
    position: absolute;
    background: url(../front_images/point.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    left: 30px;
    margin-top: -10px
}

.page-aboutus .about-content .about-par h4 {
    color: #1fb2e4 !important;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .page-aboutus .about-content:before {
        display: none
    }
}

.page-booknow {
    padding: 40px 0 !important;
    background: #fff
}

.page-booknow .web-heading {
    margin-bottom: 40px
}

.page-booknow p {
    font-size: 16px;
    text-align: justify
}

.page-contactus {
    padding: 40px 0 !important;
    background: #fff
}

.page-contactus.p_cnt {
    padding: 0 0
}

.page-contactus .web-heading {
    margin-bottom: 40px
}

.page-contactus p {
    font-size: 16px !important
}

.page-contactus .form-group {
    margin-bottom: 30px
}

.page-contactus .form-control {
    height: 55px;
    font-size: 18px;
    color: #000;
    outline: 0;
    border: 2px solid #ddd
}

.page-contactus .form-control::placeholder {
    color: gray
}

.page-contactus .form-control.textarea {
    height: auto
}

.page-contactus h3 {
    color: #000;
    margin-top: 0
}

.page-contactus img {
    margin: 0 auto;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 10px
}

.page-contactus .input-group .input-group-addon {
    height: 55px
}

.page-terms {
    padding: 40px 0 !important;
    background: #fff
}

.page-terms .web-heading {
    margin-bottom: 40px
}

.page-terms p {
    font-size: 16px;
    text-align: justify
}

.page-privacy {
    padding: 40px 0;
    background: #fff
}

.page-privacy .web-heading {
    margin-bottom: 40px
}

.page-privacy h3 {
    color: #1fb2e4 !important
}

.page-privacy h4 {
    margin-top: 20px
}

.page-privacy p {
    font-size: 16px;
    text-align: justify
}

.field-select {
    display: -webkit-box !important
}

.mob-field {
    width: 69% !important;
    position: absolute
}

.request-btn {
    background: #17b3f1 !important;
    border-radius: 10px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer
}

.request-btn:hover {
    background-color: #17b3f1 !important
}

.form-control.frm-opt {
    padding-left: 0 !important;
    padding-top: 10px !important;
    height: 42px !important;
    width: 25%;
    margin-top: -3px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    border: 0;
    border-bottom: 1px solid #ccc !important
}

.page-sitemap {
    padding: 40px 0;
    background: #fff
}

.page-sitemap .web-heading {
    margin-bottom: 40px
}

.page-sitemap ul {
    padding: 0;
    margin: 0
}

.page-sitemap ul li {
    list-style: none;
    padding: 5px 0
}

.page-sitemap ul li .fa {
    margin-right: 20px
}

.page-sitemap ul li a {
    font-size: 20px;
    color: #17b3f1;
    text-decoration: none
}

.new_first_sec {
    background: url(../../images/frontbg_pettern.png);
    background-size: 50%
}

.new_first_sec .bg {
    padding: 21px 0 0 0;
    background: rgba(11, 193, 207, .9)
}

.new_first_sec .pie_heading {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px
}

.new_first_sec p {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .new_first_sec {
        background-size: 200%
    }
    .new_first_sec .bg {
        padding: 30px 0 0 0
    }
    .new_first_sec .pie_heading {
        font-size: 30px
    }
    .new_first_sec p {
        font-size: 18px
    }
}

.front-classes {
    padding: 40px 0 60px 0
}

.front-classes .web-heading {
    margin-bottom: 20px
}

.front-classes a {
    outline: 0
}

.front-classes img {
    margin: 10px 0;
    transition: all .1s 0s linear
}

.front-classes img:hover {
    box-shadow: 0 0 10px #000
}

.practice_objective .nav-tabs {
    background-color: #dfdfdf;
    border: none
}

.practice_objective h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px
}

.practice_objective .modal-header {
    text-align: center;
    background: #17b3f1;
    color: #fff
}

.practice_objective .modal-header .close {
    color: #fff;
    opacity: 1
}

.practice_objective .modal-header h2 {
    font-size: 15px !important;
    text-transform: uppercase;
    margin: 16px 0 10px 0
}

.practice_objective .modal-header p {
    font-size: 12px !important;
    margin: 20px 0 0 0 !important;
    text-align: right
}

.practice_objective .modal-body {
    padding: 0
}

.practice_objective .modal-body .modal-padding {
    padding: 15px
}

.practice_objective .modal-body .modal-padding .timer {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 2px grey;
    font-size: 12px !important;
    font-weight: 700
}

.practice_objective .modal-body .modal-padding .timer .time {
    font-size: 20px;
    padding: 5px;
    color: #0bc1cf
}

.practice_objective .modal-footer .btn {
    width: 130px
}

.practice_objective .practice_info {
    padding: 10px 15px;
    background: #76808d;
    margin-bottom: 10px
}

.practice_objective .practice_info ul {
    margin: 0;
    padding: 0
}

.practice_objective .practice_info ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-size: 15px
}

.practice_objective .practice_info ul li .answered {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50px;
    background: #0bc1cf;
    border: 2px solid #0bc1cf;
    float: left;
    margin-right: 10px
}

.practice_objective .practice_info ul li .crt {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50px;
    background: green;
    border: 2px solid green;
    float: left;
    margin-right: 10px
}

.practice_objective .practice_info ul li .incrt {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50px;
    background: red;
    border: 2px solid red;
    float: left;
    margin-right: 10px
}

.practice_objective .practice_info ul li .current {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #0bc1cf;
    float: left;
    margin-right: 10px
}

.practice_objective .practice_info ul li .unanswered {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #ddd;
    float: left;
    margin-right: 10px
}

.modal-body .nav-tabs .nav-item.show .nav-link,
.modal-body .nav-tabs .nav-link.active {
    border-radius: 50px;
    background: #fff;
    border: 2px solid #0bc1cf !important
}

.practice_objective .nav-tabs li a {
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #ddd;
    margin-right: 5px
}

.practice_objective .nav-tabs>li.active>a,
.practice_objective .nav-tabs>li.active>a:focus,
.practice_objective .nav-tabs>li.active>a:hover {
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #0bc1cf
}

.practice_objective .nav-tabs li.answered a {
    background: #0bc1cf;
    border: 2px solid #0bc1cf
}

.practice_objective .nav-tabs li.crt a {
    background: #008040;
    border: 2px solid #008040
}

.practice_objective .nav-tabs li.incrt a {
    background: red;
    border: 2px solid red
}

.login_analytics h2 {
    margin: 0
}

.login_analytics h2 a {
    color: #fff
}

.login_analytics h3 {
    margin: 0;
    margin-bottom: 30px
}

.login_analytics .usage .panel-body .media {
    padding: 20px 40px
}

.login_analytics .usage .panel-body .media-left {
    margin-right: 15px
}

.login_analytics .usage .panel-body .media-left .fa-pencil {
    color: #8ec915
}

.login_analytics .usage .panel-body .media-left .fa-clock-o {
    color: #00aeef
}

.login_analytics .usage .panel-body .media-left .fa-puzzle-piece {
    color: #e87d47
}

.login_analytics .usage .panel-body p {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase
}

.login_analytics .usage .panel-body p.big {
    font-size: 35px;
    margin-top: 5px;
    text-transform: lowercase;
    color: gray
}

.login_analytics .alert {
    font-size: 20px;
    text-align: center
}

.login_analytics .scores .demo>div>div>div {
    margin: 0 auto
}

.login_analytics .scores .demo span {
    color: #564f4f !important;
    line-height: 142px !important;
    margin-left: -4px !important
}

.login_analytics .scores .chart-h {
    text-align: center;
    margin: 10px 0;
    font-size: 25px
}

.login_analytics .scores .chart-h.clr1 {
    color: #a2ed56
}

.login_analytics .scores .chart-h.clr2 {
    color: #83e4e2
}

.login_analytics .scores .chart-h.clr3 {
    color: #fd6470
}

.login_analytics .scores .chart-h.clr4 {
    color: #fca858
}

.login_analytics .scores .table tr th.active {
    text-align: left
}

.login_analytics .scores .table tr th {
    text-transform: uppercase;
    text-align: center
}

.login_analytics .scores .table tr td {
    padding: 0
}

.login_analytics #accordion {
    margin-bottom: 0
}

.login_analytics #accordion .panel {
    margin-top: 1px;
    border: none
}

.login_analytics #accordion .panel .panel-heading {
    border-radius: 0 !important
}

.login_analytics #accordion .panel .panel-body {
    padding: 0
}

.login_analytics #accordion .panel .panel-body .table {
    margin-bottom: 0
}

.login_analytics #accordion .panel .panel-body .table tr td {
    padding: 8px
}

.login_analytics #accordion .panel .panel-body .table tr td a {
    color: #000;
    text-decoration: none
}

.login_analytics #accordion .panel-title>a {
    display: block;
    text-decoration: none
}

.login_analytics #accordion .more-less {
    float: right;
    color: #fff
}

.login_analytics #accordion .panel-collapse .panel-heading {
    background: #5ad3dc
}

.login_analytics .assesmentReport .skill p {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase
}

.login_analytics .assesmentReport .skill p span {
    font-size: 35px;
    font-weight: 700
}

.login_analytics .assesmentReport .skill p span small {
    text-transform: lowercase;
    font-size: 20px
}

.login_analytics .assesmentReport .skill p span.green {
    color: #81c200
}

.login_analytics .assesmentReport .skill p span.orange {
    color: #e77027
}

.login_analytics .assesmentReport .skill p span.blue {
    color: #06bcfd
}

.login_analytics .assesmentReport .question .p-right {
    text-align: right !important
}

.login_analytics .assesmentReport #accordion .panel .panel-body {
    padding: 15px
}

.login_analytics .scores .progress {
    margin: 0
}

.new_registration {
    background: url(../../images/bg.jpg);
    background-size: 100% 100%;
    padding: 31.5px 0;
    color: #fff
}

.new_registration .panel {
    border: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

.new_registration .panel h1 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px
}

.new_registration .panel h1:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 4px;
    width: 100px;
    border-radius: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: 50px
}

.new_registration .panel .panel-body {
    border-radius: 5px;
    padding: 30px
}

.new_registration .panel .input-group-addon {
    padding: 0;
    background: 0 0;
    border: none
}

.new_registration .panel .input-group-addon select {
    height: 34px;
    padding: 6px 0 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    box-shadow: none
}

.nav-pos {
    margin-right: 10px
}

.button-store {
    display: block !important;
    margin: 0 auto !important;
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 5px;
    margin: 0 5px;
    color: #fff;
    cursor: pointer
}

a.button-store.btn-store {
    padding-right: 15px
}

.button-store:hover {
    color: #fff
}

.button-store>i {
    float: left;
    display: inline;
    margin-top: -1px;
    font-size: 40px
}

.button-store p {
    color: #fff !important;
    float: right;
    padding: 0 0 0 15px;
    font-size: 17px !important;
    margin: 0;
    line-height: 21px
}

@media screen and (max-width:1100px) {
    .video_sec .embed-responsive,
    .video_sec video {
        margin-top: 60px
    }
    .video_sec .video_overlay .pie_heading {
        font-size: 15px;
        margin-bottom: 2px
    }
    .video_sec .video_overlay .pie_p {
        font-size: 12px;
        margin-bottom: 5px
    }
    .video_sec .video_overlay {
        bottom: 0;
        padding: 10px 0
    }
    .button-store {
        padding: 5px 10px
    }
    .button-store>i {
        font-size: 20px
    }
    .button-store p {
        font-size: 10px;
        line-height: 12px;
        padding: 0 0 0 5px
    }
}

.new_features .panel h3 {
    font-size: 20px;
    margin-top: 11px
}

.new_features .panel {
    height: 350px;
    transition: all .3s 0s linear
}

.new_features .panel:hover {
    transform: scale(1.1, 1.1)
}

.new.second_sec {
    padding: 40px 0 60px 0
}

.new.second_sec .web-heading {
    text-align: left
}

.new.second_sec p {
    font-size: 20px
}

.new.second_sec .web-btn2 {
    font-weight: 700
}

.highlights h3 {
    font-size: 22px
}

.highlights p {
    font-size: 20px !important;
    color: gray !important;
    margin-bottom: 30px
}

.highlights img {
    margin: 0 auto
}

.forte {
    background: #fff
}

.forte p {
    color: gray !important;
    font-size: 16px !important;
    margin-bottom: 30px
}

.forte img {
    height: 220px;
    margin: 0 auto
}

.cloudslide {
    background: #ededec
}

.cloudslide .testimonial {
    border: none;
    padding: 0;
    margin: 0;
    height: auto
}

.cloudslide .testimonial .test-img {
    margin-top: 0
}

.cloudslide .testimonial .test-img img {
    padding: 5px;
    border: 2px dashed #0bc1cf;
    background: #ededec
}

.cloudslide .testimonial .test-img:after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 70px;
    margin-top: -20px;
    border-left: 2px dashed #0bc1cf;
    z-index: -1
}

.cloudslide .testimonial .title {
    padding: 0;
    margin: 20px 0 0 0;
    border: none;
    background: 0 0;
    font-size: 20px;
    color: gray;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.cloudslide .testimonial .title::after,
.cloudslide .testimonial .title::before {
    display: none
}

.cloudslide .testimonial .description {
    color: gray
}

.cloudslide .testimonial .cloudbg {
    background: url(../front_images/cloudbg2.png);
    background-size: 100% 100%;
    background-position: top;
    padding: 100px 50px 90px 50px;
    height: 300px
}

@media screen and (max-width:767px) {
    .cloudslide .testimonial .title {
        font-size: 18px
    }
    .cloudslide .testimonial .cloudbg {
        background: url(../front_images/cloudbg2.png);
        background-size: 100% 100%;
        background-position: top;
        padding: 70px 20px 50px 20px;
        height: 250px
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 300vh;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.count-particles {
    background: #000;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: 700
}

.js-count-particles {
    font-size: 1.1em
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

.achievement.videos .ach_circle {
    width: 200px;
    height: 200px;
    padding-top: 0;
    border-radius: 50%;
    text-align: center;
    color: #000;
    margin: 20px auto;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .1);
    transition: all .2s 0s linear;
    overflow: hidden
}

.achievement.videos .ach_circle:hover {
    cursor: pointer;
    transform: scale(1.2, 1.2);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .2)
}

.achievement.videos .ach_circle .circle-overlay {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    text-align: center
}

.achievement.videos .ach_circle .circle-overlay img {
    width: 70px;
    margin: 0 auto;
    padding-top: 70px
}

.achievement.videos .col-md-3 a {
    outline: 0
}

.achievement.videos .col-md-3:nth-child(2) a .ach_circle {
    background: url(../../images/video1.jpg);
    background-size: 100% 100%
}

.achievement.videos .col-md-3:nth-child(3) a .ach_circle {
    background: url(../../images/video2.jpg);
    background-size: 100% 100%
}

.achievement.videos .col-md-3:nth-child(4) a .ach_circle {
    background: url(../../images/video3.jpg);
    background-size: 100% 100%
}

.achievement.videos .col-md-3:nth-child(5) a .ach_circle {
    background: url(../../images/video4.jpg);
    background-size: 100% 100%
}

.modalvideos .modal-content {
    margin-top: 80px
}

.modalvideos .close {
    font-size: 50px;
    color: #fff;
    margin-top: -60px;
    opacity: 1;
    margin-right: -50px
}

.modalvideos img {
    border-radius: 5px
}

.page-profile {
    padding: 40px 0 !important
}

.page-profile .web-heading {
    margin-bottom: 40px
}

.page-profile .table td,
.page-profile .table th {
    width: 50%;
    font-size: 16px
}

.page-achievements {
    padding: 40px 0;
    text-align: center
}

.page-achievements img {
    width: 250px;
    margin: 0 auto;
    border: 5px solid #000;
    border-radius: 20px;
    box-shadow: -8px 8px 0 rgba(0, 0, 0, .2)
}

.page-achievements h3 {
    color: #000;
    margin-top: 30px
}

.page-achievements p {
    margin: 0 0 40px 0;
    font-weight: 700 !important
}

.page-games {
    padding: 40px 0 !important;
    text-align: center
}

.page-games .web-heading {
    margin-bottom: 30px
}

.page-games .col-sm-4 {
    position: relative;
    overflow: hidden
}

.page-games .col-sm-4:hover a {
    display: block
}

.page-games a {
    background: rgba(11, 193, 207, .8);
    color: #fff;
    position: absolute;
    left: 3.9%;
    top: 6.3%;
    font-size: 50px;
    display: none;
    width: 92.2%;
    height: 87.6%;
    padding-top: 17%;
    margin: 0 auto;
    border: 5px solid transparent;
    border-radius: 20px
}

.page-games img {
    margin: 15px auto;
    border: 5px solid #000;
    border-radius: 20px;
    box-shadow: -8px 8px 0 rgba(0, 0, 0, .2)
}

.page-games-new {
    padding: 40px 0 60px 0
}

.page-games-new .web-heading {
    margin-bottom: 0
}

.page-games-new p {
    font-size: 15px
}

.page-games-new img {
    width: 100%
}

.page-games-new .nav-tabs {
    text-align: center;
    border: none
}

.page-games-new .nav-tabs>li {
    width: 25%;
    float: none;
    display: inline-block;
    margin: 0 10px
}

.page-games-new .nav-tabs>li.active {
    width: 33%
}

.page-games-new .nav-tabs>li>a {
    padding: 0;
    border: none;
    transition: all .3s 0s linear
}

.page-games-new .nav-tabs>li>a:hover {
    background: 0 0;
    padding: 0;
    border: none;
    transform: scale(1.1, 1.1)
}

.page-games-new .nav-tabs>li a img {
    max-width: 100%
}

.page-games-new .nav-tabs>li.active>a,
.page-games-new .nav-tabs>li.active>a:focus,
.page-games-new .nav-tabs>li.active>a:hover {
    border: none;
    padding: 0;
    transform: scale(1, 1)
}

.page-games-new .nav-tabs>li.active>a img,
.page-games-new .nav-tabs>li.active>a:focus img,
.page-games-new .nav-tabs>li.active>a:hover img {
    border: 5px solid #069099
}

@media screen and (max-width:991px) {
    .page-games-new .nav-tabs>li {
        width: 42%
    }
    .page-games-new .nav-tabs>li.active {
        width: 42%
    }
}

.page-games-new .panel {
    border-radius: 20px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .2);
    border: none;
    margin-bottom: 40px
}

.page-games-new .panel .panel-heading {
    padding: 0;
    border-radius: 20px 20px 0 0;
    border: none;
    overflow: hidden
}

.page-games-new .panel .panel-body {
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 0 0 20px 20px;
    min-height: 320px
}

.page-games-new .panel .panel-body p {
    font-size: 13px;
    color: #000
}

.page-games-new a {
    text-decoration: none
}

.edugamemodel p {
    font-size: 17px;
    font-weight: 700
}

.page-getpie {
    padding: 40px 0;
    background: #fff
}

.page-getpie a {
    text-decoration: none
}

.page-getpie .panel {
    color: #000;
    border-radius: 20px;
    transition: all .3s 0s linear
}

.page-getpie .panel:hover {
    transform: scale(1.1, 1.1)
}

.page-getpie .panel-heading {
    border-radius: 20px 20px 0 0;
    padding: 15px 15px
}

.page-getpie .panel-heading .panel-h {
    text-transform: uppercase;
    font-size: 17px
}

.page-getpie .panel-heading .panel-h.comingsoon {
    font-size: 28px
}

.page-getpie .panel-heading .panel-h span small {
    color: #fff
}

.page-getpie .panel-body {
    min-height: 700px;
    border-radius: 0 0 20px 20px;
    overflow: hidden
}

.page-getpie .panel-body.comingsoon {
    opacity: .3
}

.page-getpie .comingsoonimg {
    margin-top: -700px !important;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.page-getpie .panel-body img {
    margin: 0 auto
}

.page-getpie .offer {
    font-size: 30px;
    text-shadow: 0;
    border-radius: 50px;
    padding: 5px 40px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    cursor: pointer;
    animation: offer 2s 0s infinite linear
}

@keyframes offer {
    0% {
        background: #ad66f7
    }
    50% {
        background: #e48632
    }
    100% {
        background: #ff7f7f
    }
}

.page-getpie .web-heading {
    margin-bottom: 40px
}

.page-getpie p {
    font-size: 15px !important
}

.page-getpie ul {
    padding-left: 15px;
    font-size: 18px
}

.page-getpie ul li {
    margin-bottom: 10px
}

.page-getpie .panel .panel-h .pull-right {
    font-size: 25px
}

.page-getpie .panel .panel-h .pull-right font {
    color: #a71a1a;
    font-size: 20px
}

.page-getpie .panel .panel-h .pull-right font:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #a71a1a;
    top: 30px;
    transform: rotate(-5deg)
}

.page-getpie .panel-body .getpie_btn {
    bottom: 4%;
    left: 34%;
    position: absolute
}

@media screen and (max-width:767px) {
    .page-getpie .panel:hover {
        transform: none
    }
}

.package_details {
    padding: 40px 0 !important;
    background: #fff
}

.package_details a {
    text-decoration: none;
    color: #000
}

.package_details .label {
    font-size: 30px;
    text-shadow: 0;
    border-radius: 50px;
    padding: 5px 40px;
    font-weight: 100;
    cursor: pointer;
    animation: offer 2s 0s infinite linear
}

@keyframes offer {
    0% {
        background: #ad66f7
    }
    50% {
        background: #e48632
    }
    100% {
        background: #ff7f7f
    }
}

.package_details .web-heading {
    margin-bottom: 40px
}

.package_details .panel-default,
.package_details .panel-default .panel-body {
    border: none !important;
    box-shadow: none
}

.package_details .panel-default>.panel-heading {
    border-radius: 50px;
    border: 1px solid #ddd
}

.package_details .panel-title {
    text-transform: uppercase
}

.package_details ul {
    list-style: none;
    padding-left: 15px
}

.package_details ul li {
    margin-bottom: 5px;
    font-size: 16px
}

.package_details ul li:before {
    content: '\f105';
    font-family: fontawesome;
    position: relative;
    margin-right: 10px
}

.payment {
    background: url(../../images/bg.jpg);
    background-size: cover;
    height: 100vh;
    padding-top: 12%
}

.payment .panel {
    border-radius: 20px;
    border: none;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, .1)
}

.payment .panel h3 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px
}

.payment .panel .panel-body {
    padding: 40px 20px
}

.payment .panel .input-group .input-group-addon {
    background: 0 0;
    border-left: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #069099
}

.payment .panel .input-group input {
    border-right: none
}

.videos .col-md-3 {
    padding: 0;
    margin-bottom: 10px
}

.videos video {
    width: 100%;
    height: 225px
}

.videos .rightsec {
    padding: 50.5px 20px;
    height: 225px;
    color: #fff;
    font-size: 17px
}

.videos .rightsec.clr {
    background: #e7b124
}

.videos .rightsec.clr2 {
    background: #38cb52
}

.videos .rightsec.clr3 {
    background: #dc5db6
}

.videos .rightsec.clr4 {
    background: #42acf6
}

.videos .rightsec.clr5 {
    background: #30cabd
}

.videos .rightsec.clr6 {
    background: #f79e3f
}

.videos .rightsec h3 {
    margin: 0 0 15px 0
}

@media screen and (max-width:991px) {
    .videos .rightsec {
        height: 231px
    }
}

.tagline {
    background: #0bc1cf;
    color: #fff;
    text-align: center;
    padding: 40px 0 0 0;
    margin-top: -6px
}

.tagline h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 40px
}

@media screen and (max-width:720px) {
    .tagline {
        padding: 20px 0 0 0
    }
    .tagline h3 {
        text-transform: uppercase;
        margin: 0;
        font-size: 20px
    }
}

.owlSlider .item {
    margin: 0 35px
}

#education_games_slide.owlSlider .item {
    margin: 0 0
}

#parent_app.owlSlider .item {
    margin: 0 40px
}

.owlSlider .item img {
    display: block;
    width: 70%;
    margin-left: auto;
    margin: auto;
    height: auto;
    border-radius: 20px
}

.owlSlider.owl-theme .owl-controls .owl-page span {
    background: #fff !important
}

.appslides {
    background: url(../../images/bg.jpg);
    background-size: 100%;
    color: #fff;
    padding: 40px 0 !important;
    z-index: 1;
    position: relative
}

.appslides .web-heading {
    margin-bottom: 30px
}

.appslides .gifimg {
    border-radius: 30px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .2)
}

.fourCs {
    padding: 40px 0 !important;
    z-index: 1;
    position: relative;
    background: #ededec
}

.fourCs .web-heading {
    margin-bottom: 0
}

.fourCs .web-heading h1 {
    margin-bottom: 40px
}

.subscription {
    padding: 40px 0 !important;
    background: #fff
}

.subscription .web-heading {
    margin-bottom: 40px
}

.subscription .web-heading h2 {
    margin: 0
}

.subscription p {
    font-size: 18px
}

.parentapp {
    padding: 40px 0 !important
}

.parentapp .web-heading {
    margin-bottom: 40px
}

.parentapp p {
    font-size: 20px !important
}

.parentapp .media .media-left .number {
    background: rgba(11, 193, 207, .8);
    border: 5px solid #0bc1cf;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    font-size: 50px
}

.parentapp .media .media-heading {
    color: #0bc1cf !important
}

.note {
    background: #f0e383;
    border: 2px dashed #d9c53e;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    text-align: center
}

.note span {
    color: red;
    text-transform: uppercase
}

.sublabel {
    display: block;
    line-height: 22px;
    border-radius: 50px
}

.page-analytics {
    padding: 40px 0;
    background: #fff
}

.page-analytics .web-heading {
    margin-bottom: 40px
}

.page-analytics .analyticsimg {
    border: 10px solid #f3eeee
}

.getpie_fun {
    padding: 0 0 40px 0 !important;
    background: #fff
}

.getpie_fun .web-heading {
    margin-bottom: 40px
}

.getpie_fun p {
    font-size: 20px !important
}

.getpie_fun ul {
    padding-left: 15px;
    font-size: 20px
}

.getpie_fun ul li {
    margin-bottom: 20px
}

.four-zero-four {
    height: 500px;
    background-position: center;
    background-size: 100% !important;
    position: relative
}

.four-zero-four .backbutton {
    position: absolute;
    width: 100%;
    bottom: 5%
}

.four-zero-four .backbutton .web-btn {
    font-weight: 700;
    font-size: 18px;
    background: #069099 !important;
    border: 2px solid #069099 !important
}

.four-zero-four .backbutton .web-btn:hover {
    background: #0bc1cf !important;
    border: 2px solid #0bc1cf !important
}

.four-zero-four .small-sec {
    display: none
}

@media screen and (max-width:800px) {
    .four-zero-four .small-sec {
        display: block;
        color: #fff;
        margin-top: 40%;
        position: absolute;
        width: 100%
    }
    .four-zero-four .small-sec h1 {
        font-size: 180px;
        margin-bottom: 0
    }
    .four-zero-four .small-sec h2 {
        margin: 0;
        text-transform: uppercase
    }
    .four-zero-four {
        background: url(../../images/bg.jpg) !important
    }
}

.page-whyus {
    padding: 40px 0;
    position: relative
}

.page-whyus .web-heading {
    margin-bottom: 40px
}

.page-whyus h2 {
    font-size: 24px !important;
    font-weight: 700
}

.page-whyus p {
    font-size: 16px !important;
    text-align: justify
}

.zen-zeena {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.pie {
    width: 110px;
    margin-top: 5px
}

.zen-zeena img {
    height: 340px
}

.zen-zeena .zen {
    margin-left: 10px
}

.zen-zeena .zeena {
    margin-right: 10px
}

@media screen and (min-width:992px) and (max-width:1360px) {
    .zen-zeena img {
        height: 200px
    }
}

.row.bottom-img-penguin {
    text-align: right
}

@media screen and (min-width:768px) and (max-width:880px) {
    .zen-zeena img {
        height: 250px
    }
}

.page-blog {
    padding: 40px 0 !important;
    min-height: 100vh
}

.p-blog {
    padding-bottom: 40px
}

.page-blog p {
    text-align: justify
}

.page-blog .web-heading h1 {
    font-size: 25px
}

.page-blog a.link {
    color: #000;
    text-decoration: none
}

.page-blog .web-heading {
    margin-bottom: 40px
}

.page-blog h2 {
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 20px
}

.page-blog h3 {
    font-size: 18px !important
}

.page-blog .panel {
    box-shadow: 0 0 5px gray;
    border-radius: 10px;
    overflow: hidden;
    border: none !important
}

.page-blog .panel-heading {
    padding: 0
}

.page-blog .panel-heading img {
    width: 100%
}

.page-infographic {
    padding: 40px 0 !important;
    min-height: 100vh
}

.page-infographic a.link {
    color: #000;
    text-decoration: none
}

.page-infographic .web-heading {
    margin-bottom: 40px
}

.page-infographic h2 {
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #fff !important
}

.page-infographic .panel {
    box-shadow: 0 0 5px gray;
    border-radius: 10px;
    overflow: hidden;
    border: none !important
}

.page-infographic .panel .panel-body {
    background: #0bc1cf;
    border-color: #0bc1cf
}

.page-infographic .panel-heading {
    padding: 0;
    height: 200px;
    overflow: hidden
}

.page-infographic .panel-heading img {
    width: 100%
}

.pie_jr {
    padding: 40px 0
}

.pie_jr .jrbox h2 {
    font-size: 21px !important;
    text-transform: uppercase
}

.pie_jr #junior_app.owlSlider .item,
.pie_jr .slide-mr {
    margin: 20px 20px
}

.pie_jr .junior-slide {
    border-radius: 15px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .2);
    border: 3px solid #0bc1cf
}

.features-sr {
    text-align: center
}

.features-sr h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 21px !important;
    text-transform: uppercase
}

.institutional_products {
    padding: 40px 0 0 0
}

.institutional_products .media .media-object {
    height: 500px
}

.institutional_products .media .media-body h2 {
    font-size: 25px !important;
    text-transform: uppercase
}

.institutional_products .media .media-body p {
    font-size: 20px !important;
    margin-bottom: 30px
}

.institutional_bottom {
    background: url(../../images/digitalize-bg.png)
}

.institutional_bottom .bg {
    background: rgba(0, 0, 0, .6);
    padding: 40px 0 !important
}

.institutional_bottom .media .media-object {
    height: 500px
}

.institutional_bottom .media .media-body h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff
}

.institutional_bottom .media .media-body p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff
}

.how_we_help {
    padding: 0 0
}

.joy_learning {
    padding: 40px 0 !important
}

.how_we_help video {
    width: 75%;
    border-radius: 20px;
    cursor: pointer
}

.jr_sr_par {
    padding: 40px 0 0 0 !important;
    background-color: #f8faf9;
    margin-top: 15px
}

.jr_sr_par .zoomimg {
    transition: all .3s 0s linear
}

.jr_sr_par .zoomimg:hover {
    transform: scale(1.1, 1.1)
}

.my-pak {
    right: 16%;
    position: absolute;
    float: right;
    top: 17%;
    color: #fff !important
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.pulse {
    animation: pulse 5s infinite
}

.board-bx-1 {
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #17b3f1;
    padding: 20px
}

.board-bx-1:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.board-bx-1:hover {
    background-color: #17b3f1 !important
}

.board-bx-1 i {
    padding-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .08);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    background: #32c1cf;
    font-size: 50px;
    color: #fff;
    display: block
}

.board-description {
    text-align: center !important;
    margin: 0;
    padding-top: 10px
}

.board-bx-1:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.board-bx-1:hover .board-description {
    color: #fff !important
}

.purchase .dropdown-item.active,
.purchase .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0bc1cf
}

.board {
    padding: 40px 0 !important
}

.competitive-exam {
    padding: 40px 0 !important
}

.international-exam {
    padding: 40px 0 !important
}

.subbx {
    background: #fff;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #17b3f1
}

.img-board {
    padding-top: 15px
}

.page-tour {
    padding: 40px 0
}

.page-tour .carousel-indicators {
    bottom: -40px;
    z-index: 0
}

.page-tour .carousel-indicators li {
    display: block;
    cursor: pointer;
    width: 10px;
    height: 5px;
    background-color: #c5c7c8;
    margin-right: 5px
}

.slide-rgt-txt {
    text-align: left;
    margin: 100px auto
}

.page-tour .carousel-indicators .active {
    background-color: #28afe6
}

.page-tour .carousel-control-next,
.page-tour .carousel-control-prev {
    top: inherit;
    bottom: inherit
}

.img-tour {
    border-radius: 15px;
    transition: transform .3s ease-in-out
}

.img-tour:hover {
    transform: scale(1.1)
}

.small-loader {
    position: absolute;
    top: 23%;
    right: 4%;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top: 3px solid green;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate (360 deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate (360 deg)
    }
}

.ribbon-wrapper {
    width: 90px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px
}

.ribbon {
    font-size: 10px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -11px;
    top: 10px;
    width: 100px;
    height: 28px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #fff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #fff 45%, #dedede 100%);
    background-repeat: repeat-x
}

.ribbion h4 {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff !important;
    text-transform: uppercase
}

.ribbion .card-body {
    padding: 25px 0 0 30px !important
}

.card.ribbion {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    border: 1px solid #ddd
}

.ribbion .header-1 {
    padding: 25px;
    text-align: center;
    background-color: #ed748c
}

.ribbion .header-2 {
    padding: 25px;
    text-align: center;
    background-color: #0bc1cf
}

.ribbion .header-3 {
    padding: 25px;
    text-align: center;
    background-color: #4fc1e9
}

.ribbion .header-4 {
    padding: 25px;
    text-align: center;
    background-color: #ff894c
}

.ribbion .header-5 {
    padding: 25px;
    text-align: center;
    background-color: #a170ff
}

.card-paid-1 {
    background-color: #f60
}

.card-paid-2 {
    background-color: #0bc1cf
}

.card-paid-3 {
    background-color: #4fc1e9
}

.card-paid-4 {
    background-color: #ff894c
}

.card-paid-5 {
    background-color: #a170ff
}

.card-link-paid {
    border-radius: 6px;
    border: none;
    color: #fff;
    padding: 7px 29px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.ribbion .card-body p {
    font-size: 15px;
    color: #000 !important
}

@media only screen and (min-device-width:769px) and (max-device-width:991px) {
    .newsletter .content .btn {
        font-size: 9px !important;
        padding: 10px 25px !important
    }
    .newsletter .input-group .form-control {
        font-size: 9px
    }
}
.jr_sr_par {
    padding: 3px 0 0 0 !important;
    background-color: #f8faf9;
    margin-top: 3px
}

@media only screen and (min-device-width:993px) and (max-device-width:1199px) {
    .newsletter .content .btn {
        padding: 11px 2px !important;
        font-size: 11px !important
    }
    .newsletter .input-group .form-control {
        font-size: 10px
    }
}
.jr_sr_par {
    padding: 3px 0 0 0 !important;
    background-color: #f8faf9;
    margin-top: 3px
}

@media only screen and (min-device-width:1100px) and (max-device-width:1199px) {
    .button-store {
        padding: 10px !important
    }
}

@media only screen and (min-device-width:770px) and (max-device-width:991px) {
    .button-store {
        padding: 5px !important
    }
    .button-store.btn-store p {
        font-size: 14px !important
    }
}

@media only screen and (min-device-width:769px) and (max-device-width:1200px) {
    .lft-images {
        height: 250px !important
    }
    section {
        padding-top: 30px !important
    }
    .img-new {
        display: none
    }
    .lft-images {
        margin-top: 0
    }
    .ftco-navbar-light.scrolled {
        position: inherit !important
    }
}
.jr_sr_par {
    padding: 3px 0 0 0 !important;
    background-color: #f8faf9;
    margin-top: 3px
}
section.pt_zone_slider {
    background-image: url(../new_images/products/pd_Rectangle-3-copy.png)
}

@media screen and (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}

i.fa.fa-phone.right-inner-addon {
    position: absolute;
    right: 0;
    background-color: #e6e6e6;
    padding: 13px 20px;
    pointer-events: none
}

i.fa.fa-user.right-inner-addon {
    position: absolute;
    right: 0;
    background-color: #e6e6e6;
    padding: 17px 20px;
    margin-right: 16px;
    pointer-events: none
}

.form-body {
    background: #fff;
    padding: 0 20px 20px 20px;
    margin-bottom: 15px;
    border-radius: 15px
}

.login-form {
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    border-top: 3px solid #3e4043
}

.innter-form {
    padding-top: 20px
}

.final-login li {
    width: 50%
}

.nav-tabs {
    border-bottom: none !important;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-radius: 10px 10px 1px 1px;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.nav-tabs>li {
    color: #222 !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    padding: 10px 20px 10px 20px;
    background-color: #17b3f1;
    border: none !important;
    border-bottom-color: transparent;
    border-radius: none !important
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: none !important;
    border-radius: none !important;
    text-transform: uppercase;
    font-size: 16px;
    color: #000
}

.sa-innate-form input[type=text],
email,
input[type=file],
input[type=password],
select,
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    outline: 0;
    width: 100%;
    margin: 0 4px
}

.sa-innate-form input[type=submit] {
    border: 1px solid #e64b3b;
    background: #e64b3b;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 5px
}

.sa-innate-form input[type=submit]:hover {
    border: 1px solid #db3b2b;
    background: #db3b2b;
    color: #fff
}

.sa-innate-form button {
    border: 1px solid #e64b3b;
    background: #e64b3b;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 5px
}

.sa-innate-form button:hover {
    border: 1px solid #db3b2b;
    background: #db3b2b;
    color: #fff
}

.sa-innate-form p {
    font-size: 13px;
    padding-top: 10px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e6e6e6;
    border-color: #dee2e6 #dee2e6 #fff !important
}

#moveTop {
    display: inline-block;
    background-color: #f60;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 1em;
    right: 1em;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#moveTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff
}

#moveTop:hover {
    cursor: pointer;
    background-color: #333
}

#moveTop:active {
    background-color: #555
}

#moveTop.topup {
    right: 1em;
    bottom: 1em;
    opacity: 1;
    visibility: visible
}

.st-actionContainer {
    z-index: 999;
    position: fixed;
    display: inline-block
}

div.st-actionContainer li {
    list-style: none
}

.st-panel {
    width: auto;
    margin-bottom: 10%;
    background-color: #59cbe8;
    color: #262f31;
    border: 2px solid #eee;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 5px;
    display: none;
    font-weight: 700;
    min-height: 140px
}

div.st-panel {
    font-size: 14px
}

.st-panel-header {
    background-color: #e87722;
    color: #fff;
    padding: 5px 10px
}

.st-panel-contents {
    padding: 15px
}

.left-bottom {
    bottom: 1em;
    left: 1em;
    float: left !important
}

.st-btn-container {
    background: #005483;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: 2px solid #fff
}

.rotateForward {
    animation-name: rotateF;
    animation-duration: .65s;
    animation-iteration-count: 3
}

@keyframes rotateF {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.rotateBackward {
    animation-name: rotateB;
    animation-duration: .65s;
    animation-iteration-count: 3
}

@keyframes rotateB {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0)
    }
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.gridChild {
    flex: 0 0 33.33%;
    height: 50px;
    background-color: #999;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 50px
}

.gridChild:hover {
    background-color: #eee;
    color: #000
}

.st-btn-container.st-btn-container1.left-bottom.rotateBackward {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    cursor: pointer
}

.full-height {
    height: 100vh
}

.over-hide {
    overflow: hidden
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20
}

body.dark {
    color: #fff;
    background-color: #1f2029
}

body.dark h1 {
    color: #fff
}

body.dark h1 span {
    transition-delay: 0s !important
}

body.dark p {
    color: #fff;
    transition-delay: 0s !important
}

body.dark .bg-light {
    background-color: #14151a !important
}

body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15)
}

body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
    color: #000 !important
}

body.dark .nav-link {
    color: #fff !important
}

body.dark .nav-item.active .nav-link {
    color: #999 !important
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff
}

body.dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: transparent
}

ul.new-site-map-ul>li.new-site-map-li>ul,
ul.sub-ul {
    padding-left: 15px
}

ul.new-site-map-ul {
    font-size: 16px
}

span.new-number-span {
    padding-right: 10px;
    color: #000
}

@media (min-width :1281px) {
    .col-md-12.download-col-penguin {
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: -10em
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 600px !important;
        padding-top: 100px
    }
    .navbar-brand img.before-scroll-logo {
        height: 83px
    }
    a.navbar-brand.new-nav {
        margin-left: 5px
    }
    .col-md-6.login-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
        background-position: center;
        background-repeat: no-repeat;
        height: 520px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        width: 100%
    }
    .register-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
        background-position: center  !important;
        background-repeat: no-repeat;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        background-size:cover;
        width: 100%
    }
    .modal-content.custom-login {
        width: 110%
    }
    .footer.blue-ctn {
        height: 60px
    }
    .row.bottom-img-penguin {
        text-align: right
    }
    section.bottom-dtap {
        background-image: url(../new_images/Child_App/child_app_bg-5.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: auto
    }
    iframe.youtube-edu {
        width: 888px;
        height: 500
    }
}

@media (min-width :1025px) and (max-width:1280px) {
    .col-md-12.download-col-penguin {
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: -10em
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
/*         height: 530px; */
        padding-top: 100px
    }
    .navbar-brand img.before-scroll-logo {
        height: 81px
    }
    a.navbar-brand.new-nav {
        margin-left: 5px
    }
    .collapse.navbar-collapse.new-nav {
        margin-right: 1px !important
    }
    .col-md-6.login-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 550px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        width: 100%
    }
    .register-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
            background-position: center !important;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-size: cover;
    width: 100%;
    }
    .modal-content.custom-login {
        width: 110%
    }
    .footer.blue-ctn {
        height: 60px
    }
    section.bottom-dtap {
        background-image: url(../new_images/Child_App/child_app_bg-5.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: auto
    }
    iframe.youtube-edu {
        width: 880px;
        height: 500px
    }
}


@media (max-width :375px)and (max-width:667px) {
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 175px!important;
        padding-top: 100px
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 50px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
}


@media (min-width :1920px) and (max-width:1080px){
.col-md-12.download-col-penguin {
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: -10em
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
      height: 360px; 
        padding-top: 100px
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 100px
    }
    .col-md-6.login-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 550px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        width: 100%
    }
    .register-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
            background-position: center !important;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-size: cover;
    width: 100%;
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
    iframe.youtube-edu {
        width: 600px;
        height: 400px
    }
}

    


@media (min-width :768px) and (max-width:1024px) {
	
    .col-md-12.download-col-penguin {
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: -10em
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
      height: 360px; 
        padding-top: 100px
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 100px
    }
    .col-md-6.login-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 550px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        width: 100%
    }
    .register-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
            background-position: center !important;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-size: cover;
    width: 100%;
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
    iframe.youtube-edu {
        width: 600px;
        height: 400px
    }
}
@media (min-width :820px) and (max-width:1180px) {
	
    .col-md-12.download-col-penguin {
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: -10em
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
      height: 430px!important; 
        padding-top: 100px
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 100px
    }
    .col-md-6.login-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 550px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        width: 100%
    }
    .register-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
            background-position: center !important;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-size: cover;
    width: 100%;
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
    iframe.youtube-edu {
        width: 600px;
        height: 400px
    }
}
    @media (min-width :1024px) and (max-width:1366px) {
	
    .col-md-12.download-col-penguin {
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: -10em
    }
    .section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
      height: 480px!important; 
        padding-top: 100px;
        width:100%;
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 100px
    }
    .col-md-6.login-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 550px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        width: 100%
    }
    .register-img-cus-left {
        background-image: url(../new_images/login_img/loginlap.png);
            background-position: center !important;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-size: cover;
    width: 100%;
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
    iframe.youtube-edu {
        width: 600px;
        height: 400px
    }
}
@media (min-width :768px) and (max-width:1024px) and (orientation:landscape) {
    .col-md-12.download-col-penguin {
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: -10em
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
         height: 500px; 
        padding-top: 100px
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 100px
    }
    .footer.blue-ctn {
        height: 100px
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
}

/* @media (min-width :481px) and (max-width:767px) {
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-48.png);
        
        padding-top: 100px
    }
    img.img-fluid.front-images-right {
        width: 85%
    }
    .navbar-brand img.before-scroll-logo {
        height: 90px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
    .footer.blue-ctn {
        height: 100px
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
}
 */
 



@media (min-width :320px) and (max-width:480px) {
    .newsletter-section .content h2 {
        color: #243c4f;
        margin-bottom: 40px;
        font-weight: 800
    }
    .newsletter-section .content {
        max-width: 525px;
        margin: -35% auto !important;
        text-align: center;
        position: relative;
        z-index: 2
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 565px!important;
        padding-top: 100px;
          width:100%;
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 54px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
    .footer.blue-ctn {
        height: 150px
    }
    .start-header.scroll-on .navbar-brand img.after-scroll-logo {
        height: 50px
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
}
@media (min-width :390px) and (max-width:844px) {
    .newsletter-section .content h2 {
        color: #243c4f;
        margin-bottom: 40px;
        font-weight: 800
    }
    .newsletter-section .content {
        max-width: 525px;
        margin: -35% auto !important;
        text-align: center;
        position: relative;
        z-index: 2
    }
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 590px!important;
        width:100%;
        padding-top: 100px
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 54px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
    .footer.blue-ctn {
        height: 150px
    }
    .start-header.scroll-on .navbar-brand img.after-scroll-logo {
        height: 50px
    }
    section.bottom-dtap {
        background-color: #12aee1
    }
}
@media (min-width :480px)and (max-width:854px) {
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 378px!important;
        padding-top: 100px;
          width:100%;
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 50px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
}
@media (max-width :412px)and (max-width:732px) {
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 580px!important;
        padding-top: 100px;
          width:100%;
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 50px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
}

@media (max-width :384px)and (max-width:640px) {
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 542px!important;
        padding-top: 100px;
          width:100%;
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 50px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
}

@media (max-width :320px)and (max-width:480px) {
    section.edu_learn_start {
        background-image: url(../homePage_Icons/Icons_0033_Rectangle-4.png);
        height: 580px!important;
        padding-top: 100px;
          width:100%;
    }
    img.img-fluid.front-images-right {
        margin-top: 50px
    }
    .navbar-brand img.before-scroll-logo {
        height: 50px
    }
    .col-md-6.login-img-cus-left {
        display: none
    }
    .col-md-6.register-img-cus-left {
        display: none
    }
}

@media (min-width :1200px) and (max-width:1255px) {
    a.navbar-brand img.after-scroll-logo {
        margin-left: 15px !important
    }
    a.navbar-brand {
        margin-left: 15px !important
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px !important
    }
}

section.our-games-sec {
    background-color: #1e1d32
}

section.sub-sec-01 {
    background-color: #e64d59;
    margin: 50px 0;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px
}

section.sub-sec-02 {
    background-color: #0097dc;
    margin: 50px 0;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px
}

section.sub-sec-03 {
    background-color: #92c83e;
    margin: 50px 0;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px
}

section.sub-sec-04 {
    background-color: #813589;
    margin: 50px 0;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px
}

section.sub-sec-05 {
    background-color: #f3a705;
    margin: 50px 0;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px
}

section.sub-sec-06 {
    background-color: #7277d5;
    margin: 50px 0;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px
}

h4 {
    font-size: 35px;
    text-transform: capitalize
}

hr.Kids-hr-animate {
    border: 2px solid #fff
}

p.kids-p {
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.header-model-custom {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    padding: 15px;
    background-color: #17b3f1;
    color: #fff
}

a.practice-btn:hover {
    text-decoration-line: underline;
    color: #00f
}

img.login-model-img-cross {
    margin: 5px;
    border-radius: 50px;
    background: red
}

a.btn.custom-login-btn {
    background-color: #dcdcdc;
    border-radius: 5px;
    border: none;
    color: #000
}

a.btn.custom-login-btn:hover {
    background-color: #17b3f1
}

.col-xl-3.col-md-4.col-sm-6.card-img-1:hover,
.st-btn-container.st-btn-container1.left-bottom.rotateBackward:hover,
a.btn.btn-default.back-home-new:hover,
a.btn.btn-default.query-btn:hover,
a.btn.custom-login-btn:hover,
btn.btn-cus-login:hover,
button#login:hover,
button#pie_submit:hover,
button#register-bottom-close:hover,
button#register:hover,
button#send_otp:hover,
button#subscribe-newsletter:hover,
button.btn.btn-default.try-for-free:hover,
button.btn.btn-defult.new-btn:hover,
button.btn.btn-info.btn-block.btn-round:hover,
button.btn.btn-lg.learn-more:hover,
button.btn.btn-login:hover,
button.card-link-paid:hover,
img.download-btn-store:hover,
img.img-fluid.icons_store.mt-1:hover,
input.btn.btn-default.web-btn:hover,
input.request-btn.btn.btn-primary:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important
}

span.social-btn:hover:hover {
    box-shadow: 0 0 11px #17b3f1;
    border-radius: 50px
}

a.btn.btn-primary.assesmentTest {
    border-radius: 5px
}

p.font-small {
    text-align: justify
}

.highlights {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    background: #dadada;
    text-align: center;
    padding: 17px 0 !important
}

.highlights:hover {
    background: #17b3f1
}

section.breadcombs_bg {
    padding-top: 36px !important
}

a#forgot_password:hover {
    color: #00f
}

@media (min-width :1200px) and (max-width:1313px) {
    nav.navbar.navbar-expand-xl.navbar-light.bg-dark {
/*         width: 105%; */
        text-align: center
    }
}

.css-sprite-icon-div {
    margin-top: 15px
}

section.kids-section {
    background-image: url(../new_images/Child_App/child_background_image.png);
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width :480px) {
    section.kids-section {
        background-size: cover;
        background-repeat: no-repeat
    }
    .text-p {
        width: 100%
    }
}

/* The animation code */
@keyframes example1 {
	0% {
    background: #696969;
	  }
	  /* Adding a step in the middle */
	  50% {
		background: #A8A8A8;
	  }
	  100% {
		background: #696969;
	  }

}

 /* The animation code */
@keyframes example2 {
	0% {
    background: #696969;
	  }
	  /* Adding a step in the middle */
	  50% {
		background: #A8A8A8;
	  }
	  100% {
		background: #696969;
	  }

}

 /* The animation code */
@keyframes example3 {
	0% {
    background: #696969;
	  }
	  /* Adding a step in the middle */
	  50% {
		background: #A8A8A8;
	  }
	  100% {
		background: #696969;
	  }

}

.dotA {
    height: 8px;
    width: 8px;
    background-color: #696969;
    border-radius: 50%;
    display: inline-block;
	animation-name: example1;
    animation-duration: 1s;
	animation-delay: 0.1s;
	animation-iteration-count: infinite;
}

.dotB {
    height: 8px;
    width: 8px;
    background-color: #696969;
    border-radius: 50%;
    display: inline-block;
	animation-name: example2;
    animation-duration: 1s;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
}

.dotC {
    height: 8px;
    width: 8px;
    background-color: #696969;
    border-radius: 50%;
    display: inline-block;
	animation-name: example3;
    animation-duration: 1s;
	animation-delay: 0.9s;
	animation-iteration-count: infinite;
}

.message {
    width: 10%;
    cursor: pointer;
    vertical-align: middle;
    float: right;
    margin: 3% auto;
}

#UserInputBox
{
	width: 70%;
	-webkit-border-radius: 40px;
	outline: none;
	border: 0px solid #000000;
	padding: 15px;
	padding-left: 25px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

#chatwindow
{
	position:absolute;
	bottom:78px;
	top:120px;
	width: 100%;
	overflow-y:auto;
	display: none;
}

#usertextboxmessage
{
	position: absolute;
	bottom: 0;

	width:100%;
	display: none;
	background-color: #E0E0E0;
	padding: 10px;

}

#chatwindow::-webkit-scrollbar-track
{
	background-color: #292929;
}

#chatwindow::-webkit-scrollbar
{
	width: 6px;
	background-color: #292929;
}

#chatwindow::-webkit-scrollbar-thumb
{
	background-color: #ffffff;
}

.options{
	padding: 10px;
	margin: 3px;
	background-color: #E0E0E0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}

@media (min-width: 992px)
{
	#menuoptions{
		margin-right: 5%;
	}
}
@media (min-width: 992px)
{
	#closebutton{
		margin-right: 6%;
	}
}

/** Start chat icon **/
.StartChat {	

	z-index: 10001;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0px;
	color: white;
	outline:none;
	/* padding: 10px; */
	/**cursor:pointer;**/
	background-color: #4A4A4A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline:none;
	cursor:pointer;
	position: relative;
}

/** Start chat person icon **/
#dotdotdot
{
	width: 100%;
}

#FullRightScreen{
	
}

#closebutton{
  position: fixed;
    background-color: yellow;
    right: 0;
    z-index: 99999999;
    margin-top: 30px;
    padding: 10px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    font-size: 10px;
    color: white;
    background-color: #1A1A1E;
    cursor: pointer;
}

#PersonIcon
{
	width: 20%;
	margin: 10px;
	vertical-align: middle;
}

.hiddendiv{
	z-index: 999;
	position: fixed;
	visibility: hidden;
	height:100vh;
	width: 400px;
	background-color:#17232E;
}

#menuoptions
{
	background:white;
	position:fixed;
	right:0;
	width: 350px;
	z-index: 300;
	bottom: 0%;

}
	
@media screen and (max-width: 479px) {
	
	#menuoptions
	{	
	 width:100%;
	}
	
	#PersonIcon {	
	max-height:60px;
	max-width:60px;
	}
}





