.container {
  max-width: 1200px;
}

.top_bar {
  text-align: right;
  padding: 10px 0;
  margin: 0;
  background: #02034f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #02034f 0%, #030450 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #02034f 0%, #030450 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #02034f 0%, #030450 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#02034f', endColorstr='#030450', GradientType=0);
  /* IE6-9 */
}

.top_bar ul {
  padding: 0;
  margin: 0 !important;
  list-style: none;
}

.top_bar ul li {
  margin: 0 21px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.top_bar ul li a {
  font: 300 14px/14px "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.top_bar ul li:last-child {
  margin-right: 0;
}

.collegemarge .panel-body {
  overflow: initial !important;
  height: 350px !important;
}

.top_bar ul li a i {
  color: #5555d0;
  margin-right: 5px;
  font-size: 18px;
}

.top_bar ul li:after {
  content: "";
  position: absolute;
  left: -21px;
  top: 0px;
  height: 27px;
  width: 1px;
  background: #0a0b5f;
  transform: translate(0, -25%);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #0a0b5f 0%,
    #161687 31%,
    #1a1a95 46%,
    #1a1a95 81%,
    #151584 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #0a0b5f 0%,
    #161687 31%,
    #1a1a95 46%,
    #1a1a95 81%,
    #151584 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0a0b5f 0%,
    #161687 31%,
    #1a1a95 46%,
    #1a1a95 81%,
    #151584 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0a0b5f', endColorstr='#151584', GradientType=0);
  /* IE6-9 */
}

.top_bar ul li:first-child:after {
  display: none;
}

header .carousel-item {
  height: 617px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1c1c1c;
}
.multiple-login p {
  margin-left: 0 !important;
}
.multiple-login {
  text-align: center;
  justify-content: center;
  font-size: 11px;
}
.modal-dialog {
  margin: 100px auto 0 auto;
}
#navbarDropdownMenuLink {
  color: #28a745 !important;
  font-weight: 600 !important;
  background: #3a3a3a;
  border-radius: 5px;
}
#navbarResponsive .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 0 10px;
  color: #fff;
}

.actionplayer {
  width: 90px;
  display: flex;
  border: none !important;
}

.multiple-login p img {
  height: 25px;
  margin-right: 10px;
}
.pwa-modal-login .card {
  margin-bottom: 10px;
  border: transparent;
}
.pwa-modal-login .card-body {
  padding: 0 !important;
  border: none;
}
.fixed-top.bg-dark {
  background: none !important;
  top: 62px;
  box-shadow: none;
  padding: 0;
  position: absolute;
}

body {
  padding-top: 0;
  font-family: "Roboto Slab", serif;
}
.cke_notification_warning {
  display: none !important;
}
.navbar .container {
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start;
}

.buttonDsg {
  display: flex;
  justify-content: space-between;
}
.buttonDsg ul {
  width: auto;
  border: none;
}
.buttonDsg ul button {
  margin-left: 15px;
}

.navbar-dark .navbar-brand {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fixed-top a.navbar-brand img {
  max-width: 181px !important;
  max-height: 112px !important;
}

.navbar-expand-lg .navbar-nav {
  padding: 22px 0 0 10%;
  flex-grow: 1;
}

.navbar-dark .navbar-nav .nav-link em {
  font: 300 15px / normal "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}

.navbar-dark .navbar-nav li {
  flex-grow: 1;
}

/* .navbar-dark .navbar-nav li:last-child  .nav-linkem{
    padding-right: 0;
} */

.carousel.slide .carousel-item img.bannertopimg {
  width: auto;
  position: absolute;
  right: 10%;
  bottom: -2px;
}

.carousel.slide .carousel-item .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.carousel.slide .carousel-item .banner-txt {
  /* padding-left: 18%;
    width: 70%; */

  padding-left: 0 !important;
  width: 50% !important;
}

.carousel.slide .carousel-item .banner-txt h3 {
  font: 700 57px/57px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  padding: 0 0 25px 0;
  margin: 0;
}

.carousel.slide .carousel-item .banner-txt h3 span {
  display: block;
  font: 400 27px / normal "Roboto Slab", serif;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.carousel.slide .carousel-item .banner-txt h3 span:after {
  display: none;
}

.carousel.slide .carousel-item .banner-txt p {
  padding: 0;
  margin: 0;
  font: 300 16px/19px "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.carousel.slide .carousel-item .banner-txt a.btn-banner {
  background: #00007f;
  padding: 0 25px;
  margin: 35px 0 0 0;
  font: 600 13px/55px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}

.carousel.slide .carousel-item .banner-txt a.btn-banner:hover {
  background: #fff !important;
  color: #00007f !important;
  transition: all 0.5s ease-in-out;
}

.about-wrap {
  padding: 60px 0 0 0;
  margin: 0;
  background: #fff;
}

.about-wrap h3 {
  padding: 0;
  margin: 0 0 35px 0;
  font: 700 21px / normal "Montserrat", sans-serif;
  color: #292828;
  text-align: center;
  text-transform: uppercase;
}

.about-wrap h3 span {
  display: block;
  text-align: center;
}

.about-wrap h3 span font {
  display: inline-block;
  position: relative;
  font: 400 14px / normal "Roboto Slab", serif;
  color: #6c6c6c;
}

.about-wrap h3 span font:after {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  width: 36px;
  height: 1px;
  background: #00007f;
}

.about-wrap h3 span font:before {
  content: "";
  position: absolute;
  right: -42px;
  top: 50%;
  width: 36px;
  height: 1px;
  background: #00007f;
}

.about-wrap p.about_largtxt {
  padding: 0;
  margin: 0 auto 70px auto;
  width: 75%;
  font: 400 14px/22px "Roboto Slab", serif;
  color: #4c4c4c;
  text-align: center;
}

.about_threeboxctrl {
  padding: 55px 10px 42px 10px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_threeboxctrl .icon-wrap {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_threeboxctrl h4 {
  font: 700 17px / normal "Montserrat", sans-serif;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 20px 0 15px 0;
  margin: 0 0 15px 0;
}

.about_threeboxctrl h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 1px;
  margin-left: -23px;
  background: #00007f;
}

.about_threeboxctrl p {
  padding: 0;
  margin: 0;
  font: 400 14px/22px "Roboto Slab", serif;
  color: #4a4a4a;
  text-align: center;
}

.about_threeboxctrl p strong {
  font-weight: 700;
  color: #000;
}

.about_threeboxctrl a.aboutlernmore_btn,
a.aboutlernmore_btn {
  margin: 18px 0 0 0;
  padding: 0 20px;
  border-radius: 30px;
  background: #00007f;
  font: 700 12px/42px "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.about_threeboxctrl a.aboutlernmore_btn:hover,
a.aboutlernmore_btn:hover {
  background: #d4d4d4;
  color: #0e0e0e;
}

.about_graybg {
  background: #f1f1f1;
}

.about_graybg .icon-wrap {
  background: #ffffff;
}

.about_graybg a.aboutlernmore_btn {
  background: #00007f;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.about_graybg a.aboutlernmore_btn:hover {
  background: #d4d4d4;
  color: #0e0e0e;
}

.get-started {
  padding: 0;
  margin: 0;
  background: none;
}

.evaluated {
  padding: 51px 0;
  margin: 0;
  font: 700 28px / normal "Montserrat", sans-serif;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: url(../images/evalue_bg.jpg) no-repeat top center;
  background-size: cover;
}

.get-started .evalue_getstart,
.faq-wrap .evalue_getstart {
  padding: 0 39px;
  margin: 0 0 0 50px;
  font: 700 13px/54px "Montserrat", sans-serif;
  color: #1a1a1b;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  background: #ffb32e;
  border-radius: 50px;
  border: 2px solid transparent;
  box-shadow: none;
}

.get-started .evalue_getstart:hover,
.faq-wrap .evalue_getstart:hover {
  box-shadow: none;
  border: 2px solid #fff;
}

.evaluated_bottompart {
  padding: 32px 0 22px 0;
  margin: 0;
  background: #fff;
}

.evaluated_botimage {
  margin: 0 0 15px 0;
  padding: 0;
}

.evaluated_botimage img {
  max-width: 100%;
}

.evaluated_bottompart h3 {
  padding: 0;
  margin: 0 0 12px 0;
  font: 400 20px/20px "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.evaluated_bottompart h3 span {
  font: 700 20px/20px "Montserrat", sans-serif;
  position: relative;
}

.evaluated_bottompart h3 span:after {
  content: "";
  position: absolute;
  right: -48px;
  top: 50%;
  width: 38px;
  height: 1px;
  background: #00007f;
}

.evaluated_bottompart p {
  padding: 0;
  margin: 0;
  font: 400 14px/22px "Roboto Slab", serif;
  color: #545454;
  text-align: left;
}

.faq-wrap {
  padding: 51px 0;
  margin: 0;
  background-size: 50% 100%;
  background-position: top left;
  position: relative;
}

.faq-wrap .faqright_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}

.faq-wrap h1 {
  padding: 0;
  margin: 0 0 45px 0;
  font: 700 50px/50px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}

.faq-wrap h1 span {
  display: block;
  font: 400 22px / normal "Roboto Slab", serif;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.faq-wrap .evalue_getstart {
  margin-left: 40px;
}

.faq-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.faq-wrap ul li {
  padding: 0 25px 20px 40px !important;
  margin: 0 !important;
  list-style: none !important;
  font: 400 14px/20px "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  text-align: left;
  background: url(../images/list_icon.png) no-repeat 0 0;
}

.grtintouch-section {
  padding: 38px 0 48px 0;
  margin: 0;
  background: url(../images/top_footerbg.jpg) no-repeat top center;
  background-size: cover;
}

.grtintouch-section h3 {
  padding: 0;
  margin: 0;
  font: 700 22px/22px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.grtintouch-section p {
  padding: 15px 0 30px 0;
  margin: 0;
  font: 400 14px/24px "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.get_inputctrl {
  margin: 0 0 15px 0;
  padding: 0;
}

.get_inputctrl .input_box {
  padding: 15px 0;
  margin: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #989898;
  font: 400 16px/16px "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  text-align: left;
  width: 100%;
  outline: none;
}

.get_textarea {
  padding: 15px 0;
  margin: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #989898;
  font: 400 16px/16px "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  text-align: left;
  width: 100%;
  height: 110px;
  resize: none;
  outline: none;
}

.get_sendmsg {
  padding: 0 58px;
  margin: 70px 0 0 0;
  border-radius: 50px;
  font: 400 17px/51px "Roboto Slab", serif;
  color: #212121;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  border: 0;
  background: #ffb32e;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}

.get_sendmsg:hover {
  border: 2px solid #fff;
  color: #fff;
  background: none;
  transition: all 0.5s ease-in-out;
}

footer.bg-dark {
  background: #fff !important;
  padding: 30px 0 0 0 !important;
}

.foot-box h2 {
  padding: 0 0 28px 0;
  margin: 0;
  font: 400 17px/17px "Roboto Slab", serif;
  color: #131313;
  text-decoration: none;
  text-align: left;
  text-transform: capitalize;
}

.foot-box h2:before {
  display: none;
}

.foot-box p {
  padding: 0;
  margin: 0 !important;
  font: 400 14px/20px "Roboto Slab", serif;
  color: #484848;
  text-decoration: none;
  text-align: left;
}

.foot-box p a {
  margin: 20px 0 0 0;
  padding: 0;
  font: 400 14px/20px "Roboto Slab", serif;
  color: #484848;
  text-decoration: none;
  display: block;
}

.foot-box li {
  padding: 0;
  margin: 0 0 10px 0;
}

.foot-box li a {
  font: 400 14px/14px "Roboto Slab", serif;
  color: #484848;
  text-decoration: none;
}

.copy-text {
  margin: 30px 0 0 0;
  padding: 22px 0 15px 0;
  font: 400 14px/14px "Roboto Slab", serif;
  text-decoration: none;
  color: #8b8a8a;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.footerpad_left5 {
  padding-left: 5%;
}

.Client_Testimonial {
  padding: 65px 0;
  margin: 0;
  background: #fff;
}

.back-to-top .fa {
  color: #ffb32e;
}

.back-to-top :hover.fa {
  color: #d88e0b;
}

.social-icon-sec {
  display: flex;
  justify-content: flex-start;
}

.foot-box ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.newtwitter img {
  width: 20px;
  height: 20px;
}

.social-icon-sec a {
  margin: 0 10px;
  border: 1px solid #090a58;
  padding: 5px 10px;
  border-radius: 5px;
  color: #090a58;
}

.Client_Testimonial .owl-carousel {
  padding: 0 50px;
}

.testimonial_content {
  display: flex;
  padding: 0;
  margin: 0;
}

.testtimonial_image {
  width: 113px;
  height: 113px;
}

.testtimonial_image img {   
  max-width: 100%;    
  max-height: 100%;   
  border-radius: 50%; 
  width: 100%;    
  -o-object-fit: cover;   
  object-fit: cover;  
  -webkit-object-fit: cover;  
  -moz-object-fit: cover; 
  height: 100%;   
  overflow: hidden;   
  object-position: 50% 50%;   
  -webkit-object-position: 50% 50%;   
  -o-object-position: 50% 50%;    
  -moz-object-position: 50% 50%;  
  width: 100px !important;   
  height: 100px;  
}
.successDetailImage img
 
{
    max-width: 100%;
    border: 0px solid #d6d6d6 !important;
    width: 100%;
    border-radius: 8px;
}
 
 
.successDetailImage {
    padding: 15px !important;
    margin: 0;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.Client_Testimonial .owl-carousel .owl-nav button.owl-next span:focus-visible, .Client_Testimonial .owl-carousel .owl-nav button.owl-prev span:focus-visible{outline:none !important;}

.testtimonial_right {
  width: calc(100% - 113px);
  padding: 0 0 0 20px;
  margin: 0;
}

.testtimonial_right h3 {
  padding: 0;
  margin: 0;
  font: 700 17px / normal "Montserrat", sans-serif;
  color: #000038;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  height:60px;
}

.testtimonial_right h3 span {
  display: block;
  font: 400 13px / normal "Roboto Slab", serif;
  color: #707070;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 5px 0 12px 0;
  position: relative;
}

.testtimonial_right h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43px;
  height: 1px;
  background: #000038;
}

.testtimonial_right p {
  padding: 15px 0;
  margin: 0;
  font: 400 13px/19px "Roboto Slab", serif;
  color: #595959;
  text-align: left;
  text-decoration: none;
}

.testtimonial_right a.know_more {
  padding: 0 28px;
  margin: 0;
  font: 400 13px/40px "Montserrat", sans-serif;
  color: #000038;
  text-align: left;
  text-decoration: none;
  border: 1px solid #000038;
  border-radius: 40px;
  display: inline-flex;
  transition: all 0.5s ease-in-out;
}

.testtimonial_right a.know_more:hover {
  background: #000038;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.Client_Testimonial .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}

.Client_Testimonial .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #000038 !important;
  border: 0;
  outline: none !important;
}

.Client_Testimonial .owl-carousel .owl-nav button.owl-next,
.Client_Testimonial .owl-carousel .owl-nav button.owl-prev {
  font-size: 24px;
  color: #000038;
}

.Client_Testimonial .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: -30px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 28px;
  color: #000038;
}

.Client_Testimonial .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  top: -30px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 28px;
  color: #000038;
}

.Client_Testimonial .owl-dots {
  display: none;
}

section.other-inner-wrap {
  background: #f5f5f5;
}

.cms-content h3 {
  font: 600 18px / normal "Montserrat", sans-serif !important;
  color: #000038 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
}

.cms-content h3 span {
  font: 600 18px / normal "Montserrat", sans-serif !important;
  color: #000038 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}

.cms-content h3 span:before {
  content: "";
  position: absolute;
  right: -42px;
  top: 50%;
  width: 36px;
  height: 1px;
  background: #00007f;
}

.cms-content p {
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
  font: 400 14px/22px "Roboto Slab", serif;
  color: #4a4a4a;
  text-decoration: none;
}

.cms-content p b {
  font: 600 14px/22px "Roboto Slab", serif !important;
  color: #000038;
}

main section.page-wrapper,
section.other-inner-wrap {
  border-bottom: 4px solid #ddd;
  /* background:url(../images/cms_bg.jpg) repeat; */
  background: #f5f5f5;
}

.testimonial-inner-box {
  padding: 20px 25px;
}

.testimonial-inner-box .fa-quote-left {
  color: #000038;
}

.cms-banner h1.banner-text {
  display: none;
}

.cms-content .user-testimonial-box h3 {
  padding: 0 !important;
  text-transform: capitalize;
}

.testimonial-main-box .user-testimonial-box {
  min-height: 45px;
  margin-bottom: 10px;
}

.cms-content p strong {
  font: 600 14px/22px "Roboto Slab", serif !important;
  color: #000;
}

.cms-content ul.dot-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cms-content ul.dot-list li {
  padding: 0 0 10px 35px !important;
  margin: 0 !important;
  font: 400 14px/22px "Roboto Slab", serif !important;
  color: #000038;
  background: url(../images/list_icon.png) no-repeat 0 0;
  list-style: none;
}

section.other-inner-wrap h2 {
  padding: 0 !important;
  margin: 0 !important;
  font: 600 24px / normal "Montserrat", sans-serif !important;
  color: #000038;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

body.loginPage .fixed-top.bg-dark {
  /* background:url(../images/login_banner.jpg) no-repeat!important; */
  background-size: cover !important;
  padding: 20px 0;
  top: 42px;
}

.navbar-dark .navbar-nav li:last-child .nav-link {
  padding-right: 0;
}

body.loginPage .login-wrap,
body.loginPage .page-wrapper {
  padding: 74px 0 40px 0;
  /* background:url(../images/login_bg.jpg) no-repeat; */
  background-size: cover;
}

body.loginPage .login-wrap .white-box,
body.loginPage .page-wrapper .white-rounded-box {
  background: rgba(255, 255, 255, 0.85);
}

body.loginPage .login-wra h3 {
  font: 600 20px / normal "Montserrat", sans-serif;
  color: #000038;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

body.loginPage .forgot-pass {
  margin-bottom: 5px;
}

body.loginPage .page-wrapper h3 {
  font: 600 20px / normal "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

body.loginPage .page-wrapper h2.page-title {
  display: none;
}

body.loginPage .form-group label {
  font: 400 14px/22px "Roboto Slab", serif;
  color: #000;
}

body.loginPage .form-control {
  font: 400 13px/25px "Roboto Slab", serif;
  color: #000;
}

body.loginPage .white-rounded-box h3 {
  color: #000;
}

body.loginPage .btn-success {
  background: #090a58 !important;
  border-color: #090a58 !important;
  font-size: 16px;
}

body.loginPage .btn-success:hover,
body.loginPage .btn-success:focus {
  background: #030438 !important;
  border-color: #030438 !important;
}

.displayFlex {
  display: flex;
}

.btn-upload {
  border: 1px solid #090a58;
  color: #090a58;
  font-size: 16px;
  border-radius: 5px;
}

.game_choose {
  width: 100vw;
  height: calc(100vh - 52px);
  background: url(../images/choose_game.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chooseGame .top_bar,
.chooseGame nav.navbar,
.chooseGame footer .container .row {
  display: none;
}

.chooseGame .copy-text {
  margin: 0;
}

.chooseGame footer {
  padding: 0 !important;
}

.choosegame_content {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 30px 65px 30px;
  display: flex;
  flex-direction: column;
}

.choosegame_content h2 {
  padding: 35px 0 25px 0;
  margin: 0;
  font: 300 36px/36px "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.choosegame_content p {
  font: 400 18px/24px "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.choosegame_content .game_list {
  padding: 45px 0 0 0;
  margin: 0;
}

.choosegame_content .game_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.choosegame_content .game_list ul li {
  padding: 0;
  margin: 0 15px;
  flex-grow: 1;
}

.choosegame_content .game_list ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 300 30px/36px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.choosegame_content .game_list ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all ease-out 0.5s;
}

.choosegame_content .game_list ul li a:hover span {
  background: rgba(0, 0, 0, 0.8);
  transition: all ease-out 0.5s;
}

.choosegame_content .game_list ul li img {
  max-width: 100%;
}

.gameLogo {
  text-align: center;
}

body.playerList .fixed-top.bg-dark {
  /* background:url(../images/banner_01.jpg) no-repeat!important; */
  /* background:url(../images/players_banner.jpg) no-repeat!important; */
  background-size: cover !important;
  padding: 20px 0;
  top: 42px;
}

body.playerList .Player-list,
body.successStory .Player-list {
  padding: 30px 0;
  margin: 0;
  border-bottom: 4px solid #ddd;
  /* background: url(../images/cms_bg.jpg) repeat; */
  background: #f5f5f5;
}

.Player-list h3,
body.successStory .Player-list h3 {
  font: 600 20px / normal "Montserrat", sans-serif;
  color: #000038;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}

.Player-list h3 span,
body.successStory .Player-list h3 span {
  font: 600 20px / normal "Montserrat", sans-serif;
  color: #000038;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}

.Player-list h3 span:before,
body.successStory .Player-list h3 span:before {
  content: "";
  position: absolute;
  right: -42px;
  top: 50%;
  width: 36px;
  height: 1px;
  background: #00007f;
}

.Player-list .oneplayer_list {
  background: #f5f5f5;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.oneplayer_list .player_pic {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oneplayer_list .player_pic img {
  max-width: 100%;
  max-height: 146px;
}

.oneplayer_list h4 {
  padding: 0 0 3px 0;
  margin: 8px 10px 0 10px;
  font: 400 16px/25px "Roboto Slab", serif;
  color: #000;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e6e6;
}

.oneplayer_list p {
  font: 400 13px/24px "Roboto Slab", serif;
  color: #666;
  text-align: left;
  text-decoration: none;
  padding: 5px 10px 0 10px;
  margin: 0;
}

.oneplayer_list p span {
  font-weight: 600;
}

.oneplayer_list p .fa {
  font-size: 14px;
  color: #000038;
  margin-right: 8px;
}

.playerlist-opeg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.3s;
}

.playerlist-opeg span {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #000038;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playerlist-opeg span a {
  color: #fff;
  text-decoration: none;
}

.oneplayer_list:hover .playerlist-opeg {
  display: flex;
  transition: all ease-out 0.3s;
}

.Player-list .pagination {
  padding: 0;
  margin: 0;
}

.pagination .page-link {
  color: #02034f;
}

.cms-banner {
  height: 136px;
}

.other-header {
  min-height: 136px;
}

.cms-content * {
  width: auto !important;
}

.navbar-dark .navbar-nav .nav-link {
  margin: 0;
}

.about-banner {
  background: url(../images/about_banner.jpg) no-repeat;
  background-size: cover;
}

.testimonial-banner {
  background: url(../images/testimonial_banner.jpg) no-repeat;
  background-size: cover;
}

.meetteam-banner {
  background: url(../images/team_banner.jpg) no-repeat;
  background-size: cover;
}

.meetteam-banner {
  background: url(../images/team_banner.jpg) no-repeat;
  background-size: cover;
}

.meetteam-banner {
  background: url(../images/team_banner.jpg) no-repeat;
  background-size: cover;
}

.parents-banner {
  background: url(../images/parrents_banner.jpg) no-repeat;
  background-size: cover;
}

.memebership-banner {
  background: url(../images/service_banner.jpg) no-repeat;
  background-size: cover;
}

.contact-banner {
  background: url(../images/contact_banner.jpg) no-repeat;
  background-size: cover;
}

body.successStory .Player-list .successImage {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 220px;
}

body.successStory .Player-list .successImage img {
  max-width: 100%;
  max-height: 220px;
}

body.successStory .Player-list h4.successTitle {
  padding: 0;
  margin: 8px 10px 12px 10px;
  font: 400 16px/25px "Roboto Slab", serif;
  color: #000;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.successStory .Player-list p.successDetails {
  font: 400 13px/24px "Roboto Slab", serif;
  color: #666;
  text-align: left;
  text-decoration: none;
  padding: 0px 10px 15px 10px;
  margin: 0;
}

body.successStory .Player-list .readMore {
  text-align: center;
}

body.successStory .Player-list .readMore a {
  background: #00007f;
  padding: 0 15px;
  margin: 0px 0 0 0;
  font: 600 12px/30px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

body.successStory .Player-list .readMore a:hover {
  background: #fff;
  color: #00007f;
  border: 1px solid #00007f;
}

body.successStory .Player-list .successList {
  background: #f5f5f5;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
}

.successDetailImage img
 
{
    max-width: 100%;
    border: 0px solid #d6d6d6 !important;
    width: 100%;
    border-radius: 8px;
}
 
 
.successDetailImage {
    padding: 15px !important;
    margin: 0;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.success_detailstgttxt {
  font: 400 15px/22px "Roboto Slab", serif;
  color: #4c4c4c;
  text-align: left;
}

.success_detailstgttxt h4 {
  padding: 0;
  margin: 0px 0px 10px 0px;
  font: 400 20px / normal "Roboto Slab", serif;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.evaluated_bottompart .readMore {
  text-align: center;
}

.evaluated_bottompart .readMore a {
  background: #00007f;
  padding: 0 15px;
  margin: 10px 0 0 0;
  font: 600 12px/30px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  margin: 0 0 10px 0;
}

.evaluated_bottompart .readMore a:hover {
  background: #fff;
  color: #00007f;
  border: 1px solid #00007f;
}

/*-------------------ADMIN PANEL CSS STRT---------------------------*/

.fixed-top.bg-dark.admin_nav {
  top: 0;
  background: url(../images/top_footerbg.jpg) no-repeat top center !important;
  background-size: 100% auto !important;
  padding: 10px 0;
}

.fixed-top.bg-dark.admin_nav .container {
  align-items: center;
}

.fixed-top.bg-dark.admin_nav .navbar-nav {
  padding-top: 0;
}

.admin_contentctrl {
  padding-top: 140px;
  background: #f5f5f5;
  border-bottom: 4px solid #ddd;
}

a.edit-btn .fa {
  color: #00007f;
  text-decoration: none;
}

.white-rounded-box .complete-btn .fa-check {
  display: none;
}

.white-rounded-box .complete-btn {
  font: 400 13px/20px "Roboto Slab", serif;
  color: #fff;
  text-decoration: none;
  text-align: left;
  background: url(../images/list_icon.png) no-repeat 10px 10px #000036;
  background-size: 15px;
  padding: 5px 0 5px 35px;
}

.profile-info-wrap p {
  font-size: 14px;
}

.border-bottom-data p {
  font-size: 14px;
}

.white-rounded-box h2.box-title {
  font: 600 18px/20px "Montserrat", sans-serif;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}

.copy-text a {
  color: #8b8a8a;
}

.profile-info-wrap h2 {
  font: 600 20px/20px "Montserrat", sans-serif;
  text-decoration: none;
  color: #000038;
  text-transform: uppercase;
  text-align: left;
}

.white-rounded-box {
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 5px;
}

.border-bottom-data {
  border-bottom: 1px solid #eaeaea;
}

.adv-info a {
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

.adv-img {
  border-radius: 5px;
}

.sign-up-box h3 {
  font: 600 18px/20px "Montserrat", sans-serif;
  text-decoration: none;
  color: #000038;
  text-transform: uppercase;
  text-align: left;
  border: 0;
  padding: 0;
}

.heart {
  border-radius: 50%;
}

.click-wrap > div:nth-of-type(odd) {
  background: #f5f5f5;
}

.small-title {
  margin: 10px 0;
  color: #99999c;
  font-weight: 400;
}

.click-wrap > div {
  padding: 5px 10px;
}

.sign-up-box .btn-info {
  background: #050551;
  border: 0;
  font-weight: 400;
  box-shadow: none;
}

.avccd .navbar-brand {
  padding: 0px !important;
  margin: -3px 0 0 -15px !important;
  background: #02034f !important;
  /* width: 218px; */
  box-shadow: 5px 0px 0 #02034f;
}

.avccd a.navbar-brand img {
  max-width: 181px !important;
  max-height: 60px !important;
  margin: 7px auto;
}

.navbar-custom.avccd {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.navbar.avccd input {
  background: #f5f5f5;
  border: 1px solid #ececec;
  border-right: 0;
  color: #555;
}

.navbar.avccd .btn-default {
  background: #ffb32e;
  border-color: #ffb32e;
  color: #fff;
  opacity: 1;
}

.navbar.avccd .label-danger {
  background-color: #000;
}

.navbar.avccd .dropdown {
  /* background:#ffb32e; */
  background: none;
}

.navbar.avccd .dropdown .fa-bell {
  color: #ffb32e;
  font-size: 18px;
}

main .main {
  padding-top: 40px;
}

main .main h1.page-header {
  padding: 0 0 5px 0;
  margin: 30px 0 15px 0;
  font: 500 24px / normal "Montserrat", sans-serif;
  text-decoration: none;
  color: #000038;
  text-transform: capitalize;
  text-align: left;
  position: relative;
}

main .main h1.page-header:after {
  content: "";
  width: 45px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffb32e;
}

.panel-default .panel-heading {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.sidebar ul.nav .active a,
.sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover,
.sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus,
.sidebar ul.nav li.parent a.active:focus {
  background-color: #000236;
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
  background-color: #000236;
}

.sidebar {
  /* background:#566071; */
  background: url(../images/banner_01.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.sidebar ul {
  margin: 0 0 20px 0;
}

.profile-sidebar {
  display: flex;
  border: 0;
  border-bottom: 1px solid #4a4a4a;
}

.profile-userpic {
  width: 65px;
}

.profile-userpic img {
  margin: 10px 0 0 10px;
  max-width: 100%;
}

.profile-usertitle {
  width: calc(100% - 70px);
  float: none;
}

.profile-usertitle-name {
  font: 600 14px / normal "Montserrat", sans-serif;
  text-decoration: none;
  color: #fff;
}

.profile-usertitle-status {
  color: #c7c7c7;
  font-weight: 400;
}

.sidebar ul.nav li a {
  color: #fff;
  font: 600 13px/30px "Montserrat", sans-serif;
  text-decoration: none;
}

.sidebar ul.nav li a .fa {
  font-size: 16px;
  color: #5555d0;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  font-size: 13px;
  /* white-space: nowrap;
     overflow: hidden; 
    text-overflow: ellipsis;*/
}

.panel-primary > .panel-heading {
  background: #090a58;
}

input[type="radio"].toggle-left.toggle:checked + label {
  background: #090a58;
}

a,
a:hover,
a:focus {
  color: #090a58;
}

.btn-info,
.btn-primary {
  background: #090a58 !important;
  border-color: #090a58 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #030438 !important;
  border-color: #030438 !important;
}

.admin-paginate .col-page .admin-paginator li.active a {
  background: #02034f;
}

.admin-paginate .col-page .admin-paginator a,
.admin-paginate .col-page .admin-paginator a.page-link {
  color: #02034f !important;
  border-color: #02034f;
}

.social_connect.foot-box ul li a {
  background: transparent !important;
  border: transparent;
  display: inline-block;
  color: #000;
  border-radius: 0px;
  padding: 0px;
  margin-left: 0;
  /* width: 50px; */
  text-align: center;
}
.social_connect.foot-box ul li:nth-of-type(1) a {
  background-color: #3b5998;
}

.social_connect.foot-box ul li:nth-of-type(2) a {
  background-color: #38a1f3;
}

.social_connect.foot-box ul li:nth-of-type(3) a {
  background-color: #405de6;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  /* background: #ffb32e; */
  background: #f1f4f7;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #30a5ff;
  border-radius: 20px;
  width: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #1289e4;
}

/* Shorting th css 12-3-2019  */

.sortable {
  cursor: pointer;
  text-decoration: underline;
}

th.sortable.sorted-asc {
  background: url(../images/sort_asc.png) no-repeat center right;
}

th.sortable.sorted-desc {
  background: url(../images/sort_desc.png) no-repeat center right;
}

th.sortable {
  background: url(../images/sort_both.png) no-repeat center right;
}

.btn-round input {
  margin: auto !important;
}

label.custom-tooltip[title] {
  position: relative;
  outline: none !important;
}

/*-------------------ADMIN PANEL CSS End---------------------------*/

/* Responsive Styles */

@media (min-width: 1200px) {
}

@media (max-width: 1024px) {
  .carousel.slide .carousel-item .banner-txt {
    padding-left: 12%;
    width: 65%;
    text-align: left;
  }
  .carousel.slide .carousel-item .banner-txt h3 {
    font-size: 42px;
    line-height: 42px;
  }
  .carousel.slide .carousel-item img.bannertopimg {
    right: 2%;
  }
  .evaluated {
    font-size: 20px;
  }
  .faq-wrap h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .get_sendmsg {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .newmobile {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .sidebar ul {
    margin: 100px 0px 20px;
  }
  .carousel.slide .carousel-item .banner-txt h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .carousel.slide .carousel-item .banner-txt {
    padding-left: 0;
  }
  .get_sendmsg {
    padding: 0 15px;
  }
  .evaluated {
    font-size: 18px;
  }
  .evaluated span img {
    width: 70px !important;
    margin-right: 15px !important;
  }
  .get-started .evalue_getstart {
    padding: 0 20px;
    margin-left: 15px;
  }
  .Client_Testimonial .owl-carousel {
    padding: 0 30px;
  }
  .testtimonial_right {
    width: calc(100% - 50px);
  }
  .footerpad_left5 {
    padding-left: 15px;
  }
  .evaluated_bottompart h3 {
    font-size: 18px;
  }
  .evaluated_bottompart h3 span:after {
    width: 25px;
    right: -30px;
  }
  footer .alternative-text {
    visibility: hidden;
    display: block;
  }
  .navbar-toggler {
    border: 1px solid #fff !important;
    color: #fff !important;
  }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav {
    background: rgba(0, 0, 0, 0.95);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  
  .sidebar ul {
    margin: 100px 0px 20px;
  }
  .navbar-toggler {
    border: 1px solid #fff !important;
    color: #fff !important;
  }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav {
    background: rgba(0, 0, 0, 0.95);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .carousel.slide .carousel-item .banner-txt {
    padding-left: 0;
    width: 90%;
    left: 5%;
  }
  .carousel.slide .carousel-item .banner-txt h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .fixed-top a.navbar-brand img {
    max-width: 120px !important;
  }
  .carousel.slide .carousel-item .container {
    align-items: flex-start;
    padding-top: 130px;
  }
  .evaluated {
    font-size: 16px;
    flex-direction: column;
    text-align: center;
  }
  .evaluated span {
    display: block;
  }
  .evaluated span img {
    margin-right: 0 !important;
  }
  .evaluated font {
    display: block;
    padding: 10px 0;
  }
  .get-started .evalue_getstart {
    margin-left: 0;
  }
  .evaluated_bottompart {
    padding-bottom: 0;
  }
  .evaluated_bottompart p {
    padding-bottom: 22px;
  }
  .faq-wrap {
    background-size: cover;
  }
  .faq-wrap .faqright_image {
    display: none;
  }
  .faq-wrap h1 {
    font-size: 24px;
  }
  .Client_Testimonial .owl-carousel {
    padding: 0 20px;
  }
  .testimonial_content {
    flex-direction: column;
    align-items: center;
  }
  .testtimonial_right {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .testtimonial_right h3,
  .testtimonial_right h3 span,
  .testtimonial_right p {
    text-align: center;
  }
  .testtimonial_right h3 span:after {
    left: 50%;
    margin-left: -21px;
  }
  .get_sendmsg {
    margin: 0;
  }
  .grtintouch-section .get_inputctrl {
    text-align: center;
  }
  .carousel.slide .carousel-item img {
    max-height: 280px;
  }
  .avccd .navbar-brand {
    width: 100%;
    margin: 0 !important;
  }
  .avccd .navbar-header {
    background: #fff;
  }
  .avccd .navbar-toggle {
    border: 1px solid #02034f;
    background: #02034f;
  }
  .choosegame_content {
    padding: 15px 10px;
  }
  .choosegame_content h2 {
    padding: 15px 0 10px 0;
    font-size: 24px;
    line-height: normal;
  }
  .choosegame_content p {
    font-size: 13px;
    line-height: normal;
  }
  .choosegame_content .game_list {
    padding: 15px 0 0 0;
  }
  .choosegame_content .game_list ul li {
    margin: 0 5px;
  }
  .choosegame_content .game_list ul li a {
    font-size: 14px;
  }
  /* Nav Bar Css */
  .top_bar {
    text-align: center;
  }
  .top_bar ul li {
    margin: 0 10px;
  }
  .top_bar ul li a {
    font-size: 12px;
  }
  .top_bar ul li:after {
    left: -10px;
    top: -5px;
  }
}

.player-notification {
  display: inline-block;
}

.player-notification .nav a.count-info {
  color: #fff !important;
  position: relative;
  background: none;
}

.player-notification .nav a.count-info span {
  background: red;
  position: absolute;
  right: 10px;
  top: -3px;
  z-index: 1;
  color: #fff;
  display: inline-block;
  padding: 0;
  border-radius: 50%;
  font-size: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.player-notification .dropdown-menu {
  left: auto;
  right: 10px;
}

.player-notification .dropdown-menu li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.player-notification .dropdown-menu li a span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 2px;
}

/*---Video Height Change in Tools-----*/

.tools-video iframe {
  height: 350px !important;
}

.tools-pdf-block {
  text-align: center;
  width: 100%;
  height: 350px;
  overflow-x: auto;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .player-notification {
    display: inline-block;
    position: absolute;
    right: 20%;
    background: none;
    top: 25px;
    z-index: 1;
  }
}

/*------Custom CSS Adedd BY Arindam 23-05-2019----*/

.nav-tabs li a:hover {
  background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  border: 0;
  padding: 15px 20px;
}

.nav-tabs li.active a {
  color: #12a9ff;
}

.nav-tabs li a {
  color: #999;
}

.nav-pills {
  padding: 15px;
  padding-bottom: 6px;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
  border: 0;
  padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
  background: #12a9ff;
  color: #fff;
  border-radius: 7px 7px 0px 0px;
}

.tab-content {
  padding: 15px;
}

.navbar {
  border: 0;
}

.navbar input {
  border: 0;
  background: #444;
  color: #fff;
}

.navbar input:focus {
  color: #fff;
  background: #555;
  border: 1px solid #12a9ff;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #12a9ff;
}

/* NEW ADDITION CSS */

.search-wrap {
  margin: 0;
}

.search-wrap .form-control {
  font-size: 14px;
  height: auto;
  padding: 10px 15px;
}

.search-box {
  background: #fff url("../images/search-icon.png") no-repeat right 1.5rem
    center;
}

.search-wrap .search-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: block;
  position: relative;
}

.search-wrap .search-label span {
  float: right;
  font-weight: 600;
  color: #6162e6;
}

.range-group {
  margin-bottom: 25px;
}

.range-group .search-label {
  margin-bottom: 15px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #090a58),
    color-stop(0, #d9d9d9)
  );
  width: 100%;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #6162e6;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.search-wrap #accordion .card {
  border: 0 none;
  border-radius: 5px;
  overflow: hidden;
}

.search-wrap #accordion .card-body {
  border: 1px solid #e8e8e8;
}

.search-wrap #accordion {
  margin-bottom: 15px;
}

.search-wrap .card-header {
  padding: 10px 12px;
  margin-bottom: 0;
  background-color: #090a58;
  border-bottom: 0 none;
}

.search-wrap .card-header h5 {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.search-wrap .card-header h5::before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  padding-right: 0;
  position: absolute;
  top: -3px;
  right: 0;
}

.search-wrap .card-header h5.collapsed::before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  padding-right: 0;
  position: absolute;
  top: -3px;
  right: 0;
}

ul.ks-cboxtags {
  list-style: none;
  padding: 0;
}

ul.ks-cboxtags li {
  display: inline;
}

ul.ks-cboxtags li label {
  display: inline-block;
  background-color: #fff;
  border: 2px solid rgb(217, 217, 217);
  color: rgb(197, 197, 197);
  border-radius: 5px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
}

ul.ks-cboxtags li label {
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 400;
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067";
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 2px solid #090a58;
  background-color: #090a58;
  color: #fff;
  transition: all 0.2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #6162e6;
  color: #6162e6;
}

/* CUSTOM RADIO */

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  margin: 0 10px 0 0;
}

/* Hide the browser's default radio button */

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #a3a6aa;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radio-container:hover input ~ .checkmark {
  background-color: #6162e6;
}

/* When the radio button is checked, add a blue background */

.radio-container input:checked ~ .checkmark {
  background-color: #090a58;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

.map-wrap {
  width: 100%;
  margin: 25px 0;
  height: 450px;
}

.search-result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.search-result-header h2 {
  color: #0d0e47;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 18px;
}

.search-result-header .right-actions {
  display: flex;
}

.search-result-header .right-actions a {
  display: flex;
  border: 1px solid #ced4da;
  font-size: 12px;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none !important;
}

.search-result-header .right-actions a i {
  display: inline-block;
}

.search-result-header .right-actions .custom-select {
  font-size: 12px;
  padding: 3px 20px 3px 8px;
}

.search-result-header .right-actions a.disable {
  opacity: 0.5;
  pointer-events: none;
}

.search-grid-box {
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  margin-bottom: 25px;
}

.sg-img {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
  height: 80px;
}

.sg-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  height: 100%;
  overflow: hidden;
  object-position: 50% 50%;
  -webkit-object-position: 50% 50%;
  -o-object-position: 50% 50%;
  -moz-object-position: 50% 50%;
  border-radius: 0 !important;
}

.collogo .sg-img img {
  height: inherit;
}

.sg-info {
  width: calc(100% - 90px);
  margin-left: 10px;
  padding-right: 30px;
  position: relative;
}

.new-window-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  border: 0 none;
}

.sg-info h2 {
  font-size: 18px;
  color: #0d0e47;
  margin: 0 0 5px;
  display: block;
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.sg-info h3 {
  font-size: 14px;
  color: #585858;
  margin: 0 0 10px;
  display: block;
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.add-fav {
  background: #090a58;
  color: #fff !important;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  border: 0 none;
  padding: 5px 10px;
  line-height: 12px;
  border-radius: 5px;
}

.add-fav i {
  display: inline-block;
  margin: 0 5px 0 0;
}

/* SEARCH DETAILS */

.top-banner-section {
  position: relative;
  height: 340px;
  background: #000 url("../images/college-cover.png") 50% 50% no-repeat;
  background-size: cover;

  margin-top: -24px;
}

.black-strip {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
}

.college-info-wrap {
  display: flex;
  padding-top: 90px;
}

.college-logo {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 15px 0 0;
  padding: 10px;
  background: #fff;
}

.college-logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  height: 100%;
  overflow: hidden;
  object-position: 50% 50%;
  -webkit-object-position: 50% 50%;
  -o-object-position: 50% 50%;
  -moz-object-position: 50% 50%;
  border-radius: 0 !important;
}

.college-info {
  color: #fff;
  width: calc(100% - 135px);
}

.college-info h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  margin: 0 0 15px;
}

.college-info p {
  font-size: 24px;
  font-weight: 400;
  color: #e3e3e3;
  line-height: 30px;
  margin: 0;
}

.website {
  color: #fff;
  font-size: 24px;
  margin: 0;
  display: flex;
  align-items: center;
}

.website img {
  max-width: 100%;
  margin: 0 10px 0 0;
}

.favourite {
  color: #fff !important;
  font-size: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 42px;
  text-decoration: none !important;
}

.favourite i {
  color: #fff;
  margin: 0 0 0 10px;
  display: inline-block;
}

.information-wrap {
  margin: 25px 0;
}

.coll-info-box {
  display: flex;
}

.coll-info-icon {
  width: 60px;
  margin: 0 15px 0 0;
}

.coll-info-data {
  width: calc(100% - 75px);
  font-family: "Montserrat", sans-serif;
}

.coll-info-data h3 {
  font-size: 12px;
  color: #454545;
  line-height: 16px;
  margin: 0;
}

.coll-info-data h4 {
  font-size: 30px;
  color: #0d0e47;
  margin: 0;
  line-height: 30px;
}

.infomation-wrap-box p {
  color: #333333;
}

.infomation-wrap-box p strong {
  display: inline-block;
  font-weight: 600;
}

.infomation-wrap-box p strong a {
  display: inline-block;
  color: #2c2d5c;
}

.coach-title {
  color: #fff !important;
  background: #090a58;
  padding: 10px 10px !important;
  border-radius: 5px;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}
.navbar-dark .navbar-nav li {
  position: relative;
}

.msg-noti {
  position: absolute;
  top: -10px;
  right: -17px;
  z-index: 10;
  display: inline-block;
}

.blog {
  font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
}

.blog .posted-by {
  display: flex;
}
.blog .posted-by .profile-image {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
.blog .posted-by .profile-image svg {
  width: 100%;
  height: 100%;
}
.blog .posted-by .info {
  margin-left: 15px;
}
.blog .posted-by .info .name {
  margin: 0;
}
.blog .posted-by .info .date {
  margin: 0;
  font-size: 13px;
}
.blog .posted-by .action {
}

.blog-details-container {
  max-width: 1200px;
  margin: 15px auto;
  border: 1px solid #d4d4d4;
  padding: 15px;
  border-radius: 5px;
}
.blog-details-container h1 {
  margin: 15px auto;
}
.blog-details-container .desc {
  margin: 15px auto;
}
.blog-details-container .blog-image {
  margin: 15px auto;
  max-width: 480px;
  width: 100%;
  display: block;
  border-radius: 5px;
}

.blog-details-container .social-share {
  margin-top: 25px;
  border-top: 1px solid #d4d4d4;
  padding: 10px;
  display: flex;
  align-items: center;
}
.blog .others {
  border-top: 1px solid #d4d4d4;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.blog .others > div {
  display: flex;
  align-items: center;
}
.blog .others > div .comp {
  margin-right: 15px;
}
.blog .others .fab {
  color: #e84a43;
}

.comment-box {
  max-width: 1200px;
  margin: 15px auto;
  border: 1px solid #d4d4d4;
  padding: 15px;
  border-radius: 5px;
}

.blog-container {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin: 12px;
}

.blog-container .blog-image {
  width: 360px;
  padding-right: 12px;
  padding-bottom: 12px;
}
.blog-container .blog-image img {
  width: 100%;
}
.blog-container .blog-data {
  flex-grow: 1;
  /* font-family: "libre baskerville", serif; */
}
.blog-container .blog-data .title {
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
  color: #222;
}
.blog-container .blog-data .title:hover {
  color: rgb(48, 189, 255);
}
.blog-container .blog-data .author {
  display: flex;
  align-items: center;
}
.blog-container .blog-data .author img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  outline: none;
  background-color: #f4f4f4;
}
.blog-container .blog-data .author div {
  flex-grow: 1;
  padding: 0 10px;
}
.blog-container .blog-data .author div .name {
  font-size: 12px;
  font-family: inherit;
  margin: 0;
}
.blog-container .blog-data .author div .date {
  font-size: 12px;
  margin: 0;
}
.blog-container .blog-data h2 {
}
.blog-container .blog-data desc {
}

.bread-camps {
  margin: 15px 0 30px 0;
}

/* ======================== ARUP NEW BLOG CSS START ============================= */
.blog-content-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
.blog-content-wrap ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-content-wrap ul li {
  width: calc(50% - 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 1.5rem;
  font-size: 1.2rem;
  color: #5e5e5e;
  line-height: 1.5rem;
}
.blog-content-wrap ul li p {
  padding: 0;
  margin: 0;
}
.blog-content-wrap ul li .blog-desc-box,
.blog-details-content-wrap .blog-desc-box {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 1rem;
}

.blog-details-content-wrap .blog-desc-box {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
  padding: 25px;
  border: 1px solid #d4d4d4;
}
.blog-content-wrap ul li .blog-img-box,
.blog-details-content-wrap .blog-desc-box .blog-img-box {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 2rem;
}
.blog-content-wrap ul li .blog-img-box img,
.blog-details-content-wrap .blog-desc-box .blog-img-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.blog-content-wrap ul li .blog-desc-box .about-blog-box,
.blog-details-content-wrap .blog-desc-box .about-blog-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0 0 1.5rem;
}
.blog-content-wrap ul li .blog-desc-box .about-blog-box .avtar-box,
.blog-details-content-wrap .blog-desc-box .about-blog-box .avtar-box {
  width: 42px;
  height: 42px;
  background: #dedede;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0 1rem 0 0;
  flex-shrink: 0;
}

.blog-content-wrap ul li .blog-desc-box .about-blog-box .avtar-box img,
.blog-details-content-wrap .blog-desc-box .about-blog-box .avtar-box img {
  object-fit: contain;
  width: 100%;
}

.blog-content-wrap ul li .blog-desc-box .about-blog-box .blog-about-sm-box,
.blog-details-content-wrap .blog-desc-box .about-blog-box .blog-about-sm-box {
  width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #898989;
}
.blog-content-wrap ul li .blog-desc-box .about-blog-box .share-box,
.blog-details-content-wrap .blog-desc-box .about-blog-box .share-box {
  width: 2rem;
  height: auto;
  padding: 0;
  margin: 0 0 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-content-wrap ul li .blog-desc-box h2 {
  font-size: 1.7rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #000000;
  padding: 0;
  margin: 0 0 1rem;
}
.blog-content-wrap ul li .blog-review-sec {
  width: 100%;
  border-top: 0.1rem solid #c7c7c7;
  padding: 1rem 0;
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-content-wrap ul li .blog-review-sec {
  width: 100%;
  border-top: 0.1rem solid #c7c7c7;
  padding: 1rem 0;
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #898989;
}
.blog-content-wrap ul li .blog-review-sec span {
  margin-left: 1.5rem;
}
.blog-content-wrap ul li a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.blog-content-wrap ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details-content-wrap .blog-desc-box h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 0;
  margin: 0 0 1.5rem;
}
.blog-details-content-wrap .blog-desc-box .details-content {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.blog-details-content-wrap .blog-desc-box .details-content h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding: 0;
  margin: 3rem 0 0;
}
.blog-details-content-wrap .blog-desc-box .details-content ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-details-content-wrap .blog-desc-box .details-content ul li {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 1rem;
}
.blog-details-content-wrap .blog-desc-box .details-content ul li h3 {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0;
  margin: 1rem 0 0;
  color: #7c7c7c;
}
.blog-details-content-wrap .blog-desc-box .details-content .testimonial-block {
  padding: 0;
  margin: 0;
}
.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .testimonial-block
  h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
  padding: 0;
  margin: 0;
  color: #000000;
}
.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .testimonial-block
  ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .testimonial-block
  ul
  li {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 2rem;
  font-style: italic;
}
.txt-align-rgt {
  text-align: right;
}
.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .testimonial-block
  ul
  li
  .writer-name-txt {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.blog-details-content-wrap .blog-desc-box .details-content .review-block {
  padding: 0;
  margin: 0;
}
.blog-details-content-wrap .review-block .social-block {
  width: 100%;
  border-top: 0.1rem solid #b9b9b9;
  border-bottom: 0.1rem solid #b9b9b9;
  padding: 0.6rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blog-details-content-wrap .review-block .social-block button {
  margin-right: 16px;
}

.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .review-block
  .blog-review-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .review-block
  .blog-review-sec
  span {
  margin-left: 1.5rem;
}
.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .review-block
  .blog-review-sec
  a {
  text-decoration: none;
}
.blog-details-content-wrap
  .blog-desc-box
  .details-content
  .review-block
  .blog-review-sec
  a:hover {
  text-decoration: underline;
  color: #000;
}
/* ======================== ARUP NEW BLOG CSS END ============================= */

/* ========================= RECENT POST CSS START ======================== */
.section-recent-post {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 2rem 0;
}
.section-recent-post ul {
  padding: 0;
}
.section-recent-post ul li {
  display: block;
}
.section-recent-post ul li .recent-post-sm-box {
  border: 0.1rem solid #d4d4d4;
  padding: 0;
  margin: 0 0 1rem 0;
}
.section-recent-post ul li .recent-post-sm-box .img-box {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  max-height: 243px;
  min-height: 243px;
  overflow: hidden;
}
.section-recent-post ul li .recent-post-sm-box .img-box img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.section-recent-post ul li .recent-post-sm-box .dtls-box-wrap {
  padding: 1rem;
  margin: 0;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5rem;
}
.section-recent-post ul li .recent-post-sm-box .dtls-box-wrap p {
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
}
.section-recent-post ul li .recent-post-sm-box .dtls-box-wrap p a {
  text-decoration: none;
  color: #000000;
}
.section-recent-post ul li .recent-post-sm-box .dtls-box-wrap p a:hover {
  text-decoration: none;
  color: #838383;
}
.section-recent-post
  ul
  li
  .recent-post-sm-box
  .dtls-box-wrap
  .view-comment-box-wrap {
  border-top: 0.1rem solid #c9c9c9;
  padding: 1rem 0 0;
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #333333;
}
/* ========================= RECENT POST CSS END ======================== */

/* ========================= COMMENT SECTION CSS START ======================== */
.section-comment-block {
  width: 100%;
  display: inline-block;
  border: 0.1rem solid #333;
  padding: 3rem;
  margin: 1rem 0;
}
.section-comment-block h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #000000;
  border-bottom: 0.1rem solid #9d9d9d;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.section-comment-block .comment-box-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.section-comment-block .comment-box-wrap .avtar-box {
  width: 3rem;
  height: 3rem;
  background: #dedede;
  border-radius: 50%;
  padding: 0;
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-comment-block .comment-box-wrap .input-box-holder {
  border: 0.1rem solid #b7b7b7;
  width: 100%;
  padding: 0.6rem;
  margin: 0;
}
.section-comment-block
  .comment-box-wrap
  .input-box-holder
  textarea.form-control {
  width: 100%;
  border: 0;
  resize: none;
  height: 3rem;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5rem;
}

.comment {
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid #dedede;
}
.comment img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.comment p.user {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1rem;
}
.comment p.user .name {
  margin-right: 8px;
  font-weight: 600;
}
.comment p.user .created_at {
  color: #5a5a5a;
  font-family: sans-serif;
  font-size: 12px;
}

.comment-post {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
.comment-post img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.comment-post textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  height: 120px;
  resize: none;
}
.comment-box .btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

a.desc-link,
a.desc-link:hover {
  text-decoration: none !important;
}

.modal-header-new-pwa {
  background: #090a58;
  color: #fff;
}

.pwa-next-step {
  margin-top: 34px;
}

.modal-header-new-pwa button.close {
  color: #fff;
}

.pwashowNumberList p {
  /* font-size: 14px!important;   */
  margin-bottom: 10px !important;
}
.pwa-app-button {
  text-decoration: none;
  background: #090a58 !important;
  border-color: #090a58 !important;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pwa-view {
  float: right;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.pwa-view button {
  font-size: 14px;
}

.pwa {
  margin-top: 20px;
}
.pwa label {
  font-size: 18px;
  font-weight: 600;
  color: #090a58;
}
.pwa-modal .modal-content {
  width: 92%;
}
a.pwa-app-button:hover {
  color: #fff;
  text-decoration: none;
}

/*  ========================================================================  */

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5 !important;
}
.fade.in {
  opacity: 1;
}
.panel-primary > .panel-heading {
  background: #090a58;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.025em;
  height: 60px;
  line-height: 38px;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body {
  overflow: auto;
  /* max-height: 610px; */
  word-break: break-all;
  padding: 15px;
}
.danger.modal-lg.modal-dialog {
  width: 968px;
}

/* ========================= COMMENT SECTION CSS END ======================== */

@media screen and (max-width: 767px) {
  .danger.modal-lg.modal-dialog {
    width: 100%;
  }
  .blog-content-wrap ul li {
    width: calc(100% - 0rem);
    margin: 0;
  }
  .blog-content-wrap ul li .blog-desc-box h2 {
    font-size: 1.5rem;
  }
  .bread-camps {
    font: 500 11px / normal Montserrat, sans-serif;
  }
  .blog-details-content-wrap .blog-desc-box {
    padding: 1rem;
  }
  .blog-details-content-wrap
    .blog-desc-box
    .about-blog-box
    .blog-about-sm-box
    p {
    font-size: 9px;
    line-height: 12px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
  }
  .blog-details-content-wrap .blog-desc-box h2 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .blog-details-content-wrap .blog-desc-box .details-content h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
    .leadReg .form-group {
        margin-bottom: .5rem !important;
    }
    .txtmu {
        top:32px;
        font-size: 12px;
        line-height: 14px;
        position: absolute;
        width: 82%;
        padding: 0 15px;
      }
      .txtmu2 {
        position: absolute;
        width: 82%;
        padding: 0 15px;
        font-size: 12px;
        line-height: 14px;
        top: 83px;
      }

  .danger.modal-lg.modal-dialog {
    width: 80%;
    max-width: 80%;
    margin: 194px auto;
  }
}
.danger.modal-lg.modal-dialog {
  margin: 194px auto;
}
.addCoach {
  display: block;
  text-align: right;
}
.modal {
  overflow: auto;
}
@media (max-width: 767px) {
  .table-responsive > .table-bordered {
    white-space: nowrap;
  }
}
.table-responsive > .table-bordered {
  border: 0;
}
.interestButton button {
  text-transform: none;
  border: 2px solid #090a58;
  background-color: #090a58;
  border: none;
  color: #fff;
  margin: 10px 5px 0 0;
  padding: 5px 9px;
  border-radius: 5px;
  cursor: pointer;
}
.dark-green-clr {
  /* background-color: #008000!important; */
  background-color: #57e32c !important;
}
.green-clr {
  /* background-color: #7cfc00 !important; */

  background-color: #b7dd29 !important;
}
.dark-yellow-clr {
  /* background-color: #ffc40c !important; */
  background-color: #ffa534 !important;
}
.yellow-clr {
  /* background-color: #e4d00a !important; */
  background-color: #ffe234 !important;
}
.red-clr {
  /* background-color: #ff0000 !important; */
  background-color: #ff4545 !important;
}
.blue-clr {
  background-color: #1e90ff !important;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 190px;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 146px;
  font-weight: 700;
  margin: 0px;
  color: #232323;
}

.notfound .notfound-404 h1 > span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("../images/emoji.png");
  background-size: cover;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: -1;
}

.notfound h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #232323;
}

.notfound p {
  font-family: "Montserrat", sans-serif;
  color: #787878;
  font-weight: 300;
}

.notfound a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  background-color: #02034f;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 115px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h1 > span {
    width: 86px;
    height: 86px;
  }
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  margin-top: 30px;
  height: 190px;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 146px;
  font-weight: 700;
  margin: 0px;
  color: #232323;
}

.notfound .notfound-404 h1 > span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("../images/emoji.png");
  background-size: cover;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: -1;
}

.notfound h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #232323;
}

.notfound p {
  font-family: "Montserrat", sans-serif;
  color: #787878;
  font-weight: 300;
}

.notfound a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  background-color: #02034f;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
}
.modal-dialog {
  max-width: 725px !important;
}
.modal-header-new .modal-title {
  width: 100%;
}
.backgUL {
  list-style: none;
  padding: 0px;
  display: flex;
}

.backgLI {
  margin-right: 10px;
}

.backgLI span {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 115px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h1 > span {
    width: 86px;
    height: 86px;
  }
}
.business-header .carousel-item {
  background-repeat: no-repeat;

  background-position: top center;
  background-color: #1a1a1a;
}

.business-header .carousel-item {
  background-size: cover;
}

.selectedInterestLevel {
  background: #02034f;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  -moz-box-shadow: 0 0 10px #b1adad;
  -webkit-box-shadow: 0 0 10px #b1adad;
  box-shadow: 0 0 10px #b1adad;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
}

.lavelcount .label-danger {
  background: red !important;
  position: absolute;
  right: 10px;
  top: -3px;
  z-index: 1;
  color: #fff;
  display: inline-block;
  padding: 0;
  border-radius: 50%;
  font-size: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.notification {
  position: absolute;
  background: #02034f;
  border-radius: 50%;
  top: -16px;
  right: -14px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noti-wrap {
  position: relative;
}

.about_threeboxctrl .txt-wrp-sec {
  min-height: 190px;
  height: auto;
}
.evaluatedui li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
}

ul.evaluatedui li::after {
  content: "";
  background: url(../images/blue-tick.png) 0 50% no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
ul.evaluatedui {
  margin-bottom: 30px;
}

h5.hometxt1 {
  font-size: 26px;
  font-weight: 600;
  color: #02034f;
  text-align: center;
}
.hometxt1 {
  text-align: center;
}
.homecontent {
  font-size: 16px !important;
}
.evalue_getstart {
  height: 60px;
  padding: 10px 39px;
}
.getsectiontext {
  display: flex;
  justify-content: space-between;
}
.img-thumb-sec {
  display: flex;
  margin-bottom: 10px;
}
.img-thumb {
  margin-right: 10px;
}

.newtwitter img {
  width: 40px;
  height: 40px;
}

.social-wrap .newtwitter img {
  width: 15px;
  height: 15px;
}
