@font-face {
    font-family: 'Poppins-semibold';
    font-style: normal;
    font-weight: 400;
    src: url(../../static/matt-mcinerney-poppins/Poppins-SemiBold.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../../static/matt-mcinerney-poppins/Poppins-Regular.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    font-style: normal;
    font-weight: 400;
    src: url(../../static/matt-mcinerney-poppins/Poppins-Medium.ttf) format('woff2');
    font-display: swap;
} 

/* Base loader animation */
#ajax_loading_base {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #25343cea;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(80px);
    z-index: 9999;
    margin: auto;
    top: 0;
    text-align: center;
}
#ajax_loading_base img {
    width: 4%;
    margin-top: 25%;
}
/* For applying blur on image, you need to add these css */
.img_container {
    position: relative;
    aspect-ratio: 2 / 1;
    max-width: 1037px;
    width: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.bleed_blur_img {
    position: absolute;
    filter: blur(20px);
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.main_image_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* test_series_common.css -> start */
.tst_successApp_detail {
	padding: 67px 0 67px 0;
}
.tst_successApp h3 {
    color: #050914;
    font-family: 'Poppins-semibold';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 700;
}
.tst_successApp p {
	font-size: 27px;
	line-height: 43px;
	font-family: 'Poppins-Medium';
}
.tst_successApp p span {
	color: #f6543b;
	font-family: 'Poppins-semibold';
}
.tst_media_text {
	font-family: 'Poppins-semibold';
	color: #060912;
	font-size: 29px;
}
.hm_media_img {
	transition: all 200ms ease-in;
}
.partner_logo_Slider {
  position: relative;
}
.partner_logo_Slider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 23px 0;
}
.partner_logo_Slider .MS-content .item {
  display: inline-block;
  width: 14%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 30px;
  transition: all 200ms ease-in;
}
.partner_logo_Slider .MS-content .item img {
  margin: 0px auto;
}
.partner_logo_Slider .MS-controls button {
  position: absolute;
  border: 0;
  background: 0 0;
  font-size: 30px;
  outline: 0;
  color: #000;
  padding: 0 0px;
  top: 99px;
}
.partner_logo_Slider .MS-controls button:hover {
  cursor: pointer;
}
.partner_logo_Slider .MS-controls .MS-left {
  left: 10px;
}
.partner_logo_Slider .MS-controls .MS-right {
  right: 10px;
}
.partner_logo_Slider .MS-content .item:hover, .hm_media_img:hover {
	z-index: 2;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	-moz-transform: scale(.9);
	transform: scale(.9);
}
.exam_course_refer {
	text-align: right;
}
.exam_course_refer a {
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins-semibold';
	text-decoration: none;
	outline: none;
	margin: 5px 0 0 0;
	display: block;
}
.exam_course_all_list{
   padding: 0;
   list-style: none;
   margin-bottom: 0px;
}
.exam_course_all_list li {
	display: inline-block;
	position: relative;
	line-height: 21px;
	text-align: left;
	background: #10c695;
	border-radius: 5px;
	font-family: 'Poppins-semibold';
}
.exam_course_all_list li a {
	display: block;
	padding: 8px 25px;
	text-decoration: none;
	color: #fff;
	font-family: 'Poppins-semibold';
	font-size: 18px;
	margin: 0;
}
.exam_course_all_list li a .fa {
	font-size: 21px;
	transform: translateY(2px);
}
.exam_course_all_list li a:hover {
	color: #fff;
	background: #2da786;
	border-radius: 5px;
}
.exam_course_all_list li ul.exam_dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	padding-left: 0px;
	width: 153px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
	background: #fff;
}
.exam_course_all_list li:hover ul.exam_dropdown{
   display: block;
}
.exam_course_all_list li ul.exam_dropdown li{
   display: block;
}
.exam_course_all_list li ul.exam_dropdown li {
	background-color: #fff;
	padding: 9px 15px 9px 15px;
}
.exam_course_all_list li ul.exam_dropdown li a {
	color: #7a7a7a;
}
.exam_dropdown li ul.exam_dropdown-1 {
	display: none;
}
.exam_dropdown li:hover ul.exam_dropdown-1{
   display: block;
}
.hidden-content .exam_course_test_paper {
	padding: 8px 15px 7px 38px;
}
.exam_course_test_paper_name h3 {
	font-size: 20px;
}
.exam_dropdown li ul.exam_dropdown-1 {
	position: absolute;
	margin-left: 137px;
	z-index: 9999;
	padding-left: 0px;
	top: 0;
	width: 159px;
}
.exam_dropdown li ul.exam_dropdown-1 > li {
   background-color: #f9f9f9;
   border-radius: 0px;
}
.exam_course_all_list li ul.exam_dropdown li > a {
	font-size: 16px;
	padding: 3px 4px;
}
.exam_course_all_list li ul.exam_dropdown li > a:hover {
	background: none;
	color: #b4231e;
}
.exam_course_all_list li ul.exam_dropdown li > a .fa {
	margin-left: 11px;
}
@media (min-width: 300px) and (max-width: 767px){
.partner_logo_Slider .MS-content .item {
	width: 34%;
	padding: 0 15px;
}
.partner_logo_Slider .MS-controls button {
	top: 12px;
}
.tst_successApp {
	text-align: center;
}
.tst_successApp h3 {
	font-size: 22px;
}
.tst_successApp p {
	font-size: 17px;
	line-height: 27px;
}
.testSeies_ExamName {
	padding-bottom: 0px;
}
.tst_successApp_detail {
	padding: 44px 0 27px 0;
}

}
/* test_series_common.css -> end */

/* menu_desktop.css -> start */
body {
    font-family: "Poppins";
}

.hm_new_menu {
      background-color: #fff;
      border: none;
  }
  .hm_new_menu .nw_menu{
     padding: 0;
     list-style: none;
     margin-bottom: 0px;
     margin-top: 33px;
  }
  .hm_new_menu .nw_menu .nw_menu_1 {
      display: inline-block;
      position: relative;
      line-height: 21px;
      text-align: left;
      border-radius: 5px;
      font-family: 'Poppins-semibold';
  }
  .hm_new_menu .nw_menu .nw_menu_1 a ,.hm_new_menu .hm_menu_right li a{
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      color: #282828;
      font-family: 'Poppins-semibold';
      font-size: 17px;
  }
  .hm_new_menu .nw_menu .nw_menu_1 a sup {
      color: #ff2221;
      margin-left: -14px;
      top: -13px;
  }
  .nw_menu .nw_menu_1 a .fa {
      font-size: 19px;
      transform: translateY(2px);
      margin-right: 14px;
  }
  .hm_new_menu .nw_menu .nw_menu_1 a:hover {
      background: #f5fafe;
      border-radius: 5px;
      color: #b6261e;
  }
  .hm_new_menu .hm_menu_right li a:hover,.TS_div_logout > a:hover > span .fa{
  color: #b6261e;
  }
  .nw_menu li ul.nw_menu_dropdown{
      left: 0;
      padding-left: 0px;
      width: 194px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
      /*margin-top: 5px;*/
      background: #fff;
  }
  .nw_menu_dropdown li ul.nw_menu_dropdown_2 {
      left: 194px;
      padding-left: 0px;
      width: 199px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
      background: #fff;
      top: 0;
  }
  .nw_menu_dropdown_3 .nw_menu_dropdown_4,.nw_menu_dropdown_2 li .nw_menu_dropdown_Study{
      left: 194px;
      width: 515px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
      top: 0;
      padding: 12px 15px;
      background: #eeeeee;
  }
  .nw_menu li ul.nw_menu_dropdown,.nw_menu_dropdown li ul.nw_menu_dropdown_2,
  .nw_menu_dropdown_3 .nw_menu_dropdown_4,.nw_menu_dropdown_2 li .nw_menu_dropdown_Study
  {
      display: none;
      position: absolute;
      z-index: 999;
  }
  .nw_menu li ul.nw_menu_dropdown:after,.TS_logout:after {
      bottom: 100%;
      left: 13%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px;
  }
  .nw_menu li:hover ul.nw_menu_dropdown,.nw_menu_dropdown li:hover ul.nw_menu_dropdown_2,
  .nw_menu_dropdown_2 li:hover ul.nw_menu_dropdown_3,.nw_menu_dropdown_3 li:hover .nw_menu_dropdown_4,
  .nw_menu_dropdown_2 li:hover .nw_menu_dropdown_Study,.nw_menu li ul.nw_menu_dropdown li:hover .fa,
  .hm_new_menu .nw_menu_dropdown li ul.nw_menu_dropdown_2 li a:hover .fa{
     display: block;
  }
  .nw_menu_dropdown_2 li ul.nw_menu_dropdown_3{
      display: none;
  }
  .nw_menu li ul.nw_menu_dropdown li {
      list-style-type: none;
  }
  .nw_menu li ul.nw_menu_dropdown li {
      width: 100%;
      background-color: #fff;
      padding: 9px 0px 9px 15px;
      cursor: pointer;
  }
  .nw_menu li ul.nw_menu_dropdown li:hover {
      color: #b6261e;
      background: #fafafa;
  }
  /*.active{
    color: #b6261e;
  }*/
  .hm_new_menu .nw_menu_dropdown li ul.nw_menu_dropdown_2 li.nw_M_active > a,
  .hm_new_menu .nw_menu_dropdown li ul.nw_menu_dropdown_2 li.nw_M_active a .fa
   {
      color: #b6261e;
  }
  .hm_new_menu .hm_menu_right {
      margin-top: 33px;
  }
  .hm_new_menu .nw_menu_dropdown li ul.nw_menu_dropdown_2 li a {
      padding: 0 0;
      font-size: 15px;
  }
  .hm_new_menu .nw_menu_dropdown li ul.nw_menu_dropdown_2 li a:hover {
      background-color: transparent;
  }
  .nw_menu_dropdown_2 li ul.nw_menu_dropdown_3 {
      padding-left: 0px;
  }
  .menu_coaching_search .form-control {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #cacaca;
      background: #eeeeee;
      box-shadow: unset;
  }
  .menu_coaching_search .btn-primary {
      background: transparent;
      border: none;
      color: #6c6c6c;
      box-shadow: unset;
      border-bottom: 1px solid #cacaca;
      border-radius: 0px;
      padding: 7px 12px;
  }
  .nw_menu_dropdown_3 .nw_menu_dropdown_4 .nw_menu_coaching_list a {
      display: inline-block;
      width: 32%;
      padding: 10px 18px !important;
  }
  .menu_study_tab {
      border: none;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .menu_study_tab > li {
      display: inline-block !important;
      width: auto !important;
      padding: 1px 0px !important;
      background: transparent !important;
      margin-right: 4px;
  }
  .menu_study_tab > li > a,.nw_menu .nw_menu_dropdown_4 .menu_study_tab > li > a {
      background: transparent;
      border: 1px solid #dad8d9;
      border-radius: 50px;
      padding: 5px 12px !important;
      color: #969495 !important;
      font-family: 'Poppins-Medium';
      outline: none;
  }
  .menu_study_tab > li.active > a, .menu_study_tab > li > a:hover,
  .menu_study_tab > li.active > a:hover,
  .nw_menu .nw_menu_dropdown_4 .menu_study_tab > li> a:hover,
  .nw_menu .nw_menu_dropdown_4 .menu_study_tab > li.active > a {
      background: #fff !important;
      color: #b6221e !important;
      border-radius: 50px !important;
      cursor: pointer;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  }
  .hm_new_menu .nw_menu_material_list a {
      display: inline-block !important;
      width: 48%;
      padding: 10px 18px !important;
  }
  .hm_new_menu .nw_menu_course_list a {
      width: 100% !important;
  }
  .nw_menu_dropdown_2 li .nw_menu_dropdown_Discussions {
      width: 223px;
  }
  .hm_new_menu .nw_menu_disc_tag a {
      background: #e8f2fb !important;
      border: 1px solid #91c2e3;
      margin: 10px 6px 0 0;
      font-size: 13px !important;
      font-family: 'Poppins-Medium' !important;
      color: #789ec3 !important;
      width: auto;
      padding: 2px 6px !important;
      border-radius: 5px;
      text-transform: uppercase;
  }
  .nw_menu_seeAll_link a {
      text-align: right;
      color: #449ed0 !important;
  }
  .nw_menu_dropdown_2 li ul.nw_menu_dropdown_3 .nw_news_tab li a {
      width: auto !important;
      padding: 5px 12px !important;
  }
  .nw_menu_newsCatg_title {
      position: relative;
      left: 0;
      background-color: #333;
      color: #fff !important;
      padding: 0 5px;
      max-width: 100px;
      font-size: 14px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      bottom: 26px;
  }
  .nw_menu_news_div {
      padding-left: 0px;
  }
  .nw_menu_news_div .nw_menu_news_list {
      width: 31% !important;
      background: transparent !important;
      display: inline-block;
      margin: 0 0 10px 5px;
  }
  .nw_menu_news_div .nw_menu_news_list .nw_menu_news_image a,
  .hm_new_menu .nw_menu_news_div .nw_menu_news_list .nw_menu_news_name {
      width: 100% !important;
      padding: 0px !important;
  }
  .hm_new_menu .nw_menu_news_div .nw_menu_news_list .nw_menu_news_name {
      color: #999999 !important;
      font-family: 'Poppins-Medium';
  }
  .nw_menu li ul.nw_menu_dropdown li .fa,
  .hm_new_menu .nw_menu_dropdown li ul.nw_menu_dropdown_2 li a .fa {
      margin-right: 20px;
      float: right;
      font-size: 18px;
      transform: translateY(4px);
      display: none;
  } 
  .nw_menu_dropdown li ul.nw_menu_dropdown_2 li:hover {
      background: #f5f5f5;
  }
  .nw_menu li ul.nw_menu_dropdown,.nw_menu_dropdown li ul.nw_menu_dropdown_2,
  .nw_menu_dropdown_3 .nw_menu_dropdown_4, .nw_menu_dropdown_2 li .nw_menu_dropdown_Study{
      height: 500px;
  }
  .nw_menu_dropdown_3 .nw_menu_dropdown_4, .nw_menu_dropdown_2 li .nw_menu_dropdown_Study{
      overflow-y: auto;
  }
  .nw_menu_coaching_list.nw_menu_course_list,.nw_menu_coaching_list {
      height: 452px;
      overflow-y: auto;
  }
  .nw_menu_dropdown_2 li ul.nw_menu_dropdown_3 li {
      background: #f3f3f3 !important;
  }
  .nw_menu_signUp {
      background-color: transparent;
      border-radius: 2px;
      border: 1px solid #10c695;
      transition: 0.3s all;
  }
  .nw_menu_signUp a {
      color: #10c695 !important;
  }
  .nw_menu_signUp:hover {
      background: #10c695;
  }
  .nw_menu_signUp:hover a{
      color: #fff !important;
  }
  .menu_coaching_search .btn-primary .fa {
      transform: translateY(-2px) !important;
  }
  .TS_logout{
      display: none;
  }
  .hm_new_menu .hm_menu_right .TS_div_logout:hover .TS_logout{
      display: block;
  }
  .TS_logout {
      padding: 2px 0px 0px 0px;
      position: absolute;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
      margin-top: 5px;
      background: #fff;
      width: 195px;
      border-radius: 9px;
      margin-top: -12px;
      z-index: 1;
  }
  .nw_menu_signUp:hover {
      background: #10c695;
  }
  .TS_div_logout > a > img {
      width: 49px;
      height: 49px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 50%;
  }
  .TS_div_logout > a > span .fa {
      margin-left: 7px;
      font-size: 23px;
      color: #546181;
      transform: translateY(2px);
  }
  .TS_div_logout a {
      padding: 7px 15px !important;
      transform: translateY(-11px);
  }
  .hm_new_menu .hm_menu_right li a {
      color: #838383;
  }
  .TS_logout_list {
      list-style: none;
      padding-left: 0px;
  }
  .hm_new_menu .hm_menu_right > li {
      margin-right: 6px;
  }
  .hm_page_header {
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .redeem_egticket {
      cursor: pointer;
  }
  .menu_overlay_coupon {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0.8;
    z-index: 999;
  }
  .TS_PromoMmodal {
      display: none;
      position: fixed; 
      z-index: 9999; 
      padding-top: 10px; 
      left: 0;
      top: 0;
      width: 100%;
      overflow: auto;
  }
  .TS_PromoMmodal_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 32%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 11px;
    padding: 45px 52px 50px 52px;
  }
  @-webkit-keyframes animatetop {
      from {top:-300px; opacity:0} 
      to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
  }
  .coupon_close {
    color: #000;
    float: right;
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    right: -27px;
    top: -42px;
    z-index: 9999999;
  }
  .coupon_close:hover,
  .coupon_close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  .TS_PromoMmodal_header {
    position: relative;
  }
  .TS_promo_heading {
    color: #060912;
    font-family: 'Poppins-semibold';
    text-align: center;
    line-height: 41px;
    margin: 0 0 0 0;
    font-size: 30px;
    display: block;
    line-height: 1.1;
  }
  .TS_code_enter_form .form-control {
    width: 70%;
    margin: 35px auto 41px;
    height: 55px;
    border: 1px solid #d3d6df;
    box-shadow: unset;
    border-radius: 10px;
  }
  .TS_code_enter_form .form-control::placeholder {
    color: #696969;
    font-size: 20px;
  }
  .Ts_code_submit {
    background: #43c45f;
    border: 1px solid #43c45f;
    padding: 7px 11px;
    color: #fff;
    font-family: 'Poppins-semibold';
    font-size: 21px;
    outline: none;
  }
  .Ts_code_submit:hover {
    background: #3bae54;
    border: 1px solid #3bae54;
  }
  .ts_unlock_test_list {
    list-style: none;
    padding: 0px 0 20px 13px;
    max-height: 210px;
    overflow-y: auto;
    margin: 5px -17px 34px -23px;
  }
  .ts_unlock_test_list li {
    border-radius: 10px;
    padding: 4px 5px;
    cursor: pointer;
  }
  .ts_unlock_test_list li a {
    color: #060912;
    text-decoration: none;
    font-family: 'Poppins-semibold';
    font-size: 16px;
    display: block;
    padding: 6px 9px;
    outline: none !important;
  }
  .ts_unlock_test_list > li > a:hover {
      color: #309cdc;
      background-color: #f8f8f8 !important;
  }
  .ts_unlock_test_list > li > a.active {
      color: #309cdc;
      background-color: #f8f8f8 !important;
  }
  .Ts_code_unlock_btn .btn-primary[disabled]{
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    color: #888888;
  }
  
  .TS_promoCode_part_3 img {
    margin: 23px auto 39px;
  }
  .promosuccess_text {
    text-align: center;
    color: #060a13;
    font-size: 29px;
    line-height: 34px;
    margin: 0px 0 39px 0;
  }
  .unlock_text_heading {
    margin: -22px 0 0px -17px;
    text-align: left;
    font-size: 25px;
    line-height: unset;
  }
  .ts_unlock_test_open {
    padding: 0 0 0 7px;
  }
  .ts_unlock_test_open {
      padding: 7px 0 2px 0;
      display: block;
      margin: 4px 3px 4px 0;
  }
  .couAdiv {
      float: right;
  }
  .Ts_cnfrm_block {
      text-align: center;
  }
  .Ts_cnfrmtn_btn {
      display: inline-block;
      margin-right: 10px;
  }
  .Ts_cnfrmtn_noBtn {
      background-color: #c9302c;
      border-color: #761c19;
  }
  
  .ts_unlock_test_open > input {
     visibility: hidden;
      display: none;
  }
  .ts_unlock_test_open > label {
   cursor: pointer;
   background-color: #f6f6f6 !important;
   border: 1px solid #d7d7d7;
   border-radius: 5px;
   padding: 3px 11px !important;
   color: #000000;
   text-decoration: none;
   font-weight: normal;
   width: 100%;
  }
  .ts_unlock_test_open > label:hover {
   background-color: #e6f9ff !important;
   border: 1px solid #00bff3;
   color: #298ed6 !important;
  }
  .ts_unlock_test_open > input:checked + label {
   color: #298ed6 !important;
   background: #effdfe !important;
   border: 1px solid #69d4e6 !important;
  }
  .test_openExam_name,.test_openExam_catg{
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
  }
  .test_openExam_name {
   font-family: 'Poppins-semibold';
   font-size: 16px;
  }
  .test_openExam_catg {
   font-family: 'Poppins-Medium';
   font-size: 14px;
  }
  .attentionText {
    color: #010101;
    font-family: 'Poppins-Medium';
    font-size: 22px;
  }
  .attentionText span {
    font-family: 'Poppins-semibold';
    font-size: 24px;
  }
  .Ts_warningBtn {
    padding: 24px 0 0 0;
  }
  .Ts_warningBtn_left,.Ts_warningBtn_right {
    width: 49%;
    display: inline-block;
  }
  .Ts_warningBtn_left {
    text-align: left;
  }
  .Ts_warningBtn_right {
    text-align: right;
  }
  .Ts_Btn_think {
    background: #e34f4f;
    border: 1px solid #e34f4f;
  }
  .Ts_Btn_think:hover {
    background: #d54b4b;
    border: 1px solid #d54b4b;
  }
  .ts_unlock_subtest {
   margin: 0 0 36px 0;
   height: 140px;
   overflow-y: auto;
   margin: 0 -17px 10px -7px;
  }
  .unlock_subtestName {
   color: #298ed6 !important;
   background: #effdfe !important;
   border: 1px solid #69d4e6 !important;
   border-radius: 4px;
   padding: 0 11px 0 11px;
  }
  
  .style_scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      background-color: #F5F5F5;
      border-radius: 10px;
  }
  
  .style_scroll::-webkit-scrollbar {
      display: unset !important;
      width: 5px;
      background-color: #F5F5F5;
  }
  
  .style_scroll::-webkit-scrollbar-thumb {
      background-color: #9da2af8a;
      border-radius: 10px;
  }
  /* mobile nob css start*/
  .hm_new_menu .hm_menu_right .tS_Phone_modal .fa {
      background: #066ef3;
      color: #fff;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 16px;
  }
  .hm_new_menu .hm_menu_right li a:focus{
      color: #838383;
      outline: none;
  }
  .tS_Phone_modal {
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .tS_Phone_modal .Ts_mob_nob_modal {
      visibility: hidden;
      width: 170px;
      color: #7d7d7d;
      padding: 8px 9px;
      position: absolute;
      z-index: 9999999;
      left: -63px;
      background: #fff;
      box-sizing: border-box;
      border: 1px solid #e1e1e1;
      margin: 0px auto 0;
      box-shadow: 0 4px 8px 0 rgba(194, 185, 185, 0.08),0 6px 20px 0 rgba(24, 24, 24, 0.1);
  }
  .tS_Phone_modal .Ts_mob_nob_modal p {
      letter-spacing: 1px;
      font-family: 'Poppins-Medium';
      font-size: 16px;
      text-align: center;
  }
  .tS_Phone_modal .Ts_mob_nob_modal::after, .tS_Phone_modal .Ts_mob_nob_modal::before {
      bottom: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      left: 65%;
  }
  .tS_Phone_modal .Ts_mob_nob_modal:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px;
  }
  .tS_Phone_modal .Ts_mob_nob_modal:before {
      border-color: rgba(225, 225, 225, 0);
      border-bottom-color: #e1e1e1;
      border-width: 11px;
      margin-left: -11px;
  }
  .tS_Phone_modal .show {
      visibility: visible;
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s;
  }
  /* #phoneMenu {
      transform: translate(17px,-5px);
      font-weight: bold;
  } */
  /*mobile nob css end*/
  
  .navbar-brand img {
      max-width: 200px;
      max-height: 70px;
  }
  
  /*new*/
  
  .hm_new_menu .navbar-header {
      height: 80px;
      display: table;
  }
  .hm_new_menu .navbar-header .navbar-brand {
      display: table-cell;
      vertical-align: middle;
      float: unset;
  }
  .hm_new_menu {
      margin-bottom: 0px;
  }
  .hm_new_menu .hm_menu_right {
      height: 57px !important;
      margin-top: 23px !important;
  }
  .searchFont {
      color: #3946a9;
      font-size: 20px;
      transform: translate(0px, 2px);
      background: lightgrey;
      padding: 6px;
      cursor: pointer;
  }
  
  .TS_Search_Modal_head.testS_exam_search .input-group-btn {
      font-size: unset;
  }
  .TS_Search_Modal_head {
      background: #3e3c3cfa;
      transition: all 500ms ease;
  }
  .TS_Search_Modal_head.ng-hide {
      opacity: 0;
  }
  .TS_Search_Modal_head .modal-title {
    color: #060814;
    font-family: 'Poppins-semibold';
    font-size: 23px;
  }
  .TS_Search_Modal_head .close {
      color: #fff;
      font-size: 150px;
      opacity: 1;
      margin-top: -41px;
  }
  .TS_Search_Modal_head .modal-body {
    font-size: 16px;
    padding: 25px 25px;
  }
  .srch_ResultSubList {
    list-style: none;
    padding: 0 0 0 0;
    margin: -9px 0 0 0;
    height: 244px;
    overflow-y: auto;
  }
  .srch_ResultSubList > li {
    padding: 6px 13px 6px 13px;
  }
  .srch_ResultSubList > li > a {
    outline: none !important;
    text-decoration: none;
    color: #3e3e3e;
  }
  .srch_ResultSubList > li > a:hover {
    color: #298ed6;
  }
  .TS_Search_Modal_head .modal-dialog {
      top: 10% !important;
  }
  .input_border_search {
      border: 1px solid !important;
  }
  
  /*dropdown List Start*/
  .TS_Search_Modal_head .testS_examSearch_list {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #111627 !important;
    position: absolute !important;
    padding: 0;
    z-index: 100 !important;
    width: calc(100% - 53px);
    top: 55px;
    display: none;
  }
  .TS_Search_Modal_head .TSExam_nameList{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .TS_Search_Modal_head .TSExam_nameList li{
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: transparent;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 3px 5px 3px 10px;
  }
  .TS_Search_Modal_head .TSExam_nameList li a{
    color: #ccc;
    text-decoration: none;
    display: block;
    outline: none;
  }
  .TS_Search_Modal_head .TSExam_nameList li:hover{
    background-color: #eee;
  }
  .TS_Search_Modal_head .TSExam_nameList li:hover a{
   color: #000;
  }
  /*dropdown List close*/
  
  .TS_Search_Modal_head .tST_ExamSearch {
    width: 56%;
    margin: 45px auto 19px;
  }
  .TS_Search_Modal_head .testS_exam_search .form-control {
      height: 56px;
      box-shadow: unset;
      border: none;
  }
  .TS_Search_Modal_head .testS_exam_search .btn {
    background: #0b2cf3;
    border: none;
    height: 56px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 53px;
  }
  .TS_Search_Modal_head .testS_exam_search .btn:hover {
    background: #101536;
  }
  .TS_Search_Modal_head .testS_exam_search .form-control::placeholder {
    color: #b3b3b3;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    letter-spacing: 2px;
  }
  
  .TS_Search_Modal_head .headerModalBackground {
      background-color: unset !important;
      -webkit-box-shadow: unset !important;
      box-shadow: unset !important;
      border: unset !important;
  }
  
  .TS_Search_Modal_head .testS_exam_search .form-control.loading {
    background: url(../images/loadingInput.gif) no-repeat right center;
    background-color: #fff !important;
  }
  .goog-te-banner-frame.skiptranslate {
      display: none !important;
      } 
  body {
      top: 0px !important; 
      }
  
  #fb_go_signup_base {
      display: none;
  }
  
  
  .test_series_modal {
      /*display: none;  Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 99999999; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .test_series_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 35%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 28px 25px;
  }
  @-webkit-keyframes animatetop {
      from {top:-300px; opacity:0} 
      to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
  }
  .test_series_close {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: -7px;
  top: -15px;
  background: #4ecdc4;
  border-radius: 50%;
  padding: 0px 11px;
  }
  .test_series_close:hover,
  .test_series_close:focus {
      color: #5a594b;
      text-decoration: none;
      cursor: pointer;
  }
  .test_series_modal-body {padding: 2px 16px;}
  .test_series_modal-body .rotate_icon {
  position: absolute;
  font-size: 1.4em;
  margin-top: -17px;
  margin-left: -5px;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  }
  #admin_li {
      display: none;
  }
  /* Start Alert box */
  .alert_container {
      position: fixed;
      top: 60px;
      z-index: 999999;
      left: 50%;
      transform: translateX(-50%);
      vertical-align: middle;
      display: none;
  }
  .alert_cell{
        display:inline-block;
  }
  .alert_add-margin{
        margin-top:20px;
  }
  .alert_ {
        text-align:left;
      padding: 11px 0;
      background-color: #fee2e1;
      border-radius:4px;
      max-width: 500px;
      top: 0px;
      position:relative;
      box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
  }
  .alert_type {
      color: #813838;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 8px;
  }
  .alert_message {
      font-size: 14px;
      margin-top: 0;
        margin-bottom: 0;
      color: #813838;
  }
  .alert_content{
      padding-left:33px;
        padding-right:51px;
  }
  .alert_close {
      position: absolute;
      right: 22px;
      top: 50%;
      width: 14px;
      cursor:pointer;
      height: 14px;
        fill:#813838;
      transform: translateY(-50%);
  }
  .alert_red .alert_icon{
        background-color:#cc0000;
  }
  /* End Alert box */
  .test-series-info {
      line-height: 10px;
      display: block;
      margin: 15px 0 9px 3px;
  }
  .TstSeries_link {
      list-style: none;
      margin: 17px 0 0;
      padding-inline-start: 0;
  }
  .TstSeries_link li {
      display: inline-block;
      padding-right: 10px;
  }
/* menu_desktop.css -> end */

/* footer_desktop.css -> start */
#eg_nav_menu_wrapper {
	width: auto;
	float: right;
}
#eg_nav_menu_wrapper .eg_main_menu li {
	list-style: none;
	margin: 0;
}
#eg_nav_menu_wrapper .level-0-li:focus > a, 
#eg_nav_menu_wrapper .level-0-li:hover > a {
	background-color: #b5241e;
    color: #fff;
}
.eg_main_menu a {
	text-decoration: none !important;
}
.coaching_nav {
	width: 100%;
}
.coaching_nav li{
	float:left;
	width:33.33%;
	display:inline-block;
}
.eg_main_menu .level-0-li {
	position: static;
	display: inline-block;
	height: 70px;
}
.level-3-ul,
.level-2-ul {
	visibility: hidden;
	opacity: 0;
}
.level-1-ul {
	display: none;
	width: 1170px;
	position: absolute;
	left: 0;
	background-color: #FFF;
	text-align: left;
	padding: 0;
	z-index: 9999;
	right: 0;
	margin: 0 auto;
	box-shadow: 1px 3px 6px #d1cccc;
	min-height: 420px;
}
.eg_margin_li {
	width: 290px;
	display: inline-block;
}
.eg_main_menu .level-1-li {
	padding: 0px !important;
}

.level-0-li:hover .level-1-ul {
	display: block;
}
.level-2-li:hover .level-3-ul,
.level-2-li:hover .level-4-ul {
	visibility: visible !important;
	opacity: 1 !important;
}
.tab-data {
	cursor: pointer;
}
.tab-data.level-1-li {
	position: static;
	display: block;
	width: 100%;
}
.level-1-li.eg_active .level-2-ul,
.level-1-li.eg_active .level-3-ul {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
.level-2-ul {
	width: 75%;
	position: absolute;
	right: 0px;
	display: block;
	z-index: 999;
	height: 100%;
	top: 0;
	border-left: 1px solid #bebebe;
}
.tab-data.level-1-li > a {
	font-size: 15px;
	width: 25%;
	padding: 15px 0 !important;
	text-align: left;
	border-radius: 0;
	padding-left: 40px !important;
	position: relative;
	border-left: 3px solid #fff;
}
.tab-data.level-1-li.eg_active > a {
	background: #e7e7e7;
	color: #555;
	outline: none;
	border: none;
	border-left: 3px solid #b4231e;
}
.eg_main_menu .caret {
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 20px;
}
.eg_main_menu .tab-data i {
	font-size: 10px;
	position: absolute;
	left: 270px;
	z-index: 9999;
	top: 23px !important;
}
.eg_main_menu .fa.fa-angle-down {
	left: 135px;
	top: 5px !important;
}
.level-1-li > a {
	padding: 0 !important;
	display: inline-block !important;
}
.eg_main_menu .no-side-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.eg_main_menu .top_heading {
	border-bottom: 1px solid #bebebe;
	padding: 16px;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}
.level-3-li {
	margin-left: 15px;
	display: block !important;
}
.coaching-center {
	display: none;
}
.coaching-center.active {
	display: block;
}
.eg-tab-pane > a {
	display: inline-block;
	width: 20%;
	padding: 6px 6px 1px 16px;
	text-decoration: none !important;
	vertical-align: top;
	text-align: left;
}
.schools_list .eg-tab-pane > a {
	display: inline-block;
	width: 19%;
	text-decoration: none !important;
	vertical-align: top;
	text-align: left;
}
.coaching-center {
	max-height: 100%;
}
.coaching > li {
	padding: 15px;
	border-bottom: 1px solid #bbb;
}
.coaching .fa.fa-angle-down {
	font-size: 16px;
}
.eg-no-margin {
	margin: 0;
}
.eg_main_menu a {
	color: #555555;
}
.eg_coaching_tab .eg-tab-pane.coaching-center {
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	display: none;
}
.eg_coaching_tab > a {
	position: relative;
	font-weight: bold
}
.eg_coaching_tab.eg_active .eg-tab-pane.coaching-center {
	display: block;
	z-index: 20;
	margin-top: 7px;
}
.news > li.eg_news_tab,
.coaching > li.eg_coaching_tab {
	position: static;
	font-size: 15px;
	padding: 15px 30px;
	text-align: center;
	border-radius: 0;
}
.news > li.eg_news_tab {
	border-bottom: 1px solid #bbbbbb;
}
.news > li.eg_news_tab.eg_active,
.eg_coaching_tab.eg_active {
	background: #e7e7e7;
	border-bottom: 2px solid #b4231e;
}
.news > li.eg_news_tab.eg_active > a,
.eg_coaching_tab.eg_active > a {
	color: #555;
	font-weight: bold;
}
.eg_news_tab > .nav-list.eg_list_block.level-3-ul {
	position: absolute;
}
.eg_main_menu .eg_material_items_wrap > a {
	display: block;
	color: #838181;
	margin: 5px auto;
	padding: 0px 0px 0px 14px;
}
.eg_material_items_wrap {
	margin-top: 6px;
}
.eg_list_inline > li {
	display: inline-block;
	width: 33%;
	word-wrap: break-word;
	vertical-align: top;
	padding: 10px;
}
.level-2-ul.branches {
	overflow-y: scroll;

}
.level-2-ul.branches li {
	padding: 14px 10px 0px 14px;
}
.level-2-ul.branches li a {
	color: #555;
	display: inline-block !important;
	max-width: 87%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}
.level-2-ul.branches li a:hover {
	color:#b4231e;
}
.eg_main_menu .tab-data ul.eg_list_block {
	padding: 12px 0 0 0px;
	margin: 0;
}
.eg_main_menu .tab-data ul.eg_list_block > li {
	padding: 5px 14px 0px 14px;
}
.eg_main_menu .hoverable_anchor > a:hover,
.eg_main_menu .tab-data ul.eg_list_block > li > a:hover,
.eg_main_menu .tab-data ul.hoverable_anchor > li > a:hover {
	color: #b4231e;
}
.course > li {
	padding: 10px 0 0 10px !important;
}
.eg_main_menu .forums > li {
	display: inline-block !important;
	width: 30%;
	padding: 19px 19px;
}
.eg_main_menu .forums a {
	font-weight: bold;
	color: #000000;
	position: relative;
}
.eg_main_menu .forums a:hover {
	color: #b4231e;
}

.eg_main_menu .level-0-li .eg_more_tab_li {
	position: static;
	display: inline-block;
	padding: 14px;
}
.eg_main_menu .level-0-li .eg_more_tab_li .level-1-ul {
	display: none;
	position: absolute;
	left: 0;
	top: 49px;
	z-index: -1;
}
.eg_main_menu .level-0-li .eg_more_tab_li.eg_active .level-1-ul {
	display: block;
}
.eg_main_menu .forums a > span {
	margin: 0 5px;
	color: #333333;
	vertical-align: middle;
}
.eg_more_tab_li > a {
	padding: 0 !important;
}
.eg_more_tab_li.eg_active > a {
	color: #555;
}
.eg_more_tab_li.eg_active {
	background-color: #e7e7e7;
	padding: 5px 10px;
	border-bottom: 2px solid #b4231e;
}
.eg_more_tab_li.eg_active > a:hover {
	border: none;
	background: none;
}
.more-tabs {
	border-bottom: 1px solid #aaa;
}
.eg_more_tab_li.eg_active > div.eg-tab-pane {
	display: block;
	position: absolute;
	left: 0;
	background: #ffffff;
	right: 0;
	max-height: inherit;
	top: 53px;
}
#eg_nav_menu_wrapper .level-0-li > a {
	color: #000;
    font-weight: bold;
    padding: 9px 19px 9px;
    display: block;
}
div.eg-tab-pane.our-partners {
	height: 325px;
}
.our-partners a {
	padding: 11px 0px 11px 22px;
	width: 19%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.eg_nav_menu_wrapper.trends .our-partners a {
	padding: 10px 5px;
}

.level-2-li .eg_material_items_wrap a > img {
	margin-right: 10px;
}
.level-3-li a > img {
	margin-right: 10px;
}
.eg_main_menu .tab-data ul.eg_list_block > li > a {
	color: #838181;
}
.eg_main_menu .eg_material_items_wrap > a:hover {
	color: #b4231e;
}
.forums_icons > .eg-forums-icon{ 
	display: inline-block; 
	background: url('../images/desktop-forums.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
} 
.forums_icons.colleges > .eg-forums-icon { background-position: -0px -0px; width: 25px; height: 25px; }
.forums_icons.general > .eg-forums-icon { background-position: -25px -0px; width: 25px; height: 25px; }
.forums_icons.career1 > .eg-forums-icon { background-position: -0px -25px; width: 25px; height: 25px; }
.forums_icons.educationlone > .eg-forums-icon { background-position: -25px -25px; width: 25px; height: 25px; }
.forums_icons.examination > .eg-forums-icon { background-position: -0px -50px; width: 25px; height: 25px; }
.forums_icons.openbook > .eg-forums-icon { background-position: -25px -50px; width: 25px; height: 25px; }
.forums_icons.placement1 > .eg-forums-icon { background-position: -0px -75px; width: 25px; height: 25px; }
.forums_icons.studyabroad > .eg-forums-icon { background-position: -25px -75px; width: 25px; height: 25px; }
.coaching > li.eg_coaching_tab .fa.fa-angle-down {
	left: auto;
	right: -23px;
	margin-top: -1px;
}
.eg_coaching_tab.col-md-12.level-2-li.eg_active {
	padding: 15px;
}

/**
* Market footer study materials
*/
.eg_study_materials_menu > li.eg_study_material {
	list-style: none !important;
	display: inline-block;
	margin: 2px;
	background-color: #42474e;
	border: 0;
}
.eg_study_materials_menu > li.eg_study_material:hover {
	background-color: #5A5F66;
}
.eg_study_materials_menu > li > a {
	padding: 5px;
	color: #aeb4bc;
}
.eg_study_materials_menu > li > a:hover {
	color: #FFFFFF;
}
.down_arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	content: "\f107";
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.eg_nav_menu_wrapper.trends img {
	position: static;
}
.eg_more_tab_li .schools_list {
	height: 400px;
	box-shadow: 1px 3px 6px #d1cccc;
}
.level-3-li p {
	padding: 3px 0px 2px 14px;
	background-color: #ebebeb;
	margin: 0px 50px 0px 0px;
}
.eg_main_menu .coming_text {
	text-align: center;
	padding-top: 1%;
	color: #dbdbdb;
}
.branches > li::before {
	display: inline-block;
	content: '';
	-webkit-border-radius: 0.375rem;
	border-radius: 0.375rem;
	height: 0.60rem;
	width: 0.60rem;
	margin-right: 0.5rem;
	background-color: #bdbdbd;
	vertical-align: text-top;
}
.eg_news_tab > .nav-list.eg_list_block.level-3-ul {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	right: 0;
	top: 52px;
	padding: 0;
}
.eg_news_tab.eg_active > .nav-list.eg_list_block.level-3-ul {
	display: block;
}
#eg_nav_menu_wrapper ul.news > .eg_news_tab > ul > .eg_news_list {
	display: inline-block !important;
	width: 19%;
	float: left;
	max-height: 165px;
	overflow: hidden;
	padding: 15px 0 0 15px;
	vertical-align: top;
	margin: 0 auto;
	height: 165px;
}
.eg_news_thumb_section > a > .eg_post_thumb {
	width: 100%;
	display: block;
	max-height: 100px;
	min-height: 100px;
	margin: 0;
}
.eg_cat_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #333;
	color: #fff !important;
	padding: 0 5px;
	max-width: 100px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.eg_news_thumb_section {
	position: relative;
}
.eg_news_title {
	outline: none;
	float: left;
	margin-top: 5px;
	text-align: left;
	font-size: 13px;
}

.level-2-ul.branches li:hover::before {
	background-color: #b4231e;
}
.eg-next-prev-wrap {
	position: absolute;
	bottom: 0;
	left: 10px;
	display: none;
}
.eg_news_tab.eg_active > .eg-next-prev-wrap {
	display: block;
}
.eg-next-prev-wrap > a {
	padding: 10px;
	border: 1px solid #dedede;
	line-height: 20px;
	margin: 5px;
	position: relative;
	outline: none;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.eg-next-prev-wrap > .eg-ajax-prev-page.eg-ajax-page-disabled,
.eg-next-prev-wrap > .eg-ajax-next-page.eg-ajax-page-disabled {
	pointer-events: none;
	background-color: #ddd;
	color: #999;
	cursor: default;
}
#eg_nav_menu_wrapper .eg_news_tab .eg-next-prev-wrap > a > i {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	top: 50% !important;
	transform: translateY(-50%);
}
#eg_nav_menu_wrapper .eg_news_nav_overlay {
	position: absolute;
	width: 75%;
	background-color: #ededed;
	height: 87%;
	right: 0;
	top: 53px;
	opacity: 0.8;
	z-index: 9999;
	display: none;
}
#eg_nav_menu_wrapper .eg_loader {
	border: 5px solid #989898;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #000000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 40%;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
#eg_nav_menu_wrapper .eg_news_li.eg_active > .eg_news_nav_overlay.eg_active {
	display: block;
}
/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.eg_news_thumb_section:hover .eg_news_thumb_overlay {
	background-color: rgba(0,0,0,.7);
	width: 100%;
	position: absolute;
	height: 100%;
	-webkit-transition: all .4s ease;
	-khtml-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.eg_news_thumb_section .eg_news_view {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	width: 70px;
	height: 30px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #333333 !important;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-khtml-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.eg_news_thumb_section:hover .eg_news_view {
	visibility: visible;
	opacity: 1;
}
#eg_main_menu .engineering .eg_branches_li,
#eg_main_menu .medical .eg_branches_li {
    visibility: visible;
}
#eg_main_menu .eg_loan_li,
#eg_main_menu .eg_branches_li {
	visibility: hidden;
}

.study_material .level-3-li {
	padding: 0;
}
.eg_coaching_tab.eg_no_background {
	background-color: transparent;
    border-bottom: 1px solid #bbb;
}
.eg_coaching_tab.eg_no_background > a {
	text-align: left;
	float: left;
}
.eg_links > a {
	margin: 15px auto ! important;
    font-size: 15px;
}
.level-2-ul .discount_heading {
    position: absolute;
    top: 0;
}
#eg_nav_menu_wrapper .eg_main_menu .eg_sub_inline_content > div > a {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}
.eg_sub_inline_content>h5.top_heading {
    text-align: center;
}
.coming-soon-anchor {
	position: relative;
	top: 125px;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	background: url('../images/comingsoon.png') no-repeat;
	background-size: 100% 100%;
	width: 200px;
	height: 80px;
}
h3.coming-soon-anchor {
	top: 135px;
}

.eg_nav_menu_wrapper ul.schools_list ul.coaching > li > div {
    text-align: left;
}

/* Toolbar Css */
#eg_toolbar {
    position: relative;
    border: 0;
    margin: 0;
    padding: 10px 0 0 0;
    border-radius: 0;
    min-height: 60px;
    background-color: #000;
    width: 100%;
    display: block;
}
.header_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	border-radius: 0;
}
.eg_social_link,
.eg_asp_wrap,
.eg_others_section {
	display: inline-block;
}
.eg_asp_wrap .promagnifier {
	background-color: #eeeeee !important;
	-webkit-transition: all .5s ease;
	-khtml-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.eg_asp_wrap .promagnifier:hover {
	background-color: #C9302C !important;
}
.eg_asp_wrap .promagnifier:hover svg path {
	fill: #FFFFFF;
}
.eg_asp_wrap .ajaxsearchpro .promagnifier svg {
	width: 20px;
}
.eg_asp_wrap .ajaxsearchpro .prosettings .innericon {
	background-size: 15px !important;
	background-position-x: center !important;
}
.eg_others_section, 
.eg_asp_wrap {
	margin-left: 3%;
	vertical-align: top;
}
.eg_social_link > li {
	display: inline-block;
	line-height: 30px;
	list-style: none;
	margin: 0 5px 5px 0;
}
.eg_social_link a {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	color: #eee;
	background-color: #262626;
}
.eg_social_link a:hover {
	color: #FFFFFF;
}
.eg_social_link .facebook_hover ,
.eg-footer-social .facebook_hover {
  background-color: #3b5998;
}
.eg_social_link .twitter_hover,
.eg-footer-social .twitter_hover{
   background-color: #26a6d1;
}
.eg_social_link .google-plus_hover,
.eg-footer-social .google-plus_hover{
   background-color: #dd4b39;
}
.eg_social_link .youtube_hover,
.eg-footer-social .youtube_hover{
   background-color: #c4302b;
}
.eg_social_link .linkedin_hover,
.eg-footer-social .linkedin_hover{
   background-color: #0e76a8;
}
.eg_social_link .facebook_hover:hover ,
.eg-footer-social .facebook_hover:hover {
   background-color: #2c457a;
   border-color: #2c457a;
}
.eg_social_link .twitter_hover:hover ,
.eg-footer-social .twitter_hover:hover {
   background-color: #0c87b6;
   border-color: #0c87b6;
}
.eg_social_link .google-plus_hover:hover ,
.eg-footer-social .google-plus_hover:hover {
   background-color: #b34639;
   border-color: #b34639;
}
.eg_social_link .youtube_hover:hover ,
.eg-footer-social .youtube_hover:hover {
   background-color: #c4302b;
   border-color: #c4302b;
}
.eg_social_link .linkedin_hover:hover ,
.eg-footer-social .linkedin_hover:hover {
   background-color: #065980;
   border-color: #065980;
}
.login_section,
.ask_question_section {
	display: inline-block;
}
.ask_question_section {
	display: inline-block;
	margin: 0 0 0 40px;
}
.eg_others_section .login_section > a {
	color: #bcbcbc;
	font-weight: bold;
	margin: 20px;
	text-decoration: none;
	outline: none;
}
.eg_others_section .login_section > a:hover {
	color: #FFFFFF;
}
.eg_others_section > .ask_question_section > a {
	color: #FFFFFF;
	background-color: #C9302C;
	border: 0;
	border-radius: 3px;
	padding: 8px 10px;
	line-height: 1;
	text-decoration: none;
}
.eg_others_section > .ask_question_section > a:hover {
	background-color: #b5241e !important;
}
.toolbar-inner {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.eg-footer-social > .social_link > li > a > i {
    line-height: 2;
    background-color: transparent !important;
    font-size: 19px;
}
.eg_social_link > li > a > i {
	line-height: 0;
}
.eg_mini_cart_section {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}
.eg_cart_count {
	position: absolute;
	background-color: #B5241E;
	color: #FFF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: -15px;
	right: -15px;
}
.eg_mini_cart_items {
	display: none;
}

/**
* Footer Css
*/
.school_footer {
    background-color: #111111;
    display: block;
}
#langSwitcher {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    width: 120px !important;
    padding: 1px 10px !important;
    height: 30px !important;
    border: none;
    border-radius: 4px;
}
:dir(rtl)#langSwitcher {
    background-position: left 1rem center;
}
.footer_heading {
	color: white;
	font-weight: 600;
	padding-top: 50px;
	margin-bottom: 3rem;
}
.footer_heading_language { 
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 5px;
	padding-top: 60px;
	margin-bottom: 3rem;
}
#footer_follow_us_tag {
	width: 84% !important;
	display: inline-block !important;
	margin-bottom: 10px !important;
	color: #FFFFFF;
}
.dividers{
    margin-right:1px;
    margin-left:10px;
    color: #fff!important;
}
.addrss {
	padding-top: 50px;
}
.social_img {
	width: 38px;
	height: 38px;
}
.addrss>p>a>img {
	max-width: 200px;
	max-height: 63px;
}
.info {
    line-height: 10px;
}
.info > i {
	color: #999;
}
.info b {
	color: #fff;
}
.info > a {
	color: #999;
	text-decoration: none;
}
.info a:hover {
	color: #d33;
}
.eg-footer-social {
	margin: 27px 0 0 0;
}
.eg-footer-social .social_link {
    margin: 0;
    padding: 0 0 0 0;
}
.eg-footer-social li {
    margin-bottom: 5px;
    line-height: 30px;
    list-style: none;
    display: inline-block;
}
.eg-footer-social a {
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}
.eg-footer-social li > a:hover {
	color: #fff;
}
.sub_menu {
	padding-left: 0px;
	margin-left: 0px;
}
:dir(rtl).sub_menu {
    padding-right: 0px;
    margin-right: 0px;
}
.sub_menu li {
	list-style-type: none;
}
.sub_menu > li > a {
	color: #8f8f8f;
	line-height: 30px;
	list-style: none;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	text-decoration: none;
}
.sub_menu a:hover{
	color:#d33 !important;
	background-color: transparent !important;
}
.copyright_menu {
	padding-left: 0px;
	float: right;
}
.copyright_row {
	margin-bottom: 20px !important;
	border-top: 1px solid #292929;
	padding-bottom: 10px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.eg_copyright_link {
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}
.copyright_menu li {
	list-style-type: none;
}
.copyright_menu  li {
	list-style-type: none;
	float: left;
	margin-right: 14px;
}
.copyright_menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}
.copyright_menu li a:hover {
	color: red;
}
.copyright_row > .eg_copyright_link,
.copyright_row > .eg_copyright_text {
	padding: 0;
}
.copyright_row > .eg_copyright_text > p {
	color: #989a95; 
	text-align: left;
}
#eg_footer.directory .social_link {
	margin-left: -40px;
}
#eg_footer.trends .social_link {
	margin-left: -20px;
}
#eg_footer.trends .sub_menu > li {
	margin-left: 0;
}
#eg_footer.trends .copyright_menu li {
	margin-right: 13px;
	margin-left: 0;
}
#eg_toolbar > .toolbar-inner {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.eg_social_link {
	margin: 10px auto;
	height: 30px;
}
.eg_others_section {
	margin: 15px auto;
}
.eg_asp_wrap {
	margin: 7px 3%;
}
.tab-data.level-1-li.courses_li_wrap {
	display: none;
}
.level-0-li.engineering .tab-data.level-1-li.courses_li_wrap,
.level-0-li.medical .tab-data.level-1-li.courses_li_wrap {
	display: block;
}

/**
 * Ads Css
 */
.eg-ads-center {
   margin: 0px auto;
   text-align: center;
   display: block;
   background-color: #fff;
}
ins.adsbygoogle {
	background-color: #fff;
}
.ads-in-content.eg-ads-center {
	width: 100%;
	height: 350px;
}
.eg-ads-responsive.eg-ads-center {
   margin-bottom: 10px;
   padding: 5px;
}

.eg-ads-footer.eg-ads-center {
  background: #2a2a2a;
  padding: 20px;
  margin: 0;
}
.eg-ads-footer ins.adsbygoogle,
.eg-ads-header.eg-ads-center ins.adsbygoogle {
  background-color: #2a2a2a;
}
.eg-ads-article.eg-ads-center {
   padding: 10px;
}

.eg-ads-header-dfp.eg-ads-center {
	background: #2a2a2a;
}
.egs_bg_handle{
	background-color: #101010;
}


/**
 *MENU SPRITE IMAGE CSS 
 */

.eg-agarwal_publishers {
    background: url('../images/css_sprites.png') -50px -10px;
}

.eg-anytime_studies {
    background: url('../images/css_sprites.png') -170px -130px;
}

.eg-arpit_gupta {
    background: url('../images/css_sprites.png') -10px -50px;
}

.eg-avanti {
    background: url('../images/css_sprites.png') -50px -50px;
}

.eg-avon_academy {
    background: url('../images/css_sprites.png') -90px -10px;
}

.eg-ca_paraggupta_store {
    background: url('../images/css_sprites.png') -90px -50px;
}

.eg-career_breeder {
    background: url('../images/css_sprites.png') -10px -90px;
}

.eg-careerdesk {
    background: url('../images/css_sprites.png') -50px -90px;
}

.eg-career_nirman {
    background: url('../images/css_sprites.png') -90px -90px;
}

.eg-career_point_kota {
    background: url('../images/css_sprites.png') -130px -10px;
}

.eg-collegedoors {
    background: url('../images/css_sprites.png') -130px -50px;
}

.eg-educe_mind_maps {
    background: url('../images/css_sprites.png') -130px -90px;
}

.eg-edu_drives {
    background: url('../images/css_sprites.png') -10px -130px;
}

.eg-exam_formula {
    background: url('../images/css_sprites.png') -50px -130px;
}

.eg-gopika_logo {
    background: url('../images/css_sprites.png') -90px -130px;
}

.eg-gravity {
    background: url('../images/css_sprites.png') -130px -130px;
}

.eg-ibs_pvt_ltd {
    background: url('../images/css_sprites.png') -170px -10px;
}

.eg-kunal_sir {
    background: url('../images/css_sprites.png') -170px -50px;
}

.eg-lawgicians {
    background: url('../images/css_sprites.png') -170px -90px;
}

.eg-letstute {
    background: url('../images/css_sprites.png') -10px -10px;
}

.eg-motion {
    background: url('../images/css_sprites.png') -10px -170px;
}

.eg-neeet_prep {
    background: url('../images/css_sprites.png') -50px -170px;
}

.eg-panther_logo {
    background: url('../images/css_sprites.png') -90px -170px;
}

.eg-pradeep_kshetrapal {
    background: url('../images/css_sprites.png') -130px -170px;
}

.eg-qs {
    background: url('../images/css_sprites.png') -170px -170px;
}

.eg-rao_iit {
    background: url('../images/css_sprites.png') -210px -10px;
}

.eg-sarvodaya_logo {
    background: url('../images/css_sprites.png') -210px -50px;
}

.eg-shradha_ias {
    background: url('../images/css_sprites.png') -210px -90px;
}

.eg-sristi_ias {
    background: url('../images/css_sprites.png') -210px -130px;
}

.eg-starex_publishers {
    background: url('../images/css_sprites.png') -210px -170px;
}

.eg-subia {
    background: url('../images/css_sprites.png') -10px -210px;
}

.eg-tcs_academy {
    background: url('../images/css_sprites.png') -50px -210px;
}

.eg-test_bag {
    background: url('../images/css_sprites.png') -90px -210px;
}

.eg-thinkiit {
    background: url('../images/css_sprites.png') -130px -210px;
}

.eg-toppers_notes {
    background: url('../images/css_sprites.png') -170px -210px;
}

.eg-trident {
    background: url('../images/css_sprites.png') -210px -210px;
}

.eg-vidya_ashram {
    background: url('../images/css_sprites.png') -250px -10px;
}

.eg-vidya_guru {
    background: url('../images/css_sprites.png') -250px -50px;
}

.eg_material_items_wrap .menu_sprite_img,
div.our-partners > a > span {
	width: 20px; 
	height: 20px;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
	vertical-align: top;
}

ul.eg_mobile_menu a {
	text-decoration: none; 
}
ul.eg_mobile_menu,
.eg_mobile_menu ul {
	margin: 0;
	height: 100%;
	width: 300px;
	padding-right: 0;
	padding-left: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
.eg_mobile_menu li {
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#eg_mobile_nav_menu_wrapper .eg_mobile_menu .eg_active > ul,
#eg_mobile_nav_menu_wrapper .eg_mobile_menu .eg_active > .eg-tab-pane {
	right: 0;
}
.eg_mobile_menu li > a {
	border-bottom: 1px solid #464646;
	padding: 15px;
	margin: 0 5px;
	width: 95%;
	display: block;
	outline: none;
}
.eg-navbar-header {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 20px;
	cursor: pointer;
	z-index: 99999;
	-webkit-transition: right .4s ease;
	-moz-transition: right .4s ease;
	-ms-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
	transform: translateY(-50%);
}
.eg-navbar-header > .icon-bar {
	border-bottom: 2px solid #3E3E3E;
	width: 25px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
	display: block;
	-webkit-transition: transform .4s ease;
	-moz-transition: transform .4s ease;
	-ms-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}
.eg-navbar-header > .icon-bar:nth-child(2) {
	top: 8px;
}
.eg-navbar-header > .icon-bar:nth-child(3) {
	top: 16px;
}
.eg_mobile_menu.level-0-ul {
	position: fixed;
	right: -300px;
	top: 0px;
	display: block;
	z-index: 999;
	background-color: #363636;
	overflow-y: scroll;
	bottom: 0;
	-webkit-transition: right .5s ease;
	-moz-transition: right .5s ease;
	-ms-transition: right .5s ease;
	-o-transition: right .5s ease;
	transition: right .5s ease;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.eg_mobile_menu.level-0-ul.expanded {
	right: 0;
	box-shadow: 2px 0 15px 1px #333;
}
.eg_menu_expanded_toolbar_thumb.eg-navbar-header .icon-bar {
	transform: rotate( 45deg );
	top: 14px;
	border-bottom: 2px solid #363636;
}
.eg_menu_expanded_toolbar_thumb.eg-navbar-header {
	display: none;
}
.eg_menu_expanded_toolbar_thumb.eg-navbar-header .icon-bar:nth-child(3) {
	transform: rotate( -45deg );
}
.eg_mobile_menu .level-0-li.eg_active {
	background-color: #B5241F;
	margin: 0;
	width: 100%;
	border-bottom: 0;
}
.eg_mobile_menu li.level-0-li a {
	color: #9B9B9B;
	outline: none;
}
.eg_mobile_menu .level-0-li.eg_active > a {
	color: #fafafa;
}
.level-2-ul,
.level-1-ul {
	right: -300px;
	-webkit-transition: right .7s ease;
	-moz-transition: right .7s ease;
	-ms-transition: right .7s ease;
	-o-transition: right .7s ease;
	transition: right .7s ease;
}
.eg_mobile_menu .fa.fa-angle-right {
    position: absolute;
    right: 20px;
    font-size: 20px;
}
.eg_mobile_menu .level-2-ul {
	z-index: 1001 !important;
}
.level-4-li.eg_active,
.level-3-li.eg_active,
.level-2-li.eg_active,
.level-1-li.eg_active,
.level-0-li.eg_active {
	position: static;
}
.eg_mobile_menu .eg-tab-pane.our-partners, 
.eg_mobile_menu .eg-tab-pane.coaching-center, 
.eg_mobile_menu .level-2-ul, 
.eg_mobile_menu .level-1-ul {
	background-color: #363636;
	position: fixed;
	z-index: 1000;
	top: 0;
	height: 100%;
	overflow-y: scroll;
}
.eg_mobile_menu .eg_go_back > a {
	display: block;
	color: #FAFAFA !important;
	cursor: pointer;
	border-bottom: 0;
	width: 100%;
	margin: 0 0 0 25px;
}
.top_heading {
	background-color: #4A4A4A;
	padding: 10px 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fafafa;
	font-size: 15px;
}
.eg_overlay {
	width: 100%;
	background-color: #000;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
    right: 0;
    overflow: hidden;
	opacity: 0;
	z-index: 999;
	visibility: hidden;
	-webkit-transition: visibility .4s ease;
	-moz-transition: visibility .4s ease;
	-ms-transition: visibility .4s ease;
	-o-transition: visibility .4s ease;
	transition: visibility .4s ease;
}
.eg_overlay.eg_active {
	opacity: .5;
	visibility: visible;
}
.eg_list_block.level-3-ul.hoverable_anchor > li {
	padding: 0;
}
.eg_mobile_menu .no-side-padding {
	padding-right: 0;
	padding-left: 0;
}
.eg_mobile_menu div.eg-tab-pane.our-partners,
.eg_mobile_menu div.eg-tab-pane.coaching-center {
	right: -300px;
	z-index: 1002 !important;
	width: 300px;
	overflow-y: scroll;
	height: 100%;
	overflow-x: hidden;
	-webkit-transition: right .7s ease;
	-moz-transition: right .7s ease;
	-ms-transition: right .7s ease;
	-o-transition: right .7s ease;
	transition: right .7s ease;
}
.eg_go_back > .fa.fa-long-arrow-left {
	position: absolute;
	left: 15px;
	top: 17px;
	color: #FAFAFA;
}
.level-2-ul > li {
	padding: 0 !important;
}
.eg_mobile_menu span.eg_go_back > a {
	padding: 15px;
	color: #FAFAFA;
}
.branches > li.level-2-li > a, 
.level-3-li > a {
	border-bottom: 0 !important;
	padding: 6px 10px !important;
}
.eg_material_items_wrap > a {
	display: block;
	margin: 10px 20px;
}
.study_material > li > ul > li > a {
	color: #fafafa !important;
	border-bottom: 1px solid #464646 !important;
}
.eg_mobile_menu div.eg-tab-pane.our-partners > a > img,
.forums > li > a > i,
.course > li > ul > li > a > img,
.eg_material_items_wrap > a > img {
	margin-right: 10px;
	vertical-align: middle;
}
#eg_mobile_nav_menu_wrapper .eg_search_location {
	display: block;
	width: 95%;
	margin: 10px auto;
	padding: 10px 10px 10px 30px;
	background-color: #464646;
	border: none !important;
	color: #fafafa;
	border-radius: 5px;
}
.eg_search_results_wrapper {
	width: 95%;
	margin: 1px auto;
}
.eg-tab-pane.coaching-center .eg_search_results_wrapper > a {
	display: block;
	padding: 10px;
	word-wrap: break-word;
	vertical-align: top;
	margin: 5px auto;
}
.eg_go_back {
	background-color: #B5241F;
	display: block;
}
.eg_more_tabs_ul {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #363636;
}
.eg_more_tabs_ul.eg_active {
	display: block;
}
.eg_mobile_menu div.eg-tab-pane.our-partners > a {
	display: block;
	padding: 10px;
}
.eg_loader {
	border: 3px solid #aaaaaa;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 3px solid #555;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 70px;
}
.eg_mobile_menu .fa.fa-search {
	position: absolute;
	color: #767676;
	top: 73px;
	left: 20px;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.eg_mobile_toolbar_header > #toolbar {
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
}
/* width */
::-webkit-scrollbar {
    display: none;
}

/* css sprite */
.forums_anchor > .eg-forums-icon { 
	display: inline-block; 
	background: url('../images/mobile-forums.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
} 
.forums_anchor.colleges > .eg-forums-icon { background-position: -0px -0px; width: 25px; height: 25px; }
.forums_anchor.general > .eg-forums-icon { background-position: -25px -0px; width: 25px; height: 25px; }
.forums_anchor.career1 > .eg-forums-icon { background-position: -0px -25px; width: 25px; height: 25px; }
.forums_anchor.educationlone > .eg-forums-icon { background-position: -25px -25px; width: 25px; height: 25px; }
.forums_anchor.examination > .eg-forums-icon { background-position: -0px -50px; width: 25px; height: 25px; }
.forums_anchor.openbook > .eg-forums-icon { background-position: -25px -50px; width: 25px; height: 25px; }
.forums_anchor.placement1 > .eg-forums-icon { background-position: -0px -75px; width: 25px; height: 25px; }
.forums_anchor.studyabroad > .eg-forums-icon { background-position: -25px -75px; width: 25px; height: 25px; }
.eg_kill_menu {
	right: -300px;
	width: 30px;
	height: 30px;
	position: fixed;
	top: 10px;
	background: url('../images/cross.png');
	z-index: 999;
	cursor: pointer;
	box-shadow: 3px 3px 10px 4px rgba(0,0,0,0.2);
	border-radius: 50%;
	background-size: cover;
	-webkit-transition: right .5s ease;
	-moz-transition: right .5s ease;
	-ms-transition: right .5s ease;
	-o-transition: right .5s ease;
	transition: right .5s ease;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.eg_kill_menu.eg_active {
	right: 310px;
}


/**
 * User Section
 */
body.eg_mobile_menu_expanded {
	position: fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.level-0-li > .eg_user_section {
	height: 110px;
	background: url('../images/menu-bg.png') no-repeat;
	position: relative;
	cursor: default;
}
.eg_user_section .eg_welcome_user {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.eg_user_section .eg_user_info_wrapper {
	width: 72%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: normal;
	color: #FFFFFF;
}
#eg_mobile_nav_menu_wrapper .eg_user_info_wrapper a {
	color: #FFFFFF;
	font-weight: initial;
	margin-right: 5px;
}
#eg_mobile_nav_menu_wrapper .eg_user_section > img {
	width: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
}
#eg_mobile_nav_menu_wrapper .eg_user_section > img.eg-user-loggedin {
	border-radius: 50%;	
}
.eg_mobile_menu .news .level-3-li,
.eg_mobile_menu .forums .level-3-li,
.eg_mobile_menu .branches .level-2-li,
.eg_mobile_menu .course .level-3-li {
	margin: 5px 0;
}
.eg_mobile_nav_menu_wrapper.market > .eg-navbar-header {
	top: 35px;
}
/**
 * Market footer study materials
 */
.eg_study_materials_menu > li.eg_study_material {
	list-style: none !important;
	display: inline-block;
	margin: 2px;
	background-color: #42474e;
	border: 0;
}
.eg_study_materials_menu > li.eg_study_material:hover {
	background-color: #5A5F66;
}
.eg_study_materials_menu > li > a {
	padding: 5px;
	color: #aeb4bc;
}
.eg_study_materials_menu > li > a:hover {
	color: #FFFFFF;
}
#eg_user_links {
	margin-top: 7px;
}
.wpb_content_element {
	margin-top: -20px;
}
.eg_mobile_nav_menu_wrapper .coming_soon {
	background: url('../images/comingsoon_mobile.png') no-repeat;
	width: 120px;
	height: 50px;
	background-size: 100% 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/**
 * Toolbar css
 */
#eg_mobile_header_toolbar {
	padding: 0;
	background-color: #FFFFFF;
}
#eg_mobile_header_toolbar a.ask_btn {
	color: #FFFFFF;
	background-color: #3E3E3E;
	border: 0;
	border-radius: 3px;
	padding: 8px;
	line-height: 1;
	text-decoration: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 70px;
	font-size: 13px;
	outline: none;
}
#eg_mobile_header_toolbar a.ask_btn:hover {
	background-color: #b5241e !important;
}
.eg_logo_wrap.eg_first_row {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	padding: 12px 10px;
	box-shadow: 0 0px 4px 1px #545454;
	top: 0;
}
.eg_second_row {
	background-color: #333;
	text-align: center;
	padding: 12px 10px;
	display: table;
	margin-top: 70px;
	width: 100%;
}
.eg_logo_wrap.eg_first_row > a {
	display: inline-block;
	outline: none;
}
.eg_logo_wrap.eg_first_row > a > img {
	width: 80%;
	display: block;
}
#eg_mobile_nav_menu_wrapper {
	display: inline-block;
}
.eg_asp_wrap {
    display: table-cell;
    width: 95%;
}
#eg_mobile_header_toolbar .ajaxsearchpro {
	width: 100%;
	border-radius: 3px;
	border: none;
}
#eg_mobile_header_toolbar .promagnifier {
	border-left: 1px solid #DCDCDC !important;
}
#eg_mobile_header_toolbar path,
#eg_mobile_header_toolbar polygon {
	fill: #949494;
}
#eg_mobile_header_toolbar .ajaxsearchpro div.asp_simple-circle {
	height: 80%;
	width: 80%;
	border-width: 2px;
}

/**
 * Footer Css
 */
#eg_footer {
	background-color: #080808;
}
.eg_footer_meu_wrap > .sub_menu {
	display: none;
	margin: 10px auto;
	padding: 0 30px;
}
.eg_footer_meu_wrap > ul > li {
	list-style: none;
}
.eg_footer_meu_wrap > ul > li > a {
	color: #98999b;
	text-decoration: none;
	padding: 5px;
	display: block;
	outline: none;
}
.eg_footer_meu_wrap > ul > li > a:hover {
	color: #ffffff;
}
.eg_footer_menu_heading {
	color: #ffffff;
	padding: 10px 20px;
	border-bottom: 1px solid #5d5d5d;
	cursor: pointer;
	margin: 0;
}
.eg_footer_menu_heading > i.fa {
	position: absolute;
	right: 20px;
}
.eg_address_wrap {
	text-align: center;
	margin-top: 30px;
}
.eg_footer_logo {
	display: inline-block;
	outline: none;
}
.eg_address_wrap img.logo1 {
	width: 100%;
	max-width: 100%;
	outline: none;
}
.eg_address_wrap > .info {
	color: #ffffff;
	margin: 10px auto;
}
.eg_address_wrap > .info > a {
	color: #99949b;
	text-decoration: none;
}
.eg-footer-social {
	margin: 0;
}
.eg-footer-social > li {
	display: inline-block;
	margin: 0 5px;
}
.eg-footer-social > li > a {
	color: #EEEEEE;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	background-color: #262626;
}
.eg-footer-social > li > a:hover {
    color: #FFFFFF;
}
.eg-footer-social > li > a.facebook_hover:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}
.eg-footer-social > li > a.twitter_hover:hover {
    background-color: #00aced;
    border-color: #00aced;
}
.eg-footer-social > li > a.google-plus_hover:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.eg-footer-social > li > a.youtube_hover:hover {
   background-color: #c4302b;
   border-color: #c4302b;
}
.eg-footer-social > li > a.linkedin_hover:hover {
    background-color: #007bb5;
    border-color: #007bb5;
}
.eg-footer-social > li > a > i {
	line-height: 30px;
	background-color: transparent !important;
}
.eg_copyright_section {
	margin-top: 20px;
}
.eg_copyright_section > .eg_copyright_menu {
	display: block;
	padding: 10px 0;
	text-align: center;
	margin: 0;
}
.eg_copyright_section > .eg_copyright_menu > li {
	display: inline-block;
}
.eg_copyright_section > .eg_copyright_menu a {
	color: #98999b;
	text-decoration: none;
	margin: 0 5px;
}
.eg_copyright_text {
	color: #98999b;
	text-align: center;
	padding: 10px 0;
}
.eg_copyright_section > hr {
	display: block;
	width: 40px;
	text-align: center;
	margin: 10px auto;
	color: #98999b;
	background-color: #98999b;
	opacity: 0.6;
}

/**
 * Cross Domain toolbar for mobile
 */
body.eg_site_directory .main-inner,
body.eg_site_directory #google-map-2,
body.eg_site_trends .td-main-content-wrap,
body.eg_site_market .site-wrapper {
    margin-top: 67px;
}
ul.news > li > .eg_news_list_wrap.level-3-ul {
	/*display: none;*/
	right: -500px;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow-y: auto;
	background-color: #363636;
	z-index: 9;
	-webkit-transition: right .4s ease;
	-moz-transition: right .4s ease;
	-ms-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}
ul.news > li.eg_active > .eg_news_list_wrap.level-3-ul {
	/*display: block;*/
	right: 0;
}
ul.news .eg_news_list_wrap > .level-3-li.eg_news_list {
	overflow-y: hidden;
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #464646;
	position: relative;
}
ul.news .eg_news_list_wrap > .level-3-li.eg_news_list > .eg_news_thumb_section {
	width: 45%;
	display: inline-block;
	max-height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
}
ul.news .eg_news_list_wrap .eg_post_thumb {
	width: 100%;
	height: 100%;
	display: block;
}
ul.news .eg_news_list_wrap .eg_news_thumb_section > a {
	width: 100%;
	display: block;
}
.eg_news_list_section_right > .eg_news_title {
	display: block;
	width: 100%;
	word-wrap: break-word;
	vertical-align: top;
}
.eg_news_list_section_right {
	display: inline-block;
	width: 50%;
	float: right;
	height: 100%;
	position: absolute;
	max-width: 50%;
	overflow: hidden;
	right: 10px;
}
ul.news > li .eg_news_nav_overlay {
	position: fixed;
	width: 300px;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 10;
	display: none;
	background-color: #363636;
}
ul.news > li .eg_news_nav_overlay.eg_active {
	display: block;
}
.eg_news_nav_overlay > .eg_loader {
	text-align: center;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}
.eg_news_nav_overlay > .eg_loading_text {
	color: #fafafa;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	top: 60%;
	margin: 10px auto;
}
ul.news > li .eg_load_more_li {
	background-color: #B5241F;
	color: #FFFFFF;
	text-align: center;
}
ul.news > li .eg_load_more_li > .eg_load_more {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
}
ul.news > li .eg_load_more_li > .eg_load_more.eg-ajax-page-disabled {
	pointer-events: none;
	background-color: #ddd;
	color: #999;
	cursor: default;
	display: block;
	width: 100%;
	margin: 0;
}


@media only screen and (max-width: 320px) {
	ul.eg_mobile_menu,
	.eg_mobile_menu ul,
	.eg_search_results_wrapper,
	.eg_mobile_menu.level-0-ul,
	ul.news > li .eg_news_nav_overlay,
	.eg_mobile_menu div.eg-tab-pane.coaching-center, 
	.eg_mobile_menu div.eg-tab-pane.our-partners {
		width: 250px;
	}
	.eg_search_results_wrapper {
		max-width: 250px !important;
	}
	.eg_menu_expanded_toolbar_thumb.eg-navbar-header {
		right: 250px;
	}

	/**
	 * Header Toolbar css
	 */
	.eg_logo_wrap.eg_first_row > a > img {
		width: 60%;
	}
	.eg_second_row {
		top: 60px;
	}
	.eg_kill_menu.eg_active {
		right: 260px;
	}
}

div.top_heading div.breadcrumbs-wrapper ul#breadcrumbs li a {
	color: #fff;
}
div.top_heading div.breadcrumbs-wrapper ul#breadcrumbs li span {
	color: #fff;
}
div.top_heading div.breadcrumbs-wrapper ul#breadcrumbs li a::after {
	background: transparent;
	content: '>';
}
div.thim-widget-counters-box div.counter-box.number-left .display-percentage {
    font-size:30px;
  }

/**
 * Ads
 */
.eg-ads-sticky.eg-mobile-footer {
	position: fixed;
	bottom: 0;
	background-color: #FFF;
	width: 100%;
	max-height: 60px;
	margin: 0 auto;
	text-align: center;
	display: block;
	z-index: 9999;
}
.eg-ads-center {
	margin: 0 auto;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
}
ins.adsbygoogle {
	background-color: #fff;
}

/**
 *MENU SPRITE IMAGE CSS 
 */

.eg-agarwal_publishers {
    background: url('../images/css_sprites.png') -50px -10px;
}

.eg-anytime_studies {
    background: url('../images/css_sprites.png') -170px -130px;
}

.eg-arpit_gupta {
    background: url('../images/css_sprites.png') -10px -50px;
}

.eg-avanti {
    background: url('../images/css_sprites.png') -50px -50px;
}

.eg-avon_academy {
    background: url('../images/css_sprites.png') -90px -10px;
}

.eg-ca_paraggupta_store {
    background: url('../images/css_sprites.png') -90px -50px;
}

.eg-career_breeder {
    background: url('../images/css_sprites.png') -10px -90px;
}

.eg-careerdesk {
    background: url('../images/css_sprites.png') -50px -90px;
}

.eg-career_nirman {
    background: url('../images/css_sprites.png') -90px -90px;
}

.eg-career_point_kota {
    background: url('../images/css_sprites.png') -130px -10px;
}

.eg-collegedoors {
    background: url('../images/css_sprites.png') -130px -50px;
}

.eg-educe_mind_maps {
    background: url('../images/css_sprites.png') -130px -90px;
}

.eg-edu_drives {
    background: url('../images/css_sprites.png') -10px -130px;
}

.eg-exam_formula {
    background: url('../images/css_sprites.png') -50px -130px;
}

.eg-gopika_logo {
    background: url('../images/css_sprites.png') -90px -130px;
}

.eg-gravity {
    background: url('../images/css_sprites.png') -130px -130px;
}

.eg-ibs_pvt_ltd {
    background: url('../images/css_sprites.png') -170px -10px;
}

.eg-kunal_sir {
    background: url('../images/css_sprites.png') -170px -50px;
}

.eg-lawgicians {
    background: url('../images/css_sprites.png') -170px -90px;
}

.eg-letstute {
    background: url('../images/css_sprites.png') -10px -10px;
}

.eg-motion {
    background: url('../images/css_sprites.png') -10px -170px;
}

.eg-neeet_prep {
    background: url('../images/css_sprites.png') -50px -170px;
}

.eg-panther_logo {
    background: url('../images/css_sprites.png') -90px -170px;
}

.eg-pradeep_kshetrapal {
    background: url('../images/css_sprites.png') -130px -170px;
}

.eg-qs {
    background: url('../images/css_sprites.png') -170px -170px;
}

.eg-rao_iit {
    background: url('../images/css_sprites.png') -210px -10px;
}

.eg-sarvodaya_logo {
    background: url('../images/css_sprites.png') -210px -50px;
}

.eg-shradha_ias {
    background: url('../images/css_sprites.png') -210px -90px;
}

.eg-sristi_ias {
    background: url('../images/css_sprites.png') -210px -130px;
}

.eg-starex_publishers {
    background: url('../images/css_sprites.png') -210px -170px;
}

.eg-subia {
    background: url('../images/css_sprites.png') -10px -210px;
}

.eg-tcs_academy {
    background: url('../images/css_sprites.png') -50px -210px;
}

.eg-test_bag {
    background: url('../images/css_sprites.png') -90px -210px;
}

.eg-thinkiit {
    background: url('../images/css_sprites.png') -130px -210px;
}

.eg-toppers_notes {
    background: url('../images/css_sprites.png') -170px -210px;
}

.eg-trident {
    background: url('../images/css_sprites.png') -210px -210px;
}

.eg-vidya_ashram {
    background: url('../images/css_sprites.png') -250px -10px;
}

.eg-vidya_guru {
    background: url('../images/css_sprites.png') -250px -50px;
}

a > .menu_sprite_img,
div.our-partners > a > span {
	width: 20px; 
	height: 20px;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
	vertical-align: top;
}
@media(min-width:280px) and (max-width:767px) {
	.desktop_view {
		display: none;
	}
}
@media(min-width:768px) {
	.mobile_view {
		display: none;
	}
}
.tst_powered {
	text-align: right;
	color: #9c9b9b;
	margin: 4px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
}
.tst_powered a {
	color: #9c9b9b;
}
.tst_powered a:hover {
	color: #fff;
}
::-webkit-scrollbar {
	display: block;
 }
 ::-webkit-scrollbar-thumb {
	background-color: #b3b3b3;
 }
 @media (min-width: 768px) and (max-width: 996px) {
	.addrss {
		padding-top: 33px;
		margin: 0px auto 0px;
		text-align: center;
	}
 }
 .TstSeries_link .ts_flipkart img {
    height: 18px;
    width: 67px;
 }
/* footer_desktop.css -> end */

  .tset_series_header {
    background: #060814;
  }
  .exam_course_menu {
      padding: 11px 0;
  }
  .test_series_menu{
     padding: 0;
     list-style: none;
     margin-bottom: 0px;
  }
  .test_series_menu li {
      display: inline-block;
      position: relative;
      line-height: 21px;
      text-align: left;
      border-radius: 5px;
      margin-right: 10px;
  }
  .test_series_menu li > a {
      display: block;
      padding: 8px 25px;
      text-decoration: none;
      color: #fff;
      font-family: 'Poppins-semibold';
      font-size: 18px;
      outline: none;
  }
  .test_series_menu li ul.tS_exam_menu li > a> .fa {
      margin-right: 20px;
      float: right;
      font-size: 18px;
      transform: translateY(4px);
      display: none;
  } 
  .test_series_menu li > a .fa {
      font-size: 21px;
      transform: translateY(2px);
  }
  .test_series_menu li a:hover {
      color: #fff;
      background: #2da786;
      border-radius: 5px;
  }
  .test_series_menu li ul.tS_exam_menu::after {
      bottom: 100%;
      left: 13%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px;
  }
  .test_series_menu li ul.tS_exam_menu {
      display: none;
      position: absolute;
      z-index: 999;	
  }
  .test_series_menu li ul.tS_exam_menu{
      left: 0;
      padding-left: 0px;
      width: 181px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
      background: #fff;
      margin-top: 2px;
      border-radius: 13px;
  }
  .tS_exam_menu li ul.tS_exam_menu-1 {
      margin-left: 166px;
      padding-left: 0px;
      top: 0;
      width: 186px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  }
  .test_series_menu li:hover ul.tS_exam_menu{
     display: block;
  }
  .test_series_menu li ul.tS_exam_menu li:hover {
      color: #b6261e;
      background: #fafafa;
  }
  .test_series_menu li ul.tS_exam_menu li {
      background-color: #fff;
      padding: 9px 0px 9px 15px;
      width: 100%;
  }
  .test_series_menu li ul.tS_exam_menu li a {
      color: #7a7a7a;
  }
  .hidden-content .exam_course_test_paper {
      padding: 8px 15px 7px 38px;
  }
  .exam_course_test_paper_name h3 {
      font-size: 20px;
  }
  .tS_exam_menu li ul.tS_exam_menu-1 > li {
     background-color: #f9f9f9;
     border-radius: 0px;
     display: block;
  }
  .test_series_menu li ul.tS_exam_menu li > a {
      font-size: 16px;
      padding: 3px 4px;
      color: #7a7a7a !important;
  }
  .test_series_menu li ul.tS_exam_menu li > a:hover {
      background: none;
      color: #b4231e;
  }
  .exam_course_refer {
      text-align: right;
  }
  .exam_course_refer a {
      color: #fff;
      font-size: 20px;
      font-family: 'Poppins-semibold';
      text-decoration: none;
      outline: none;
      margin: 5px 0 0 0;
      display: block;
  }
  
  .Tsexam_click_btn {
      background-color: #e6f9ff;
      border: 1px solid #00bff3;
      border-radius: 50px;
      padding: 3px 10px;
      color: #298ed6;
      font-family: 'Poppins-Medium';
      margin: 0px 17px;
  }
  .Tsexam_click_btn .fa {
      margin-right: 8px;
  }
  .more_exam_popup {
      display: none; 
      position: fixed; 
      z-index: 99999; 
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%;
      overflow: auto;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.4);
  }
  .exam_popup_open {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      width: 32%;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s;
      border-radius: 11px;
      padding: 11px 0;
  }
  @-webkit-keyframes animatetop {
      from {top:-300px; opacity:0} 
      to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
  }
  .exam_popupclose {
      color: #000000;
      font-size: 41px;
      font-weight: bold;
      position: absolute;
      right: 11px;
      z-index: 999;
      top: 7px;
  }
  .exam_popupclose:hover,
  .exam_popupclose:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  .exam_popup_open_header {
      padding: 0 17px;
  }
  .exam_popup_open_body {
      padding: 2px 16px;
      height: 454px;
      overflow-y: auto;
  }
  .more_exm_list_heading {
      color: #060814;
      font-family: 'Poppins-semibold';
      border-bottom: 1px solid #efefef;
      padding-bottom: 15px;
      margin: 8px 0 19px 0;
  }
  .Ts_more_exm_list {
      padding-left: 0px;
      list-style: none;
  }
  .Ts_more_exm_list > li > a {
      color: #060912 !important;
      text-decoration: none;
      font-family: 'Poppins-semibold';
      font-size: 16px;
      display: block;
      padding: 6px 9px;
  }
  .Ts_more_exm_list > li > a:hover {
      color: #309cdc !important;
      background-color: #f8f8f8 !important;
  }
  .Ts_more_exm_name >a.active {
      color: #309cdc !important;
      background-color: #f8f8f8 !important;
  }
  .Ts_more_exm_list > li {
      padding: 5px 0px 5px 4px !important;
  }
  .Ts_more_exm_name {
      display:none;
  }
  .Ts_more_sublist {
      padding-left: 5px;
      margin-top: 10px;
      list-style: none;
  }
  .Ts_more_sublist > li {
      width: auto !important;
      padding: 8px 0 !important;
      margin-bottom: 9px;
      display: inline-block;
      margin-right: 5px;
  }
  .Ts_more_exm_list > li:hover,.Ts_more_sublist > li:hover {
      background: #fff !important;
  }
  .Ts_more_sublist > li > a {
      background-color: #f6f6f6 !important;
      border: 1px solid #d7d7d7;
      border-radius: 50px !important;
      padding: 3px 11px !important;
      color: #3e3e3e !important;
      text-decoration: none;
  }
  .Ts_more_sublist > li > a:hover {
      background-color: #e6f9ff !important;
      border: 1px solid #00bff3;
      color: #298ed6 !important;
  }
  .Ts_more_sublist > li>a:hover{
      color:black;
  }
  #ex3::-webkit-scrollbar{
  width:8px;
  background-color:#ececec;
  }
  #ex3::-webkit-scrollbar-thumb{
  background-color:#b3b3b3;
  border-radius:0px;
  }
  #ex3::-webkit-scrollbar-thumb:hover{
  background-color:#b3b3b3;
  border:1px solid #333333;
  }
  #ex3::-webkit-scrollbar-thumb:active{
  background-color:#A6393D;
  border:1px solid #333333;
  } 
  .TS_logout_list > li > a:hover {
      color: #838383 !important;
      background: unset;
  }
  .TS_logout_list > li {
      border-radius: 0;
      margin-bottom: 5px;
      width: 100%;
  }
  .TS_logout_list > li:hover {
      color: #373d52;
      background: #f2f2f2;
  }
  .TS_logout_list > li > a {
      transform: translateY(0px);
  }
  
  .update_loading {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      background: #25343cd1;
      z-index: 9999;
      margin: auto;
      top: 0;
      text-align: center;
  }
  .update_loading center {
      margin-top: 80%;
  }
  .update_loading img {
      width: 10%;
      margin-top: 25%;
  }
  .TsH_Navigation {
      box-shadow: 0 2px 4px rgba(0,0,0,.1);
      border: none;
      min-height: 62px;
      max-height: 66px;
      padding: 6px 25px;
      margin: 0;
      background-color: #ffff;
  }
  .TsH_toolbar {
      display: table;
      width: 100%;
  }
  .TsH_searchBar {
      width: 32%;
      padding: 0 7px;
  }
  .TsH_rightMenu_nav {
      width: auto;
      margin-right: 40px;
      float: right;
  }
  .TsH_logo_image a {
      display: block;
  }
  .TsH_logo_image, .TsH_searchBar, .TsH_rightMenu_nav {
      display: inline-block;
      vertical-align: middle;
  }
  .TsH_searchView {
      width: auto;
      border: 1px solid #d0d0d0;
      border-radius: 20px;
      margin: 0px auto 0px;
      background: #fff;
  }
  .TsH_searchView:hover {
      box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
      border: 1px solid #fff;
  }
  .TsH_searchView .form-control {
      border: none;
      box-shadow: none;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
  }
  .TsH_searchView .input-group-btn > .btn {
      border: none;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      outline: none;
      color: #999;
  }
  .TsH_text_seprator {
      display: none;
  }
  .TsH_text_seprator::before {
      content: "";
      position: absolute;
      top: 8px;
      right: -11px;
      width: 1px;
      height: 30px;
      z-index: 1;
      background-color: #d0d0d0;
  }
  .tS_Phone_modal {
      margin-left: 25px;
  }
  .TsH_rightMenu_nav .tS_Phone_modal .fa {
      background: #066ef3;
      color: #fff;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 15px;
  }
  .TsH_rgtMenu_link > li {
      font-size: 16px;
      margin-right: 10px;
      display: flex;
      height: 46px;
  }
  :dir(rtl).TsH_rgtMenu_link > li {
      margin-right: 0;
      margin-left: 10px;
  }
  .TsH_More_examMmenu::after {
      bottom: 100%;
      left: 13%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px;
  }
  .TsH_moreEx:hover .TsH_More_examMmenu {
      display: block;
  }
  .TsH_More_examMmenu {
      display: none;
      position: absolute;
      z-index: 9;
  }
  .TsH_moreEx .TsH_More_examMmenu {
      left: 0;
      width: 181px;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,.11),0 6px 20px 0 rgba(0,0,0,.11);
      background: #fff;
      border-radius: 2px;
      list-style: none;
      padding: 13px 5px 14px 15px;
  }
  .TsH_moreEx .TsH_More_examMmenu li > a {
      font-size: 16px;
      padding: 3px 4px;
      color: #7a7a7a !important;
      text-decoration: none;
      outline: none;
  }
  .TsH_moreEx .TsH_More_examMmenu li {
      margin: 0;
      padding: 4px 0 4px 0px;
  }
  .TsH_exam_click_btn {
      background-color: #e6f9ff;
      border: 1px solid #00bff3;
      border-radius: 50px;
      padding: 3px 10px;
      color: #298ed6;
      display: block;
      margin: 3px auto 0px;
  }
  .TsH_exam_click_btn .fa {
      margin-right: 8px;
  }
  
  .more_exam_popup {
      display: none; 
      position: fixed; 
      z-index: 99; 
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%;
      overflow: auto;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.4);
  }
  .exam_popup_open {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      width: 500px;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s;
      border-radius: 11px;
      padding: 11px 0;
  }
  @-webkit-keyframes animatetop {
      from {top:-300px; opacity:0} 
      to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
  }
  .exam_popupclose {
      color: #000000;
      font-size: 41px;
      font-weight: bold;
      position: absolute;
      right: 11px;
      z-index: 999;
      top: 0px;
  }
  .exam_popupclose:hover,
  .exam_popupclose:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  .exam_popup_open_header {
      padding: 0 17px;
  }
  .exam_popup_open_body {
      padding: 2px 16px;
      height: 454px;
      overflow-y: auto;
  }
  .more_exm_list_heading {
      color: #060814;
      border-bottom: 1px solid #efefef;
      padding-bottom: 15px;
      margin: 8px 0 19px 0;
  }
  .TsH_more_exm_list {
      padding-left: 0;
      list-style: none;
  }
  .TsH_more_exm_list > li {
      padding: 5px 0 5px 4px !important;
  }
  .TsH_more_exm_list > li > a {
      color: #060912 !important;
      text-decoration: none;
      font-size: 16px;
      display: block;
      padding: 6px 9px;
      outline: none;
  }
  .TsH_more_sublist {
      padding-left: 5px;
      margin-top: 10px;
      list-style: none;
  }
  .TsH_more_sublist > li {
      width: auto;
      padding: 8px 0;
      margin-bottom: 9px;
      display: inline-block;
      margin-right: 5px;
  }
  .TsH_more_sublist > li > a {
      background-color: #f6f6f6;
      border: 1px solid #d7d7d7;
      border-radius: 50px;
      padding: 3px 11px;
      color: #3e3e3e;
      text-decoration: none;
  }
  .TsH_more_exm_name > a.active {
      color: #309cdc;
      background-color: #f8f8f8;
  }
  .TsH_more_exm_list > li > a:hover {
      color: #309cdc;
      background-color: #f8f8f8;
  }
  .TsH_more_sublist > li > a:hover {
      background-color: #e6f9ff;
      border: 1px solid #00bff3;
      color: #298ed6;
  }
  #ex_scroll::-webkit-scrollbar{
      width:8px;
      background-color:#ececec;
  }
  #ex_scroll::-webkit-scrollbar-thumb{
      background-color:#b3b3b3;
      border-radius:0px;
  }
  #ex_scroll::-webkit-scrollbar-thumb:hover{
      background-color:#b3b3b3;
      border:1px solid #333333;
  }
  #ex_scroll::-webkit-scrollbar-thumb:active{
      background-color:#A6393D;
      border:1px solid #333333;
  } 
  
  
  .TsH_rgtMenu_link > li > a {
      font-size: 0.9vw;  
      display: inline-block;
      padding: 4px 10px 5px 10px;
      display: table-cell;
      vertical-align: middle;
      cursor: pointer;
      color: #302f2f !important;
      align-self: center;
  }
  .TsH_rgtMenu_link > li > a:hover {
      color: #777 !important;
  }
  .TsH_rgtMenu_link > li .TsH_login {
      border: 1px solid #bcbcbc;
      border-radius: 5px;
      margin-right: 5px;
  }
  .TsH_rgtMenu_link > li .TsH_login, .TsH_rgtMenu_link > li .TsH_signUp {
      display: block;
      padding: 4px 10px 5px 10px;
  }
  .TsH_rgtMenu_link > li .TsH_signUp {
      background: #10c695;
      border-radius: 5px;
      color: #fff !important;
      border: 1px solid #10c695;
  }
  .TsH_rgtMenu_link > li .TsH_signUp:hover {
      color: #10c695 !important;
      background: transparent;
  }
  .TsH_prof a img {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 11px;
  }
  :dir(rtl).TsH_prof a img {
    margin-right: 0;
    margin-left: 11px;
  }
  .TsH_prof_Mmenu::after {
      bottom: 100%;
      left: 76%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px;
  }
  .TsH_prof:hover .TsH_prof_Mmenu {
      display: block;
  }
  .TsH_prof_Mmenu {
      display: none;
      position: absolute;
      z-index: 999;
  }
  .TsH_prof .TsH_prof_Mmenu {
      left: 0;
      width: 162px;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,.11),0 6px 20px 0 rgba(0,0,0,.11);
      background: #fff;
      border-radius: 7px;
      list-style: none;
      padding: 0;
  }
  .TsH_prof .TsH_prof_Mmenu li {
      margin: 0;
      padding: 10px 8px 10px 9px;
      border-bottom: 1px solid #eaeaea;
  }
  .TsH_prof .TsH_prof_Mmenu li > a {
      font-size: 16px;
      padding: 3px 4px;
      color: #7a7a7a !important;
      text-decoration: none;
      outline: none;
  }
  .TsH_prof .TsH_prof_Mmenu > li:hover {
      color: #373d52;
      background: #f2f2f2;
  }
  .TsH_searchList {
      position: relative;
  }
  .TsH_examSearch_list {
      display: none;
      position: absolute;
      width: 100%;
      background: #fff;
      border: 1px solid #dedede;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 0 1px 6px 0 rgba(106, 107, 111, 0.21);
      border-top: none;
      z-index: 99;
  }
  .TsH_Exam_nameList {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #A0A0A0 #fff;
  }
  .TsH_Exam_nameList::-webkit-scrollbar {
      width: 9px;
  }
  .TsH_Exam_nameList::-webkit-scrollbar-thumb {
      background-color: #A0A0A0;
  }
  .searchViewFocus {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border: 1px solid #d0d0d0;
  }
  .TsH_Exam_nameList {
      list-style: none;
      padding: 6px 0px;
  }
  .TsH_Exam_nameList > li > a {
      padding: 3px 15px;
      color: #7a7a7a;
      display: block;
      text-decoration: none;
      outline: none;
  }
  .TsH_Exam_nameList > li:hover {
      color: #373d52;
      background: #f2f2f2;
  }
  .TsH_prof .TsH_prof_Mmenu, .TsH_More_examMmenu{
      margin-top: 41px;
  }
  @media (min-width:300px) and (max-width:767px){
      .exam_popup_open {
          width: 95%;
      }
      .more_exm_list_heading {
          margin: 8px 0 14px 0;
          font-size: 19px;
      }
      .exam_popupclose {
          font-size: 29px;
          top: 3px;
      }
  }
  @media (min-width:801px) and (max-width:1231px){
      .TsH_rightMenu_nav {
          width: auto;
          margin-right: 2px;
          float: right;
      }
      .TsH_rgtMenu_link > li > a {
          padding: 10px 7px;
      }
      .TsH_rgtMenu_link li {
          font-size: 15px;
          margin-right: 0px;
      }
      .tS_Phone_modal {
          margin-left: 2px;
      }
      .TsH_text_seprator::before {
          top: 10px;
          right: -1px;
      }
      .TsH_rgtMenu_link {
          float: unset !important;
      }
      .TsH_prof a img {
          height: 26px;
          width: 24px;
          margin-right: 6px;
      }
  }
  @media (min-width:801px) and (max-width:1000px){
      .TsH_searchBar {
          width: 25%;
      }
      .TsH_searchView {
          width: auto;
      }
      .TsH_rightMenu_nav {
          width: auto;
          float: right;
      }
      .TsH_rgtMenu_link > li {
          font-size: 14px;
      }
      .TsH_Navigation {
          padding: 6px 15px;
      }
      .TsH_rightMenu_nav .tS_Phone_modal .fa {
          height: 19px;
          width: 19px;
          line-height: 19px;
          font-size: 9px;
      }
      .TsH_moreEx .TsH_More_examMmenu li > a {
          font-size: 14px;
      }
      .TsH_rgtMenu_link > li .TsH_login, .TsH_rgtMenu_link > li .TsH_signUp {
          padding: 4px 6px 5px 5px;
          font-size: 13px;
      }	
  }
  @media (min-width:1232px) and (max-width:1450px){
      .TsH_searchView {
          width: 335px;
      }
      .TsH_rightMenu_nav {
        width: auto;
        margin-right: 0px;
        float: right;
      }
      .TsH_rgtMenu_link > li {
          margin-right: 0px;
      }

      .TsH_rgtMenu_link > li > a {
          padding: 10px 9px;
      }

      .TsH_rgtMenu_link > li .TsH_login {
          margin-right: -4px;
      }
      .TsH_searchView {
          width: auto;
      }
  }
  @media (min-width:1001px) and (max-width:1100px){
      .TsH_rgtMenu_link > li .TsH_login, .TsH_rgtMenu_link > li .TsH_signUp {
          padding: 4px 6px 5px 6px;
          font-size: 14px;
      }
      .TsH_rgtMenu_link > li .TsH_login {
          margin-right: 0px;
      }
      .TsH_rgtMenu_link > li > a {
          padding: 10px 5px;
      }
  }
  .li_active {
      background: #eaeaea;
  }
  .fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      box-shadow: 0 4px 8px 0 rgba(95, 95, 95, .2), 0 6px 20px 0 rgba(146, 146, 146, .2);
      border-radius: unset !important;
   }
   .EgPayment_text {
      display: block;
      color: #fff;
      border-top: 1px solid #292929;
      padding: 20px 0 0 0;
      margin: 30px 0 0 0;
   }
   .EgPayment_method {
      list-style: none;
      padding: 0 0 0 0;
      margin: 15px 0 0 0;
   }
   .EgPayment_method >li {
      display: inline-block;
      margin: 0 10px 0 0;
   }
   .EgPayment_text {
      border: none;
      padding: 0px 0 0 0;
  }
  .EgPayment_method {
     margin: 5px 0 0 0;
  }
  #user_name_header{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    max-width: 150px;
    margin-bottom: -3%;
  }

  @media (min-width: 768px) and (max-width: 810px) {
      .TsH_Navigation {
          padding: 6px 8px;
      }
      .TsH_searchBar {
          width: 21%;
      }
      .TsH_rightMenu_nav {
          width: auto;
          margin-right: 1px;
          float: right;
      }
      .TsH_rgtMenu_link > li > a {
          padding: 4px 3px 5px 3px;
      }
      .TsH_rgtMenu_link > li {
          font-size: 14px;
          margin-right: 15px;
      }
      .tS_Phone_modal {
          margin-left: 12px;
      }
  }
/* test_series_menu.css -> end */

/*---new exam_menu css---*/
.exam-head{
    color: #646f79;
}

.exam-head:hover {
    color: #a94442;
    background-color: #fff !important;
}

.nav_bar {
    background-color: #fff;
    border-bottom: 1px solid #dfe4e8;
}
.grater-than{
    font-size: 10px !important;
}
:dir(rtl).grater-than{
    transform: scaleX(-1);
}
.grater-than-2{
    color: #86a1ae;
    font-size: 10px;
}
:dir(rtl).grater-than-2{
    transform: scaleX(-1);
}
.grater-than-2:hover{
    color: #86a1ae;
}
.exam-icon{
    /* position: absolute;
    left: 93%;
    top: 40%; */
}
.menu-drop{
    width: 85% !important;
    padding-top: 0 !important;
    max-height: 545px;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #dee2e6!important;
}
.main-exam , .main-exam:hover{
    color: #000;
}
.main-exam{
    /* padding-top: 8% !important;
    padding-left: 33px !important;
    padding-bottom: 8% !important; */
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.main-li{
    /* padding-top: 5%; */
    cursor: pointer;
    position: relative;
}

.main-li:hover {
    background-color: #f5f8fa;
}

.side-main {
    color: #000;
    padding-top: 2% !important;
    font-weight: 600 !important;
}

.side-main:hover {
    color: #a94442;
}

.side-not-main {
    color: #646f79;
}

.side-not-main:hover {
    color: #a94442;
    text-decoration: none;
}

.menu-large {
    position: static !important;
}
.megamenu {
    padding: 20px 0px;
    width: 100%;
}
:dir(rtl).megamenu {
    display: flex;
}
.megamenu>li>ul {
    padding: 0;
    margin: 0;
}
.megamenu>li>ul>li {
    list-style: none;
    padding-left: 4%;
    padding-top: 7px;
    padding-bottom: 7px;
}
.megamenu>li>ul>li>a {
    display: inline-block;
    padding: 9px 1px 9px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: nowrap;
    text-decoration: none;
    width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.exam-img{
    /* position: absolute;
    top: 31%;
    left: 3%; */
    width: 10%;
    display: inline-block;
}

.hide-div{
    display: none;
}
.main{
    background-color: #f5f8fa;
}
.menu_selected {
    background-color: #f5f8fa;
}

.child_exams {
    column-count: 3;
    list-style: none;
    padding: 3px 0px;
    padding-inline-start: 14px;
    padding-inline-end: 3px;
}

.child_exams li {
    text-align: justify;
}

.menu_lo_list {
    padding: 0;
    overflow-y: scroll;
    max-height: 500px;
}
.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}
.megamenu>div>li>ul>li {
    list-style: none;
}
.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 0px;
    padding-inline-start: 14px;
    padding-inline-end: 3px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: normal;
    text-decoration: none;
}
:dir(rtl).megamenu>div>li>ul>li>a {
    text-align: right;
}
.child_exam_div {
    padding: 0 0;
    overflow-y: scroll;
    height: 500px;
    background-color: rgb(245, 248, 250);
}
.menu_lo_list::-webkit-scrollbar, .child_exam_div::-webkit-scrollbar {
    width: 10px;
}
.menu_lo_list::-webkit-scrollbar-track, .child_exam_div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
}
.menu_lo_list::-webkit-scrollbar-thumb, .child_exam_div::-webkit-scrollbar-thumb {
    background: lightgray; 
}
.menu_lo_list::-webkit-scrollbar-thumb:hover, .child_exam_div::-webkit-scrollbar-thumb:hover {
    background: #056d8d; 
}
.l1_name {
    max-width: 88%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.l1_arrow {
    margin: auto;
    vertical-align: super;
}
.exam-img img {
    vertical-align: sub;
}
/*-------------------------------*/

/* Google Onetap */
.google-one-tap-signin-highlights {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: #25343c00;
    overflow: hidden;
    transform: translateX(-100vw);
}
.google-one-tap-signin-highlights.active {
    width: 100%;
    height: 100%;
    background: #25343cd1;
    z-index: 9000;
    opacity: 1;
    transform: translateX(0);
}
.gotsh-text {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
    color: white;
}
.gotsh-text .head {
    font-size: 30px;
}
.gotsh-text .subhead {
    max-width: 360px;
}
.gotsh-arrow-container {
    position: fixed;
    top: initial;
    bottom: 300px;
    right: 0;
    transform: scale(0.80);
}

@media (min-width: 768px) {
    .gotsh-text {
        top: 287px;
        right: 760px;
        left: auto;
        width: fit-content;
        transform: none;
    }
    .gotsh-arrow-container {
        top: 160px;
        right: 480px;
        bottom: initial;
        transform: scale(1.25);
    }
}

.fa-whatsapp  {
    color: #fff;
    background:
        linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat,
        radial-gradient(#25d366 58%,transparent 0);
    color: #fff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    font-size: 0.75vw;
    filter: invert(0);
    background-color: rgb(151, 148, 148);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(151, 148, 148);
    filter: invert(0);
}