
    .divsticky{
        margin-top: 70px;
    position: sticky;
    top: 100px 
    }
    
.form12d {
  margin-top:50px;  
  margin: auto;
  text-align: center;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  width: 400px;
  /*height: 100%;*/
  padding: 15px 20px;
  max-width: 100%;
  border-radius: 10px;
  font-size: small;
}
.div12d {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 5px;
}

input[type="submit"] {
  margin: 10px auto;
  width:100px;
  padding: 10px 15px;
  background-color: rgb(0, 195, 255);
  border: none;
  border-radius:5px;
}
input[type="submit"]:hover {
  cursor: pointer;
  background-color: white;
  color: rgb(0, 195, 255);
}

.div12d input {
  padding: 12px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom:6px !important;
}

.div12d textarea {
  padding: 10px;
  outline: none;
  height:110px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
 
}

body{
    font-family:Montserrat,sans-serif !important;
    /*background:#ffffff !important;*/
}
    .headhmbbs{
        background:red;
    }
    .headmbbsrsbg {
    position: relative;
    padding: 2rem 0;
    font-weight: 500;
    color: #555;
    background-color: #feeeed;
    background-size: contain;
    background-position: bottom right;
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    background-image: linear-gradient(43deg,rgba(240,96,96,.22),rgba(255,205,56,.23)),url(/assets/images/bg-banner.jpg);
    background-repeat: no-repeat;
}
.bglight{
    background:transparent !important;
}
.social-links {
  display: flex;
}

.social-links a {
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #000;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}
.borderp{
    border: 1px solid #0D6EFD;
}
.borderd{
   border: 1px solid #dc3545; 
}
.borders{
    border: 1px solid #28a745; 
}

.imgmbbs{
    border:2px dotted #eb0606;
    border-radius: 10px;
    overflow:hidden;
}
.imgmbbs img{
    border-radius: 10px;
    padding:5px;
}
.imgmbbs img:hover{
    /*transform: scale(1.2);*/
   /*transition: .5s ease-in-out;*/
}

.chhotubsdk{
/*overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
}

.chhotubsdk h2{
    font-weight:bold;
    margin-top:30px;
    margin-bottom:10px;
    
}
.chhotubsdk p{
    margin-top:5px;
}
.chhotubsdk table{
   overflow-x:auto !important; 
   overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.chhotubsdk table tr td{
    border:1px solid #000 !important;
    
}
.chhotubsdk table tr th{
    background: #eb0606;
    color:#fff;
    text-align:center;
}
.chhotubsdk table tr td{
    text-align:center; 
   
   
}
 tr:nth-child(odd) { background-color: #1e5aab7a; }
      tr:nth-child(even) {background-color: #ffffff;}
.chhotubsdk table tr td p{
    text-align:center;
}
.chhotubsdk ul{
    padding:0px 2px !important;
}

.chhotubsdk ul li{
list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
     font-size: 18px;
}

.chhotubsdk ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #034cae;
}
.chhotubsdk img{
    border-radius:10px;
    border:2px dotted #eb0606;
}


@media screen and (min-width:991px){
    .mxbdy{
        padding:0px 0px 0px 50px;
}
}

@media screen and (max-width:991px){
    .chhotubsdk ul li{
        font-size: 15px;
    }
}





