@charset "utf-8";
@font-face {
    font-family: 'GoogleSans-Medium';
    src: url('../fonts/GoogleSans-Medium.eot');
    src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('../fonts/GoogleSans-Medium.woff') format('woff'),
        url('../fonts/GoogleSans-Medium.ttf') format('truetype'),
        url('../fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'google_sansbold';
    src: url('../fonts/googlesans-bold-webfont.eot');
    src: url('../fonts/googlesans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/googlesans-bold-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-bold-webfont.woff') format('woff'),
         url('../fonts/googlesans-bold-webfont.ttf') format('truetype'),
         url('../fonts/googlesans-bold-webfont.svg#google_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {font-size: 14px;font-family: 'Inter', sans-serif;font-weight:400;}
a {text-decoration: none;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;display: inline-block}
a:hover {text-decoration: none}
.heading {text-align: center;position:relative;margin-bottom:41px;}
.heading h2 {font-size:30px;margin: 0;color: #000000;font-weight:normal;font-family: 'google_sansbold';}
.heading p{font-size:18px;color:#737373;margin-top:6px;}

input, textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none}
.form-control:focus{outline:none;box-shadow:none;}
ul {margin: 0;padding: 0;font-size: 0}
li {list-style: none;font-size: 14px}
select::-ms-expand {display:none}

.btn:focus, .btn.focus{outline:0; box-shadow:none;}
.btn-primary{background-color:#13e1b1; border:none; outline:0; overflow:hidden; text-align:center;  padding:0 15px;border-radius:3px; transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; color: #fff;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s; font-size: 16px;font-weight:500;height:45px;line-height:45px;min-width:124px;}
.btn-primary:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#07d3a3;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.btn-primary:active,.btn-primary:focus,.btn-primary:hover{color:#fff;border-color:#13e1b1}
.btn-primary:active:before,.btn-primary:focus:before,.btn-primary:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}
.btn-primary:hover{background-color: #13e1b1; color:#fff}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {box-shadow:none;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {   color: #fff;background-color: #13e1b1;border-color: #13e1b1;}


.btn-secondary{background-color:#5B53DD; border:none; outline:0; overflow:hidden; text-align:center;  padding:0 15px;border-radius:3px; transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; color: #fff;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s; font-size: 16px;font-weight:500;height:45px;line-height:45px;min-width:124px;}
.btn-secondary:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#4840CA;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{color:#fff;border-color:#5B53DD}
.btn-secondary:active:before,.btn-secondary:focus:before,.btn-secondary:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}
.btn-secondary:hover{background-color: #5B53DD; color:#fff}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {box-shadow:none;}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {color: #fff;background-color: #5B53DD;border-color: #5B53DD;}




header{position:fixed;top:0;left:0;width:100%;z-index:999;padding:24px 0;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
header.fixed{background:#5B53DD;padding:15px 0}
.header_logo{float:left;width:30%;}
.header_right{float:right;width:70%;padding-left:15px;text-align:right;padding-top: 9px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
header.fixed .header_right{padding-top:0;}
.navigation ul li{display:inline-block;font-size:16px;font-weight:500;margin-right:21px;}
.navigation ul li:last-child{margin:0;}
.navigation ul li a{color:#fff;text-decoration:none;}
.navigation ul li a:hover{color:#13e1b1}


.carousel-item.data-img-bg{min-height:430px;background-position:center !important;background-size:cover !important;position:relative;}
.carousel-item.data-img-bg:after{content:"";position:absolute;top:0;width:100%;height:100%;background:rgba(12,13,19,0.45)}
.slider{position:relative;}
.slider:after{content:"";position:absolute;top:0;left:0;width:100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */ height:150px;z-index:1;}
.banner_content{position:absolute;bottom:0;left:0;width:100%;z-index:9;right:0;max-width:580px;margin:auto;text-align:center;padding-bottom:30px;}
.banner_content h1{font-size:50px;color:#fff;margin-bottom:10px;font-family: 'google_sansbold';}
.banner_search{position:relative;}
.banner_search .form-control{height:51px;font-size:15px;font-weight:400;padding-left:20px;color:#000;border-color:#fff;padding-right: 115px;}
.banner_search .form-control::-webkit-input-placeholder {color:rgba(0,0,0,0.5);}
.banner_search .form-control::-moz-placeholder {color:rgba(0,0,0,0.5);}
.banner_search .form-control:-ms-input-placeholder {color:rgba(0,0,0,0.5);}
.banner_search .form-control:-moz-placeholder {color:rgba(0,0,0,0.5);}
.banner_search .btn{position:absolute;top:0;right:0;height:51px;min-width:108px;}


.online_class{padding:42px 0 0}
.online_class .heading{margin-bottom:70px;}
.class_list{display: flex;flex-wrap: wrap;margin:0 -5px;}
.class_list > li{width:14.28%;padding:0 5px 25px;}
.class_content{display:block;text-align:center;}
.class_content figure{height:89px;overflow:hidden;}
.class_content figure img{-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.class_content span{display:inline-block;padding:8px 10px;border-radius:4px;background:#13e1b1;color:#fff;font-size:16px;font-weight:600;opacity:0;visibility:hidden;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.class_content:hover figure img{margin-top:-89px;}
.class_content:hover span{opacity:1;visibility:visible} 

.featured_classes{background:#f9f9f9;padding:61px 0 56px}
.featured_classes .heading{margin-bottom:38px;}
.featuredcarousel{margin-bottom:45px;}
.featuredcarousel  .owl-item{padding:10px 14px;}
.featuredcarousel  .owl-item img{width:auto}
.featured_content{border:1px solid #d2d3d5;border-radius:5px;overflow:hidden;background:#fff;-webkit-box-shadow:0px 0px 9px rgba(33,35,47,0.09);-moz-box-shadow:0px 0px 9px rgba(33,35,47,0.09);box-shadow:0px 0px 9px rgba(33,35,47,0.09);}
.featured_content a{display:block;}
.featured_content figure{margin:0;overflow:hidden;}
.featured_content figure img {max-width: 100%;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.featured_content:hover figure img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}

.featured_txt{padding:14px 20px 20px;}
.featured_txt h3{font-size:18px;font-weight:700;margin-bottom:6px;line-height: 25px;}
.featured_txt h3 a{color:#000;text-decoration:none;display:block}
.featured_txt h3 a:hover{color:#13e1b1;}
.featured_txt span{display:block;font-size:16px;font-weight:500;padding-bottom:17px;}
.featured_txt span a{color:#1775e7;display:inline-block;}
.featured_txt strong{display:block;font-size:18px;color:rgba(0,0,0,0.7)}
.user_info{font-size:16px;font-weight:600;color:#000;display:flex; align-items: center;margin-top:27px;}
.user_info figure{width:56px;height:56px;border-radius:50%;overflow:hidden;margin-right:15px;}
.user_info figure img{max-width:100%;}

.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span{display:none;}
.owl-carousel .owl-nav button.owl-next:focus, 
.owl-carousel .owl-nav button.owl-prev:focus{outline:none;}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{position:absolute;top:50%;width:24px;height:14px;margin-top:-7px;}
.owl-carousel .owl-nav button.owl-prev{background:url(../images/prev_icon.svg) no-repeat;background-position:center;background-size:cover;left:-40px;}
.owl-carousel .owl-nav button.owl-next{background:url(../images/next_icon.svg) no-repeat;background-position:center;background-size:cover;right:-40px}
.owl-carousel .owl-dot span{display:none;}
.owl-carousel .owl-dots{text-align:center;}
.owl-carousel .owl-dots .owl-dot{width:12px;height:12px;border-radius:50%;background:#e8e8e8;display:inline-block;margin:0 3px;outline: none;}
.owl-carousel .owl-dots .owl-dot.active{background:#13e1b1;}

.partner_section{padding:55px 0 0}
.partner_section .partnercarousel{border-bottom:1px solid #e3e3e3;padding-bottom:21px;}
.partner_section .partnercarousel .item img{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;width:auto;display:block;margin:auto;}
.partner_section .partnercarousel .item:hover img{filter:none;-webkit-filter:none;filter:none;}

.latest_blog{padding:67px 0 51px}
.latest_blog .heading{margin-bottom:28px;}
.latest_blogcarousel{margin-bottom:51px;}
.latest_blog .latest_blogcarousel .owl-item img{width:auto}
.latest_blog .latest_blogcarousel .owl-item{padding:10px 14px;}
.latest_blog_content{display: flex;flex-wrap: wrap;border:1px solid #d2d3d5;border-radius:10px;overflow:hidden;background:#fff;-webkit-box-shadow:0px 0px 9px rgba(33,35,47,0.09);-moz-box-shadow:0px 0px 9px rgba(33,35,47,0.09);box-shadow:0px 0px 9px rgba(33,35,47,0.09);overflow: hidden;padding:10px;}
.blog_img {width:44.5%;}
.blog_img figure{margin:0;overflow:hidden;}
.blog_img figure img {max-width: 100%;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.latest_blog_content:hover figure img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}

.blog_txt{width: 55.5%;padding:9px 0px 31px 23px;position:relative;}
.blog_txt h3{font-size:16px;font-weight:700;margin-bottom:12px;line-height:22px;}
.blog_txt h3 a{color:#000;text-decoration:none;display:block}
.blog_txt h3 a:hover{color:#13e1b1;}
.blog_txt span{display:block;font-size:14px;font-weight:400;padding-bottom:5px;color:#7d7d7d}
.blog_txt span a{color:#1775e7}
.blog_txt p{font-size:15px;line-height:19px;color:#737373;}
.blog_txt .readmore{font-size:15px;color:#1775e7;font-weight:600;position:absolute;bottom: 10px;left: 23px;}
.blog_txt .readmore img{display:inline-block;padding-left:3px;}

footer{background:#4e4e4e;}
.footer_content {display: flex;flex-wrap: wrap;padding:36px 0 17px}
.footer_about{/* width: 51.5%; */ width: 45.5%;}
.footer_about p{font-size:15px;color:#ffffff;line-height:21px;max-width:375px;margin-bottom: 10px;}
.footer_about a{color:#13e1b1;font-size:15px;}
.footer_link{width:39%;padding-top: 19px;}
.footer_link.footer_skillpete{/* width:9.5%; */ width:15.5%; padding-left: 27px;}
.footer_link h3{font-size:16px;color:#fff;font-weight:500;margin-bottom: 22px;}
.footer_link h3 a{color:#fff}
.footer_link ul li{display:block;font-size:15px;margin-bottom:13px;}
.footer_link ul li a{color:rgba(255,255,255,0.55)}
.footer_link ul li a:hover{color:#13e1b1;}
.footer_social{padding-top:36px;}
.footer_social > li{display:inline-block;margin-right:9px;}
.footer_social > li a{height:28px;overflow:hidden;}
.footer_social > li a img{-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.footer_social > li a:hover img{margin-top:-28px;}
.footer_social > li:last-child{margin-right:0;}
.footer_categories ul{font-size:0;}
.footer_categories ul > li{font-size:15px;display:inline-block;vertical-align:top;width:50%;padding-right:10px;}

.copyright{padding:27px 0;text-align:center;border-top:1px solid #757575}
.copyright p{font-size:14px;color:rgba(255,255,255,0.55);font-weight:400;margin:0;}



/*-- Inner Page Css Start --*/
.inner_header{background:#5B53DD;}
.inner_header .header_right{padding-top:0}
.login_section{margin-top:77px;background:url(../images/login_bg.png) no-repeat;padding:70px 0 65px;background-position:top center;background-size:cover}
.box-shadow{background-color: #fff;-webkit-box-shadow: 0 0 9px rgba(33,35,47,.09);box-shadow: 0 0 9px rgba(33,35,47,.09);padding:0;max-width:412px;margin: auto;border-radius:4px;    border: 1px solid #d2d3d5;overflow:hidden}

.user_tab .nav-tabs {border-bottom: none;border-radius:5px;overflow:hidden;margin:0;border-radius:0;}
.user_tab .nav-item{width:50%;text-align:center;margin:0px;}
.user_tab .nav-tabs .nav-link{border:0;border-bottom:1px solid #d2d3d5;border-right:1px solid #d2d3d5;background:#fff;color:#000000;border-radius:0;font-size:20px;font-weight:normal;padding:13px 15px;position:relative;font-family: 'GoogleSans-Medium';}
.user_tab .nav-item:last-child .nav-link{border-right:0;}
.user_tab .nav-tabs .nav-link:hover{background-color: #5b53dd;color:#fff;}
.user_tab .nav-tabs .nav-item.show .nav-link, 
.user_tab .nav-tabs .nav-link.active{background-color: #5b53dd;color:#fff;font-family: 'google_sansbold';}
.user_tab .nav-tabs .nav-item.show .nav-link:after, 
.user_tab .nav-tabs .nav-link.active:after{opacity:1;visibility:visible;}

.login_content{padding:24px 31px 15px;text-align:center;}
.login_content h1{font-size:24px;font-weight:normal;color:#000000;margin:0 0 3px;font-family: 'GoogleSans-Medium';}

.lead_form{padding-top:22px;text-align:left;}
.form-group.with_google {margin-bottom: 14px;}
.with_google .google_btn{display:block;border:1px solid #d2d3d5;border-radius:3px;font-size:15px;color:#000000;padding:14px 14px;text-align: center;}
.with_google .google_btn img{display:inline-block;vertical-align:middle;margin-right:15px;}
.separation{font-size:15px;color:#000000;text-align:center;padding-bottom:25px;}

.lead_form .form-group{position:relative;margin-bottom:25px;}
.lead_form .form-group label{font-size:15px;font-weight:500;color:#000000;background:#fff;position:absolute;left:12px;top:-11px;padding:0 8px;z-index:1}
.lead_form .form-control{width:100%;height:59px;font-size:14px;border-radius:4px;border:1px solid #d2d3d5;padding:0 19px;}
.lead_form .form-control::-webkit-input-placeholder {color:rgba(0,0,0,0.6);}
.lead_form .form-control::-moz-placeholder {color:rgba(0,0,0,0.6);}
.lead_form .form-control:-ms-input-placeholder {color:rgba(0,0,0,0.6);}
.lead_form .form-control:-moz-placeholder {color:rgba(0,0,0,0.6);}
.lead_form .form-control:focus{outline:none;box-shadow:none;}
.lead_form textarea.form-control{height:190px;padding-top:20px;resize:none;}
.lead_form select.form-control{padding-right:37px;background-image:url(../images/dropdown_icon.svg);background-repeat:no-repeat;background-position:center right 16px;-webkit-appearance:none}
.lead_form .form-group.submit_btn {padding-top: 10px;margin-bottom: 25px;}
.submit_btn .btn{min-width:100%;font-size:18px;font-weight:500;border-radius:0;height:50px;line-height: 22px;border-radius: 5px;}
.password_input{position:relative;}
.password_input .form-control{padding-right:50px;}
.view_password{position:absolute;top:19px;right:17px}
.lead_form .remember_checkbox{text-align:left;}

.lead_form .styled-selectors.remember_checkbox label{font-size: 14px;color:#000000;}
.lead_form .styled-selectors input[type=checkbox]:not(old){margin:0; padding:0; opacity:0; width:19px; height:19px; position:absolute; left:0px; cursor:pointer;}
.lead_form .styled-selectors input[type=checkbox]:not(old)+label{display:inline-block; margin-left:0; padding-left:30px; line-height:20px; cursor:pointer; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.lead_form .styled-selectors input[type="checkbox"]:not(old) + label{position: relative;}
.lead_form .styled-selectors input[type="checkbox"]:not(old) + label:after{position: absolute; top:1px; left: 0px; content: ''; height: 20px; width: 20px;border:1px solid #d2d3d5;  -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;border-radius:3px;}
.lead_form .styled-selectors input[type="checkbox"] + label:before{position: absolute; top:6px; left:5px; margin: auto; content: ''; height:10px; width:10px; background:#13e1b1; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); -webkit-transform: scale(0); transform: scale(0);}
.lead_form .styled-selectors input[type="checkbox"]:checked + label:before{-moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); 
-webkit-transform: scale(1); transform: scale(1); }
.lead_form .styled-selectors input[type="checkbox"]:checked + label:after{border:1px solid #13e1b1;}



.forgot_password a{color:#5b53dd;font-size:14px;}
.form-bottom-txt p{color:#000000;}
.form-bottom-txt p a{color:#5b53dd}
.term_txt p{font-size:14px;}
.term_txt p a{color:#5b53dd;}
.phone_group{position:relative;}
.phone_group .form-control{padding-left:100px;}
.country_code{position:absolute;top:15px;left:15px;background:none;border:none;padding-right:20px;border-right:1px solid #d2d3d5;height:31px;font-size:15px;-webkit-appearance:none;background-image:url(../images/select_icon.png);background-position:center right 10px;background-repeat:no-repeat;width:70px;outline:none;}



/*Contact Page Css Start*/
.inner_banner{height:430px;display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-top:112px;background-position:center !important;background-repeat:no-repeat !important;background-size:cover !important;padding-bottom:90px;}
.inner_banner:after {content: "";position: absolute;top: 0;left: 0;width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    height: 150px;z-index: 1;}
.inner_banner:before {content: "";position: absolute;top: 0;left: 0;width: 100%;background:rgba(0,0,0,0.4);height:100%;}
.inner_content{position:relative;z-index:2}
.inner_content h1{font-family: 'google_sansbold';color:#fff;font-size:50px;margin:0}
.inner_content p{font-size:20px;color:#fff;font-weight:400;margin:0}

.contact_panel{background-color: #fff;-webkit-box-shadow: 0 0 9px rgba(33,35,47,.09);box-shadow: 0 0 9px rgba(33,35,47,.09);padding:0;border-radius:4px;border: 1px solid #d2d3d5;overflow:hidden;margin-top:-72px;position:relative;z-index:1;padding:40px 50px 40px;margin-bottom:90px;}
.contact_panel .heading p{margin-top:0;}
.contact_form{max-width:845px;margin:auto;padding-top:0}
.contact_form .row{margin:0 -10px;}
.contact_form .col-md-6{padding:0 10px;}
.submit_group{text-align:center;padding-top: 8px;}
.submit_group .btn{font-size:18px;height: 51px;}
.contact_form .phone_group .form-control {padding-left: 74px;}
.contact_form .country_code{border:none;width:59px}
/*Contact Page Css End*/



/*About Us Page Css Start*/
.aboutus_banner:before{background:rgba(0,0,0,0.7);}
.ourstroy{background-color: #fff;-webkit-box-shadow: 0 0 9px rgba(33,35,47,.09);box-shadow: 0 0 9px rgba(33,35,47,.09);padding:0;border-radius:4px;border: 1px solid #d2d3d5;overflow:hidden;margin-top:-72px;position:relative;z-index:1;margin-bottom:65px;padding:15px;}
.ourstroy_content{display: flex;flex-wrap: wrap;background:#e9e8e6;align-items:flex-start}
.story_img{width:53.5%;}
.story_img figure{margin:0;}
.story_text{width:46.5%;background:#ffffff;padding:29px 24px 40px 38px;position:relative;right:-1px;}
.story_text:after{content:"";position:absolute;bottom:-44px;left:-41px;background:url(../images/dots.png) no-repeat;width:200px;height:194px;}
.story_text:before{content:"";position:absolute;top:-12px;right:-14px;background:url(../images/dots2.png) no-repeat;width:121px;height:114px;}
.story_text .heading{text-align:left;margin-bottom:23px;}
.story_text p{font-size:15px;color:#737373;line-height:21px;margin-bottom:21px}
.story_text .btn{margin-top:34px;font-size:18px}

.whatwedo{background:#fafafa;padding:71px 0}
.whatwedo_content{display: flex;flex-wrap: wrap;}
.whatwedo_text{width:50.5%;padding-top: 20px;padding-right: 50px;}
.whatwedo_text .heading{text-align:left;margin-bottom:23px;}
.whatwedo_text p{font-size:15px;color:#737373;line-height:21px;margin-bottom: 21px;}
.whatwedo_text .btn{margin-top:24px;font-size:18px;    min-width: 193px;}
.whatwedo_img{width:49.5%;position:relative;padding-left:30px;z-index:1}
.whatwedo_img figure{position:relative;z-index:1;}
.whatwedo_img figure:after{content:"";position:absolute;bottom:59px;left:-34px;background:#e1f7f2;width:60px;height:200px;z-index:-1}
.whatwedo_img figure:before{content:"";position:absolute;bottom:-41px;left:142px;background:#e9e8f7;width:200px;height:68px;z-index:-1}
.whatwedo_img:after{content:"";position:absolute;bottom:-27px;right:-39px;background:url(../images/dots3.png) no-repeat;width:200px;height:194px;z-index:-1}
.whatwedo_img:before{content:"";position:absolute;top:-30px;left:0;background:url(../images/dots2.png) no-repeat;width:121px;height:114px;z-index:-1}

.meet_team{padding:73px 0 60px}
.meet_team .heading{margin-bottom:30px;}
.team_list{display:flex;flex-wrap:wrap;margin:0 -10px 49px}
.team_list >li{width:25%;padding:0 10px;}
.team_content{text-align:center;}
.team_content figure{margin-bottom: 21px;}
.team_content strong{color:#273375;font-size:19px;font-family: 'google_sansbold';font-weight:normal;letter-spacing:-0.4px;}
.team_content p{font-size:15px;color:#414042;}

.blog_gragbg{background:#fafafa}

/*About Us Page Css End*/
.featured_img_panel{max-width:1000px;margin:auto;display:flex;flex-wrap:wrap;}
.featured_img{padding:70px 0 0}
.featured_img figure{text-align:center;width:50%;padding:0 10px;}
.left_img img{border:2px solid rgba(0,0,0,0.22)}
.featured_img figure img{max-width:100%;}

/*-- Inner Page Css End --*/

/*-- Footer Css End --*/


/*Classes-listing-page-css*/
.class_detail ul li {width: 33.33%;padding:14px;}
.class_detail ul {display: flex;flex-wrap: wrap; margin:0 -12px;}
.rating {padding: 5px 0 10px;}
.class_listing {padding: 40px 0 40px;}
.subject span {display: inline-block;padding: 0;font-size: 16px;font-weight: 600;}
.subject span.subject_head {font-size: 18px;color: rgba(0,0,0,0.7);padding: 0 8px 0 0;}
.subject {display: block;}
.rating_age {position: relative;margin: 0px 0px 15px;}
.rating {position: absolute;top: 0;right: 0;padding: 0;}
.class_detail .featured_txt strong {display: inline-block;}
.featured_content:hover .class_btn figure img {-webkit-transform: inherit;-moz-transform: inherit;-ms-transform: inherit;-o-transform: inherit;transform: inherit;}
.class_btn .btn {display: inline-block;width: 49%;}
.class_btn {padding: 20px 3px 3px;position: absolute;left: 0;right: 0;bottom: 0;margin: auto;text-align: center;}
/*.class_detail .featured_txt {}*/
.inner_body {padding-top: 77px;}
.class_listing h1 {font-size: 30px;margin: 0 0 20px;color: #000000;font-weight: normal;font-family: 'google_sansbold';display: block;text-align: center;}
.tag_list a {display: inline-block;text-align: center;background-color: #e4e4e4;color: #363636;border-radius: 4px;padding: 5px 9px;margin: 2px 0;font-size: 12px; text-transform: capitalize}
.tag_list {padding: 15px 0 0;}
.loadmore{margin-top: 30px;}
.class_detail .featured_content{height: 100%; padding-bottom: 65px;position: relative;}
.class_detail .featured_txt{padding-bottom: 0px;}
.class_detail .user_info{margin-top: 15px;}
.loadmore .btn-primary{padding-left: 22px; padding-right: 22px;}
.latest_blog.blog_gragbg{padding-top: 40px;}
/*Classes-listing-page-css end*/


@media (min-width:1230px) {
.container {max-width: 1200px}

}

@media (min-width:768px) {
.footer_link h3 a{pointer-events: none;}
.footer_link .collapse:not(.show){display: block;}
.navbar-toggler, .class_carousel {display:none !important}
}

@media (min-width:1230px) and (max-width:1300px) {
.owl-carousel .owl-nav button.owl-prev{left:-20px;}
.owl-carousel .owl-nav button.owl-next{right:-20px}
}

@media (min-width:1200px) and (max-width:1229px) {
img {max-width: 100%}
.blog_txt span{font-size:13px;}
.blog_txt{padding: 9px 0px 25px 13px;}
.blog_txt p{font-size:14px;}
.blog_txt .readmore{left:13px;}
.owl-carousel .owl-nav button.owl-prev{left:-30px;}
.owl-carousel .owl-nav button.owl-next{right:-30px}

}


@media (min-width:992px) and (max-width:1199px) {
img {max-width: 100%}

.header_logo{padding:0}
.owl-carousel .owl-nav button.owl-prev{left:-20px;}
.owl-carousel .owl-nav button.owl-next{right:-20px}
.class_list > li {width: 20%;padding: 0 10px 25px;}
.class_list{justify-content: center;}


.latest_blog .latest_blogcarousel{max-width:600px;margin:auto auto 30px;}
.footer_about {width: 43.5%;}
.footer_link.footer_skillpete {width: 17.5%;padding-left: 10px;}

/*About Us Page Css Start*/
.story_img {width: 55%;}
.story_text{padding:20px 10px 20px 20px;width:45%;}
.story_text .heading{margin-bottom:10px;}
.story_text p{font-size:14px;margin-bottom:10px;}
.story_text .btn{margin-top:15px;}


.whatwedo_content {align-items: flex-start;}
.whatwedo_text{padding:0 30px 0 0;}
.whatwedo_text .heading{margin-bottom:10px;}
.whatwedo_text p{font-size:14px;margin-bottom:10px;}
.whatwedo_text .btn{margin-top:15px;}
.whatwedo_img{padding-top:0;padding-bottom:20px;}
.whatwedo_img:before{left:12px;top:-20px;width:80px;height:80px;background-size:cover}
.whatwedo_img:after{bottom:17px;right:-20px;width:100px;height:100px;background-size:cover}
.whatwedo_img figure:before{bottom: -20px;left: 50px;width: 150px;height: 68px;}
.whatwedo_img figure:after{bottom: 50px;left: -20px;width: 60px;height: 150px;}
/*About Us Page Css End*/

}

@media (min-width:768px) and (max-width:991px) {
img {max-width: 100%}

.header_logo{padding:0}

.carousel-item.data-img-bg{min-height:320px;}
.banner_content h1{font-size:40px;}

.owl-carousel .owl-nav button.owl-prev{left:-5px;}
.owl-carousel .owl-nav button.owl-next{right:-5px}
.class_list > li {width: 25%;padding: 0 10px 25px;}
.class_list{justify-content: center;}
.class_content span{font-size:14px;}

.featured_txt h3{font-size:16px;}
.featured_txt span{font-size:14px;}
.featured_txt strong{font-size:16px;}

.latest_blog .latest_blogcarousel{max-width:600px;margin:auto auto 30px;}
.footer_about {width: 35%;padding-right:20px;}
.footer_link{width:47%;padding-left:30px;}
.footer_link.footer_skillpete {width: 17.5%;padding-left: 10px;}
.footer_about p{font-size:14px;max-width:100%;}
.footer_categories ul > li{font-size:14px;}


/*Contact Page Css Start*/
.inner_banner{height:320px;}
.inner_content h1{font-size:40px;}
.inner_content p{font-size:16px;}
.contact_panel{padding:30px;margin-bottom:50px}
/*Contact Page Css End*/

/*About Us Page Css Start*/

.ourstroy{margin-top:-70px;margin-bottom:60px;}
.story_img{width:100%;}
.story_img img{width:100%;}
.ourstroy_content{background:#fff}
.story_text{width:100%;padding:15px 0 0;}
.story_text .heading{margin-bottom:15px;}
.story_text p{font-size:14px;margin-bottom:15px;}
.story_text .btn{margin-top:0}
.story_text:before{width:80px;height:80px;background-size:cover}
.story_text:after{display:none}
.whatwedo{padding:50px 0}
.whatwedo_text .heading{margin-bottom:15px;}
.whatwedo_text{width:100%;padding:0 0 20px;}
.whatwedo_text p{font-size:14px;margin-bottom:15px;}
.whatwedo_text .btn{margin-top:0}
.whatwedo_img{width:100%;padding:20px;}
.whatwedo_img img{width:100%;}
.whatwedo_img:before{top:0;width:80px;height:80px;background-size:cover}
.whatwedo_img:after{bottom:15px;right:0;width:100px;height:100px;background-size:cover}
.whatwedo_img figure:before{bottom: -20px;left: 100px;width: 300px;height: 68px;}
.whatwedo_img figure:after{bottom: 100px;left: -20px;width: 60px;height: 300px;}

.meet_team{padding:50px 0}
.team_list{margin-bottom:15px}
/*About Us Page Css End*/
}



@media (max-width:767px) {
img{max-width:100%}
.container {max-width: 100%;}
.heading{margin-bottom:20px;}
.heading h2{font-size:24px;}
.heading p{font-size:14px}

header{position:absolute;padding:14px 0;}
.header_logo{padding:0;width:40%;position:relative;z-index:9999}
.header_logo img{max-width:110px;}
.header_right{width:60%;padding:0 0 0 15px;position:relative;}
.navigation {position: fixed;top: 0;left:-100%;width: 100%;height: 100%;background: #5B53DD;text-align:left;z-index:999;-moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;padding-top:50px;}
.navigation.show{left:0;}
.navigation ul{height:100%;overflow:hidden;overflow-y:auto;}
.navigation ul li{display:block;margin:0;}
.navigation ul li a{padding:15px;border-top:1px solid rgba(255,255,255,0.1);display:block;}

.navbar-toggler{display:inline-block;width:25px; height:15px; padding:0; position:absolute; top:2px; right:0; margin:0px; -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;outline:none;z-index:9999}
.navbar-toggler:focus{outline:none;}
.navbar-toggler span.touch-button{display:none;}
.navbar-toggler span{display:block;position:absolute;height:2px;width:100%;background:#fff;border-radius:0px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.navbar-toggler span:nth-child(1){top:0px;}
.navbar-toggler span:nth-child(2),.navbar-toggler span:nth-child(3){top:6px; left: -3px; }
.navbar-toggler span:nth-child(4){top:12px;}
.navbar-toggler.open span:nth-child(1){top:10px;width:0%;left:50%;}
.navbar-toggler.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.navbar-toggler.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.navbar-toggler.open span:nth-child(4){top:18px;width:0%;left:50%;}


body.open-menu{position:fixed;top:0;width:100%;height:100%;overflow:hidden;}

.carousel-item.data-img-bg{min-height:190px;}
.banner_content{padding:0 15px 15px;}
.banner_content h1{font-size:26px;margin-bottom:5px}
.banner_search .form-control{font-size:14px;padding-left:15px;white-space:nowrap;text-overflow: ellipsis;padding-right: 100px;height:40px;}
.banner_search .btn{min-width:90px;font-size:14px;height:40px;line-height:40px;}



.featuredcarousel .owl-item img{width:100%;}
.featuredcarousel .owl-item {padding: 10px;}
.featured_classes{padding:30px 0}
.featured_classes .heading{margin-bottom:10px;}
.featuredcarousel{padding:0;margin-bottom:15px;}
.featured_txt{padding:15px;}
.featured_txt h3{font-size:16px;line-height:22px;margin-bottom:10px}
.featured_txt span{font-size:14px;padding-bottom:13px;}
.featured_txt strong{font-size:14px;}
.user_info{margin-top:18px}

.owl-carousel .owl-nav button.owl-prev{left:-5px;}
.owl-carousel .owl-nav button.owl-next{right:-5px}

.online_class {padding:30px 0 15px;}
.online_class .heading {margin-bottom:20px;}
.class_list > li{width:50%;}
.class_content figure img{max-width:70px;}
.class_content figure {height: 66px;margin-bottom:10px;}
.class_content:hover figure img {margin-top: -66px;}
.class_content span{opacity:1;visibility:visible;display:inline-block;font-size:14px;min-width:130px;padding: 7px 8px;font-weight:400;}


.partner_section {padding:30px 0 0;}

.latest_blog{padding:30px 0;}
.latest_blog .latest_blogcarousel .blog_img img{width:100%;}
.latest_blog .latest_blogcarousel .owl-item{padding:10px;}
.latest_blog .heading{margin-bottom:15px;}
.latest_blogcarousel{margin-bottom:15px;}
.latest_blog_content{display:block;}
.blog_img{width:100%;}
.blog_txt{width:100%;padding:13px 7px 25px;}
.blog_txt .readmore{left:7px;font-size:14px;}
.blog_txt span{padding-bottom:10px;}
.blog_txt p{font-size:14px;line-height:21px;}

.footer_about {width:100%;padding:0 0 20px;}
.footer_about figure img{max-width:130px;}
footer .footer_content{padding:20px 0 0}
footer .footer_content .footer_link{width:100%;padding:15px 0;border-top:1px solid #757575}
footer .footer_content .footer_link h3{margin:0;}
.footer_social{padding-top:13px;}
.footer_link.footer_skillpete {width:100%;padding-left: 10px;}
footer .footer_content .footer_link h3 a{position:relative;padding-right:20px;display:block;}
footer .footer_content .footer_link h3 a:after{content: "";position: absolute;top: 2px;right: 8px;background-image: url(../images/arrow-right.svg);width: 10px;height: 16px;background-size: 100%;}
footer .footer_content .footer_link h3 a[aria-expanded="true"]:after {transform: rotate(90deg);}
.footer_about p{font-size:14px;max-width:100%;}
.footer_categories ul > li{font-size:14px;}
.footer_link ul{background: rgba(255,255,255,0.1);margin:11px 0px;padding: 15px;}
.footer_link ul li{font-size:14px;margin-bottom:9px;}
.footer_link ul li:last-child{margin:0;}
.copyright{padding:15px 0}

.owl-nav{text-align:center;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{position:relative;}


/*Login sign up Page Css Start*/
.login_section{margin-top:50px;padding:30px 15px}
.login_content{padding:15px;}
.login_content h1{font-size:20px;}
.user_tab .nav-tabs .nav-link{font-size:16px;padding: 10px 15px;}
.with_google .google_btn{padding:10px 14px;}
.lead_form .form-group label{font-size:13px;}
.lead_form .form-control{height:43px;}
.view_password{top:9px}
.lead_form .form-group{margin-bottom:20px;}
.lead_form .styled-selectors input[type=checkbox]:not(old)+label{font-size:13px;padding-left:20px;line-height:18px}
.lead_form .styled-selectors input[type="checkbox"]:not(old) + label:after{width:16px;height:16px;}
.lead_form .styled-selectors input[type="checkbox"] + label:before{top: 5px;left: 4px;height: 8px;width: 8px;}
.country_code{top:6px;font-size:14px;}
/*Login sign up Page Css Start*/


/*Contact Page Css Start*/
.inner_banner{height:200px;padding-top: 50px;padding-bottom:40px;}
.inner_content h1{font-size:24px;}
.inner_content p{font-size:14px;}
.contact_panel{padding:15px;margin-top:-30px;margin-bottom:30px;}
.contact_form{padding-top:10px;}
.lead_form textarea.form-control{height:100px;padding-top:12px;}
.submit_group{padding:0}
.submit_group .btn{height:45px;font-size:16px;}
/*Contact Page Css End*/

/*About Us Page Css Start*/
.ourstroy{margin-top:-30px;margin-bottom:40px;}
.story_img{width:100%;}
.story_img img{width:100%;}
.ourstroy_content{background:#fff}
.story_text{width:100%;padding:15px 0 0;}
.story_text:after{display:none}
.story_text .heading{margin-bottom:15px;}
.story_text p{font-size:14px;margin-bottom:15px;}
.story_text .btn{margin-top:0;font-size:16px;}
.story_text:before{width:80px;height:80px;background-size:cover}
.whatwedo{padding:30px 0}
.whatwedo_text .heading{margin-bottom:15px;}
.whatwedo_text{width:100%;padding:0 0 30px;}
.whatwedo_text p{font-size:14px;margin-bottom:15px;}
.whatwedo_text .btn{margin-top:0;font-size:16px;min-width:150px;}
.whatwedo_img{width:100%;padding:20px;}
.whatwedo_img img{width:100%;}
.whatwedo_img:before{top:0;width:80px;height:80px;background-size:cover}
.whatwedo_img:after{bottom:15px;right:0;width:100px;height:100px;background-size:cover}
.whatwedo_img figure:before{bottom: -20px;left: 32px;width: 100px;height: 68px;}
.whatwedo_img figure:after{bottom: 32px;left: -20px;width: 60px;height: 100px;}

.meet_team{padding:30px 0}
.team_list{margin-bottom:0}
.team_list >li{width:50%;margin-bottom:20px;}
/*About Us Page Css End*/
.featured_img{padding-top:30px;}
.featured_img figure{width:100%;margin-bottom:25px;padding:0}
.featured_img figure:last-child{margin:0;}
}
@media (max-width:479px){
.team_list >li{width:100%;}
}

@media (max-width:375px) {
.lead_form .row{margin:0 -5px}
.lead_form .col-7{-ms-flex:55%;flex:55%;max-width:55%;padding:0 5px;}
.lead_form .col-5{-ms-flex:45%;flex:45%;max-width:45%;padding:0 5px;}
.forgot_password a{font-size:12px;}
}


/*blog listing */
.blog_detail.blog-section{margin: 0px; padding-top: 36px;}
header.inner_header{position: relative;}
.blog-section{padding:0px 0 73px; margin-top: -70px; position: relative; z-index: 1}
.bloglist{display:flex; flex-wrap:wrap;}
.blogleft{width:71%;}
.blogright{width:29%; padding:0 0 0 30px; }
header.inner_header.fixed{position: fixed}
.bloglistbox{display:flex; background-color: #fff; flex-wrap:wrap; width:100%; justify-content:space-between; border:1px solid #e7e7e7; margin:0 0 20px; -ms-transition:all .8s ease 0s;-moz-transition:all .8s ease 0s;-o-transition:all .8s ease 0s;-webkit-transition:all .8s ease 0s;transition:all .8s ease 0s}
.blogimage-banner figure{margin: 0px;}
.blogimage-banner figure img{max-width: 100%;}
.bloglistimg{width:38.5%;}
.bloglistimg figure{overflow:hidden; border-right:1px solid #e7e7e7; margin: 0px;}
.blogcontent{width:61.5%; padding:30px;}
.blogcontent h4{font-size:20px; font-weight:600; color:#000000; margin:0 0 7px;}
.blogcontent h4 a:hover{color: #5b54dd}
.blogcontent h4 a{color: #000000}
.bloglistimg figure a  img {-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);-ms-transition:all .8s ease 0s;-moz-transition:all .8s ease 0s;-o-transition:all .8s ease 0s;-webkit-transition:all .8s ease 0s;transition:all .8s ease 0s}
.bloglistbox:hover  .bloglistimg figure a img {-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);}
.bloglistbox:hover{-webkit-box-shadow: 0px 0px 9px rgba(33,35,47,0.09);
-moz-box-shadow: 0px 0px 9px rgba(33,35,47,0.09);
box-shadow: 0px 0px 9px rgba(33,35,47,0.09);}
.blogcontent span{display:block; font-size:14px; color:#616161; padding:0 0 25px;}
.blogcontent span b{font-weight:normal; color:#1775e7;}
.blogcontent p{font-size:14px; color:#7d7d7d; margin:0 0 30px;}
.blogcontent  .btn.btn-primary.btn-outline-primary{padding:10px 15px; font-size:15px; font-weight:600; min-width: 110px;  height: auto; line-height: 20px;}

.recentpost{border:1px solid #e7e7e7; padding:20px 15px 25px 20px; background-color: #fff;}
.recentpost h4{font-size:20px; font-weight:600; margin:0 0 30px;}
.recentpost ul li{display:flex; flex-wrap:wrap; width:100%; justify-content:space-between; padding:0 0 30px; position:relative;}
.recentpost ul li:last-child{padding:0;}
.postimg{width:37%;}
.postimg figure{border:1px solid #e7e7e7; overflow:hidden;}
.postcontent{width:63%; padding:0 0 0 13px;}
.postcontent strong{display:block; font-weight:600; font-size:14px; line-height:16px; padding:0 0 10px;}
.postcontent strong a{text-decoration:none; color:#000000;}
.postcontent strong a:hover{color:#5b54dd;}
.postcontent span{display:block; font-size:13px; color:#616161;}
.postcontent span b{font-weight:normal; color:#1775e7;}

.pagination{background-color:#fafafa; padding:10px; margin:67px 0px 0px 0px; justify-content: center;}
.pagination .page-link{border:none; background-color:transparent; padding:0; margin:8px 12px; color:#1775e7; outline:none; box-shadow:none; border-radius:0;}
.pagination .page-item.disabled .page-link{background-color:transparent; color:#0e1326;}
.pagination .page-link figure{display:inline-block; height:12px; width:7px; overflow:hidden; vertical-align:middle; margin:0 12px;}
.pagination .disabled .page-link figure img{margin-top:-22px;}

.blog_detail_banner{min-height:365px;}
.blog_detail_banner:after{display:none;}
.blog_detail{padding:38px 0 45px;}
.blogdetail_panel h2{font-size:30px;font-weight:700;margin-bottom: 12px; color: #000;}
.blogdetail_panel span{display:block; font-size:14px; color:#616161; padding:0 0 25px;}
.blogdetail_panel span b{font-weight:normal; color:#0575c1;}
.blogdetail_panel p{font-size:15px; color:rgba(0,0,0,0.77); margin:0 0 24px;line-height:26px;}
.blogdetail_panel figure{margin-bottom: 29px;}
.blogdetail_panel h3{font-size:18px;font-weight:700;border-bottom:1px solid #cccdd0;padding-bottom:16px;margin-bottom:37px;}
.share_social{display: flex;align-items:center;padding-top: 8px;}
.share_social > li.share_title{font-size:18px;font-weight:700;color:#000;}
.share_social > li{margin-right:11px;}
.share_social > li a{height:35px; text-decoration: none; width: 35px; position: relative;border-radius: 50%; display: flex; align-items: center; justify-content: center; border:1px solid #eeeeef; background-color: #fff; color: #5b54dd; font-size: 22px;}
.share_social > li a.linkedin{font-size:19px;}
.share_social > li:last-child{margin-right:0px}
.share_social > li a img.hover{position: absolute; top:0px; left:0px; right:0px; bottom: 0px; margin: auto; opacity: 0; visibility: hidden;}
.share_social > li a.instagram:hover img{opacity: 0; visibility: hidden;}
.share_social > li a.instagram:hover img.hover{opacity: 1; visibility: visible;} 
.share_social > li a:hover{background-color: #5b54dd; color: #fff; border:1px solid #5b54dd;}

.comment_box{padding:57px 0 42px;}
.comment_box ul{padding: 10px 17px 0;}
.comment_box ul li{display:block;border-bottom:1px solid #eaebec;margin-bottom:38px;padding-bottom:20px;}
.comment_box ul li:last-child{margin:0;padding-bottom:0;border:none;}
.comment_txtbox{display:flex;flex-wrap:wrap;}
.comment_userimg{width:70px;padding-top: 3px;}
.comment_userimg figure{width:70px;height:70px;border-radius:50%;overflow:hidden;margin:0}
.comment_usertext{padding-left:17px;width:calc(100% - 70px);}
.comment_usertext h4{font-size:18px;font-weight:700;}
.comment_usertext strong{font-size:12px;font-weight:700;color:#cccccc;display:block;padding-bottom: 3px;}
.comment_usertext p{font-size:15px; color:rgba(0,0,0,0.77); margin:0;line-height:26px;}
.comment_form .row{margin:0 -10px;}
.comment_form .col-md-6{padding:0 10px;}
.comment_form .form-group{margin-bottom:20px;}
.comment_form .form-control{font-size:14px;padding:0 0 0 10px;height:36px;border-radius:0;border:1px solid #e1e1e1;margin-bottom: 4px;}
.comment_form .form-control:focus{outline:none;box-shadow:none;}
.comment_form textarea.form-control{padding:15px 0 0 10px;height:128px;resize:none; }
.comment_form .form-control::-webkit-input-placeholder {color:#a1a1a1;}
.comment_form .form-control::-moz-placeholder {color:#a1a1a1;}
.comment_form .form-control:-ms-input-placeholder {color:#a1a1a1;}
.comment_form .form-control:-moz-placeholder {color:#a1a1a1;}
.comment_form .btn{min-width: 185px;  margin-top: 7px;padding: 20px 15px;border-radius: 8px; line-height: 20px; height: auto; font-weight: 500;}


.faq-block{background-color: #fff;-webkit-box-shadow: 0 0 9px rgba(33,35,47,.09);box-shadow: 0 0 9px rgba(33,35,47,.09); border-radius: 4px;
border: 1px solid #d2d3d5;overflow: hidden;margin-top: -72px; position: relative;z-index: 1;margin-bottom: 45px;padding: 60px;}

.faq-block .accordionlink{font-size: 24px; border-bottom: 1px solid #eaeaea;   display: block; position: relative; padding: 25px 40px 25px 0px; color: #5a52dc; font-family: 'google_sansbold'; }

.faq-block .card-body{padding: 15px 0px 25px; color: #737373; font-size: 15px; line-height: 27px;  border-bottom: 1px solid #eaeaea;}
.faq-block .accordionlink:after{position: absolute; top:34px; right: 10px; content: ''; background:url(../images/top-arrow.png) no-repeat;width:20px;height:11px; }
.faq-block .accordion .card:first-child .accordionlink{border-top: 0px;}
.faq-block .accordionlink.collapsed{color: #000;}
.faq-block .accordionlink.collapsed:after{background:url(../images/down-arrow.png) no-repeat;}
.faq-block .accordionlink:hover{color: #5b54dd}

.faq-block  .dropdown .dropdown-toggle{ background-color: #e7e7ee; padding: 22px 50px 22px 30px; border-radius: 10px; color: #000; font-family: 'google_sansbold'; font-size: 20px; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  display: block;}
.faq-block .accordion{margin-top: 30px;}
.faq-block  .dropdown{width: 483px; margin: auto;}
.faq-block  .dropdown .dropdown-toggle:after{position: absolute; top:32px; right: 30px; content: ''; background:url(../images/down-arrow.png) no-repeat;width:20px;height:11px; border: none;}
.faq-block .dropdown-menu {padding: 0px; min-width: 100%; max-width: 100%;}
.faq-block .dropdown-menu ul {margin: 0px; padding:20px;}
.faq-block .dropdown-menu ul li{list-style: none; display: block;}
.faq-block .dropdown-menu ul li a{font-size: 16px; color: #000; padding: 15px 10px; border-bottom: 1px solid #eaeaea; display: block;}
.faq-block .dropdown-menu ul li:last-child a{border: none;}

/*-- Tutor Profile Edit Pages Css Start --*/

.after_login .header_right{display: flex; justify-content: flex-end;align-items: center;}
.after_login .navigation-panel{padding-top:10px;}
.user_account{position:relative;padding-left: 21px; margin-left: 18px;}
.user_account:before {content: "";position: absolute;left: 0;top:3px;background:#8781e6;width: 2px;height: 23px;}
.user_account ul li{display:inline-block;margin-right:19px;vertical-align:middle;}
.user_account ul li a{display:block;}
.notification a{position:relative;}
.notification a span{position:absolute;top:0;right:0;width:10px;height:10px;background:#13e1b1;border-radius:50%;}
.user_account ul li:last-child{margin:0;}
.profile_toggle{padding-left:37px;position:relative;padding-top:4px;max-width:182px;padding-right:23px;font-weight:500;color:#fff;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:30px;}
.profile_toggle:hover{color:#8781e6;text-decoration:none;}
.profile_toggle:after{content:"";position:absolute;top:13px;right:2px;background:url("../images/dropdown_icon-white.svg") no-repeat;width:12px;height:7px;border:none;}
.profile_toggle figure{position:absolute;top:0;left:0;width:30px;height:30px;border-radius:50%;overflow:hidden;border:1px solid #8c8c8d}
.user_account .dropdown-menu{padding:0;background:#5B53DD;border: none;border-radius: 0;min-width:11rem;margin-top:18px;}
.user_account .dropdown-menu ul li{display:block;border-bottom:1px solid #8781e6;margin:0;}
.user_account .dropdown-menu ul li a{display:block;padding:10px 15px;color:#fff;}
.user_account .dropdown-menu ul li a:hover{background:#8781e6;}
.user_account .dropdown-menu ul li:last-child{border:none;}

.accoutn_section{padding:22px 0 50px}
.account_content{font-size:0; display: flex;}
.account_left{width:29.1%;font-size:14px;display:inline-block;vertical-align:top;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b53dd+0,4039a5+60,4039a5+100 */
background: rgb(91,83,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(91,83,221,1) 0%, rgba(64,57,165,1) 60%, rgba(64,57,165,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(91,83,221,1) 0%,rgba(64,57,165,1) 60%,rgba(64,57,165,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(91,83,221,1) 0%,rgba(64,57,165,1) 60%,rgba(64,57,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b53dd', endColorstr='#4039a5',GradientType=0 ); /* IE6-9 */


padding:0 34px 20px;margin-top:116px;}
.profile_box{text-align:center;padding:0 0 18px;margin-top:-116px;margin-bottom: 0px;}
.profile_box .profile_pic{height:188px;width:188px;border-radius:50%;overflow:hidden;margin:auto auto 24px;border:8px solid #ffffff;background: #fff;}
.profile_box .profile_pic img{max-width:100%;}
.profile_box h3{font-size:20px;color:#fff;font-weight:600;margin: 0 0 2px; word-break: break-all;}
.profile_box p{font-size:15px;color:rgba(255,255,255,0.66);font-weight:400;margin:0;}
.profile-upload_box{width:188px;height:188px;border-radius:50%;margin:auto auto 23px;position:relative;}
.img-upload_box {position: absolute;bottom:6px;right:17px;width: 42px;height: 42px;border-radius: 50%;}
.img-upload_box a{width: 42px;height: 42px;border-radius: 50%;background: #13e1b1;display: flex;justify-content: center;align-items: center;}
.img-upload_box a  img{position: relative;top: -1px;right: -1px; }
.img-upload_box input[type="file"]{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;font-size: 0;opacity: 0;width: 42px;height: 42px;z-index:1;cursor:pointer}
.dashboard_menu > li{display:block;border-bottom:2px solid #685fd5;color:#ffffff;font-size:16px;}
.dashboard_menu > li:last-child{border:none;}
.dashboard_menu > li > a{color:#ffffff;text-decoration:none;position:relative;padding:15px 0 15px 46px;display:block;}
.dashboard_menu > li.active > a{background:#fff;color:#574cd1;}
.dashboard_menu > li > a figure{position:absolute;top:13px;left:10px;height:28px;overflow:hidden;}
.dashboard_menu > li > a:hover{background:#fff;color:#574cd1;}
.dashboard_menu > li > a:hover figure img{margin-top:-28px; -ms-transition: all .8s ease 0s;
-moz-transition: all .8s ease 0s;
-o-transition: all .8s ease 0s;
-webkit-transition: all .8s ease 0s;
transition: all .8s ease 0s;}
.dashboard_menu > li > a figure img{ -ms-transition: all .8s ease 0s;-moz-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;
-webkit-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.dashboard_menu > li > a[aria-expanded="false"]:after {content: "";background: url(../images/white_arrow_right.png) no-repeat;position: absolute;right:15px;top: 22px;width:11px;height:11px;}
.dashboard_menu > li > a[aria-expanded="true"]{background:#fff;color:#5b53dd;}
.dashboard_menu > li > a[aria-expanded="true"]:after {content: "";background: url(../images/blue_down_icon.png) no-repeat;position: absolute;right:15px;top: 22px;width:11px;height:11px;}

.dashboard_menu > li > a[aria-expanded="false"]:hover:after {content: "";background: url(../images/blue_arrow_right.png) no-repeat;position: absolute;right:15px;top: 22px;width:11px;height:11px;}
.dashboard_menu > li > a[aria-expanded="true"]:hover:after {content: "";background: url(../images/blue_down_icon.png) no-repeat;position: absolute;right:15px;top: 22px;width:11px;height:11px;}

.submenu{background:#fff;padding:0px 20px;border-radius:0 0 4px 4px;}
.submenu > li{border-bottom:1px solid #e5e5e5;}
.submenu > li:last-child{border:0;}
.submenu > li > a{padding:10px 0 10px 20px;display:block;text-decoration:none;color:#161d29;position:relative;}
.submenu > li > a:after {content: "";background: url(../images/arrow-right2.png) no-repeat;position: absolute;left:0;top: 16px;width:11px;height:11px;}
.submenu > li > a:hover{color:#5b53dd;}
.submenu > li.active > a{color:#5b53dd;font-weight:600;}
.submenu > li.active > a, .submenu > li > a:hover:after{background: url(../images/blue_arrow_right.png) no-repeat;}

.account_right{width:70.8%;padding-left:45px;font-size:14px;display:inline-block;vertical-align:top;}
.title_row {padding-bottom: 40px;}
.title_row h2{font-size:35px;font-weight:700;color:#000;}
.dashboard_form {padding-top: 18px;}
.dashboard_form .row{margin:0 -11px;}
.dashboard_form .col-lg-6, .dashboard_form .col-lg-12{padding:0 11px;}
.dashboard_form .form-group{margin-bottom:24px;}
.dashboard_form label{font-size:15px;font-weight:600;color:#000000;margin-bottom:14px;margin-left:0;}
.dashboard_form .form-control{height:50px;border-radius:5px;border:1px solid #e1e2e3;font-size:14px;color:#42495c;padding-left:11px;white-space:nowrap;text-overflow:ellipsis;}
.dashboard_form .form-control::-webkit-input-placeholder {color:#7d818c;}
.dashboard_form .form-control::-moz-placeholder{color:#7d818c;}
.dashboard_form .form-control:-ms-input-placeholder {color:#7d818c;}
.dashboard_form .form-control:-moz-placeholder{color:#7d818c;}
.dashboard_form .form-control:focus{background-color: #fff;border-color: #5b53dd;outline: 0;
box-shadow: 0 0 0 .25rem rgba(91,83,221,.25);}
.dashboard_form  select.form-control{padding-left:11px;-webkit-appearance:none;background-image: url(../images/dropdown_icon.svg);background-position: center right 18px;background-repeat: no-repeat;background-size: 12px 7px;padding-right: 50px;}
.dashboard_form textarea.form-control{height:147px;resize:none;padding:14px 15px 15px 10px;white-space:normal;text-overflow:inherit;}
.dashboard_form .form-group span{color: #6d6d6d;font-size: 13px;display: block;text-align: right;padding-right: 0;padding-top: 3px;}
.gender-group.styled-selectors {display:block;position:relative; }
.gender-group.styled-selectors div label{display: inline-block; margin: 0px; font-size: 14px;color:#35404e;}
.gender-group.styled-selectors div{display: inline-block; vertical-align: top; margin-right:15px;position: relative;}
.gender-group.styled-selectors div:last-child{margin-right: 0px;}
.gender-group.styled-selectors input[type=radio]:not(old){margin:0; padding:0; opacity:0; width:16px; height:16px; position:absolute; left:0px; top:2px; cursor:pointer;}
.gender-group.styled-selectors input[type=radio]:not(old)+label{display:inline-block; padding-left:25px; line-height:20px; cursor:pointer;  -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.gender-group.styled-selectors input[type="radio"]:not(old) + label{position: relative;}
.gender-group.styled-selectors input[type="radio"]:not(old) + label:after{position: absolute; top:2px; left: 0px; content: ''; height: 16px; width: 16px; border-radius: 50%; border: 1px solid #e2e3e4;  -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.gender-group.styled-selectors input[type="radio"] + label:before{position: absolute; top:0px; left:4px; margin: auto; content: ''; height:8px; width:8px; bottom: 0px;  border-radius: 50%; background-color: #42495c; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); 
-webkit-transform: scale(0); transform: scale(0);}
.gender-group.styled-selectors input[type="radio"]:checked + label:before{-moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); 
-webkit-transform: scale(1); transform: scale(1); }


.change_password{border-top:1px solid #dad9d9;padding:30px 0 0;margin-top:7px;}
.change_password h3{font-size:23px;color:#000;font-weight:700;margin-bottom:23px}
.save-btn {padding: 16px 0 0;}
.save-btn .btn{min-width:184px;height:59px; border-radius: 6px;  vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: .5s;transition-duration: .5s;font-size: 16px;margin-right: 14px;font-weight:600;}
.btn-cancel{color:#0575c1;border:2px solid #8abfe2;}
.btn-cancel:hover{color:#fff}
.save-btn .btn:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#5b54dd;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.save-btn .btn:active,.save-btn .btn:focus,.save-btn .btn:hover{color:#fff;border-color:#5b54dd}
.save-btn .btn:active:before,.save-btn .btn:focus:before,.save-btn .btn:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}
.save-btn .btn:last-child{margin-right:0;}
/*-- Tutor Profile Edit Pages Css End --*/

.counternumber{display: flex; margin: 0px -8px 15px;}
.counternumber .counterno{border-radius:5px; background-color: #7a73df; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; height: 108px; color: #fff; flex-direction: column; padding: 0px 10px; width: 50%; margin: 0px 8px;}
.counterno strong{font-weight: 700; font-size: 40px; display: block; line-height: 42px; }

/*student-dashboard-page-css-end*/

.basic_infoview  .row{margin: 0px; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px;}
.basic_infoview .row .col-lg-6, .basic_infoview .row .col-lg-12{padding: 0px;}
.basic_infoview p{margin: 0px; padding: 0px; color: #42495c;}
.basic_infoview .form-group{margin: 0px;}
.basic_infoview  .row:last-child{border: none;}
.save-btn .btn.cancel-btn{border: 1px solid #13e1b1; background-color: #fff; color:#13e1b1; }

.save-btn .btn.cancel-btn:hover{color:#fff;border-color:#5b54dd}

/* Class Details */
.class-details{padding-top: 61px;}
.class-details-row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap; flex-wrap: wrap;}
.class-img-col{flex: 0 0 510px;max-width: 510px;}
.class-img-col figure{margin-bottom: 0;}
.class-content-col{flex:Calc(100% - 510px);max-width: Calc(100% - 510px);padding-left: 47px;}
.class-details img{max-width: 100%;}
.class-content-col h2{font-size: 30px;font-weight: bold;color: #000;font-family: 'google_sansbold';margin-bottom: 20px;}
.class-tags{padding-bottom: 25px;border-bottom: solid 1px #d6d6d6;}
.class-tags ul{display: flex;}
.class-tags ul li{position: relative;}
.class-tags ul li:not(:last-child){padding-right: 30px;border-right: solid 1px #bfbfbf;}
.class-tags ul li:not(:first-child){padding-right: 30px;}
.class-tags ul li figure{position: absolute;top: 0;}
.class-tags ul li.icon-left{padding-left: 35px;}
.class-tags ul li.icon-right{padding-left: 35px;}
.class-tags ul li.icon-left figure{left: 0;}
.class-tags ul li.icon-right figure{right: 0;}
.class-tags ul li img{height: 24px;}
.class-tags ul li span{color: #737373;font-size: 15px;font-weight: 400;}
.class-dec{padding-top: 23px;font-size: 16px;color: #737373;padding-bottom: 25px;}
.class-profile{display: flex;display: -ms-flexbox;align-items: center;-ms-flex-align: center;justify-content: space-between;-ms-flex-pack: justify;}
.class-profile .c-prfile{display: flex;display: -ms-flexbox;align-items: center;-ms-flex-align: center;}
.class-profile .c-prfile span{margin-left: 13px;font-size: 16px;color: #000;font-weight: 600;}
.class-profile .c-prfile figure{margin: 0;}
.class-profile .c-prfile figure img{width: 56px;height: 56px;border-radius: 50%;}
.class-btn-wrap .class-btn.btn-secondary{height: 42px;line-height: 42px;background-color: transparent;border: solid 1px #5B53DD;color: #5B53DD;}
.class-btn-wrap .class-btn.btn-secondary:hover{color: #fff;}
.class-ratting{padding-top: 18px;}
.class-ratting i{color: #ed8a19;}
.class-schedule{padding-top: 30px;display: flex;display: -ms-flexbox;}
.class-schedule .class-schedule-btn.btn-primary{max-width: 228px;width: 228px;display: flex;justify-content: space-between;align-items: center;font-size: 16px;font-weight: 400;}
.class-schedule .class-schedule-btn.btn-primary i{font-size: 15px;}
.class-share-btn{font-size: 16px;font-weight: 600;color: #1775e7;display: flex;justify-content: center;align-items: center;margin-left: 30px;padding: 0 20px;}
.class-share-btn:hover{background-color: #1775e7;color: #fff;border-radius: 3px;}
.class-share-btn figure{margin-bottom: 0;margin-right: 12px;}
.class-share-btn img{width: 24px;}
.class-share-btn img.img-2{display: none;}
.class-share-btn:hover img.img-2{display: block;}
.class-share-btn:hover img.img-1{display: none;}
.class-about-row{margin-top: 43px;margin-bottom: 48px;}
.abt-box{text-align: center;padding: 25px 25px 20px 25px;border: solid 1px #d2d3d5;border-radius: 4px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.abt-box figure{margin-bottom: 13px;height: 36px;overflow: hidden;display: flex;justify-content: center;}
.abt-box:hover figure{margin-bottom: 13px;height: 36px;overflow: hidden;}
.class-about-row.owl-carousel .abt-box figure span{width: 36px;}
.class-about-row.owl-carousel .abt-box figure img{height: 36px;display: inline-block;width: auto;}
.abt-box:hover{background-color: #5b53dd;}
.abt-box figure span{-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;display: inline-block}
.abt-box:hover figure span{margin-top: -36px;}
.abt-box h4{font-size: 18px;margin-bottom: 0;color: #000;font-weight: bold;}
.abt-box span{font-size: 15px;color: #737373;font-weight: 400;}
.abt-box:hover h4, .abt-box:hover span{color: #fff;}
.abt-box.highlight{background-color: #5b53dd;}
.abt-box.highlight label{font-size: 15px;color: #fff;}
.abt-box.highlight{background-color: #5b53dd;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.abt-box.highlight h4{font-size: 21px;color: #fff;font-weight: 400;margin-bottom: 8px;}
.abt-box.highlight span{color: #fff;opacity: 0.5;}
.avilable-times{background-color: #fafafa;padding: 43px 0 45px;}
.avilable-times .heading{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 25px;}
.avilable-times .heading .slide-count{color: #1775e7;font-size: 16px;}
.avilable-times .heading .slide-count span{color: #000;font-size: 22px;}
.times-box{background-color: #ffffff;padding: 40px 20px;border: solid 1px #d2d3d5;border-radius: 4px;text-align: center;}
.times-box h5{font-size: 22px;font-weight: bold; color: #000;margin-bottom: 20px;line-height: 25px;}
.times-box figure{margin-bottom: 13px;}
.times-box figure img{height: 65px;}
.times-box span{font-size: 18px;font-weight: 400;color: #737373;line-height: 24px;}
.avilable-times-slider.owl-carousel .owl-dots{margin-top: 30px;}
.request-btn{margin-top: 48px;}
.class-details-dec{padding: 40px 0 65px;}
.class-details-dec #accordion{max-width: 892px;margin: 0 auto;}
.class-details-dec .card .btn{padding: 30px 0 20px;font-size: 20px;color: #000;font-weight: 600;display: block;width: 100%;text-align: left;position: relative;}
.class-details-dec .card .btn:after{position: absolute;right: 0;top: 50%;background-image: url(../images/down-arrow.svg);content: "";width: 21px;height: 13px;background-size: 21px 13px;transform: translateY(-50%);}
.class-details-dec .card .btn.collapsed:after{background-image: url(../images/right-arrow.svg);width: 13px;height: 21px;background-size: 13px 21px;}
.class-details-dec .card{border-bottom: solid 1px #d6d6d6;padding-bottom: 10px;}
.class-details-dec .card h5{margin-bottom: 0;}
.class-details-dec .card:first-child{border-top: solid 1px #d6d6d6;}
.class-details-dec .card .card-body{padding-bottom: 25px;font-size: 16px;color: #747474;}
.teacher-profile{padding: 52px 0;background-color: #fafafa;}
.t-profile-section{display: flex;align-items: center;}
.t-profile-section .left-part{display: flex;align-items: center;}
.t-profile-section .left-part figure{width: 162px;height: 162px;display: flex;align-items: center;justify-content: center;border: solid 1px #d7d7d7;border-radius: 50%;}
.t-profile-section .left-part figure img{width: 147px;height: 147px;border-radius: 50%;}
.t-profile-section .right-part{padding-left: 37px;}
.t-profile-section .right-part .profile-content h4{font-size: 22px;font-weight: 600;color: #000;margin-bottom: 8px;}
.t-profile-section .right-part .profile-content p{font-size: 15px;font-weight: 400;color: #737373;margin-bottom: 10px;}
.t-profile-section .right-part .profile-content .p-ratting span{font-size: 15px;font-weight: 400;color: #737373;margin-left: 5px;}
.t-profile-section .right-part .profile-content .p-ratting span b{font-size: 15px;font-weight: bold;color: #000;}
.t-profile-section .right-part .profile-content .p-ratting i{color: #ed8a19;}
.t-profile-section .right-part .profile-content .class-of-tutor{font-size: 15px;font-weight: 400;color: #5b53dd;margin-top: 10px;}
.t-profile-section .right-part{display: flex;justify-content: space-between;flex: 1;}
.t-profile-section .right-part .right-btns{display: flex; flex-direction: column;}
.t-profile-section .right-part .right-btns a{margin-bottom: 14px;min-width: 211px;}
.t-profile-section .right-part .right-btns a i{margin-right: 13px;}
.t-profile-section .right-part .right-btns a:last-child{margin: 0px;}
.t-profile-section .right-part .right-btns a.btn-secondary{background-color: transparent;border: solid 1px #cccccc;color: #000;}
.t-profile-section .right-part .right-btns a.btn-secondary::before{background-color: #000;}
.t-profile-section .right-part .right-btns a.btn-secondary:hover{color: #fff;border-color: #000;}
.about-profile{margin-top: 30px;}
.about-profile h4{font-size: 18px;font-weight: 600;color: #000;margin-bottom: 8px;}
.about-profile p{font-size: 16px;font-weight: 400;color: #737373;margin-bottom: 15px;line-height: 25px;letter-spacing: 0.10px;}
.review-section{padding-top: 50px;}
.review-section .heading{text-align: left;padding-bottom: 15px;border-bottom: solid 1px #cccdd0;margin-bottom: 46px;display: flex;align-items: center;justify-content: space-between;}
.review-section .heading .ratting i{color: #ed8a19;font-size: 18px;}
.review-list ul li{display: flex; padding-bottom: 33px;margin-bottom: 33px;border-bottom: solid 1px #eaebec;}
.review-list ul li figure{flex: 0 0 70px;max-width: 70px;-ms-flex: 0 0 70px;margin-bottom: 0;}
.review-list ul li figure img{width: 70px;height: 70px;border-radius: 50%;}
.review-list ul li .review-content{padding-left: 21px;}
.review-list ul li .review-content .reviewer-name{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
.review-list ul li .review-content .reviewer-name h5{font-size: 18px;font-weight: 600;color: #000;margin-bottom: 0px;}
.review-list ul li .review-content .reviewer-name .date-share{display: flex;}
.review-list ul li .review-content .reviewer-name .date-share .share-review img{width: 18px;margin-right: 7px;}
.review-list ul li .review-content .reviewer-name .date-share .share-review{padding-right: 20px;display: flex;align-items: center;}
.review-list ul li .review-content .reviewer-name .date-share .date{padding-left: 20px;border-left: solid 1px #bfbfbf;}
.review-list ul li .review-content .review-ratting{margin-bottom: 10px;}
.review-list ul li .review-content .review-ratting i{color: #ed8a19;}
.review-list ul li .review-content .review-msg{color: #616161;font-size: 15px;font-weight: 400;line-height: 26px;}
.other-classes{padding-top: 40px;padding-bottom: 55px;}
.other-classes .owl-dots{margin-top: 50px;}
.related-classes{padding-bottom: 69px;}
/* Tutar Details page  */
.tutor-banner{padding-top: 31px;position: relative;}
.banner-bg{position: absolute;width: 100%;height: 315px;top: 0;left: 0;z-index: -1;}
.tutor-block{display: flex;align-items: center;justify-content: space-between;}
.tutor-block .tutor-left{display: flex;align-items: center;}
.tutor-block .tutor-left .tutor-profile{flex: 0 0 176px;max-width: 176px;}
.tutor-block .tutor-left .tutor-profile figure{width: 176px;height: 176px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #ebebeb;margin: 0;}
.tutor-block .tutor-left .tutor-profile figure img{width: 160px;height: 160px;border-radius: 50%;}
.tutor-block .tutor-right{padding-left: 24px;display: flex;align-items: center;flex: 1;}
.tutor-block .tutor-right .tutor-profile-content h2{font-size: 22px; font-weight: 600;margin-bottom: 8px;}
.tutor-work, .tutor-info{font-size: 15px;font-weight: 400;color: #737373;margin-bottom: 5px;}
.tutor-btn{display: flex;margin-top: 10px;}
.tutor-btn li:not(:last-child){margin-right: 9px;}
.tutor-btn li a.btn{background-color: transparent;border: solid 1px #5B53DD;color: #5B53DD;display: flex;align-items: center;justify-content: center;min-width: 128px;}
.tutor-btn li a.btn img{margin-right: 10px;}
.tutor-btn li a.btn img.hover-image{display: none;}
.tutor-btn li a.btn:hover img{display: none;}
.tutor-btn li a.btn:hover{color: #fff;}
.tutor-btn li a.btn:hover img.hover-image{display: inline;}
.tutor-right .question-btn .btn{min-width: 209px;}
.tutor-right .question-btn .btn img{margin-right: 13px;}
.tutor-detail{padding: 45px 40px 40px 40px; box-shadow: 0 0 8px #e7e7e7; margin-top: 25px;background-color: #fff;}
.tutor-detail p{font-size: 16px;font-weight: 400;color: #737373;margin-bottom: 20px;line-height: 25px;}
.tutor-detail .videoblock{float: right;position: relative;margin-right: 18px;margin-left: 40px;margin-bottom: 14px;}
.tutor-detail .videoblock figure img{max-width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;transition: all 0.5s;}
.tutor-detail .videoblock:hover figure img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.tutor-detail .videoblock a{position: relative;border-radius: 4px;overflow: hidden;z-index: 2;}
.tutor-detail .videoblock a::before{background-color: #5b53dd;width: 100%;height: 100%;top: 0;left: 0;content: "";opacity: 0.3;position: absolute;z-index: 1;}
.tutor-detail .videoblock::after{background-image: url(../images/dot-line.png);width: 100%;height: 100%;bottom: -3px;right: -18px;content: "";position: absolute;z-index: 1; background-repeat: no-repeat;background-repeat: no-repeat;  background-position: bottom right;}
.tutor-detail .videoblock figure{margin: 0;}
.tutor-detail .videoblock .playicon{width: 83px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;}
.tutor-banner .review-section{padding-top: 65px;}
.featured_classes.upcoming-classes{padding-top: 55px;background-color: transparent;}
.featured_content a{position: relative;}
.featured_content a .classtag{position: absolute;top: 11px;right: 22px;font-size: 13px;color: #fff;background-color: #5b53dd;border-radius: 3px;padding: 5px 9px;z-index: 1;}
.featured_classes.upcoming-classes .featuredcarousel{margin-bottom: 5px;}
.related-classes .owl-item{padding: 2px 0;}
/* My Favorite Tutors */
.my-favorute-tutors.class_detail ul li{width: 50%;}
.my-favorute-tutors.class_detail .featured_content figure{position: relative;}
.my-favorute-tutors.class_detail .favorite{position: absolute;right: 15px; top: 15px;width: 40px;display: flex;align-items: center;justify-content: center; background-color: #5B53DD;color: #13e1b1;height: 40px;border-radius: 50%;font-size: 18px;box-shadow: 0 0 16px rgba(0,0,0,0.22);}
/* Learning Resources Page */
.learning-resoures-lists{padding: 60px 0;}
.learning-resoures-lists ul{display: flex; flex-wrap: wrap;margin: 0 -10px;}
.learning-resoures-lists ul li{flex: 0 0 25%;max-width: 25%;padding: 0 10px;}
.learning-resoures-lists ul li .learning-resoures-box{text-align: center;padding: 25px 25px 20px 25px;border: solid 1px #d2d3d5;border-radius: 4px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;display: block;}
.learning-resoures-lists ul li .learning-resoures-box figure{margin-bottom: 20px;height: 80px;overflow: hidden;display: flex;justify-content: center;}
.learning-resoures-lists ul li .learning-resoures-box:hover figure{height: 80px;overflow: hidden;}
.learning-resoures-lists ul li .learning-resoures-box figure span{width: 80px;}
.learning-resoures-lists ul li .learning-resoures-box figure img{height: 80px;display: inline-block;width: auto;}
.learning-resoures-lists ul li .learning-resoures-box:hover{background-color: #5b53dd;}
.learning-resoures-lists ul li .learning-resoures-box figure span{-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;display: inline-block}
.learning-resoures-lists ul li .learning-resoures-box:hover figure span{margin-top: -80px;}
.learning-resoures-lists ul li .learning-resoures-box h4{font-size: 22px;margin-bottom: 0;color: #000;font-weight: bold;}
.learning-resoures-lists ul li .learning-resoures-box span{font-size: 15px;color: #737373;font-weight: 400;}
.learning-resoures-lists ul li .learning-resoures-box:hover h4, .learning-resoures-lists ul li .learning-resoures-box:hover span{color: #fff;}
@media (max-width:1199px) {
    .class-img-col{max-width: 40%;flex: 0 0 40%;}
    .class-content-col{max-width: 60%;flex: 0 0 60%;}
}
@media (max-width:991px) {
    .class-content-col h2{font-size: 20px;}
    .class-content-col{padding-left: 30px;}
    .class-profile{flex-wrap: wrap;}
    .class-profile .c-prfile{flex: 0 0 100%;margin-bottom: 10px;}
    .class-dec{padding: 15px 0;}
    .class-tags{padding-bottom: 15px;}
    .t-profile-section{flex-wrap: wrap;}
    .right-part{flex-wrap: wrap;flex-direction: column;}
    .t-profile-section .right-part .right-btns{flex-direction: row;margin-top: 15px;}
    .t-profile-section .right-part .right-btns a{margin-bottom: 0;margin-right: 15px;}
    .tutor-block .tutor-right{flex-wrap: wrap;}
    .tutor-right .question-btn{flex: 0 0 100%;max-width: 100%;margin-top: 15px;}
    .tutor-block{align-items: flex-start;}
    .banner-bg{height: 12%;}
    .tutor-detail .videoblock{width: 50%;}
    .my-favorute-tutors.class_detail ul li{width: 100%;}
}
@media (min-width:992px) {
.user_account.mobile_visiable{display:none;}
}
@media (min-width:768px){
.dashboard_menubtn, .close_menu_btn{display:none !important;}

}



@media (min-width:992px) and (max-width:1199px) {
.blogleft{width:67%;}
.blogright{width:33%;padding:0 0 0 15px}
.blogcontent{padding:12px 15px 15px;}
.blogcontent span{padding-bottom:5px;}
.blogcontent p{margin-bottom:10px;}
.postimg{width:36%;}
.postcontent {width: 64%;padding: 0 0 0 8px;}
.postcontent strong{padding-bottom:3px;}
.account_left{padding: 0 15px 20px;}
/*-- Tutor Profile Edit Pages Css End --*/
    .class_detail ul li{padding: 6px;}
    .class_detail ul{margin: 0px -6px;}

}


@media (min-width:768px) and (max-width:991px) {

.blogleft{width:100%;}
.blogright{width:100%;padding:30px 0 0}
.blogcontent{padding:20px 20px;}
.blogcontent span{padding-bottom:10px;}
.blogcontent p{margin-bottom:10px;}
.pagination{margin-top:20px;}
.recentpost{max-width:315px;margin:auto}
.blog_detail_banner{min-height:235px;}
    .faq-block .accordionlink{font-size: 18px; line-height: 24px;}
    .faq-block{padding: 20px;} 
    /*-- Tutor Profile Edit Pages Css Start --*/
.user_account .dropdown-menu{margin-top:13px;}
.account_left{width:40%;padding: 0 15px 20px;}
.account_right{width:60%;padding-left:20px;}
    .inner_header.after_login .navigation ul li{margin-right: 7px; font-size: 14px;}
    .title_row h2{font-size: 26px;}
    .title_row{padding-bottom:10px;}
    .dashboard_form .form-group{margin-bottom: 15px;}
/*-- Tutor Profile Edit Pages Css End --*/
    .class_detail ul li{padding: 6px; width: 50%;}
    .class_detail ul{margin: 0px -6px;}
    
    .basic_infoview  .row{margin: 0px; border: none; padding-bottom: 0px; margin-bottom: 0px;}
.basic_infoview .form-group{margin: 0px; border-bottom: 1px solid #ddd; margin-bottom: 12px; padding-bottom: 12px; }


    
}

@media (max-width:767px) {
    .review-section .heading{flex-direction: column;align-items: flex-start;}
    .tutor-profile-content, .tutor-right .question-btn{text-align: center;}
    .tutor-btn{justify-content: center;}
    .tutor-block{align-items: center;}
.tutor-block{flex-wrap: wrap;flex-direction: column;}
.banner-bg{height: 16%;}
.tutor-detail .videoblock{width: 94%;float: none;margin-left: 0;}
.tutor-detail p{font-size: 14px;}
.tutor-banner .review-section, .featured_classes.upcoming-classes{padding-top: 25px;}
.tutor-banner .tutor-detail{padding: 15px;}
.tutor-block .tutor-right{margin-top: 15px;padding-left: 0;}
.tutor-detail{padding: 30px;}
.t-profile-section .right-part{padding-left: 0;flex: 0 0 100%;}
.t-profile-section .right-part .right-btns a{min-width: 136px; padding: 0 6px;font-size: 13px;margin-right: 6px;}
.about-profile p{font-size: 14px;}
.t-profile-section{justify-content: center;}
.t-profile-section .right-part{align-items: center;}
.t-profile-section .right-part .profile-content, .about-profile{text-align: center;}
.teacher-profile{padding: 25px 0;}
.avilable-times .heading{justify-content: center;flex-direction: column;align-items: center;}
.review-section{padding: 25px 0;}
.review-list ul li figure img{width: 40px;height: 40px;}
.review-list ul li figure{flex: 0 0 40px; max-width: 40px;-ms-flex: 0 0 40px;}
.review-list ul li .review-content{padding-left: 10px;}
.review-list ul li .review-content .reviewer-name{flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.review-list ul li .review-content .reviewer-name .date-share{margin-top: 8px;}
.review-section .heading{margin-bottom: 20px;}
.review-list ul li{padding-bottom: 20px;margin-bottom: 20px;}
.other-classes{padding: 25px 0;}
.related-classes{padding-bottom: 25px;}
.other-classes .owl-dots{margin-top: 15px;}
.t-profile-section .right-part .right-btns a i{margin-right: 5px;}
.class-img-col{max-width: 100%;flex: 0 0 100%;}
.class-content-col{max-width: 100%;flex: 0 0 100%;padding-left: 0;padding-top: 30px;}
.class-details{padding-top: 25px;}
.class-about-row{margin: 25px 0;}
.avilable-times{padding: 25px 0;}
.avilable-times-slider.owl-carousel .owl-dots{margin-top: 15px;}
.request-btn{margin-top: 25px;}
.class-details-dec{padding: 25px 0;}
.class-details-dec .card .btn{padding: 15px 0 5px;}
.class-details-dec .card .card-body{padding-bottom: 10px;}
.blog_detail_banner{min-height:150px;}
.blog-section {padding:30px 0 30px;}
.blogleft{width:100%;}
.blogright{width:100%;padding:30px 0 0}
.blogcontent{padding:15px;width:100%;}
.bloglistimg figure{border:none;}
.bloglistimg figure img{width:100%;}
.blogcontent h4{font-size:16px;}
.blogcontent span{padding-bottom:7px;}
.blogcontent p{margin-bottom:18px;}
.bloglistimg{width:100%;}
.pagination{margin-top:20px;padding:15px 10px;align-items: center;}
.recentpost{max-width:310px;margin:auto;padding:15px;}
.recentpost h4{margin-bottom:15px;}
.postcontent{padding-left:10px;}
.postcontent strong{font-size:13px;padding-bottom:7px;}
.pagination .page-link.prev_page, 
.pagination .page-link.next_page{font-size:0;}
.pagination .page-link{margin:0 8px;}
.pagination .page-link figure{margin:0;}
.pagination .disabled .page-link figure img {margin-top: -12px;}
.page-item:last-child .page-link{margin-right:0;}
.blog_detail{padding:30px 0;}
.blogdetail_panel h2{font-size:22px;}
.blogdetail_panel span{padding-bottom:10px;font-size:12px;}
.blogdetail_panel p{font-size:14px;line-height:23px;margin-bottom:15px;}
.blogdetail_panel figure{margin-bottom:15px;}
.comment_box{padding:30px 0 15px}
.comment_box ul {padding:0;}
.comment_form .btn {min-width: 130px;padding: 12px 15px;}
.blogdetail_panel h3{margin-bottom:20px}
.blog_detail.blog-section{padding-top: 20px;}
.comment_txtbox{display: block}
.comment_usertext{width: 100%; padding-left: 0px;}
.comment_box ul li{padding-bottom: 12px; margin-bottom: 20px;}
.blogdetail_panel p{margin-bottom: 12px;}
 .faq-block .accordionlink{font-size: 18px; line-height: 24px;}
    .faq-block{padding: 20px; margin-top: -30px;}
    .faq-block .dropdown{width: 348px;}
    .faq-block .dropdown .dropdown-toggle{font-size: 16px; padding-left: 15px;}
    .faq-block .accordion{margin-top: 12px;}
    
    /*-- Tutor Profile Edit Pages Css Start --*/
.after_login .user_account.mobile_visiable{margin-right:39px;}
.profile_toggle{padding-left: 36px;max-width: 153px;padding-right:15px;}

.accoutn_section {padding-bottom:30px;}
.profile_box{margin:0;}
.user_account .dropdown-menu{margin-top:13px;}
.account_left{width:100%;padding:15px;position: fixed;top: 0;left:-100%;z-index: 9999;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;margin:0;height:100%;overflow:hidden;overflow-y:auto}
.account_left.show{left:0;}
.profile-upload_box{width:140px;height:140px;}
.img-upload_box{right:-3px;}
.profile_box .profile_pic{width:140px;height:140px;border-width:5px;margin-bottom:15px;}
.account_right{width:100%;padding:20px 0 0;}
.title_row{padding-bottom:20px;}
.title_row h2{font-size:24px;margin:0}
.change_password h3{font-size:18px;margin-bottom:15px;}
.dashboard_form .form-group{margin-bottom:15px;}
.dashboard_form label{font-size:14px;}
.dashboard_form .form-control{height:42px;}
.change_password{padding-top:15px;}
.save-btn{padding:0;}
.save-btn .btn{min-width: 139px;height: 45px;padding: 0px 10px;margin-right:7px;}

.dashboard_menubtn {background: #f5f5f5;padding: 13px 15px;margin: 0;position:relative;}
.dashboard_menubtn h3{font-weight: 600;font-size: 16px;color: #42495c;margin: 0;}
.dashboard_toggle{display:inline-block;width:25px; height:15px; padding:0; position:absolute; top:15px; right:15px; margin:0px; -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;outline:none;border:none;}

    .title_row{padding-bottom:10px;}
    .dashboard_form .form-group{margin-bottom: 15px;}
.close_menu_btn {background: none;border: none;width: 30px;height: 30px;position: absolute;right:10px;top: 10px;}
.close_menu_btn:focus{outline:none;}
    .user_account ul li.user_box{margin-right: 36px;}
    .after_login .navbar-toggler{top: 6px;}
    .user_account{margin-left: 0px; padding-left: 0px;}.user_account::before{display: none;}
    .user_account ul li.user_box .profile_toggle {font-size: 0;}
    .user_account .dropdown-menu{left: auto !important; right: 0px !important;}
    .user_account .dropdown-menu {left: auto !important;right: 0px !important;transform: inherit !important;top: 31px !important;}
    .account_content{display: block;}
    .dashboard_toggle:focus{outline:none;}
    .dashboard_form{padding-top: 0px;}
.dashboard_toggle span{display:block;position:absolute;height:2px;width:100%;background:#000;border-radius:0px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.dashboard_toggle span:nth-child(1){top:0px;}
.dashboard_toggle span:nth-child(2),.dashboard_toggle span:nth-child(3){top:6px; left: -3px; }
.dashboard_toggle span:nth-child(4){top:12px;}
.dashboard_toggle.open span:nth-child(1){top:10px;width:0%;left:50%;}
.dashboard_toggle.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.dashboard_toggle.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.dashboard_toggle.open span:nth-child(4){top:18px;width:0%;left:50%;}
      .class_detail ul li{padding: 0px; margin-bottom: 20px; width: 100%;}
    .class_detail ul{margin: 0px;}
    .featured_content figure img{width: 100%;}
    .class_listing{padding: 20px 0px;}
    .class_btn .btn{font-size: 14px;padding: 14px 8px; line-height: 20px; height: inherit;}
    .latest_blog.blog_gragbg{padding-top: 20px;}
/*-- Tutor Profile Edit Pages Css End --*/
    
        .basic_infoview  .row{margin: 0px; border: none; padding-bottom: 0px; margin-bottom: 0px;}
.basic_infoview .form-group{margin: 0px; border-bottom: 1px solid #ddd; margin-bottom: 12px; padding-bottom: 12px; }
    
    
}
@media (max-width:479px) {  .faq-block .dropdown{width: 100%;} .faq-block .accordionlink{font-size: 16px; line-height: 20px; padding-top: 15px; padding-bottom: 15px;}}
.faq-block .accordionlink::after{top:27px;}




/*-- Tutor My Review Page Css Start --*/
.dashboard_menu > li.active > a figure img{margin-top:-28px; -ms-transition: all .8s ease 0s;-moz-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;-webkit-transition: all .8s ease 0s;
transition: all .8s ease 0s;}
.tutor_review{padding-top:40px;}
.tutor_review .title_row{display:flex;flex-wrap:wrap;justify-content: space-between;padding-bottom:15px;}
.shortby_group{display: flex;flex-wrap: wrap;align-items: center;}
.shortby_group label{font-size:15px;color:#737373;font-weight:500;padding-right:15px;margin:0}
.shortby_group select.form-control{font-size:15px;color:#737373;font-weight:500;height:40px;width:146px;border:1px solid #d2d3d5;background:#ffffff;padding-left:8px;padding-right:30px;text-align:left;-webkit-appearance:none;background-image: url(../images/dropdown_icon.svg);background-position: center right 10px;background-repeat: no-repeat;background-size:12px;}

.tutor_review_content{border-radius:5px;-webkit-box-shadow:0px 0px 9px rgba(33,35,47,0.09);-moz-box-shadow:0px 0px 9px rgba(33,35,47,0.09);box-shadow:0px 0px 9px rgba(33,35,47,0.09);background:#fff;padding:15px 10px;}
.tutor_review_content .review-list ul li{padding:15px 20px;border:none;margin:0;}
.tutor_review_content .review-list ul li:nth-child(even){background:#f6f7f8;}
.tutor_review_content .review-list ul li{align-items:flex-start;}
.tutor_review_content .review-list ul li .review-content .review-ratting i{color:#ffc106;font-size:16px;}
.tutor_review_content .review-list ul li figure {flex: 0 0 73px;max-width: 73px; -ms-flex: 0 0 73px;margin-bottom: 0;height:73px;}
.tutor_review_content .review-list ul li figure img{width:73px;height:73px;}
.tutor_review_content .review-list ul li .review-content .review-ratting{margin:0}
.tutor_review_content .review-list ul li .review-content .reviewer-name h5{font-size:16px;font-weight:500;color:#000000;}
.tutor_review_content .review-list ul li .review-content .review-msg{font-size:14px;font-weight:400;color:#737373;line-height:20px;margin-bottom:8px;}
.tutor_review_content .time{font-size:13px;color:rgba(115,115,115,0.7);}
.tutor_review_content .pagination{margin:20px 0 10px;background:none;flex-wrap: wrap;}
.tutor_review_content .pagination .page-link{font-size:15px;color:#4039a5;width:30px;height:30px;border:1px solid transparent;border-radius:50%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:3px 2px}
.tutor_review_content .pagination .active .page-link{border-color:#424242;color:#424242;background:#fff}
.tutor_review_content .pagination .last-page .page-link{border-color:#4039a5;color:#4039a5;background:#fff}
.tutor_review_content .pagination .next_page{margin-left:15px}


@media (min-width:768px) and (max-width:991px) {
.tutor_review_content .review-list ul li{padding:10px;}
.tutor_review_content .pagination .page-link{font-size:13px;width: 26px;height: 26px;    margin: 3px 1px;}
.tutor_review_content .pagination .next_page {margin-left: 10px;}
.tutor_review_content .review-list ul li .review-content .reviewer-name{display:block}
.tutor_review_content .review-list ul li .review-content .reviewer-name h5{margin-bottom:5px}
.shortby_group select.form-control{width:calc(100% - 80px)}
.review_shortby {width: 100%;padding: 18px 0 0;}
}
@media (max-width:767px) {
.tutor_review{padding:0}
.shortby_group select.form-control{width:calc(100% - 80px)}
.review_shortby {width: 100%;padding: 18px 0 0;}
.tutor_review_content .review-list ul li{padding:10px;}
.tutor_review_content .pagination{padding:0}
.tutor_review .title_row{text-align:center;display:block;}
.shortby_group{max-width:240px;margin:auto}
.shortby_group label{padding-right:10px;}


}
@media (max-width:479px) {
.tutor_review_content .review-list ul li{display:block;text-align:center;}
.tutor_review_content .review-list ul li figure{margin:auto;}
.tutor_review_content .review-list ul li .review-content .reviewer-name{display:block;}
.tutor_review_content .review-list ul li .review-content{padding:10px 0 0;text-align:center;}
}
/*-- Tutor My Review Page Css Start --*/


/*-- Tutor Dashboard --*/
.tutor_dashboard  .title_row {padding-bottom: 20px;padding-top: 29px;}
.tutor_dashboard .box-shadow{margin-bottom:15px;max-width:100%;border:none;padding:20px 20px 10px;}
.tutor_dashboard .box-shadow:last-child{margin:0}
.total_earning .title_box{padding-bottom:15px;}
.title_box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_box h3{font-size:20px;font-weight:400;color:#000000}
.title_box h3 strong{font-weight:600;margin-right:10px;}
.title_box h3 a{font-size:15px;color:#1775e7;}
.total_earning .title_box h3 strong{font-weight:700}
.title_box label{display:inline-block;vertical-align:middle;margin:0 10px 0 0;color:#747373;font-size:15px;font-weight:500;}
.title_box .form-control{width:144px;height:38px;border:1px solid #d2d3d5;color:#737373;display:inline-block;vertical-align:middle;}

.sessions_listing > li{display:block;padding:25px 0;border-bottom:1px solid #e4e7ea;}
.sessions_listing > li:last-child{border:none;}
.sessions_content {display: flex;flex-wrap: wrap;justify-content: space-between;}
.sessions_left{width:65%;padding-left:90px;position:relative;min-height:73px;padding-top:0;}
.sessions_left figure{width:73px;height:73px;border-radius:50%;overflow:hidden;border:1px solid #e4e7ea;position:absolute;top:0;left:0}
.sessions_left h4{font-size:16px;color:#1775e7;font-weight:500;margin-bottom:2px}
.student_about span{display:inline-block;margin-right:20px;color:#737373;font-size:15px;}
.student_about span b{color:#000;font-weight:600;}
.hours_txt{font-size:13px;color:rgba(115,115,115,0.7);padding-top:4px;}
.sessions_right{width:35%;text-align:right;}
.sessions_time strong{font-size:15px;color:#000;font-weight:700;display:block;margin-bottom:10px;}
.sessions_time strong span{font-size:13px;color:rgba(115,115,115,0.7);font-weight:400;margin-left:15px;}
.session_btn .btn{min-width:83px;padding:0 10px;height:37px;line-height:35px;font-size:14px;font-weight:600;margin-right:8px;background:#1775e7}
.session_btn .btn:last-child{margin:0}
.session_btn .btn.btn-primary-outline{background:none;color:#1775e7;border:1px solid #1775e7;}
.session_btn .btn.btn-primary-outline:before{background:#1775e7;}
.session_btn .btn.btn-primary-outline:hover{color:#fff}

.upcoming_session .sessions_listing > li{    border-bottom: 1px solid #e4e7ea;}
.tutor_dashboard .pagination{margin:20px 0 0;background:none;flex-wrap: wrap;}
.tutor_dashboard .pagination .page-link{font-size:15px;color:#4039a5;width:30px;height:30px;border:1px solid transparent;border-radius:50%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:3px 2px}
.tutor_dashboard .pagination .active .page-link{border-color:#424242;color:#424242;background:#fff}
.tutor_dashboard .pagination .last-page .page-link{border-color:#4039a5;color:#4039a5;background:#fff}
.tutor_dashboard .pagination .next_page{margin-left:15px}
.submenu > li.active > a{background-image:none}
.submenu > li.active > a:after, .submenu > li > a:hover:after {
    background: url(../images/blue_arrow_right.png) no-repeat;
}
.rating_box{padding:10px 0 15px;display:block;}

@media (min-width:768px) and (max-width:991px) {
.year_select{width:100%;padding-top:10px;}
.sessions_left{width:100%;}
.sessions_right{width:100%;text-align:left;padding-left:85px;padding-top:10px;}	
	
}
@media (max-width:767px){
.tutor_dashboard  .title_row {padding-bottom: 20px;padding-top: 0;}
.tutor_dashboard .box-shadow{padding:15px 10px 10px;}
.title_box h3{font-size:15px;}
.year_select{width:100%;padding-top:10px;}
.sessions_left{width:100%;}
.sessions_left h4{font-size:14px;}
.student_about span{font-size:13px;display:block;padding:2px 0}
.hours_txt{padding-top:0}
.sessions_time strong{font-size:14px;margin-bottom:7px;}
.sessions_right{width:100%;text-align:left;padding-left:85px;padding-top:4px;}
}