html, body {margin: 0px; padding: 0px; font-family:'Montserrat', sans-serif !important; overflow-x: hidden; }
header {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 8px 0px 30px #ebebeb;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
}
.course_details .teacher-bx {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin: 20px -20px 0;
    border-width: 1px 0 1px 0;
}

.course_details .course-detail-bx .cours-more-info {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    margin: 0;
    border-top: 0;
    margin: 0 -20px;
    padding: 17px 0px;
}

.course_details .course-info-list ul li {
    display: block;
    width: 100%;
    text-align: left;
}

.course_details .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    padding-left: 0;
}

.course_details .course-info-list ul li {
    display: block;
    width: 100%;
}

.course_details .course-info-list ul li a i {
    margin-right: 10px;
    font-size: 20px;
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.course_details .price {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    margin-bottom: 50px;
    flex-direction: column;
}

.course_details .price {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    margin-bottom: -5px;
    flex-direction: column;
}


.course_details .course-detail-bx .cours-more-info .price h5 {
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #000 !important;
    letter-spacing: 1px;
}


.course_details .cours-more-info .review span {
    font-size: 12px;
    color: #3c3c3c;
}

.course_details .cours-star {
    margin: 0;
    padding: 0;
}

.course_details .course-detail-bx .cours-more-info .price span {
    font-size: 12px;
    color: #3c3c3c;
}

.course_details .course-detail-bx .cours-more-info .price h5 {
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 100%;
}

.course_details .price {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #430000;
    margin-bottom: -5px;
    flex-direction: column;
}

.course_details .course-buy-now .btn,
.course_details .btn-secondry {
    color: #000 !important;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    font-weight: 600;
    font-family: rubik;
    background-color: #ffc500;
    letter-spacing: 1px;
    margin-top: 12px;
}

.course_details .cours-star li.active {
    color: var(--primary);
}

.course_details .cours-star li {
    display: inline-block;
    list-style: none;
    color: #d1d1d1;
    font-size: 13px;
}

.course_details .teacher-info {
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
}

.course_details .teacher-thumb {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 55px;
    margin-right: 15px;
}

.course_details .course-detail-bx .cours-more-info {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    margin: 0;
    border-top: 0;
    margin: 0 -20px;
}

.course_details .course-detail-bx {
    padding: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 100px;
    float: left;
    width: 100%;
}

.course_details .course-price {
    text-align: center;
    padding: 10px 0 20px;
}

.course_details .course-price .price {
    font-size: 35px;
    margin: 0;
}

.course_details .course-price .price {
    font-size: 35px;
    margin: 0;
}

.course_details .btn,
.course_details .btn-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    font-family: rubik;
}


.course_details .course-features li .label {
    width: 60%;
    text-align: left;
}

.course_details .see_more_reviews--div {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.course_details .course-features {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    position: sticky;
    top: 80px;
}

.course_details .list-checked h5 {
    font-weight: 600;
    margin-bottom: 15px;
}


.course_details .list-checked li {
    text-align: left;
}

.course_details .list-checked li:before {
    content: "\e64d";
    font-family: 'themify';
    font-size: 15px;
}

.course_details .list-checked li {
    text-align: left;
    line-height: 30px;
}

.course_details .course-features li {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: 14px;
    align-items: center;
}

.course_details .course-features li .label {
    width: 60%;
}

.course_details .course-features li .value {
    width: 40%;
}

.course_details .value {
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    float: left;
    width: 100%;
    border: 1px solid #ffffff;
    height: 100%;
    border-radius: 17px;
    margin-top: 0;
    transition: .5s ease;
}


a,
.text-primary,
.primary li:before,
.menu-links .nav>li.active>a,
.menu-links .nav>li:hover>a,
.menu-links .nav>li .mega-menu>li ul a:hover,
.menu-links .nav>li .sub-menu li:hover>a,
footer a:active,
footer a:focus,
footer a:hover,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a,
.testimonial-1 .testimonial-position,
.acod-head a:after,
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover,
.ttr-tabs .nav-tabs>li>a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.btn.outline,
.btn-link:hover {
    color: #4c1864;
}

.course_details .list-checked li:before {
    content: "\e64d";
    font-family: 'themify';
    font-size: 15px;
    margin-right: 11px;
}

.course_details .list-checked h5 {
    font-weight: 600;
    margin-bottom: 12px !important;
    margin-top: 12px !important;
}

.course_details .course-features li i {
    margin-right: 10px;
    font-size: 16px;
    color: var(--primary);
}

.course_details .course-features li .label {
    width: 60%;
}

.course_details .course-features li .value {
    width: 40%;
}

.course_details .course-features li i {
    margin-right: 10px;
    font-size: 16px;
    color: var(--primary);
}


.course_details .review {
    float: left;
    width: 100%;
}

.course_details .initials {
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course_details .instructor-info h6 {
    margin-bottom: 0;
}

.course_details .acordian_seciton ul li {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #d5d5d5;
}


.course_details .instructor-author {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 55px;
    margin-right: 15px;
    min-width: 85px;
}

.course_details .review-bx {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.course_details .instructor-info h6 {
    font-weight: 600;
}

.course_details .instructor-bx {
    display: flex;
    align-items: start;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    margin-bottom: 30px;
    align-items: center !important;
}

.course_details .instructor-bx p {
    margin-bottom: 0px;
}

.course_details .instructor-info h6 {
    text-align: left;
    margin-bottom: 9px;
}

.course_details .see_more_reviews {
    text-align: center;
    border: 1px solid #8e44ad;
    padding: 15px;
    color: #8e44ad !important;
}

.course_details .all-review {
    width: 25%;
    text-align: center;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
}

.course_details .all-review .rating-type {
    margin: 0;
    font-size: 35px;
    line-height: 40px;
}

.course_details .cours-star {
    margin: 0;
    padding: 0;
}

.course_details .cours-star li.active {
    color: var(--primary);
}

.course_details .cours-star li {
    display: inline-block;
    list-style: none;
    color: #d1d1d1;
    font-size: 13px;
}

.course_details .all-review span {
    font-size: 14px;
}

.course_details .review-bar {
    width: 75%;
}

.course_details .bar-bx {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.course_details .bar-bx .side {
    width: 10%;
    font-weight: 600;
    letter-spacing: 1px;
}

.course_details .curriculum-list ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding: 10px 20px;
    font-size: 15px;
}

.course_details .curriculum-list-box {
    float: left;
    width: 90%;
}

.course_details .curriculum-list-box span {
    float: right;
    width: 10%;
}

.course_details .bar-bx .side {
    width: 10%;
}

.course_details .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    text-align: left;
    color: #000;
    font-weight: 500;
    padding: 17px 32px;
}

.course_details .btn-block:hover {
    text-decoration: none;
}

.course_details .all-review span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.course_details .btn-block {
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000 !important;
}

.course_details .bar-bx .middle {
    width: 80%;
}

.course_details .bar-bx .side.right {
    text-align: right;
}

.course_details .bar-bx .side {
    width: 10%;
}

.course_details .bar-container [class*="bar"] {
    height: 8px;
    background: #27ae60;
}

.fa {

    color: #27ae60;
}

.course_details .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

.course_details .top_banner_section {
    float: left;
    width: 100%;
}

.course_details .text_section_top_banner {
    float: left;
    width: 100%;
}

.course_details .acordian_seciton {
    float: left;
    width: 100%;
}

.course_details .insutrator_seciton {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.course_details .instructor-info h6 {
    text-align: left;
}

.course_details .instructor-info p {
    text-align: left;
}




.course_details .instructor-bx {
    display: flex;
    align-items: start;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    margin-bottom: 30px;
}

.course_details .instructor-author {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 55px;
    margin-right: 15px;
    min-width: 85px;
}

.course_details .course-features li {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: 14px;
    align-items: center;
}

.course_details .see_more_reviews--div {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 33px;
}

.course_details .testimonial-bx {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    margin-left: 0px;
    border: 1px solid #F0F0F0;
}

.course_details .testimonial-bx .testimonial-info {
    margin-bottom: 15px;
}

.course_details .testimonial-bx .testimonial-info h5 {
    font-weight: 500;
    margin-bottom: 0;
}

.course_details .testimonial-course-carousel .owl-nav {
    display: none !important;
}
.course_details .instructor-author img{
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.image-h img{
    height: 215px;
    object-fit: contain;
    background: #f5f5f7;
}
.about_top_banner{
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0px;
}

.inner_banner{
    float: left; width: 100%;
    position: relative;
}
.testimonial .course_box{
    padding: 22px;
    background: #f5f5f7;
    border: none;
    padding-top: 65px;
}

.testimonial .owl-carousel .owl-stage {
    padding-top: 61px;
}

.testimonial .course_box .user_img{ 
    margin: 0 auto;
    position: absolute;
    top: -49px;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    display: block;
    right: 0;
}

.testimonial .course_box p{
    margin-bottom: 20px;
    text-align: justify;
}

.inner_banner_img{
    width: 100%;
    position: relative;
}
.banner_caption_inner{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

.div-modal img{
    border-radius: 26px;
    margin-top: 10px;
}

.post_man {font-size: 18px; color: #6fb644;}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.box_mission {float: left; width: 100%; border-radius: 15px;
    border: 2px solid #dfdfdf; padding: 20px;}
.box_mission img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.box_mission .card-title {
    text-align: center;
    font-size: 30px;
    margin-top: 24px; height: auto !important;
}
.box_mission {text-align: center;}

.owl-carousel .owl-dots {display: none;}
.banner .owl-dots {display: block;}
.team_image {border-radius: 15px; overflow: hidden;}
.about_caption2 {text-align: left !important; width: 100% !important;}

.div-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 20px;
    padding: 14px;
}

.div-modal h3{
    font-size: 30px;
}

.div-modal button.close {
    padding: 0;
    background-color: #fff;
    border: 0;
    position: absolute;
    top: -28px;
    right: -19px;
    opacity: 1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #015666;
    border-radius: 35px;
    box-shadow: 0px 0px 20px #747474;
}

.div-modal .mai_btn{
    font-size: 16px;
    display: block;
    color: #fff !important;
    margin-top: 15px;
    margin-bottom: 0;

}

.profile_image_inner {float: left; width: 60px; height: 60px; border-radius: 5px;}
.profile_cap_inner {
    float: left;
    text-align: left;
    color: #FFF;
    margin-left: 15px;
    margin-top: 4px;
}
.caption{
    float: left;
    width: 100%;
}
.image{
    float: left;
    width: 100%;
}
.filter_section_mobile{
    display: none;
}

.overlay{
	display: none;
}
.my-image{
    margin-bottom: 20px;
}
.gray-section .nav-tabs .nav-link {
    float: left;
    width: auto;
    font-size: 16px;
    margin-right: 11px;
    padding: 12px 22px;
}
.gray-section .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    background: transparent;
    border-radius: 11px;
    padding: 20px;
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 99999999;
}



.main_banner_section {
    float: left;
    width: 100%;
}
.course_category {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.course_left {
    float: left;
    width: 100%;
    max-width: 290px;
}
.sutability {
    float: left;
    width: 100%;
    margin-top: 29px;
    border-radius: 11px;
    background: #f5f5f7;
    padding: 15px;
    text-align: center;
    padding-bottom: 30px;
}
.sutability a{
	font-size:16px;
}
.sutability h5 {
    font-weight: 600;
    font-size: 16px;
}
.sutability p {
    font-size: 14px;
    margin-bottom: 23px;
    letter-spacing: 0;
}
.sutability img {
    width: 77px;
    margin-bottom: 22px;
}
.main_box_section {
    float: left;
    width: 100%;
    margin: 60px 0px;
}
.right_section_main {
    float: left;
    width: 100%;
}
.blog_section_main {
    float: left;
    width: 100%;
}
.blog_image_section {
    float: left;
    width: 100%;
    border-radius: 13px 13px 0px 0px;
    overflow: hidden;
}
.right_section_main img {
    margin-bottom: 0px;
    width: 100%;
}
.blog_section_main_img img {
    margin-bottom: 15px !important;
}

.right_section_main ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
	margin-top: 20px;	
}
.blog_content{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.blog_date_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_date_row .social_home a {
    color: #000;
    font-size: 18px;
    margin: 0px 12px;
}

.right_section_main ul li {
    display: inline-block;
    margin-right: 7px;
	font-weight: 600;
	font-size: 15px;
}
.blog_caption_section {
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #FFF;
    box-shadow: 2px 9px 54px #ededed;
}
.blog_caption_section h6 {
    font-size: 14px;
    color: #39a700;
    margin-bottom: 10px;
}
.blog_caption_section h4 {
    font-size: 19px;
    letter-spacing: .3px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 6px;
    letter-spacing: 0 !important;
}
.blog_caption_section a {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.margin-box {
    margin-bottom: 20px;
}
.side_tab_section_inner {
    float: left;
    width: 100%;
    background: #ebebeb;
    padding: 16px;
    border-radius: 9px;
}
.search_box {
    float: left;
    width: 100%;
}
.search_box .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 0;
    border: 1px solid #999999;
}
.search_box .form-control::placeholder{
	color: #000;
}
.btn img {
    width: 17px;
    position: absolute;
    top: 10px;
    right: 14px;
}
.product_catergory_section {
    float: left;
    width: 100%;
}
.side_title {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    float: left;
}
.Recent {
    height: 206px;
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.product_catergory_section ul li {
    line-height: 39px;
}
.product_catergory_section ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #2A2A2A;
    letter-spacing: 0;
}
.tag2 li a {
    background-color: transparent;
    padding: 0px 10px;
    border-radius: 33px;
    margin-bottom: 0;
    font-size: 14px !important;
    text-decoration: revert;
    float: left;
}


.share{
    display: flex;
}
.course_top{
    display: flex;
	align-items: center; justify-content: space-between
}
.share li{
 margin-left: 15px;
}
.share li a {
    font-size: 18px;
    background: #00768c;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
    padding: 3px;
    color: #fff;
}
.share li a:hover{
	text-decoration: none;
	background: #ef4a4f;
}

.course_left ul {
    background: #dfdfdf;
    border-radius: 11px;
    padding: 14px;
    float: left;
    width: 100%;
}
.course_left ul a {
    color: #374451;
    background-color: #f5f5f7;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-weight: 500;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 8px;
}
.top_row {
    float: left;
    width: 100%;
    background: #eaeaee;
    padding: 10px 0px;
}

.search_btn{
    position: absolute;
    right: 15px;
    top: 2px;
    font-size: 26px;
    color: #374451;
}
.banner_img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #dfdfdf;
}
.course_right {
    float: left;
    width: 100%;
    height: 850px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 12px;
}
 .course_right::-webkit-scrollbar {
  width: 10px;

}

/* Track */
 .course_right::-webkit-scrollbar-track {
  background: #ebebeb;
	  border-radius: 10px;
}

/* Handle */
 .course_right::-webkit-scrollbar-thumb {
  background: #C8C8C8;
	  border-radius: 10px;
}
.course_left ul li  .active, .course_left ul li a:hover {
    color: #fff;
    background-color: #6fb644;
	text-decoration: none;
}

.course_detail{
	margin-top: 45px;
}
.course_gray_box {
    float: left;
    width: 100%;
    background: #f5f5f7;
    padding: 16px;
    border-radius: 12px;
    margin-top: 30px;
    border: 2px solid #f4f8fb;
}
.course_gray_box:hover{
	border: 2px solid #f5f5f7;
}
.course_gray_box h4 {
    color: #ef4a4f;
    letter-spacing: .5px !important;
    font-size: 22px;
}

.course_gray_box p {
    font-size: 15px;
    color: #606060;
    letter-spacing: .5px;
    font-weight: 400;
    margin-top: 18px;
}


.course_gray_box li {
    font-size: 15px;
    color: #606060;
    letter-spacing: .5px;
    font-weight: 400;
    margin-top: 13px;
	 list-style: disc;
	margin-left: 16px;
}
.course_gray_box li ul{
    list-style: disc;
}
.vedio_box{
	float: left; width: 100%; margin-top: 15px;
}

.vedio_box iframe{
	width: 100%;
	height: 350px;
	border-radius: 12px;
}
.recomm_img{
	width: 30%;
}
.recomm_title{
	width: 70%;
	padding-left: 12px;
}

.course_right .course_box {
    border: 1px solid #d5d5d5;
}

.recommendations_box {
    display: flex;
    align-items: flex-start;
    background: #e1e1e1;
    padding: 9px;
    border-radius: 6px;
    margin-top: 11px;
}
.recommendations_box img{
	border-radius: 3px;
}
.navigator {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 22px;
    border-bottom: 2px solid #f5f5f7;
	margin-bottom: 25px;
}
.navigator li {
    position: relative;
    list-style: none;
    float: left;
    width: auto;
    background: #72b633;
    border-radius: 68px;
    text-align: center;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
	height: 38px;
}
.navigator li::after {
    position: relative;
    content: ".";
    top: 0;
    right: -9px;
    width: 35px;
    height: 35px;
    background: url(../images/next2.png) no-repeat;
    background-position: right;
    color: transparent;
    font-size: 35px;
    background-size: contain;
}
.navigator li:nth-child(3){
	background-color: #ef4a4f;
}
.navigator li:nth-child(3):after{
	display: none;
}


/* Handle on hover */
 .course_right ::-webkit-scrollbar-thumb:hover {
  background: #A8B8C9;
}

.service  h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 36px;
}


.banner_caption {
    float: left;
    width: 100% !important;
    position: absolute;
    top: auto;
    left: 0;
    text-align: center;
    width: 50%;
    bottom: 24px;
}

.banner_button_center{
    margin: 0 auto;
    float: none;
    width: 196px;
}
.value_box ul {
    line-height: 36px;
    float: left;
    list-style: disc;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: unset;
    width: 100%;
    padding-left: 20px;
}
.about_us {
    float: left;
    width: 100%;
    background: url(../images/about_bg_1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
    padding-top: 60px;
}
.courses_section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}


.about_caption {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

.value:hover {
    background: #ffffffab;
    border: transparent;
    box-shadow: 0px 0px 30px #cce3c0;
	transform: translatey(-10px);
	transition: .5s ease;
}


.value_box {
    float: left;
    width: 100%;
    margin-top: 52px;
}
.value_box p {
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}
.value_box img {
    width: 80px;
    margin-bottom: 22px;
    filter: saturate(9) hue-rotate(301deg);
}
.course_right .btn_box .mai_btn {
    padding: 8px 9px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    margin-top: 0;
}

.value {
    padding-top: 38px;
    display: flex;
    align-items: center;
    flex-direction: column;
    float: left;
    width: 100%;
    border: 1px solid #c8d9b4;
    height: 100%;
    border-radius: 17px;
    margin-top: 25px;
	transition: .5s ease;
}
.banner_caption2 {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 50%;
    padding: 60px;
}



.about_caption p{
	margin-top: 25px;
}
.about_caption a {
    display: block;
    margin-bottom: 12px;
}
.counseller{
	float: left; width: 100%;
	margin: 80px 0px;
}
.banner_caption ul{
    margin-top: 20px;
}

.counseller_top_box{
	float: left; width: 100%; border-radius:30px;
 height:250px;
	overflow: hidden;
}
.teacher_img{
	float: left; width: 100%;
}
.teacher_img img{
	border-radius: 18px;
}
.counseller_main {
    float: left;
    width: 100%;
    background: #f5f5f7;
    padding: 30px;
    border-radius: 14px;
}
.course_tab_inner{
	float:left; width: 100%; margin-top: 35px;
}
.course_tab_inner .owl-carousel .owl-stage-outer {
    padding: 10px;
}
.owl-nav img{
    width: 35px;
}

.course_tab_inner .owl-carousel .item{
    padding: 12px;
}



.owl-nav {
    position: absolute;
    top: 44%;
	width: 100%;
}
.owl-nav .owl-prev{
	float: left; margin-left: -4%;
}
.owl-nav .owl-next{
	float: right; margin-right: -4%;
}
.banner .owl-nav{
    display: none !important;
}
.counseller_main .accordion {
    background-color: transparent;
    color: #00768c;
    cursor: pointer;
    padding: 9px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.5s;
    border: 2px solid #e7e7e7;
    border-radius: 11px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.course_content .card-title {
    text-align: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.course_content p{
	margin: 20px 0px;
}
.price2{
    float: left;
    width: 100%;
    margin-top: 10px;
}	
.counseller_main .accordion img{
    width: 31px;
    margin-right: 10px;
}

.counseller_main .accordion:hover img{
	filter: grayscale(1) brightness(5);
}
.counseller_main .active img {
    filter: grayscale(1) brightness(5);
    transform: rotate(180deg);
}
.counseller_main .active, .accordion:hover {
    background-color: #6fb644;
    color: #fff;
    border-color: #6fb644;
}




.counseller_main .panel {
    padding: 0;
    display: none;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 25px;
}



.techer_details_main {
    float: left;
    width: 100%;
}
 .techer_details_main ul{
    list-style: disc;
}
.techer_details_main ul li {
    font-weight: 500;
    margin: 12px 17px;
    padding-left: 0;
}
.counseller_top_box img{
	width: 100%;
}

footer img {
    float: revert;
    width: 180px;
    margin-left: 23px;
}

.banner_caption h3 {
    margin-bottom: 12px;
    color: #374451;
}
.banner_caption a {
    font-size: 15px;
    width: 183px;
    margin: 0;
}

.banner_button_left {
    float: left;
    margin-left: 100px !important;
}
.banner_button_right {
    float: right;
    margin-right: 100px !important;
}

.course_left .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    text-align: left;
    margin-bottom: 11px;
}
.course_right .fade:not(.show) {
    opacity: 0;
    display: none;
}


.course_gray_box a:hover{
	text-decoration: none;
}
.course_gray_box a:hover .recomm_title p{
	color: #00768c;
}




.course_left .nav-tabs .nav-link {
    color: #374451;
    background-color: #f5f5f7;
    border: none;
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    font-weight: 500;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}


.banner_caption h5{
    color: #72b633;
}

.profile_cap_inner h3 {font-size: 20px;}
.profile_cap_inner h4 {font-size: 16px;}

.wrap {
  position: relative;
  right: 0;
  top: 40%;
  width: 100%;
  left: 0;
  margin: 0 auto;
}

/* select starting stylings ------------------------------*/
.select {
    position: relative;
    width: 94%;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #374451;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .8px;
    margin-left: 24px;
}
.navbar-nav .nav-link .active{
	font-weight: 700 !important;
}

nav .logo_box {
    float: left;
    margin-right: 60px;
}
.prespective_caption{
	float: left; width: 100%;
}
.prespective_caption p{
	margin-top: 35px;
	letter-spacing: 1px;
}
.prespective_caption .caption{
	margin-bottom: 30px;
}


.register {
    float: right;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFF !important;
    border: 0px;
    width: 100%;
    padding: 6px 10px;
    border-radius: 7px;
    text-align: center;
}
.education{
	float: left; width: 100%;
	padding-top: 60px;
}

.prespective {
    float: left;
    width: 100%;
    margin: 60px 0px;
}
.steps{
    float: left;
    width: 100%;
    margin: 60px 0px;
}
.top_titel{
	float: left; width: 100%; text-align: center;
	margin-bottom: 25px;
}

.step_box {
    float: left;
    width: 80%;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    border-radius: 18px;
    text-align: left;
	padding-right: 10px;
}
.arrow{
    position: absolute;
    top: 43%;
    right: 6px;
    width: 64px !important;
}
.step_box img{
	width: 45px;
	margin-bottom: 15px;
}
.step_box h4 {
    color: #fff;
    margin-bottom: 0px;
}
.step_box p{
	color: #fff;
}
.subjec_box{
	float: left; width: 100%;
	background: #ebf1f8;
	padding: 50px 0px;
}
.red{
	color: #ef4a4f;
}

.black{
	color: #374451 !important;
}
.subjext {
    float: left;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px;
    background: #fff;
    margin-bottom: 38px;
}

.tag-1-text img{
    filter: brightness(0.4) !important;
}


.subjext img {
    width: 75px;
    margin-bottom: 25px;
    height: 75px;
    object-fit: contain;
}
.subjext h6{
	font-size: 20px;
	font-weight: 600;
}

.test_slider{
    float: left;
    width: 100%;
}

.profile_box {
    display: flex;
    align-items: center;
    text-align: left;
	margin-bottom: 22px;
}
.pro_img {
	margin-right: 18px;
}
.online_learning {
    float: left;
    width: 100%;
    padding: 40px 0px;
}

.test_box {
    float: left;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 30px;
    background: #fff;
    margin-bottom: 38px;
    text-align: left;
}


.filter{
	float: left; width: 100%;
}
.filter_box {
    padding: 15px 8px;
    border-top: 2px solid #ccc;
    border-bottom: 0;
}
.trending_couse {
    margin-top: 0;
    float: left;
    width: 100%;
    background: #ebf1f8;
    padding: 50px 0px;
}
.blue {
	color: #00768c;
}
.techer_details_main .blue {
    margin-top: 20px;
}
.teacher_caption{
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.mobile {
    display: none !important;
}

.become_trainer_section{
	float: left; width: 100%;
	padding: 60px 0px;
}
.student_testimonial_box{
	float: left; width: 100%;
	background: #ebf1f8;
	padding: 60px 0px;
}




.filter .filter_box:nth-child(2){
	border-bottom: 2px solid #ccc;
}


h3{
	margin-bottom: 0px;
}
.teacher_box {
    float: left;
    width: 100%;
    margin: 15px 0px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.course_content {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}




.gray {
	color: #374451 !important;
	
}
.teacher_profile {
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    border-right: 2px solid #5a5a5a;
    padding-right: 15px;
}
.teacher_profile_right{
	padding-left: 15px;
	border: 0px !important;
	padding-right: 0 !important;
}

.teacher_detail_middle {
    margin-left: 18px;
}
.teacher_profile img {
    margin-right: 7px;
    width: 46px !important;
    border-radius: 50px;
}
 .title{
    height: 123px;
}
.vedio_tag {
    background: #ef4a4f;
    position: absolute;
    top: 19px;
    font-size: 10px;
    left: 26px;
    padding: 4px 6px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .8px;
    border-radius: 6px;
}
.teacher_detail_middle{
	margin-left: 15px;
}
.course_box {
    float: left;
    width: 100%;
    border: 1px solid #767b81;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
}

.trending_couse_inner .course_box {
    border: 0px solid #767b81;
    margin-bottom: 35px;
    background: #00768c;
	
}
.trending_couse_inner .course_box p{
	color: #fff;
}

.course_img_box.course_box{
	float: left; width: 100%;
	border-radius: 15px;
	overflow: hidden;
}



.filter_box .check_box input {
    width: auto;
    width: 20px;
    height: 20px;
    margin: auto;
    float: left;
}
.filter_box .check_box {
    width: 100%;
    float: left;
    text-align: left;
    margin: 6px 0px;
}
.check_big_box {
    float: left;
    width: 100%;
    margin-top: 40px;
    border-bottom: 2px solid #ccc;
}
.service_detail_box {
    float: left;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 18px;
    margin-bottom: 62px;
}
.service_caption_box {
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.caption_left {
    float: left;
    margin-left: 20px;
}
.caption_right{
	float: right;
	text-align: right;
	padding-right: 30px;
}

.caption_right h4 span{
	text-decoration: line-through;
	text-decoration-color: red;
	margin-bottom: 25px;
}
.caption_right h4 {
    margin-bottom: 35px;
}


.star_row ul{
	display: flex;
}

.service_caption_box p{
	font-weight: 500;
}


.star_row ul img{
	margin-right: 10px;
}
.caption_left p span {
    font-size: 16px !important;
}
.service_img_box{
    float: left;
    width: 100%;
	    position: relative;
}

.service_mini_image {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.top_row_right {
    background: #374451;
    border-radius: 22px;
    padding: 65px 25px;
    float: left;
    width: 100%;
}

.top_row_right p{
	color: #fff;
}

.filter_box2{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.filter_left img{
	float: left;
	margin-right: 10px;
	width: auto;
}
.filter_left h5{
	float: left;
	margin: 0 !important;
	letter-spacing: 1.8px;
}

.mapping_bottom{
	float: left; width: 100%;
	margin-top: 40px;
}

.top_row_right_red{
	float: left; width: 100%;
	background: #EF4A4F;
	padding: 22px;
	border-radius: 25px;
}
.inner_share_row {
    display: flex;
    justify-content: space-around;
	margin-bottom: 20px;
}

.inner_share_row  li:nth-child(2){
    border-right: 3px solid #fff;
	border-left: 3px solid #fff;
    padding: 0px 36px !important;
}
.top_row_right .mai_btn{
	padding: 10px 25px ;
}
 .detail_filter {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.service_tag_box {
    position: absolute;
    top: -38px;
    background: #ccc;
    padding-top: 13px;
    padding-bottom: 24px;
    padding-left: 14px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    left: -2px;
}
.top_row_right_red h5{
	color: #fff;
	margin: 0px !important;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 25%;
    text-align: center;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #6fb644;
}
.tab_details  {
    float: left;
    width: 100%;
    margin: 40px 0px;
}
.step_box2 {
    width: 100% !important;
    padding-left: 40px;
}

.trending_couse .course_box {
    float: left;
    width: 100%;
    background-color: #0E778E;
    border-radius: 18px 18px 0px 0px;
    padding: 20px 24px;
    position: relative;
	margin-bottom: 0;
}
.course_box:before {
    position: absolute;
    left: -17px;
    bottom: -8px;
    content: "";
    background: url(../images/left_bg.png) no-repeat;
    width: 345px;
    height: 350px;
    opacity: 0.4;
    z-index: -9;
}
.course_box:after {
    position: absolute;
    right: -17px;
    top: 0;
    content: "";
    background: url("../images/right_bg.png") no-repeat;
    width: 345px;
    height: 350px;
    opacity: 0.4;
	z-index: -9;
}




.left_section_title {
    float: left;
    min-height: 67px;
}
.course_box h4 {
    font-size: 20px;
    max-width: 260px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    line-height: 26px;
}
.share_btn {
    float: right;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    z-index: 1;
}
.share_btn img {
    width: 25px !important;
}
.bottom_row_section {
    /* float: left; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid #fff;
}
.bottom_left_box h4 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_left_box img {
    margin-right: 10px;
    position: relative;
    top: -1px;
    width: 20px !important;
}
.salse {
    float: left;
    width: 100%;
    padding: 80px 0px;
    position: relative;
    background: #43b2e526;
}
.profile_image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #FFF;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
    margin-top: -9px;
}
.profile_image_caption {
    float: left;
    width: 67%;
    margin-top: -8px;
}
.profile_image_caption h3 {
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 0;
}
.profile_image_caption h4 {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.star {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.star li {
    display: inline-block;
}
.star li img {
    width: 15px !important;
}
.bottom_white_section {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding: 20px 24px;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 57px;
}


.mai_btn:hover{
    background: #374451 !important; 
    color: #fff;
    text-decoration: none;
    transition: .5s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #374451;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.owl-dots{
	text-align: center;
}
.main_conatin_section_center .owl-dots{
    margin-top: 14px;
    position: relative;
}
.white_bottom {
    float: left;
}
.white_bottom h6 {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin-bottom: 17px;
    display: flex;
}
.white_bottom h6 img {
    margin-right: 13px;
    position: relative;
    top: -2px;
    width: 20px !important;
}
.white_bottom_right h5 {
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: red;
    font-weight: 400;
    letter-spacing: 1.4px;
}
.white_bottom_right h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-top: 12px;
}
.bottom_section ul {
    list-style: none;
    margin: 0px;
    display: flex;
    padding: 0px;
    align-items: center;
    float: left;
    width: 100%;
    justify-content: space-between;
}
.bottom_section ul li {
    display: inline-block;
    width: 100%;
}
.margin_left {
    margin-right: 14px;
}
.bottom_section ul li a {
    font-size: 16px;
    width: 100%;
    background-color: #6fb644;
    display: block;
    text-align: center;
    color: #000;
    border-radius: 5px;
    letter-spacing: 1px;
    margin: 0;
}









.step_box2 p{
	margin: 0 ;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 20px;
}
.nav-tabs .nav-link {
    color: #585858;
    background-color: #e1e1e1;
    border: none;
    width: 95%;
    border-radius: 12px;
    padding: 10px;
    font-weight: 500;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.step_box2 img {
    width: 60px;
    margin-bottom: 9px;
}
.heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #f5f5f7;
    border-radius: 11px;
    padding: 20px;
}


.inner_tab {
    float: left;
    width: 100%;
    margin-top: 60px;
}


.price {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    margin-bottom: 50px;
}
.service_detaied_page{
	float: left; width: 100%;
}



.service_tag_box h6{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.5px;
}



.service_row{
	margin-top: 40px;
}
.service img{
	margin-bottom: 25px;
}
 h3{
	font-size: 35px;
	font-weight: 700;
	 letter-spacing: 1.5px;
}

.margin_top_x {
    margin-top: 52px;
}
.services_section {
    float: left;
    width: 100%;
    padding-top: 60px;
}v
.black{
	color: #374451 !important;
}

footer {
    background: #4c4c4c;
    padding: 20px 0px;
    float: left;
    width: 100%;
}

footer h3{
	color: #fff;
	font-weight: 600;
}
footer p {
    color: #fff;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
footer  .form-control{
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
	margin-bottom: 20px;
	width: 75%;
	font-size: 16px;
}
.form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}
.service  a:hover{
	text-decoration: none;
}


footer button{
    float: left;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFF !important;
    border: 0px;
    width: 50%;
    padding: 10px 10px;
    border-radius: 7px;
    text-align: center;
	letter-spacing: .5px;
}
.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}
.social img{
	width: 32px;
	margin-left: 20px;
}
.social ul{
	float: left; 
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.apply_btn {
    background-color: #374451;
    color: #FFF !important;
    padding: 12px 35px;
    width: 100%;
    border-radius: 5px;
    float: left;
    margin-top: 37px; text-decoration: none;
}
.footer_download img{
    width: 177px;
    margin-top: 40px;
}
footer h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 33px;
	font-size: 28px;
}
.footer_box a {
    font-size: 18px;
    color: #fff;
    letter-spacing: .8px;
    font-weight: 500;
}
.footer_box li{
	line-height: 35px;
}
.checkbox_div {background-color: #374451; padding: 20px; border-radius: 10px;}
.btn_section_checkbox {float: left; width: 100%;}

.btn_section_checkbox a {
    background-color: #6FB644;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    margin-top: 43px;
}

.checkbox_image img {width: 100%; border-radius: 10px;}
.card-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
    letter-spacing: 0;
}
.profile_section {
    float: left;
    width: 100%;
    padding: 11px 0px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
 .rate_box{
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
 .white_bottom_right{
    text-align: right;
}

.date_n_time_section {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
}
.date_n_time_section ul {list-style: none; margin: 0px; padding: 0px;}
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 12px;
}




/* LABEL ======================================= */
.select-label {
    color: #767B81;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #000000;
    top: -20px;
    transition: 0.2s ease all;
    font-size: 14px;
}

/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #5264AE;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}




































.margin-left {margin-left: 23px;}

.check_box label {
    position: relative;
    font-size: 16px !important;
    color: #767b81 !important;
}
.check_box input {
    width: auto;
    width: 20px;
    height: 20px;
}


.check_box input:focus ~ label, input:valid ~ label {
    top: -21px !important;
    font-size: 14px;
    color: #5264AE;
    left: 37px;
}
.forgot_passwprd{float: right; text-align: right; font-weight: 600 !important; color: #EF4A4F !important;}
.with_login {float: left; width: 100%; }

.with_login ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.with_login  ul li {display: inline-block;}

.with_login ul li a {
    font-size: 15px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 16px 51px;
    border-radius: 7px;
    text-decoration: none;
}

.with_login  ul li a img {margin-right: 15px;}











.group img{    position: absolute;
    top: 14px;}





.group {
    position: relative;
    margin-bottom: 28px;
}
input {
    font-size: 18px;
    padding: 10px 11px 10px 47px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 45px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.submit {
    font-size: 19px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}

.left_image_section {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}















.btn_box .mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    border: none;
    margin-top: 0;
    margin-right: 6px;
	margin-bottom: 0
}
.teacher_detail p {
    font-size: 14px;
    font-weight: 500;
}
.teacher_detail h5 {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 15px;
}
.course_img_box{
    float: left;
    width: 100%;
}
.price_box {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -10px;
    flex-direction: column;
}
.price2 h3 {
    margin-bottom: 10px;
    margin-top: 10px !important;
    font-size: 22px !important;
}

.filter_box .check_box input:focus ~ label, input:valid ~ label {
    top: 0 !important;
    font-size: 14px;
    color: #5264AE;
    left: 17px;
    color: #374451 !important;
    font-weight: 600;
}

.filter_box label span{
    color: #818181 !important;
	font-weight: 400 !important;
}

h4{
	font-weight:700;
	letter-spacing: 1.5px !important;
}


.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 63px 0px;
}
.congratulation_image {
    float: left;
    width: 100%;
    margin-top: 0;
}
.congratulation_caption{float: left; width: 100%;}

.big_title {
    font-size: 44px;
    font-weight: 700;
    color: #EF4A4F;
}
.caption_text {
    font-size: 20px;
    color: #374451;
    margin-bottom: 0;
    margin-top: 10px;
}

.foam_section {
    float: left;
    width: 100%;
}


.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 9px;
    position: relative;
    z-index: 99999;
}

.green_row p {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}

.right_image_caption{float: left; width: 100%; text-align: left;}


.bottom_div{float: left; width: 100%; text-align: left;}

.bottom_div a {
    font-size: 16px;
    font-weight: 700;
    color: #6FB644;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.caption_main_section {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
}








.container {
    max-width: 1250px !important;
    margin: 0 auto;
}
.logo_box{
	float: left;
}
.header_right {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.header_right a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 37px;
    margin-bottom: 0px;
}
.green{
	color: #6fb644 !important;
}
.main_content_section {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.main_img_box{
	float: left; width: 100%;
		display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.form_section{
	float: left; width: 100%;
	padding:60px  80px;
}
.red{
	color: #ef4a4f;
}
h1{
	font-size: 70px;
	font-weight: 700;
	letter-spacing: .8px;
}
h4{
	font-size: 24px;
}
.form_group{
	float: left; width: 100%;
}
form{
    float: left;
    width: 100%;
    margin-top: 30px;
}
label {
    color: #767b81;
    font-size: 16px;
    font-weight: 500;
}
label img {
    position: relative;
    margin-right: 10px;
    top: 37px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #374451;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    border-bottom: 1px solid #374451;
    letter-spacing: 0.5px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #767b81;
  opacity: 1; /* Firefox */
}
.form-control1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #374451;
  opacity: 1; /* Firefox */
}


.new {
  padding: 50px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check{
	margin-left: 20px;
}
.top_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 5px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 40px;
    margin-bottom: 30px;
    letter-spacing: .8px;
}
.top_btn:hover {
    background: #374451 !important;
    color: #fff;
    text-decoration: none;
    transition: .5s ease;
}
.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 11px 22px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 40px;
    margin-bottom: 30px;
	letter-spacing: .8px;
}
p {
    font-size: 17px;
    color: #374451;
    letter-spacing: .8px;
	font-weight: 500;
}
.course_content p {
    font-size: 13px;
    margin: 0px 0px;
    height: auto;
}
.teacher_profile {
    padding-right: 7px;
}
.teacher_box {
    margin-bottom: 18px;
}


.btn_box {
    float: left;
    width: 100%;
    margin: 13px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_left_details a{
    font-weight: 500;
    color: #000;
    text-decoration: none;
	letter-spacing: .8px;
}
.main_menu_top_section {
    background: #fff;
    float: left;
    width: 100%;
    color: #fff;
}
.fixed {
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: 0px 0px 19px #7e7e7e;
}
.trending_couse_inner {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: #f5f5f7;
}

.top_left_details li:nth-child(1){
   margin-bottom: 12px;
}
.top_left_details a i{
    margin-right: 12px;
}
.top_left_details a:hover{
	color: #6fb644;
}
.top_left_details {
    display: flex;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    column-gap: 22px;
}
.right-menu{
    justify-content: flex-end;
}
.logo-div{
    margin-top: 8px;
    border-top: 1px solid #ccc;

}
 .social_home {
    display: flex;
    margin-top: 10px;
}
 .social_home a{
    margin:0px;
	 margin-left: 10px;
}
.social_home a:first-child{
	margin-left: 0;
}


.top_logo {
    width: 233px;
    display: flex;
    align-items: center;
    height: 100%;
}
.form_section a{
	font-size: 20px;
	color: #374451;
	letter-spacing: .8px;
	color: #6fb644;
	font-weight:700;
	margin-left: 15px;
}

.form_bottom_section{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.passward {
    position: relative;
    width: 100%;
}
.eye{
	position: absolute;
	top: 50px;
	right: 0;
}
.forgot{
	font-size: 20px !important;
	color: #ef4a4f !important;
}

.sign_btn{
	border: 1px solid #374451;
	border-radius: 12px;
	padding: 10px 30px;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #374451 !important;
	margin-top:25px;
}
.sign_btn img{
	margin-right: 12px;
}


@media(max-width:1440px){
	.big_title {
    font-size: 32px;
    font-weight: 700;
    color: #EF4A4F;
}
	.course_left {
    max-width: 283px;
}
	
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	
	
	
	}


@media(max-width:1400px){
	.big_title {
    font-size: 32px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	
	
	
	}




@media(max-width:1366px){
	.submit {
    font-size: 15px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}
	
	
		.course_left {
    max-width: 283px;
}
	
	.top_row_right .mai_btn {
    font-size: 18px;
}
	.top_row_right {
    background: #374451;
    border-radius: 22px;
    padding: 73px 22px;
}

	
	.big_title {
    font-size: 32px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	.header_right a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 37px;
    margin-bottom: 0px;
}
	
	
	
	}




@media(max-width:1280px){
	.submit {
    font-size: 15px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}
	.navbar-nav .nav-link {
    font-size: 17px;
    letter-spacing: .8px;
    margin-left: 10px;
}
	
	.inner_tab {
    float: left;
    width: 100%;
    margin-top: 40px;
}
	.inner_share_row img{
    width: 32px;
}
	h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
	.price {
    margin-bottom: 45px;
}
	.filter_box  h5 {
    letter-spacing: 1px;
    font-size: 18px;
}
.nav-tabs .nav-link {
    font-size: 17px;
}
	.big_title {
    font-size: 28px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	.caption_text {font-size: 14px !important;}
	
	.with_login ul li a {
    font-size: 15px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 12px 48px;
    border-radius: 7px;
    text-decoration: none;
}
	
	.with_login ul li a img {
    margin-right: 15px;
    width: 19px;
}
	
	.owl-nav .owl-prev {
    float: left;
    margin-left: 6px;
    background: #fff !important;
	border-radius: 50px;	
}
		.owl-nav .owl-next {
    float: right;
    margin-right: -13px;
    background: #fff !important;
			border-radius: 50px;
}
	.test_slider .owl-nav {    top: 25%;
    width: 100%;
}
	.owl-nav .owl-prev {
    float: left;
    margin-left: -15px;
    background: #fff !important;
    border-radius: 50px;
}
	.course_gray_box p {
    margin-top: 3px;
    margin-bottom: 0;
}
	
	}





@media(max-width:1200px){
.wsmenu>.wsmenu-list>li>a {
    font-size: 13px;
}
.wsmenu>.wsmenu-list>li {
    padding: 8px 19px;
}    
	.submit {
    font-size: 15px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}
	
	.course_right .btn_box .mai_btn {
    padding: 8px 2px;
}
	
	.course_right .teacher_profile img {
    margin-right: 7px;
    width: 38px !important;
}
	.teacher_profile {
    padding-right: 2px;
}
	.course_content p {
    font-size: 12px;
    margin: 0 !important;
    height: auto !important;
}
	.course_left {
    max-width: 239px;
}
	.margin_top_x {
    margin-top: 18px;
}
.container {
    max-width: 1080px !important;
    margin: 0 auto;
}
.course_content p {
    font-size: 14px;
    margin: 0 !important;
    height: auto !important;
}
	.card-title {
    font-size: 15px;
}
	
	.big_title {
    font-size: 25px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	}





@media(max-width:1024px){
	.top_row_right_red h5 {
    font-size: 16px;
}
	
	.social_home {
    display: flex;
    margin-top: 10px;
    margin-left: 12px;
}
	.social_home a {
    margin: 0px;
    margin-left: 10px;
    font-size: 18px;
    margin-right: 10px;
    color: #000;
}
	
	.navigator li {
    position: relative;
    list-style: none;
    float: left;
    width: auto;
    background: #72b633;
    border-radius: 68px;
    text-align: center;
    padding: 5px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    height: 38px;
}
	
	
	.container {
    max-width: 940px !important;
    margin: 0 auto;
}
	.btn_box .mai_btn {
    padding: 12px 6px;
    font-size: 14px;
}
	footer img {
    float: revert;
    width: 141px;
    margin-left: 23px;
}
	.owl-nav .owl-prev {
    float: left;
    margin-left: 6px;
}
	.test_slider .owl-nav .owl-prev {
    float: left;
    margin-left: -19px;
}
	.course_tab_inner .owl-carousel .item {
    padding: 10px;
}
	.course_content p {
    font-size: 13px;
    margin: 0 !important;
    height: auto !important;
}
	
	.big_title {
    font-size: 22px;
}
	h4 {
    font-size: 20px;
}
	.top_row_right {
    background: #374451;
    border-radius: 22px;
    padding: 40px 22px;
}
	
	h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
	
	.top_row_right .mai_btn {
    padding: 10px 35px;
}
	.nav-tabs {
    padding: 15px 20px;
}
	.mapping_bottom {
    margin-top: 27px;
}
	.navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing: .8px;
    margin-left: 7px;
}
	
	
}









	


@media(max-width:768px){
    .wsmenu>.wsmenu-list>li {
    padding: 0;
}
.wsmenu img{
    border: 0 none;
    max-width: 100%;
    width: 172px;
    padding-left: 12px;
    margin-top: 14px;
}

.banner_caption{
    display: none !important;
}

	.wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 0;
    width: 200px;
    margin-top: 5px;
}
	.stories_section_top_filer {
    float: left;
    width: 100%;
}
	.filter_section_mobile {
    display: block;
    position: relative;
    z-index: 999999;
}
	.filter_section {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.heading_box_filter {
    float: left;
    width: 100%;
    background-color: #cdcdcd;
    padding: 11px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter_section button {
    background: transparent;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
}
	.heading_box_filter h3 {
    font-size: 18px;
    color: #000;
    margin: 0px;
    font-weight: 700;
    float: left;
}
	.heading_box_filter img {
    float: right;
    width: 24px;
}
.side_tab_section_inner {
    float: left;
    width: 100%;
    background: #E9E9E9;
    padding: 12px;
    border-radius: 0;
    margin-bottom: 24px;
}
	
.top_row_mobile {
    margin-top: 65px;
    background: #e1e1e3;
}
	.top_left_details {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
	.top_left_details ul{
    display: flex;
}
		.top_left_details ul li{
    margin-right: 15px;
			margin-bottom: 0 !important;
}
	
	.left-menu{
		display: none;
	}
	.reverse{
		flex-direction: column-reverse;
	}
	.course_top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
	.share li {
    margin-left: 0;
    margin-right: 15px;
}
	.share li a {
    font-size: 16px;
    background: #00768c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
    padding: 0;
    color: #fff;
}
	.course_gray_box h4 {
    color: #ef4a4f;
    letter-spacing: .5px !important;
    font-size: 17px;
}
	.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}
	.navigator li {
    position: relative;
    list-style: none;
    float: left;
    width: 100%;
    background: #72b633;
    border-radius: 68px;
    text-align: center;
    padding: 5px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    height: 38px;
    margin-left: 0;
}
	
	
	
	.top_row_img {
    float: left;
    width: 100%;
    margin-bottom: 33px;
}
	.mobile_none{
		display: none;
	}
	.desktop{
		display: none !important;
	}
.image {
    float: left;
    width: 100%;
    padding: 0px 107px;
    margin-top: 42px;
    margin-bottom: 32px;
}
	.close_btn {
    position: absolute;
    right: 15px;
    width: 30px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 44px !important;
    font-size: 15px !important;
    line-height: 35px !important;
    top: 0;
}
	
	.course_left {
    max-width: 100%;
}
	
	.course_category .filter_btn  {
    padding: 7px 18px;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 46px !important;
}
	
	#myDIV {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100vh;
    background: #fff;
    padding: 60px;
}

	.register {
    float: left;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFF !important;
    border: 0px;
    width: 30%;
    padding: 6px 10px;
    border-radius: 7px;
    text-align: center;
}
	.navbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: .8px;
    margin-left: 0;
    padding: 6px 0px;
}
	.nav-link {
    display: block;
    padding: 0.5rem 0rem;
}
	.navbar {
    padding-bottom: 25px;
}
	.big_title {
    font-size: 27px;
    font-weight: 700;
    color: #EF4A4F;
    margin-top: 0 !important;
    margin-bottom: 22px;
}
	
	.left_image_section {
    float: left;
    width: 100%;
    padding: 0;
}.pt-5, .py-5 {
    padding-top: 1rem !important;
}
	
	.congratulation_image {
    float: left;
    width: 100%;
    margin-top: 0;
}
	.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 19px;
}
	
	
	.foam_section {
    float: left;
    width: 100% !important;
}
.select {
    position: relative;
    width: 100% !important;
    margin-bottom: 51px;
}
	.with_login ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    float: none;
    margin: 0 auto;
    text-align: center;
}
	
	
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
	html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
    overflow: auto !important;
}

	.education {
    padding-top: 0;
}
	
	.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
.inner_banner_img {
    width: 100%;
    position: relative;
    height: 120px;
    object-fit: none;
}
.banner_caption_inner h3{
margin-bottom: 0;
}	
.box_mission {
    margin-bottom: 27px;
}
.main_conatin_section_center {
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
    display: block;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.caption_main_section {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 36px;
    margin-bottom: 50px;
}
.foam_section {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
	
	
	
	.container {
    max-width:700px !important;
    margin: 0 auto;
}
	
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}
.sign_btn img {
    width: 15px !important;
    margin-right: 3px;
}
	.forgot {
    font-size: 16px !important;
    color: #ef4a4f !important;
}
h1 {
    font-size: 39px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 19px;
}
	label {
    color: #767b81;
    font-size: 16px;
    font-weight: 500;
}
.form-control {
    font-size: 15px;
}	
.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 12px 18px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 16px;
    color: #374451;
    letter-spacing: .8px;
}
.form_section a {
    font-size: 16px;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.left_image_xd {
    margin-top: 0;
}
	
	.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 16px 34px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
.service_caption_box p {
    font-size: 14px;
    color: #374451;
    letter-spacing: .8px;
}
.service_detail_box {
    margin-bottom: 0;
    margin-top: 60px;
}	
	.service_detail_box:nth-child(3){
		margin-bottom: 35px;
	} 	
	
	footer h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 23px;
}
	
.footer_box a {
    font-size: 16px;
    color: #fff;
    letter-spacing: .8px;
    font-weight: 500;
}
.footer_box	{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
	
	.footer_box:nth-child(4){
		margin-bottom: 0px !important;
	} 	
	
	
	.dekstop{
		display: none !important;
	}
	.mobile{
		display: block !important;
	}
	.banner_caption {
    float: left;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}
	
	.inner_banner .banner_caption {
    text-align: center;
    margin-top: 0;
    padding: 0px;
}
	
	
	.banner_img {
    border: 0px solid #dfdfdf;
}
	.main_banner_section {
    float: left;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
	.banner_caption a {
    font-size: 15px;
    display: inline;
    width: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
}
	.banner_caption h5 {
    color: #72b633;
    margin-bottom: 31px;
}
	.mb-5{
		margin-bottom: 22px !important;
	}
	.nav-tabs {
    padding: 10px 14px;
    display: grid;
    grid-template-columns: auto auto;
}
.nav-tabs .nav-link {
    font-size: 14px;
    display: block;
    width: 100%;
    float: left;
	margin-bottom: 12px;
}
	.nav-tabs .nav-item {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.nav-tabs {
    padding: 10px 14px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 10px;
    padding-bottom: 0;
}
	
.about_us {
    background: url(../images/about_bg_1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0px;
}
	
.counseller {
    float: left;
    width: 100%;
    margin: 40px 0px;
    margin-top: -20px;
}
	.techer_details_main ul li {
    font-weight: 500;
    margin: 12px 17px;
    padding-left: 0;
    font-size: 14px;
}
	.service h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
	.top_titel {
    margin-bottom: 0;
}
.trending_couse_inner {
    float: left;
    width: 100%;
    padding: 43px 0px;
    background: #f5f5f7;
    padding-bottom: 0;
    padding-top: 27px;
}
	.banner_caption h5 {
    color: #72b633;
    margin-bottom: 31px;
    font-size: 17px;
}
	footer p {
    justify-content: center;
}
	footer img {
    float: revert;
    width: 132px;
    margin-left: 23px;
    margin-top: 20px;
}
	
	.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
}
	.blog_caption_section a {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
	.blog_caption_section h4 {
    font-size: 16px;
    letter-spacing: .3px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 6px;
    letter-spacing: 0 !important;
}
	.main_box_section {
    margin: 40px 0px;
}
	
	.lb-data .lb-close {
    right: 23px;
    top: -40px;
}
	.gray-section .nav-tabs {
    margin-bottom: 0;
}
.courses_section .mt-5{
    margin-top: 0 !important;
}



}

@media(max-width:600px){
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 12px;
}
	
	.close_btn span {
    position: relative;
    left: -5px;
    top: -15px;
}
	
.main_conatin_section_center .owl-dots {
    margin-top: 30px;
    position: relative;
}	
	
	.image {
    margin-bottom: 0;
}
	.main_conatin_section_center {
    padding-bottom: 40px;
}
	.course_left ul {
    background: #dfdfdf;
    border-radius: 11px;
    padding: 14px;
    float: left;
    width: 100%;
    grid-template-columns: auto;
}
	
nav .logo_box {
    float: left;
    margin-right: 0;
}	
	.footer_box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
	footer h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 21px;
}
footer {
    padding: 20px 0px;
}
	.service_tag_box {
    position: absolute;
    top: -38px;
    background: #ccc;
    padding-top: 13px;
    padding-bottom: 24px;
    padding-left: 14px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.service_detail_box {
    padding-bottom: 30px;
}
	.service_img_box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
	.service_caption_box {
    flex-direction: column;
}
	.caption_right h4 {
    margin-bottom: 14px;
}
	
.service_caption_box {
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
	.caption_left {
    float: left;
    margin-left: 0;
}
	.star_row ul {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
	.caption_right {
    float: right;
    text-align: center;
    padding-right: 0;
}

	.card-title {
    font-size: 21px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
}
	.btn_section_checkbox a {
    background-color: #6FB644;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    margin-top: 43px;
}
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 13px;
}
.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 79px;
}
	.left_image_section {
    float: left;
    width: 100%;
    padding: 0px;
}
	.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 16px 34px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
	.green_row p {
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	.left_image_section img {margin-top: 0 !important;}
.left_image_section {
    margin-top: 0;
}
	
.big_title {
    font-size: 28px;
    font-weight: 700;
    color: #EF4A4F;
}
	
	.caption_text {
    font-size: 16px;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
	
	
	
	.container {
    max-width:480px !important;
    margin: 0 auto;
}
	.main_img_box{
		margin-top: 10px;
		margin-bottom: 30px;
	}
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}	

h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 18px;
}
	label {
    color: #767b81;
    font-size: 15px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
}	
	.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 15px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 14px;
    color: #374451;
    letter-spacing: .8px;
}
.form_section a {
    font-size: 15px;
}
	.about_caption {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
	.value_box ul {
    line-height: 30px;
    float: left;
    list-style: disc;
    display: grid;
    grid-template-columns: auto;
    justify-content: unset;
    width: 100%;
    padding-left: 20px;
}
	.mb-4, .my-4 {
    margin-bottom: 0.5rem !important;
}
	.value_box {
    float: left;
    width: 100%;
    margin-top: 15px;
}
	.counseller {
    margin: 40px 0px;
}
	.teacher_caption .red{margin-bottom: 10px;}
	.teacher_img img {
    border-radius: 18px;
    width: 100%;
    margin-bottom: 21px;
}
	.teacher_caption {
    float: left;
    width: 100%;
    margin-bottom: -13px;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
	
.filter_box .check_box input:focus ~ label, input:valid ~ label {
    top: 0 !important;
    font-size: 14px;
    color: #5264AE;
    left: 36px;
}	
	.services_section {
    float: left;
    width: 100%;
    padding-top: 30px;
}
	.service_row {
	margin-top: 0px;	
}
	.service img {
    margin-bottom: 13px;
}
	h3 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
	.navigator li::after {
    position: relative;
    content: ".";
    top: 0;
    right: -9px;
    width: 35px;
    height: 35px;
    background: url(../images/next2.png) no-repeat;
    background-position: right;
    color: transparent;
    font-size: 35px;
    background-size: contain;
    transform: rotate(90deg);
}
	
	
}





@media(max-width:480px){
.div-modal h3 {
    font-size: 23px;
    margin-bottom: 4px;
}
.div-modal{
    padding-right: 0px;
}
.div-modal .mai_btn {
    font-size: 13px;
    display: block;
    color: #fff !important;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 9px;
    margin: 0 auto;
    width: 100%;
}
.div-modal .modal-dialog {
    position: relative;
    width: 360px;
    margin: 0 auto;
    pointer-events: none;
}
.image-h img {
    height: 170px;
    object-fit: contain;
    background: #f5f5f7;
}
	.check_box label {
    position: relative;
    font-size: 14px !important;
    color: #767b81 !important;
}
	.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px !important;
}
	.top_left_details a {
    font-size: 14px;
}
	
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 13px;
}	.profile_cap_inner h3 {
    font-size: 17px;
}
	
	
	
.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 10px 23px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
	
.big_title {
    font-size: 26px;
    font-weight: 700;
    color: #EF4A4F;
}
.nav-tabs .nav-link {
    font-size: 14px;
    padding: 11px;
    border-radius: 7px;
}
	.owl-dots {
    text-align: center;
    position: relative;
    bottom: 22px;
}
	.btn_box .mai_btn {
    padding: 9px 6px;
    font-size: 14px;
}

	.owl-nav img {
    width: 26px;
}

	.courses_section {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
	.counseller_main {
    float: left;
    width: 100%;
    background: #f5f5f7;
    padding: 19px;
    border-radius: 14px;
}
	.service h3 {
    margin-bottom: 28px;
}
	.check_box input:focus ~ label, input:valid ~ label {
    top: -21px !important;
    font-size: 14px;
    color: #5264AE;
    left: 36px;
}
	.filter_box .check_box input:focus ~ label, input:valid ~ label {
    top: 0 !important;
    font-size: 14px;
    color: #5264AE;
    left: 36px;
}	
	
	
	.check_box label {
    position: relative;
    font-size: 17px !important;
    color: #767b81 !important;
}
	.caption_text {
    font-size: 16px !important;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
.container {
    max-width: 420px !important;
    margin: 0 auto;
}
	.header_right a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 8px;
    margin-bottom: 0px;
}
	header {
    padding: 7px;
}
	.main_img_box{
		margin-top: 10px;
		margin-bottom: 30px;
	}
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}	
h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 16px;
}
	form {
    float: left;
    width: 100%;
    margin-top: 16px;
}
	label {
    color: #767b81;
    font-size: 15px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
}	
	.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 15px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 14px;
    color: #374451;
    letter-spacing: .8px;
}
	.inner_tab {
    float: left;
    width: 100%;
    margin-top: 31px;
}
.tab_details {
    float: left;
    width: 100%;
    margin: 18px 0px;
}
	.top_row_right_red {
    padding: 16px;
    border-radius: 12px;
}
	.filter_box h5 {
    letter-spacing: 1px;
    font-size: 16px;
}
	.logo_box img {
    width: 133px;
}
	
.form_section a {
    font-size: 16px;
}
	header {
    padding: 0;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.image {
    float: left;
    width: 100%;
    padding: 0px 14px;
    margin-top: 42px;
    margin-bottom: 0;
}	
	
	
	
}

@media(max-width:414px){
	.foam_section {
    float: left;
    width: 100%;
    padding-bottom: 0;
}
		.top_left_details a {
    font-size: 14px;
	letter-spacing: 0px;
}
	.top_left_details a i {
    margin-right: 6px;
}
		.top_left_details ul li {
    margin-right: 8px;
}
	
	.container {
    max-width: 380px !important;
    margin: 0 auto;
}
	.sutability a {
    font-size: 15px;
    padding: 11px 20px;
}
.nav-tabs .nav-link.active {
    margin-bottom: 10px;
}
	.service_tag_box {
    width: 53%;
}
	
	.service  h3 {
    font-size: 19px;
    margin-bottom: 25px;
}
	
	p {
    font-size: 14px;
    color: #374451;
    letter-spacing: .8px;
}
	
	.big_title {
    font-size: 23px;
    font-weight: 700;
    color: #EF4A4F;
}
.top_row_img {
    margin: 17px 0px;
}
	.nav-tabs .nav-item {
    margin-bottom: 0;
    width: 100%;
}
	.nav-tabs .nav-item:nth-child(2) {
    margin-bottom: 0px;
}
	.nav-tabs .nav-link {
    font-size: 13px;
    padding: 8px 3px;
    border-radius: 7px;
}
	.course_tab_inner {
    float: left;
    width: 100%;
    margin-top: 0;
}
.course_tab_inner .owl-carousel .item {
    padding: 10px;
    padding-left: 0;
}
	.owl-nav .owl-prev {
    float: left;
    margin-left: -3px;
}	
	.test_slider .owl-nav .owl-prev {
    float: left;
    margin-left: -14px;
}
	footer p {
    justify-content: center;
    text-align: center;
}

	.caption_text {
    font-size: 13px !important;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
	
	.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}
	
	.profile_cap_inner h3 {
    font-size: 16px;
}
	.profile_cap_inner h4 {
    font-size: 13px;
}
	.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 26px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 13px;
}
	
	
	.card-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
}
	
	.margin_top_x {
    margin-top: 20px;
}
	.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}
	
	.with_login ul li a img {
    margin-right: 7px;
}
	
	
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
.green_row p {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px !important;
    padding-top: 0;
}
.caption_main_section {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
}	
	.with_login ul li a {
    font-size: 15px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 10px 23px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
	
	
}

@media(max-width:375px){
    .top_row_mobile {
    margin-top: 50px;
    background: #e1e1e3;
}
	.profile_cap_inner {
    float: left;
    text-align: left;
    color: #FFF;
    margin-left: 7px;
    margin-top: 4px;
}
	
	.profile_image_inner {
    float: left;
    width: 51px;
    height: 51px;
    border-radius: 5px;
}
	.banner_caption a {
    font-size: 14px;
    display: inline;
    width: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 20px;
}
	.nav-tabs {
    padding: 10px 14px;
    display: grid;
    grid-template-columns: auto;
}
	
		.profile_cap_inner h3 {
    font-size: 16px;
}
	.profile_cap_inner h4 {
    font-size: 13px;
}

		.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 21px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 10px;
}
	
	
.margin_top_x {
    margin-top: 22px;
}
	
	.select {
    position: relative;
    width: 100%;
}
	.foam_section {
    float: left;
    width: 100%;
}
	.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 6px 7px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
	.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 17%;
    padding: 10px;
    position: absolute;
}
	
	
	
	.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 18%;
    padding: 10px;
    position: absolute;
}
	
	
	.bottom_div a {
    font-size: 14px;
    font-weight: 700;
    color: #6FB644;
}
	
	.caption_text {
		
		
    font-size: 15px;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
	.big_title {
    font-size: 29px;
    font-weight: 700;
    color: #EF4A4F;
}
	
	.container {
    max-width:340px !important;
    margin: 0 auto;
}
	.header_right a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 8px;
    margin-bottom: 0px;
}
	header {
    padding: 7px;
}
	.main_img_box{
		margin-top: 10px;
		margin-bottom: 30px;
	}
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}	
h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 16px;
}
	form {
    float: left;
    width: 100%;
    margin-top: 16px;
}
	label {
    color: #767b81;
    font-size: 15px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
}	
	.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 15px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.form_section a {
    font-size: 16px;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
}


@media(max-width:375px){

.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 11px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 10px;
}
.profile_cap_inner h3 {
    font-size: 14px;
}
.profile_image_inner {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 5px;
}	
	
	.profile_cap_inner {
    float: right;
    text-align: left;
    color: #FFF;
    margin-left: 0px;
    margin-top: 0;
}
	
.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}
	
	
}











































