@charset "utf-8";
/* CSS Document */

body{font-family: 'Open Sans', sans-serif;font-size:14px;font-weight:400;}
a{text-decoration:none;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition: all 0.5s;transition:all 0.5s;display:inline-block;}
.section-title{text-align:center;}
.section-title h2{font-size:23px;color:#42495c;font-family: 'Poppins', sans-serif;font-weight:600;margin-bottom:2px;}
.section-title p{color:#42495c;font-size:15px;margin-bottom:0;}
.btn{font-size:15px;font-weight:600;border-radius:100px;padding: 13px 38px;}
.btn-primary {color: #fff;background-color: #f26822;border-color: #f26822;height:43px;line-height:40px;padding:0 33px;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover{background-color: #109d59;border-color: #109d59;}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus{box-shadow:none;}

.btn-secondary{background-color: #169e58;border-color: #fff;color:#fff;border-width:2px;}
.btn-secondary:hover {color: #fff;background-color: #f26822;border-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: #f26822;border-color: #fff;}

/*-- Header Start --*/
header{padding:7px 0 3px;font-weight:600;}
.left_panel{float:left;width:30%;}
.logo a{display:inline-block;}
.navigation{display: inline-block;vertical-align: middle;padding-bottom:3px;}
.user_login {display: inline-block;vertical-align: middle;margin-left: 10px;}
.navigation .navbar{padding:0;}
.navbar .nav-item .nav-item{font-size:15px;}
.navbar .navbar-nav .nav-link{color:#42495c;padding:0px 23px;}
.navbar .navbar-nav .nav-link:hover{color:#f26822;}
.right_panel{float:right;width:70%;text-align:right;padding-top:29px;}
.right_panel ul{margin-bottom:0;padding:0;}
.right_panel ul li{display:inline-block;}
.right_panel ul li{font-size:15px;}
.right_panel ul li .nav-link{color:#1d1d1d;padding:0 8px;text-decoration:none;}
.right_panel ul li.active .nav-link{color:#f26822;}
.right_panel ul li .nav-link:hover{color:#f26822;}
.right_panel ul li .btn{margin-left:10px;height:33px;min-width:88px;padding:0 10px;line-height:29px;font-size:14px;}
.right_panel ul li .btn img{display:none;}
.right_panel ul li .btn:hover{color:#fff;}
.navigation .navbar-toggler{position:absolute;right:0px;top:35px;}
.navigation .navbar-toggler:focus{outline:none}
.close_btn{background:none;padding:0;position:absolute;right:10px;top:10px;border:none;}
.close_btn img{height:15px;width:15px;}
.navbar-toggler{width:25px;height:25px;position:relative;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;float:right;padding:0;}
.navbar-toggler span{display:block;position:absolute;height:2px;width:100%;background:#42495c;border-radius:9px;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:8px;}
.navbar-toggler span:nth-child(4){top:16px;}
.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%;}

.navbar .dropdown .dropdown-toggle:after{display:none;}

/*-- Header Start --*/

/*-- Slider Start --*/
.slider {position: relative;}
.slider .carousel-item figure{position:relative;margin:0;text-align:center;}
.slider .carousel-item figure:after{content:"";position:absolute;top:0;left:0;background:rgba(39,44,59,0.55);width:100%;height:100%;max-width: 1920px;}
.carousel-indicators{margin-bottom:18px;}
.carousel-indicators li{background:#fff;opacity:0.3;border:none;width:30px;height:3px;margin:0 5px 0 0;border-radius:5px;}
.carousel-indicators li:last-child{margin:0;}
.carousel-indicators .active{opacity:1;}
.slider_search{position:absolute;left:50%;top:50%;bottom:auto; -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);color:#fff;width:800px;z-index:1;text-align:center;}
.slider_search h1{font-size:43px;color:#fff;font-family: 'Poppins', sans-serif;font-weight:700;margin-bottom:5px;}
.slider_search p{color:#fff;font-size:18px;}
.slider_search .input-group{max-width:577px;margin:38px auto 68px;background:#fff;border-radius:100px;}
.slider_search .form-control{height:50px;border-top-left-radius:100px;border-bottom-left-radius:100px;border:none;padding:0 30px;font-size:14px;color:#42495c;-webkit-appearance:none;background-image:url(../images/select_arrow.svg);background-position:center right 15px;background-repeat: no-repeat;}
.slider_search select::-ms-expand {	display: none; }
.slider_search .form-control:focus{outline:none;box-shadow:none;}
.slider_search .btn-secondary{min-width:170px;height:50px;line-height:46px;padding:0 10px 0 20px;font-size:16px;}
.btn-secondary.focus, .btn-secondary:focus{box-shadow:none;}
.slider_search .btn-secondary img{margin-left:7px;}
.slider_search .btn-primary{border-color:#fff;font-size:18px;height:50px;width:226px;line-height:46px;padding:0px 10px}
/*-- Slider End --*/

/*-- How Works Start --*/
.works{padding:30px 0 27px;text-align:center;}
.works ul{padding:0;margin:37px 0px 26px;font-size:0;}
.works ul li{display:inline-block;width:25%;font-size:14px;text-align:center;padding:0 30px;position:relative;}
.works ul li:after{content:"";background:#e6e7e9;width:1px;height:80px;position:absolute;bottom:2px;right:-2px;}
.works ul li:last-child:after{display:none;}
.works ul li h3{color:#42495c;font-size:16px;font-weight:700;margin-top:20px;}
.works ul li p{font-size:14px;color:#42495c;line-height:18px;margin-bottom:0;}
.works .btn-primary{width:196px;height:50px;font-size:18px;line-height:48px;padding:0px 10px}
.any_question{border:1px #f26822 dashed;background:#fafafa;max-width:293px;margin:auto;border-radius:5px;padding:15px;margin-top:32px;text-align:center;}
.any_question p{font-size:15px;color:#42495c;margin:0;}
.any_question strong{font-size:18px;display:block;font-weight:600;}
.any_question  a{color:#109d58;text-decoration:none;}
/*-- How Works End --*/

/*-- Online Tutoring Start --*/
.online_tutoring{background:#fafafa;padding:46px 0 70px;}
.online_tutoring .section-title{padding-left:28px;}
.tutoring_image{float:left;width:39%;}
.tutoring_image figure{margin:0;position:relative;z-index:1;}
.tutoring_image figure:after{content:"";position:absolute;left:-30px;bottom:-30px;background:#f4e4e3;width:89%;height:100%;z-index:-1;}
.tutoring_content{float:right;width:61%;padding-left:10px;text-align:center;}
.tutoring_content ul{font-size:0;padding:0;margin:15px 0 20px;}
.tutoring_content ul li{display:inline-block;width:32.3%;margin:30px 0;position:relative;}
.tutoring_content ul li:nth-child(3n+2) {width: 35%;padding-left: 10px;}
.tutoring_content ul li:nth-child(3n+0){padding-left:30px;}
.tutoring_content ul li:nth-child(3n+1){padding-right:10px;}
.tutoring_content ul li:after{content:"";background:#e6e7e9;width:1px;height:100%;position:absolute;top:0;bottom:2px;right:-2px;margin:auto;}
.tutoring_content ul li:nth-child(3n+0):after{display:none;}
.tutoring_content ul li:before{content:"";background:#e6e7e9;width:80%;height:1px;position:absolute;top:-33px;left:0;right:0;margin:auto;}
.tutoring_content ul li:nth-child(1):before, .tutoring_content ul li:nth-child(2):before, .tutoring_content ul li:nth-child(3):before{display:none;}
.tutoring_content h3{font-size:15px;color:#42495c;font-weight:600;margin-top:20px;line-height:20px;}
/*-- Online Tutoring End --*/

/*-- Webinars Start --*/
.webinars{padding:30px 0 40px;}
.webinars_txtbox{border:1px solid #acb0b8;}
.webinars .webinars_txtbox img{width:auto;}
.webinars-carousel{margin-top:34px;}
.user_info{background:#f1f9f5;position:relative;padding-left: 138px;height: 140px;display: flex;flex-wrap: wrap;align-content: center;}
.user_info figure{width:99px;height:99px;border-radius:50%;overflow:hidden;position:absolute;left:20px;top:20px;}
.user_info figure img{max-width:100%;}
.user_info h3{font-size:18px;color:#42495c;font-family: 'Poppins', sans-serif;font-weight:500;margin-bottom:0;width:100%;}
.user_info p{color:rgba(66,73,92,0.77);font-size:15px;margin-bottom:0;width:100%;}
.user_info span.star {display: block;width: 100%;margin-top: 10px;}
.user_detial{text-align:center;padding:4px 15px 20px;}
.user_detial p{font-size:14px;color:#42495c;margin-bottom:3px;line-height:17px;}
.user_detial strong{font-weight:600;color:#42495c;}
.user_detial strong span{font-weight:400;}
.user_detial ul{padding:0;margin:32px 0px 22px;font-size:0;}
.user_detial ul li{display:inline-block;text-align:center;list-style:none;position:relative;padding:0 23px;font-size:14px;}
.user_detial ul li:first-child{padding-left:0;}
.user_detial ul li:last-child{padding-right:0;}
.user_detial ul li:after{content:"";background:#e6e7e9;width:1px;height:100%;position:absolute;bottom:2px;right:-2px;}
.user_detial ul li:last-child:after{display:none;}
.user_detial ul li figure{margin-bottom:10px;}
.user_detial ul li img{display:block;margin:auto;}
.user_detial ul li figure img{height:37px;width:37px;}
.bottom_button a{margin-right:10px}
.bottom_button a:last-child{margin-right:0;}
.webinars-carousel.owl-carousel .owl-nav button:hover{background:none;}
.webinars-carousel.owl-carousel .owl-nav button:focus{outline:none;}
.webinars-carousel.owl-carousel .owl-nav button.owl-next, .webinars-carousel.owl-carousel .owl-nav button.owl-prev{position:absolute;top:50%;width:22px;height:18px;margin-top:-10px}
.webinars-carousel.owl-carousel .owl-nav button.owl-next span, .webinars-carousel.owl-carousel .owl-nav button.owl-prev span{display:none;}
.webinars-carousel.owl-carousel .owl-nav button.owl-prev{left:-42px;background-image:url(../images/prev-icon.svg);background-repeat:no-repeat;}
.webinars-carousel.owl-carousel .owl-nav button.owl-next{right:-42px;background-image:url(../images/next-icon.svg);background-repeat:no-repeat;}
/*-- Webinars End --*/

/*-- Footer Start --*/
footer{background:#42495c;padding:23px 0;}
.footer_nav {float:left;width:55%;padding-top:11px;}
.footer_nav ul{padding:0;margin:0;}
.footer_nav ul li{display:inline-block;padding-right:16px;font-weight:600;font-size:15px;}
.footer_nav ul li:last-child{padding-right:0;}
.footer_nav ul li a{color:#fff;text-decoration:none;}
.footer_social{float:right;width:45%;display:flex;flex-wrap:wrap;align-items: center;justify-content: flex-end;}
.footer_social ul{padding:0;margin:0 23px 0 0;display:flex;flex-wrap:wrap;}
.footer_social ul li{list-style:none;padding:0 5px}
.download_option a{margin-right:12px}
.download_option a:last-child{margin-right:0;}
/*-- Footer End --*/


/*-- Login Signup Start --*/
.form_title{text-align:center;margin-bottom: 30px;}
.form_title h2{font-size:23px;color:#42495c;font-weight:700;margin-bottom:4px;}
.form_title p{color:#42495c;font-size:15px;}
.leadform{border:none;border-radius: 7px;}
.leadform .modal-body{padding:16px 35px;}
.leadform .form-group{margin-bottom:13px;}
.leadform .form-control{height:49px;border-radius:100px;border:1px solid #e1e2e3;font-size:15px;color:#252525;padding-left:28px;white-space:nowrap;text-overflow:ellipsis;}
.leadform .form-control::-webkit-input-placeholder {color:#7d818c;}
.leadform .form-control::-moz-placeholder{color:#7d818c;}
.leadform .form-control:-ms-input-placeholder {color:#7d818c;}
.leadform .form-control:-moz-placeholder{color:#7d818c;}
.leadform .form-control:focus{outline:none;box-shadow:none;border:1px solid #42495c;}
.leadform select.form-control{padding-left:27px;-webkit-appearance:none;background-image: url(../images/select_arrow.svg);background-position: center right 30px;background-repeat: no-repeat;    background-size: 12px 7px;padding-right: 56px;}
select::-ms-expand {	display: none; }
.leadform .nav-tabs {border-bottom: none;justify-content: center;background: #e5e6e7;max-width: 330px;margin:-43px auto 31px;border-radius:100px;}
.leadform .nav-tabs .nav-item {width: 50%;text-align: center;margin:0;}
.leadform .nav-tabs .nav-link{border-radius: 100px;color:#42495c;font-size:18px;font-family: 'Poppins', sans-serif;font-weight:600;border:none;height: 46px;}
.leadform .nav-tabs .nav-link.active{background:#f26822;color:#fff;}
.forgotpassword {text-align: right;padding-top:12px;padding-right:21px;margin-bottom:17px;}
.forgotpassword a{text-decoration:none;color:#f26822;font-size:14px;}
.fb_signin {background: #3a559f;width: 266px;height: 50px;color: #fff;line-height: 50px;display: block;margin: auto auto 40px;padding: 0;position: relative;border-radius: 100px;text-decoration: none;font-size: 15px;padding-left: 46px;}
.fb_signin:hover{color:#fff;text-decoration:none;background:#5574c7;}
.fb_signin figure{position: absolute;left: 2px;top: 2px;display: inline-block;background: #fff;height: 46px;width: 46px;border-radius: 50%;line-height: 45px;}
.sepration{border-bottom: 1px solid #e1e2e3; position: relative; margin: 40px 0 30px;}
.sepration span {display: block;height: 55px;width: 55px;border-radius: 50%;position: absolute;left: 0;right: 0;margin: auto;background: #fff;top: 0;bottom: 0;line-height: 50px;text-align: center; text-transform: uppercase;font-size: 16px;color: rgba(66, 73, 92, 0.6);font-weight: 600;}
.leadform .login_form  .bottom_txt{margin-bottom:20px}
.signup_form .row{margin:0 -7px;}
.signup_form .col-sm-6, .signup_form .col-sm-12{padding:0 7px;}
.signup_form span{color:#7d818c;font-size:13px;display:block;text-align:right;padding-right: 17px;padding-top: 3px;}
.styled-selectors {margin-top:10px;position:relative;}
.styled-selectors > div{display:inline-block;position:relative;}
.styled-selectors label a{color: #23b4e8; outline: none; text-decoration: underline;}
.styled-selectors label{font-size:14px; color: #42495c;margin-bottom:0;}
.styled-selectors input[type=checkbox]:not(old){margin:0; padding:0; opacity:0; width:19px; height:19px; position:absolute; left:0px; cursor:pointer;}
.styled-selectors input[type=checkbox]:not(old)+label{display:inline-block; margin-left:0; padding-left:30px; line-height:19px; 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;}
.styled-selectors input[type="checkbox"]:not(old) + label{position: relative;}
.styled-selectors input[type="checkbox"]:not(old) + label:after{position: absolute; top:0px; left: 0px; content: ''; height:19px; width:19px; border-radius:2px; border: 1px solid #bec0c5;  -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;}
.styled-selectors input[type="checkbox"] + label:before{position: absolute; top:0px; left: 0px; margin:0; content: ''; height:19px; width:19px; bottom: 0px; background-image: url("../images/chekbox-check.png"); -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);background-size:10px;background-repeat: no-repeat;background-position: center;background-color: #f26822;z-index: 1;border-radius: 2px;}
.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); }
.leadform .btn{width:196px;height:50px;font-size:18px;font-weight:600;margin-top:20px;}
.leadform .bottom_txt{margin-top:25px;margin-bottom:0;}
.leadform .bottom_txt a{text-decoration:none;color:#f26822;}
.modal-backdrop{background:rgba(15,17,23,0.65);opacity:1;}
.modal-backdrop.show {opacity: 1;}
/*-- Login Signup End --*/

/*-- tutor List Start --*/
.inner_banner{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f55655+34,fa7f80+100 */
background: rgb(245,86,85); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(245,86,85,1) 34%, rgba(250,127,128,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(245,86,85,1) 34%,rgba(250,127,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(245,86,85,1) 34%,rgba(250,127,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55655', endColorstr='#fa7f80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */display: flex;align-items: center;flex-wrap: wrap;height:143px;text-align:center;}
.inner_banner h1{font-size:33px;color:#ffffff;font-family: 'Poppins', sans-serif;font-weight:700;margin: 0;}


.tutor_listing{padding:23px 0 40px;}
.tutor_fillter{background:#42495c;border-radius:10px;padding:12px 10px}
.tutor_title{padding:7px 0 0 10px}
.tutor_fillter h2{font-family: 'Poppins', sans-serif;font-weight:600;color:#fff;font-size:23px;margin:0;}
.grade{display:inline-block;}
.carriculum{display:inline-block;margin-left:13px;}
.tutor_fillter label{font-size:14px;color:#ffffff;margin-right:4px;}
.tutor_fillter select{width:117px;height:40px;border-radius:100px;font-size:15px;color:#7d818c;padding-left:19px;padding-right:40px;-webkit-appearance:none;background-image: url(../images/select_arrow.svg);background-position: center right 17px;background-repeat: no-repeat;    background-size: 12px 7px;border:none;}
.tutor_fillter select:focus{outline:none;}

.tutor_list{font-size:0;margin:0 -16px 50px;padding:0;}
.tutor_list li{font-size:14px;display:inline-block;width:50%;padding:28px 16px 2px;vertical-align:top;}
.tutor_textbox{border:1px solid #acb0b8;display: flex;flex-wrap: wrap;}
.image_left {width:43.5%;background:#f1f9f5;text-align:center;padding:20px;position:relative;}
.image_left figure{width:98px;height:98px;border:0;border-radius:100%;overflow:hidden;margin:auto auto 10px;}
.image_left figure img{max-width:100%;}
.image_left h3{font-size:18px;color:#42495c;font-family: 'Poppins', sans-serif;font-weight:500;margin-bottom:2px;}
.image_left span{display:block;color:#42495c;font-size:15px;}
.image_left span.star{margin-top:3px;}
.info_right {width:56.5%;padding:15px 15px 75px;color:#42495c;line-height:18px;position:relative;}
.view_profile{width:156px;height:43px;color: #fff;line-height: 40px;display: block;margin:40px auto 0;padding: 0;position: relative;font-size: 15px;padding-left:53px;border:none;text-align:left;}
.view_profile img{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.view_profile:hover{text-decoration:none;}
.view_profile:hover img{opacity:0;visibility:hidden;}
.hover-img{position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;text-align:center;opacity:0;visibility:hidden;}
.view_profile:hover .hover-img{opacity:1;visibility:visible;}
.view_profile figure{position: absolute;left:1px;top:1px;background: #fff;height: 41px;width: 41px;border-radius: 50%;display: flex;justify-content: center;align-items: center;text-align:center;border:none;}
.tutor_detail{padding:4px 4px 0;}
.info_right span{display:block;margin-bottom:5px}
.info_right span strong{font-weight:600;}
.info_right p{margin-top:20px;}
.info_right .bottom_button {margin-top: 29px;position: absolute;left: 18px;bottom: 20px;}
.info_right .bottom_button a{padding: 0 10px;width:137px;margin-right:7px;}
.info_right .bottom_button a:last-child{margin-right:0;}
.heart_icon{display:block;height:30px;width:30px;background:#6a727f;text-align:center;line-height:28px;border-radius:50%;position:absolute;top:20px;right:20px;}
.heart_icon:hover{background:#f26822;}
.loader{font-size:18px;color:#42495c;font-weight:300;text-align:center;} 
.loader img{max-width:39px;max-height:39px;margin-right:10px;}
.sendmsg_field h3{color:#42495c;font-size:18px;font-weight:600;margin-bottom:27px;}
.sendmsg_field h3 span{color:#f26822;}
.sendmsg_field .form-control{height:259px;border:1px solid #e1e2e3;border-radius:23px;resize:none;font-size:15px;color:#7d818c;padding: 20px 20px 20px 25px;}
.send_buttton{text-align:center;margin-top:37px;}
.send_buttton .btn{font-size:18px;height:50px;width:126px;line-height:45px;}
.sendmsg_modal .modal-content{border-radius:7px;border:none;}
.sendmsg_modal .modal-body{padding:26px 36px 35px;}
/*-- tutor List End --*/

/*-- Subjects End --*/
.subjects_banner{background:#169e58;}
.subjects_banner h1{font-weight:600;}

.subject_listing {padding: 7px 0 55px;}
.subjects_row{display:flex;flex-wrap: wrap;padding:0;margin:0 -13px 66px;}
.subjects_row > li{padding:27px 13px 0;width:25%;list-style:none;display:flex;flex-wrap: wrap;}
.subject_textbox{border-radius:10px;border:1px solid #cdcdcd;width:100%;}
.subject_title{border-radius:10px;margin:-1px -1px 0;height:103px;}
.subject_title > div{width:100%;height:100%;display: flex;align-items: center;background-position: center left 10px !important;position:relative;    padding-left: 100px;}
.subject_title figure {position: absolute;left:29px;top: 26px;}
.subject_title h2{font-size:24px;color:#fff;font-family: 'Poppins', sans-serif;font-weight:500;margin:0;}

.maths{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f55655+0,f97878+100 */
background: rgb(245,86,85); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(245,86,85,1) 0%, rgba(249,120,120,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(245,86,85,1) 0%,rgba(249,120,120,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(245,86,85,1) 0%,rgba(249,120,120,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55655', endColorstr='#f97878',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.maths > div{background-position:center left !important;}
.chemistry{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fea246+0,ffc46c+100 */
background: rgb(254,162,70); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(254,162,70,1) 0%, rgba(255,196,108,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(254,162,70,1) 0%,rgba(255,196,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(254,162,70,1) 0%,rgba(255,196,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea246', endColorstr='#ffc46c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.chemistry > div{background-position:center left -10px !important;}
.english{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0bc0e5+1,14d5ef+100 */
background: rgb(11,192,229); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(11,192,229,1) 1%, rgba(20,213,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(11,192,229,1) 1%,rgba(20,213,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(11,192,229,1) 1%,rgba(20,213,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bc0e5', endColorstr='#14d5ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.english > div{background-position:center left 5px !important;}
.physics{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b6979+0,8593a1+100 */
background: rgb(91,105,121); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(91,105,121,1) 0%, rgba(133,147,161,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(91,105,121,1) 0%,rgba(133,147,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(91,105,121,1) 0%,rgba(133,147,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6979', endColorstr='#8593a1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.socialscience{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed70de+0,f895ee+100 */
background: rgb(237,112,222); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(237,112,222,1) 0%, rgba(248,149,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(237,112,222,1) 0%,rgba(248,149,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(237,112,222,1) 0%,rgba(248,149,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed70de', endColorstr='#f895ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.socialscience > div{background-position:center left 0px !important;}
.technology{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07d1d3+0,01e4e6+100 */
background: rgb(7,209,211); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(7,209,211,1) 0%, rgba(1,228,230,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(7,209,211,1) 0%,rgba(1,228,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(7,209,211,1) 0%,rgba(1,228,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07d1d3', endColorstr='#01e4e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.business{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6229ce+0,8e4ae1+100 */
background: rgb(98,41,206); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(98,41,206,1) 0%, rgba(142,74,225,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(98,41,206,1) 0%,rgba(142,74,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(98,41,206,1) 0%,rgba(142,74,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6229ce', endColorstr='#8e4ae1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.subject_list {padding:20px 13px 20px 40px;margin:0;}
.subject_list li{display:block;font-size:16px;color:#42495c;margin-bottom:10px;position:relative;padding-left:30px;}
.subject_list li:last-child {margin-bottom: 0;}
.subject_list li figure{position:absolute;left:0;top:0;}
.seemore_button {text-align: center;margin-top: 47px;}
.seemore_button .btn{height: 50px;line-height: 46px;padding: 0px 27px;font-size: 18px;}
/*-- Subjects End --*/


/*-- How It Work Start --*/
.how_work{padding:55px 0;}
.how_work ul{padding:0;max-width: 810px;margin: auto;}
.how_work ul li{display:block;padding-bottom: 90px;position:relative;}
.how_work ul li:after{content:"";position:absolute;right: -66px;width:1px;height:50%;border-right:2px dashed #b2dfc8;}
.how_work ul li:nth-child(odd):after{top:130px;height:calc(100% - 130px);}
.how_work ul li:nth-child(even):after{top: -5px;height: 120px;}
.how_work ul li:last-child:after{display:none;}

.how_work ul li:before{content:"";position:absolute;left: -66px;width:1px;height:50%;border-right:2px dashed #b2dfc8;}
.how_work ul li:nth-child(even):before{top:130px;height:calc(100% - 130px);}
.how_work ul li:nth-child(odd):before{top: 5px;height: 105px;}
.how_work ul li:first-child:before{display:none;}
.how_work ul li:last-child{padding-bottom:0;}

.work_img{float:left;width:45.5%;padding-left: 11px;}
.work_img figure{position:relative;display:inline-block;}
.work_img .count_number{font-size:130px;color:rgba(66, 73, 92, 0.10);font-family: 'Poppins', sans-serif;font-weight:400;position:absolute;right:10px;top:-10px;}
.how_work ul li:nth-child(2n+0) .count_number{right:auto;left:0;}
.how_work ul li:nth-child(2n+0) .work_img{padding-left:0;text-align:right;}
.how_work ul li:nth-child(4) .count_number{right:auto;left:-18px;}
.how_work ul li:nth-child(1) .count_number{right:20px;}
.how_work ul li:nth-child(even) .work_txtbox{float:left;}
.how_work ul li:nth-child(even) .work_img{float:right;}
span.shape1 {position: absolute;right: -61px;top: 119px;}
span.shape2 {position: absolute;right: -63px;top:105px;}
span.shape3 {position: absolute;left: -63px;top: 119px;}
span.shape4 {position: absolute;left: -61px;top:100px;}
.work_txtbox {float:right;width:54.5%;padding-top: 53px;}
.work_txtbox h3{font-size:23px;color:#42495c;font-weight:700;margin-bottom: 17px;}
.work_txtbox p{color:#42495c;font-size:14px;line-height:19px;margin-bottom:0;}

.sample_class{padding:10px 0 70px;}
.sample_content{max-width:910px;margin:auto;}
.video_box{background:#f3f3f3;border:1px solid #d5d7dc;text-align:center;border-radius:10px;padding:10px;}
.video_box h3{color:#42495c;font-size:23px;margin:0;font-weight:700;padding:10px 0 20px;}
.left_box {float: left;width:62.1%;}
.left_box .video_iframe{border-radius:10px;border:none;width:100%;height:300px;}
.left_box figure{margin-bottom:0;position:relative;}
.right_box{float: right;width:37.9%;text-align:center;padding:58px 0 0 50px;}
.right_box .any_question{margin:31px auto 47px;}
.sign_up{width:199px;}
.right_box .btn{font-size:18px;height:50px;line-height:45px;padding:0 26px;}
.play_icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:block;height:83px;width:83px;}
.play_icon img{max-width:100%;}
/*-- How It Work End --*/

/*-- Pricing Page Start --*/
.pricing_banner{background:#169e58 url(../images/shadow_img.png) no-repeat;background-position:center bottom; text-align:center;min-height:460px;padding-top:43px;}
.pricing_banner h1{font-family: 'Poppins', sans-serif;font-weight:600;color:#fff;font-size:33px;margin:0 0 2px }
.pricing_banner p{font-size:18px;color:#fff;margin-bottom:0;}
.plan {margin-top:-302px;margin-bottom:33px;}
.plan .plan_list{display:flex;flex-wrap:wrap;padding: 0 61px;margin: 0 -15px;}
.plan .plan_list > li{width:31.1%;list-style:none;padding:0 15px;}
.plan_detial{text-align:center;padding:51px 10px 0}
.plan_tilte{border-bottom:1px solid #67b888;margin-bottom:25px;padding: 0 20px 14px;}
.plan_detial h3{font-size:27px;color:#fff;font-family: 'Poppins', sans-serif;font-weight:600;margin-bottom: 6px;}
.plan_detial p{font-size:14px;color:#fff;line-height:18px;}
.plan_detial .plan_price{font-size:33px;color:#fff;font-family: 'Poppins', sans-serif;font-weight:300;line-height:36px;margin-bottom: 67px;}
.plan_detial .plan_price span{font-size:23px;font-weight:600;display:block;}
.plan ul li.standard_plan{width: 37.8%;}
.plan ul li.standard_plan .plan_detial{background:#fff;padding:51px 45px 51px;border-radius:6px;box-shadow:0 0 27px rgba(66, 73, 92, 0.11);position:relative;overflow:hidden;}
.standard_label{background: #f26822;font-size: 13px;color: #fff;font-weight: 600;padding: 5px 55px;position: absolute;left: -60px;top: 31px;transform: rotate(-45deg);letter-spacing: 0.1px;}
.plan ul li.standard_plan .plan_tilte{border-color:#c6c8ce;}
.standard_plan .plan_detial h3{color:#42495c;}
.standard_plan .plan_detial p{color:#42495c;}
.standard_plan .plan_price span{color:#169e58}
.plan .btn{padding: 0px 15px;font-size: 18px;width:196px;height: 50px;line-height: 44px;}
.plan_detial h4{color:#42495c;font-family: 'Poppins', sans-serif;font-weight:600;font-size:18px;}
.included_plan {padding: 40px 0 0;}
.included_plan ul{padding:0;margin: 22px 0 0;}
.included_plan ul li{display:block;font-size:14px;color:#42495c;margin-bottom: 9px;}
.included_plan ul li figure{margin-bottom:0;display:inline-block;vertical-align:text-bottom;margin-right:7px;}


.pay_box{max-width:404px;margin:59px auto auto;position:relative;padding:41px 50px 30px;border: 1px #f26822 dashed;background: #fafafa;border-radius: 5px;text-align:center;}
.pay_box .sepration{border: 1px #f26822 dashed;background: #fafafa;border-radius:50%;width:67px;height:67px;position: absolute;top: -39px;left: 0;right: 0; margin: auto;display:flex;align-items:center;justify-content:center;font-size:23px;color:#42495c;font-family: 'Poppins', sans-serif;font-weight:500;}
.pay_box h3{font-family: 'Poppins', sans-serif;font-weight:600;font-size:27px;}
.pay_box p{font-size:14px;line-height:18px;margin-bottom: 12px;}
.pay_box strong{font-family: 'Poppins', sans-serif;font-weight:300;font-size:33px;color:#42495c;display:block;margin-bottom: 27px;}
.pay_box strong span{font-size:23px;}

.plan .any_question{margin-top: 36px;padding: 13px 15px 16px;}

/*-- Pricing Page End --*/

/*-- My Favorite Tutors Page Start --*/
.favorite_tutor {padding:0px 0 100px;}
.favorite_tutor .tutor_list li:nth-child(-n+2){padding-top:0;}
.favorite_tutor .heart_icon{background: #f26822;}
/*-- My Favorite Tutors Page End --*/

/*15-9-2019*/
.slider_search.new-searchbar{position: relative;left: auto;top: auto;bottom: auto;transform: inherit;width: 100%;z-index: 1;text-align: center;background-color:#f26822;right: auto;margin: auto;}
.slider_search.new-searchbar .searchbox{max-width: 755px;display: flex;padding: 20px 0px;margin: auto;}
.carousel-caption.slider-content h1 {font-size: 43px;color: #fff;font-family: 'Poppins', sans-serif;font-weight: 700;margin-bottom: 5px;}
.carousel-caption.slider-content {bottom: 110px;}
.carousel-caption.slider-content p {color: #fff;font-size: 18px;}
.slider_search.new-searchbar .input-group {margin: 0 auto 0;max-width: 495px;}
.slider_search.new-searchbar .searchbox .btn-primary {color: #f26822;background-color: #fff;border-color:#fff;width: 215px;}
.slider_search.new-searchbar .searchbox .btn-primary:hover {background-color: #f26822; color:#fff;}
.slider_search.new-searchbar .searchbox .btn-secondary {min-width:155px;}
.slider_search.new-searchbar .searchbox .form-control {background-position: center right 28px;}
/*15-9-2019*/



/*-- Responsive Start --*/
@media (min-width: 1230px){
.container {
    max-width:1200px;
}
}
@media (min-width: 1200px){
.slider .carousel-item figure img {position: relative;left: 50%;margin-left: -100%;}
}	
@media (min-width:992px){
.navigation .navbar-toggler{display:none;}
}
@media (min-width:576px){
.login_signup .modal-dialog{max-width:528px;margin:83px auto;}
.sendmsg_modal .modal-dialog{margin:82px auto;max-width:528px;}
}
@media (min-width:992px) and (max-width:1229px) {
.user_login{margin-left: 9px;}
.works ul li{padding:0 20px;}
.tutoring_image img{max-width:100%;}
.tutoring_image figure:after{left:-20px;bottom: -20px;}
.tutoring_content ul li {margin: 20px 0;}
.tutoring_content ul li:before{top: -26px;}
.user_detial ul li{padding:0 9px;}
.btn-primary{padding:0 21px;height:38px;line-height: 35px;}
.bottom_button a{margin-right:3px}
.user_info {padding-left: 120px;height: 125px;}
.user_info figure {width: 85px;height: 85px;}
.user_detial p br{display:none;}
.user_detial ul li figure img{height:22px;width:22px;}
.footer_nav{width: 60%;padding-top: 3px;}
.footer_nav ul li {padding-right: 10px;font-size: 14px;}
.footer_social {width: 40%;}
.footer_social ul{margin: 0 10px 0 0;}
.footer_social ul li {padding: 0 3px;}
.download_option a {margin-right: 4px;}
.download_option a img {max-width: 96px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-prev{left:-35px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-next{right:-35px;}

/*-- tutor List Start --*/
.image_left{width: 40%;padding: 20px 15px;}
.info_right {width: 60%;padding: 15px 15px 63px;}
.info_right .bottom_button a {padding: 0 9px;width: 115px;margin-right: 4px;font-size: 13px;}
.view_profile {width: 145px;height: 38px;line-height: 37px;font-size: 13px;padding-left: 50px;}
.view_profile figure {height: 36px;width: 36px;line-height: 32px;}
.heart_icon{top: 10px;right: 10px;}
.info_right p {margin-top: 15px;}
.info_right .bottom_button { margin-top: 21px;}
/*-- tutor List End --*/

/*-- Subjects Start --*/
.subjects_row > li{width:33.33%;}
/*-- Subjects End --*/

/*-- Pricing Page Start --*/
.plan .plan_list{padding:0;}
.plan_detial{padding: 51px 0 0;}
.plan ul li.standard_plan .plan_detial{padding: 51px 30px 51px;}
.standard_label {font-size: 12px;padding: 5px 45px;left: -47px;top: 26px;}
/*-- Pricing Page End --*/

}

@media (min-width:768px) and (max-width:991px) {
	.btn-primary{padding:0 21px;height:38px;line-height: 35px;}
	/*-- Slider Start --*/
.slider_search{width:90%;margin:auto;}
.slider_search h1{font-size:36px;}
/*-- Slider End --*/

/*-- How Works Start --*/

.works ul{margin-top:15px;}
.works ul li{width:50%;padding:0 30px;margin:20px 0;}
.works ul li:nth-child(2n+0):after{display:none;}
/*-- How Works End --*/

/*-- Online Tutoring Start --*/
.online_tutoring{padding:46px 0 46px;}
.online_tutoring .section-title{padding-left:0;}
.tutoring_image{float:none;width:100%;text-align:center;}
.tutoring_image figure{display:inline-block;}
.tutoring_content{float:none;width:100%;padding-left:0;margin-top: 70px}
/*-- Online Tutoring End --*/

/*-- Webinars Start --*/
.user_detial ul li{padding:0 16px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-prev{left:-30px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-next{right:-30px;}
/*-- Webinars End --*/

/*-- Footer Start --*/
.footer_nav {float:none;width:100%;padding:0 0 20px;text-align:center}
.footer_social{float:none;width:100%;justify-content: center;}
/*-- Footer End --*/

/*-- tutor List Start --*/
.tutor_title{margin-bottom:10px;text-align:center;}
.tutor_fillter .col-md-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%;}
.tutor_fillter .text-right{text-align:center !important}
.tutor_list li{width:100%;}
.view_profile {height:38px;line-height:36px;margin:20px auto 0;font-size:15px;padding-left:49px;}
.view_profile figure {height: 36px;width: 36px;border-radius: 50%;line-height: 33px;}
.info_right{padding: 15px 15px 69px;}
/*-- tutor List End --*/
	
/*-- Subjects Start --*/
.subjects_row{margin-bottom:40px;}
.subject_list {padding: 10px 13px 20px 20px;}
.subjects_row > li{width:50%;}
/*-- Subjects End --*/

/*-- How It Work Start --*/
.how_work ul{max-width:600px;}
.how_work ul li{padding-bottom:50px;}
.work_img img{max-width:100%;}
.work_img .count_number{font-size:90px;}
.work_txtbox{padding:0 0 0 20px;}
.how_work ul li:nth-child(even) .work_txtbox{padding:0 20px 0 0px;}
.right_box {padding: 58px 0 0 30px;}
/*-- How It Work End --*/

/*-- Pricing Page Start --*/
.plan .plan_list{padding:0;}
.plan_detial{padding:40px 0 0;}
.plan ul li.standard_plan .plan_detial{padding:40px 20px 51px;}
.plan_tilte{padding: 0 0px 14px;}
.plan_detial .plan_price{font-size:27px;line-height: 29px;}
.plan_detial .plan_price span{font-size:18px;}
.plan .btn {width: 160px;height: 46px;line-height: 41px;}
.standard_label {font-size: 11px;padding: 5px 45px;left: -47px;top: 26px;}
/*-- Pricing Page End --*/

/*-- My Favorite Tutors Page Start --*/
.favorite_tutor {padding:0px 0 60px;}
.favorite_tutor .tutor_list li{padding:0 0 28px;}
.favorite_tutor .tutor_list li:last-child{padding-bottom:0;}
/*-- My Favorite Tutors Page End --*/
}
@media (max-width:991px) {
.open-menu{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.navigation .navbar{position:inherit;}
.navbar_menu {position: fixed;right:-100%;top: 82px;background:#42495c;width: 100%;height: calc(100% - 82px);z-index: 999;text-align: left;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition: all 0.5s;transition:all 0.5s;border-top:1px solid #f5f5f5;}
.navbar_menu.show{right:0;}
.right_panel {padding-right: 41px;position:relative;}
.navbar .navbar-nav .nav-link {padding: 10px 23px;border-bottom:1px solid rgba(255,255,255,0.07);color:#fff;}
}

@media (max-width:767px) {
.btn-primary{padding:0 19px;height:38px;line-height: 35px;}
.left_panel {width: 67%;}
.right_panel {width:33%;padding-top:15px;padding-right: 33px;}
.right_panel ul li .btn {margin-left: 0;min-width: 100%;padding: 0 5px;line-height: 30px;font-size: 0;background: none;border: none;}
.right_panel ul li .btn:hover{background:none;border:none;}
.right_panel ul li .btn.btn-primary:not(:disabled):not(.disabled).active, .right_panel ul li .btn.btn-primary:not(:disabled):not(.disabled):active, .right_panel ul li .btn.show>.btn-primary.dropdown-toggle, .right_panel ul li .btn.btn-primary:hover{background:none;border:none;}
.right_panel ul li .btn img{display:block;}
.right_panel ul li.signup{display:none;}
.user_login{margin-left:0;}	
.navigation .navbar-toggler{right:0px;top:17px;}
.left_panel img{max-width:192px;}
.navbar_menu{top:69px;height: calc(100% - 69px);}

/*-- Slider Start --*/
.slider_search{width:100%;margin:auto;position:relative;left:0;top:0;-moz-transform:none;-ms-transform:none;-o-transform:none;-webkit-transform: none;transform:none;background:#169e58;padding:15px;}
.slider_search h1{font-size:24px;max-width:290px;margin:auto;}
.slider_search p{font-size:16px;max-width:290px;margin:auto;}
.slider .carousel-item figure img{width:100%;}
.slider_search .input-group{margin: 18px auto 22px;max-width:290px;}
.slider_search .form-control{height:40px;}
.slider_search .btn-secondary{min-width: 120px;height: 40px;line-height:36px;}
.slider_search .btn-primary {font-size: 15px;height: 45px;width: 186px;line-height: 41px;}
.slider_search .btn-primary:not(:disabled):not(.disabled).active, .slider_search .btn-primary:not(:disabled):not(.disabled):active, .slider_search .show>.btn-primary.dropdown-toggle, .slider_search .btn-primary:hover{border-color:#fff;}
/*-- Slider End --*/

/*-- How Works Start --*/
.works ul{margin-top:15px;margin-bottom:10px;}
.works ul li{width:50%;padding:0 13px;margin:20px 0;}
.works ul li:nth-child(2n+0):after{display:none;}
.works .btn-primary {width: 146px;height: 40px;font-size: 16px;line-height: 36px;}
/*-- How Works End --*/

/*-- Online Tutoring Start --*/
.online_tutoring{padding:46px 0 46px;}
.online_tutoring .section-title{padding-left:0;}
.tutoring_image{float:none;width:100%;text-align:center;}
.tutoring_image figure{display:inline-block; padding-left: 20px;}
.tutoring_image figure:after {left: 0;bottom: -20px;}
.tutoring_image figure img{max-width:100%}
.tutoring_content{float:none;width:100%;padding-left:0;margin-top: 70px}
.tutoring_content ul li{width:50%;}
.tutoring_content ul li:nth-child(3n+1){padding-right:0px;}
.tutoring_content ul li:nth-child(3n+2) {width:50%;padding-left:0px;}
.tutoring_content ul li:nth-child(3n+0) {padding-left:0px;}
 .tutoring_content ul li:nth-child(3):before{display:block;}
  .tutoring_content ul li:nth-child(3):after{display:block;}
  .tutoring_content ul li:nth-child(2n+0):after{display:none;}
/*-- Online Tutoring End --*/

/*-- Webinars Start --*/
.user_detial ul li{padding:0 16px;}
.user_info {padding-left: 120px;height: 125px;}
.user_info figure {width: 85px;height: 85px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-prev{left:-30px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-next{right:-30px;}
/*-- Webinars End --*/

/*-- Footer Start --*/
.footer_nav {float:none;width:100%;padding:0 0 20px;text-align:center}
.footer_social{float:none;width:100%;justify-content: center;}
.footer_social ul{width:100%;margin:0 0 20px;justify-content: center;}
.footer_nav ul li{padding:0 7px;}
.download_option a img {max-width:135px;}
/*-- Footer End --*/

/*-- tutor List Start --*/
.inner_banner{height:120px;}
.inner_banner h1 {font-size: 28px;}
.tutor_fillter{text-align:center;}
.tutor_fillter h2{font-size:20px;}
.tutor_title{margin-bottom:10px;padding-left: 0;}
.tutor_fillter .text-right{text-align:center !important}
.tutor_list{margin:0 0px 50px}
.tutor_list li{width:100%;padding:28px 0px 2px}
.info_right .bottom_button {margin-top: 18px;position:relative;left:0;bottom:0;}
.view_profile{margin-top:15px;}
.tutor_list{margin-bottom:25px;}
.image_left{width:100%}
.info_right{width:100%;text-align:center;padding:15px;}
/*-- tutor List End --*/
/*-- Subjects Start --*/
.subject_list {padding: 10px 13px 20px 20px;}
.subjects_row > li{width:50%;}
.subject_title h2{font-size:22px;}
.subject_title > div{padding-left:95px;}
/*-- Subjects End --*/

/*-- How It Work Start --*/
.how_work {padding: 35px 0;}
.how_work ul{max-width:100%;}
.how_work ul li{padding-bottom:40px;}
.how_work ul li:after, .how_work ul li:before{display:none;}
span.shape1, span.shape2, span.shape3 ,span.shape4{display:none;}
.work_img{width:100%;float:none;text-align:center;}
.work_txtbox{width:100%;float:none;text-align:center;}
.work_img img{max-width:230px;}
.work_img .count_number{font-size:90px;}
.work_txtbox{padding:20px 0 0;}
.work_txtbox h3{font-size:20px;margin-bottom:10px;}
.how_work ul li:nth-child(even) .work_txtbox{padding:20px 0 0;float:none;text-align:center;}
.how_work ul li:nth-child(even) .work_img{float:none;text-align:center;}
.right_box {padding:40px 0 0;float:none;width:100%;}
.left_box{float:none;width:100%;}
.right_box .any_question {margin: 25px auto 25px;}
.sample_class {padding: 10px 0 40px;}
.sign_up{width:160px;}
.right_box .btn{height:43px;line-height:40px;font-size:15px;}
.play_icon{width:50px;height:50px;}

/*-- How It Work End --*/

/*-- Pricing Page Start --*/
.pricing_banner {min-height:100%;padding:20px 0;background:#169e58 ;}
.pricing_banner h1{font-size:24px;}
.pricing_banner p{font-size:14px;}
.plan{margin-top:30px;}
.plan .plan_list > li{width: 100%;margin-bottom:20px;}
.green-bg {background: #169e58;padding:20px;margin-bottom:30px;}
.plan ul li.standard_plan{width: 100%;}
.plan .plan_list{padding:0;}
.plan_detial{padding:0;border:1px solid #efefef;border-radius: 6px;overflow:hidden}
.plan ul li.standard_plan .plan_detial{padding:0px;border:none;}
.plan_tilte{padding: 0 0px 14px;border-color:#efefef;margin-bottom:14px;}
.plan_tilte p{margin-bottom:0;}

.plan_detial .plan_price{font-size:27px;line-height: 29px;margin-bottom:0;}
.standard_plan .plan_detial h3 {color: #fff;}
.standard_plan .plan_detial p {color: #fff;}
.standard_plan .plan_price span{color:#fff;}
.plan_detial .plan_price span{font-size:18px;}
.plan .btn {width: 160px;height: 46px;line-height: 41px;}
.included_plan {padding: 25px 0;}
.pay_box h3{font-size:23px;}
.pay_box strong{font-size:28px;margin-bottom: 10px;}
.pay_box{margin: 40px auto auto;}
.plan .any_question {margin-top: 25px;}
.standard_label {font-size: 11px;padding: 5px 45px;left: -47px;top: 26px;}
/*-- Pricing Page End --*/

/*-- My Favorite Tutors Page Start --*/
.favorite_tutor {padding:0px 0 30px;}
.favorite_tutor .tutor_list li{padding:0 0 28px;}
.favorite_tutor .tutor_list li:last-child{padding-bottom:0;}
/*-- My Favorite Tutors Page End --*/
}
	
@media (max-width:575px) {
.slider_search h1{max-width:290px;margin: auto auto 13px;line-height: 28px;}
.slider_search p{max-width:290px;margin:auto;line-height:20px;}
/*-- How Works Start --*/
.works ul{margin-top:15px;}
.works ul li{width:100%;}
.works ul li:after {width: 70%;height: 1px;position: absolute;bottom: -18px;right: 0;left: 0;margin: auto;}
.works ul li:nth-child(2n+0):after{display:block;}
.works ul li:last-child:after{display:none;}
/*-- How Works End --*/
	

/*-- Webinars Start --*/
.user_detial ul li {padding: 0 9px;}
.user_detial ul li figure img{height:25px;width:25px;}
.webinars-carousel.owl-carousel .owl-nav{text-align: center;padding-top: 16px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-next, .webinars-carousel.owl-carousel .owl-nav button.owl-prev{position:relative;top:auto;}
.webinars-carousel.owl-carousel .owl-nav button.owl-prev{left:-10px;}
.webinars-carousel.owl-carousel .owl-nav button.owl-next{right:-10px;}
/*-- Webinars End --*/

.form_title{margin-bottom:20px;}
.form_title h2{font-size:20px;}
.form_title p {font-size: 14px;}
.leadform .nav-tabs .nav-link{font-size: 16px; height: 41px;}
.login_signup .modal-dialog{margin:65px 15px 40px;}
.leadform .modal-body {padding: 16px 20px;}
.leadform select.form-control{padding-left:16px;}
.leadform .form-control{padding-left:15px;font-size:14px; height: 43px;}
.leadform select.form-control{background-position: center right 19px;padding-right: 37px;}
.fb_signin{width: 246px;margin: auto auto 20px;}
.forgotpassword{margin-bottom:0;}
.leadform .btn {width: 166px;height: 40px;font-size: 16px;line-height: 37px;}

/*-- tutor List Start --*/
.tutor_fillter label{min-width:100px;}
.tutor_fillter select{width:calc(100% - 110px);}
.grade{display:block;text-align:left;}
.carriculum{display:block;margin:10px 0 0;text-align:left;}
.tutor_detail{padding:0;}
.info_right .bottom_button a{padding: 0 7px;width: 126px;margin-right: 2px;font-size: 14px;}
.view_profile {width: 156px;height: 38px;line-height: 36px;font-size: 14px;padding-left: 50px;}
.view_profile figure {height: 36px;width: 36px;line-height: 32px;}
.sendmsg_modal .modal-dialog{margin:65px 15px;}
.sendmsg_modal .modal-body {padding: 16px 20px;}
.sendmsg_field .form-control{padding: 13px;font-size:14px;}
.sendmsg_field h3{margin-bottom:15px;font-size: 16px;}
.send_buttton {margin-top: 17px;}
.send_buttton .btn {font-size: 16px;height: 40px;width: 110px;line-height: 36px;}
/*-- tutor List End --*/

/*-- Subjects Start --*/
.subject_listing {padding: 7px 0 40px;}

.subjects_row > li{width:100%;}
.subjects_row{margin-bottom:0px;}
.seemore_button{margin-top:30px;}
.seemore_button .btn{font-size:16px;}
/*-- Subjects End --*/

/*-- How It Work Start --*/
.left_box .video_iframe{height:200px;}
/*-- How It Work End --*/
}
@media (max-width:479px) {
.standard_label {font-size: 9px;left: -52px;top: 16px;}
}




/*-- Profile Page Css Start --*/
.profile_banner{background:#42495c;}
.profile_txtbox{position:relative;display: flex;flex-wrap: wrap;padding:25px 0 25px;height: 160px;}
.profile_txtbox .profile_img_box{position:absolute;left:0;top:-9px;width:130px;height:130px;border-radius:50%;overflow:hidden;margin:0;}
.profile_txtbox .profile_img_box img{max-width:100%;}
.profile_txtbox h3{font-size:23px;color:#fff;font-family: 'Poppins', sans-serif;font-weight:500;line-height:30px;margin-bottom:0;width:100%;}
.profile_txtbox p{font-size:15px;color:#fff;margin-bottom:0;width:100%;}
.profile_txtbox figure{margin:0;width:100%;}
.profile_txtbox .bottom_button .btn{padding:0 12px 0 53px;height:43px;line-height:40px;position:relative;margin-right:10px;}
.profile_txtbox .bottom_button .btn:last-child{margin-right:0;}
.profile_txtbox .bottom_button .btn-secondary {border-color: #169e58;border-width:1px;}
.profile_txtbox .bottom_button .btn-secondary:hover{border-color:#f26822;}
.profile_txtbox .bottom_button .btn figure {position: absolute;left: 1px;top: 1px;background: #fff;height: 39px;width: 39px;border-radius: 50%;display: flex;justify-content: center;align-items: center;text-align: center;border: none;}
.profile_txtbox .bottom_button .btn:hover img {opacity: 0;visibility: hidden;}
.profile_txtbox .bottom_button .btn:hover .hover-img {opacity: 1;visibility: visible;}

.left_profile_textbox{width:47%;position:relative;padding:0px 0 0 155px;display: flex;flex-wrap: wrap;align-content: center;}
.right_profile_textbox{width:53%;text-align:right;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;}
.wishlist_button{position:absolute;right:0;top:20px;}
.wishlist_button a{display: block;height: 30px;width: 30px;background: #2c313e;text-align: center;line-height: 28px;border-radius: 50%;}
.wishlist_button a:hover{background: #f26822;}


.profile_content{padding:36px 0 14px;}
.about_content_box{display: flex;}
.about_box{margin-bottom:20px;}
.grade_info{margin-top:20px;width:100%;}
.grade_info h4{color:#42495c;font-family: 'Poppins', sans-serif;font-weight:400;font-size:18px;position:relative;padding:0;margin-bottom:10px;}
.grade_info h4 figure{position:absolute;left:0;top:0;display:none;}
.grade_info_box{margin-top:30px;}
.grade_info_box h3{color:#42495c;font-family: 'Poppins', sans-serif;font-weight:500;font-size:18px;position:relative;padding:0;margin-bottom:10px;background:none;}
.grade_info_box > ul{display:flex;flex-wrap:wrap;margin:0 -15px;padding:0;}
.grade_info_box > ul > li{width:33.33%;padding:0 15px;list-style:none;position:relative;}
.grade_info_box > ul > li:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;border-right:1px solid #eaebed;}
.grade_info_box > ul > li:last-child:after{display:none;}


.box {border-radius:3px;overflow:hidden;}
.box h3{font-size:18px;color:#42495c;font-family: 'Poppins', sans-serif;font-weight:600;margin:0;background: #eaebed;padding: 10px 20px;}
.box h3 span{font-size:18px;font-family: 'Poppins', sans-serif;font-weight:400;}
.about_txtbox{padding:20px;border-radius:3px;overflow:hidden;border: 1px solid #eaebed;border-top-left-radius: 0;border-top-right-radius: 0;}

.about_box p{color:#42495c;font-size:14px;margin:0;line-height:18px;padding-bottom:15px;}
.about_box p:last-child{padding-bottom:0;}
.about_box span{display:block;color:#42495c;font-size:14px;margin:0 0 3px;padding-left:15px;}
.about_box span strong{font-weight:600; padding-top: 20px;}

.subject_teach{margin-bottom:20px;}
.subject_teach_list{display: flex;flex-wrap: wrap;margin:0 -15px;}
.subject_teach_list > li{width:33.33%;padding:0 15px;position:relative;margin:10px 0;}
.subject_teach_list > li:after{content:""; position:absolute;top:0;right:0;height:100%;width:1px; border-right:1px solid #cdcdcd;}
.subject_teach_list > li:last-child:after{border:none;}
.subject_teach h4{color:#42495c;font-family: 'Poppins', sans-serif;font-weight:500;font-size:18px;position:relative;padding-left:40px;margin-bottom:10px;}
.subject_teach h4 figure{position:absolute;left:0;top:0;}
.txtbox_teaches p{font-size:14px;color:#42495c;margin:0;padding-bottom:8px;font-weight:700;}
.txtbox_teaches span{font-size:15px;color:#42495c;}
.txtbox_teaches h3{background:none;padding:0;margin-bottom: 10px;}
.txtbox_teaches ul{padding:0;margin:0;}
.txtbox_teaches ul li{display:inline-block;font-size:15px;color:#42495c;padding-right: 5px;}
.txtbox_teaches ul li:last-child{padding-right:0;}
.txtbox_teaches .subject_listing_box{display:flex;flex-wrap:wrap;margin:0 -15px;padding:0;}
.txtbox_teaches .subject_listing_box > li{display:inline-block; width:33.33%;padding:0 15px;list-style:none;position:relative;margin:10px 0;}
.txtbox_teaches .subject_listing_box > li:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;border-right:1px solid #eaebed;}
.txtbox_teaches .subject_listing_box > li:last-child:after{display:none;}
.txtbox_teaches .subject_listing_box > li ul{padding:0;}
.teach_box{padding:15px 0 10px;border-top: 1px solid #eaebed;border-bottom: 1px solid #eaebed;margin: 30px 0 20px;}
.teach_box ul{padding-left:5px;margin-bottom:15px;}
.introduction_txtbox{padding:0 0 0 25px;border-radius:3px;border-top:0;}
.introduction_txtbox p{font-size:14px;color:#42495c;margin-bottom:28px;line-height:18px;}
.introduction_txtbox figure{position:relative;margin:0;width:185px;}
.introduction_txtbox .video_iframe {border-radius: 3px;border: none;width: 100%;overflow:hidden;}
.play_icon {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;display: block;height: 43px;width: 43px;}
.review_txtbox{margin-bottom:20px;border: 1px solid #eaebed;border-top-left-radius: 0;border-top-right-radius: 0;}
.review_txtbox ul{padding:0;margin:0;}
.review_txtbox ul li{padding: 13px 0;margin-bottom: 6px;display:block;list-style:none;}
.review_txtbox ul li:nth-child(2n+0){background:#f1f9f5;}
.user_info_box{position: relative;padding:7px 10px 1px 116px;}
.user_info_box figure {width:78px;height: 78px;border-radius: 50%;overflow: hidden;position: absolute;left: 21px;top:6px;}
.user_info_box figure img{max-width:100%;}
.user_info_box h4{font-size:15px;font-weight:700;color:#42495c;display:block;margin-bottom: 7px;}
.user_info_box span{display:block;margin-bottom:10px;}
.user_info_box p{font-size:14px;color:#42495c;line-height:18px;margin-bottom: 10px;}
.user_info_box strong{display:block;font-weight:normal;color:rgba(66,73,92,0.77);font-size:15px;}
.review_txtbox .view_all{text-align:center;margin:20px 0;}
.review_txtbox .view_all .btn{padding: 10px 47px;}


/*-- how it work tutor Page Css Start --*/
.how_work ul li:last-child:after{display:block;}
.how_work ul li:last-child:before{display:none;}
.how_work ul li:last-child .shape3{display:none;}
/*-- how it work tutor Page Css start --*/



@media (min-width:992px) and (max-width:1229px) {
.box h3 {font-size: 20px;}

.profile_txtbox .bottom_button .btn {padding: 0px 10px 0 45px;font-size: 14px;}
}
@media (min-width:768px) and (max-width:991px) {
.box h3 {font-size: 18px;padding: 10px 20px;}
.txtbox_teaches h3{padding:0;}
.profile_txtbox .profile_img_box{width:124px;height:124px;}
.profile_txtbox {padding:35px 0 35px;height:auto;text-align:center;}
.left_profile_textbox {padding: 14px 0 0 140px; width:auto;display:inline-block;margin:auto;text-align:left;}
.right_profile_textbox{width:100%;justify-content:center;margin-top:50px;}
.profile_left_panel {width:65%;padding-right: 10px;}
.profile_right_panel{width:35%;}
.about_txtbox{padding:21px 20px 33px}
.subject_teach{padding: 14px 20px;}
.user_info_box figure{left:10px;}
.user_info_box {padding: 17px 10px 1px 124px;}
.review_txtbox ul li {padding: 5px 0;}

/*15-9-2019*/
.slider_search.new-searchbar .searchbox {max-width: 675px;}
.slider_search.new-searchbar .input-group {margin: 0 auto 0 0;max-width: 445px;}
/*15-9-2019*/
}
@media (max-width:767px) {
.box h3 {font-size: 16px;padding: 10px 15px;}
.txtbox_teaches h3{padding:0;}
.left_profile_textbox {width:100%;padding:15px;text-align:center}
.right_profile_textbox{width:100%;text-align:center;justify-content: center;}
.profile_left_panel {width:100%;padding:0;}
.profile_right_panel{width:100%;padding:0;}
.profile_content {padding: 30px 0 10px;}
.about_txtbox{padding:21px 0px 33px}
.subject_teach{padding: 14px 10px;}
.user_info_box figure{left:0;position:relative;top:0;margin:auto auto 15px;}
.user_info_box {padding:10px 15px;text-align:center;}
.review_txtbox ul li {padding: 5px 0;}
.about_content_box{flex-wrap:wrap;padding:0 15px;}
.introduction_txtbox{padding: 26px 0 15px;width:100%;}
.introduction_txtbox figure{width:100%;}
.profile_txtbox .profile_img_box{width:99px;height:99px;position:relative;margin:auto auto 15px;}
.profile_txtbox {padding:15px 0 16px;height:auto;}
.profile_txtbox h3{font-size: 24px;}
.profile_txtbox p {font-size: 14px;}
.play_icon {height:50px;width:50px;}
.profile_txtbox .bottom_button .btn {padding: 0 8px 0 36px;height: 33px;line-height: 30px;margin: 4px;font-size: 13px;}
.profile_txtbox .bottom_button .btn figure{height:29px;width:29px;}
.grade_info_box > ul > li{width:100%;padding:15px;}
.grade_info_box > ul > li:after{width:90%;height:1px;border-right:0;border-bottom: 1px solid #eaebed;top:auto;bottom:0;left:0;margin:auto;}
.teach_box {margin: 0px 0 20px;}
.txtbox_teaches .subject_listing_box > li{width:100%;padding:0 15px;}
.txtbox_teaches .subject_listing_box > li:after{width:90%;height:1px;border-right:0;border-bottom: 1px solid #eaebed;top:auto;bottom:0;margin:auto;left:0;}
.grade_info_box {margin-top:0;padding:0 15px;}
.teach_box .txtbox_teaches{padding:0 15px;}
.expertise_box{padding:0 15px;}
.how_work ul li:last-child:after{display:none;}

}
/*-- Profile Page Css End --*/


.slider_search.new-searchbar .searchbox .input-group .mws-form {display: block;width: 100%;}
.slider_search.new-searchbar .searchbox .input-group .select2.select2-container {max-width: 336px;}
.slider_search.new-searchbar .searchbox .input-group .select2-container--default.select2-container--open .select2-selection--single {border-radius: 33px 30px 0 0 !important;}

.slider_search.new-searchbar .searchbox .input-group .select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-radius:0 30px 0 33px !important;}





.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container {
	max-width: 563px;
}

@media (min-width:992px) and (max-width:1199px) {
.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container {
	max-width: 478px;
}
}

@media (min-width:768px) and (max-width:991px) {
.slider_search.new-searchbar .searchbox .input-group .select2.select2-container {
	max-width: 286px;
}
.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container {
	max-width: 461px;
}

}

@media(max-width:767px) {
.slider_search.new-searchbar .searchbox .input-group .select2.select2-container {
	max-width:276px;
}
.slider_search.new-searchbar .searchbox {max-width: 100%;display: block;padding: 0 0px 0;}
.slider_search.new-searchbar .input-group {margin: 0 auto 15px;max-width: 395px;}
.slider_search.new-searchbar .searchbox .btn-primary {height: 42px;}
.slider_search.new-searchbar .searchbox .btn-secondary {
	min-width: 115px;
	font-size: 15px;
}
.slider_search.new-searchbar .searchbox .input-group .select2-container--default.select2-container--open .select2-selection--single {
	border-radius: 28px 30px 0 0 !important;
}
.carousel-caption.slider-content {
	bottom: 0;
	position: relative;
	background-color: #f26822;
	left: auto;
	right: auto;
	padding: 10px 10px;
}
.carousel-caption.slider-content h1 {
	font-size: 24px;
}
.carousel-caption.slider-content p {
	color: #fff;
	font-size: 15px;
}
.slider_search.new-searchbar{padding-top:0;}

.dashboard_content .siderbar_content .stu_dashboard.session_search .input-group {
	max-width: 420px;
}
.dashboard_content .siderbar_content .stu_dashboard #button-addon2 {font-size: 14px;width: 90px;}
.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container {max-width: 387px;}
.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container {max-width: 327px;}
.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
}
@media(max-width:360px) {
.slider_search.new-searchbar .searchbox .input-group .select2.select2-container {max-width: 211px;}


.slider_search.new-searchbar .input-group {
	margin: 0 auto 15px;
	max-width: 320px;
}
.slider_search.new-searchbar .searchbox .input-group .select2.select2-container {
	max-width: 221px;
	font-size: 12px;
}
.slider_search .input-group .select2-container--default .select2-selection--single {padding-left: 12px !important;}
.slider_search.new-searchbar .searchbox .btn-secondary {min-width: 95px;font-size: 13px;}

.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container {
	max-width: 220px;
}
.dashboard_content .siderbar_content .stu_dashboard.session_search .input-group {
	max-width: 312px; width:100%;
}
.dashboard_content .siderbar_content .stu_dashboard.session_search {
	padding: 20px 0;
}

}
@media(max-width:320px) {
.slider_search.new-searchbar .searchbox .input-group .select2.select2-container {max-width:180px;}

.dashboard_content .siderbar_content .stu_dashboard .select2.select2-container {
	max-width: 184px;
}
.dashboard_content .siderbar_content .stu_dashboard.session_search .input-group {
	max-width:277px; width:100%;
}
.dashboard_content .siderbar_content .stu_dashboard.session_search {
	padding: 20px 0;
}
.dashboard_content .siderbar_content .stu_dashboard.session_search .select2-container--default .select2-selection--single .select2-selection__rendered {font-size: 13px !important;}
.dashboard_content .siderbar_content .stu_dashboard.session_search .select2.select2-container .select2-selection--single {padding-left: 12px;}
}
