.rsmm{width: 100%;}
.rsmm > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.rsmm a {
    display: block;
    color: #450089;
    text-decoration: none;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 13px;
}

.rsmm a:hover {
    background: transparent;
}

.rsmm a.hover {
    background: #f6f7f1;
}

.rsmm li.has-sub {
    position: relative;
}

.rsmm li.has-sub > a > span {
    display: inline-block;
    background: url('img/caret-down.svg') center no-repeat;
    width: 10px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.rsmm li.has-sub > ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: #f6f7f1;
    list-style: none;
    padding-left: 0;
    min-width: 140px;
    width: 180px;
    display: none;
}
.rsmm li.has-sub > ul li a{
    padding: 10px;
}
.rsmm li.has-sub a:not(.hover):hover {
    background: #eceee1;
}

/*.rsmm.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}*/

.rsmm-mobile-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100111111;
    width: 300px;
    height: 100%;
    background: #fafafa;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    -webkit-transition: -webkit-transform .14s;
    transition: -webkit-transform .14s;
    -o-transition: transform .14s;
    transition: transform .14s;
    transition: transform .14s, -webkit-transform .14s;
}

.rsmm-mobile-wrapper.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rsmm-mobile {
    padding-top: 55px;
    overflow-y: auto;
    max-height: 100%;
}

.rsmm-mobile li.has-sub > a > span {
    display: inline-block;
    background: url('img/caret-down.svg') center no-repeat;
    width: 6px;
    height: 12px;
    margin-left: 10px;
    vertical-align: middle;
}

.rsmm-mobile__close {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
    overflow: hidden;
    text-indent: 1rem;
    font-size: .75rem;
    border: none;
    background: 0 0;
    color: transparent;
    cursor: pointer;
}

.rsmm-mobile__close::after,
.rsmm-mobile__close::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}

.rsmm-mobile__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rsmm-mobile__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rsmm-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rsmm-mobile > ul > li {
    border-bottom: 1px solid #f6f7f1;
}

.rsmm-mobile a {
    padding: 10px 20px;
    display: block;
    font-size: .8rem;
    color: #5e5e5e;
    text-decoration: none;
}

.rsmm-mobile > ul > li > a:hover {
    background: #eee;
}

.rsmm-mobile li.has-sub > ul {
    background: #eee;
}

.rsmm-mobile li.has-sub > ul > li {
    border-top: 1px solid #f6f7f1;
}

.rsmm-mobile li.has-sub > ul > li > a {
    padding-left: 35px;
}

.rsmm-mobile li.has-sub > ul > li > a:hover {
    background: #e1e1e1;
}

.rsmm-mobile li.has-sub.hover > a {
    color: #454545;
}

.rsmm-mobile > ul > li > a {
    color: #5e5e5e;
}

.rsmm-open-button {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 1000;
    border: none;
    font-size: 1.5rem;
    color: transparent;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    display: none;
}

.rsmm-open-button__icon {
    font-size: 1.5rem;
    color: #fff;
    margin-left: 15px;
}

.rsmm-open-button:hover {
    opacity: .6;
}

.rsmm-mask {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity .14s, -webkit-transform 0s .14s;
    transition: opacity .14s, -webkit-transform 0s .14s;
    -o-transition: opacity .14s, transform 0s .14s;
    transition: opacity .14s, transform 0s .14s;
    transition: opacity .14s, transform 0s .14s, -webkit-transform 0s .14s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}

.rsmm-mask.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    opacity: 1;
}
.close{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.trialHeadding{
    text-align:center;
    color:#fff;
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0;
}
.refer{
  width:150px;
  float:left;
}
.textt{
  color: white;
    border-right: 2px solid red;
    font-size: 20px;
    font-family: sans-serif;
    color: rgb(255, 30, 0);
}
.navMenu{background-color: #003f87;} 
/*----------*/
.loginelementor {
    background-image: url(../img/dots-shape.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 16% auto;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#fff;
}
.authincation-content {
    background: linear-gradient(45deg, skyblue 0%, purple 50%, orange 100%);
    box-shadow: 0 0 2.1875rem 0 rgb(154 161 171 / 15%);
    border-radius: 9px !important;
    padding: 3.125rem 3.125rem;
}
.authincation-content h5{color: #fff !important;}
.authincation-content label{
  color: #fff !important;
}
.authincation-content p{color: #fff;}
.loginTT{font-weight: bold;margin: 20px 0;color: #ffda00;}
.loginelementorLogo{width: 20%;}
#msform .form-control, #msform .form-select {
    box-shadow: none !important;
    height: 40px !important;
    background-color: #E8F0FD !important;
    border: 1px solid #E8F0FD !important;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  line-height: 17px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: white;
  border: solid 1px #ffda00;
}
.styled-checkbox:hover + label:before {
  background: #ffda00;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #ffda00;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.checkbox label{padding-left: 30px !important;}

.sideBtn{
    width: 112px;
    background-color: #fd5f00;
    transform: rotate(-90deg) translate(150px,-100%);
    transform-origin: top right;
    position: fixed;
    right: 0;
    top:80%;
    z-index: 999;
    padding: 7px 10px 10px;
    border-radius: 7px 7px 0px 0px;
    cursor: pointer;
    color:#fff;
}
/*------*/
.neetCP{
    
    padding: 70px 0 70px;
    background:linear-gradient(45deg, skyblue 0%, purple 50%, orange 100%);
    color: #fff;
    display: flex;
    position: relative;
}
.neetCPCard {
    background: #dff1fb;
    box-shadow: 0 0 2.1875rem 0 rgb(154 161 171 / 15%);
    border-radius: 9px;
    padding: 0;
    color: #222;
    position: relative;
}
/*------*/
.prd-itm {
  width: 100%;
  padding: 0;
  border-bottom: solid 1px #E8E8E8;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  position: relative;
  float: left;
  border-radius: 0px;
  display: flex;
}
.prd-img{
  width: 15%;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.prd-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
}
.prd-cnt {
  float: left;
  width: 80%;
  margin-right: 20px;
  height: auto;
  overflow: hidden;
}
.prd-cnt p{font-size: 14px;margin-top: 10px;margin-bottom: 0;}
.prd-cnt .prd-tt{
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cate-ttt {
    width: 100%;
    margin-bottom: 0;
}
.cate-ttt li {
    display: block;
    font-size: 16px;
    padding: 2px 0;
}
.prd-last{
  width: 25%;
}
.topBannerSec{
  width: 100%;
  padding: 40px 0;
  background-color: #1b91d6;
    background-image: url(../img/banner-overla_01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.display-table {
    position: relative;
    padding: 8px 0;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}
.leftBlk {
    width: 60px;
    height: 50px;
}
.imgBlk {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    line-height: 40px;
    margin-right: 10px;
}
.colgTitle a{
  color: #fff;
}
/*------*/
.clg-list {
    width: 100%;
    padding: 0;
    border: solid 1px #ebebeb;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    float: left;
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.clg-img{
    width: 15%;
    float: left;
    margin-right: 10px;
    /*height: 140px;*/
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.clg-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
}
.clg-cnt {
    float: left;
    width: 83.7%;
    margin-right: 0px;
    height: auto;
    overflow: hidden;
}
.clg-cnt .clg-tt{
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #dc3545; 
}
.clg-bnt {
    float: left;
    width: 20%;
    padding-bottom: 15px;
    padding-top: 50px;
    text-align: center;
}
.tbl{width: 100%;}
.tbl>tbody>tr>td, .tbl>tbody>tr>th, .tbl>tfoot>tr>td, .tbl>tfoot>tr>th, .tbl>thead>tr>td, .tbl>thead>tr>th{
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
  white-space: nowrap;
  color: #000;
}
/*----*/
.elementorBlog{
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.elementorBlogImg{
  height: 180px;
  margin-bottom: 15px;
}
.elementorBlogImg img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.elementorBlogTT{
    height:50px;
}
.elementorBlogTT h6{
  color: #222;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-post-card-description{
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-size: 14px;
}
.blog-post-card-author{
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}
.blog-post-card-date{color: #222;}
.blogImgs{
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.blogImgs img{width: 100%;height: 100%;object-fit: fill;}
/*------*/
/*--------*/
.profile-sec{
  padding: 10px 0 10px;
  background: #F1F3F6;
}
.profile-details {
    width: 100%;
    float: left;
    background-color: #ffffff;
}
.profl-sec {
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
}
.side-bar {
  width: 100%;
  float: left;
  min-height: 70vh;
  padding-bottom: 0px;
  margin-top: 10px;
}
.sideBar {
  width: 100%;
  float: left;
  min-height: 70vh;
  padding-bottom: 0px;
  margin-top: 10px;
  background: #fff;
}
.sideBar li{
    border-bottom: solid 1px #f1f1f1;
}
.sideBar li a {
    display: block;
    padding: 15px 15px;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.sideBar li i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #4a1e75;
}
.side-bar-title {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 10px 20px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    display: flex;
}
.side-bar-title .profile-pic {
    display: flex;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    border-radius: 50%;
    border: solid 0px #091f31;
    overflow: hidden;
    /* float: left; */
}
.side-bar-title .hadding-title {
    /* float: left; */
    text-align: left;
}
/*---------------*/
.dealsSec {
    width: 100%;
    padding: 30px 0;
    background-color: #ffffff;
}
.college-list{
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
.side-menu{
  width: 100%;
  height: 100%;
}
.side-menu h3{margin: 10px 0;padding-bottom: 0px;font-weight: bold;font-size: 24px;color: #000;}
.side-itm{
  width: 100%;
  padding: 15px 10px;
  border-top: solid 1px #d4d4d4;
}
.elementor1Text p{text-align: center;}
/*-----------*/
.accordion1 {
  width: 100%;
  max-height: 500px;
  overflow-x: scroll;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  border-top: solid 4px #4a1e75;
  display: flex;
    justify-content: space-between;
    padding-right: 10px;
}
.accordion1 li{border-bottom: solid 1px #f1f1f1;}
.accordion1 a{
  display: block;
  padding: 15px 15px;
  position: relative;
  color:#000;
  font-weight: 600;
  font-size: 16px;
}
.accordion1 a:hover{
  text-decoration: none;
  color: #266cfb;
}
.accordion1 li i{
  width: 20px;
  text-align: center;
  margin-left: 10px;
  color: #4a1e75;
}
.active{
  text-decoration: none;
  color: #266cfb !important;
}
.accordion1 a:focus{
  text-decoration: none;
  color: #266cfb;
}
.accordion1 .link {
  cursor: pointer;
  display: block;
  padding: 18px 15px;
  color: #878787;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  line-height: 16px;
}
.no-shadow{box-shadow: none;}
.accordion1 li:last-child .link { border-bottom: 0; }

/*.accordion1 li i {
  width:30px;
}

.accordion1 li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 12px;
  top: 18px;
}*/

.accordion1 li.open .link { color: #266cfb; }

.accordion1 li.open i { color: #266cfb; }

.accordion1 li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.submenu li {
  border-bottom: transparent;
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #5d5757;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #51C6EC;
}
.filtr-btn{padding:8px;white-space: nowrap;}
/*-------*/
.faqSec{
  width: 100%;
  position: relative;
  text-align: left;
}
.accordion-title-head{
  font-size: 16px;
  color: #184341;
  margin-bottom: 0px;
  width: 90%;
}

.active-title{
  background-color: #f8f8f8 !important;
}
.accordion-title{
  background-color: #f8f8f8;
  padding: 25px;
  border-radius: 0px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition:.4s;
  border-radius:9px 9px 0 0;
}

.accordion-title:hover{
  background-color:#f8f8f8;  
}
.accordion-content{
  display: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 9px 9px;
  border: solid 1px #f8f8f8;
}
.plus{
  width: 16px;
  height: 16px;
  position: relative;
}
.plus::before{ 
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #184341;
  transition: all 0.4s;
}
.plus::after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: #184341;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 7px;
}

.rotate::before{
  transform: rotate(90deg);
}
.simple-pagination ul {
  margin: 20px 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
  color: #FFF;
  background-color: #FF7182;
  border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #e04e60;
}
/*--------*/
.share-buttons {
  display: flex;
  position: fixed;
  z-index: 999;
}

.share-buttons .share-button-main:before {
  content: none;
}

.share-buttons .share-button-main {
  background-color: #000000;
  bottom: 0;
  cursor: pointer;
  left: 0;
  margin: 10px;
  position: fixed;
  z-index: 9999999;
}

.share-buttons .social {
  bottom: 0;
  left: 0;
  margin: 10px;
  position: fixed;
  transition: left 0.3s ease;
  z-index: 1;
}

.share-buttons.open .facebook {
  left: 56px;
}

.share-buttons.open .twitter {
  left: 112px;
}

.share-buttons.open .whatsapp {
  left: 168px;
}

.share-buttons.open .email {
  left: 224px;
}

.share-buttons.open .up {
  left: 280px;
}

.ctn-icon-social-media:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  transition: 0.3s ease all;
  width: 100%;
  z-index: 1;
}

.ctn-icon-social-media {
  border-radius: 50%;
  border: 3px solid transparent;
  box-sizing: content-box;
  font-size: 1.5em;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  position: relative;
  width: 2em;
  z-index: 2;  
}

.ctn-icon-social-media a i,
.icon-go-to-up-footer {
  position: relative;
  transition: 0.3s ease all;
  z-index: 3;
}

.ctn-icon-social-media:hover > a i,
.ctn-icon-social-media:focus > a i,
.ctn-icon-social-media:active > a i,
.ctn-icon-social-media:hover > .icon-go-to-up-footer,
.ctn-icon-social-media:focus > .icon-go-to-up-footer {
  transform: rotateY(360deg);
}

.ctn-icon-social-media:hover:before,
.ctn-icon-social-media:focus:before,
.ctn-icon-social-media:active:before {
  background-color: #ffffff;
  top: 0;
}

.bgcolor-facebook:hover > a i,
.bgcolor-facebook:focus > a i,
.bgcolor-facebook:active > a i {
  color: #3b5998;
}

.bgcolor-rss:hover > a i,
.bgcolor-rss:focus > a i,
.bgcolor-rss:active > a i {
  color: #ff4500;
}

.bgcolor-twitter:hover > a i,
.bgcolor-twitter:focus > a i,
.bgcolor-twitter:active > a i {
  color: #55acee;
}

.bgcolor-whatsapp:hover > a i,
.bgcolor-whatsapp:focus > a i,
.bgcolor-whatsapp:active > a i {
  color: #25d366;
}

.bgcolor-github:hover > i,
.bgcolor-github:focus > i,
.bgcolor-github:active > i {
  color: #000;
}

.bgcolor-github:active > .icon-go-to-up-footer {
  transform: translateY(-5px);
  transition: 0.3s ease all;
}

.txt-center {
  text-align: center;
}

.white {
  color: #fff;
}

.bgcolor-facebook {
  background-color: #3b5998;
}

.bgcolor-github {
  background-color: #000000;
}

.bgcolor-google-plus {
  background-color: #dd4b39;
}

.bgcolor-linkedin {
  background-color: #007bb5;
}

.bgcolor-pinterest {
  background-color: #cb2027;
}

.bgcolor-rss {
  background-color: #ff4500;
}

.bgcolor-skype {
  background-color: #00aff0;
}

.bgcolor-snapchat {
  background-color: #fffc00;
}

.bgcolor-spotify {
  background-color: #00e461;
}

.bgcolor-tumblr {
  background-color: #32506d;
}

.bgcolor-twitter {
  background-color: #55acee;
}

.bgcolor-whatsapp {
  background-color: #25d366;
}

.bgcolor-youtube {
  background-color: #ff0000;
}

.bgcolor-white {
  background-color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.share-button-main i {
  transition-duration: 1s;
  transform: rotate(-180deg);
}

.share-button-main {
  transition: 0.2s ease all;
  transform: rotate(-90deg);
}

.rotate {
  transition: 0.3s ease all;
  transform: rotate(225deg);
}
/*----Price ----*/
.price-main {
    width: 100%;
    padding:50px 0 70px;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
    box-shadow:0 0 24px rgb(0 0 0 / 15%);
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
    font-size: 16px;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #ffff;
    background: #4a1e75;
    border-radius: 100%;
    padding: 5px;
    font-size: 12px;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 15px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #4a1e75;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #4a1e75;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #4a1e75;
    color: #4a1e75;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 15px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #4a1e75;
}
/*-----*/
.dataTables_wrapper {
  padding-top: 10px;
}
.dt-buttons {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 5px;
}
.dt-buttons .dt-button {
  background: #1976d2 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 3px;
  padding: 5px 15px;
}
.dt-buttons .dt-button:hover {
  background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
  display: inline-block;
}
.dataTables_length {
  margin-top: 10px;
}
.dataTables_length select {
  background-color: transparent;
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-position: center bottom, center calc(99%);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0 none;
  padding-bottom: 5px;
  transition: background 0s ease-out 0s;
}
.dataTables_length select:focus {
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  outline: medium none;
  transition-duration: 0.3s;
}
.dataTables_filter {
  float: right;
  margin-top: 10px;
}
.dataTables_filter input {
  background-color: transparent;
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-position: center bottom, center calc(99%);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  margin-left: 10px;
  transition: background 0s ease-out 0s;
}
.dataTables_filter input:focus {
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  outline: medium none;
  transition-duration: 0.3s;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background: transparent none repeat scroll 0 0;
}
table.dataTable thead .sorting_asc::after {
  content: "\f078";
  cursor: pointer;
  font-family: fontawesome;
  margin-left: 10px;
}
table.dataTable thead .sorting_desc::after {
  content: "\f077";
  cursor: pointer;
  font-family: fontawesome;
  margin-left: 10px;
}
table.dataTable thead .sorting::after {
  color: rgba(50, 50, 50, 0.5);
  content: "\f078";
  cursor: pointer;
  font-family: fontawesome !important;
  margin-left: 10px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding-top: 0.25em;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #67757c;
  cursor: pointer;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #67757c;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #67757c;
  outline: medium none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}
.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.tabset{margin-top: 10px;}
/*--------*/
.rank_main{
  width: 100%;
  padding: 30px 0 50px;
  background-color: #ffffff;
}
.bg-orange{color: #fff;background-color: #f39c12 !important;}
.hot-srv-hom-pre {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0px 7px 20px -5px rgba(150, 150, 150, 0.29);
}
.hot-srv-hom-pre ul {
    padding: 0px;
}
.hot-srv-hom-pre ul li {
    border-bottom: 1px solid #efefef;
    position: relative;
    margin-left: 15px;
    padding: 6px 0px 10px;
    transition: all 0.5s ease;
    display: flex;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.hot-srv-hom-pre ul li:hover{
    box-shadow: 0px 17px 7px -14px rgba(150, 150, 150, 0.29);
    transition: all 0.5s ease;
}
.hot-srv-hom-pre ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.hot-srv-hom-pre ul li i{
  margin-left: -15px;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 14px
}

.hot-srv-head {
    background: #4a1e75;
    padding: 12px 0px;
    text-align: center;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}
.hot-srv-head h4 {
    color: #ffffff;
    font-size: 30px;
    margin: 0px;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 10px;
}
.hot-srv-head h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    font-weight: 400;
    line-height: 18px;
    /* padding: 10px 10px; */
}
.hot-srv-head h4 span {
    font-weight: 600;
    font-size: 16px;
}
.hot-srv-head:after, .hot-srv-head:before {
    bottom:-18px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.hot-srv-head:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #4a1e75;
    border-width: 9px;
    margin-left: -9px;
    z-index: 9;
}
/*-----*/
.profile-sec {
  width: 100%;
  padding: 40px 0px;
  display: block;
  background-color: #f5f5f9;
}
.white-bg {
  background-color: #ffffff;
  border-top: solid 4px #000;
}

.prof-sec{width: 100%;background-color: #ececec;padding: 30px 0;}

.wallet-amount{
  width: 100%;
  padding: 10px;
}
.side-bar-title{width: 100%;display: inline-block;padding: 10px;border-bottom: solid 2px #DA2128;}
.side-bar-title .profile-pic{
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  border: solid 1px #f5f5f5;
  overflow: hidden;
}
.side-bar-title .hadding-title{
  float: left;
  }

.wallet-sec{
  width: 100%;
  padding: 0 10px 10px;
  min-height: 80vh;
}
.h3-title{
  width: 100%;
  display: inline-block;
}
.transactions-list{width: 100%;display: block;}
.transactions-item{
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #E9E9E9;
  padding: 10px;
}
.tran-left-sec{
  width: 50%;
  float: left;
}
.tran-right-sec{
  width: 50%;
  float: right;
  text-align: right;
}
.green{color: green}
.red{color: red}
.my-order{width: 100%;}
.order-item{width: 100%;display: inline-block;border-bottom: solid 1px #E9E9E9;padding: 10px;}
.order-item h5 {margin-top: 0px;}
.order-pic{width: 100px;height: 100px;float: left;margin-right: 10px;overflow: hidden;}
.order-title{width: 40%;float: left;}
.order-contant{width: 40%;float: right;}
.about-sec{
  width: 100%;
  padding: 50px 0;
}
.about-sec p{text-align: justify;line-height: 35px;color: #778283;}
.about-sec h1{font-size: 40px;color: #3BB3C3;}
.contactPage{
  width: 100%;
  padding: 50px 0;
}
.contactPage i{
    width:35px;
    color: #4a1e75;
}
/*--------*/
/*-----------*/
.form-main-sec{
  width: 100%;
  padding: 40px 0 50px;
  background-color: #fff;
}

.form-main{
  width: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0 rgb(0 0 0 / 10%);
  border: solid 1px #f7f7f7;
  float: left;
}
.form-tt{padding: 15px 15px 0px 15px;display: inline-block;text-align: center;width: 100%;}
.form-tt h4{font-size: 22px;font-weight: bold;}
.form-tt p{line-height: 28px;font-size: 16px;}
.form-cnt{
  width: 100%;
  padding: 15px;
}
.form-cnt ul{margin: 0}
.form-cnt ul li{padding: 6px 0px;line-height: 23px;font-size: 15px;}
.form_area{width: 100%;padding: 15px;}
.form_area .form-group{margin-bottom: 25px !important;float: left;width: 100%;}
.form_area label{font-weight: bold;}
.form_area ul{width: 100%;float: left;margin-bottom: 0;}
.form_area ul li{float: left;width: 47%;padding-bottom: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-right: 10px;}
.form_area ol{width: 100%;float: left;margin-bottom: 0;padding: 15px}
.form_area ol li{float: left;width: 18%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-right: 10px;}
.planLi{
  float: left;
  border: solid 1px #f5f5f5;
}
.planLi li{
  width: 50%;
  float: left;
  border: solid 1px #f5f5f5;
  padding: 8px 10px;
}
/*---------------*/
.pkgRow{
    display:flex;
    align-items: center;
    background-color: #102f49;
    padding: 35px;
    border-radius: 9px;
}
.pkgItem{
    width:100%;
    padding:15px;
}
.popular {
    position: relative;
}
.popular .popularspan {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffda00;
    color: #282828;
    padding: 7px 12px 8px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 11;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
}
.popular .trending {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: #fff;
    padding: 7px 12px 8px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 11;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
}
.card{
  overflow:hidden;
  padding: 20px 20px;
}
.pkgItem:nth-child(1) .card ,
.pkgItem:nth-child(1) .card .title .fa{
  background: #eef7ff;

}
.pkgItem:nth-child(2) .card,
.pkgItem:nth-child(2) .card .title .fa{
  background: #eef7ff;

}
.pkgItem:nth-child(3) .card,
.pkgItem:nth-child(3) .card .title .fa{
  background: #eef7ff;
}

.pkgItem:nth-child(4) .card,
.pkgItem:nth-child(4) .card .title .fa{
  background: #eef7ff;
}

.pkgItem:nth-child(5) .card,
.pkgItem:nth-child(5) .card .title .fa{
  background: #eef7ff;
}

.pkgItem .card::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .2);
z-index: 1;
-webkit-transform: skewY(-15deg) scale(1.5);
        transform: skewY(-15deg) scale(1.5);
}
.title h2 {
  position: relative;
  margin: 0px  0 0;
  padding: 0;
  color: #243238;
  font-size: 18px;
  z-index: 2;
  font-weight: bold;
}
.price,.option{
  position: relative;
  z-index: 2;
}
.price h4 {
margin: 0;
padding: 10px 0 ;
color: #ed5e3e;
font-size: 24px;
font-weight: 900;
}
.option ul {
  margin: 0 0 10px 0;
  padding: 0;

}
.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #243238;
    font-size: 14px;
    line-height:24px;
    font-weight: 300;
}
.h25{
    height:195px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.option ul li a{color:#243238;text-decoration: underline !important;font-weight: bold;}
.card .BuyNow {
  position: relative;
  z-index: 2;
  background: #fd5f00;
  color : #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin: 10px auto 0 ;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}
.card a:hover{
    text-decoration: none;
}
.popup-footer {
      width: 100%;
      background: linear-gradient(to left,#ffda00,#7525aa);
      color: #fff;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: sticky;
      top: 0;
      z-index:99900000;
}
.get-call-btn {
      font-weight: 600;
      background: #fff;
      padding: 3px 10px;
      border-radius: 4px;
      cursor: pointer;
      margin-left: 10px;
      color: #222;
}
.direct{
        padding: 15px;
        background-color: #fd5f00;
        margin-bottom: 20px;
        border-radius: 9px;
        color: #fff;
    }
    .direct h5{font-weight: bold;}
    .direct ul{margin-bottom:0;padding-left:25px !important;}
    .direct ul li{list-style: auto;font-size: 22px;font-weight: bold;color: #fff;}
    .direct ul li a{font-size: 20px;color: #fff;}


@media screen and (max-width: 789px){
    .accordion-title-head{font-size: 14px;}
    .accordion-title{padding: 10px;}
    .clg-list{flex-wrap: wrap;align-items: center;}
    .clg-img{display:none;}
    .clg-cnt{width:100%;}
    .clg-cnt .clg-tt{font-size: 16px;margin-top: 0;line-height: 22px;}
    .tbl{margin-top:10px;font-size: 10px;}
    
    .clg-img img {
        position: relative;
        top: auto;
        left: auto;
        transform: inherit;
        max-height: 100%;
        max-width: 100%;
    }
    .animated-home-valign h1{font-size:18px;}
    .animated-home-valign h4{font-size:14px;}
    .form_area ul li{width:100%;}
    .bntWhite{padding: 7px 15px;}
    .pkgRow{flex-wrap: wrap;}
    .card{padding: 15px;}
    .pkgItem {width: 100%;padding: 5px;margin-bottom:30px;}
    .title h2{margin: 0px 0 0;font-size: 20px;}
    .price h4{padding: 10px 0;font-size: 35px;}
    .card .BuyNow{width: 100%;}
    .refer{width:135px;margin-left:10px;}
    .textt{font-size:18px;}
    .hdr-top .bnnt{padding: 8px 15px;}
    .popup-footer{height: auto;padding: 5px;} 
    .neetCP{padding: 15px 0;}
    .authincation-content{padding: 1.125rem 1.125rem;}
    .mb2{margin-bottom:15px;display: block;}
}