html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    /*background: #c4c7c7;*/
}
/* Modal jumps issue start */
body.modal-open {
    padding-right: 0 !important;
    /* overflow-y: scroll !important; */
}
.modal {
    position: fixed !important;   
}
/* Modal jumps issue end */
img {
    max-width: 100%;
    height: auto;
}

main {
    /* overflow: hidden; */
    overflow: clip;
    z-index: 99;
    position: relative;
    min-height: 100%;
}
main.home {
    height: 100%;    
}

#kiwi-big-iframe-wrapper {
    right: 40px !important;
    bottom: 50px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
a {
    color: #233670;
}
a,
button,
input,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
    color:#000000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.imgBg img.find {
    display: none;
}
input[type=number] {
    -moz-appearance: textfield;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ============ Gutter gap ============  */

.g-0.row {
    margin-right: -0;
    margin-left: -0;
}

.g-0>[class^="col"] {
    padding-right: 0;
    padding-left: 0;
}

.g-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.g-10>[class^="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

.g-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.g-20>[class^="col"] {
    padding-right: 10px;
    padding-left: 10px;
}

.g-36.row {
    margin-right: -18px;
    margin-left: -18px;
}

.g-36>[class^="col"] {
    padding-right: 18px;
    padding-left: 18px;
}


/* ============== bootstrap select to work start ============== */


/* .bootstrap-select.btn-group .dropdown-menu.inner { display: block; } */

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

/* Multi */

.bootstrap-select>.dropdown-menu>.dropdown-menu li a[aria-selected="true"] .check-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 13px;
    background: url(../images/arrow-check.png) center center no-repeat;
}


/* ============== bootstrap select to work end ============== */

.full-wrapper { 
  height: 100%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
background: linear-gradient(124deg, #02af8d, #6a62db, #4cbd7f, #02af8d, #6a62db, #4cbd7f, #02af8d, #6a62db, #4cbd7f);
background-size: 1800% 1800%;

-webkit-animation: rainbow 50s ease infinite;
-z-animation: rainbow 50s ease infinite;
-o-animation: rainbow 50s ease infinite;
  animation: rainbow 50s ease infinite;
  padding: 175px 0 0 0;
  overflow: hidden;
}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

header {
    padding: 27px 30px 0 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 99;*/
    
    /*background: red;*/
}
.zi-99 {
    z-index: 99;
}
header .navbar {
    padding: 0;
    float: right;
    margin: 17px 0 0 0;
    z-index: 999;
}
header .navbar .nav-item {
    margin: 0 15px;
}
header .navbar a.nav-link {
    padding: 0 !important;
    font-size: 16px;
    color: #FFF !important;
    font-weight: 400;
    position: relative;
}
header .navbar a.nav-link::after {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #fff;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
header .navbar .nav-item.active a.nav-link::after,
header .navbar a.nav-link:hover::after {
    width: 100%;
}



header.inner .navbar a.nav-link {
    color: #5e5e5e !important;
}
header.inner .navbar a.nav-link::after {
    background: #02AF8D;
}


/*header ul.menu {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
}
header ul.menu li {
    float: left;
    margin: 0 0 0 0;
    color: #fff;
    position: relative;
}
header ul.menu li a {
    color: #fff;
    position: relative;
    z-index: 9;
    padding: 0 15px;
}
header ul.menu li::after {
    width: 100%;
    height: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
    -webkit-transition: 0.6s;
       -moz-transition: 0.6s;
        -ms-transition: 0.6s;
         -o-transition: 0.6s;
            transition: 0.6s;
}
header ul.menu li:hover::after {
    height: 100%;
}
header ul.menu li:hover a {
    color: #000;
}
header.inner ul.menu li::after {
    background: #25ae8d;
}
header.inner ul.menu li:hover a {
    color: #fff;
}
header.inner ul.menu li.active a {
    color: #FFF;
}
header.inner ul.menu li.active::after {
    height: 100%;
}*/

header a.logo {
    float: left;
}





.full-wrapper .nav-tabs {
    margin: 0 auto;
    display: table;
    border: 0px;
    position: relative;
    z-index: 9;
}
.full-wrapper .nav-item {
    margin: 0 22px;
    float: left;
}
.full-wrapper .nav-item .nav-link {
    padding: 0;
    border: 0px !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}
.full-wrapper .nav-item .nav-link span.icon {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    border: 1px solid #fff;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
}
.full-wrapper .nav-item .nav-link span.title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: block;
    text-align: center;   
    padding: 5px 0 0 0;
}
.full-wrapper .nav-item .nav-link.active span.icon {
    border: 3px solid rgb(255 255 255 / 68%);
    background: rgb(255 255 255 / 23%);
}
.full-wrapper .nav-item .nav-link span.icon::after {
    width: 100%;
    height: 100%;
    background: #48bd80;
    left: 0;
    top: -100%;
    content: "";
    position: absolute;
    -webkit-transition: 0.9s;
       -moz-transition: 0.9s;
        -ms-transition: 0.9s;
         -o-transition: 0.9s;
            transition: 0.9s;
}
.full-wrapper .nav-item .nav-link:hover span.icon::after {
    top: 100%;
}
.full-wrapper .nav-item .nav-link span.icon img {
    position: relative;
    z-index: 9;
}
.full-wrapper .tab-content {
    position: relative;
    z-index: 9;
}
/* Auto complete search start */

.auto-search-wrap {
    width: 100%;
    max-width: 965px;
    display: table;
    margin: 55px auto 0 auto;
    position: relative;
}
.auto-search-wrap button {
    position: absolute;
    right: 0;
    top: 30px;
    width: 31px;
    height: 31px;
    background: url(../images/search.png) center center no-repeat;
    border: 0px;
}
.auto-search-wrap input.tags {
    width: 100%;
    height: 90px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    outline: none;
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    padding: 0 41px 0 0;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.auto-search-wrap input.tags::placeholder {
    color: #fff;
}
.auto-complete {
    width: 100%;
    max-width: 965px;
    height: 224px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 103px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.auto-complete  {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.auto-complete li div {
    padding: 5px 20px !important;
    color: #010101 !important;
    display: block !important;
}

.auto-complete li div {
    padding: 5px 20px !important;
    color: #010101 !important;
    display: block !important;
}
.auto-complete  li div:hover {
    background: #6962DA !important;
    color: #fff !important; 
}
.simplebar-mask {
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
/* Auto complete search end */

a.see-all {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    display: table;
    margin: 30px auto 0 auto;
    position: relative;
}
a.see-all i {
    margin: 0 0 0 5px;
}
a.see-all::after {
    width: 0;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
       -moz-transition: 0.6s;
        -ms-transition: 0.6s;
         -o-transition: 0.6s;
            transition: 0.6s;
}
a.see-all:hover::after {
    width: 100%;
}


#cloud-intro {
  position: absolute;
  left: 0;
  opacity: 0.3;
  bottom: 0;
  height: 500px;
  width: 100%;
  background: url(../images/clouds1000.png) repeat-x;
  background: url(../images/clouds1000.png) 0 200px repeat-x,
              url(../images/clouds1200_1.png) 0 300px repeat-x;
              /*url(../images/clouds1000_blur3.png) 100px 250px repeat-x;*/
  animation: wind 20s linear infinite;
}
@keyframes wind {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}

/*Tab Active animation start*/
/*.tab-pane.active {
    animation: slide-down 1s ease-out;
    animation-name: slide-down;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}*/

@keyframes slide-down {
    0% { 
        opacity: 0; 
        transform: translateY(100%); 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    }
}
/*Tab Active animation end*/


footer {
    padding: 0 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer span.copyright {
    font-size: 14px;
    color: #FFF;
    display: table;
    float: left;
    padding: 3px 0 0 0;
}
footer span.copyright a {
    color: #fff;
    margin: 0 0 0 20px;
    position: relative;
}
footer span.copyright a:hover {
    text-decoration: underline;
}
footer span.copyright a::after {
    width: 1px;
    height: 15px;
    background: rgb(255 255 255 / 55%);
    content: "";
    position: absolute;
    left: -10px;
    top: 3px;
}
footer ul.social {
    float: right;
    list-style: none;
    font-size: 20px;
    color: #FFF;
}
footer ul.social li {
    float: left;
    margin: 0 0 0 45px;
}
footer ul.social li a {
    color: #FFF;
}
footer ul.social li.fb a:hover {
    color: #3b5998;
}
footer ul.social li.insta a:hover {
    color: #c13584;
}
footer ul.social li.in a:hover {
    color: #0077b5;
}
footer.inner {
    position: relative;
    margin-top: 35px;
}
footer.inner span.copyright {
    color: #5E5E5E;
}
footer.inner ul.social li a {
    color: #8A8A8A;
}
footer.inner span.copyright a {
    color: #5E5E5E;
}
footer.inner span.copyright a::after {
    background: #dad2d2;
}
.footer-menu {
    background: #f7f7f7;
    padding: 25px 0;
    width: calc(100% + 80px);
    position: relative;
    margin-left: -40px;
    margin-bottom: 19px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    display: table;
    margin: 0 auto;
}
.footer-menu ul li {
    float: left;
    margin: 0 22px;
}
.footer-menu ul li a {
    color: #5E5E5E;
}
.footer-menu ul li a:hover {
    color: #02AF8D;
}
.footer-menu ul li.active a {
    color: #02AF8D;
}





header.inner {
    background: #FFF;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}
/*header.inner ul.menu li a {
    color: #5e5e5e;
}
header.inner ul.menu {
    margin: 17px 0 0 0;
}*/

.search-sec {
    padding: 40px 30px 30px 30px;
    background: #02AF8D;
    /*position: relative;
    margin-top: -28px;
    z-index: 99;*/
}
.search-sec input {
    width: 100%;
    height: 42px;
    border: 0px;
    border-bottom: 2px solid #1ec3a3;
    background: none;
    padding: 0 35px 19px 38px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.search-sec input::placeholder {
    color: #FFF;
    opacity: 1;
}
.search-sec input:focus {
    border-bottom-color: #03ffce !important;
}
.search-sec input.styl1 {
    width: 100%;
    height: 37px;
    border: 0px;
    border: 1px solid #1ec3a3;
    background: none;
    padding: 0 20px 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.search-sec input.styl1::placeholder {
    color: #3bffd9;
}

.search-sec button.search {
    position: absolute;
    height: 27px;
    width: 32px;
    right: 15px;
    top: 0;
    border: 0px;
    background: none;
    padding: 0;
    font-size: 17px;
}
.search-sec button.search i {
    color: #fff;
}
.search-sec button.search:hover i {
    color: #00ffc2;
}
.search-sec img.icon {
    position: absolute;
    left: 15px;
    top: 0;
}
.search-sec span.title {
    font-size: 14px;
    color: #7BF4DC;
    font-style: italic;
    display: block;
    margin: 0 0 5px 0;
}
.search-sec .bootstrap-select {
    width: 100% !important;
}
.search-sec .bootstrap-select .bs-searchbox {
    padding: 0;
}
.search-sec .bootstrap-select .bs-searchbox input {
    border: 0px;
    padding: 0 15px;
    border-bottom: 1px solid #f5eeee;
    border-radius: 0;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: 400;
}
.bootstrap-select .bs-ok-default:after {
    border-color: #25ae8d;
}
.search-sec .bootstrap-select .bs-searchbox input::placeholder {
    color: red;
}
.search-sec .bootstrap-select .dropdown-item.active,
.search-sec .bootstrap-select .dropdown-item:hover {
    background: #008061;
    color: #fff;
}
.search-sec .bootstrap-select > .dropdown-toggle {
    background: none;
    border-color: #1fc3a3;
    border-radius: 0;
    padding: 6px 15px 5px 15px;
}
.search-sec .filter-option-inner-inner {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}
.search-sec .bootstrap-select > .dropdown-toggle:after {
    border-top-color: #b7faec;
    border-bottom-color: #b7faec;
}
.search-sec .bootstrap-select .dropdown-menu {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
    /*border: 0px;*/
}
.search-sec .bootstrap-select .dropdown-menu.inner {
    border:0;
}
.search-sec .bootstrap-select .dropdown-toggle + .dropdown-menu {
    border-color: #29c3a3 !important;
}
.search-sec .bootstrap-select .dropdown-menu.inner li a {
    padding-left: 15px;
    padding-right: 15px;
}
.search-sec .col-md-4 {
    margin-bottom: 30px;
}
.search-sec .col {
    padding-bottom: 10px;
}
.search-sec button.submit-button {
    float: right;
    border: 0px;
    background: #FFF;
    color: #008b72;
    padding: 8px 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 10px 0 0 0;
    font-size: 16px;
}
.search-sec button.submit-button i {
    font-size: 14px;
    margin: 0 2px 0 0;
}
.search-sec button.submit-button:hover {
    background: #00dab2;
    color: #fff;
}
.search-sec a.filter-button {
    float: right;
    border: 0px;
    background: #00dab2;
    color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 10px 0 0 0;
    display: table;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 4px;
}
.search-sec a.filter-button i {
    font-size: 14px;
    margin: 0 2px 0 0;
}
.search-sec a.filter-button:hover {
    background: #007b64;
    color: #fff;
}
.tags-wrap {
    width: calc(100% - 300px);
    float: left;
}
.tags-wrap h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 6px 0;
    color: #07ffc3;
}
.tags-wrap span {
    display: table;
    font-size: 12px;
    color: #fff;
    border: 1px solid #29c3a3;
    float: left;
    padding: 0 21px 0 5px;
    margin: 0 4px 0 0;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    position: relative;
}
.tags-wrap span a {
    padding: 0 5px;
    border-radius: 2px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.tags-wrap span a i {
    font-size: 10px;
    color: #fff;
}
.tags-wrap span a:hover i {
    color: #00FFCA;
}
.w-1 {
    min-width: 175px;
}
.list-wrap {
    padding: 0 40px;
}
.list-1 {
    padding: 40px 0;
    border-bottom: 1px solid #efefef;
}
.list-1 .top {
    padding: 0;
}
.list-1 .top .left {
    width: calc(100% - 345px);
    float: left;
}
.list-1 .top .right {
    float: left;
    padding-top: 6px;
}

.btn-typ-1 {
    font-size: 14px;
    padding: 0 22px;
    color: #fff;
    background: #02af8d;
    /*border: 1px solid #02af8d;*/
    height: 42px;
    display: table;
    line-height: 44px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    border: 0px;
}
.btn-typ-1:hover {
    background: #27326E;
    color: #fff;
}
.disabled-btn {
    cursor: no-drop;
    background: #939494 !important;
}
.btn-typ-2 {
    font-size: 14px;
    padding: 0 22px;
    color: #02af8d;
    border: 1px solid #02af8d;
    height: 40px;
    display: table;
    line-height: 40px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
}
.btn-typ-2 i {
    margin: 0 0 0 5px;
}
.btn-typ-2:hover {
    background: #02af8d;
    color: #fff;
}
.list-1 .top .right .btn-typ-2 {
    margin: 0 0 0 10px;
}
.list-1 .top span {
    color: #5E5E5E;
    font-size: 16px;
    display: block;
    padding: 0 0 2px 21px;
    position: relative;
}
.list-1 .top span i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #0BB291;
}
.list-1 .top h1 {
    font-size: 28px;
    margin: 0;
}
.list-1 .bottom {
    padding: 30px 0 0 0;
}
.list-1 .bottom .cell {
    /*float: left;*/
    /*width: 16.66%;*/
    min-width: 175px;
    height: 100%;
    /*border-bottom: 1px solid red;*/
}
.list-1 .bottom .cell hr {
    display: none;
}
.list-1 .bottom .cell span {
    font-size: 14px;
    color: #5E5E5E;
    display: block;
    line-height: normal;
    padding: 0 0 4px 0;
}
.list-1 .bottom .cell h2 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #000;
}

ul.pagi-1 {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #5E5E5E;
}
ul.pagi-1 li {
    float: left;
    margin: 0 5px;
}
ul.pagi-1 li a {
    width: 25px;
    display: block;
    text-align: center;
    padding: 0 0 5px 0;
}
ul.pagi-1 li a:hover {
    color: #0CB291;
}
ul.pagi-1 li.active a {
    border-bottom: 2px solid #0cb291;
    color: #0CB291;
}
.filter-sec {
    padding: 22px 40px 0 40px;
}
.filter-sec hr {
    border: 0px;
    margin: 22px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
}
.colleges-found {
    font-size: 18px;
    font-weight: 400;
    color: #02af8d;
    display: table;
    float: left;
    margin: 5px 0 0 0;
}
.filter-sec .right {
    float: right;
}
.filter-sec .right span.title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: table;
    float: left;
    margin: 7px 15px 0 0;
}
.filter-sec .right .bootstrap-select {
    width: 237px !important;
    float: left;
}
.filter-sec .right .bootstrap-select > .dropdown-toggle {
    background: none;
    border-color: #aeaeae;
    border-radius: 0;
    padding: 6px 15px 5px 15px;
}
.filter-sec .right .filter-option-inner-inner {
    font-size: 16px;
    font-weight: 500;
    color: #5e5e5e;
}
.filter-sec .right .bootstrap-select > .dropdown-toggle:after {
    border-top: .3em solid #696969;
}
.filter-sec .right .bootstrap-select .dropdown-item.active {
    background: #008061;
}
.filter-sec .right .bootstrap-select .dropdown-menu {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
    border: 0px;
}
.filter-sec .right .bootstrap-select .dropdown-menu.inner {
    border: 1px solid #aeaeae;
}

/*Login Register*/

.login-register {
    height: 100vh;
    width: 100%;
    position: relative;
}
.login-register .left {
    width: 50%;
    height: 100%;
    float: left;
}
.login-register .left .cell-wrap {
    text-align: center;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.login-register .left .cell-wrap p {
    font-size: 16px;
    color: #737373;
    margin: 40px 0 0 0;
}
.login-register .left .cell-wrap a.btn {
    padding: 0 40px;
    height: 45px;
    display: table;
    margin: 20px 10px 0 10px;
    line-height: 45px;
    color: #4CBC7F;
    border: 1px solid #4cbc7f;
    -webkit-border-radius: 7px;
            border-radius: 7px;
}
.login-register .left .cell-wrap a.btn:hover {
    background: #4cbc7f;
    color: #fff;
}
.login-register a.logo {
    display: table;
    position: absolute;
    left: 45px;
    top: 45px;
}
.login-register .right {
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
    background: #6962DA;
}
.login-register .right a.close-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 48px;
    top: 39px;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
    background: url('../images/close-button.png') center top no-repeat;
}
.login-register .right a.close-btn:hover {                      
    background: url('../images/close-button.png') center bottom no-repeat;    
}
.login-register .right .cell-wrap {
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.login-register .right .cell-wrap .cell {
    width: 30vw;
    margin: 0 auto;
}   
.login-register .right .cell-wrap h1 {
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    color: #fff;       
    margin: 0 0 25px 0;                                                                                                
}
.login-register .right .form-cover {
    position: relative;
    margin: 20px 0 0 0;
}
.login-register .right .form-cover img {
    position: absolute;
    left: 0;
    bottom: 24px;
}
.login-register .right input {
    width: 100%;
    padding: 20px 0 20px 30px;
    border: 0px;
    background: none;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
}
.login-register .right input::placeholder {
    /*font-size: 12px;*/
    font-weight: 400;
    color: rgb(255 255 255 / 50%);
}

.login-register .right .with-country input {
    padding-left: 100px;
}
.login-register .right .bootstrap-select {
    width: 55px !important;
    position: absolute;
    left: 26px;
    top: 20px;
    z-index: 999;
}
.login-register .right .bootstrap-select .dropdown-toggle {
    padding: 0;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: none;
    outline: none !important;
}
.login-register .right .bootstrap-select .dropdown-toggle::after {
    
}
.login-register .right .bootstrap-select .dropdown-menu {
    padding: 0;
}
.login-register .right .bootstrap-select .dropdown-item {
    padding: 0 7px;
    width: 80px;
}
.login-register .right .bootstrap-select .dropdown-item:hover {
    background: #02AF8D;
    color: #fff;
}
.login-register .right .bootstrap-select .dropdown-item.active {
    background: #02AF8D;    
}


















.login-register .right button.submit {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 0;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    background: #02AF8D;
    margin: 40px 0 0 0;
-webkit-box-shadow: 0px 10px 28px 0px rgba(71,63,202,1) !important;
-moz-box-shadow: 0px 10px 28px 0px rgba(71,63,202,1) !important;
box-shadow: 0px 10px 28px 0px rgba(71,63,202,1) !important;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.login-register .right button.submit:hover {
    background: #fff;
    color: #6962DA;
}
.login-register ul.social {
    position: absolute;
    right: 45px;
    bottom: 30px;
    float: right;
    list-style: none;
    font-size: 20px;
    color: #FFF;
    margin: 0;
}
.login-register ul.social li {
    float: left;
    margin: 0 0 0 45px;
}
.login-register ul.social li a {
    color: #FFF;
}
.login-register ul.social li.fb a:hover {
    color: #3b5998;
}
.login-register ul.social li.insta a:hover {
    color: #c13584;
}
.login-register ul.social li.in a:hover {
    color: #0077b5;
}
.login-register .right p.error {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    display: none;
}
.login-register .right .form-cover.error p.error {
    display: block;
}
.login-register .right .form-cover.error input {
    border-bottom-color: red;
}
.login-register a.forgot {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #FFF;
    text-align: right;
    margin: 12px 0 0 0;
}
.login-register a.forgot:hover {
    text-decoration: underline;
}



/**/
.sidenav {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  background-color: #111;
  overflow-x: visible;
  transition: 0.5s;
}
.sidenav .button-wrap {
    height: 45px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sidenav .button-wrap .back,
.sidenav .button-wrap .apply {
    width: 50%;
    float: left;
    display: block;
    background: #dadada;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #03957A;
    border: 0px;
}
.sidenav .button-wrap .back {
    width: 45%;
} 
.sidenav .button-wrap .back i {
    font-size: 12px;
    margin-right: 2px;
}
.sidenav .button-wrap .apply {  
    background: #f1f1f1;
    width: 55%;
}
.tabMenu-1 {
    width: 45%;
    background: #00af8f;
    height: 100%;
    float: left;
    display: block;
    padding: 20px 0 0 0;
}
.tabMenu-1 .nav-item {
    padding: 0;
}
.tabMenu-1 a.nav-link {
    padding: 12px 10px;
    background: none !important;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 0px;
    font-size: 14px;
    color: #fff;
}
.tabMenu-1 a.nav-link.active {
    background: #03957A !important;
    color: #fff;
}
.tabContent-1 {
    width: 55%;
    background: #fff;
    height: 100%;
    float: left;
    padding: 20px 0 0 0;
}
.tabContent-1 input.search {
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 35px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #000;
    font-size: 12px;
    padding: 0 10px;
}
.tabContent-1 input.search::placeholder {
    color: #000;
    opacity: 1;
}
.tabContent-1 .hWrap {
    height: calc(100vh - 45px); 
    margin-top: 0;
}
.tabContent-1 input.search + .hWrap {
    height: calc(100vh - 109px); 
    margin-top: 10px;
}
.list-stle-1 {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    color: #434746;
    font-size: 14px;
}
.list-stle-1 li {
    padding: 14px 20px 10px 10px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.list-stle-1 li:last-child {
    border-bottom: 0;
}
.list-stle-1 li i {
    font-size: 13px;
    color: #24af8f;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.list-stle-1 li i.fa-check-square,
.list-stle-1 li.selected i.fa-square {
    display: none;    
}
.list-stle-1 li i.fa-square {
    color: #BFB5B5;
}
.list-stle-1 li.selected i.fa-check-square {
    display: block;
}
span.menu {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    top: 16px;
    cursor: pointer;
    display: none;
}
span.menu i {
    color: #02AF8D;
    margin-left: 3px;
}
.pagination-wraper {
    padding: 35px 45px;
    background: #02AF8D;
    position: relative;
    z-index: 99;
}
.pagination-wraper.detail {
    padding-right: 234px;
}
.pagination-wraper.detail.btn2 {
    padding-right: 408px;
}
.pagination-wraper.detail.btn2 .two {
    right: 224px;
}
.pagination-wraper.detail.two-btns {
    padding-right: 408px;
}
.pagination-wraper a.btn {
    padding: 0 30px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #02AF8D;
    background: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}   
.pagination-wraper a.btn:hover {
    background: #27326E;
    color: #fff;
}
.pagination-wraper p {
    margin: 0;
    padding: 0;
}
.pagination-wraper h1 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
}
.pagination-wraper p {
    color: #fff;
    font-size: 16px;
}
.pagination-wraper p span {
    float: left;
    margin: 0 10px;
}
.pagination-wraper p a {
    float: left;
    color: #fff;
}
.pagination-wraper .right {
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.pagination-wraper .right a {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}
.pagination-wraper .right a.styl-2 {
    background: #006f59;
    color: #fff;
}
.pagination-wraper .right a.styl-2:hover {
    background: #fff;
    color: #02af8d;
}
.pagination-wraper.in-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;    
    background: rgb(0 0 0 / 48%);
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-align-items: center;
            align-items: center;
}
section.mid-wrap {
    padding: 65px 45px 40px 45px;
}
.form-sec h2 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #02AF8D;
    margin: 0 0 25px 0;
    padding: 0;
}
.form-sec h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
}
.form-sec h3::after {
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}
.form-sec h3 span {
    position: relative;
    z-index: 9;
    display: table;
    background: #fff;
    padding: 0 15px 0 0;
}
.form-sec span.title {
    font-size: 16px;
    color: #686868;
    display: block;
    margin: 0 0 4px 0;
}
.form-sec input.plain-field {
    width: 100%;
    height: 50px;
    border: 1px solid #b5b4bb;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
}
.form-sec input.plain-field::placeholder {
    color: #aeaeae;
}
.form-sec textarea.plain-field {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #b5b4bb;
    padding: 10px 20px;
    height: 115px;
    width: 100%;
    font-size: 16px;
    color: #000;
}
.form-sec .cell {
    padding: 0 0 25px 0;
}
.form-sec .cell .bootstrap-select {
    width: 100% !important;
}
.form-sec .cell .bootstrap-select > .dropdown-toggle {
    height: 50px;
    border: 1px solid #b5b4bb;
    background: none;
    font-size: 16px;
    padding: 12px 35px 0 20px;
}
.form-sec .cell .bootstrap-select > .dropdown-toggle::after {
    border-top-color: #4c4c4c;
    position: absolute;
    right: 20px;
    top: 23px;
}
.form-sec .cell .bootstrap-select .dropdown-menu {
    padding: 0;
    min-width: 100% !important;
    max-width: 100% !important;
    
}
.form-sec .cell .bootstrap-select .dropdown-menu .dropdown-item {
    white-space: initial;
}
.form-sec .cell .bootstrap-select .dropdown-menu .dropdown-item {
    padding: 5px 15px;
}
.form-sec .cell .bootstrap-select .dropdown-menu .dropdown-item.active {
    background: #02AF8D;
}
.form-sec .cell .bootstrap-select .dropdown-menu .dropdown-item:hover {
    background: #02AF8D;
    color: #fff;    
}
.form-sec .profile-sec {
    min-height: 190px;
    padding: 0 0 30px 0;
    position: relative;
}
.form-sec .profile-sec .photo-upload {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #b5b4bb;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/profile-upload-bg.png) center top no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    z-index: 1;
    /* background: url(../images/profile-upload-bg.png) center top 30px no-repeat; */
    
}
.form-sec .profile-sec .photo-upload img {
    width: 100%;
}
.form-sec .profile-sec .photo-upload label {
    font-size: 14px;
    color: #5E5E5E;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
}
.form-sec .profile-sec .photo-upload form {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border: 1px solid #b5b4bb;
    border-style: dashed;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
}
.form-sec .profile-sec .photo-upload form:hover {
    border: 1px solid #02AF8D;    
    border-style: dashed;
}
.form-sec .profile-sec .photo-upload form input {
    height: calc(188px - 22px);
    border: 0px;
    opacity: 0;
    cursor: pointer;
}
.form-sec .profile-sec .profile-detail {
    float: left;
    padding: 0 0 0 192px;
}
.form-sec .profile-sec .profile-detail span.id {
    font-size: 16px;
}
.form-sec .profile-sec .profile-detail span.id label {
    color: #02AF8D;
    font-weight: 700;
    margin: 0;
}
.form-sec .profile-sec .profile-detail p.personal {
    font-size: 14px;
    margin: 8px 0 20px 0;
    color: #000;
}
.form-sec .profile-sec .profile-detail p.personal span {
    font-weight: 700;
    font-size: 16px;
}
.form-sec .profile-sec .profile-detail p.info {
    font-size: 13px;
    line-height: 20px;
    color: #5E5E5E;
}
.form-sec .profile-sec .help-block-error {
    left: 0;
    bottom: auto;
    top: 162px;
    line-height: 13px;
}
.form-sec .profile-sec .field-image_crop {
    position: absolute;
    left: 0;
    top: 0;
}
.form-sec button {
    float: right;
}
.form-sec button.submit {
    -webkit-border-radius: 7px;
            border-radius: 7px;
    height: 43px;
    padding: 0 27px;
    background: #02AF8D;
    color: #fff;
    border: 0px;
}
.form-sec button.previous {
    -webkit-border-radius: 7px;
            border-radius: 7px;
    height: 43px;
    padding: 0 27px;
    color: #02AF8D;
    background: none;
    border: 0px;
    border: 1px solid #02AF8D;
    margin: 0 20px 0 0;
}
.form-sec button.submit:hover,
.form-sec button.previous:hover {
    background: #4D489E;
    color: #FFF;
}
.form-sec button.previous:hover {
    border: 0px;
}
.registration-menu {
    /* border-right: 3px solid #edecf5; */
    margin: 0 90px 0 0;
}
.registration-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #949494;
}
.registration-menu ul li {
    padding: 7px 0 57px 0 ;
    margin: 0 0 0 0;
    position: relative;
}
.registration-menu ul li::after {
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    background: #edecf5;
}
.registration-menu ul li span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #edecf5;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -21px;
    top: 0;
    display: block;
    background: #fff;
    z-index: 99;
}
.registration-menu ul li.active {
    color: #02AF8D;
}
.registration-menu ul li.active span {
    border: 2px solid #02af8d;    
}
.registration-menu ul li.complete {
    color: #02af8d;
}
.registration-menu ul li.complete::after {
    background: #02af8d;
}
.registration-menu ul li:last-child::after {
    display: none !important;
}
.registration-menu ul li span i {
    display: none;
}
.registration-menu ul li.complete span {
    font-size: 0;
    background: #02af8d;
}
.registration-menu ul li.complete span i {
    font-size: 14px !important;
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.registration-menu ul li a {
    color: #949494;
}
.registration-menu ul li a:hover {
    color: #000;
}
.registration-menu ul li.active a {
    color: #02AF8D;
}
.registration-menu ul li.active a:hover {
    color: #000;
}
.is-sticky {
    /*padding-bottom: 139px;*/
}
.is-sticky ul {
    margin-top: 15px;
    margin-right: 90px;
    margin-bottom: 160px;
}

.radio-wraper {
    padding: 12px 0 0 0;
}
.radio-wraper input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.radio-wraper input[type=radio].css-checkbox+label.css-label,
.radio-wraper input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 30px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 40px 0 8px;
}

.radio-wraper input[type=radio].css-checkbox:checked+label.css-label,
.radio-wraper input[type=radio].css-checkbox+label.css-label.chk {
    background-position: 0 -20px;
}

.radio-wraper label.css-label {
    background-image: url('../images/radio-style-1.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button.plus-buttom {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    background: #02AF8D;
    border: 0px;
    color: #fff;
    margin: 32px 0 0 0;
}
button.plus-buttom:hover {
    background: #4D489E;
}


.check-wraper input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.check-wraper input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 34px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 40px 0 0;
}
.check-wraper input[type=checkbox].css-checkbox+label.css-label:last-child {
    margin-right: 0;
}

.check-wraper input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -20px;
}

.check-wraper label.css-label {
    background-image: url('../images/csscheckbox_5261cb0ac46d6a8643d110403423ca0e.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.documents-wrap {
    margin: 0 0 40px 0;
}
.documents-wrap .row1 {
    padding: 10px 20px;
    background: #fff;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.documents-wrap .row1:nth-of-type(odd) {
    background: #F5F5F5;
}

.documents-wrap .row1 span.doc-name {
    font-size: 16px;
    color: #000;
    display: block;
    width: 50%;
}
.input-image {
    display: none;
}
.custom-file-btn {
    width: 98px;
    height: 34px;
    background: #02af8d;
    overflow: hidden;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.uploadDoc .view {
    display: block;
    width: 98px;
    height: 34px;
    background: #4d489e;
    overflow: hidden;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 34px;
}
.uploadDoc .view:hover {
    background: #02af8d;
}
.custom-file-btn:hover {
    background: #4D489E;
}
.filename-wrap {
    width: calc(50% - 118px);
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;    
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.filename-wrap i {
    color: #7F7F7F;
    font-size: 16px;
    margin: 2px 10px 0 0;
}
.filename-wrap a {
    position: relative;
    top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}
.filename-wrap a i {
    font-size: 15px;
    color: #DB003E;
}
.filename-wrap a:hover i {
    color: #02AF8D;
}
.filename {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.content-area h1 {
    font-size: 35px;
    color: #25af8d;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.content-area p {
    font-size: 16px;
    color: #222;
    line-height: normal;
    margin: 0 0 15px 0;
}
.content-area p a {
    color: #25AF8D;
}
.content-area p a:hover {
    text-decoration: underline;
}
.content-area h2 {
    font-size: 25px;
    color: #000;
    margin: 0 0 15px 0;
    padding: 5px 0 0 0;
    font-weight: 600;
}
.content-area h3 {
    font-size: 20px;
    color: #0cb291;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
    font-weight: 500;
}
.content-area ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #222;
    line-height: normal;
}
.content-area ul li {
    margin: 0 0 5px 0 !important;
    padding: 0 0 0 18px !important;
    position: relative;
    list-style: none !important;
    list-style-type: none !important;
}
.content-area ul li::marker {
    display: none !important;
}
.content-area ul li::after {
    width: 8px;
    height: 8px;
    content: "";
    background: #25af8d;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.content-area ol {
    margin: 0 0 15px 0;
    padding: 0 0 0 17px;
    /*list-style: none;*/
    font-size: 16px;
    color: #222;
    line-height: normal;
}
.content-area ol li {
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    position: relative;
}
.content-area ol li::marker {
    font-size: 16px;
    color: #02AF8D;
    font-weight: 600;
}
.list-wrap.courses-list .list-1 .top .left {
    padding-top: 12px;
    width: calc(100% - 497px);
}
a.profile-name {
    padding: 8px 0 8px 53px;
    display: table;
    float: right;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    bottom: -7px;
    margin: 0 15px 0 10px;
}
a.profile-name:hover {
    color: #02af8d;
}
a.profile-name span {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #02af8d;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
a.profile-name span img {
    width: 100%;
}
a.profile-name::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #25AF8D;
}
a.profile-name .noti {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f70000;
    position: absolute;
    left: 31px;
    top: 0;
    margin: 0;
}
a.profile-name i {
    display: none;
}
/* in colleges */
.profile-name.in-colleges {
    /* padding-left: 28px; */
}
.profile-name.in-colleges span img {
    /* display: none; */
}
.profile-name.in-colleges span {
    /* display: flex;
    -webkit-align-items: center;
            align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 0px;
    width: auto;
    height: auto;
    top: 11px; */
}
.profile-name.in-colleges span i {
    /* font-size: 18px;
    display: block; */
}
.profile-name.in-colleges .noti {
    /* left: 8px;
    top: 9px;
    width: 8px;
    height: 8px; */
}

ul.profile-menu {
    width: 250px;
    position: absolute;
    right: 15px;
    top: 85px;
    z-index: 9999;
    background: #4d489e;   
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
       -moz-transition: height 0.3s;
        -ms-transition: height 0.3s;
         -o-transition: height 0.3s;
            transition: height 0.3s;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
ul.profile-menu li a {
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: block;
}
ul.profile-menu li:hover a, 
ul.profile-menu li.active a {
    background: #5a54b3;
}

.content-area.contact h2 {
    margin-bottom: 60px;
}
.content-area.contact textarea,
.content-area.contact input {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 0px;
    border-bottom: 1px solid #02af8d;
    width: 100%;
    padding: 6px 0;
}
.content-area.contact .error input {
    border-bottom: 1px solid red;    
}
.content-area.contact textarea {
    height: 180px;
    margin: 30px 0 0 0;
}
.content-area.contact textarea::placeholder,
.content-area.contact input::placeholder {
    color: #000;
    opacity: 1;
    letter-spacing: 0.5px;
}
.content-area.contact .bootstrap-select > .dropdown-toggle {
    padding: 0;
    width: 100%;
    background: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 0px !important;
    border-bottom: 1px solid #02af8d;
    padding: 0 0 12px 0;
    outline: none !important;
}
.content-area.contact .bootstrap-select {
    width: 100% !important;
    border-bottom: 1px solid #02af8d !important;
}
.content-area.contact .bootstrap-select .dropdown-menu {
    padding: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.content-area.contact .bootstrap-select .dropdown-menu li {
    padding: 0 !important;
    margin: 0 !important;
}
.content-area.contact .bootstrap-select .dropdown-menu li a {
    padding: 4px 10px;
}
.content-area.contact .bootstrap-select .dropdown-menu li::after {
    display: none;
}
.content-area.contact .bootstrap-select .dropdown-menu li a.active,
.content-area.contact .bootstrap-select .dropdown-menu li a:hover {
    background: #02AF8D;
    color: #fff;
}

.content-area.contact button.submit {
    padding: 0 45px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    border: 0px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    background: #02AF8D;
    margin: 40px 0 0 0;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.content-area.contact button.submit:hover {
    background: #27326E;
}
.content-area.contact span.error-text {
    display: table;
    position: absolute;
    right: 15px;
    bottom: -18px;
    font-size: 11px;
    color: red;
}
.detail-contact {
    padding: 0 0 35px 0;
    margin: 0 0 35px 0;
    /* border-bottom: 1px solid #efefef; */
}
.detail-contact a.cell {
    padding: 0 0 0 64px;
    position: relative;
    display: block;
}
.detail-contact a.cell img {
    position: absolute;
    left: 0;
    top: 2px;
}
.detail-contact a.cell span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-top: -3px;
    line-break: anywhere;
}
.detail-contact a.cell:hover span {
    color: #02AF8D;
}


.content-area .row2 .cell small {
    font-size: 14px;
    color: #5E5E5E;
    display: block;
}
.content-area .row2 .cell span {
    font-size: 16px;
    color: #000000;
    display: block;
    font-weight: 500;
    word-break: break-all;
}
.facilities .cell {
    border: 1px solid #d6d6d6;
    padding: 25px 10px;
    text-align: center;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.facilities .cell img {
    display: table;
    margin: 0 auto 8px auto;
}
.mb-20 {
    margin-bottom: 20px;
}
.tbl-styl-1 {
    width: 100%;
}
.tbl-styl-1 th {
    background: #25af8d;
    padding: 15px 20px;
    color: #fff;
}
.tbl-styl-1 td {
    padding: 8px 20px;
    font-size: 16px;
}
.tbl-styl-1 tr:nth-child(odd) td {
    background: #e5e5e5;
}
.tbl-styl-1 tr:nth-child(even) td {
    background: #f5f5f5;
}
.tbl-styl-2 {
    border: 1px solid #dee2e6;
}
.tbl-styl-2 td {
    vertical-align: middle;
    font-size: 16px;
}
.tbl-styl-2 th {
    font-weight: 700;
}
.tbl-styl-2 td.pending {
    color: #fe0000;
}
.tbl-styl-2 td.approved {
    color: #02af8d;
}
.tbl-styl-2 td.inprogress {
    color: #ff5a00;
}
.tbl-styl-2 a.cncl {
    border: 1px solid #fe0000;
    display: block;
    float: left;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FE0000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 0 10px 0 0;
}
.tbl-styl-2 a.cncl:hover {
    background: #FE0000;
    color: #fff;
}
.tbl-styl-2 a.pay {
    display: block;
    float: left;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background: #02AF8D;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 0 10px 0 0;
    white-space: nowrap;  /* developer */ 
}
.tbl-styl-2 a.pay:hover {
    background: #4d489e;
}
.tbl-styl-2 a.viw {
    display: block;
    float: left;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background: #4d489e;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 0 10px 0 0;
}
.tbl-styl-2 a.viw:hover {
    background: #02AF8D;
}
.gallery ul.nav-tabs {
    list-style: none;
    border: 0px;
    position: absolute;
    right: 15px;
    top: -47px;
    padding: 0;
    margin: 0;
}
.gallery ul.nav-tabs li {
    padding: 0 !important;
    margin: 0  0 0 20px !important;
}
.gallery ul.nav-tabs li:first-child {
    margin-left: 0 !important;
}
.gallery ul.nav-tabs li::after {
    display: none;
}
.gallery ul.nav-tabs li a.nav-link {
    border: 0px;
    padding: 0 22px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #02AF8D;
    font-weight: 600;
    border: 1px solid #02af8d !important;
    -webkit-border-radius: 7px;
            border-radius: 7px;
}
.gallery ul.nav-tabs li a.nav-link.active {
    background: #02AF8D;
    color: #fff;
}
.mfp-close {
    cursor: pointer !important;
}
.gallery a.popup-video,
.gallery a.sld {
    height: 330px;
    width: 100%;
    display: block;
    position: relative;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.gallery a.popup-video::after,
.gallery a.sld::after {
    background: rgba(2, 175, 141, 0.75);
    width: 100%;
    height: 0;
    content: url(../images/zoom.png);
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    opacity: 0;
}
.gallery a.popup-video::after {
    content: url(../images/play-button.png);    
}
.gallery a.popup-video:hover::after,
.gallery a.sld:hover::after {
    height: 100%;
    top: 0;
    opacity: 1;
}
.color-green {
    color: #02AF8D !important;
}
.pay-cell {
    padding: 40px 35px;
    background: #EFEFEF;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.pay-cell p {
    font-size: 18px;
    font-weight: 500;
    color: #010000;
    margin: 0 0 5px 0;
}
.pay-cell span.price {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    display: block;
}
.pay-cell a.btn {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    background: #02AF8D;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
}
.pay-cell a.btn:hover {
    background: #52429B;
}
.pay-cell a.btn.disable {
    background: #02AF8D !important;
    opacity: 0.5;
    cursor: no-drop;
}
.success img {
    margin: 0 0 20px 0;
}
.success h2 {
    font-size: 30px;
    font-weight: 600;
    color: #00AD64;
    margin: 0 0 22px 0;
    padding: 0;
}
.success p {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    line-height: 28px;
}
.order-number {
    padding: 15px 150px;
    margin: 35px auto 0 auto;
    display: table;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #252525;
}
.order-number span {
    font-size: 24px;
    font-weight: 600;
    color: #02AF8D;
    display: block;
}
.success a.btn {
    padding: 0 60px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: table;
    background: #02AF8D;
    margin: 35px auto 0 auto;
    -webkit-border-radius: 25px;
            border-radius: 25px;
}
.success a.btn:hover {
    background: #4D489E;
}
.profile-page.mob-spcing {
    padding-left: 0;
    padding-right: 0;
}
.profile-page .left-cell {
    background: #02AF8D;
    padding: 35px 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    text-align: center;
    position: relative;
}
.profile-page .left-cell .imgbx {
    width: 220px;
    height: 220px;
    border: 10px solid #01d2a9;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: table;
    margin: 0 auto;
    position: relative;
}
.profile-page .left-cell .imgbx img {
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.profile-page .left-cell .imgbx a.edit {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #4d489e;
    position: absolute;
    top: 0;
    right: 11px;
    z-index: 99;
    color: white;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
}
.profile-page .left-cell .imgbx a.edit:hover {
    background: #04735D;
}
.profile-page .left-cell span {
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    display: block;
    margin: 20px 0 0 0;
}
.profile-page .left-cell a {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}
.profile-page .left-cell a:hover {
    text-decoration: underline;
}
.profile-page .head-top span {
    font-size: 20px;
    font-weight: 600;
    color: #343434;
    display: table;
    margin: 0 0 10px 0;
    float: left;
}
.profile-page .head-top a {
    float: right;
    font-size: 18px;
    margin-top: 2px;
    color: #02AF8D;
}
.profile-page .head-top a:hover {
    color: #4D489E;
}
.profile-page .detail-cell {
    border: 1px solid #ededed;
    padding: 20px 30px 12px 30px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.06);
}
.profile-page .detail-cell b {
    font-weight: 500;
    /* word-break: break-all; */
}
.profile-page .detail-cell span.files {
    display: block;
    margin-top: 6px;
    font-weight: 500;
}
.profile-page .detail-cell span.files i {
    color: #4D489E;
    margin: 0 10px 0 0;
}
.profile-page .detail-cell span.files a {
    color: #02AF8D;
    text-decoration: none;
    margin: 0 0 0 5px;
}
.profile-page .detail-cell span.files a:hover {
    text-decoration: underline;
}

/* Data Table Start */
table.data-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
table.data-table tr {
  border: 1px solid #ddd;
}
/*Data Table End */

 .college-menu {
    background: #F7F7F7;
    padding: 0 45px;
    position: relative;
    width: 100%;
}   
.college-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #5E5E5E;
    font-size: 16px;
}
.college-menu ul li {
    float: left;
    position: relative;
    padding: 0 40px 0 0;
}
.college-menu ul li a {
    height: 60px;
    display: block;
    line-height: 60px;
    color: #5E5E5E;
}
.college-menu ul li a:hover,
.college-menu ul li.active a {
    color: #02AF8D;
}
.college-menu ul li ul {
    position: absolute;
    left: -15px;
    top: 60px;
    width: 180px;
    background: #F7F7F7;
    z-index: 9;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
         -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
}
.college-menu ul li ul li {
    padding: 0 !important;
    float: none;
}
.college-menu ul li ul li a {
    padding: 8px 15px;
    display: block !important;
    height: auto;
    line-height: normal;
    color: #5E5E5E !important;
}
.college-menu ul li ul li a:hover {
    background: #02AF8D;
    color: #fff !important;
}
.college-menu ul li ul.main {
    height: auto;
    opacity: 1;
}
.college-menu span.colaps-menu {
    display: block;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.college-menu span.colaps-menu i {
    font-size: 24px;
}
button.comn-btn {
    -webkit-border-radius: 7px;
            border-radius: 7px;
    height: 43px;
    padding: 0 27px;
    background: #02AF8D;
    color: #fff;
    border: 0px;
}
button.comn-btn:hover {
    background: #4D489E;
    color: #FFF;
}
.image-view-cell-wrap {
    padding: .5rem;
    line-height: 0;
}
.image-view-cell {
    display: inline-block;
    width: calc(16.6666667% - 1rem);
    padding-bottom: calc(16.6666667% - 1rem);
    height: 0;
    position: relative;
    margin: .5rem;
    background: #f3f3f3;
    cursor: default;
    float: left;
}
.image-view-cell a.imgCell {
    display: block;
    /*position: relative;*/
}
.image-view-cell a.imgCell.video::after {
    width: 50px;
    height: 36px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: url('../images/youtube-icon.png');
    opacity: 0.8;
}
.image-view-cell a.imgCell.video:hover::after {
    opacity: 1;
}
.image-view-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.image-view-cell a.delete {
    position: absolute;
    background: #02AF8D;
    right: 0;
    top: 0;
    display: none;
    z-index: 9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 8px;
}
.image-view-cell a.delete:hover {
    background: #4D489E;
}
.image-view-cell:hover a.delete {
    display: block;
}
.image-uploader {
    cursor: pointer;
}
.tbl-in tr:first-child td {
    border-top: 0;    
}
.tbl-in td {
    border: 0px;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.tbl-in td:last-child {
    border-right: 0;    
}



.tbl-in-2 tr:first-child td {
    border-top: 0px;
}
.tbl-in-2 tr:last-child td {
    border-bottom: 0px;
}
.tbl-in-2 tr td {
    border-left: 0;    
}
.tbl-in-2 td.fld {
    padding: 7px .75rem;
}
.tbl-in-2 td.fld input {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #dee2e6;
    padding: 0 10px;
    font-size: 14px;
}
.tbl-in-2 td.fld .has-error input {
    border: 1px solid red;
}




.radio-cell-1 input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.radio-cell-1 input[type=radio].css-checkbox+label.css-label,
.radio-cell-1 input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 19px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
}

.radio-cell-1 input[type=radio].css-checkbox:checked+label.css-label,
.radio-cell-1 input[type=radio].css-checkbox+label.css-label.chk {
    background-position: 0 -14px;
}

.radio-cell-1 label.css-label {
    background-image: url('../images/csscheckbox_30200b42d72a09e9d445db778b0bc6dd.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.check-cell-1 input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.check-cell-1 input[type=checkbox].css-checkbox+label.css-label,
.check-cell-1 input[type=checkbox].css-checkbox+label.css-label.clr {
    padding-left: 14px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

.check-cell-1 input[type=checkbox].css-checkbox:checked+label.css-label,
.check-cell-1 input[type=checkbox].css-checkbox+label.css-label.chk {
    background-position: 0 -14px;
}

.check-cell-1 label.css-label {
    background-image: url('../images/csscheckbox_2df7fe5c4e5cecdc3a55325b0a8e91db.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tbl-hack {
    display: none;
}
.simplebar-mask {
    -webkit-border-radius: 0;
            border-radius: 0;
}
.login-categories {
    
}
.login-categories a {
    padding: 5px 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
}
.login-categories a:hover,
.login-categories a.active {
    background: #FFF;
    color: #6962da;
}

.page-404 {
    height: calc(100vh - 252px);
    background: #00b38c url('../images/404.svg') center center no-repeat;
    background-size: auto 98%;
    position: relative;
}
.page-404 a {
    position: absolute;
    bottom: 5%;
    left: 50%;
    display: table;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #4d489e;
}
.page-404 a i {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
}
.page-404 a:hover {
    background: #4D489E;
    color: #fff;
}
.no-result {
    padding: 40px 0 0 0;
    -ms-text-align-last: center;
        text-align-last: center;
}
.no-result img {
    width: 35%;
    display: table;
    margin: 0 auto 20px auto;
}
.no-result span {
    font-size: 20px;
    font-weight: 700;
    display: block;  
    margin: 0 0 5px 0;  
    color: #505050;
}
.no-result p {
    color: #3C3A3A;
}
.has-error {
    position: relative;
}
.help-block-error {
    margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    left: 15px;
    color: red;
}
.modal-1 p {
    font-size: 20px;
    margin: 0 0 25px 0;
}
.modal-1 a {
    padding: 3px 20px;
    margin: 0 5px;
    background: #02AF8D;
    color: #fff;
    font-size: 14px;
    display: table;
    float: left;
    -webkit-border-radius: 4px;
        border-radius: 4px;
}
.modal-1 a.yes {
    background: #25af8d;
}
.modal-1 a.no {
    background: #ABABAB;
}
.modal-1 a:hover {
    background: #4D489E;
}
.db-page .cell {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    text-align: center;
    padding: 40px 0;
    margin: 0 0 30px 0;
    min-height: 170px;
    display: block;
}
.db-page .cell span {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0 0 5px 0;
}
.db-page .cell p {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.db-page .cell.bg-1 {
    background:#39B56D url('../images/dashboard-icon-1.png');
}
.db-page .cell.bg-2 {
    background:#39B56D url('../images/dashboard-icon-2.png');
}
.db-page .cell.bg-3 {
    background:#39B56D url('../images/dashboard-icon-3.png');
}
.db-page .cell.bg-4 {
    background:#39B56D url('../images/dashboard-icon-4.png');
}
.db-page .cell.bg-5 {
    background:#39B56D url('../images/dashboard-icon-5.png');
}
.db-page .cell.bg-6 {
    background:#39B56D url('../images/dashboard-icon-6.png');
}
.db-page .cell {
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
}
.db-page .cell:hover {
    background-color: #29a05b;
}
.advanced-search {
    display: block;
    font-size: 16px;
    color: #FFF;
    float: right;
    margin: 19px 10px 0 0;
}
.advanced-search:hover {
    text-decoration: underline;
    color: #FFF;
}
.search-sec .card {
    border: 0px;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
    background: none;
}
.search-sec .hd-typ-1 {
    font-size: 16px;
}
a.profile-name.home {
    color: #fff;
}
a.profile-name.home span {
    border: 1px solid #fff;
}
a.profile-name.home:hover {
    color: #000;
}
a.profile-name.home::after {
    color: #FFF;
}
.sample {
    border: 0px;
}
.ui-autocomplete {
    width: calc(100% - 60px) !important;
}
/* sachin */

.new-link-button {
    border: 1px solid #25AF8D;
    padding: 8px 20px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #25AF8D;
}

.tbl-algn-mdl td {
    vertical-align: middle;
}

.new-link-button:hover {
    background: #4cbc7f;
    color: #fff;
    text-decoration: none !important;
}

header.inner a.profile-name.home {
    color: #5e5e5e;
}

header.inner a.profile-name.home span {
    border: 1px solid #5e5e5e;
}

.user-icon {
    font-size: 18px;
    text-align: center;
    padding: 9px 11px;
}

.copyright-footer {
    margin-bottom: 22px;
}

.basic-detail-div {
    margin-top: 30px;
}

.tbl-styl-2 td.Pending {
    color: #ff5a00;
}

.tbl-styl-2 td.Approved {
    color: #09a009;
}

.tbl-styl-2 td.Processing {
    color: #02af8d;
}

.tbl-styl-2 td.Rejected {
    color: #fe0000;
}

.tbl-styl-2 td.Read {
    color: #09a009;
}

.tbl-styl-2 td.UnRead {
    color: #fe0000;
}

.tbl-styl-2 a.admission {
    display: block;
    float: left;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background: #02AF8D;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 0 10px 0 0;
}
.tbl-styl-2 a.admission:hover {
    background: #4D489E;
}

.dply-cnt {
    display: contents;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.login-register .right input:-webkit-autofill
{
 -webkit-text-fill-color: white !important;
}



/* Range slider start */

.range-slider {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 0;
  font-size: 18px;
  color: #fff;
}
.range-slider input {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  outline: none;
  border-radius: 1em;
  background: none;
  border: 0;
}
.range-slider input:active, .range-slider input:focus {
  outline: 0;
  z-index: 2;
}
.range-slider input::-moz-focus-outer {
  border: 0;
}
.range-slider input::-webkit-slider-runnable-track {
  margin: 0 -0.5em;
}
.range-slider input::-moz-range-track {
  pointer-events: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  outline: none;
  border-radius: 1em;
  background: none;
  border: 0;
}
.range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  position: relative;
  z-index: 9;
  outline: 0;
  width: 1em;
  height: 1em;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0.15em 0.5em 0 rgba(33, 36, 41, 0.35);
  border-radius: 2em;
  cursor: col-resize;
  border: 0;
}
.range-slider input::-moz-range-thumb {
  -moz-appearance: none;
  pointer-events: all;
  position: relative;
  z-index: 9;
  outline: 0;
  width: 1em;
  height: 1em;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0.15em 0.5em 0 rgba(33, 36, 41, 0.35);
  border-radius: 2em;
  cursor: col-resize;
  border: 0;
}
.range-slider .label {
    padding: 1em;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    pointer-events: none;
}
.range-slider .label.min-value {
    padding-left: 0;
}
.range-slider .label.max-value {
    padding-right: 0;
}

.range-slider-set {
  position: relative;
  flex: 1;
  height: 0.5em;
  border-radius: 1em;
  background: rgba(144, 146, 148, 0.5);
  pointer-events: none;
}
.range-slider-set [class*=span-] {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
.range-slider-set [class*=span-].span-min {
  border-radius: 1em 0 0 1em;
}
.range-slider-set [class*=span-].span-gap[style*="left:0%"] {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.range-slider-set [class*=span-].span-gap[style*="right:0%"] {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.range-slider-set [class*=span-].span-max {
  border-radius: 0 1em 1em 0;
}
.range-slider-set .span-min {
  background: #12ffd0 linear-gradient(90deg, #12ffd0 50%, #12ffd0 100%);
}
.range-slider-set .span-gap {
  background: #0c8069;
}
.range-slider-set .span-max {
  background: #f45035 linear-gradient(90deg, #12ffd0 0%, #12ffd0 50%);
}
.range-slider-set .handle {
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  width: auto;
  cursor: pointer;
  z-index: 3;
}
.range-slider-set .handle.from-value {
  transform: translate(-100%, 50%);
}
.range-slider-set .handle.to-value {
  transform: translate(0%, 50%);
}

/* Range slider end */

li.ui-menu-item .ui-menu-item-wrapper:hover {
   background: #6962DA;
   color: #fff;
   border-color: #6962DA;
}
.hd-typ-1 {
    color: #FFF;
    font-size: 20px;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
}
.ui-widget.list-page {
    width: calc(100% - 90px) !important;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#ui-id-2,
#ui-id-3 {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/*college deatiles css */

/* .clg-dtls-stick-mnu {
    position: relative;
    width: 100%;
}

.clg-dtls-stick-mnu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #5E5E5E;
    font-size: 16px;
    background: #F7F7F7;
    padding: 15px 20px;
    position: relative;
    z-index: 9;
}

.clg-dtls-stick-mnu ul li {
    float: left;
    position: relative;
    padding: 0 40px 0 0;
}

.clg-dtls-stick-mnu ul li a {
    display: block;
    color: #5E5E5E;
}

.clg-dtls-stick-mnu ul li a:hover, .clg-dtls-stick-mnu ul li.active a {
    color: #02AF8D;
}

.clg-dtls-stick-mnu ul li.m3 ul {
    position: absolute;
    left: -15px;
    top: 24px;
    width: 180px;
    background: #F7F7F7;
    z-index: 9;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 13px 0 0 0;
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
         -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
}
.clg-dtls-stick-mnu ul li.m3 ul li {
    padding: 0 !important;
    float: none;
}
.clg-dtls-stick-mnu ul li.m3 ul li a {
    padding: 8px 15px;
    display: block !important;
    height: auto;
    line-height: normal;
    color: #5E5E5E !important;
}
.clg-dtls-stick-mnu ul li.m3 ul li a:hover {
    background: #02AF8D;
    color: #fff !important;
}
.clg-dtls-stick-mnu ul li.m3 ul.main {
    height: auto;
    opacity: 1;
}s
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
} */

.clgdtls-btn {
    font-size: 14px;
    padding: 0 22px;
    color: #02af8d;
    border: 1px solid #02af8d;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-right: 15px;
}

.clgdtls-btn:hover{
     border: 1px solid #02af8d;
    background: #02af8d;
    color: #fff;
}
.clgdtls-btn.fill {
    background: #02af8d;    
    color: #fff;
}
.clgdtls-btn.fill:hover {
    background: #4D489E;
    border: 1px solid #4D489E;
}
.clgdtls-btn.fill.book {
    background: #4D489E;
    border: 1px solid #4D489E;
}
.clgdtls-btn.fill.book:hover {
    background: #02af8d;
    border: 1px solid #02af8d;
}

.clgdtls-btn.fill.book {
    background: #4D489E;
    border: 1px solid #4D489E;
    }
    .clgdtls-btn.fill.book:hover {
    background: #02af8d;
    border: 1px solid #02af8d;
    }

.cf .numeric {
    padding: 10px 15px;
    background: #02af8d;
    color: #fff;
    border: 1px solid #02af8d;
}



.cf .numeric {
    padding: 10px 15px;
    background: #02af8d;
    color: #fff;
    border: 1px solid #02af8d;
}


.cf td {
    padding: 10px 15px;
}


span.edit {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #4d489e;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
    color: white;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.edit:hover {
    background: #04735D;
}

.ui-widget.ui-widget-content {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


table.cf.custom .actions {
    width: 294px;
    min-width: 294px;
}
table.cf.custom .actions .clgdtls-btn {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
table.cf.custom .actions .course-fee-link {
    margin-bottom: 0;
}
table.cf.custom .actions .book {
    margin-bottom: 0;
    width: 191px !important;
}

table.cf.custom .package {
    width: 180px;
}
table.cf.custom .duration {
    width: 80px;
}
.modal-close {
    background: #FFF;
    color: #02af8d;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.mob-fullW-tbl tr td:first-child {
    width: 200px;
}
td span.new-label {
    height: auto;
    color: #FFF;
    background: #049c7e;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    padding: 0 8px;
    -webkit-border-radius: 9px;
            border-radius: 9px;
}

.accordion.style-1 .card-header {
    padding: 0;
}
.accordion.style-1 .card-header button {
    padding: 15px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.accordion.style-1 .card-header:hover button,
.accordion.style-1 .card-header button[aria-expanded="true"] {
    background: #02AF8D;
    color: #fff;
}
.accordion.style-1 .card-body {
    padding: 0;
}
.clear-filter {
    margin-right: 10px !important;
    background: #07D8AF !important;
    color: #fff !important;
}
.clear-filter:hover {
    background: #05846b !important;
}
.login-alert-wrap {
    max-width: 30vw;
}
.table-style-1 tr td:first-child {
    width: 400px;
}
.no-list-marker .bs-ok-default {
    display: none !important;
}
#colg-about.cus-details h2 {
    padding-top: 0;
    margin: 20px 0 10px 0;
}

.fixed-menu {
  position: fixed;
  width: 100%;
  top: 0;
  background: #25af8d;
  z-index: 999999 !important;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
}
.fixed-menu ul li a {
    color: #fff;
}
.fixed-menu ul li a:hover {
    color: #000;    
}

.pagination-wraper.styl-2 {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.pagination-wraper.styl-2 .right {
    position: initial;
    top: auto;
    right: auto;
    transform: initial;
    width: auto;
    /* min-width: 520px; */
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

/* ====================== Detail page Change =========================== */

.mid-wrap.cus-style {
    padding: 40px 45px 0 45px;
}
.mid-wrap.call-back {
    padding-right: 444px;
    position: relative;
}
.call-back-cell {
    width: 354px !important;
    position: absolute;
    right: 45px;
    top: 45px;
    border-top: 4px solid #02af8d;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    min-height: 100px;
    padding: 0 20px 35px 20px;
}
.call-back-cell h1 {
    color: #364859;
    font-weight: 700;
    font-size: 25px;
    margin: 30px 0;
    text-align: center;
}
.call-back-cell input {
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 40px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #000;
    padding: 0 15px;
    margin: 0 0 10px 0;
}
.call-back-cell input::placeholder {
    font-size: 14px;
    color: #8B8B8B;
}
.call-back-cell input:focus {
    border: 1px solid #02AF8D;    
}
.call-back-cell button {
    border: 1px solid #00a585;
    height: 40px;
    background: #02AF8D;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.call-back-cell .error-text {
    font-size: 11px;
    color: red;
    position: relative;
    margin-top: -9px;
    display: block;
    margin-bottom: 6px;
}
.call-back-cell button:hover {
    background: #008A6F;
}
.mid-wrap.call-back .sticky-wrapper {
    width: 354px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
.sticky-wrapper .call-back-cell {
    top: 65px !important;
}
#callBackModal .call-back-cell {
    position: relative;
    right: 0;
    top: 0;
    width: 100% !important;
}
#callBackModal button.close {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #098e74;
    z-index: 99;
    opacity: 1;
    border: 0px;
    text-shadow: none;
    font-size: 10px;
    color: #00ffcd;
}



.title-style-1 {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 15px 0 !important;
}
.title-style-1 span.first {
    font-weight: 400;
    color: #000;
    margin: 0 10px 0 0;
}
.title-style-1 p {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    color: #000;
    font-size: inherit;
    line-height: inherit;
    position: relative;
}
.title-style-1 p span {
    color: #000;
    font-weight: 400;
}
.title-style-1 p::after {
    width: 1px;
    height: 20px;
    background: #b5aeae;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
}
.title-style-1 p.no-stream {
    padding-left: 0;
    margin-left: 0;
}
.title-style-1 p.no-stream::after {
    display: none;
}
.fixedbar {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 0;
    z-index: 99;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.fixedbar::after {
    content: "";
    width: 500vw;
    height: 54px;
    background: #f8f9fa;
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: -1;
}
.navbar-example2-wrap {
    height: 54px;
    position: relative;
    z-index: 9;
    background: #f8f9fa;
}
.inner-banner {
    display: flex;
    position: relative;
}
.inner-banner img {
    object-fit: cover;
}
#navbar-example2 {
    padding: 0 45px;
    /* max-width: 1170px; */
    /* margin: 0 auto; */
}
#navbar-example2 .nav {
    min-width: max-content;
}
#navbar-example2 .nav-item {
    margin: 0 25px 0 0;
}
#navbar-example2 .nav-link {
    padding: 15px 0 15px 0;
    color: #000;
    position: relative;
    font-size: 16px;
}
#navbar-example2 .book .nav-link {
    background: #02af8d;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
#navbar-example2 .book .nav-link:hover {
    background: #27326E;
}
#navbar-example2 .book .nav-link::before {
    display: none;
}
#navbar-example2 .simplebar-content {
    /* display: flex; */
}
#navbar-example2 ul.nav-pills {
    position: relative;
    /* margin-left: -15px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}
#navbar-example2 .nav-link::after {
    top: 2px;
    position: relative;
}
#navbar-example2 .nav-link::before {
    width: 0;
    height: 3px;
    background: #02af8d;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
#navbar-example2 .show .nav-link::before,
#navbar-example2 .nav-link:hover::before,
#navbar-example2 .nav-link.active::before {
    width: 100%;
}
#navbar-example2 .nav-pills .nav-link.active, 
#navbar-example2 .nav-pills .show>.nav-link {
    background: none !important;
    color: #000;
}
#navbar-example2 .dropdown-menu {
    margin: 0;
    border: 0px;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 10px 0;
}
#navbar-example2 .dropdown-menu a {
    padding: 4px 15px;
}
#navbar-example2 .dropdown-menu a:hover {
    background: #02AF8D;
    color: #fff;
}
#navbar-example2 .simplebar-scrollbar:before {
    background: #dddede !important;
}
/* .cus-drop-down {
    width: 200px;
    height: 300px;
    background: red;
    position: absolute;
    left: 170px;
    top: 0;
    padding: 54px 0 0 0;
    z-index: -1;
}
.cus-drop-down.fixedbar {
    position: fixed !important;
} */
.clear {
    background: #C1C1C1 !important;
}
.clear:hover {
    background: #4D489E !important;
}
.companies-list a {
    margin-right: 15px;
    margin-bottom: 10px;
    color: #000;
    display: block;
    padding: 4px 20px;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.companies-list a:hover {
    background: #02AF8D;
    color: #fff;
    border: 1px solid #02AF8D;
}
.modal-backdrop {
    display: none;
}
.modal.fade.show {
    background: rgb(0 0 0 / 40%);
}


.accordion.year-of-placement .card-header {
    padding: 0;
}
.accordion.year-of-placement button.btn-link {
    padding: 10px 20px;
    border: 0px;
    color: #000;
    border: 0px;
    text-decoration: none;
    font-weight: 600;
}
.accordion.year-of-placement .card-body {
    padding: 10px;
}
.accordion.year-of-placement button.btn-link i {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 18px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.accordion.year-of-placement button.btn-link[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.accordion.year-of-placement button.btn-link[aria-expanded="true"],
.accordion.year-of-placement button.btn-link:hover {
    color: #02af8d !important;
}
.fw-500 {
    font-weight: 500;
}
/* widget start */
.chat-widget-new {
    width: 216px;
    /* background: red; */
    min-height: 43px;
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 999;
}    
.chat-widget-new a.btn {
    width: 100%;
    height: 44px;
    background: #02AF8D;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    border: 0px;
    text-align: left;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
}
.chat-widget-new a.btn:hover {
    background: #008a6f;
}
.chat-widget-new a.btn img {
    margin-right: 15px;
}
.chat-widget-new a.btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
       -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
         -o-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.chat-widget-new a.btn[aria-expanded="true"] i {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.chat-widget-new .card-body {
    background: #fff;
    border: 0px;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0 15px;
    border-left: 1px solid #02AF8D;
    border-right: 1px solid #02AF8D;
}
.chat-widget-new .card-body a {
    padding: 15px 0 8px 43px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    color: #2A2A2A;
    font-weight: 700;
    font-size: 14px;
}
.chat-widget-new .card-body a img {
    position: absolute;
    left: 7px;
    top: 16.5px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.chat-widget-new .card-body a sub {
    font-size: 14px;
    color: #6B6B6B;
    bottom: 6px;
    display: block;
    margin: 0 0 -10px 0;
    line-height: normal;
    font-weight: normal;
}
.chat-widget-new .card-body a.whatsapp {
    font-weight: 500;
    color: #000;
    padding-top: 18px;
    padding-bottom: 17px;
    border-bottom: 0px;
}
.chat-widget-new .card-body a:hover img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.mob-whatsapp {
    background: #128C7E;
    width: 50vw;
    height: 44px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 14px;
    color: #fff !important;
}
.mob-whatsapp img {
    margin: 0 10px 0 0;
}
.chat-widget-new.home a.btn {
    background: #4d5cce;
}
.chat-widget-new.home .mob-whatsapp {
    background: #404ebd;
}
/* widget end */

span.save {
    font-size: 15px;
    white-space: nowrap;
    color: red;
    display: block;
}
span.save strike {
    font-size: 14px;
    color: #000;
    display: block;
    margin: 3px 0;
}
.wb-all {
    word-break: break-all;
}
.hilite-label {
    color: #02af8d;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
}
/* .hilite-label span {
    font-size: 14px;
} */
.cursor-pointer {
    cursor: pointer;
}
.declaration {
    font-size: 14px !important;
}
.bootstrap-select.choose-1 {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
    background: none !important;
}
.bootstrap-select.choose-1 button {
    background: #FFF !important;
    border: 1px solid #00af8f !important;
    font-size: 14px !important;
    outline: none !important;
}
.bootstrap-select.choose-1 .dropdown-menu {
    border-top: 0px !important;
    margin-top: 0;
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    -webkit-border-radius: 0;
            border-radius: 0;
}
.bootstrap-select.choose-1 .dropdown-menu .dropdown-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.bootstrap-select.choose-1 .dropdown-menu .dropdown-item:focus,
.bootstrap-select.choose-1 .dropdown-menu .dropdown-item:hover,
.bootstrap-select.choose-1 .dropdown-menu .dropdown-item:active,
.bootstrap-select.choose-1 .dropdown-menu .dropdown-item.active {
    background: #00af8f;
}
/* Modal jumps issue start */
/* body.modal-open .call-back-cell {
    right: 62px !important;
}
body.modal-open .chat-widget-new {
    right: 67px !important;
} */
/* Modal jumps issue end */ 
@media screen and (max-width:1199px) {
    .title-style-1 span {
        display: none;
    }
    .pagination-wraper.styl-2 {
        display: block;
        flex-direction: initial;
        justify-content: initial;
    }
    .pagination-wraper.styl-2 a.btn {
        right: 0;
        margin: 10px 6px 0 0;
        padding: 0 8px;
        height: 36px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        line-height: 34px;
    }
    .pagination-wraper.styl-2 .right {
        display: none;
    }
}
@media screen and (max-width:991px) {
    .mid-wrap.cus-style {
        padding: 40px 0 0 0;
    }
    #no-more-tables .cus-table td::before {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
        padding-right: 0;
        padding-top: 0 !important;
    }
    #no-more-tables .cus-table td {
        padding: 10px !important;
    }
    #no-more-tables .cus-table .clgdtls-btn {
        -webkit-border-radius: 2px;
                border-radius: 2px;
    }
    #no-more-tables .cus-table td.no-title::before {
        display: none !important;
    }
    #no-more-tables .cus-table td.clear-block {
        border: 0px;
        height: 0;
        padding: 0 !important;
        margin: 0;
        overflow: auto;
    }
    #no-more-tables .cus-table td.split-two {
        width: 50%;
        float: left;
    }
    #no-more-tables .cus-table td.split-two.add-border {
        border-right: 1px solid #eee;
    }
    .mid-wrap.cus-style .clgdtls-btn {
        height: 30px;
        line-height: 30px;
        margin: 5px 10px 5px 0 !important;
        float: left;
    }
    .pagination-wraper.styl-2 a.btn {
        right: 0;
        margin: 10px 6px 0 0;
        padding: 0 8px;
        height: 36px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        line-height: 34px;
    }
    .pagination-wraper.styl-2 .right {
        width: 100%;
    }
    #navbar-example2 ul.nav-pills {
        margin-left: -15px !important;
    }
}
@media screen and (min-width:767px) {
    .collapse.aboutClg:not(.show) {
        display: block;
    }
}
@media screen and (max-width:767px) {
    .mid-wrap.cus-style {
        padding: 20px 0 0 0;
    }
    .mid-wrap.cus-style h2 {
        font-size: 20px !important;
    }
    .mid-wrap.cus-style h3 {
        font-size: 18px !important;
    }
}
.tost-style-1 {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9999999999999;
}
.tost-style-1 .toast-body {
    font-size: 13px;
}
.toast .btn-close {
    box-sizing: content-box;
    width: 30px;
    height: 1em;
    padding: 0.25em 0.5em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
.toast .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

#sticker {
    position: sticky;
    top: 0;
}

#kiwi-big-iframe-wrapper {
    display: none !important;
}