@charset "utf-8";


.content_wrap {
  padding: 25px 0;
}

.main_head {
  background: url(https://rcmg.in/rc/bg_main_head.png) repeat-x 0 0;
  height: 35px;
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 0 5px 14px !important;
  color: #343434;
  position: relative;
  z-index: 1;
  border:0px;
}

.main_head a {
  position: absolute;
}

.main_head a {
  margin: 2px 15px;
}

.main_head_full {
  background: url(https://rcmg.in/rc/bg_ca_head_div.gif) no-repeat 0 bottom;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  padding: 0 17px 15px
}


.ca_wrap {
  background: url(https://rcmg.in/rc/bg_ca.gif) repeat-y 0 0;
  font-size: 12px;
}

.ca_wrap_full {
  background: url(https://rcmg.in/rc/bg_ca_full.gif) repeat-y 0 0
}

.ca_wrap_btm {
  border-bottom: 1px solid #dcdada;
}

.ca_wrap_full_btm {
  background: url(https://rcmg.in/rc/bg_ca_full_btm.gif) no-repeat 0 bottom
}

.header-desktop-section{
  display: flex;
  max-width: 960px;
  margin: auto;
}

.ca_wrap_top {
  overflow: hidden;
  height: 100%
}

.content_area_r {
    padding:25px;
}

.side_bar {
  width: 198px;
  float: left;
}

ul#left_nav_menu li {
  list-style-type: none;
}

#left_nav {
  border-top: 1px solid #dcdada
}

#left_nav li {
  border-bottom: 1px solid #dcdada
}

#left_nav li a {
  display: block;
  font-size: 12px;
  color: #343434;
  text-decoration: none;
  position: relative
}

#left_nav li a:hover {
  background: #f5e1d3 none;
  color: #343434
}

#left_nav li a.active,#left_nav li a.active:hover {
  background: #b45815 url(https://rcmg.in/rc/bg_sb_hover.gif) repeat-x 0 0;
  color: #FFF
}

#left_nav li a span {
  background: url(https://rcmg.in/rc/sb_bullets.png) no-repeat 12px 10px;
  padding: 10px 25px 10px 35px;
  display: block
}

#left_nav li a.active span {
  background: url(https://rcmg.in/rc/sb_bullets.png) no-repeat 12px -115px
}

#left_nav li a span.parent_link {
  background: url(https://rcmg.in/rc/sb_bullets.png) no-repeat 0 -250px;
  width: 11px;
  height: 11px;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 10px;
  text-indent: -9999px;
  display: none
}

#left_nav li a:hover span.parent_link {
  background: url(https://rcmg.in/rc/sb_bullets.png) no-repeat 0 -250px;
  width: 11px;
  height: 11px;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 10px;
  text-indent: -9999px;
  display: block
}

#left_nav li a.active span.parent_link {
  background: url(https://rcmg.in/rc/sb_bullets.png) no-repeat 0 -375px;
  color: #FFF;
  top: 13px;
  height: 6px;
  display: block
}

#left_nav li ul {
  padding: 7px
}

#left_nav li li {
  border-bottom: 0;
  padding: 0 0 1px
}

#left_nav li li a {
  padding: 6px 20px 4px 30px;
  display: block;
  color: #343434
}

#left_nav li li a:hover {
  background: #f2f2f2 none;
  color: #b54315
}

#left_nav li li a.active,#left_nav li li a.active:hover {
  background: #f2f2f2 url(https://rcmg.in/rc/sb_bullets.png) no-repeat 14px -491px;
  color: #b54315
}

.ca_wrap_full {
  background: url(https://rcmg.in/rc/bg_ca_full.gif) repeat-y 0 0
}


@media only screen and (max-width: 900px) {
  .main_head {
    border: 1px solid #c9c9c9;
    margin-bottom: 15px;
  }
  .content_wrap {
    padding: 0px;
  }
}



