/* Overlay style */
.overlay {
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(255,255,255,0.98);
       z-index: 100000;
}

/* Overlay closing cross */
.overlay .overlay-close {
 background-color: transparent;
 position: absolute;283
 right: 20px;
 top: 20px;
 overflow: hidden;
 border: none;;
 outline: none;
 z-index: 100!important;
 cursor: pointer;
 color: #424242;
 right: 0
}

/* Menu style */
.overlay section {
 text-align: center;
 position: relative;
 top: 50%;
 height: 60%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 color: #424242
}
.facebook-color {
   float: none!important;
}

.overlay section h2{
 color: black;

 padding: 1rem 0;
 border-bottom: 1px solid rgba(0,0,0,.2);
}


.overlay ul li{
 display: block;
}

.overlay ul li a {
 font-size: 54px;
 font-weight: 300;
 display: block;
 color: #fff;
 -webkit-transition: color 0.2s;
 transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
 color: #f0f0f0;
}
.scaledown {

 -webkit-transition: -webkit-transform 0.5s;
 transition: transform 0.5s;
}
.msg-adj{
 font-size: .8rem;
 color: #888888;
}

.scaledown.overlay-open {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}

.overlay-contentscale {
 visibility: hidden;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
 -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
 transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
 visibility: visible;
 -webkit-transform: translateY(0%);
 transform: translateY(0%);
 -webkit-transition: -webkit-transform 0.5s;
 transition: transform 0.5s;
}
.clearboth{
 clear: both
}
.agenda-t .nav-tabs .nav-link.active {
   background-color: white;
   padding: .2rem 1.8rem .4rem 1.8rem;
   border-radius: 20px;
   border-color: transparent;
   color: #495057
}
.w-icon-success {
   top: 0px;
   right: 25px;
 }
 div#wave {
     right: 15px;
     top: -5px;
 }
.cst-pic-adj11{
 width: 40px
}
.agenda-t {
   background-color: #F5F5F5;
   overflow: hidden;
   padding: 0.3rem .2rem;
   color: #495057;
}

.agenda-t .nav-tabs .nav-link {
   border: 0px solid #ddd;
 }
.agenda-t .nav-link {
   padding: .8rem 1.8rem;
}
.text-flow{
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.box h5{
   font-size: 1rem;
   font-weight: bold;
}
form h2 {

   margin-top: 0;

   font-weight: bold;
}
.red{
 color: red
}
.cst-adj05 {

   padding: 10px 50px 10px 12px !important;
 }
.accordion .required{
 color: red
}
.accordion label {
   color: grey;
   font-size: .9rem;
}
.fnt-adj{
 font-size: 12pt
}
.nav-tabs .nav-link{
 word-wrap: break-word;
}

.tag-editor .tag-editor-tag {
   border-right: 1px solid #757575;
     }
.src-btn{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+47,d1d1d1+57,e5e5e5+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 57%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 47%,rgba(209,209,209,1) 57%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 47%,rgba(209,209,209,1) 57%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
padding: 9px 10px;
text-align: center;
border: 1px solid #9e9e9e;
}
.h-ctr1 {
   height: 45px;
}
.src-btn #slide{
 background-color: transparent;
 padding: 0;
 color:black
}
.blue-text{
 color: #0277BD
}


.more2 {
   font-weight: bold;
   font-style: italic;
   line-height: 24px;
   position: relative;
   top: 3px;
   cursor: pointer;
}
.more2:hover {
  text-decoration: underline;
}
.icon-2{

width: 23px;
height: 23px;
cursor: pointer;
z-index: 1;
border-radius: 50px;
}
.icon-2:hover {
   opacity: .6;
}
.icon-2 i{
 color: #757575 !important;
}


.cursor-pointer{
 cursor: pointer;
}
.i-circle i {

   font-size: 14pt;
   line-height: 24px;
}
.cst-adj23 {
   right: 0px!important;
   top: -2px !important;
}
.f-10{
 font-size: 10pt
}
.available {
   padding: 1.59rem 4.7rem .5rem 3.8rem!important;
 }
.cst-adj14 {
   border: 1px solid transparent;
   background-color: #e2e1e1;
   margin-right: .5rem
}
.word-break{
 word-break: break-all;
}
.f-14{
   font-size: 14pt;
}
.table td{
 padding-bottom: 0
}
.srch-adj {
   position: absolute;
   right: 15px;
   top: 12px;
}

.ncst-1 td{
 padding-bottom: 20px!important
}
.card-text2{
   border: 1px solid #bababa;
}
.inplace-image-5 {
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: 80px;
   line-height: 77px;
   color: white;
   font-weight: bold;
   font-size: 28px;
   border-radius: 50px;
   width: 80px;
}

.cst-adj01 {
   background-color: #616161!important;
   width: 20px!important;
   height: 20px!important;
   font-size: 10pt !important;
   line-height: 16px!important;
   font-weight: normal!important;
   margin-left: 5px;
}
.iframe-ctrl iframe{
 width: 100%
}
.rimage-outer5 {

   width: 80px;
   height: 80px;

}
.nav-tabs .nav-link.active {
   padding: .8rem 1.1rem 1.2rem 1.8rem;
 }
.wizard-inner li {
   font-size: .95rem;
   padding-top: 0px;
 }
.wizard-inner li.active i {
   margin-right: 8px;
}
.dropdown-content a:hover {
   opacity: 1;
   background-color: #F5F5F5

}
.dropdown-content a{
 margin-bottom: 0;
 padding-top: 10px;
 padding-bottom: 10px
}
.dropdown-content a:last-child {
   padding-bottom: 10px;
}
@media screen and (max-height: 30.5em) {
 .overlay nav {
   height: 70%;
   font-size: 34px;
 }
 .overlay ul li {
   min-height: 34px;
 }
}



/* end Overlay style */


a:not([href]) {
  /* color: #ff8f00 !important; */
}

.navbar-minimalize i{
   color: white;
   position: relative;
   top: -7px
}
.m-text{
  position: absolute;
  top: 26px;
  left: -18px;
  font-size: 12pt;
  font-family: arial;
  text-transform: uppercase;
  margin-left: 5px;
}

.navbar-minimalize i:hover{
   opacity: 0.8;
}
.dropdown-content{
 /*max-height: 200px !important;*/
 overflow-y: auto !important;
}
div.icon-bar span {
   right: -13px;
   line-height: 18px;
}
div.icon-bar span {

   width: 20px;
   height: 20px;
   top: -9px;
 }
.show-scroll {

   max-height: 150px;

}
.banner h1 {
       background-color: rgba(219, 219, 239, .3);
}
.rimage-outer {
   height: 100%;
   overflow: hidden;
   display: block;
   width: 96px;
   height: 96px;
   margin: 0 auto;
   overflow: hidden;
   border-radius: 50%;
}
.rimage-outer img{
   width: 100%;
   height:100%
}
.neg-margin {
   margin-top: -48px;
}
.rimage-outer2 {
   height: 100%;
   overflow: hidden;
   display: inline-block;
   width: 35px;
   height: 35px;
   margin: 0 auto;
   border-radius: 50%;
   position: relative;
   top:7px
}
.rimage-outer2 img{
   width: 100%;
   height:100%
}
.rimage-outer3 {
   overflow: hidden;
   display: inline-block;
   width: 35px;
   height: 35px;
   margin: 0 auto;
   border-radius: 50%;

}
.rimage-outer3 img{
   width: 100%!important;
   height:100%!important
}
.rimage-outer4 {
   overflow: hidden;
   display: block;
   width: 120px;
   height: 120px;
   margin: 0 auto;
   border-radius: 50%;

}
.rimage-outer4 img{
   width: 100%!important;
   height:100%!important
}
.rimage-outer5 img{
   width: 100%!important;
   height:100%!important
}

.inplace-image-05 {
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: 70px;
   line-height: 65px;
   color: white;
   font-weight: bold;
   font-size: 28px;
   border-radius: 50px;
   width: 70px;
}
.rimage-outer05{
 width: 70px;
 height: 70px;
}
.rimage-outer05 img{
   width: 100%!important;
   height:100%!important
}
.inplace-image-2 {
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: 100px;
   line-height: 33px;
   color: white;
   font-weight: bold;
   font-size: 10px;
}
.cst-adj48 {
   top: -3px;
}
.clearHeader{
  position: fixed;
   left: 0;
   right: 0;
   z-index: 100;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   box-shadow: 0px 10px 10px rgba(0,0,0,.0);
   top: 0
}
.darkHeader {
   position: fixed;
   left: 0;
   right: 0;
   z-index: 1000;
   box-shadow: 0px 6px 6px rgba(0,0,0,.15);
   top: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.lp-adj{
 left: 220px!important;
 -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
}
#page-wrapper{
   padding-top: 87px;
}
.navbar-static-side {
   position: fixed;
   height: 100%;
   overflow-y: auto;
}
.ts-font {


   font-size: 8pt;
   text-align: right;
   color: #9E9E9E;

}

.bg-profile-gray {
   background-color: #F5F5F5;
   border-radius: 8px;
   box-shadow:0px 3px 3px rgba(0,0,0,.05);
   margin-bottom: 10px
}
.bg-profile-gray2{

   border: 1px solid #EEEEEE;
   border-radius: 8px;
   margin-bottom: 10px
}
.bg-profile-gray2 h5, .bg-profile-gray h5{
 text-transform: uppercase;
 font-size: 9pt!important;
 font-weight: bold
}

/*.bg-A	{ background-color :	#4DD0E1 !important; }
.bg-B	{ background-color :	#57BB8A	!important; }
.bg-C	{ background-color :	#5E97F6	!important; }
.bg-D	{ background-color :	#F6BF26	!important; }
.bg-E	{ background-color :	#9FA8DA	!important; }
.bg-F	{ background-color :	#E06055	!important; }
.bg-G	{ background-color :	#F06292	!important; }
.bg-H	{ background-color :	#4DD0E2	!important; }
.bg-I	{ background-color :	#57BB8A	!important; }
.bg-J	{ background-color :	#5E97F7	!important; }
.bg-K	{ background-color :	#F6BF27	!important; }
.bg-L	{ background-color :	#9FA8DA	!important; }
.bg-M	{ background-color :	#E57373	!important; }
.bg-N	{ background-color :	#F06293	!important; }
.bg-O	{ background-color :	#4DD0E3	!important; }
.bg-P	{ background-color :	#57BB8A	!important; }
.bg-Q	{ background-color :	#5E97F8	!important; }
.bg-R	{ background-color :	#F6BF28	!important; }
.bg-S	{ background-color :	#9FA8DA	!important; }
.bg-T	{ background-color :	#E06057	!important; }
.bg-U	{ background-color :	#F06294	!important; }
.bg-V	{ background-color :	#4DD0E4	!important; }
.bg-W	{ background-color :	#57BB8A	!important; }
.bg-X	{ background-color :	#5E97F9	!important; }
.bg-Y	{ background-color :	#F6BF29	!important; }
.bg-Z	{ background-color :	#9FA8DA	!important; }*/
.bg-A	{ background-color :	#37474F !important; }
.bg-B	{ background-color :	#37474F	!important; }
.bg-C	{ background-color :	#37474F	!important; }
.bg-D	{ background-color :	#37474F	!important; }
.bg-E	{ background-color :	#37474F	!important; }
.bg-F	{ background-color :	#37474F	!important; }
.bg-G	{ background-color :	#37474F	!important; }
.bg-H	{ background-color :	#37474F	!important; }
.bg-I	{ background-color :	#37474F	!important; }
.bg-J	{ background-color :	#37474F	!important; }
.bg-K	{ background-color :	#37474F	!important; }
.bg-L	{ background-color :	#37474F	!important; }
.bg-M	{ background-color :	#37474F	!important; }
.bg-N	{ background-color :	#37474F	!important; }
.bg-O	{ background-color :	#37474F	!important; }
.bg-P	{ background-color :	#37474F	!important; }
.bg-Q	{ background-color :	#37474F	!important; }
.bg-R	{ background-color :	#37474F	!important; }
.bg-S	{ background-color :	#37474F	!important; }
.bg-T	{ background-color :	#37474F	!important; }
.bg-U	{ background-color :	#37474F	!important; }
.bg-V	{ background-color :	#37474F	!important; }
.bg-W	{ background-color :	#37474F	!important; }
.bg-X	{ background-color :	#37474F	!important; }
.bg-Y	{ background-color :	#37474F	!important; }
.bg-Z	{ background-color :	#37474F	!important; }

.rimage-outer-mid {
   height: 100%;
   overflow: hidden;
   display: inline-block;
   width: 46px;
   height: 46px;
   margin: 0px auto;
   border-radius: 50%;
   position: relative;
   top: 13px;
}
.inplace-image-mid {
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: inherit;
   line-height: 44px;
   color: white;
   font-size: 10pt
}
.inplace-image-3{
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: 100px;
   line-height: 33px;
   color: white;
   font-weight: bold;
}
.off-position{
width: 0;
   -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
 opacity: 0
 -ms-flex: 0 0 0%;
 flex: 0 0 0%;
 max-width: 0%;
 visibility: hidden;
}
.p-div {
   /*display: block!important;*/
}
.on-position{
 width: 100%!important;
 -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
 opacity: 1!important;
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
 visibility: visible!important;
 color: white
}
.img-height {
   height: 77px!important;
}
.cst-adj1{
 padding: 10px 0;
}
.navbar-minimalize{
 height: 98px;
 top: -10px;
 line-height: 91px;
}
.sub-heading{
   font-size: 1rem;
   border: 1px solid #E0E0E0;
   font-weight: bold;
   margin-bottom: 15px;
   border-radius: 5px;


}

/*.video-size iframe {
   width: 1000px !important;
   height: 450px !important;
}*/
.video-size iframe {
   width: 100% !important;
   height: 100% !important;
   min-height: 300px
}

.inplace-image-4{
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: 120px;
   line-height: 120px;
   color: white;
   font-weight: bold;
   font-size: 50px;
}
.inplace-image {
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: 100px;
   line-height: 98px;
   color: white;
   font-weight: bold;
   font-size: 35px;
}
.available p, .notavailable p, .availed p {
   font-weight: bold;
   margin-bottom: 0;
}
.last_child_ka_bacha{
 padding-bottom: 10px
}
.right-separator {
   position: absolute;
   height: 30px;
   right: 0;
   width: 1px;
   background-color: #BDBDBD;
   top: -1px;
}
.icon-bar li {
   padding-right: 12px;
}
.s-menu {

 margin-top: 18px;
}
div.icon-bar {

 top: 0px!important;
}
.lh-ctr {
   line-height: 19px;
}
.cst-adj49 {
   margin-right: 16px;
   margin-left: 10px;
}
.cst-arrow{
 width: 20px;
 height: 20px;
 position: absolute;
 top: -5px;
 right: 30px;
 color: white;
 font-size: 23pt !important;
}
.dropdown-content a img, .dropdown-content img {
   width: 35px;
 }
.mes .show-sn, .not .show-sn{
 box-shadow: none;
 right: -15%;
 top: 22px;
 max-height: 440px;
}
.mes .dropdown-content, .not .dropdown-content{
 background-color: transparent;
 width: 400px;
 overflow-y: hidden!important;
}
.dd-adj {
   background-color: white;
   box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.30);
   height: 401px;
   overflow-y: auto
}
.not .dd-adj {
   height: 401px;
}
.not .show-sn{
   max-height: 460px !important;
}
.dd-adj a{
 border-bottom: 1px solid #E0E0E0
}
.wizard li.active, .wizard-inner li.active span, .wizard-inner li.active {
   color: #fc3636;
}
.mi-adj {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 3rem;
   text-align: center;
   font-size: 18pt;
}
.ed{

}
.ed select {
   width: 38%;
   display: block;
   float: left;
}
.showm{
 height: 10px
}
.ed span{
 width: 20px;
 float: left;
 display: block;
 text-align: center;
 line-height: 36px;
}
.white-text{
 color: white
}
.cst-adj50 {
   padding-top: 21%;
   color: #fff;
}
.rimage-outer6 {
   width: 80px;
   height: 80px;
   margin: 0 auto;
   display: block;
}
.inplace-image-6 {
   text-transform: uppercase;
   text-align: center;
   background-color: orange;
   display: block;
   height: 80px;
   line-height: 76px;
   color: white;
   font-weight: bold;
   font-size: 28px;
   border-radius: 50px;
   width: 80px;
}
.cst-adj52 {
   right: 22px !important;
   top: 2px;
   position: absolute;
   line-height: 15px;
}
.cst-adj52 .i-circle i {
   font-size: 14pt;
   color: #757575 !important;
}
.cst-adj52 span{
 cursor: pointer;
}
.cst-adj52 span:hover{
 opacity: .6
}
.cst-adj53{
 font-size: 12pt
}
.cursor-pointer:hover{
 text-decoration: underline;
 opacity: .6
}
.unread:hover label, .unread:hover{
 text-decoration: underline;
 cursor: pointer;
}
#side-menu li ul li a {
   line-height: 33px;
   padding: 0 10px 0 17px;
   font-size: 10pt;
   background-color: rgba(255,255,255,.3);
   color: black
}
#side-menu li a {
   line-height: 38px;

   padding: 0 10px 5px 10px;

}
#testDiv a:first-child{
 padding-top: 0!important;
}
#testDiv a{
 padding-top: 1rem;
 padding-bottom: .8rem
}
.ovflow-adj {
   height: 351px;
   overflow-y: scroll;
   background-color: #F5F5F5;
   padding: 30px;
}
.ovflow-adj ul li::before {
   content: "\f111";
   font-family: FontAwesome;
   font-size: 5pt;
   padding-right: 15px;
   position: relative;
   top: -3px;
}
.show-sn {
   max-height: 432px!important;
 }
.btn-primary-small-outline{
 cursor: pointer;
}
.btn-primary-small-outline:hover{
 background-color: #222236;
 border-color: #222236;
 color: white
}
.atnde td h5{
 padding-right: 62px
}
.msg-btn{
min-width: 112px;
cursor: pointer;
width: inherit;
max-width: 150px;
padding-left: 0!important;
padding-right: 0!important;
}
.wwrap {
   word-wrap: break-word;
}
.s-b{
 font-size: 9pt
}

.msg-btn:hover{
 opacity: .5
}
.addeventatc:hover{
 opacity: .5
}
.btn-secondary-small:hover{
 opacity: .5
}
.btn-primary-small-outline:hover{
 opacity: .5
}
.btn-primary-small:hover{
 opacity: .8
}
.single {
   width: 100%;
   min-height: 300px;
}
.w-adj2{
 width: 130px;
}
.w-adj3 {
   width: 98px;
}
.m-trim{
 overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
}
.double{
 width: 100%
}
.collapse_link{
cursor: pointer;
}
.tab-look {
    background-color: green;
    color: white;
    padding: 9px;
    color: black;
}
.expand_link{
 cursor: pointer;
}




@media (max-width: 1199px) {
 .w-adj2{
   width: 100%
 }
 .w-adj3{
   width: 100%
 }
 .lp-adj {
 left: 190px !important;
 }
 .w-80 {
   width: 70%!important;
 }
 .text-flow {
   width: 100%;
   display: block;
 }
 .rimage-outer6 {
   width: 70px;
   height: 70px;
 }
 .inplace-image-6 {
   height: 70px;
   line-height: 64px;
   width: 70px;
 }
 .nav-tabs .nav-link.active {
   padding: .8rem 1rem 1.2rem 1rem;
 }
 .nav-tabs .nav-link {
   padding: .8rem 1rem 1.2rem 1rem;
   margin-left: 0
 }
 /*.video-size iframe {
     width: 800px !important;
     height: 350px !important;
 }*/
 .video-size iframe {
     width: 100% !important;
     height: 100% !important;
 }
 .keywords li:nth-child(2n) {
   width: 80%!important;
 }
 .keywords li:nth-child(2n+1) {
   width: 20%!important;
 }
}
@media (max-width: 991px) {
 .wizard-inner li {
   margin-right: 15px;
   padding-right: 5px;
 }
 .wizard-inner li {
     font-size: .8rem;
     padding-top: 5px;
   }
 .wizard-inner li {
   min-width: 65px;
 }
 .keywords li:nth-child(2n) {
   float: none!important;
   width: 100%!important;
 }
 .wizard-inner li:last-child::before{
   display: none
 }
 .w-80 {
   width: 60%!important;
 }
 .text-flow {
   width: 100%;
   display: block;
 }
 .pos-adj {
   font-size: 11pt!important;
 }
 .rimage-outer6 {
   width: 60px;
   height: 60px;
}
 .inplace-image-6 {
   height: 60px;
   line-height: 54px;
   font-size: 20px;

   width: 60px;
 }
 .c-bg{
   background-color: transparent
 }
 .s-b {

   font-weight: normal;
   padding-left: 10px !important;
   padding-right: 10px !important;
}
 /*.video-size iframe {
     width: 600px !important;
     height: 300px !important;
 }*/
 .video-size iframe {
     width: 100% !important;
     height: 100% !important;
 }
}
@media (max-width: 767px) {
 .lp-adj {
 left: 0px !important;
 }
 .navbar-static-side{
   top: 98px;
 }
 .nav-tabs .nav-link.active {
   padding: .8rem 1rem 1.2rem 1rem;
   font-size: .85rem;
 }
 .nav-tabs .nav-link {
   padding: .8rem 1rem 1.2rem 1rem;
   font-size: .85rem;
   margin-left: 0rem;
 }
 /*.video-size iframe {
     width: 400px !important;
     height: 250px !important;
 }*/
 .star-color {
   float: none;
 }
 .envelope-color {
   float: none;
 }
 .twitter-color {
     float: none;
 }
 .on-position{
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;

 }

}
@media (max-width: 576px) {
  .m-text {

      top: 26px;
      left: -13px;
      font-size: 9pt;


  }
 .navbar-minimalize {
   width: 40px;
   height: 97px;
   line-height: 93px;
 }
 .img-height {
   margin-left: 32px !important;
 }
 .navbar-static-side {
   top: 97px;
}
 .s-menu {
   margin-left: 0px;
   text-align: right;
   padding-right: 10px;
   margin-top: 18px;
   margin-bottom: 0px;
}
 .pp .dropdown-content {
   right: 0px !important;
 }
 /*.video-size iframe {
     width: 300px !important;
     height: 250px !important;
 }*/
 .video-size iframe {
     width: 100% !important;
     height: 100% !important;
 }
}
@media (max-width: 470px) {
 .mes .dropdown-content, .not .dropdown-content{
   width: 270px;
 }
 .all_div td{
   width: 100%;
   float: left;
 }
 .all_div{
   border-bottom: 2px solid black!important;

 }

}
