/*-- Home page start--*/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 767px) {
    .n-pull-right {
        float: right;
    }

    .n-pull-left {
        float: left;
    }
}

/*-- slider start--*/

.carousel-inner>.item {
    min-height: 350px;
    background-position: top center;
    background-size: cover;
    color: #fff;
}

.carousel-inner>.item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.carousel-inner h2 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.carousel-caption {
    display: none;
    position: relative;
    text-align: left;
    left: 0px;
    text-shadow: none;
    padding: 0px;
}

.carousel-caption p {
    padding-bottom: 15px;
    font-weight: bold;
}

.carousel-caption .author {
    font-size: 14px;
}

.carousel-caption a {
    color: #fff;
}

.carousel-inner .btn {
    font-size: 18px;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    background: #054479;
    border: none;
    line-height: 28px;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

.carousel-inner .btn.btn-video {
    background: #3381c1;
    margin-top: 10px;
}

.carousel-inner .btn.btn-third {
    margin-top: 10px;
}

.carousel-indicators {
    margin: 0;
    left: 0px;
    width: 100%;
    position: relative;
    bottom: 0px;
    padding: 0px;
}

.carousel-indicators-wrapper {
    margin-top: -30px;
    padding: 0 5px;
    /*font-size:10px;
	line-height:13px;*/
}

@media only screen and (max-width:480px) {
    .carousel-indicators-wrapper {
        font-size: 12px;
        line-height: 15px;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        height: 70px;
        padding: 5px;
    }
}

@media only screen and (max-width:767px) {

    .carousel-indicators li,
    .carousel-indicators .active {
        height: auto;
        padding: 5px;
    }
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 22%;
    height: 30px;
    margin-left: 2.5%;
    border-radius: 0px;
    background: rgba(255, 255, 255, .5);
    border: none;
    text-indent: 0;
    float: left;
}

.carousel-indicators .active {
    background: rgba(240, 66, 50, 1);
    color: #fff;
    position: relative;
}

.carousel-indicators .active:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f04232;
    border-width: 15px;
    margin-left: -15px;
}

.carousel-indicators li:first-child {
    margin-left: 1%;
}

.carousel-control {
    display: none;
}

@media (min-width:480px) {
    .carousel-inner>.item {
        background-size: cover;
    }

    .carousel-inner>.item {
        min-height: 400px;
    }
}

@media (min-width:768px) {

    .carousel-caption p {
        font-size: 20px;
    }

    .carousel-caption p.subhead {
        font-weight: normal;
    }

    .carousel-caption {
        font-size: 20px;
        display: block;
        line-height: 28px;
        min-height: 155px;
        font-weight: normal;
    }

    .carousel-inner .btn {
        margin-top: 0px;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        width: 23%;
        height: 75px;
        margin-left: 2%;
    }

    .carousel-indicators-wrapper {
        margin-top: -75px;
        padding: 0 5px;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
    }

    .carousel-indicators li>div {
        display: table;
        width: 100%;
        height: 100%;
        padding: 0 10px;
    }

    .carousel-indicators li>div>span {
        display: table-cell;
        vertical-align: middle;
    }

    .carousel-inner>.item {
        min-height: 438px;
    }

    .carousel-control {
        width: 5%;
    }

    .carousel-inner .btn {
        font-size: 16px;
        padding: 10px 10px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .carousel-inner .btn.btn-video {
        background: #3381c1;
        margin-right: 10px;
        margin-top: 0px;
    }

    .carousel-inner .btn.btn-third {
        margin-top: 0px;
    }

    .carousel-caption .author {
        font-size: 18px;
    }

    .carousel-inner .btn {
        width: auto;
        margin-left: 0px;
    }

    .home-banner-socialmedia {
        position: absolute;
        right: 10px;
    }
}

@media (min-width:1120px) {
    .carousel-inner .btn {
        font-size: 18px;
        padding: 10px 20px;
    }
}

@media (min-width:1200px) {
    .carousel-indicators-wrapper {
        font-size: 20px;
        line-height: 24px;
    }

    .carousel-control.left,
    .carousel-control.right {
        background-color: transparent;
        background-image: url(../../images/slider-lf-arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .carousel-control.right {
        background-image: url(../../images/slider-rt-arrow.png);
    }
}

/*-- slider end--*/

/*-- Section start --*/
.home-top-sec {
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 24px;
}

.home-top-sec p {
    padding-bottom: 7px;
    line-height: 20px;
    font-size: 14px;
}

.home-top-sec h1 {
    font-size: 24px;
    line-height: 32px;
    color: #f99e2e;
    margin: 0px;
    padding-bottom: 20px;
    font-weight: bold;
}

.readmore {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

.readmore:after {
    position: absolute;
    content: "";
    background: url(../../images/readmore.png) no-repeat;
    width: 10px;
    height: 16px;
    right: -5px;
    top: 5px;
}

.home-testi-wrapper {
    padding:0 15% 50px;
    background: #fff;
    text-align: center; 
}

.home-testi-wrapper .image {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding-left: 60px;
}

.home-testi-wrapper .image img {
    height: 80px;
    width: 80px;
    border: #f99e2e 6px solid;
    border-radius: 50%;
}

.home-testi-wrapper .image:before {
    position: absolute;
    content: "";
    background: url(../../images/testi-quote.png) no-repeat;
    width: 50px;
    height: 33px;
    top: 10px;
    left: 0px;
}

.home-testi-wrapper .comments-wrapper {
    margin-left: 0px;
    text-align: center;
    
}

.home-testi-wrapper .comments {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}

.home-testi-wrapper .author {
    font-size: 14px;
    padding-top: 10px;
    font-style: italic;
}

.home-award-news-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
}

.home-award-news-wrapper .award-container {
    border: #e3e3e3 solid 1px;
    padding: 15px 15px 5px;
    margin-bottom: 15px;
}

.home-award-news-wrapper .title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: #e3e3e3 solid 1px;
    position: relative;
    margin: 0px;
}

.home-award-news-wrapper .title>span {
    font-weight: bold;
}

.home-award-news-wrapper .title:after {
    position: absolute;
    width: 150px;
    height: 5px;
    background: #f04232;
    right: 0px;
    bottom: 0px;
    content: "";
}

.home-award-news-wrapper .awardlist {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.home-award-news-wrapper .awardlist li {
    border-top: #e3e3e3 solid 1px;
    padding: 15px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.home-award-news-wrapper .awardlist li:first-child {
    border: none;
}

.home-award-news-wrapper .awardlist li p {
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 7px;
    line-height: 20px;
    font-size: 14px;
}

.home-award-news-wrapper .awardlist .image {
    float: left;
    height: 74px;
    margin: 0 20px 0 0;
    width: 74px;
    border-radius: 50%;
    border: #fff solid 1px;
}

.home-award-news-wrapper .video {
    padding-bottom: 15px;
}

.home-social-media-wrapper {
    background: url(../../images/home-bottom-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0 40px;
}

.home-social-media-wrapper .social-container {
    border: #ded6c7 solid 1px;
    padding: 15px 15px 5px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, .4);
}

.home-social-media-wrapper .title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: #c8c3af solid 1px;
    position: relative;
    margin: 0px;
}

.home-social-media-wrapper .title>span {
    font-weight: bold;
}

.home-social-media-wrapper .subtitle {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
    position: relative;
    margin: 0px;
}

.home-social-media-wrapper .subtitle>span {
    font-weight: bold;
}

.home-social-media-wrapper .social-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.home-social-media-wrapper .social-list li {
    border-top: #c8c3af solid 1px;
    padding: 20px 0 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.home-social-media-wrapper .social-list li:first-child {
    border: none;
}

.home-social-media-wrapper .social-list li .date {
    font-weight: bold;
    color: #ff5f08;
    font-weight: bold;
    display: block;
}

.home-social-media-wrapper .social-list li p {
    padding-top: 10px;
    margin-bottom: 0px;
}

.home-social-media-wrapper .social-list li a,
.home-social-media-wrapper .social-list li a:hover {
    color: #000;
}

.home-social-media-wrapper .social-list .image {
    float: left;
    height: 90px;
    margin: 0 20px 0 0;
    width: 90px;
    border-radius: 50%;
}
.caption-container{
    padding: 40px 0;
    background: transparent linear-gradient(99deg, #D06D39 0%, #E29C2B 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-family: 'Vidaloka', serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
@media (min-width:768px) {
    .home-testi-wrapper { 
        padding:30px  15% 30px; 
    }

    .home-testi-wrapper .image {
        float: left;
        position: relative;
        margin: 0 25px 0 0;
        display: inline-block;
    }

     
    .readmore:after {
        top: 10px;
    }

    .home-social-media-wrapper .social-container {
        min-height: 330px;
    }
    
.home-testi-wrapper .comments {
    font-size: 20px; 
    line-height: 24px; 
}

.caption-container{ 
    padding: 80px 0;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
}
}

/*-- Section end --*/
/*-- Home page end --*/

/*-- videos and article start--*/
.for-wrapper .inner-banner {
    background: #1970ba;
    color: #fff;
    padding: 15px 0 0px;
}

.for-wrapper .inner-banner h1 {
    margin: 0px;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #fff;
}

.for-wrapper .inner-banner .caution {
    padding-left: 50px;
    position: relative;
    color: #f99e2e;
    padding-right: 10px;
}

.for-wrapper .inner-banner img {
    display: inline-block;
}

.for-wrapper .inner-banner .caution:before {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f99e2e;
    line-height: 40px;
    content: "!";
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    left: 0px;
    top: 5px;
    color: #fff;
}

.for-wrapper .inner-banner .banner-content {
    padding-right: 0px;
}

.for-wrapper .inner-banner ul {
    padding: 20px 25px;
    margin: 0px;
}

.for-wrapper .inner-banner a,
.for-wrapper .inner-banner a:hover {
    color: #f99e2e;
}

.for-container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.for-container h2 {
    font-size: 18px;
    font-weight: bold;
    color: #f99e2e;
    margin: 0px;
    padding: 0 0 0px;
}

.for-container .share {
    font-size: 34px;
    padding-right: 15px;
}

.vidoelist-group {
    margin: 30px 0;
}

.vidoelist-group .panel-default>.panel-heading {
    background: #fef4e6;
    border-radius: 0;
    border: none;
    padding: 5px;
}

.vidoelist-group.panel-group .panel {
    border: none;
    box-shadow: none;
}

.vidoelist-group.panel-group .panel-heading+.panel-collapse>.list-group,
.vidoelist-group.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 10px 15px 30px 15px;
}

.vidoelist-group .panel-title {
    font-size: 18px;
    position: relative;
}

.vidoelist-group .panel-title a {
    display: block;
    padding: 10px 10px 10px 55px;
}

.vidoelist-group .panel-title .list-no {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 10px 0px;
    height: 100%;
    text-align: center;
}

.vidoelist-group .panel-title .sign {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    right: 10px;
    top: 0px;
    display: none;
}

.vidoelist-group .panel-title .sign:after {
    content: "";
    line-height: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    background: url(../../images/accrodin-icon.png) no-repeat 8px -60px;
}

.vidoelist-group .panel-title .collapsed .sign:after {
    background: url(../../images/accrodin-icon.png) no-repeat 9px 10px;
}

.vidoelist-group .panel-title a:hover,
.vidoelist-group .panel-title a:focus {
    text-decoration: none;
}

.vidoelist-group .panel-body .article-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.vidoelist-group .panel-body .article-list li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: #eeeeee solid 1px;
    line-height: 16px;
}

.vidoelist-group .panel-body .article-list p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.vidoelist-group .article-list .icon {
    width: 45px;
    height: 45px;
    background: #1970ba;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-top: 5px;
}

.vidoelist-group .article-list .icon:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: url(../../images/article-icons.png) no-repeat;
}

.vidoelist-group .article-list .document:after {
    background-position: 8px 8px;
}

.vidoelist-group .article-list .video:after {
    background-position: 8px -112px;
}

.vidoelist-group .article-list .download:after {
    background-position: 10px -232px;
}

.vidoelist-group.panel-group .panel+.panel {
    margin-top: 15px;
}

.social-container .commitments-wrapper {
    padding: 40px 0 20px 0;
}

.commitments-wrapper .commitments {
    position: relative;
    padding-left: 50px;
    padding-right: 15px;
    font-size: 16px;
    color: #054479;
    font-weight: bold;
    line-height: 22px;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    font-weight: normal;
}

.commitments-wrapper .commitments-slider .slick-prev,
.commitments-wrapper .commitments-slider .slick-next,
.testi-slider .slick-prev,
.testi-slider .slick-next {
    left: auto; 
    top: auto;
    display: inline-block;
    right: -45px;
    height: 30px;
    width: 30px;
    bottom: 50%;
}

.commitments-wrapper .commitments-slider .slick-prev,
.testi-slider .slick-prev {    
        left: -50px;
        bottom: 50%;
}
 
.commitments-wrapper .commitments-slider .slick-prev:before,
.commitments-wrapper .commitments-slider .slick-next:before,
.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    font-size:12px;
    font-weight: normal;
}

.commitments-wrapper .author {
    font-size: 14px;
    font-weight: normal;
}
.testi-slider .slick-prev, .testi-slider .slick-next {
    border: #D7D7D7 solid 1px;
    border-radius: 5px;
}
.testi-slider .slick-prev:before, .testi-slider .slick-next:before {

    color: #D7D7D7;
}
.commitments-wrapper .commitments:before {
    position: absolute;
    width: 40px;
    height: 27px;
    content: "";
    left: 0px;
    top: 0px;
    background: url(../../images/quote-icon-blue.png) no-repeat;
}

.commitments-wrapper .createaccount {
    padding: 10px;
    display: block;
    background: #ff5f08;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.commitments-wrapper .login-wrap {
    padding-top: 15px;
}

.for-container .for-slider {
    margin: 0 10px 30px;
}

.for-container .aritcle-pod {
    margin-top: 5px;
    border-top: #e3e3e3 solid 1px;
    padding: 15px 0px 0px 0;
    display: block;
}



.for-container .aritcle-pod:first-child {
    padding-top: 0;
    margin-top: 0px;
}

.for-container .aritcle-pod:first-child {
    border-top: none
}

.aritcle-pod .article-top-pod {
    max-height: 160px;
    min-height: 120px;
    overflow: hidden;
    z-index: 7;
}

.aritcle-pod .article-content-pod {
    margin-left: 0px;
    overflow: hidden;
    z-index: 7;
}

.aritcle-pod .article-content-pod .article-content-sec {
    margin-left: 50px;
}

.aritcle-pod .article-thumbnail {
    width: 100%;
    display: none;
}

.aritcle-pod .article-thumbnail {
    background: #fff;
}

.aritcle-pod .article-thumbnail img.img-responsive {
    display: inline-block;
    border-radius: 2px;
    padding: 5px;
    border: #f2f2f2 solid 1px;
}

.for-container .panel-default>.panel-heading {
    background: #fdfdfd;
    border: none;
    cursor: pointer;
}

.aritcle-pod .article-content-pod h3 {
    font-size: 16px;
    padding: 10px 0 20px 50px;
    font-weight: bold;
    margin: 0px;
    position: relative;
}

.aritcle-pod .article-bottom-pod {
    position: relative;
    padding: 20px 0 0px 15px;
    border-top: #e3e3e3 solid 1px;
    font-size: 14px;
    line-height: 1.65em;
    color: #000000;
    z-index: 10;
    max-height: 140px;
    min-height: 140px;
}

.aritcle-pod .article-bottom-pod span {
    font-size: 14px !important;
    line-height: 1.65em !important;
}

.aritcle-pod:hover {
    /*background: #1970ba;
    color: #fff;*/
    text-decoration: none;
}

.aritcle-pod .article-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    top: 0px;
    left: 0;
}

.aritcle-pod.video-pod .article-icon {
    background: url(../../images/article-icon-sprite.png) no-repeat 14px 8px #eaeaea;
}

.aritcle-pod.video-pod a:hover .article-icon {
    background: url(../../images/article-icon-sprite.png) no-repeat 14px -52px #eaeaea;
}

.aritcle-pod.document-pod .article-icon {
    background: url(../../images/article-icon-sprite.png) no-repeat -108px -52px #eaeaea;
}

.aritcle-pod.document-pod a:hover .article-icon {
    background: url(../../images/article-icon-sprite.png) no-repeat -108px 8px #eaeaea;
}

.recommend-frd-wrapper {
    padding: 15px 0;
    background: #fef4e6;
}

.recommend-frd-wrapper a {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #f99e2e;
    cursor: pointer;
}

.recommend-frd-wrapper a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    content: "\e066";
    background: #f99e2e;
    text-align: center;
    padding-top: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Glyphicons Halflings';
}

@media (min-width:768px) {
    

.commitments-wrapper .commitments-slider .slick-prev,
.commitments-wrapper .commitments-slider .slick-next,
.testi-slider .slick-prev,
.testi-slider .slick-next {
   
    right: -100px;
    bottom: 50%;
    top: auto;
    display: inline-block; 
    height: 30px;
    width: 30px;
    
}

.commitments-wrapper .commitments-slider .slick-prev,
.testi-slider .slick-prev {    
    left: -100px;
    bottom: 50%;
} 
    .for-wrapper .inner-banner h1 {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .for-container h2 {
        padding-top: 0px;
        padding-bottom: 0;
        font-size: 24px;
    }

    .for-container .share {
        font-size: 60px;
    }

    .vidoelist-group .panel-title a {
        font-size: 26px;
        padding: 10px 55px;
    }

    .vidoelist-group .panel-title .sign {
        display: block;
    }

    .vidoelist-group.panel-group .panel-heading+.panel-collapse>.list-group,
    .vidoelist-group.panel-group .panel-heading+.panel-collapse>.panel-body {
        padding: 10px 45px 40px 45px;
    }

    .vidoelist-group .panel-body .article-list li {
        padding: 30px 0;
        line-height: 22px;
    }

    .commitments-wrapper .commitments .author {
        font-size: 14px;
    }

    .vidoelist-group.panel-group .panel-heading+.panel-collapse>.list-group,
    .vidoelist-group.panel-group .panel-heading+.panel-collapse>.panel-body {
        border: none;
        padding: 10px 45px 30px 45px;
    }

    .for-wrapper .inner-banner .caution {
        font-size: 18px;
        line-height: 24px;
    }

    .for-wrapper .inner-banner .caution a {
        color: #f99e2e;
    }

    .aritcle-pod .article-thumbnail {
        max-height: 120px;
        width: 150px;
        float: left;
        overflow: hidden;
        display: block;
    }

    .aritcle-pod .aritcle-title h3 {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0 0 15px;
    }

    .aritcle-pod .article-bottom-pod {
        padding: 20px 0 0px 20px;
        font-size: 14px;
        max-height: 140px;
        min-height: 140px;
        line-height: 20px;
    }

    .aritcle-pod .article-content-pod {
        margin-left: 170px;
    }

    .for-container .aritcle-pod {
        margin-top: 15px;
        overflow: hidden;
    }

    .for-container .aritcle-pod {
        text-align: left;
    }
}

@media (min-width:992px) {
    .aritcle-pod .aritcle-title h3 {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0 0 20px;
    }
}

@media (min-width:1120px) {
    .commitments-wrapper .commitments {
        min-height: 154px;
    }

    .commitments-wrapper .commitments-slider .slick-prev,
    .commitments-wrapper .commitments-slider .slick-next {
        bottom: -52px;
    }
}

@media (min-width:1300px) {
    .for-container .for-slider {
        margin: 0 -10px 50px;
    }
}

/*-- videos and article end--*/

/*-- login page start --*/
.login-wrapper {
    padding: 15px 0 30px;
}

.login-wrapper h1 {
    font-size: 22px;
    font-weight: bold;
    color: #054479;
    text-align: center;
    margin-bottom: 10px;
}

.create-account-wrapper h1 {
    font-size: 22px;
    color: #f99e2e;
}

.login-wrapper .form-group {
    padding-top: 10px;
}

.login-wrapper label {
    font-weight: normal;
    margin-bottom: 9px;
}

.login-wrapper input[type="text"].form-control,
.login-wrapper input[type="password"].form-control {
    border: none;
    background: #eaeaea;
    box-shadow: none;
}

.login-wrapper .btn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    width: 100%;
    background: #544B64;
    border: none;
    line-height: 24px;
}

.login-wrapper .inline,
.login-wrapper .inline .btn,
.login-wrapper .inline .dropdown-menu {
    width: auto;
    min-width: 120px;
}

.form-control {
    font-size: 14px;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000;
    font-size: 16px;
}

.bootstrap-select .btn {
    background: #eaeaea;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #000;
}

.bootstrap-select .dropdown-menu>li>a {
    font-weight: bold;
}

.bootstrap-select .dropdown-menu>li>a:hover,
.bootstrap-select .dropdown-menu>li>a:focus {
    background: #0061b2;
    color: #fff;
}

.login-wrapper .bootstrap-select .btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.login-wrapper .select-child {
    margin-top: 10px;
}

@media (min-width:768px) {
    .login-wrapper {
        padding: 25px 0 550px;
        background: url(../../images/login-bg.jpg) no-repeat bottom center;
    }

    .create-account-wrapper {
        padding: 25px 0 450px;
        background: url(../../images/create-account-bg.jpg) no-repeat bottom center;
    }

    .login-wrapper h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .create-account-wrapper h1 {
        font-size: 34px;
    }

    .login-wrapper .form-group {
        padding-top: 25px;
        margin-bottom: 0px;
    }

    .login-wrapper .form-control {
        height: 40px;
    }

    .login-wrapper .btn {
        font-size: 18px;
        line-height: 24px;
        padding: 10px;
    }

    .form-control,
    .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .bootstrap-select .dropdown-menu>li>a {
        font-weight: normal;
    }

    .create-account-wrapper .btn-create {
        width: auto;
        float: right;
        padding: 10px 40px;
    }

    .login-wrapper .bootstrap-select .btn {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .login-wrapper .select-child {
        margin-top: 0px;
    }
}

@media (min-width:1920px) {
    .login-wrapper {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/*-- login page end --*/

/*** About page ***/

.about-header,
.contact-bg {
    background-color: #d1e2f1;
    padding: 20px 0;
}

.about-header h1,
.contact-bg h1 {
    color: #054479;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
}

.contact-bg h2 {
    margin-bottom: 20px;
}

.about-header .image {
    float: left;
    margin: 0 35px 0 0;
}

.about-header p {
    padding-top: 10px;
}

.about-content {
    padding-top: 20px;
    padding-bottom: 70px;
}

.about-content .leftcontent {
    padding-right: 50px;
}

.about-content h2 {
    font-weight: bold;
    font-size: 16px;
}

.about-content p {
    padding-bottom: 6px;
}

.about-content .parenting {
    margin-bottom: 30px;
}

.contact-bg h2 {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    line-height: 22px;
}

.contact-details {
    margin-top: 25px;
}

.contact-details ul {
    list-style-type: none;
}

@media (min-width:768px) {
    .contact-details {
        margin-top: 95px;
    }

    .about-content h2 {
        font-size: 22px;
    }

    .about-header,
    .contact-bg {
        padding: 50px 0;
    }

    .about-header h1,
    .contact-bg h1 {
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 1.3em;
    }

    .about-content {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .contact-bg h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

/*** article page ***/
.article-header ul li a:after,
.video-header ul li a:after {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 7px;
    left: 8px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../../images/article-sprite.png);
}

.article-header .socialmedia a.facebook:after,
.video-header .socialmedia a.facebook:after {
    /*background-position: -12px -12px;*/
    background-position: -8px -8px;
}

.article-header .socialmedia a.share:after,
.video-header .socialmedia a.share:after {
    /*background-position: -98px -12px;*/
    background-position: -75px -8px;
}

.article-header .socialmedia a.print:after,
.video-header .socialmedia a.print:after {
    background-position: -146px -8px;
}

.article-header h1,
.video-header h1 {
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 22px;
}

.video-header h1 sub {
    font-size: 16px;
    bottom: 0;
}

.article-header,
.video-header {
    background-color: #fef1e0;
    padding: 20px 0 20px 0;
}

.article-header .socialmedia,
.video-header .socialmedia {
    float: left;
    padding-left: 0px;
}

.article-header ul li,
.video-header ul li {
    display: inline-block;
    padding: 5px 10px;
}

.article-header .socialmedia a,
.video-header .socialmedia a {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #3381c1;
    position: relative;
    font-size: 0em;
    border-radius: 50%;
}

.article-content h2 {
    color: #f99e2e;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.article-content {
    padding: 15px 0 30px 0;
}

.article-content .article-title {
    font-weight: bold;
    padding-bottom: 0px;
    position: relative;
    padding-left: 30px;
}

.article-content .article-title .s-no {
    position: absolute;
    left: 0px;
}

.article-content .article-description {
    padding-left: 30px;
    padding-bottom: 25px;
}

.article-content .article-description p {
    padding-bottom: 0px;
}

.article-content ul {
    padding-left: 25px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.article-content ol {
    padding-top: 5px;
    padding-left: 20px;
}

.article-content ol li {
    padding: 0px;
}

.article-content ol li p {
    padding-top: 0px;
}

.article-content ul li {
    padding: 5px 0 5px;
}

.article-content ul strong {
    font-weight: 600;
}

.article-content ul li p {
    color: #000;
}

.article-content h3 {
    font-weight: bold;
}

.article-content p {
    padding-bottom: 7px;
    line-height: 20px;
}

.video-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.video-content .video-wrap {
    padding: 0px 0 30px;
}

.video-content p {
    padding-top: 15px;
}

.video-content .video-wrap h3 {
    font-weight: bold;
    margin-top: 0px;
    color: #7f7f7f;
}

.video-content ul li {
    padding-bottom: 40px;
    color: #eaeaea;
}

.video-content .leftcontent ul li {
    padding-bottom: 5px;
    color: #000;
}

.video-content ul li span {
    color: #000;
}

.video-content .leftcontent {
    padding-left: 15px;
}

.video-content .leftcontent h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.email {
    padding-left: 32px;
    position: relative;
}

.email:before {
    width: 25px;
    height: 25px;
    background: #3381c1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    left: 0px;
    top: 0px;
    content: "";
    background-image: url(../../images/email-icon.png);
    background-repeat: no-repeat;
    background-position: 4px 7px;
}

.exercise-wrap p {
    padding-bottom: 7px;
    line-height: 20px;
}

.exercises-content .commitments-wrap {
    padding-top: 0px;
}

.exercises-content .commitments-wrap .exercises-title {
    margin-top: 0px;
    margin-bottom: 10px;
}

.exercises-content .commitments-wrap ul li {
    padding-bottom: 0px;
}

.exercises-content .commitments-wrap .collapsed {
    display: block;
    margin-bottom: 20px;
    border-bottom: #f2f2f2 solid 1px;
    padding-bottom: 20px;
}

.exercises-content .panel-default>.panel-heading {
    padding: 0px;
    background: none;
    border: none;
}

.exercises-content .panel-group .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.exercises-content .panel-group .panel-heading+.panel-collapse>.list-group,
.exercises-content .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 0px;
    background: none;
    border: none;
}

.exercises-content .panel-default>.panel-heading a,
.exercises-content .panel-default>.panel-heading a:hover {
    text-decoration: none;
    display: block;
    color: #7f7f7f;
    position: relative;
    padding-right: 25px;
}

.exercises-content .panel-default>.panel-heading a:before {
    position: absolute;
    content: "_";
    color: #1970ba;
    right: 10px;
    top: -11px;
    font-size: 22px;
}

.exercises-content .panel-default>.panel-heading a.collapsed:before {
    content: "+";
    top: 0px;
}

.feedback-wrap .right {
    float: right;
}

.feedback-wrap .right img,
.feedback-wrap>.row>.col-md-9 img,
.feedback-wrap>.row>.col-sm-8 img {
    padding: 0px 0 0 0 !important;
    margin: 0 0 15px 10px !important;
}

.feedback-wrap>.row>.col-md-9,
.feedback-wrap>.row>.col-sm-8 {
    padding-top: 75px;
    line-height: 20px;
}

.exercise-wrap > .container > .row > .col-md-9,
.exercise-wrap > .container > .row > .col-sm-8 {
    padding-top: 45px;
}

@media (min-width:768px) {
    .exercises-content .commitments-wrap ul li {
        font-size: 12px;
    }

    .article-header h1,
    .video-header h1 {
        margin-top: 10px;
        font-size: 34px;
        line-height: 1.2em;
    }

    .video-header h1 sub {
        font-size: 24px;
    }

    .article-content h2 {
        font-size: 24px;
        line-height: 1.3em;
    }

    .article-header,
    .video-header {
        padding: 40px 0 20px 0;
    }

    .article-header .socialmedia {
        float: right;
    }

    .video-content {
        padding-bottom: 100px;
    }

    .article-content ul {
        padding-top: 5px;
    }

    .article-content ul li {
        padding: 5px 0 5px;
    }

    .article-content {
        padding: 15px 0 60px 0;
    }

    .article-content ol {
        padding-top: 15px;
        padding-left: 30px;
    }

    .article-content ol li {
        padding: 5px 0 5px;
    }

    .article-content ol li p {
        padding-top: 10px;
    }

    .exercises-content .commitments-wrap .collapsed {
        margin-bottom: 40px;
    }

    .feedback-wrap .exercises-content .commitments-wrap,
    .section-content .exercises-content .commitments-wrap,
    .feedback-wrap .feedback-content {
        padding-top: 30px;
    }

    .article-header .socialmedia,
    .video-header .socialmedia {
        float: right;
    }

    .exercises-content .commitments-wrap {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

/*** contact page ***/
.contact-details ul {
    padding-left: 0px;
}

.contact-details ul li {
    padding-bottom: 20px;
    font-weight: bold;
    min-height: 60px;
}

.contact-details .socialmedia .icon {
    width: 42px;
    height: 42px;
    background: #1970ba;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-top: -5px;
}

.contact-details .socialmedia .icon:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../../images/contact-sprite.png) no-repeat;
    top: 8px;
    left: 8px;
}

.contact-details .socialmedia .mail:after {
    background-position: -13px -8px;
}

.contact-details .socialmedia .phone:after {
    background-position: -78px -12px;
}

.contact-details .socialmedia .location:after {
    background-position: -142px -11px;
}

.contact-details .socialmedia li a {
    color: #3381c1;
    font-weight: bold;
}

.contact-bg {
    padding: 20px 0 30px;
}

@media (min-width:768px) {
    .contact-bg {
        background: url(../../images/contact-bg.jpg) bottom center no-repeat;
        padding: 30px 0 445px;
    }
}

@media (min-width:1920px) {
    .contact-bg {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/*-- persona styles start--*/

.persona-wrapper .persona-header {
    background: #f99e2e;
    color: #fff;
    padding: 10px;
}

.persona-wrapper .persona-header h1 {
    padding-top: 0px;
    font-size: 18px;
    font-weight: bold;
}

.persona-wrapper .persona-header ul {
    list-style: none;
    padding: 0 0 10px;
    margin: 0px;
}

.persona-wrapper .persona-header ul li {
    padding: 5px 0;
}

.persona-header .personaimage {
    display: none;
}

.persona-wrapper .language-link {
    padding: 7px 0;
    text-align: center;
    background: #fdca8b;
}

.persona-wrapper .language-link .btn-default {
    border: none;
    color: #0061b2;
    background: #f99e2e;
}

.persona-wrapper .language-link .btn-default.active,
.persona-wrapper .language-link .btn-default.focus {
    color: #f99e2e;
    background: #fff;
    box-shadow: none !important;
}

.persona-wrapper .persona-container {
    padding: 10px 20px;
}

.persona-container h2 {
    font-size: 18px;
    color: #0061b2;
    font-weight: bold;
    padding-bottom: 10px;
}

.persona-container .choice-pod {
    margin-bottom: 20px;
    border: #e3e3e3 solid 1px;
    color: #0061b2;
    position: relative;
}

.persona-container .choice-pod>div.dropdown {
    z-index: 11;
}

.persona-container .choice-pod>div {
    padding: 15px 15px 5px;
    display: block;
    position: relative;
    cursor: pointer;
}

.persona-container .choice-pod>div,
.persona-container .choice-pod>div:hover {
    color: #0061b2;
    text-decoration: none;
}

.persona-container .choice-pod h3 {
    font-weight: bold;
    padding: 0 0 8px;
    margin: 0px;
    font-size: 14px;
}

.persona-container .choice-pod p,
.persona-container .choice-pod ul {
    font-size: 14px;
}

.persona-container .choice-pod ul {
    padding-left: 25px;
}

.persona-container .choice-pod.dropdown a {
    padding-right: 50px;
    display: block;
}

.persona-container .choice-pod .dropdown:after {
    position: absolute;
    right: 20px;
    top: 10px;
    content: "\e259";
    font-family: 'Glyphicons Halflings';
}

.persona-container .choice-pod.open .dropdown:after {
    content: "\e260";
}

.persona-container .choice-pod .dropdown-menu {
    background: #054479;
    color: #fff;
    padding: 15px;
    border-radius: 0px;
    border: none;
    margin-top: 0px;
    width: 100%;
}

.persona-container .choice-pod .dropdown-menu li a {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    background: #0061b2;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    white-space: normal;
}

.persona-container .choice-pod .dropdown-menu li a:hover {
    background: #f99e2e;
}

.persona-container .choice-pod .dropdown-menu li:first-child a {
    margin-top: 0px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

@media (min-width:768px) {
    .persona-wrapper .persona-header {
        padding: 0px;
        font-size: 16px;
    }

    .persona-wrapper .persona-header h1 {
        padding: 0px;
        font-size: 22px;
    }

    .persona-header .personaimage {
        display: block;
        padding-left: 0px;
        text-align: right;
    }

    .persona-header .personaimage img {
        display: inline-block;
    }

    .persona-wrapper .persona-header ul li {
        padding: 5px 0;
    }

    .persona-wrapper .persona-container {
        padding: 10px 20px;
    }

    .persona-container h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .persona-container .choice-pod {
        margin-bottom: 10px;
        min-height: 120px;
    }

    .persona-container .choice-pod a {
        padding: 20px 25px 0;
        display: block;
    }

    .persona-container .choice-pod .dropdown-menu {
        padding: 10px;
    }

    .persona-container .choice-pod h3 {
        font-size: 18px;
    }

    .persona-container .choice-pod p,
    .persona-container .choice-pod ul {
        font-size: 14px;
    }

    .persona-container .choice-pod.dropdown:after {
        position: absolute;
        right: 25px;
        top: 15px;
    }

    .persona-container .choice-pod .dropdown-menu li a {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (min-width:920px) {
    .modal-dialog {
        width: 900px;
    }
}

@media (min-width:1120px) {
    .persona-wrapper .persona-header h1 {
        padding-top: 5px;
        font-size: 28px;
        margin-top: 5px;
    }

    .persona-container h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .persona-wrapper .persona-header {
        font-size: 20px;
    }

    .persona-wrapper .persona-container {
        padding: 10px 30px;
    }

    .persona-container .choice-pod {
        margin-bottom: 30px;
    }

    .persona-container .choice-pod a {
        padding: 25px 30px 0;
        display: block;
    }

    .persona-container .choice-pod.dropdown:after {
        position: absolute;
        right: 25px;
        top: 20px;
    }

    .persona-container .choice-pod .dropdown-menu {
        padding: 15px;
    }

    .persona-container .choice-pod .dropdown-menu li a {
        margin-top: 15px;
        font-size: 18px;
        line-height: 18px;
    }
}

/*--persona section end--*/


/*--- exercise page start --*/
.commitments-banner,
.exercise-banner {
    background: #1970ba;
    color: #fff;
}

.commitments-banner h1 {
    padding-top: 20px;
    font-weight: bold;
    font-size: 20px;
}

.commitments-banner p {
    padding-bottom: 20px;
}

.commitments-nav {
    background: #eaeaea;
    padding: 10px 0;
}

.commitments-nav .save {
    margin-top: 10px;
}

.commitments-nav .glyphicon {
    margin-right: 20px;
}

.commitments-wrap {
    padding: 00px 0 20px;
}

.commitments-wrap ul {
    padding: 0 0 0px;
    margin: 0px;
}

.commitments-wrap ul li {
    line-height: 16px;
    list-style: none;
}

.commitments-wrap ul li a {
    padding: 11px 10px 11px 42px;
    display: block;
    position: relative;
    min-height: 43px;
}

.commitments-wrap ul li a:hover,
.commitments-wrap ul li a:focus {
    text-decoration: none;
}

.commitments-wrap ul li a.completed {
    background: #eeeeee;
    color: #7f7f7f;
    font-weight:bold;
}

.commitments-wrap ul li a.featured,
.commitments-wrap ul li a.exercises,
.commitments-wrap ul li a.video {
    background: #fef6eb;
    color: #000000;
    cursor: default;
}

.commitments-wrap ul li a.active,
.commitments-wrap ul li a.exercises.active,
.commitments-wrap ul li a.video.active {
    background: #f99e2e;
    color: #fff;
}

.commitments-wrap ul li a:before {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 10px;
    left: 10px;
    background: #fff;
    font-family: 'Glyphicons Halflings';
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 0px;
    font-size: 12px;
}

.commitments-wrap ul li a.completed:before {
    content: "\e013";
}

.commitments-wrap ul li a.active:before {
    content: "\e006";
    color: #fbbb6d;
    font-style: normal;
}

.commitments-wrap ul li a.active.completed:before {
    content: "\e013";
    color: #f99e2e;
}

.commitments-wrap ul li a.featured:before {
    content: "\e006";
    color: #fef4e6;
    font-style: normal;
}

.commitments-wrap ul.exerciselist li a.active:before {
    content: "\270F";
    color: #fbbb6d;
}

.commitments-wrap ul.exerciselist li a.featured:before {
    content: "\270F";
}

.commitments-wrap ul.exerciselist li a.active:before {
    content: "\270F";
}

.commitments-wrap ul li a.exercises:before {
    content: "\270f";
    color: #fef4e6;
    font-style: normal;
}

.commitments-wrap ul li a.video:before {
    content: "\e059";
    color: #fef4e6;
    font-style: normal;
}

.commitments-wrap ul li a.active.exercises:before {
    content: "\270f";
    color: #f99e2e;
}

.commitments-wrap ul li a.active.video:before {
    content: "\e059";
    color: #f99e2e;
}

.exercise-wrap {
    padding: 20px 0 40px;
}

.exercise-wrap ol {
    padding-left: 30px;
    list-style: none;
}

.exercise-wrap ol li {
    position: relative;
}

.exercise-wrap ol li .q-no {
    color: #bcbec0;
    font-size: 24px;
    position: absolute;
    left: -30px;
    top: 0px;
    display: block;
    font-weight: bold;
    line-height: 24px;
}

.exercise-wrap ol li {
    margin: 20px 0 0px;
}

.exercise-wrap textarea {
    width: 100%;
    min-height: 150px;
    background: #eaeaea;
    padding: 20px;
    border: none;
    margin-bottom: 0px;
}

.exercise-wrap .btn-spellcheck,
.exercise-wrap .btn-save {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    background: #544B64;
    border: none;
    line-height: 28px;
    width: 100%;
    text-align: center;
}

.exercise-wrap .btn-save {
    background: #544B64;
    margin-top: 10px;
}

.exercise-wrap .save-link {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.exercise-wrap .quote-wrapper {
    margin: 30px 0 30px 0px;
    border: #f4f4f4 solid 1px;
    padding: 15px 20px;
}

.exercise-wrap .quote-wrapper h3 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-weight: bold;
    border-bottom: #d3d3d3 solid 1px;
}

.exercise-wrap .quote-wrapper .quote {
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
    padding-bottom: 20px;
    color: #054479;
}

.exercise-wrap .quote-wrapper .quote:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    background: url(../../images/quote-icon-blue.png) no-repeat;
    width: 60px;
    height: 40px;
}

.exercise-wrap .quote-wrapper .quote .content {
    font-weight: bold;
    overflow: hidden;
}

.exercise-wrap .quote-wrapper .quote .content img {
    float: right;
    margin: 0 0 10px 10px;
}

.exercise-wrap .quote-wrapper .quote .author {
    font-size: 14px;
}

.exercise-banner h1 {
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    font-style: italic;
    position: relative;
    line-height: 30px;
}

.exercise-banner h1>div,
.exercise-banner h1>p {
    padding: 0px;
    margin: 0px;
    display: inline;
}

.exercise-banner .icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 15px;
}

.exercise-banner .icon:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: url(../../images/exercise-sprite.png) no-repeat;
    background-position: -90px -5px;
}

@media (max-width:767px) {
    .exercise-wrap .col-sm-5.pull-right {
        float: none !important;
    }

    .exercise-wrap .btn-spellcheck,
    .exercise-wrap .btn-save {
        margin-top: 10px;
    }
}

@media (min-width:768px) {
    .commitments-banner h1 {
        font-size: 34px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .commitments-nav {
        font-size: 20px;
    }

    .commitments-nav .save {
        text-align: right;
        margin-top: 0px;
    }

    .commitments-wrap {
        padding: 20px 0 20px;
    }

    .exercise-wrap {
        padding: 30px 0 40px;
    }

    .exercise-wrap ol {
        padding-left: 30px;
    }

    .exercise-wrap ol li .q-no {
        color: #bcbec0;
    }

    .parentfeedback-wrapper ol {
        padding-left: 40px !important;
    }

    .parentfeedback-wrapper ol li .q-no {
        left: -40px !important;
    }

    .exercise-wrap ol li {
        margin: 10px 0 0px;
    }

    .exercise-wrap textarea {
        min-height: 150px;
        margin-bottom: 10px;
    }

    .exercise-wrap .btn-spellcheck,
    .exercise-wrap .btn-save {
        font-size: 16px;
    }

    .exercise-wrap .btn-save {
        margin-top: 0;
    }

    .exercise-wrap .save-link {
        text-align: right;
        font-size: 20px;
    }

    .exercise-wrap .quote-wrapper {
        margin: 50px 0 50px 50px;
        clear: both;
    }

    .exercise-wrap .quote-wrapper h3 {
        margin: 0 0 40px;
    }

    .exercise-wrap .quote-wrapper .quote .content {
        font-size: 16px;
        line-height: 22px;
    }

    .exercise-wrap .quote-wrapper .quote .author {
        font-size: 14px;
    }

    .exercise-banner h1 {
        font-size: 32px;
        margin-top: 40px;
        padding-bottom: 10px;
        line-height: 40px;
    }

    .exercise-banner p {
        padding-bottom: 30px;
        font-size: 14px;
    }
}

@media (min-width:1120px) {

    .commitments-nav {
        background: #eaeaea;
        padding: 20px 0;
    }

    .exercise-wrap textarea {
        min-height: 150px;
        margin-bottom: 10px;
    }

    .exercise-wrap .btn-spellcheck,
    .exercise-wrap .btn-save {
        font-size: 18px;
    }

    .exercise-wrap .quote-wrapper {
        margin: 80px 0 80px 80px;
    }

    .exercise-wrap .quote-wrapper .quote .content {
        font-size: 16px;
        line-height: 22px;
    }

    .exercise-wrap .quote-wrapper .quote .author {
        font-size: 14px;
    }
}

/*--- exercise page end --*/

.video-banner h1 {
    padding-left: 0px;
}

.video-banner h1:before {
    display: none;
}

.video-banner p {
    padding-bottom: 20px;
}

.video-banner .icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 15px;
}

.video-banner .icon:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: url(../../images/exercise-sprite.png) no-repeat;
}

.video-banner .video:after {
    background-position: -7px 0px;
}

.video-banner .feedback:after {
    background-position: -174px -7px;
}

.feedback-content {
    margin-bottom: 150px;
}

.feedback-content p {
    /*padding-bottom: 20px; */
}

.feedback-img,
.excercise-img {
    float: right;
    margin: 0 0 10px 10px;
}

.feedback-content h2 {
    font-size: 24px;
    color: #f99e2e;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-style: italic;
}

.feedback-content .btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 10px;
    background: #544B64;
    border: none;
    line-height: 28px;
    float: left;
    margin: 10px 38px 10px 0;
}

.feedback-content .btn.btn-section {
    margin-right: 10px;
}

.section-banner,
.new-section-banner {
    background: #1970ba;
    color: #fff;
}

.section-banner p {
    padding-bottom: 20px;
}

.new-section-banner .banner-spacing {
    padding: 30px 0px;
    position: relative;
}

.new-section-banner .banner-spacing .caution:before {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f99e2e;
    line-height: 40px;
    content: "!";
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    left: 30px;
    top: 3px;
    color: #fff;
}

.section-banner h1:before {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    content: "\e006";
    top: 0px;
    left: 0px;
    font-family: 'Glyphicons Halflings';
    color: #1970ba;
    font-size: 24px;
    line-height: 28px;
    padding-top: 5px;
    text-align: center;
}

.new-section-banner h1:before {
    top: -18px;
    left: 10px;
}

.new-section-banner h1 {
    margin: 0px;
    padding: 0px 0px 20px 0;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    position: relative;
}

.new-section-banner .versiontitle {
    padding: 0px 0px 0px 0px;
    display: block;
}

.new-section-banner .section-subhead {
    padding: 0px 0px 0px 210px;
}

.new-section-banner .section-subhead p {
    margin: 0px;
    padding: 0px;
}

.section-content table tr {
    vertical-align: top;
    padding-top: 60px;
}

.section-content {
    margin-bottom: 150px;
}

.section-content table {
    margin-bottom: 25px;
}

.section-content .save-link,
.section-content .sec-complte {
    float: right;
}

.section-content .commitmentstable th,
.section-content .commitmentstable td {
    vertical-align: top !important;
    padding: 10px 5px !important;
    border: #eee solid 1px;
    border-collapse: collapse;
    text-align: center;
}

.section-content .commitmentstable td {
    text-align: left !important;
}

.section-content .commitmentstable th:first-child {
    border-right: #fff solid 1px;
}

.section-content .commitmentstable {
    border: #eee solid 1px;
    border-collapse: collapse;
}

.section-content .commitmentstable th {
    background: #eeeeee;
}

.section-content .save-link {
    margin-top: 10px;
}

.section-content .save-link a {
    padding-right: 15px;
    padding-top: 5px;
}

.section-content .sec-no {
    font-size: 20px;
    line-height: 20px;
    color: #bcbec0;
    font-weight: bold;
    padding: 20px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.section-content .col-checkbox {
    padding: 10px 0px;
    text-align: center;
    background: #f99e2e;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
}

.sec-comtmnts {
    padding: 20px 00px 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.sec-comtmnts h2 {
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 20px;
}

.customlist li {
    list-style: none;
    margin-left: -15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sec-comtmnts ol li {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .sec-comtmnts ul li {
        list-style: none;
        padding: 0 0 2px 0 !important;
        margin: 0 0 0 -15px !important;
    }

/*
    .sec-comtmnts ol,
    .sec-comtmnts ul {
        padding-top: 5px;
        margin-bottom: 0px;
    }
    */
.sec-comtmnts ul li:before,
.customlist li:before {
    content: '\2022';
    /* content: '\25A0'; */
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 0;
    color: #bcbec0;
    font-size: 28px;
    padding-right: 10px;
}

.section-content .quote {
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    color: #054479;
    margin-left: 0px;
    font-weight: bold;
}

.section-content .quote:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    background: url(../../images/quote-icon-blue.png) no-repeat;
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
}

.section-content .quote .content {
    font-weight: bold;
}

.section-content .author {
    font-size: 14px;
    color: #054479;
    margin-left: 0px;
}

.section-content .btn-complete {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    background: #544B64;
    border: none;
    line-height: 28px;
    width: 100%;
    text-align: center;
    float: right;
}

.exercise-banner p {
    padding-bottom: 14px;
}

.section-content table tr:first-child td {
    padding-top: 0px;
}

.section-content table {
    margin-top: 78px;
}

.section-content table ul,
.section-content table ol {
    padding-top: 10px;
}

.exercise-wrap .exerciselist>li {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .feedback-content .btn {
        float: right;
    }

    .feedback-content h2 {
        font-size: 34px;
        padding-top: 30px;
    }

    .section-content .sec-no {
        font-size: 30px;
        line-height: 30px;
        padding: 20px 0 0 10px;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
    }

    .section-content .col-checkbox {
        padding: 10px 0px;
        padding-top: 20px;
    }

    .sec-comtmnts {
        padding: 20px 20px 10px 0;
        font-size: 14px;
        line-height: 1.65em;
    }

    .section-content .quote {
        padding-left: 60px;
    }

    .section-content .author {
        font-size: 14px;
        margin-left: 140px;
    }

    .section-content .quote:before {
        background-size: 45px 30px;
        width: 45px;
        height: 30px;
    }

    .section-content .commitmentstable th,
    .section-content .commitmentstable td {
        padding: 20px !important;
    }

    .section-content .commitmentstable th {
        vertical-align: middle !important;
    }
}

@media (min-width:1120px) {
    .video-banner p {
        font-size: 26px;
    }

    .section-banner p {
        padding-bottom: 40px;
        font-size: 26px;
    }

    .section-banner h1 {
        font-size: 32px;
        margin-top: 65px;
    }

    .video-banner p {
        padding-bottom: 40px;
    }

    .section-content .sec-no {
        font-size: 30px;
        line-height: 30px;
        padding: 20px 0 0 0;
        border-bottom: 1px solid #eaeaea;
    }

    .section-content .col-checkbox {
        padding: 10px 0px;
        padding-top: 20px;
    }

    .sec-comtmnts {
        padding: 20px 20px 10px 0;
    }
}

/*-- blog pages ---*/
.blog-banner {
    background: #ef4c23;
    color: #fff;
    padding: 40px 0 25px;
}

.blog-banner h1 {
    font-weight: bold;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    position: relative;
    padding-left: 50px;
}

.blog-banner h1:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    top: -10px;
    left: 0px;
    border-radius: 50%;
    background: url(../../images/bog-icon.png) #f99e2e no-repeat center;
    background-size: 24px;
}

#custom-search-input {
    margin: 0;
    margin-top: 15px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    border: none;
    color: #fff;
}

#custom-search-input .search-query:focus {
    box-shadow: none;
}

#custom-search-input .glyphicon {
    color: #fff;
    font-size: 20px;
}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}

.blog-wrapper {
    background: #eaeaea;
    padding-bottom: 30px;
    border-bottom: #fff solid 10px;
}

/*====================================
  --- TIMELINE LIKE ABOUT SECTION CSS ----
======================================*/

.timeline {
    margin: 0px 0 0px 0;
    padding: 40px 0 0 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 3px;
    background: #fff;
    left: 45px;
    border: 2px solid #fff;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timeline>li {
    position: relative;
    margin-right: 0px;
    margin-bottom: 35px;
}

.timeline>li:after {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li:last-child {
    margin-bottom: 0px;
}

.timeline>li>.timeline-item {
    margin-top: 10px;
    border: 0px solid #dfdfdf;
    background: #fff;
    color: #555;
    margin-left: 80px;
    margin-right: 0px;
    padding: 0 10px 10px;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.timeline>li>.timeline-item:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -15px;
    top: 32px;
}

.timeline>li .timeline-share>.time {
    margin: 2px 0 0 0;
}

.timeline>li .timeline-share {
    border-bottom: #eaeaea solid 1px;
}

.timeline>li .timeline-share .share,
.timeline>li .timeline-share .time,
.timeline>li .timeline-share .comments {
    padding: 10px 0;
    display: inline-block;
}

.timeline>li .timeline-share .share {
    padding: 0px;
}

.timeline>li .timeline-share .time {
    padding-right: 10px;
}

.timeline>li .timeline-share .share>a,
.timeline>li .timeline-share .comments {
    padding: 10px;
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #fff;
    padding: 10px 0 10px;
    font-size: 16px;
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 700;
}

.timeline>li>.timeline-item>.timeline-body {
    padding: 10px 0 0;
}

.timeline>li>.timeline-item>.timeline-body .content {
    padding: 10px 0 0;
}

.timeline>li>.timeline-item>.timeline-body a {
    color: #f9a541;
}

.timeline>li.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.icon {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    color: #fff;
    background-color: #7f7f7f;
    border-radius: 50%;
    text-align: center;
    left: 10px;
    top: 25px;
    padding-left: 2px;
}

.timeline>li .timeline-share .share>a {
    position: relative;
    padding-left: 20px;
}

.timeline>li .timeline-share .share>a:before {
    position: absolute;
    content: "";
    background: url(../../images/share-icon.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 15px;
}

.timeline>li .timeline-share .share {
    vertical-align: bottom;
    position: relative;
}

.timeline>li .timeline-share .share.active {
    background: #feecd5;
}

.timeline>li .timeline-share .share>a {
    padding-left: 30px;
    float: left;
    display: inline-block;
}

.timeline-share .socialmedia {
    float: left;
    margin: 0px;
    padding: 0px;
    display: none;
}

.timeline>li .timeline-share .share.active .socialmedia {
    display: block;
}

.timeline>li h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}

.timeline-share .socialmedia li {
    padding: 6px 10px;
    float: left;
    list-style: none;
}

.timeline-share .socialmedia a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #3381c1;
    position: relative;
    font-size: 0em;
    border-radius: 50%;
}

.timeline-share .socialmedia a:hover {
    background: #7f7f7f;
}

.timeline-share .socialmedia a:after {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../../images/socialicons-sprite.png);
}

.timeline-share .socialmedia a.linkedin:after {
    background-position: -10px -11px;
}

.timeline-share .socialmedia a.facebook:after {
    background-position: -85px -10px;
}

.timeline-share .socialmedia a.twitter:after {
    background-position: -160px -11px;
}

.timeline>li>.icon {
    background-image: url(../../images/blog-icons.png);
    background-repeat: no-repeat;
}

.timeline>li.sticky-posts>.icon {
    background-position: 7px 7px;
}

.timeline>li.links>.icon {
    background-position: -53px 8px;
}

.timeline>li.photo>.icon {
    background-position: -121px 7px;
}

.timeline>li.article>.icon {
    background-position: -191px 9px;
}

.timeline>li.comments>.icon {
    background-position: -261px 9px;
}

.timeline>li.video>.icon {
    background-position: -324px 9px;
}

.timeline>li.quote>.icon {
    background-position: -393px 8px;
}

.timeline>li.linkdin>.icon {
    background-position: -458px 12px;
}

.timeline>li.facebook>.icon {
    background-position: -546px 9px;
}

.timeline>li.twitter>.icon {
    background-position: -632px 9px;
}

.timeline>li.google>.icon {
    background-position: -714px 8px;
}

.timeline>li.youtube>.icon {
    background-position: -801px 8px;
}

.timeline>li.links>.timeline-item,
.timeline>li.quote>.timeline-item {
    background: #7f7f7f;
    color: #fff;
}

.timeline>li.links>.timeline-item:before,
.timeline>li.quote>.timeline-item:before {
    border-right: 15px solid #7f7f7f;
}

.timeline>li.links>.timeline-item>.timeline-header>a,
.timeline>li.quote>.timeline-item>.timeline-header>a {
    color: #fff;
}

.timeline>li.links .timeline-share .share>a,
.timeline>li.quote .timeline-share .share>a {
    color: #f99e2e;
}

.timeline>li.links .timeline-share .share>a:before,
.timeline>li.quote .timeline-share .share>a:before {
    background-image: url(../../images/share-icon-orange.png);
}

.timeline>li.links .timeline-share,
.timeline>li.quote .timeline-share {
    border-bottom: none;
}

.timeline>li.links>.timeline-item>.timeline-body,
.timeline>li.quote>.timeline-item>.timeline-body {
    padding-top: 0px;
}

.timeline>li.quote>.timeline-item>.timeline-body {
    text-align: center;
}

.timeline>li.comments .timeline-share {
    border-bottom: none;
}

.timeline>li.facebook>.timeline-item>.timeline-header {}

.timeline>li.facebook>.timeline-item>.timeline-header a {
    color: #000000;
}

.timeline>li.quote>.timeline-item>.timeline-body .content {
    font-weight: bold;
}

.blog-nav-wrapper {
    margin-top: 40px;
}

.blog-nav-wrapper .blog-nav {
    padding: 10px;
    background: #fff;
    margin-bottom: 50px;
    border: #e3e3e3 solid 1px;
}

.blog-nav-wrapper .blog-nav h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: #d3d3d3 solid 1px;
}

.blog-nav-wrapper .blog-nav h3 span {
    font-weight: bold;
}

.blog-nav-wrapper .blog-nav .toplist {
    padding-left: 20px;
    padding-top: 5px;
}

.blog-nav-wrapper .blog-nav li {
    font-weight: bold;
    padding: 5px 0;
    color: #eaeaea;
}

.blog-nav .psotinglist {
    list-style: none;
    padding-left: 0px;
}

.blog-nav li .icon {
    background-image: url(../../images/blog-icons.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.blog-nav li .sticky-posts {
    background-position: -317px -144px;
}

.blog-nav li .links {
    background-position: -188px -144px;
}

.blog-nav li .photo {
    background-position: -232px -145px;
}

.blog-nav li .article {
    background-position: 0 -144px;
}

.blog-nav li .comments {
    background-position: -47px -144px;
}

.blog-nav li .video {
    background-position: -396px -144px;
}

.blog-nav li .quote {
    background-position: -275px -144px;
}

.blog-nav li .linkdin {
    background-position: -151px -144px;
}

.blog-nav li .facebook {
    background-position: -82px -144px;
}

.blog-nav li .twitter {
    background-position: -359px -144px;
}

.blog-nav li .google {
    background-position: -118px -144px;
}

.blog-nav li .youtube {
    background-position: -441px -144px;
}

.show-old-posr-wrapper {
    padding: 15px 0 25px 0;
}

.show-old-posr-wrapper .btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    width: auto;
    background: #0061b2;
    border: none;
    line-height: 22px;
}

@media (max-width:767px) {
    .timeline>li>.timeline-item {
        margin: 0px;
    }

    .timeline:before,
    .timeline>li>.timeline-item:before {
        display: none;
    }

    .timeline>li {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media (min-width:768px) {
    .blog-banner h1 {
        font-size: 34px;
        padding-left: 80px;
    }

    .blog-banner h1:before {
        width: 60px;
        height: 60px;
        top: -12px;
        background: url(../../images/bog-icon.png) #f99e2e no-repeat center;
        background-size: 35px;
    }

    .blog-banner {
        padding: 50px 0 30px;
    }

    #custom-search-input {
        margin-top: 5px;
    }

    .timeline>li .timeline-share .share,
    .timeline>li .timeline-share .time,
    .timeline>li .timeline-share .comments {
        display: inline-block;
    }

    .timeline>li .timeline-share .share {
        padding: 0px;
    }

    .timeline>li .timeline-share .time {
        padding-right: 15px;
    }

    .timeline>li>.timeline-item>.timeline-header {
        font-size: 20px;
    }

    .timeline>li .timeline-share .share>a {
        padding-left: 30px;
    }

    .timeline>li .timeline-share {}

    .timeline>li .timeline-share .share>a:before {
        background: url(../../images/share-icon.png) no-repeat;
        background-size: 15px;
        width: 15px;
        height: 15px;
        left: 5px;
        top: 15px;
    }

    .timeline-share .socialmedia li {
        padding: 6px 15px;
    }

    .timeline>li.links>.timeline-item>.timeline-header {
        font-size: 20px;
    }

    .timeline>li.quote>.timeline-item>.timeline-body .content {
        font-size: 16px;
    }

    .timeline>li.quote>.timeline-item>.timeline-body .author {
        font-size: 18px;
    }

    .blog-nav-wrapper {
        margin-top: 50px;
    }


    .show-old-posr-wrapper .btn {
        padding: 10px 60px;
    }

    .timeline>li .timeline-share .share.active:before {
        width: 0;
        height: 0;
        border-style: solid;
        content: "";
        position: absolute;
        left: -19px;
        border-width: 0 0 45px 20px;
        border-color: transparent transparent #feecd5 transparent;
    }

    .timeline>li .timeline-share .share.active:after {
        width: 0;
        height: 0;
        border-style: solid;
        content: "";
        position: absolute;
        right: -19px;
        border-width: 45px 20px 0 0;
        border-color: #feecd5 transparent transparent transparent;
    }
}

.timeline-blogdtl>li>.timeline-item {
    margin-left: 0px;
}

.timeline-blogdtl:before {
    background: none;
    border: none;
}

.timeline-blogdtl>li>.timeline-item:before {
    border: none;
}

.timeline-blogdtl>li>.timeline-item>.timeline-body .content {
    padding-bottom: 15px;
    border-bottom: #eaeaea solid 1px;
}

.timeline-headergrey {
    padding-top: 10px;
    font-size: 18px;
}

.timeline-headergrey a {
    color: #000;
}

.relatedposts {
    text-align: center;
    padding-bottom: 50px;
    margin: 0px;
    border-bottom: #eaeaea solid 1px;
}

.relatedposts span a {
    color: #f99e2e;
    font-size: 16px;
}

.categories {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.categories span a {
    color: #f99e2e;
}

.btn-wrap .btn {
    background: #3381c1;
    padding: 10px 30px;
}

.btn-wrap .btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: auto;
    background: #544B64;
    border: none;
    line-height: 32px;
}

.btn-wrap {
    padding: 25px 0;
    background: #d1e2f1;
    margin: -10px;
    text-align: center;
}

.comments-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.comments-container .comments {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.comments-container h3 {
    padding-bottom: 10px;
    font-size: 16px;
}

.comments-container .comments li {
    overflow: hidden;
}

.comments-container .comments li.repaly {
    margin-left: 20px;
    border-left: #eaeaea solid 2px;
    padding-left: 20px;
}

.comments-container .pingbacks {
    padding-top: 30px;
    color: #000;
}

.comments-container .comments .image {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
    border: #fff solid 1px;
}

.comments-container .comments li .name {
    color: #f99e2e;
    display: block;
    font-size: 16px;
}

.comments-container .comments li p {
    padding-top: 5px;
    margin-bottom: 0px;
    color: #000;
}

.comments-container .comments li p.user-cmnt {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* about classes */


.about-header h1 span {
    font-size: 14px;
    color: #000;
}

.about-header {
    padding: 30px 0 15px;
}

.aboutus-content {
    padding-top: 30px;
}

.aboutus-content h2 {
    font-size: 20px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: 600;
}

.aboutus-content p {
    padding-bottom: 7px;
    line-height: 20px;
}

.aboutus-content {
    padding-bottom: 30px;
}

.faqs {
    padding-top: 20px;
    padding-bottom: 100px;
}

.faqs h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: 18px;
    text-indent: -18px;
}

.faqs p {
    padding-left: 18px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.faqs .show-answer,
.faqs .hide-answer {
    color: #3381c1;
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 20px;
    cursor: pointer;
}

.faqs .hide-answer {
    display: none;
}

.faqs .answer {
    display: none;
}

.faqs .answer.active {
    display: block;
}

.btn-wrap .btn-next {
    margin-top: 20px;
}

@media (min-width:768px) {
    .about-header h1 span {
        font-size: 24px;
        color: #000;
    }

    .aboutus-content h2 {
        font-size: 24px;
    }

    .aboutus-content {
        padding-bottom: 70px;
    }

    .aboutus-content {
        padding-top: 40px;
    }

    .faqs h2 {
        font-size: 16px;
        text-indent: -22px;
        margin-left: 22px;
        line-height: 24px;
    }

    .faqs p {
        padding-left: 22px;
        padding-bottom: 7px;
        line-height: 20px;
        font-size: 14px;
    }

    .faqs .show-answer,
    .faqs .hide-answer {
        padding-left: 22px;
    }

    .btn-wrap .btn {
        background: #3381c1;
        padding: 5px 25px;
        font-size: 18px;
    }

    .btn-wrap {
        text-align: left;
    }

    .btn-wrap .btn-next {
        float: right;
        margin-top: 0px;
    }

    .comments-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .comments-container h3 {
        padding-bottom: 10px;
        font-size: 20px;
    }

    .comments-container .comments li .name {}

    .comments-container .pingbacks {
        padding-top: 45px;
    }

    .comments-container .comments li p.user-cmnt {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.create-account .caution {
    background: #feecd5;
    padding: 10px 0px 10px 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.create-account .caution a {
    line-height: 26px;
    color: #f04232;
}

.create-account .caution a span {
    background: #f04232;
    color: #fff;
    padding: 0px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-weight: 600;
    border-radius: 50%;
    float: left;
    margin: 5px 15px 0 0;
    font-size: 32px;
}

.radio.child-select span label input[type=radio] {
    margin-top: 6px;
}

.radio.child-select span:first-child {
    margin-right: 25px;
}

@media (min-width:768px) {
    .create-account .caution:before {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 75px 0px 0px 15px;
        top: 10px;
        border-color: #feecd5 #feecd5 transparent transparent;
        left: 0px;
    }

    .create-account .caution:after {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 75px 0px 0px 15px;
        top: 7px;
        border-color: transparent transparent #feecd5 #feecd5;
        right: 0px;
    }

    .radio.child-select span label input[type=radio] {
        margin-top: 10px;
    }
}

.exercises-title {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.exercises-links {
    padding-bottom: 20px;
}

.exercises-links a {
    display: inline-block;
    margin: 0 0px;
    width: 45%;
    padding: 0px 10px;
    white-space: pre-wrap;
    vertical-align: text-top;
    font-size: 14px;
    line-height: 17px;
}

.exercises-links a span {
    display: block;
    padding-bottom: 3px;
}

.welcome-quote-wrapper {
    background: #1970ba;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 50px 0;
}

.welcome-quote-wrapper .quote {
    position: relative;
    padding-left: 50px;
}

.welcome-quote-wrapper .quote:before {
    position: absolute;
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
    font-size: 65px;
    font-family: "Times New Roman", Times, serif;
    top: -20px;
    left: 0px;
}

.welcome-quote-wrapper .author {
    padding-top: 20px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 50px;
}

@media (min-width:768px) {
    .welcome-quote-wrapper .quote {
        padding-left: 90px;
    }

    .welcome-quote-wrapper .quote:before {
        font-size: 150px;
        left: 0px;
        top: -70px;
    }

    .welcome-quote-wrapper .author {
        font-size: 18px;
        font-weight: normal;
        padding-left: 90px;
    }

    .welcome-quote-wrapper {
        font-size: 26px;
        padding: 150px 0;
        min-height: 600px;
    }
}

/*-- recommend-wrapper --*/
.recommend-wrapper {
    padding: 20px 0 20px;
}

.recommend-wrapper h2 {
    font-size: 22px;
    color: #f99e2e;
    font-weight: bold;
    text-align: center;
}

.recommend-wrapper table {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}

.recommend-wrapper table td {
    border: none !important;
    width: 50%;
    padding: 10px 5px !important;
}

.recommend-wrapper table td input[type="text"],
.recommend-wrapper table td textarea,
.recommend-wrapper table td input[type="password"] {
    background: #eaeaea;
    box-shadow: none;
    height: 40px;
    border: none;
    width: 100% !important;
    padding: 5px;
    border-radius: 5px;
}

    .recommend-wrapper table td .saveAnswersbtn,
    .recommend-wrapper .actionpanel a {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 10px 10px;
        border-radius: 5px;
        background: #544B64;
        border: none;
        text-decoration: none;
        line-height: 24px;
        float: left;
    }

@media (min-width:768px) {
    .recommend-wrapper {
        padding: 40px 0 60px;
    }

    .recommend-wrapper h2 {
        font-size: 34px;
    }

    .recommend-wrapper table td .saveAnswersbtn,
    .recommend-wrapper .actionpanel a {
        padding: 10px 20px;
    }
}

.conclusion-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.conclusion-content p {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .conclusion-content .btn {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 10px 20px;
        background: #544B64;
        border: none;
        line-height: 24px;
    }

.savework-wrapper .form-group {
    margin-top: 25px;
    padding-bottom: 00px;
}

.savework-wrapper p {
    padding-top: 10px;
    margin-bottom: 0px;
}

.savework-wrapper label {
    font-weight: normal;
}

.savework-wrapper input[type=radio] {
    margin-right: 5px;
}

.savework-wrapper p label {
    display: inline;
}

.savework-wrapper .btn-save {
    width: auto;
    padding: 8px 40px;
}

.savework-wrapper textarea {
    height: 120px;
    width: 280px;
}


.parentfeedback-wrapper .form-group {
    margin-top: 25px;
    padding-bottom: 00px;
}

.parentfeedback-wrapper p {
    margin-bottom: 0px;
}

.parentfeedback-wrapper parentfeedback p {
    margin-bottom: 0px;
}

.parentfeedback-wrapper label {
    font-weight: normal;
}

.parentfeedback-wrapper input[type=radio] {
    margin-right: 5px;
}

.parentfeedback-wrapper p label {
    display: inline;
}

.parentfeedback-wrapper .btn-save {
    width: auto;
    padding: 8px 40px;
}

.parentfeedback-wrapper textarea {
    height: 120px;
}

.parentfeedback-wrapper textarea {
    width: 100%;
    min-height: 150px;
}

.conclusion-content li {
    padding-bottom: 2px;
    padding-top: 2px;
}

.forgotwrapper {
    padding-bottom: 60px;
    background: none;
}

.create-account-wrapper h1 {
    margin-bottom: 20px;
}

.create-account-wrapper .radio input[type=radio] {
    margin: 5px 0 0 0;
}

.create-account-wrapper .radio label {
    padding-right: 20px;
}

.forgotwrapper .merge,
.questionweek {
    background: #feecd5;
    padding: 15px;
    border-radius: 5px;
    color: #f99e2e;
    font-size: 16px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.section-alert {
    clear: both;
    background: #f99e2e;
    padding: 15px 15px 5px;
    color: #fff;
    margin: 15px 0;
}

.forgotwrapper .mergenote .section-alert {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}

.section-subhead {
    padding-bottom: 25px;
}

.section-banner .section-subhead {
    padding-left: 62px;
}

.section-banner .versiontitle {
    font-size: 14px;
    display: block;
    margin: -10px 0 0 60px;
    font-style: normal;
}

@media (min-width:768px) {

    .forgotwrapper .merge,
    .questionweek {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .section-alert {
        margin: 20px 0;
    }

    .questionweek {
        margin: 20px 0;
    }

    .section-note {
        font-size: 14px;
    }

    .sectionInstructions {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .savework-wrapper textarea {
        width: 480px;
    }

    .create-account-wrapper .radio input[type=radio] {
        margin: 6px 0 0 0;
    }
}

.at4-icon {
    display: none !important;
}

.exercise-quote {
    padding-top: 20px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #666;
    padding-left: 50px;
}

.exercise-quote img {
    float: right;
    margin: 10px 0 10px 10x;
}

@media (min-width:768px) {
    .exercise-quote {
        font-size: 18px;
        padding-left: 100px;
    }
}

/*-- certiciate- styles--*/
@font-face {
    font-family: 'CenturySchoolbook-Regular';
    src: url('fonts/CenturySchoolbook_gdi.eot');
    src: url('fonts/CenturySchoolbook_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/CenturySchoolbook_gdi.woff') format('woff'), url('fonts/CenturySchoolbook_gdi.ttf') format('truetype'), url('fonts/CenturySchoolbook_gdi.svg#CenturySchoolbook-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CenturySchoolbook-Bold';
    src: url('fonts/CenturySchoolbook-Bold_gdi.eot');
    src: url('fonts/CenturySchoolbook-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/CenturySchoolbook-Bold_gdi.woff') format('woff'), url('fonts/CenturySchoolbook-Bold_gdi.ttf') format('truetype'), url('fonts/CenturySchoolbook-Bold_gdi.svg#CenturySchoolbook-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'CenturySchoolbook-BoldItalic';
    src: url('fonts/CenturySchoolbook-BoldItalic_gdi.eot');
    src: url('fonts/CenturySchoolbook-BoldItalic_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/CenturySchoolbook-BoldItalic_gdi.woff') format('woff'), url('fonts/CenturySchoolbook-BoldItalic_gdi.ttf') format('truetype'), url('fonts/CenturySchoolbook-BoldItalic_gdi.svg#CenturySchoolbook-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'CenturySchoolbook-Italic';
    src: url('fonts/CenturySchoolbook-Italic_gdi.eot');
    src: url('fonts/CenturySchoolbook-Italic_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/CenturySchoolbook-Italic_gdi.woff') format('woff'), url('fonts/CenturySchoolbook-Italic_gdi.ttf') format('truetype'), url('fonts/CenturySchoolbook-Italic_gdi.svg#CenturySchoolbook-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}

.certificate-heading {
    font-size: 30px;
    color: #fff;
    font-family: 'CenturySchoolbook-BoldItalic';
}

.certificate-subheading {
    font-size: 14px;
    color: #fff;
    font-family: 'CenturySchoolbook-Italic';
}

a.at300b .at4-icon,
a.at300m .at4-icon {
    display: none !important;
}

.video-content span {
    font-size: 14px !important;
    line-height: 1.65em !important;
}


@media (max-width: 325px) {
    .carousel-inner>.item {
        height: 438px;
    }

    .buttonpanel {
        position: absolute;
        bottom: 60px;
    }

    .slider1 {
        background-image: url(../../images/slider1-320.png) !important;
    }

    .slider2 {
        background-image: url(../../images/slider2-320.png) !important;
    }

    .slider3 {
        background-image: url(../../images/slider3-320.png) !important;
    }

    .slider4 {
        background-image: url(../../images/slider4-320.png) !important;
    }

    .carousel-inner .btn {
        width: 280px !important;
    }
}

@media (max-width: 750px) {

    .new-section-banner {
        margin-bottom: 20px;
    }
}

@media (min-width: 330px) and (max-width: 480px) {
    .buttonpanel {
        position: absolute;
        bottom: 60px;
    }

    .slider1 {
        background-color: saddlebrown;
        background-image: url(./../../images/slider1-480.png) !important;
    }

    .slider2 {
        background-image: url(../../images/slider2-480.png) !important;
    }

    .slider3 {
        background-image: url(../../images/slider3-480.png) !important;
    }

    .slider4 {
        background-image: url(../../images/slider4-480.png) !important;
    }

    .carousel-inner .btn {
        width: 300px;
    }
}


.disablecontrols {
    height: 60%;
    background-color: #fff;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 100;
}

#headingThree.panel-heading {
    margin-top: 25px;
}

.recommend-frd-wrapper br {
    display: none;
}

.new-section-banner h1 div {
    display: inline;
}

.feedbackquotenew {
    font-weight: bold;
    font-style: normal;
    color: #337ab7;
    float: right;
    line-height: 1.3em;
} 


@media (min-width: 768px) {
    .slider1 .carousel-caption p {
        font-size: 20px;
        font-weight: normal;
    }

    .slider2 .carousel-caption p {
        font-size: 20px;
        font-weight: normal;
    }

    .slider3 .carousel-caption p {
        font-size: 20px;
        font-weight: normal;
    }

    .slider4 .carousel-caption p {
        font-size: 20px;
        font-weight: normal;
    }
}

.seven-lessons {
    margin-top: 20px;
}

.new-section-banner .caution {
    color: #f99e2e;
    text-transform: uppercase;
    font-size: 20px !important;
    padding-bottom: 0 !important;
}

.new-section-banner .banner-spacing div {
    padding-left: 5px;
}

/*-- counter --*/
.counter {
    padding: 10px;
}

.counter .count {
    display: inline-block;
    padding: 5px 10px;
    background: #666;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.ui-datepicker-trigger {
    background: url(calendar.png) no-repeat;
    width: 19px;
    height: 20px;
    vertical-align: bottom;
}

.blue-btn {
    background: #3381c1;
    margin-left: 10px;
    margin-top: 0px;
    width: 100%;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 13px;
    font-weight: bold;
    color: #fff;
    border: none;
    line-height: 28px;
    border-color: #ccc;
    display: block;
    white-space: normal;
}


.modal-dialog-bottom {
    width: 100%;
    height: 25px;
    background: #f99e2e;
    content: "";
    left: 0px;
    top: 72px;
    z-index: 9;
}

.modal-dialog-logo {
    position: absolute;
    bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .persona-wrapper .persona-container {
        padding: 10px 20px 79px;
    }
}

@media only screen and (max-width:350px) {
    .modal-dialog-logo {
        width: 170px;
    }
}

/* socialmedia-icons  */
.socialmedia-icons {
    padding: 10px 0 0;
}

.socialmedia-icons li {
    padding: 5px 3px;
    list-style: none;
    float: left;
}

.socialmedia-icons a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #3381c1;
    position: relative;
    font-size: 0em;
    border-radius: 50%;
}

.socialmedia-icons a:hover {
    background: #7f7f7f;
}

.socialmedia-icons a:after {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../../images/socialmedia-icons.png);
}

.socialmedia-icons a.linkedin:after {
    background-position: -9px -9px;
}

.socialmedia-icons a.facebook:after {
    background-position: -60px -9px;
}

.socialmedia-icons a.twitter:after {
    background-position: -112px -10px;
}

.socialmedia-icons a.google:after {
    background-position: -162px -9px;
}

.socialmedia-icons a.youtube:after {
    left: 9px;
    background-position: -213px -8px;
    top: 8px;
}


.certificate-popup {
    width: 500px;
}

@media only screen and (max-width: 768px) {
    .certificate-popup {
        width: 100%;
    }
}

.Quotestyle {
    max-width: 300px;
}

@media only screen and (max-width:600px) {
    .Quotestyle {
        width: 240px;
    }
}

.certificatepop-wrapper .form-group {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0px;
}

.certificatepop-wrapper p {
    padding-top: 10px;
    margin-bottom: 0px;
}

.certificatepop-wrapper label {
    font-weight: normal;
}

.certificatepop-wrapper input[type=radio] {
    margin-right: 5px;
}

.certificatepop-wrapper p label {
    display: inline;
}

.certificatepop-wrapper .btn-save {
    width: auto;
    padding: 8px 40px;
}



.content_text table {
    padding-bottom: 7px;
    line-height: 20px;
    font-size: 14px;
}

@media (max-width:767px) {
    .carousel-indicators {
        bottom: 20px;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        height: 50px;
    }

    .carousel-indicators div {
        display: table;
        position: relative;
        width: 100%;
        height: 40px;
    }

    .carousel-indicators div>span {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        word-break: break-strict;
    }

    .carousel-indicators-wrapper {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 480px) {
    .carousel-indicators-wrapper {
        font-size: 11px;
        line-height: 12px;
    }

    .buttonpanel {
        bottom: 90px;
    }
}

@media (max-width: 325px) {
    .carousel-indicators-wrapper {
        font-size: 9px;
        line-height: 11px;
    }
}

.divorce-version-banner .banner-spacing p {
    padding-bottom: 7px;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.buttonpanel-btns {
    float: left;
}

.home-banner-socialmedia {
    float: left;
    margin: 0;
}

.home-banner-socialmedia li {
    display: inline-block;
}

.home-banner-socialmedia a {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #3381c1;
    position: relative;
    font-size: 0em;
    border-radius: 50%;
}

.home-banner-socialmedia li {
    padding: 5px 3px;
}

.home-banner-socialmedia a {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #054479;
    position: relative;
    font-size: 0em;
    border-radius: 50%;
}

.home-banner-socialmedia a:hover {
    background: #7f7f7f;
}

.home-banner-socialmedia a:after {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../../images/socialicons-sprite.png);
}

.home-banner-socialmedia a.linkedin:after {
    background-position: -12px -12px;
}

.home-banner-socialmedia a.facebook:after {
    background-position: -86px -12px;
}

.home-banner-socialmedia a.twitter:after {
    background-position: -160px -12px;
}

@media (max-width:767px) {
    .buttonpanel-btns {
        float: none;
    }

    .home-banner-socialmedia {
        float: none;
        margin-top: 5px;
        text-align: center;
        padding: 0;
    }

    .home-banner-socialmedia a {
        width: 35px;
        height: 35px;
    }

    .home-banner-socialmedia a:after {
        width: 25px;
        height: 25px;
        top: 7px;
        left: 7px;
    }
}

@media (min-width:768px) {
    .exercise-a .n-pull-right p {
        padding-bottom: 7px;
        line-height: 20px;
        margin: 0 0 10px;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }
}

@media (min-width:768px) {
    .feedback-a p {
        padding-bottom: 7px;
        line-height: 20px;
        margin: 0 0 10px;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }
}

@media (min-width:768px) {
    .Commitmentstyle {
        padding-bottom: 7px;
        line-height: 20px;
        margin: 0 0 10px;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }
}

@media (max-width:992px) {
    .sectionButtions .col-sm-4 {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width:992px) {
    .sectionButtions .col-sm-4 {
        width: 100%;
        margin: 10px 0;
    }
}

@media (min-width:992px) {
    .sectionButtions .col-sm-4 input {
        float: none;
        min-width: 190px;
    }
}

@media (min-width:992px) {
    .feedback-content .btn {
        width: 46%;
    }
}

/*-- start btn --*/


.about-header,
.contact-bg,
.inner-banner {
    position: relative;
}

.navbar-default .ancilarynav>li>a.start-workshop {
    position: relative;
    padding-left: 34px;
    display: inline-block;
    background: url(../../images/animated-arrow.gif) left center no-repeat;
}

@media (min-width:768px) {
    .carousel-inner .container {
        position: relative;
    }

}


@media (max-width:767px) {


    .carousel-inner>.item {
        padding-top: 30px;
        min-height: 380px;
    }

    .about-header,
    .contact-bg {
        padding-top: 50px !important;
    }

    .inner-banner {
        padding-top: 70px !important;
    }

}

.error-asterisk,
.ws-errorbox p.ws-errormessage {
    color: red;
    font-weight: bold;
}

.required-ind {
    color: #ff0000;
}

.ws-invalid .user-error,
.ws-invalid.select-style {
    border-color: #cc0000;
}

.banner-content {
    font-size: 16px;
    padding-bottom: 20px;
}

.banner-content span {
    color: #fff;
    font-weight: bold;
}

.banner-content ol {
    color: #fff;
    font-weight: bold;
}

.banner-content ol li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.banner-content ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner-content h3 {
    font-size: 18px;
}

.banner-content h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.banner-content a {
    color: #fff;
    text-decoration: underline;
}

.banner-content a:hover {
    text-decoration: none;
}

.banner-content .three-col {
    font-size: 14px;
    padding: 10px;
}

.banner-content .three-col .col {
    width: 100%;
    border: #fff solid 1px;
    text-align: center;
    background: rgba(0, 0, 0, .1);
}

.workshop-content {
    font-size: 18px;
}

.workshop-content h2 {
    padding: 20px 0;
    font-size: 24px;
}

.workshop-content ul {
    margin: 25px auto;
    padding-left: 15%;
}

.workshop-content ul li {
    margin-bottom: 10px;
}

.workshop-content h3 {
    padding: 10px 0 20px 0;
    color: #ec4b1d;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media(min-width: 768px) {

    .banner-content .three-col {
        display: flex;
        padding: 0px;
    }

    .banner-content .three-col .col1 {
        width: 29%;
        padding: 10px;
        border-right: none
    }

    .banner-content .three-col .col2 {
        width: 39%;
        padding: 10px;
    }

    .banner-content .three-col .col3 {
        width: 32%;
        padding: 10px;
        border-left: none
    }
}


/*-- home page --*/
.home-banner {
    padding: 30px 0;
    padding-top: 70px;
    background: transparent linear-gradient(180deg, #FCFBF5 0%, #EAE5D5 100%) 0% 0% no-repeat padding-box;
}

.home-banner h1 {
    font-weight: 600;
    color: #DD651B;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.home-banner h2 {
    font-weight: 600;
    color: #544B64;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.home-banner h2 span {
    color: #fff;
    background: #544B64;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;

}

.home-banner h3 {
    color: #28262C;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.home-banner h3 span {
    color: #DD651B;
}

.home-banner h4 {
    color: #2E2E40;
    margin: 10px 0 0;
    padding: 15px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.home-banner h5 {
    color: #DD651B;
    margin: 10px 0 0;
    padding: 10px 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.home-banner ul {
    padding: 0;
    margin: 0;

}

.home-banner ul li {
    padding: 10px 20px;
    margin: 0 0 5px;
    list-style: none;
    background: #fff;
    color: #2E2E40;
    font-weight: 600;
}

.home-banner ol {
    background: #fff;
    color: #2E2E40;
}

.home-banner ol li {
    font-size: 18px;
    padding: 10px 20px;
    background: #fff;
    color: #2E2E40;
    font-weight: 600;
}

.home-banner .home-btn {
    font-size: 18px;
    margin: 0 0px 10px 0;
    display: inline-block;
    align-items: center;
    padding: 10px 20px;
    background: #544B64;
    color: #fff;
    /*max-width: 300px;*/
    border-radius: 5px;
    height: 60px;
    line-height: 35px;
}

.home-banner .home-btn:first-child {
    margin-right: 10px;
}

.home-banner .home-btn:hover {
    background: #DD651B;
    text-decoration: none;
}

.home-banner .home-btn img {
    margin-right: 10px;
    vertical-align: middle;
}

.home-banner .home-btn.play-btn {
    background: #DD651B;
    font-size: 15px;
    max-width: 190px;
    padding: 10px 15px;
    line-height: 18px;
    display: flex;
    float: left;
}

.home-banner .home-btn.play-btn img {
    float: left;
}

.home-banner .home-btn.play-btn span {
    display: inline-block;
}

.home-banner .home-btn.play-btn:hover {
    background: #544B64;
}

.home-banner .banner-img {
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
    display: none;
}

.home-pod-container {
    padding-top: 50px;
    padding-bottom: 30px;
}

.home-pod-container .home-pod {
    max-width: 340px;
    width: 100%;
    padding: 30px 10px 0;
    border: 1px solid #F2D1C2;
    border-radius: 10px;
    opacity: 1;
    color: #544B64;
    min-height: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.home-pod-container .home-pod h3 {
    font-size: 20px;
    color: #3B324B
}

.home-pod-container .home-pod1 {
    border-color: #F2D1C2;
    background: transparent linear-gradient(180deg, #FFF2EB 0%, #F2D1C2 100%) 0% 0% no-repeat padding-box;
}

.home-pod-container .home-pod2 {
    border-color: #CAE9F0;
    background: transparent linear-gradient(180deg, #E2FAFD 0%, #CAE9F0 100%) 0% 0% no-repeat padding-box;
}

.home-pod-container .home-pod3 {
    border-color: #D9F2D9;
    background: transparent linear-gradient(180deg, #F8FFF9 0%, #D9F2D9 100%) 0% 0% no-repeat padding-box;
}

@media(max-width: 991px) {
    .home-banner .home-btn.play-btn, .home-banner .home-btn {
        width: 100%;
        max-width: inherit;
    }
}
@media(max-width: 767px) {
     
.home-banner {
    background-image: url(../../images/banner-bg.png);
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center;
}
 .home-banner .banner-right{
     overflow: hidden;
     padding-bottom: 20px;
 }
}
@media(min-width: 768px) {
   
.home-banner .banner-img {
    display: block;
}
.home-banner .banner-left{
    float: left;
}.home-banner .banner-right{
    float: right;
}
}
@media(min-width: 480px) {
    .home-banner h1 {
        font-size: 32px;
    }

    .home-banner h2 {
        font-size: 24px;
    }
}

@media(min-width: 1025px) {
    .home-banner {
        padding: 50px 0;
    }

    .home-banner h1 {
        font-size: 42px;
    }

    .home-banner h2 {
        font-size: 32px;
    }

    .home-banner h3 {
        font-size: 22px;
    }

    .home-banner .banner-text {
        max-width: 95%;
    }

    .home-banner h4 {
        font-size: 18px;
    }
    .home-banner h5 { 
        font-size: 24px; 
    }
    .home-banner .home-btn.play-btn {
        max-width: 222px;
    }
}


@media(min-width: 1200px) {
    .home-banner .banner-text {
        max-width: 95%;
    }
}

@media(max-width: 420px) {
    .home-banner .home-btn {
        width: 100%;
        padding: 8px 20px;
        font-size: 16px;
        height: auto;
        max-width: inherit;
    }

    .home-banner .home-btn.play-btn {
        max-width: inherit;
    }
}

.btn:hover {
    background: #DD651B;
    text-decoration: none;
}

.recommend-wrapper table td .saveAnswersbtn,
.recommend-wrapper .actionpanel a:hover {
    background: #DD651B;
    text-decoration: none;
}