 #content_body .layer2 {
     background-color: #7d7d7d;
 }
 
 #content_body .menuBtn .menu,
 #content_body .backBtn .circle_button,
 #content_body .nextBtn .circle_button,
 #content_body .audioBtn .audio,
 #content_body .replayBtn .replay {
     background-color: #37b7b8;
     border-color: #37b7b8;
 }
 
 #content_body .prompt_text_1 {
     color: #37b7b8;
     font-size: 15px;
     margin: 13px 0px;
 }
 
 #content_body .centreContentContainer {
     box-shadow: 0px 0px 20px #999;
     -webkit-box-shadow: 0px 0px 20px #999;
     -moz-box-shadow: 0px 0px 20px #999;
     -o-box-shadow: 0px 0px 20px #999;
 }
 
 #content_body .title_text_2,
 #content_body .title_text_1 {
     color: #37b7b8;
     margin: 10px 0px;
 }
 
 #content_body .scene_back,
 #content_body .scene_next {
     background-color: #24a7a8;
 }
 
 #content_body .scene_back:hover,
 #content_body .scene_next:hover {
     background-color: #095e5f;
 }
 
 #content_body .cb_back,
 #content_body .cb_next {
     background-color: #37b7b8;
 }
 
 #content_body .cb_back:hover,
 #content_body .cb_next:hover {
     background-color: #bf2d3a;
 }
 
 #content_body .cb_back.disabled,
 #content_body .cb_next.disabled {
     background-color: #E4E4E5;
     cursor: default;
 }
 
 #content_body .scene_back.disabled,
 #content_body .scene_next.disabled {
     background-color: #DEDEDE;
     cursor: default;
 }
 
 #content_body .ss_text {
     background-color: #37b7b8;
 }
 
 #content_body .grid_head {
     background-color: #3ececf;
 }
 
 #content_body .profile_option {
     background-color: #3ececf;
 }
 
 #content_body .popBtn {
     background-color: #7d7d7d;
     color: #fff;
 }
 
 #content_body .popBtn:hover {
     background-color: #3ececf;
 }
 
 #content_body .slideshow_header_txt_1 {
     color: #1f4d4f;
 }
 
 #content_body .qOpt.correctOption {
     background-color: #3ececf;
     color: #fff;
 }
 
 #content_body .qOpt.incorrectOption,
 #content_body .qOpt.tappedOpt.incorrectOption {
     background-color: #7d7d7d;
     color: #fff;
     border: 1px solid #7d7d7d;
 }
 
 #content_body .qOpt {
     background-color: #7d7d7d;
     color: #fff;
     min-height: 50px;
     max-height: 50px;
     position: relative;
 }
 
 #content_body .qOpt.tappedOpt {
     background-color: #3ececf;
     color: #fff;
     border: 1px solid #3ececf;
 }
 
 #content_body .optBox {
     padding: 0px;
 }
 
 #content_body .verticalMiddle {
     margin: 0;
     top: 50%;
      position: absolute;
     padding: 0px;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
 }
 #content_body .imageHolder11{
     margin-top: -35px;
 }