
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6hfvxo');
  src:  url('../fonts/icomoon.eot?6hfvxo#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6hfvxo') format('truetype'),
    url('../fonts/icomoon.woff?6hfvxo') format('woff'),
    url('../fonts/icomoon.svg?6hfvxo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: elmessiri;
    src: url(../fonts/cairo.ttf);
}
/*----------------------- reset---------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
a{text-decoration: none !important}
*{outline: none !important; line-height: auto !important}

/*----------------------- body-home ---------------------- */
html {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
tr.unread td {
    background: #f1f1f1 !important;
}
.body.active ul.menu-sidebar>li>a {
    background: rgb(240, 240, 240) !important;
}
body {
    font-family: elmessiri !important;
    background: #f6f6f6;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.container-fluid ,.navbar-collapse{
    padding: 0;
}

/* menu */
.menu_sidebar {
    position: fixed;
    right: 0;
    width: 300px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.menu-sidebar li {
    color: white;
    float: right;
    width: 100%;
}
ul.menu-sidebar>li>a {
    padding: 15px 30px;
    float: right;
    cursor: pointer;
    width: 100%;
    color: #fff;
    background: rgba(43, 170, 226, 0.87);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.back-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.51);
    z-index: 1;
    display: none;
}
ul.menu-sidebar>li>a:hover {
    background: rgba(68, 156, 194, 0.5);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.menu-sidebar li ul li a {
    padding: 10px 40px !important;
    float: right !important;
    cursor: pointer !important;
    width: 100% !important;
    color: #787878 !important;
    background: #fff !important;
    font-size: 14px !important;
}
ul.menu-sidebar li.active a {
    padding: 15px 30px;
    float: right;
    cursor: pointer;
    width: 100%;
    color: #787878;
    background: #fff !important;
    font-size: 16px;
}
ul.menu-sidebar li.active>a:after {
    content: "\e901";    
    font-family: 'icomoon', sans-serif;
    font-size: 16px;
    color: #333;
    float: left;
    padding-top: 5px;
}
ul.menu-sidebar li ul {
    display: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.menu-sidebar li.active ul {
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.menu-sidebar li.active ul li a {
    background-image: none !important;
}
ul.menu-sidebar li a i {
    padding-left: 5px;
    float: right;
    margin-top: 3px;
}
.menu-side {
    position: fixed;
    left: -350px;
    top: 0px;
    background: rgba(43, 170, 226, 0.87);
    width: 220px;
    height: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99999;
}
.btn-menu-close {
    left: -350px;
    position: absolute;
    padding: 20px;
    z-index: 999999;
    font-size: 12px;
    color: white;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    top: -10px;
    cursor: pointer;
}
.btn-menu {
    left: 10px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    z-index: 99999;
    top: 15px;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
}
@media screen and (max-width: 995px){
    .btn-menu {
        left: 20px !important;
    }
    nav.navbar.navbar-default{
        display: none;
    }
  .menu_res{
    display:block !important;
  }
  .logo-img {
      padding: 5px 0;
  }
}
@media screen and (min-width: 995px){
    .menu-side {
        opacity: 0;
    }
    .btn-menu-close {
        opacity: 0;
    }
    .btn-menu{
        display: none !important;
    }
}
/* finish menu */


section.header-section-owl {
    float: right;
    width: 100%;
    background: #16333f;
    height: 100vh;
    position: relative;
}
section.header-section-owl:before {
    content: '';
    background: url(../images/bg_header.jpg) no-repeat top center;
    background-size: cover;
    z-index: 0;
    opacity: 0.55;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.logo-img{
    float: right;margin-left: 15px;
    min-width:90px;
}
.logo-img h2{
    float: right;
    color: #f2f1f1;
    font-size: 28px;
    font-weight: bold;
}
ul.head-menu3 {
    float: left;
}
ul.head-menu3 li{
    float: right;
}
ul.head-menu3 li a{
    font-size: 16px;
    color: #fff !important;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.head-menu3 li a.active:after ,ul.head-menu3 li a:hover:after{
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    padding-top:7px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.head-menu3 li a:after{
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    padding-top:7px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header {
    float: right;
    width: 100%;
    padding: 20px 0;
}
.item-slider1-index {
    position: relative;
    float: right;
    width: 100%;
    padding: 15%;
    text-align: center;
}
.item-slider1-index img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.item-slider1-index h2 {
    float: right;
    width: 100%;
    color: #ececec;
    font-size: 24px;
    padding: 10px 0;
}
.item-slider1-index ul {
    float: right;
    width: 100%;
}
.item-slider1-index ul li {
    display: inline-block;
    padding: 5px;
    max-width: 100%;
}
.item-slider1-index ul li a{
    float: right;
    font-size: 16px;
    color: #fff;
    padding: 13px;
    width: 200px;
    max-width: 100%;
    border-radius: 30px;
}
.bg_red{
    background: #c45869;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bg_reds{
    background: #de4d4d;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bg_blu{
    background: #449cc2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bg_red:hover{
    background: #ab4e5d;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bg_reds:hover{
    background: #ab4e5d;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bg_blu:hover{
    background: #3984a5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
section.s_2 {
    float: right;
    width: 100%;
    padding: 50px 0;
}
.header_divs {
    float: right;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.header_divs h2 {
    float: right;
    width: 100%;
    font-size: 24px;
    color: #606060;
    position: relative;
    line-height: 30px;
  margin-bottom:10px;
}
.header_divs h2:after {
    content: '';
    background: url(../images/Rectangle.png) no-repeat center center;
    height: 2px;
    display: block;
  padding-top:10px;
}
.item_s2 {
    float: right;
    width: 100%;
}
.first_items2 {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 5px;
}
.img_items2 {
    float: right;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.img_items2 img {
    float: right;
    min-width: 100%;
}
.img_items2 p{
    position: absolute;
    left: 15px;
    top: 10px;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    z-index: 1;
}
p.bloasw {
    height: 62px;
    word-break: break-all;
}
.text_items2 p{
    float: right;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
}
.bg_zat{
    background: #c45869;
}
.bg_prog{
    background: #21a1a6;
}
.bg_mang{
    background: #dec93a;
}
.bg_org{
    background: #58c49f;
}
.bg_comp{
    background: #dd417f;
}
.bg_green {
    background: #54b551;
    padding: 2px 10px;
}
.text_items2 {
    float: right;
    width: 100%;
    padding: 15px;
    min-height: 170px;
}
.text_items2 ul li {
    float: right;
    padding: 3px;
    font-size: 12px;
    color: #a9a9a9;
}
.text_items2 ul li i {
    float: left;
    padding-left: 4px;
    padding-top: 4px;
}
.text_items2 ul li i.active {
    color: #f9c400;
}
.text_items2 ul {
    float: right;
    margin-left: 3px;
}
.text_items2 h2 {
    float: right;
    width: 100%;
    color: #449cc2;
    font-size: 16px;
    padding: 5px 0;
    height: 70px;
    overflow: hidden;
}
.text_items2 img {
    float: right;
    width: 25px !important;
    height: 25px;
    border-radius: 50%;
    margin-left: 5px;
}
.text_items2 h3 {
    float: right;
    font-size: 12px;
    color: #545454;
}
.text_items2 span {
    float: left;
    font-size: 14px;
    color: #979797;
}
.text_items2 span i{
    float: right;
    color: #449cc2;
    padding: 7px 0px 0 5px;
}
.btn_blue{
    float: right;width: 100%;
    padding: 20px 0;
}
.btn_blue a {
    display: block;
    width: 200px;
    max-width: 100%;
    margin: auto;
    font-size: 18px;
    color: #fff;
    background: #333;
    border-radius: 30px;
    text-align: center;
    background: #449cc2;
    padding: 11px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.btn_blue a:hover {
    box-shadow: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
section.s_3 {
    float: right;
    width: 100%;
    padding: 40px 0;
    background: url(../images/VectorSmartObjectcopy2.png)no-repeat center center #449cc2;
    background-size: cover;
}
.header_s_3 {
    float: right;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.header_s_3 h2{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    border-bottom: 2px solid #fff;
}
.first_item_s3 {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin: 20px 0;
}
.imgS3 {
    display: block;
    margin: 10px auto;
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 50%;
}
.imgS3 img{
    float: right;
    width: 175px;
    height: 175px;
}
.first_item_s3 h2 {
    float: right;
    width: 100%;
    padding: 30px 0 20px;
    color: #606060;
    font-size: 18px;
    text-align: center;
}
.first_item_s3 h2:after {
    content: '';
    display: block;
    margin: auto;
    width: 50px;
    height: 2px;
    background: #449cc2;
}
.textS3 {
    float: right;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.textS3 ul{
    display: inline-block;
}
.textS3 ul li{
    display: inline-block;
    padding: 3px;
    color: #a9a9a9;
    font-size: 10px;
}
.textS3 ul li.active{
    color: #f9c400;
}
.textS3 span{
    display: inline-block;
    padding: 0px 5px;
    color: #449cc2;
    font-size: 14px;
}
.textS3 strong{
    display: inline-block;
    padding: 0 3px;
    color: #c1c1c1;
  padding-right:7px;
  font-size:10px;
}
.list_user{
    float: right;width: 100%;
}
.list_user ul{
    float: right;width: 100%;
}
.list_user ul li{
    background: #f7f7f7;
    float: right;width: 50%;
    padding: 15px;
    text-align: center;
}
.list_user ul li a{
    display: inline-block;
}
.list_user ul li h3{
    display: inline-block;
    color: #8e8e8e;
    font-size: 14px;
}
.list_user ul li span{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #449cc2;
}
.list_user ul li:nth-child(2) span{
    color: #c45869;
    padding-left: 5px;
}
.list_user ul li:nth-child(2){
    border-right: 1px solid #ededed;
    border-bottom-left-radius: 5px;
}
.list_user ul li:nth-child(1){
    border-right: 1px solid #ededed;
    border-bottom-right-radius: 5px;
}
section.s_4 {
    float: right;
    width: 100%;
    padding: 80px 0;
}
.list_comp{
    float: right;width: 100%;
}
.list_comp ul{
    float: right;width: 100%;
    text-align: center;
}
.list_comp ul li{
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.list_comp ul li img{
    display: inline-block;
    max-width: 90px;
}
section.footer{
    float: right;
    width: 100%;
    padding: 70px 0px 0px;
    border-top: solid 5px #439dc3;
    background-size: contain;
}
.item_footer_first {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.item_footer_first img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}
.item_footer_first p{
    float: right;
    width: 100%;
    color: #656565;
    font-size: 14px;
    text-align: justify;
}
.item_footer_first h3{
    float: right;
    width: 100%;
    color: #449cc2;
    padding-bottom: 5px;
    font-size: 20px;
}
.page_footer{
    float: right;
    width: 100%;
}
.page_footer li{
    float: right;
    width: 100%;
}
.page_footer li a{
    float: right;
    width: 100%;
    color: #656565;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 40px;
}
.page_footer li a:hover{
    float: right;
    width: 100%;
    color: #656565;
    padding-right: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.item_footer2 h2 {
    color: #656565;
    font-size: 14px;
    float:none;
}
.item_footer2 a {
    float:right;
}
.item_footer2 a img{
    float:right;
    height:40px;
}
.item_footer2 a span{
    float:right;
    font-size:14px;
    color:#656565;
    padding-top: 5px;
    padding-left: 15px;
}
.item_footer2 {
    float: right;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid #f0f0f0;
}
.soial{
    float: right;width: 100%;
    margin-bottom: 20px;
}
.soial li{
    display: inline-block;
    padding: 5px;
    padding-left: 15px;
}
.soial li a{
    display: inline-block;
    color: #4e4e4e;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
}
ul.soial2 li img {
    float: right;
    width: 60px;
}
ul.soial2 li {
    display: inline-block;
}
ul.soial2 {
    float: right;
    width: 100%;
}
.icon-behance:hover{
    color: #ea4c89;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.icon-dribbble:hover{
    color: #00aced;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.icon-google-plus:hover{
    color: #dd4b39;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.icon-facebook2:hover{
    color: #3b5998;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.icon-twitter:hover{
    color: #00aced;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

section.s_about {
    float: right;
    width: 100%;
    padding: 50px 0;
}
.item_about {
    float: right;
    width: 100%;
    padding: 20px 40px;
    background: #fff;
    border-radius: 5px;
}
.item_about .header_divs{
    padding: 30px 0 50px;
}
.item_about p {
    float: right;
    width: 100%;
    color: #8e8e8e;
    font-size: 16px;
    padding-bottom: 15px;
}
.item_about p span {
    color: #c45869;
    font-weight: bold;
}
.item_about p strong {
    color: #449cc2;
    font-weight: bold;
}
.course-option {
  width: 100%;
  float: right;
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
}
section.header-section-owl2 {
    float: right;
    width: 100%;
    background: #449cc2;
}
ul.head-menu5 {
    float: right;
}
ul.head-menu5 li{
    float: right;
}
ul.head-menu5 li.active > a{
  background-color: #3f91b4 !important;
}
ul.head-menu4 li.active > a {
  background-color: #3f91b4 !important;
  
}
ul.head-menu5 li a{
    float: right;
    width: 100%;
    color: #fff !important;
    font-size: 16px;
    padding: 18px 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.head-menu5 li a:hover{
    background: #3f91b4 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.prof {
    float: right;
    width: 100%;
    padding: 4px;
    padding-left: 20px;
    position: relative;
}
.prof img {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.prof h2 {
    float: right;
    padding: 1px 5px;
    color: #fff;
    font-size: 16px;
}
.prof:after {
    content: '\e901';
    font-family: 'icomoon', sans-serif;
    position: absolute;
    color: #fff;
    font-size: 10px;
    left: 1px;
    top: 13px;
}
.ino_user_list {
    display: none;
    width: 180px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(34, 34, 40, 0.25);
    -moz-box-shadow: 0px 20px 30px 0px rgba(34, 34, 40, 0.25);
    box-shadow: 0px 20px 30px 0px rgba(34, 34, 40, 0.25);
}
ul.head-menu4 li:hover ul li .text_useinfo {
    font-size: 14px;
    color: #434a54;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
ul.head-menu4 li:hover ul li .text_useinfo i {
    padding-left: 5px;
    color: #449cc2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
ul.head-menu4 li:hover ul li:hover h2 ,ul.head-menu4 li:hover ul li:hover i  {
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
ul.head-menu4 {
    float: left;
}
ul.head-menu4 li{
    float: right;
    padding: 8px;
    cursor: pointer;
}
ul.head-menu4 li a{
    float: right;
    width: 100%;
    color: #fff !important;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 8px 15px;
    border: 2px solid transparent;
}
ul.head-menu4 li a i{
    padding-left: 5px ;
}
ul.head-menu4 li:hover{
    background: #3f91b4 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.head-menu4 li:hover ul{
    display: block;
}
ul.head-menu4 li:hover ul:before{
    content: '\e988';
    font-family: 'icomoon';
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    z-index: 1;
    display: block;
    margin: auto;
    text-align: center;
}
ul.head-menu4 li:hover ul li{
    float: right;width: 100%;
    border-bottom: 1px solid #f0f2f7;
    z-index: 1;
    position: relative;
}
ul.head-menu4 li:hover ul li a{
    float: right;width: 100%;
    padding: 0;
}
.reg_bord {
    border: 2px solid #fff !important;
    border-radius: 30px;
    width: 105px;
}
/* search */
form.form-search input:focus,form.form-search input:hover{
    background: transparent !important;
    -webkit-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.53);
    box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.53);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e4e7ef;
}
form.form-search input {
    border: solid 1px #EFEFEF;
    padding: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 30px;
    opacity: 0;
    display: none;
    margin-left: 5px;
    margin-top: -1px !important;
}
form.form-search {
    display: inline-block;
    padding: 4px 0 3px;
    position: relative;
}
form.form-search input[type="text"] {
    outline: 0;
    width: 0px;
    border: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    float: right;
    z-index: 9;
    background: #fff !important;
    opacity: 0;
}
form.form-search i {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    width: 25px;
    z-index: 9;
    padding-top: 3px;
    text-align: center;
}
/* search */
.header2 .btn-menu {
    padding: 0;
}
.cond img{
    float: right;
    width: 360px;
    height: 360px;
    border-radius: 5px;
    margin-left: 10px;
    max-width: 100%;
    margin-bottom: 10px;
}
.cond p{
    float: none;
    width: auto;
}
.faq {
    float: right;
    width: 100%;
    padding: 10px 10px 2px 10px;
    background: #fcfcfc;
    border: 1px solid #f7f7f7;
    border-right: 3px solid #449cc2;
    margin-bottom: 20px;
}
.faq h2{
    float: right;
    width: 100%;
    color: #c45869;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.faq p{
    float: right;
    width: 100%;
    color: #8e8e8e;
    font-size: 14px;
}
.contact {
    float: right;
    width: 100%;
}
.contact label {
    float: right;
    width: 100%;
    color: #aab2bd;
    padding-bottom: 3px;
    font-size: 14px;
    padding-right: 5px;
}
.contact .input {
    float: right;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.contact .input input{
    float: right;
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    color: #434a54;
    border:1px solid #e5e7ec;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact .input input:hover , input:hover ,textarea:hover{
    border-color: #fff;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 6px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 6px 30px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact .input textarea {
    float: right;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #434a54;
    border:1px solid #e5e7ec;
    border-radius: 5px;
}
.user:after {
    content: '\e97e';
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #aab2bd;
}
.email:after {
    content: '\e951';
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #aab2bd;
}
.password:after {
    content: '\e969';
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #aab2bd;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccd0d9;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ccd0d9;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ccd0d9;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ccd0d9;
}
.btn_blue button{
    display: block;
    margin: auto;
    background: #449cc2;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 300px;
    max-width: 100%;
    border-radius: 5px;
    border:0;
    padding: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn_blue.orangs button{
    background: #fa7759;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn_blue.orangs button:hover{
    background: #da694f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn_blue.sa a{
    display: block;
    margin: auto;
    background: #449cc2;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 300px;
    max-width: 100%;
    border-radius: 5px;
    border:0;
    padding: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn_blue.qsowq a{
    border-radius: 5px;
    width: 125px;
    font-size: 16px;
    padding: 5px;
}
.btn_blue button:hover{
    background: #3983a2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.full-w button{
    width: 100%;
}
.full-w{
    padding: 10px 0;
}
.soail_regis h2 ,.lintsq{
    float: right;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #aab2bd;
    font-size: 16px;
}
.soail_regis h3{
    float: right;
    width: 100%;
    text-align: center;
    padding: 10px 0 20px;
    color: #434a54;
    font-size: 16px;
}
.soail_regis h2 a ,.lintsq a{
    color: #449cc2;
    text-decoration: underline !important;
}
.slideTows {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 20px 0 10px;
}
.slideTows label {
    display: inline-block;
    cursor: pointer;
    color: #aab2bd;
    font-size: 16px;
    padding: 5px 35px 5px 5px;
}
.slideTows.blacks label {
    color: #434a54;
}
.slideTows label a {
    color: #449cc2;
    font-size: 16px;
    text-decoration: underline !important;
}
.slideTows input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.slideTows input[type=checkbox]:checked + label:before {
    content: '\e905';
    position: absolute;
    left: 0;
    right: 2px;
    top: 5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #449cc2;
    background:#449cc2;
    font-family: 'icomoon', sans-serif;
    border-radius: 7px;
    background-position: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 4px;
    font-size: 8px;
}
.slideTows input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    left: 0;
    right: 2px;
    top: 5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e4e8f0;
    background: #fff;
    border-radius: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.soail_regis{
    float: right;width: 100%;
    text-align: center;
    border-top: 1px solid #e6e9ee;
    padding: 20px 0;
}
.soail_regis ul{
    float: right;width: 100%;
    text-align: center;
}
.soail_regis ul li{
    display: inline-block;
    padding: 5px;
}
.soail_regis ul li a{
    float: right;width: 100%;
    text-align: center;
    padding: 10px;
    width: 230px;
    max-width: 100%;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}
.soail_regis ul li a:hover{
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.soail_regis ul li a i{
    padding-left: 5px;
}
.Twitter{
    background: #55acee;
}
.face{
    background: #3b5998;
}
.contacts{
    padding: 20px;
    float: right;width: 100%;
}
section.course {
    float: right;
    width: 100%;
    padding: 50px 0;
}
.content_cours {
    float: right;
    width: 100%;
}
.content_course {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.img_cont_cours {
    float: right;
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    position: relative;
}
.img_cont_cours img{
    float: right;
    min-height: 420px;
    width: 100%;
}
.img_cont_cours p{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25%;
    text-align: center;
    background: rgba(52,52,52,0.5);
}
.img_cont_cours p i{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/video-play-button-icon.png) no-repeat center center;
    
}
.text_cont_cours {
    float: right;
    width: 100%;
    padding: 20px;
}
.text_cont_cours ul li {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
}
.text_cont_cours ul {
    float: right;
    padding-left: 5px;
}
.text_cont_cours p {
    float: right;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
}
.text_cont_cours h2 {
    float: right;
    width: 100%;
    font-size: 22px;
    color: #449cc2;
    padding: 10px 0;
}
.text_cont_cours img {
    float: right;
    margin-left: 5px;
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
}
.text_cont_cours h3 {
    float: right;
    color: #545454;
    font-size: 12px;
    padding: 7px 2px;
    font-weight: bold;
}
.text_cont_cours h4 {
    float: right;
    color: #8b8b8b;
    background: #f9fafb;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}
.text_cont_cours h4 a {
    color: #449cc2;
}
.text_cont_cours span {
    float: right;
    color: #979797;
    font-size: 12px;
    padding: 2px 8px;
}
.text_cont_cours span i{
    float: right;
    color: #66aecd;
    padding-left: 5px;
    padding-top: 5px;
}
.text_cont_cours span strong{
    color: #545454;
}
a.left_butn.bg_red {
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #cf3535;
    cursor: pointer;
}
a.left_butn.bg_green {
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #54b551;
    cursor: pointer;
}
a.left_butn.bg_red i {
    padding-left: 5px;
    font-size: 14px;
    float: right;
    margin-top: 4px;
}
.content_course2 {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.header_course2{
    float: right;
    width: 100%;
    padding: 15px 15px 10px;
    border-bottom: 1px solid #e5e7ec;
}
.header_course2 h2{
    float: right;
    color: #449cc2;
    font-size: 16px;
}
.header_course2 h2 i{
    float: right;
    padding-top: 5px;
    padding-left: 5px;
}
.list_course2 {
    float: right;
    width: 100%;
    background: #fafbfc;
}
.list_course2 ul {
    float: right;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.list_course2 ul li{
    display: inline-block;
    padding: 10px;
}
.list_course2 ul li i{
    float: right;width: 100%;
    color: #449cc2;
    font-size: 24px;
    padding-bottom: 10px;
}
.list_course2 ul li h2{
    float: right;width: 100%;
    color: #aab2bd;
    font-size: 14px;
}
.list_course2 ul li p{
    float: right;width: 100%;
    color: #434a54;
    font-size: 14px;
}
.text-cont_cours2 p {
    color: #aab2bd;
    font-size: 14px;
    float: right;
    width: 100%;
    padding-bottom: 10px;
}
.text-cont_cours2 p i{
    color: #aab2bd;
    font-size: 12px;
    float: right;
    padding-left: 5px;
    padding-top: 5px;
}
.text-cont_cours2 h2 {
    color: #434a54;
    font-size: 16px;
    float: right;
    width: 100%;
    padding: 10px 0;
}
.text-cont_cours2 {
    float: right;
    width: 100%;
    padding: 35px 30px 55px;
}
.manhag ,.taqem ,.anther_cour ,.hope ,.masar ,.asq_forme ,.rate_this ,.shada{
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.header_manhag {
    float: right;
    width: 100%;
    background: #c45869;
    padding: 13px;
}
.header_manhag {
    float: right;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.list_manhag {
    float: right;
    width: 100%;
    max-height: 602px;
    overflow: hidden;
    overflow-y: scroll;
}
.list_manhag h2 {
    float: right;
    width: 100%;
    background: #f9fafb;
    font-size: 14px;
    padding: 10px;
    color: #545454;
}
.list_manhag ul ,.list_manhag ul li {
    float: right;
    width: 100%;
}
.list_manhag ul li a{
    float: right;
    width: 100%;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    color: #8b8b8b;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}
.list_manhag ul li a i{
    float: right;
    padding-left: 10px;
    color: #449cc2;
    padding-top: 4px;
    font-size: 20px;
}
.list_manhag ul li a.finish i{
    color: #4dc244;
}
.list_manhag ul li a.active ,
.list_manhag ul li a:hover ,
.list_manhag ul li a.active span,
.list_manhag ul li a:hover span ,
.list_manhag ul li a.active i,
.list_manhag ul li a:hover i{
    background: #449cc2;
    color: #fff;
}
.list_manhag ul li a span{
    float: left;
    color: #449cc2;
}

a.lock:before {
    content: '\e98f';
    font-family: 'icomoon';
    font-size: 16px;
    position: absolute;
    right: 3px;
    bottom: 10px;
    color: #c45869;
}
.list_taqem {
    float: right;
    width: 100%;
}
.list_taqem ul {
    float: right;
    width: 100%;
}
.list_taqem>ul>li{
    float: right;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #f6f6f6;
}
.img_taqem img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  margin:auto;
}
.img_taqem h2 {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #449cc2;
    text-align: center;
}
.first_cours_hope .text_items2 h3{
    padding: 3px 0 !important;
}
.first_cours_hope .text_items2 span {
    padding-top: 4px;
}
.img_taqem {
    float: right;
    width: 25%;
    padding: 10px 5px;
}
.text_taqem {
    float: right;
    width: 75%;
    padding: 15px 10px;
}
.text_taqem ul{
    float: right;
    width: 100%;
}
.text_taqem ul li{
    float: right;
    padding: 3px;
    font-size: 12px;
}
.text_taqem ul li span{
    margin-right: 6px;
}
.text_taqem h2{
    float: right;
    width: 100%;
    color: #8b8b8b;
    font-size: 14px;
    padding: 0;
    height: auto;
}
.text_taqem p{
    float: right;
    width: 100%;
    color: #ccd0d9;
    font-size: 12px;
}
.first_cours {
    float: right;
    width: 100%;
    padding: 15px;
}
.first_cours .img_cours{
    float: right;
    width: 35%;
    height: 130px;
    overflow: hidden;
    border-radius: 5px;
}
.img_cours_hope{
    float: right;
    width: 45%;
    height: 130px;
    overflow: hidden;
    border-radius: 5px;
}
.first_cours .img_cours img{
    float: right;
    min-height: 130px;
    border-radius: 5px;
}
.img_cours_hope img{
    float: right;
    width: 100%;
    min-height: 130px;
    border-radius: 5px;
}
.first_cours .text_cours {
    float: right;
    width: 65%;
}.text_cours_hope{
    float: right;
    width: 55%;
}
.item_cours {
    float: right;
    text-align: right;
    width: 100%;
}
.item_cours .text_items2 h2{
    padding: 0;
}
.owl-dots {
    float: right;
    width: 100%;
}
.owl-dot span {
    background: none repeat scroll 0 0 #d2d2d3;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls{
    margin: 0;
}
.owl-dot.active span {
    background: none repeat scroll 0 0 #449cc2;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-dot {
    display: inline-block;
}
.list_hope {
    float: right;
    width: 100%;
}
.first_cours_hope {
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    float: right;
    width: 33.3%;
    padding: 15px;
}
.list_masar h2 {
    padding: 15px;
}
.first_cours_hope:last-child {
    border-top: 1px solid #f6f6f6;
    border-left: 0px solid #f6f6f6;
    float: right;
    width: 33%;
    padding: 15px;
}
.list_masar h2 {
    display: block;
    width: 100%;
    color: #aab2bd;
    font-size: 16px;
    padding-bottom: 5px;
}
.list_masar h2 span {
    color: #449cc2;
    font-weight: bold;
}
.list_masar {
    float: right;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.progress {
    height: 40px;
}
.progress-bar {
    float: right;
    padding: 10px;
}
.list_rate {
    float: right;
    width: 100%;
    padding: 20px;
}
.list_rate span {
    float: left;
    font-size: 14px;
    color: #449cc2;
}
.list_rate textarea {
    float: right;
    width: 100%;
    border:1px solid #e5e7ec;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    color: #449cc2;
}
.btn_blue.ratesq button {
    width: 120px;
    max-width: 100%;
}
.list_masar ul{
    float: right;width: 100%;
}
.list_masar ul li{
    float: right;width: 100%;
}
.list_masar ul li{
    float: right;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7ec;
    text-align: right;
}
.list_masar ul li:last-child{
    border-bottom: 0px;
}
.list_masar ul li a h3 {
    float: right;
    width: 100%;
    color: #aab2bd;
    font-size: 16px;
}
.list_masar ul li a p {
    float: right;
    width: 100%;
    color: #aab2bd;
    font-size: 14px;
}
.pay {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    display: none;
}
.bg_pay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.52);
}
.pay_cont {
    position: fixed;
    left: 35%;
    top: 50%;
    background: #fff;
    border-radius: 5px;
    right: 0;
    width: 570px;
    display: block;
    margin: auto;
    transform: translate(-50%, -50%);
}
.header_pay {
    float: right;
    width: 100%;
    padding: 15px;
    border-bottom: 2px solid #e5e7ec;
}
.header_pay h2 {
    float: right;
    color: #449cc2;
    font-size: 14px;
}
.header_pay a {
    float: left;
    color: #797878;
    font-size: 10px;
    padding-top: 5px;
}
.bg_bsq {
    float: right;
    width: 100%;
    padding: 15px;
    background: #f3f4f5;
    border: 1px solid #ddd5dd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.bg_bsq h2{
    float: right;
    width: 100%;
    color: #8b8b8b;
    font-size: 14px;
    padding-bottom: 5px;
}
.bg_bsq h2 span{
    color: #449cc2;
}
.bg_bsq h2 span.bg_green{
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}
.conte_pay {
    float: right;
    width: 100%;
    padding: 40px 40px 20px 40px;
}
.conte_pay h2 {
    float: right;
    width: 100%;
    color: #aab2bd;
    font-size: 14px;
    padding-bottom: 5px;
}
.conte_pay h2 a {
    color: #449cc2;
}
.conte_pay .center {
    text-align: center;
}
.conte_pay h2 span{
    color: #449cc2;
}
.conte_pay select ,.img_paypal2 input {
    float: right;width: 100%;
    color: #434a54;
    font-size: 14px;
    border-radius: 5px;
    border:1px solid #ddd5dd;
    padding: 8px;
    margin-bottom: 10px;
}
.img_paypal {
    float: right;
    width: 100%;
    padding: 40px 0px 40px;
    text-align: center;
}
.img_paypal img{
    display: block;
    width: 250px;
    max-width: 100%;
    margin: auto;
}
.img_paypal2 img {
    display: block;
    margin: 20px auto;
}
.img_paypal2 {
    float: right;
    width: 100%;
    padding: 0px;
    display: none;
}
.img_paypal4 {
    float: right;
    width: 100%;
    padding: 0px;
    display: none;
    height: 250px;
    overflow-y: scroll;}
.img_paypal3 {
    float: right;
    width: 100%;
    padding: 0px;
    display: none;
    height: 150px;
    padding: 25px 15px;
    overflow: hidden;
    background: #f3f4f5;
    overflow-y: scroll;
    margin: 15px 0;
}
.img_paypal3 p {
    font-size: 14px;
    color: #8b8b8b;
    padding-bottom: 5px;
}
.success_pay{
    float: right;width: 100%;
    text-align: center;
    padding: 40px;
}

.success_pay i{
    display: block;
    margin: 5px auto;
    font-size: 120px;
    color: #6ac259;
}
.success_pay h3{
    float: right;
    width: 100%;
    margin: 5px auto;
    font-size: 24px;
    color: #6ac259;
}
section.s_prof {
    float: right;
    width: 100%;
    margin: 30px 0;
}
.info_pers {
    float: right;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    display: table;
}
.item_info_pers {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}
.img_pers {
    float: right;
    width: 40%;
    padding: 20px;
}
.img_pers img{
    display: block;
    margin: auto;
    width: 125px;
    height: 125px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.btn_blue.not_pad{
    padding: 0;
}
.text_pers h2 {
    float: right;
    width: 100%;
    color: #449cc2;
    font-size: 18px;
}
.text_pers p {
    float: right;
    width: 100%;
    color: #969595;
    font-size: 12px;
}
.text_pers p i {
    display: inline-block;
}
.text_pers {
    float: right;
    width: 60%;
    padding: 40px 10px;
}
.text_pers ul {
    float: right;
    width: 100%;
    padding: 10px 0;
}
.text_pers ul li {
    display: inline-block;
    padding: 1px;
}
.text_pers ul li a{
    float: right;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.text_pers ul li:nth-child(1) a{
    background: #3b5998;
}
.text_pers ul li:nth-child(2) a{
    background: #55acee;
}
.text_pers ul li:nth-child(3) a{
    background: #dd4b39;
}
.text_pers ul li:nth-child(4) a{
    background: #007bb5;
}
.text_pers ul li:nth-child(5) a{
    background: #aeaeae;
}
.text_pers ul li i:hover{
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list_link_pers{
    display: table-cell;
    /*float: right;*/
    width: 60%;
    vertical-align: middle;
}
.list_link_pers ul{
    float: left;
}
.list_link_pers ul li{
    float: right;
    padding: 5px;
    text-align: center;
}
.list_link_pers ul li i{
    display: block;
    margin: auto;
    font-size: 28px;
    margin-bottom: 5px;
    color: #449cc2;
}
.list_link_pers ul li p{
    float: right;width: 100%;
    color: #969595;
    font-size: 14px;
}
.list_link_pers ul li span{
    float: right;width: 100%;
    color: #545454;
    font-size: 18px;
}
.study {
    float: right;
    width: 100%;
    /*margin-bottom: 30px;*/
}
.header_divs2{
    float: right;width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.header_divs2 h2{
    float: right;
    padding: 10px;
    color: #449cc2;
    font-size: 18px;
}
.list_study {
    float: right;
    width: 100%;
}
.first_study {
    float: right;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}
.img_study {
    float: right;
    width: 100%;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.img_study img{
    float: right;
    width: 100%;
    min-height: 250px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.img_study:hover img ,.img_items2:hover img{
    transform: scale(1.2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.img_items2{
    position: relative;
}
.img_items2 img{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px;
}
.img_study:before ,.img_items2:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(52,52,52,0.3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px;
}
.apswq{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.mansh ,.type {
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
}
.img_study ul{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.img_study ul li{
    float: right;width: 50%;
}
.img_study ul li a{
    float: right;
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
}
.img_study ul li:nth-child(2) a{
    background: #3985a6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.img_study ul li:nth-child(1) a{
    background: #449cc2;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.img_study ul li:nth-child(2) a:hover{
    background: #377e9c;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.img_study ul li:nth-child(1) a:hover{
    background: #2b637b;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.img_study ul li a i{
    float: right;
    padding-left: 5px;
    padding-top: 6px;
}
.img_study ul li a p{
    float: right;
    width: auto;
}
.content_finincal {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.content_finical {
    float: right;
    width: 100%;
}
.content_finical table {
    float: right;
    width: 100%;
}
.content_finical table thead th {
    background: #eff1f4;
    color: #434a54;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}
.content_finical table tbody td {
    background: #fff;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.content_finical table tbody td h2{
    float: right;
    width: 100%;
    color: #449cc2;
    font-size: 14px;
    padding: 3px;
}
.content_finical table tbody td p{
    float: right;
    width: 100%;
    color: #434a54;
    font-size: 14px;
    padding: 3px;
}
.content_finical table tbody td span{
    display: block;
    margin: auto;
    width: 65px;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
.pagein {
    float: right;
    width: 100%;
    text-align: center;
    background: #ffffff;
    padding: 15px;
    margin: 20px 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>a.active, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #449cc2;
    border-color: #449cc2;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 12px;
    margin-left: -1px;
    color: #434a54;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    font-size: 14px;
}
.pagination {
    display: table;
    margin: 0px auto;
}
.right_itemmassage ul li:first-child a{
    background: #fafbfc;
    padding: 30px;
    color: #449cc2;
    text-align: center;
    font-size: 18px;
}
.right_itemmassage ul li:first-child {
    padding: 0;
}
.right_itemmassage ul li:last-child {
    margin-bottom: 20px;
}
.right_itemmassage ul li:first-child a i{
    display: block;
    width: 100%;
    margin: 5px auto;
    font-size: 30px;
    color: #434a54;
}
.right_itemmassage ul li:first-child a img{
    display: block;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%;
    margin: 5px auto;
}
.right_itemmassage ul li a i {
    float: right;
    padding-left: 5px;
    color: #449cc2;
    font-size: 20px;
    padding-top: 4px;
}
.right_itemmassage ul li a {
    float: right;
    width: 100%;
    padding: 9px;
    color: #434a54;
    font-size: 16px;
    border-radius: 5px;
}
.right_itemmassage ul li a:hover ,.right_itemmassage ul li a.active {
    background: #449cc2;
    color: #fff;
}
.right_itemmassage ul li a:hover i ,.right_itemmassage ul li a.active i{
    color: #fff;
}
.right_itemmassage ul li {
    float: right;
    width: 100%;
    padding: 5px 10px;
}
.right_itemmassage ul {
    float: right;
    width: 100%;
}
.right_itemmassage {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.cont_massage {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.item_massage {
    float: right;
    width: 100%;
    padding: 50px;
}
.item_massage h2{
    float: right;
    width: 100%;
    color: #aab2bd;
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.item_massage select ,.item_massage textarea ,.item_massage input{
    float: right;
    width: 100%;
    color: #434a54;
    font-size: 14px;
    border-radius: 5px;
    border:1px solid #e5e7ec;
    padding: 7px;
}
.item_massage option{
    color: #434a54;
    font-size: 14px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:1px solid #aab2bd;
}
.select2-container--default .select2-selection--multiple ,.select2-container--default.select2-container--focus .select2-selection--multiple{
    float: right;
    border: 1px solid #e5e7ec !important;
    min-width: 100% !important;
    padding: 0px !important;
    overflow-x: hidden;
}
input.select2-search__field {
    float: right;
    margin: 0 !important;
    padding: 8px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0;
    background: transparent;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #434a54;
    font-size: 14px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    content: '\e907';
    font-family: 'icomoon', sans-serif;
    color: #fff;
    font-size: 14px;
    float: left;
    padding-top: 1px;
    background: #fa7759;
    border-radius: 50%;
    width: 14px;
    text-align: center;
    line-height: 10px;
    height: 14px;
    margin-top: 2px;
    margin-right: 5px;
}
span.select2-selection.select2-selection--multiple {
    float: right;
    width: 100%;
    overflow: hidden;
}
.select2-selection__choice:before{
    content: '\e97e';
    font-family: 'icomoon', sans-serif;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #aab2bd;
    font-size: 14px;
    padding-left: 5px;
}
.select2-selection__choice{
    position: relative;
    float: right;
    padding: 5px 25px 5px 5px  !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    float: right;
}
li[aria-selected=true] {
   display: none !important;
}
.removes ,.removes:hover{
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.massagessq {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.massagessq ul{
    float: right;
    width: 100%;
}
.massagessq ul li{
    float: right;
    width: 100%;
    padding: 10px;
}
.img_one{
    float: right;
    width: 20%;
    padding: 10px;
    text-align: center;
    margin-left: 15px;
}
.img_one img{
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.img_one h2{
    float: right;width: 100%;
    color: #449cc2;
    font-size: 12px;
}
.text_one{
    float: right;
    max-width: 70%;
    border-radius: 5px;
    padding: 10px;
    text-align: right;
    background: #449cc2;
    margin-top: 10px;
    position: relative;
}
.text_one:before{
    content: '\e910';
    font-family: 'icomoon';
    transform: rotate(-90deg);
    position: absolute;
    right: -10px;
    top: 25px;
    color: #449cc2;
    font-size: 14px;
    z-index: 1;
}
.text_one h2{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.text_one p{
    float: right;
    width: 100%;
    color: #ccd0d9;
    font-size: 12px;
}

.recipient .img_one{
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.recipient .img_one h2{
    float: left;
}
.recipient .text_one{
    float: left;
    text-align: left;
    background: #838383;
}
.recipient .text_one:before{
    transform: rotate(90deg);
    left: -10px;
    right: auto;
    color: #838383;
}
.search_header input {
    float: right;
    width: 260px;
    color: #ccd0d9;
    border-radius: 5px;
    border: 1px solid #ccd0d9;
    padding: 5px;
    font-size: 14px;
}
.search_header button {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #ccd0d9;
    border: 1px solid #ccd0d9;
    padding: 8px 8px 5px;
    font-size: 12px;
    width: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
}
.search_header {
    float: left;
    position: relative;
}
.tabel_massage ,.tabel_massage table {
    float: right;
    width: 100%;
}
.tabel_massage table th{
    background: #eff1f4;
    color: #434a54;
    font-size: 16px;
    text-align: right;
    padding: 5px;
}
.tabel_massage table th:first-child{
    text-align: center;
}
.tabel_massage table td{
    background: #fff;
    padding: 15px;
    vertical-align: middle;
}
.tabel_massage table tr.unread td{
    /*background: rgb(241, 237, 237);*/
}
.tabel_massage table tr{
    border-bottom: 1px solid #f6f6f6;
}
.img_massage_tabel{
    float: right;
    width: 100%;
    text-align: center;
}
.img_massage_tabel img{
    display: block;
    margin: 10px auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.img_massage_tabel h2{
    float: right;
    width: 100%;
    font-size: 16px;
    color: #449cc2;
}
.text_massage_tabel{
    float: right;width: 100%;
}
.text_massage_tabel h2{
    float: right;
    width: 100%;
    color: #449cc2;
    font-size: 15px;
}
.text_massage_tabel p{
    float: right;
    width: 101%;
    color: #ccd0d9;
    font-size: 14px;
}
.text_massage_tabel p i{
    padding-left: 5px;
    float: right;
    padding-top: 3px;
}
.text_massage_tabel h2 span{
    color: #434a54;
}
.make_curse {
    float: right;
    width: 100%;
    background: #fff;
    padding: 30px 30px 50px;
    min-height: 680px;
    border-radius: 5px;
}
.item_curse h2 {
    float: right;
    width: 100%;
    text-align: center;
    color: #449cc2;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.item_curse p {
    float: right;
    width: 100%;
    text-align: center;
    color: #8e8e8e;
    font-size: 16px;
    padding-bottom: 20px;
}
.item_curse {
    float: right;
    width: 100%;
    padding: 20px 0;
}
.input_edit_curs{
    float: right;width: 100%;
    position: relative;
    margin: 30px 0 40px;
}
.input_edit_curs input{
    float: right;
    width: 100%;
    border: 1px solid #e5e7ec;
    padding: 10px 50px 10px 10px;
    font-size: 16px;
    color: #434a54;
}
.input_edit_curs .input_edit_curs:before{
    content: '\e964';
    font-family: 'icomoon';
    font-size: 20px;
    color: #aab2bd;
    position: absolute;
    right: 13px;
    top: 16px;
}
.input_edit_curs p {
    float: right;
    width: 100%;
    text-align: right;
    color: #aab2bd;
    font-size: 14px;
    padding-bottom: 5px;
}
.header_curse2 {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    display: table;
}
.right_side_curse2 {
    display: table-cell;
    width: 70%;
}
.left_side_curse2 {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}
.img_curse2 ,.img_curse2 img {
    float: right;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-left: 15px;
}
.img_curse2{
    margin-bottom: 20px;
}
.text_curse2 p span {
    color: #aab2bd;
    padding-left: 2px;
}
.text_curse2 p {
    float: right;
    width: 100%;
    color: #449cc2;
    font-size: 14px;
}
.text_curse2 h2 {
    color: #434a54;
    font-size: 22px;
    float: right;
    width: 100%;
}
.text_curse2 {
    padding: 20px 10px;
    float: right;
}
.left_side_curse2 ul li {
    float: right;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
}
.left_side_curse2 ul li .bg_red{
    border: 0;
    padding: 5px;
    border-radius: 5px;
    width: 120px;
    max-width: 100%;
}
.left_side_curse2 ul {
    float: left;
}
ul.dropdown-menu li {
    width: 100%;
    padding: 0;
}
ul.dropdown-menu li a {
    width: 100%;
    padding: 5px;
}
.list_curse2 {
    float: right;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.list_curse2 h2 {
    float: right;
    width: 100%;
    padding: 9px;
    background: #449cc2;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}
.list_curse2 h2 i {
    float: right;
    padding-left: 5px;
    padding-top: 6px;
}
.list_curse2 ul li {
    float: right;width: 100%;
    padding: 5px 0;
}
.list_curse2 ul {
    margin-bottom: 10px;
    float: right;width: 100%;
}
.list_curse2 ul li a{
    float: right;
    width: 100%;
    padding: 9px;
    font-size: 16px;
    color: #434a54;
    border-radius: 5px;
}
.list_curse2 ul li a:hover ,.list_curse2 ul li a.active{
    background: #e5e7ec;
}
.content_curse2 {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.item_curse2s {
    float: right;
    width: 100%;
}
.item_curse2s h2 {
    float: right;
    width: 100%;
    text-align: center;
    color: #8e8e8e;
    font-size: 16px;
    padding-bottom: 5px;
}
.item_curse2s h2 span {
    color: #449cc2;
    font-weight: bold;
}
.item_curse2s h2 strong {
    color: #c45869;
    font-weight: bold;
}
.padd_asdq{
    float: right;
    width: 100%;
    padding: 40px 0;
}
.item_nave {
    float: right;
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #8e8e8e;
    cursor: default;
    background-color: #f9fafb;
    border: 1px solid #f9fafb;
    border-bottom-color: #f9fafb !important; 
}
.nav-tabs>li>a{
    float: right;width: 100%;
    text-align: center;
    color: #8e8e8e;
    font-size: 16px;
    cursor: default;
    background-color: #f9fafb;
    border: 1px solid #e5e7ec;
    border-top: transparent;
    border-radius: 0;
    margin: 0;
}
.nav-tabs>li>a i{
    color: #449cc2;
    font-size: 14px;
    padding-left: 5px;
    display: inline;
}
.nav-tabs>li{
    float: right;
    width: 25%;
    margin: 0;
}
.nav-tabs {
    border-bottom: 0;
}
div#home ,#menu1,#menu2,#menu3 {
    float: right;
    width: 100%;
    padding: 30px;
    background: #f9fafb;
    min-height: 500px;
}
div#home h2,#menu1 h2,#menu2 h2,#menu3 h2{
    float: right;
    width: 100%;
    text-align: right;
    color: #449cc2;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
div#home p,#menu1 p,#menu2 p,#menu3 p{
    float: right;
    width: 100%;
    text-align: right;
    color: #8e8e8e;
    padding-bottom: 10px;
    font-size: 16px;
}
.item_m2 {
    float: right;
    width: 100%;
    padding: 50px;
}
.item_m2 h2 ,.viemosq h2,.youtubesq h2{
    float: right;
    width: 100%;
    text-align: right;
    color: #aab2bd;
    font-size: 14px;
}
.item_m2 input ,.item_m2 textarea ,.item_m2 select ,.youtubesq input ,.viemosq input {
    float: right;
    width: 100%;
    text-align: right;
    color: #434a54;
    font-size: 16px;
    padding: 11px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding-left: 60px;
}
.item_m2 textarea{
    float: right;
    width: 100%;
    text-align: right;
    color: #434a54;
    font-size: 16px;
    padding: 11px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding-left: 11px;
}
.input_number{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.input_number span{
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #6e7987;
    background: #e5e7ec;
}

.slideTow {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
}
.slideTow label {
    float: right;
    width: 100%;
    cursor: pointer;
    color: #434a54;
    font-size: 16px;
    padding: 3px 35px 0px 1px;
}
.slideTow input[type=radio] {
  visibility: hidden;
  display: none;
}
.slideTow input[type=radio]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 6px;
    top: 12px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #449cc2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 1;
}
.slideTow input[type=radio] + label:after {
    content: '';
    position: absolute;
    left: 0;
    right: 2px;
    top: 8px;
    bottom: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #ececec;
    background: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.input_raido ul li {
    display: inline-block;
    padding: 5px 0 5px 5px;
}
.input_raido ul {
    float: right;
    width: 100%;
}
.input_raido {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.input_number.not_pad textarea ,.input_number.not_pad input{
    padding: 10px;
}

.drop {
    margin: 10px 0;
    padding: 10px;
    float: right;
    width: 100%;
    height: 200px;
    border: 5px dashed #e6e9ee;
    border-radius: 5px;
    position: relative;
    background: #f8f9fb;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 12px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    background: #449cc2;
    display: inline-block;
    cursor: pointer;
    width: 160px;
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
}
.list,.status{
    opacity: 0;
}
.drop h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 56%;
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
}
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #449cc2;
}
.item_m2s{
    float: right;width: 100%;
    padding: 50px;
}
.item_m2s img{
    display: block;
    margin: 30px auto;
}
.list_typesq {
    float: right;
    width: 100%;
    padding: 20px 0;
}
.list_typesq ul{
    float: right;
    width: 100%;
    text-align: center;
}
.list_typesq ul li{
    display: inline-block;
    padding: 5px;
}
.list_typesq ul li a {
    float: right;
    text-align: center;
    width: 100px;
    max-width: 100%;
    height: 50px;
    font-size: 24px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 34px;
}
.bg_blusq{
    background: #1ab7ea;
}
.youtubesq , .viemosq{
    float: right;width: 100%;
    margin: 20px 0;
}
.viemosq{
    display: none;
}
video {
    float: right;
    width: 100%;
}
iframe.video {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.slideTow label h2 {
    padding: 0 !important;
    font-weight: normal;
}
.slideTow label p {
    color: #8e8e8e;
}
.item_nave.sq2 .nav-tabs>li {
    float: right;
    width: 50%;
    margin: 0;
}
.list_sadq{
    float: right;
    width: 100%;
}
.list_sadq li{
    display: inline-block;
    padding: 10px 0 10px 10px;
}
.input_pass ,.input_link{
    float: right;width: 100%;
    position: relative;
}
.linksqw ,.passsqw{
    float: right;width: 100%;
    position: relative;
    display: none;
    margin-bottom: 20px;
}
.input_pass input ,.input_link input{
    float: right;
    width: 100%;
    text-align: right;
    background: #fff;
    color: #434a54;
    font-size: 16px;
    padding: 11px;
    border: 1px solid #e2e5ea;
    border-radius: 5px;
    padding-right: 40px;
}
.input_pass:before{
    content: '\e98f';
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    top: 12px;
    color: #aab2bd;
    font-size: 16px;
}
.input_link:before{
    content: '\e95c';
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    top: 15px;
    color: #aab2bd;
    font-size: 16px;
}
.item_m2.pricesq {
    float: right;
    width: 100%;
    min-height: 700px;
    text-align: center;
    padding: 100px 50px;
}
.item_m2.pricesq h2 {
    text-align: center;
}
.pricesqsq{
    display: block;
    margin: 40px auto;
}

.slideTows {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
}
.slideTows label {
    float: right;
    width: 100%;
    cursor: pointer;
    color: #aab2bd;
    font-size: 14px;
    padding: 5px 35px 5px 5px;
}
.slideTows input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.slideTows input[type=checkbox]:checked + label:before {
    content: '\e905';
    position: absolute;
    left: 0;
    right: 2px;
    top: 3px;
    bottom: 0;
    width: 23px;
    height: 23px;
    border: 2px solid #449cc2;
    background:#449cc2;
    font-family: 'icomoon', sans-serif;
    border-radius: 7px;
    background-position: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 4px;
    font-size: 12px;
}
.slideTows input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    left: 0;
    right: 2px;
    top: 3px;
    bottom: 0;
    width: 23px;
    height: 23px;
    border: 2px solid #e4e8f0;
    background: #fff;
    border-radius: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.sqwrrrr .slideTow{
    margin-bottom: 10px;
}
.sqwrrrr .slideTows{
    margin: 10px 0;
}
.plus_input {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.plus_inputasqwwww{
    display: none;
}
span.input-group-btn.mins {
    position: absolute;
    left: 1px;
    top: 23px;
    width: 35px;
    height: 25px;
}
span.input-group-btn.plusq {
    position: absolute;
    left: 1px;
    top: 1px ;
    width: 35px;
    height: 23px;
}
button.btn.btn-default.btn-number.minus {
    float: right;
    width: 35px;
    height: 25px;
    color: #a2a2a2;
    font-size: 8px;
    text-align: center;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border:1px solid #e5e7ec;
}
button.btn.btn-default.btn-number.plus {
    float: right;
    width: 35px;
    height: 23px;
    color: #a2a2a2;
    font-size: 8px;
    text-align: center;
    border-radius: 0;
    border-top-left-radius: 5px;
    border:1px solid #e5e7ec;
    margin: 0;
}
.nofossq {
    float: right;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #fafbfc;
}
.nofossq span{
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fa7759;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
}
.nofossq h3 {
    color: #fa7759;
    font-size: 16px;
    padding: 5px 0;
}
.nofossq p {
    color: #aab2bd;
    font-size: 14px;
}
.item_m2.sqwrrrr h4 {
    color: #434a54;
    font-size: 16px;
    padding: 10px 0;
}
/*.item_m2.sqwrrrr label {*/
    /*color: #aab2bd;*/
    /*font-size: 16px;*/
/*}*/
.content_search{
    float: right;width: 100%;
    padding: 20px 0; 
}
.alert.alert-warning {
    background: #f3d351;
    color: #fff;
}
.alert-success {
    color: #fff;
    background-color: #79c55a;
    border-color: #79c55a;
}
.tabels_sq table th {
    background: #5a5a5a;
    color: #fff;
    font-size: 16px;
    padding: 8px;
}
.tabels_sq table td {
    padding: 10px;
    vertical-align: middle;
}
.tabels_sq table tr:nth-child(even) td {
    background: #f9fafb;
}
.tabels_sq table  tr:nth-child(odd) td{
    background: #f3f4f5;
}
.tabels_sq table td h2 {
    float: right;
    width: auto;
    color: #449cc2;
    font-size: 16px;
    padding: 10px;
}
.tabels_sq table {
    float: right;
    width: 100%;
}
.tabels_sq {
    float: right;
    width: 100%;
}
.tabels_sq .progress {
    float: left;
    width: 300px;
    max-width: 100%;
    border: 3px solid #ffffff;
    height: 30px;
    margin: 6px 0;
}
.sad9 .progress-bar {
    float: right;
    padding: 4px;
}
.btn_blue.sa.visq a {
    width: 150px;
    box-shadow: none;
}
.btn_blue.sa.visq {
    float: left;
    width: auto;
    padding: 0px;
}
.nofication_Sq {
    float: right;
    width: 100%;
    padding: 15px 10px;
    background: #5eabc7;
    border-radius: 5px;
    margin-bottom: 20px;
}
.nofication_Sq ul{
    float: right;
    width: 100%;
}
.nofication_Sq ul li{
    float: right;
    width: 100%;
    font-size: 16px;
    color: #fff;
}
.nofication_Sq ul li i{
    float: right;
    padding-left: 5px;
    font-size: 10px;
    padding-top: 8px;
}
.nofication_Sqs ul li img {
    float: right;
}
.nofication_Sqs ul li {
    display: inline-block;
    margin: 5px 0 5px 5px;
    border-radius: 5px;
    width: 240px;
    max-width: 100%;
    height: 100px;
}
.text_info_fnaq h2 {
    float: right;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.text_info_fnaq p {
    float: right;
    width: 100%;
    color: #fff;
    font-size: 22px;
}
.nofication_Sqs ul li:first-child {
    background: #84dbff;
}
.nofication_Sqs ul li:first-child img {
    margin-top: 5px;
}
.nofication_Sqs ul li:nth-child(2) {
    background: #90dfaa;
}
.nofication_Sqs ul li:last-child {
    background: #fd8469;
}
.nofication_Sqs ul {
    float: right;
    text-align: center;
    width: 100%;
}
.nofication_Sqs {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.img_info_fnaq {
    display: table-cell;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.text_info_fnaq {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    padding: 20px 5px;
    width: 60%;
}
.img_info_fnaq img {
    width: 80px;
}
.tabels_sq table th:nth-child(2) ,.tabels_sq table th:nth-child(3){
    text-align: center;
}
.tabels_sq table td:nth-child(2) p{
    display: block;
    margin: auto;
    width: 115px;
    padding: 7px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}
.tabels_sq table td:nth-child(3) h2{
    float: right;width: 100%;
    text-align: center;
}
section.s_profile {
    float: right;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background: #fff;
    margin-bottom: 30px;
}
.search_profile {
    float: right;
    width: 100%;
    display: table;
}
.input_profile {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
}
.input_profile input {
    float: right;width: 100%;
    padding: 12px;
    color: #434a54;
    font-size: 16px;
    border:2px solid #e5e7ec;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search_profile .input_select select {
    float: right;
    width: 100%;
    padding: 12px;
    padding-left: 30px;
    color: #434a54;
    font-size: 16px;
    border: 2px solid #e5e7ec;
    border-right: 0;
    border-left: 0;
    background: transparent !important;
}
.btn_search {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}
.btn_search button {
    float: right;
    width: 100%;
    padding: 13px;
    color: #fff;
    background: #ccd0d9;
    font-size: 14px;
    border: 2px solid #ccd0d9;
    border-right: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0;
}
.left_profiles ul li a span {
    color: #449cc2;
    display: inline-block;
}
.left_profiles ul li a {
    float: right;
    width: 100%;
    padding: 7px;
    font-size: 16px;
    color: #434a54;
    border-radius: 5px;
}
.left_profiles ul li a:hover ,.left_profiles ul li a.active {
    color: #fff;
    background: #449cc2;
}

.left_profiles ul li a:hover span ,.left_profiles ul li a.active span{
    color: #fff;
}
.left_profiles ul li {
    float: right;
    width: 100%;
    margin-bottom:5px;
}
.left_profiles ul {
    float: right;
    width: 100%;
}
.left_profiles {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.left_selesq {
    float: left;
    padding: 5px;
}
.left_selesq .input_select{
    float: right;
    padding: 5px;
    width: 110px;
    margin-bottom: 0;
}
.left_selesq .input_select select{
    float: right;
    width: 100%;
    border: 1px solid #ccd0d9;
    padding: 7px;
    color: #434a54;
    font-size: 14px;
    border-radius: 5px;
    background: transparent !important;
}
.left_selesq .input_select:before{
    top: 23px;
}
.more_pads{
    padding: 15px !important;
    color: #434a54 !important;
}
.more_pads span{
    color: #449cc2 !important;
}
.input_user ,.input_company{
    float: right;width: 100%;
    position: relative;
}.input_link{
    float: right;width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.input_user:before{
    content: '\e97e';
    font-family: 'icomoon';
    position: absolute;
    right: 12px;
    top: 16px;
    font-size: 16px;
    color: #aab2bd;
}
.input_link:before{
    content: '\e95c';
    font-family: 'icomoon';
    position: absolute;
    right: 12px;
    top: 16px;
    font-size: 16px;
    color: #aab2bd;
}
.input_link.googlsew:before{
    content: '\ea8b';
}
.input_link.twitters:before{
    content: '\ea96';
}
.input_link.facesq:before{
    content: '\ea90';
}
.input_link.linkedin:before{
    content: '\eaca';
}
.input_user input ,.input_company input ,.input_link input{
    float: right;
    width: 100%;
    color: #434a54;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding-right: 40px;
    background: #Fff;
}
.input_company:before{
    content: '\e979';
    font-family: 'icomoon';
    position: absolute;
    right: 12px;
    top: 16px;
    font-size: 16px;
    color: #aab2bd;
}
.nevsq .item_massage select{
    padding: 10px 40px 10px 10px;
}
.nevsq .input_select:before {
    top: 20px;
}
.nevsq .input_select:before {
    content: '\e980';
    font-family: 'icomoon';
    position: absolute;
    right: 12px;
    top: 16px;
    font-size: 16px;
    color: #aab2bd;
    z-index: 1;
}
.nevsq .input_raido{
    margin-bottom: 0;
}
.cosqwe{
    color: #aab2bd !important;
    font-size: 14px !important;
    margin: 10px;
}
.profsq_2 img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #e5e7ec;
}
.input input{
    float: right;
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    color: #434a54;
    border:1px solid #e5e7ec;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordionsq {
    float: right;
    width: 100%;
    margin: 20px auto;
}
.accordionsq h2 {
    text-align: right;
}
.accordion.active .panel {
    float: right;
    width: 100%;
    padding: 20px !important;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion.active .panel h2{
    text-align: right;
    font-size: 14px;
    color: #aab2bd;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.input {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.panel-body {
    padding: 40px;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #449cc2;
    border-color: #449cc2;
}
.profsq_2s h2{
    text-align: right;
}

.slideThree {
    float: right;
    width: 70px;
    background: #e4e7ef;
    position: relative;
    border-radius: 50px;
    margin-left: 10px;
    padding: 2px;
    margin-top: -5px;
    margin-bottom: 20px;
}
.slideThree:after {
    content: '\e907';
    color: #fe5339;
    font-family: 'icomoon', sans-serif;
    position: absolute;
    font-size: 10px;
    left: 48px;
    top: 12px;
    z-index: 0;
    background-size: inherit;
}
.slideThree:before {
    content: '\e905';
    font-family: 'icomoon', sans-serif;
    color: #69ce66;
    font-size: 12px;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 0;
    background-size: inherit;
}
.slideThree label {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 1;
    background: #fcfff4;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    margin: 0;
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}
.item_m2s.profsq_2s h3 {
    margin-bottom: 20px;
    text-align: center;
}
.ksado{
    float: right;width: 100%;
    margin: 20px auto;
    border-bottom: 1px solid #e5e7ec;
    padding-bottom: 30px;
}
.halve>ul>li{
    float: right;
    width: 50%;
}
.halve>ul>li:nth-child(odd){
    border-left: 1px solid #f3f3f3;
}
.ratess {
    float: right;
    width: 100%;
    margin: 30px 0;
}
.drops_left a i {
    padding-right: 5px;
    font-size: 12px;
    padding-top: 2px;
}
.drops_left a {
    float: right;
    width: 130px;
    text-align: center;
    background: #449cc2;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
}
.drops_left {
    float: left;
}
.left_items3 ul li a {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.left_items3>a {
    float: right;
    font-size: 14px;
    color: #449cc2;
    cursor: pointer;
    padding: 5px;
}
.left_items3 ul li {
    float: right;
    padding: 2px 5px;
}
.left_items3 ul {
    float: right;
    width: 100%;
}
.left_items3 {
    float: left;
}
.padd_asdq h6 {
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #8e8e8e;
    font-size: 16px;
}
.panel-body .panel-default>.panel-heading {
    color: #434a54;
    background-color: #f2f3f5;
    border-color: #e5e7ec;
}
.panel-body .panel-body  {
    background-color: #f2f3f5;
}
.panel-body .panel-default>.panel-heading .left_items3 ul li a {
    font-size: 14px;
    color: #449cc2;
    cursor: pointer;
}
.list_add_item {
    float: right;
    width: 100%;
    text-align: center;
}
.list_add_item ul{
    float: right;
    width: 100%;
}
.list_add_item ul li{
    display: inline-block;
    padding: 5px;
}
.list_add_item ul li a{
    float: right;
    width: 70px;
    max-width: 100%;
    padding: 10px;
    border: 2px solid #dfe1e7;
    background: #f9f9fa;
    cursor: pointer;
    border-radius: 5px;
}
.list_add_item ul li a i{
    float: right;width: 100%;
    margin-bottom: 5px;
    color: #449cc2;
    font-size: 26px;
}
.list_add_item ul li a p{
    float: right;width: 100%;
    color: #434a54;
    font-size: 12px;
}
.item_add_texts ,.item_add_tests,.item_add_testss{
    float: right;
    width: 100%;
    padding: 10px;
    border: 2px solid #dfe1e7;
    border-radius: 5px;
    background: #f9f9fa;
    margin-bottom: 20px;
}
.item_add_video , .item_add_audio {
    float: right;
    width: 100%;
    padding: 20px;
    border: 2px solid #dfe1e7;
    border-radius: 5px;
    background: #f9f9fa;
    margin-bottom: 20px;
}
.item_add_video h2 ,.item_add_video h5 ,.item_add_audio h2 ,.item_add_audio h5 {
    float: right;
    width: 100%;
    color: #aab2bd;
    font-size: 14px;
    margin-bottom: 5px;
}
.item_add_texts textarea ,.item_add_tests textarea ,.item_add_testss textarea,.first_asqs textarea{
    float: right;
    width: 100%;
    padding: 10px;
    border: 2px solid #dfe1e7;
    border-radius: 5px;
    background: #f5f6f8;
    color: #434a54;
}
.first_asqs textarea{
    margin-bottom: 20px;
}
.first_asqs .slideTow input[type=radio] + label:after{
    top: 15px;
}
.first_asqs .slideTow input[type=radio]:checked + label:before{
    top: 19px;
}
.first_asqs input{
    float: right;
    width: 100%;
    padding: 10px;
    border: 2px solid #dfe1e7;
    border-radius: 5px;
    background: #f5f6f8;
}
.list_add_item ul li a.active:before{
    content: '\e988';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #dfe1e7;
}
#add_texts{
    position: relative;
}
.item_add_audio ,.item_add_texts ,.item_add_video{
    display: none;
}
.list_addq ul li a {
    float: right;
    width: 210px;
    max-width: 100%;
    background: #449cc2;
    padding: 20px;
    color: #fff;
    min-height: 140px;
    border-radius: 5px;
    cursor: pointer;
}
.list_addq ul li a i {
    display: block;
    margin: 10px auto;
    font-size: 30px;
}
.list_addq ul li a p{
    float: right;width: 100%;
    color: #fff;
    font-size: 14px;
}
.list_addq ul li {
    display: inline-block;
    padding: 5px;
}
.list_addq ul {
    float: right;
    width: 100%;
    text-align: center;
}
.list_addq {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}
a.chcked4.active ,a.eye.active {
    color: #afd564 !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a.padlock.active ,a.save.active {
    color: #E91E63 !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.loist_addsq{
    float: right;width: 100%;
}
.loist_addsq ul{
    float: right;
    width: 100%;
}
.loist_addsq ul li{
    float: right;
    padding: 5px;
}
.loist_addsq ul li a{
    float: right;
    width: 100%;
    background: #449cc2;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.loist_addsq ul li a i{
    float: right;
    padding-left: 5px;
    padding-top: 7px;
}
h4.panel-title a input {
    background: #fff;
    border: 0;
    color: #434a54;
    font-size: 16px;
    padding-right: 5px;
    float: right;
}
.panel-body .panel-default>.panel-heading .panel-title a input {
    color: #434a54;
}
.tesxtsqw button {
    float: right;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
    background: #afd564 ;
    border: 0;
    padding: 3px 10px;
}
span.span_forinput {
    width: auto;
    display: inline-block;
}
.tesxtsqw {
    display: none;
    width: auto;
}
/* drag drop */
.module{
    width: 100%;
    background: transparent;
    color: silver;
    text-align: right;
    transition: color 0.3s, background-color 0.3s;
}
.ui-state-highlight { height:45px; line-height: 45px;
    margin-bottom: 20px; }
/* drag drop */
.img_items2 a img {
    max-width: 100%;
}
.img_items2 a {
    float: right;
    width: 100%;
  height:250px;
}

.first_asqs {
    float: right;
    width: 100%;
    margin: 10px 0;
}
.first_asqs h2 {
    float: right;
    width: 100%;
    color: #449cc2;
    font-size: 16px;
    border-bottom: 1px solid #dfe1e7;
    margin-bottom: 20px;
}
.first_asqs label {
    float: right;
    width: 100%;
    color: #aab2bd;
    font-size: 14px;
}
.content_asqs2 ,.content_asqs{
    float: right;width: 100%;
}
.course_list {
    float: right;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.course_lists {
    float: right;
    width: 100%;
    display: table;
    position: relative;
}
.left_side_course_list {
    float: right;
    width: 30%;
}
.right_side_course_list {
    float: right;
    width: 70%;
    height: 100vh;
    position: relative;
}
.left_side_course_list .nav-tabs>li {
    float: right;
    width: 50%;
    margin: 0;
}
.left_side_course_list div#home,.left_side_course_list #menu1{
    float: right;
    width: 100%;
    padding: 0;
    background: #ffffff;
    min-height: 100vh;
}
.left_side_course_list .list_manhag{
    min-height: 100vh;
    padding-bottom: 40px;
}
.left_side_course_list .nav-tabs>li.active>a,.left_side_course_list .nav-tabs>li.active>a:focus,.left_side_course_list .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #c45869;
    border: 1px solid #c45869;
    border-bottom-color: #c45869 !important;
    cursor: pointer;
}
.left_side_course_list .nav-tabs>li>a{
    color: #fff;
    cursor: default;
    background-color: #a64252;
    border: 1px solid #a64252;
    border-bottom-color: #a64252 !important;
    cursor: pointer;
}
.header_course_list {
    background: #3f3f3f;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    right: 0;
    z-index: 9999;
}
.header_course_list h2{
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 11px;
}
.header_course_list h2 i{
    float: right;
    color: #449cc2;
    font-size: 20px;
    padding-top: 3px;
    padding-left: 10px;
}
.list_left_course {
    float: left;
    padding: 5px;
}
.list_left_course .full_secreen{
    color: #fff;
    float: right;
    font-size: 20px;
    padding: 3px 10px 0;
    cursor: pointer;
}
.list_left_course .btn_blusqwer{
    float: right;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #449cc2;
    border-radius: 5px;
    padding: 5px 10px;
}
.list_left_course .btn_blusqwer i{
    float: left;
    transform: rotate(180deg);
    padding-left: 10px;
    font-size: 12px;
    padding-bottom: 8px;
    float: left;

}
.list_left_course .btn_blusqwers{
    float: right;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #449cc2;
    border-radius: 5px;
    padding: 5px 10px;
}
.list_left_course .btn_blusqwers i{
    padding-right: 10px;
    font-size: 12px;
    padding-top: 8px;
    float: left;
}
.footer_course_list {
    background: #3f3f3f;
    height: 45px;
    overflow: hidden;
    padding: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.statsw,.statsw:hover{
    float: right;
    color: #4dc244;
    font-size: 16px;
    padding: 12px;
}
.statsw1{
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}
.statsw1:hover{
    color: #4dc244;
}
.conent_course_list {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 46px 0;
    
    background: #fff;
}
.note-editor.note-frame.panel.panel-default {
    float: right;
    width: 100%;
}

.sound_cours_list {
    float: right;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
  min-height: 80px;
}
.right_side_course_list.active{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #9E9E9E;
}
div#menu1 h4 {
    padding: 15px;
    color: #449cc2;
    font-size: 14px;
    background: #f9fafb;
    float: right;
    width: 100%;
}
div#menu1 h4 i {
    padding-left: 15px;
}
.testxtaq {
    float: right;
    width: 100%;
    padding: 20px;
}
.testxtaq textarea {
    float: right;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    color: #434a54;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
}
.list_asqswrrt {
    float: right;
    width: 100%;
}
.list_asqswrrt ul li{
    float: right;
    width: 100%;
}
.list_asqswrrt>ul {
    float: right;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 42vh;
    padding-bottom: 30px;
}
.list_asqswrrt>ul h2{
    padding: 0 !important;
}
.list_asqswrrt h3 {
    float: right;
    width: 100%;
    color: #434a54;
    font-size: 16px;
    background: #eff1f4;
    text-align: center;
    padding: 8px;
}
.video_cours_list {
    float: right;
    width: 100%;
    padding: 5px 0px;
    /* height: 640px; */
    overflow: hidden;
}
.text_cours_list{
    float: right;
    width: 100%;
    height: 640px;
    overflow: hidden;
    overflow-y: auto;
    padding: 50px;
}
.text_cours_list p{
    float: right;
    width: 100%;
    font-size: 16px;
    color: #434a54;
    padding-bottom: 5px;
}
.text_cours_list p span{
    color: #a64252;
}
.input_select{
    float: right;width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.s_profile .input_select {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    margin-bottom: 0 !important;
    float: none;
}
.input_select:before{
    content: '\e901';
    font-family: 'icomoon', sans-serif;
    color: #9e9e9e;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 0;
}
.input_select.poi:after{
    content: '\e901';
    font-family: 'icomoon', sans-serif;
    color: #9e9e9e;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 0;
}
ul.soial2.contact-yu li {
    width: 100%;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
/*::-webkit-scrollbar {*/
/*    width: 8px;*/
/*}*/
/*::-webkit-scrollbar-track {*/
/*    background: transparent;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*    background: #449cc2;*/
/*}*/
/*::-webkit-scrollbar-corner {*/
/*    background: transparent;*/
/*}*/

.has-error{
    border: 1px solid red !important;
}

.error{
    border: 1px solid red !important;
}

label.error{
    border: 0 none !important;
    color: red;
    margin-right: 0px;
    float: right;
    width: 100%;
    font-size: 14px;
    padding-top: 5px;
}

.valid{
    border: 1px solid green !important;
}

.help-block{
    color: red;
}
.info_pers.hm_sorry {
    padding: 60px 0;
    text-align: center;
}
/* Preloader */
#ajax-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the ajax-loader animation horizontally one the screen */
    top: 50%;
    /* centers the ajax-loader animation vertically one the screen */
    background-image: url('/public/admin/images/loaders/ajax-loader.gif');
    color: #449cc2;
    /* path to your ajax-loader animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.course_preview{
    position: fixed;
    z-index: 999;
    background: #f3d351;
    color: #fff;
    padding: 15px;
    width: 100%;
}
/* new */
.bloasw{
    color: #8e8e8e !important;
    font-size: 12px !important;
    text-align: justify !important;
}
p.left_itesdown i {
    float: right;
    padding-left: 5px;
    padding-top: 6px;
    color: #449cc2;
}
p.left_itesdown {
    float: left;
    color: #979797;
    font-size: 14px;
}
p.bg_vide {
    background: #c45869;
}
p.bg_mont {
    background: #58aec4;
}
p.bg_des {
    background: #acc458;
}
p.bg_keta {
    background: #616161;
}
.img_items2 {
    background: #f2f2f2;
}
.search_profile.search2 .btn_search{
    width: 5%;
}
.bag{
    background: #44c28e;
}
.img_cont_cours {
    background: #f2f2f2;
}
a.left_butn.bg_reds {
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #cf3535;
    cursor: pointer;
    margin-right: 5px;
}
.left_butn {
    min-width: 110px;
    max-width: 100%;
    text-align: center;
}
.img_cont_cours.bag  img {
    float: none;
    display: block;
    margin: auto;
    min-width: auto;
    min-height: initial;
}
.img_cont_cours.bag h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.36);
    text-align: center;
}
.img_cont_cours.bag h3 span {
    display: inline-table;
    margin: auto;
    background: #449cc2;
    width: 120px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 20%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
}
.img_cont_cours.bag h3 span i {
    display: block;
    margin: auto auto 5px;
    font-size: 36px;
}
.bag_1 span{
    float: right;
}
.first_cours .img_cours img{
    width: 100%;
}

.list_shada {
    float: right;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.list_shada ul li button {
    background: #333;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    width: 130px;
    max-width: 100%;
}
.list_shada ul li:nth-child(1) button {
    background: #449cc2;
}
.list_shada ul li:nth-child(2) button {
    background: #c45869;
}
.list_shada ul li {
    display: inline-block;
    padding: 5px;
}
.list_shada ul {
    float: right;
    width: 100%;
}
.bag_2 .nav-tabs>li.active>a, .bag_2 .nav-tabs>li.active>a:focus, .bag_2 .nav-tabs>li.active>a:hover{
    color: #fff !important;
    cursor: default;
    background-color: #449cc2;
    border: 1px solid #449cc2;
    border-bottom-color: #449cc2 !important;
}
.bag_2 .nav-tabs>li>a{
    color: #449cc2 !important;
    font-size: 24px;
    background-color: #fff;
    border: 1px solid #eff0f3;
    border-bottom-color: #eff0f3 !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.bag_2 .nav-tabs>li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 5px;
}
.bag_2 .nav-tabs {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
ul.list-inline li button {
    background: #449cc2;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    width: 300px;
    margin: 15px 0;
}
ul.list-inline {
    float: right;
    width: 100%;
    text-align: center;
}
.bag_2{
    padding: 20px 50px;
}
.bag_3{
    display: block;
}
.img_paypal3.bag_6{
    background: #fff;
}
.img_paypal3 .nav-tabs>li>a {
    color: #449cc2 !important;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #eff0f3;
    border-bottom-color: #eff0f3 !important;
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 7px 10px;
    cursor: pointer;
}
.img_paypal3.bag_6 {
    background: #fff;
    height: auto;
    overflow: auto;
    padding: 0;
    margin: 0;
}
.img_paypal3.bag_6 div#home,.img_paypal3.bag_6 #menu1{
    float: right;
    width: 100%;
    padding: 0;
    background: #fff;
    min-height: auto;
}
.img_paypal3.bag_6 div#home{
    float: right;
    width: 100%;
    padding: 15px;
    background: #f3f4f5;
    height: 190px;
    overflow-y: auto;
}
.img_paypal3.bag_6 #menu1 h2{
    float: right;
    width: 100%;
    text-align: right;
    color: #aab2bd;
    padding-top: 0px;
    font-size: 14px;
    font-weight: normal;
}
.compleat{
    float: right;width: 100%;
    display: none;
    padding: 10px;
}
.compleat .success_pay{
    padding: 0;
}
.compleat .success_pay .btn_blue a {
    width: 300px;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    background: #449cc2;
    padding: 8px;
}
.left_selesq .input_select{
    width: 120px;
}
.not_up{
    margin-top: 30px;
}
.btn_tic button {
    display: block;
    margin: auto;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    width: 90px;
    max-width: 100%;
}
.btn_tic {
    float: right;
    width: 100%;
    text-align: center;
}
.open button{
    background: #54b551;
}
.closes button{
    background: #cf3535;
}
.in_ac button{
    background: #3564cf;
}
.tic table th{
    text-align: center;
}
.first_tic {
    float: right;
    width: 100%;
    padding: 20px;
}
.first_tic p {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    padding-bottom: 10px;
}
.first_tic h6 {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
}
.first_tic h6 span{
    float: right;
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
}
.first_tic ul {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}
.first_tic ul li {
    float: right;
    padding: 5px 0 5px 15px;
}
.first_tic ul li a {
    float: right;
    width: 100%;
    color: #979797;
    font-size: 14px;
}
.first_tic ul li a i {
    float: right;
    color: #449cc2;
    font-size: 14px;
    padding-left: 7px;
    padding-top: 2px;
}
.first_tic ul li a.open ,.first_tic ul li a.open i{
    color: #54b551;
}
.first_tic.answer {
    background: #fafafb;
    padding-right: 70px;
}
.answww ul li a {
    float: right;
    width: 100%;
    color: #fff;
    background: #333;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}
.answww ul li:nth-child(1) a {
    background: #449cc2;
}
.answww ul li:nth-child(2) a {
    background: #cf3535;
}
.answww ul li {
    display: inline-block;
    padding: 5px;
    width: 90px;
    cursor: pointer;
    max-width: 100%;
}
.answww ul {
    float: right;
    width: 100%;
}
.answww {
    float: right;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.answersw_div h2 {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #aab2bd;
}
.answersw_div p {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #aab2bd;
    background: #f6f7f8;
    padding: 5px;
    border: 1px solid #f2f3f5;
    border-radius: 5px;
    margin-bottom: 10px;
}
.answersw_div p i{
    float: right;
    padding-left: 5px;
    padding-top: 2px;
}
.answersw_div p a:last-child{
    float: left;
    padding-right: 5px;
    padding-top: 2px;
    color: #fa7759;
    transform: rotate(40deg);
}
.answersw_div p strong{
    padding-right: 5px;
    display: inline-block;
}
.answersw_div textarea ,.answersw_div input {
    float: right;
    width: 100%;
    font-size: 16px;
    color: #434a54;
    padding: 7px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    margin-bottom: 10px;
}
.answersw_div {
    float: right;
    width: 100%;
    padding: 40px;
}
.blacks{
    background: #3d3d3d;
}
.bg_black {
    background: #3d3d3d;
}
.text_cont_cours p {
    min-width: 35px;
    text-align: center;
    margin-left: 5px;
}
.text_cont_cours p span{
  display:inline-block;
  padding-right:3px;
}
.text_cont_cours strong {
    float: right;
    font-size: 12px;
    color: #8e8e8e;
    padding: 1px 0 1px 5px;
}
.text_items2 h4 strong {
    float: right;
    font-size: 12px;
    color: #8e8e8e;
    padding: 1px 0 1px 5px;
}
.text_items2 h4 p {
    min-width: 35px;
    text-align: center;
    margin-left: 5px;
}
.text_items2 h4 {
    font-size: 12px;
    float: right;
    width: 100%;
    margin-bottom: 5px;
}
.input_select{
    margin-bottom: 0;
}
.btn_blue.pauysq a {
    font-size: 14px;
    padding: 7px;
    width: 300px;
}
.text_cont_cours.bagsq span strong {
    float: none !important;
}
.oepn_ti_ans{
    display: none;
}
.ino_user_list{
    z-index: 9;
}

.text_items2 h3 {
    padding: 2px 3px 3px;
}
.conte_pay textarea{
    float: right;
    width: 100%;
    color: #434a54;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd5dd;
    padding: 8px;
    margin-bottom: 10px;
}
.list_manhag ul:last-child {
    padding-bottom: 7px;
}

.next_sq a{
    width: 300px;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    background: #449cc2;
    padding: 8px;
}
.img_paypal3.bag_6 .nav-tabs>li {
    float: none;
    display: inline-block;
}
.img_paypal3.bag_6 .nav-tabs>li.active>a {
    background: #449cc2;
    color: #fff !important;
}
.img_paypal3.bag_6 .nav-tabs {
    text-align: center;
}
.form_have_money h2 {
    float: right;
    width: auto;
    margin-bottom: 5px;
}
.form_have_money button {
    float: left;
    border: 0;
    background: #449cc2;
    color: #fff;
    font-size: 14px;
    padding: 3px 20px;
    border-radius: 5px;
    margin-top: -5px;
}
.form_have_money span {
    padding-right: 5px;
    color: #fff !important;
    padding: 4px 5px 1px;
    border-radius: 5px;
    font-size: 12px;
}
.form_have_money {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

.first_Q {
    float: right;
    width: 100%;
    display: none;
}
.first_Q p{
    float: right;
    width: 100%;
    color: #434a54;
    font-size: 20px;
    margin-bottom: 5px;
}
.first_Q.active {
    display: block;
}
.wizz {
    float: right;
    width: 100%;
    padding: 50px;
}
button.next{
    float: left;
    background: #449cc2;
    color: #fff;
    border-radius: 5px;
    width: 120px;
    padding: 5px;
    font-size: 14px;
    border: 0;
}
.last{
    float: left;
    background: #4dc244;
    color: #fff;
    border-radius: 5px;
    width: 120px;
    padding: 5px;
    font-size: 14px;
    border: 0;
}
button.next:hover {
    background: #3981a0;
}
button.last:hover {
    background: #3a9234;
}

.btnmenu {
    float: right;
    padding: 10px 0px 0px 15px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.body_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
    display: none;
    cursor: pointer;
}
.menu_sidebar.active {
    z-index: 2;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu_sidebar {
    position: fixed;
    right: 0;
    width: 300px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    z-index: 1;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.body.active {
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.body.active section ,.body.active .study {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    overflow-x: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.body {
    padding-right: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: auto;
}
.body.active ul.menu-sidebar>li>a{
/*       background: rgb(68, 156, 194); */
}
ul#discuss .img_taqem h2 {
    float: right;
    width: 100%;
    text-align: center;
}
ul#discuss .img_taqem img {
    margin: auto;
}
ul#discuss .img_taqem {
    width: 35%;
}
ul#discuss .text_taqem {
    width: 65%;
}
ul#discuss .text_taqem p {
  font-size:10px !important;
}
ul#discuss .text_taqem h2 {
    color: #8b8b8b !important;
    font-size: 14px !important;
    padding: 0 !important;
}
.cv_paneadam p {
    float: right;
    width: 100%;
    font-size: 16px;
    color: #777;
    text-align: justify;
}
.cv_paneadam {
    float: right;
    width: 100%;
    border-top: 1px solid #f7f7f7;
    padding: 20px;
    background: #fff;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}
.info_pers.noreadias{
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}
.info_pers.noreadias .img_pers img{
  margin-bottom:0;
}
.info_pers.noreadias .text_pers {
    padding: 25px 10px;
}
.notify{
    float: left;
    color: #ff0000;
}
.item_rowsq {
    float: right;
    width: 100%;
}
.dropzone img.ghost{
  opacity:0 !important;
}
.menu_res {
    float: left;
  display:none;
}
.menu_res ul.head-menu4>li>a {
    float: right;
    padding: 15px 5px;
}
.menu_res ul.head-menu4>li .prof{
  padding:10px 4px 10px 15px;
}
.menu_res ul.head-menu4>li .prof:after{
    top: 20px;
}
.menu_res ul.head-menu4>li {
    padding:9px 5px;
}
.menu_res ul.head-menu4 li a i{
  padding-left:0;
}
.text-cont_cours2 p {
    word-wrap: break-word;
}
.menu_res ul.head-menu4>li>a:hover{
  background:transparent;
}
.menu_res ul.head-menu4 {
    float: left;
    margin: 0;
}
.menu_res ul.head-menu4>li:hover{
    background: #3f91b4 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
span.select2-dropdown.select2-dropdown--below {
    border: 1px solid #e5e7ec;
    border-top: 0;
    color: #c1c1c1;
    font-size: 14px;
}
.selection .valid{
  border:0 !important;
}
.plus_input input {
    float: right;
    width: 100%;
}
.modal-body .sound_cours_list {
    position: relative;
    transform: none !important;
    left: 0;
    margin: 50px 0;
    min-height: 0;
}
.conte_pay input {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #aab2bd;
    font-size: 14px;
    padding: 7px;
    margin-top: 5px;
    color: #333;
}
.respa{
  display:none;
}

@media screen and (max-width: 1250px){
    .first_cours_hope ,.first_cours_hope:last-child{
        width: 100%;
    }
  .logo-img{
    margin-left:10px;
  }
  ul.head-menu4 li a{
    font-size:14px;
    padding: 5px 7px;
  }ul.head-menu5 li a{
    font-size:14px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 990px){
     
    .panel-body {
        padding: 15px;
    }
    .halve>ul>li{
        float: right;
        width: 100%;
    }
    button.non_btn {
        word-break: break-all;
        width: 80%;
    }
    .search_header input {
        width: 100%;
    }
    .search_header {
        width: 60%;
        margin-top: -5px;
    }
    .tabel_massage.tic table {
        min-width: 600px;
    }
    .tabel_massage.tic {
        overflow-x: auto;
        padding-bottom: 5px;
    }
  
}
@media screen and (max-width: 765px){
  .img_study:before, .img_items2:before{
    display:none;
  }
    .item_m2 ,.item_m2s{
        padding: 20px;
    }
    section.header-section-owl {
    height: auto;
}
.item-slider1-index h2 {
    font-size: 18px;
}
    .cond img{
        width: 100%;
    }
    .item_about ,.make_curse{
        padding: 20px;
    }
    .item-slider1-index ul li a {
    font-size: 16px;
    padding: 10px;
    width: 170px;
    max-width: 100%;
}
    .contacts{
        padding: 0;
    }
    .list_link_pers ,.item_info_pers{
        margin: auto;
        display: block;
    }
    .item_info_pers{
        width: 100%;
        display: block;
    }
  .respa{
    display:block;
  }
    .item_massage {
        float: right;
        width: 100%;
        padding: 20px;
    }
    .right_side_curse2 ,.left_side_curse2{
        display: block;
        text-align: center;
        margin: auto;
    }
    .nav-tabs>li {
        float: right;
        width: 100%;
        margin: 0;
    }
    .tabels_sq .progress{
        width: 200px;
    }
    .panel-title {
/*         display: flex; */
    }
    .left_side_course_list ,.right_side_course_list{
        display: block;
        width: 100%;
/*         margin-bottom: 20px; */
    }
  
    .course_list{
        overflow: auto;
        overflow-x: hidden;
    }
    .left_side_course_list div#home, .left_side_course_list #menu1 {
    height: 250px;
    min-height: auto;
    overflow: hidden;
    overflow-y: scroll;
    }
    .left_side_course_list .list_manhag {
        height: 250px;
        min-height: auto;
    }
    .conent_course_list {
        height: 100vh;
    }
    .list_left_course {
/*         float: right; */
        padding: 5px 10px 5px 15px;
    }
    .text_cours_list {
        padding: 20px;
    }
    .left_butn {
        margin: 5px;
    }
    .first_tic.answer{
        padding: 20px !important;
    }
    .text-cont_cours2 {
        padding: 15px;
    }
    .text_items2 {
        padding: 5px 15px;
    }
  .accordionsq{
    margin: 0;
  }
  .left_profiles ul li{
    width:auto;
    padding-left:5px;
  }
  .list_curse2 h2.active {
    margin: 0;
  }
  .list_curse2 h2 {
      margin-bottom: 10px;
  }
  .list_curse2 h2.active+ul {
      display: block;
  }
  .list_curse2 h2+ul {
      display: none;
  }
  .text_items2 h4{
    float:none;
    display:inline-block;
    padding:5px;
    width: initial;
    margin: auto;
  }
    #join-btn ,.left_butn {
      margin: 0 !important;
      float: left !important;
      margin-top: -5px !important;
  }
  
  .bagsq #join-btn{
    margin-top:3px !important;
  }
  .marg_top_bagsq {
      margin-top: 7px !important;
  }
  .pay_cont {
    left: 2% !important;
    max-width: 96% !important;
    right: auto !important;
    margin: 0 !important;
    transform: translate(0%, -50%);
}
  .header_course_list ,.footer_course_list{
    position:initial;
    float:right;
    width:100%;
  }
  .right_side_course_list{
    height:auto;
  }
  .conent_course_list{
    float:right;
    width:100%;
    height:auto !important;
    overflow: initial;
    position: initial;
    padding: 0;
  }
  .sound_cours_list {
      transform: none;
      float: right;
      width: 100%;
      left: auto;
      margin: 30px 0;
      min-height: auto;
  }
  .wizz{
    min-height:90vh;
  }
}
.mos_asdr{
  display:none;
}
@media screen and (max-width: 650px){
  .menu_res ul.head-menu4 li:nth-child(1) {
      display: none;
    }
  .mos_asdr{
    display:block;
  }
}
@media screen and (max-width: 600px){
    .img_cont_cours p {
        padding: 30% 0;
    }
    .first_cours .img_cours ,.first_cours .text_cours{
        width: 100%;
    }
    .text_cont_cours{
        text-align: center;
    }
/*     a.left_butn {
        display: inline-block!important;
        float: none !important;
        margin: 10px auto !important;
    } */
    .text_cont_cours h2 {
        text-align: right;
    }

}
@media screen and (max-width: 450px){
    .img_cont_cours p {
        padding: 35% 0;
    }

    .list_link_pers ,.item_info_pers ,.img_pers ,.text_pers ,.info_pers{
        float: right;width: 100%;
        padding: 5px;
        overflow: hidden;
        display: block;
    }
    .img_cours_hope ,.text_cours_hope{
        width: 100%;
    }
  .info_pers h1 {
      padding: 15px;
  }
  .item_keft h2 {
    float: right !important;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 6px !important;
}
.item_keft button {
    margin-bottom: 5px;
    padding: 7px 15px !important;
    margin-left: 0 !important;
}
.item_keft {
    float: right;
    width: 100%;
}
}

.height-100{
    height: 100% !important;
}

.d-block{
    display: block !important
}

.border-transparent{
    border-color: transparent !important
}