/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Heavy.eot');
    src: url('../fonts/SFProText-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Heavy.woff2') format('woff2'),
        url('../fonts/SFProText-Heavy.woff') format('woff'),
        url('../fonts/SFProText-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.eot');
    src: url('../fonts/SFProText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff'),
        url('../fonts/SFProText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Bold.eot');
    src: url('../fonts/SFProText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFProText-Bold.woff') format('woff'),
        url('../fonts/SFProText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Regular.eot');
    src: url('../fonts/SFProText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.woff') format('woff'),
        url('../fonts/SFProText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Semibold.eot');
    src: url('../fonts/SFProText-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/SFProText-Semibold.woff') format('woff'),
        url('../fonts/SFProText-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Avenir font start*/
@font-face {
    font-family: 'Avenir LT 35';
    src: url('../fonts/AvenirLT-Light.woff2') format('woff2'),
        url('../fonts/AvenirLT-Light.woff') format('woff'),
        url('../fonts/AvenirLT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* Avenir font end*/

/* lulo font starts */
@font-face {
    font-family: 'LuloCleanW01-OneBold';
    src: url('../fonts/LuloCleanW01-OneBold.woff2') format('woff2'),
        url('../fonts/LuloCleanW01-OneBold.woff') format('woff'),
        url('../fonts/LuloCleanW01-OneBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* lulo font end */


body{
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'SF Pro Text';
    font-weight: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    -webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.btn, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}
.form-control:focus {
    background-color: #f0f4f7;
    border-color: #f0f4f7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.p-15{
    padding: 15px 0px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-28{
    font-size: 28px;
}
.font-21{
    font-size: 21px;
}
.font-regular{
    font-weight: normal;
}
.font-italic{
    font-style: italic;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.font-bold{
    font-weight: bold;
}
.font-heavy{
    font-weight: 900;
}
/* .menu-links li:not(:last-child):after{
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background-color: #2f528f;
    margin-left: 11px;
    top: 36%;
} */
.p-120{
    padding: 120px 0px;
}
.p-75{
    padding: 75px 15px;
}
.p-70{
    padding: 70px 0px;
}
.p-40{
    padding: 30px 0px;
}
.p-10{
    padding: 10px 0px;
}
.p-15{
    padding: 15px 0px;
}
/* .gradient-view-1{
    background: rgb(83,181,179);
    background: linear-gradient(0deg, rgba(83,181,179,1) 0%, rgba(171,212,228,1) 46%, rgba(222,229,247,1) 100%);
} */
.gradient-view-2{
    background: rgb(46,117,182);
    background: linear-gradient(0deg, rgba(46,117,182,1) 0%, rgba(175,197,234,1) 55%);
}
.black-gradient{
    background: rgb(85,85,85);
    background: linear-gradient(180deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
    /* background: linear-gradient(180deg, rgba(208,208,208,1) 0%, rgba(0,0,0,1) 100%); */
}
.box-shadow{
    -webkit-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow:    -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    box-shadow:         -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
}
.border-blue{
    border-color: #2f528f;   
}
.border-black{
    border-color: #000000 !important;   
}
.border-grey{
    border-color: #cccccc !important;
}
.border-light-blue{
    border-color:  #57bbbf !important;
}
.border-1{
    border-width: 1px;
}
.border-2{
    border-width: 2px !important;
}
.border-solid{
    border-style: solid;
}
.field-border-color{
    border-color: #f0f4f7;
}
.label-color{
    color: #636567;
}
.p-35-40{
    padding: 35px 40px;
}
.p-10-15{
    padding: 10px 15px;
}
.low-opacity {
    background-color: rgba(0, 0, 0, 0.29);
}
.h-50{
    height: 50px !important;
}
.form-control{
    background-clip: unset;
}
.w-150{
    width: 150px;
}
.mt-50{
    margin-top: 50px;
}
.mt-25{
    margin-top: 25px;
}
.mt-15{
    margin-top: 15px;
}
.blue-text{
    color: #2f5597;
}
.black-text{
    color: #000000;
}
.greyblack-text{
    color: #444444;
}
.greyblack-bg{
    background-color: #444444;
}
.border-greyblack{
    border-color: #444444;
}
.text-underline{
    text-decoration: underline;
}
.subscription-plans a:hover{
    color: #0099cc;
}
.foot-links li{
    background: url(../images/footer-line.png) no-repeat left 14px;
    padding-left: 20px;
}
.line-height-30{
    line-height: 30px;
}
.bg-grey{
    background-color: #F7F7F6;
}
.w-20{
    width: 8%;
}
.bg-lightblue{
    background-color: #57bbbf !important;
}
.lightblue-text{
    color: #57bbbf;
}

.social-links li{
    width: 32px;
    height: 32px;
    padding: 4px 5px;
}
.foot-links li:hover a, .foot-contact-links li:hover a{
    color: #57bbbf;
}
.font-16{
    font-size: 16px;
}
.font-23{
    font-size: 23px;
}

.font-18{
    font-size: 18px;
}
.font-19{
    font-size: 19px;
}
.font-32{
    font-size: 32px;
}
.font-30{
    font-size: 30px;
}


.mt-20{
    margin-top: 20px;
}
.btn-padding-x{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.btn-padding-y{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.w-35{
    width: 30px;
}
.rounded-5{
    border-radius: 5px;
}
.login-disclaimer:hover{
    text-decoration: none;
}
.menu-links li:hover a{
    text-decoration: none;
}
.form-control:focus{
    color: #000000;
}
.field-height{
    height: 45px !important;
}
.form-field-mt{
    margin-top: 20px;
}
.blue-btn:hover{
    background-color: #138e8c !important;
}
.card-payment{
    padding: 40px 30px;
    border: 1px solid #d2d2d2;
}
.w-17{
    width: 17%;
}

.border-radius-left-0{
    border-radius: 5px 0 0 5px !important;
}
.border-radius-right-0{
    border-radius: 0 5px 5px 0 !important;
}
.border-radius-50{
    border-radius: 50%;
}
.question-mark{
    right: 15px;
    width: 20px;
    top: 48px;
    z-index: 9;
}
.btn-toggle{
    display: none;
}
.btn-toggle{
    position: absolute;
    right: 35px;
    top: 20px;
    z-index: 998;
}
 .navbar {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
 } 
.components li a{
    color: #000;
}
.components li:hover a{
    text-decoration: none;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR1 STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(180deg);
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 15px 20px;
    background: #ffffff;
}
#sidebar .sidebar-header img{
    width: 80%;
}

#sidebar ul.components {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #57bbbf;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar .list-unstyled.components li a {
    padding: 10px 15px;
    font-size: 19px;
    display: block;
}

#sidebar ul li a:hover {
    color: #ffffff;
    background: #57bbbf;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #57bbbf;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
} */

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    SIDEBAR1 STYLE
----------------------------------------------------- */

#sidebar2 {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999999;
    background: #ffffff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
   
}

#sidebar2.active {
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}


#dismiss2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 7px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(180deg);
    color: #ffffff;
    z-index: 9;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar2 .sidebar-header {
    padding: 15px 20px;
    background: #ffffff;
}
#sidebar2 .sidebar-header img{
    width: 80%;
}

#sidebar2 ul.components {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #57bbbf;
}

#sidebar2 ul p {
    color: #fff;
    padding: 10px;
}

#sidebar2 .list-unstyled.components li a {
    padding: 10px 15px;
    font-size: 19px;
    display: block;
}

/* #sidebar2 ul li a:hover {
    color: #ffffff;
    background: #57bbbf;
} */

#sidebar2 ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #57bbbf;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
} */

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/* 
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
} */
#sidebarCollapse{
    display: none;
}
.mb-25{
    margin-bottom: 25px;
}


header.shrink{
    position: fixed;
    background: #fff;
    z-index: 9999;
    scroll-behavior: smooth;
}
header.header-section {
    width: 100%;
    transition: all 0.5s;
    top: 0;

}
/* .user-registration-content::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 93%;
    background-color: #000000;
    top: 7%;
    right: -9%;
} */
.field-bg{
    background-color: #f0f4f7;
}
.greyish-blue-bg{
    background-color: #f0f4f7;
}
.user-registration-content p br{
    display: none;
}
input::placeholder {
    font-size: 15px;
}




/* accordion starts */

.accordion {
    max-width: 560px;
    /* margin: 0 auto 100px; */
    /* border-top: 1px solid #d9e5e8;
    margin-top: 20px;
    padding-top: 20px; */
  }
  .accordion li {
    /* border-bottom: 1px solid #d9e5e8; */
    position: relative;
  }
  .accordion li .course-list {
    display: none;
    padding-top: 10px;
    /* color: #6b97a4; */
  }
  .accordion li > a {
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 17px;
    text-indent: 0;
    user-select: none;
  }
  .accordion small a {
    width: 100%;
    display: block;
    cursor: pointer;
    /* font-weight: 600; */
    line-height: 20px;
    text-indent: 10px;
    user-select: none;
    margin-top: 5px;
  }
  /* .accordion a:before {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    left: 0px;
    content: " ";
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  } */
  .accordion .course-list {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding: 0 0 0 24px;
  }
  
  .accordion li a.active svg {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
  


  .accordion li:hover a{
      text-decoration: none;
  }
  .course-list a:before{
      display: none;
  }
 /* accordion ends   */



 /* lessons starts */
 .lessons-status{
    width: 15px;
    height: 15px;
    border:  2px solid #b1b5b9;
    background-color: #ffffff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
 }
 .accordion li small svg{
    font-size: 17px;
    float: left;
    margin-left: 23px;
 }
 .bottom-border{
    border-bottom: 1px solid #d9e5e8;
 }
 .accordion small a:hover{
    color: #444444;
 }
 .courses-side-bar .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
 }
 .courses-side-bar .custom-control-label::before {
    border: #b6babd solid 2px;
    top: 0;
 }
 .courses-side-bar .custom-control-label:hover a{
     text-decoration: none;
 }
 .courses-side-bar .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #009047;
    background-color: #009047;
 }
 .courses-side-bar .custom-checkbox .custom-control-label{
    line-height: 25px;
 }
 .courses-side-bar .custom-control-label::after {
    top: 0px;
 }
 .courses-side-bar .custom-checkbox .custom-control-label {
    line-height: 17px;
 }
 .course-list li{
     display: flex;
     align-items: center;
 }
 .courses-side-bar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
 }
.hv-100{
    height: calc(100vh - 100px);
}
.courses-side-bar .custom-control-input:not(:disabled):active~.custom-control-label::before{
    background-color: transparent; 
    border-color: transparent;
}
.breadcrumb li:hover a{
    text-decoration: none;
    color: #57bbbf;
}
.content-listing{
    margin-left: -21px;
}
.page-item.disabled .page-link{
    background-color: #3f3e3a !important;
    color: #ffffff !important;
    border-color:#3f3e3a !important;
}

 /* lessons ends */
#sidebar2Collapse{
    z-index: 998;
    position: fixed;
    left: 0;
    top: 25%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#sidebar2.mCSB_4_dragger_vertical{
    padding: 40px 0px;
}
#sidebar2 .hv-100{
    height: 100vh;
}
.nav-right svg{
    padding-left: 5px;
    font-size: 22px;
    height: 17px;
}
.nav-left svg{
    padding-right: 5px;
    font-size: 22px;
    height: 17px;   
}
.lessons-main-topic:hover a{
    text-decoration: none;
}
.lesson-content li:hover a{
    text-decoration: none;
}
.topic-content img{
    /* float: left; */
    width: 3%;
    margin: 0px 0px 0px 15px;
}


/* instructor plans form starts */
.plan-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 25px;
}
.plan-icon-bluebg{
    background-color: #d5eeef;
}
.plan-icon-purplebg{
    background-color: #d5eeef;
}
.pad-40{
    padding: 40px;
}
.w-160{
    width: 160px;
}
.borderbluetop-5{
  border-top: 5px solid #57bbbf;
}
.plan-icon-purplebg{
    background-color: #d4daff;
}
.purple-text{
    color: #536aff;
}
.borderpurpletop-5{
  border-top: 5px solid #536aff;
}
.bg-purple{
    background-color: #536aff;
}
.blue-bg{
    background: #beedfd;
    background-size: cover;
    height: 465px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
}
.plan-details{
    height: 100%;
}

/* instructor plans form ends */

/* instructor plans registration form starts */
.instructor-registration .form-subheading{
    margin-top: 35px;
}
.info-tooltip{
    width: 20px;
    margin-left: 3px;
    /* width: 320px !important; */
    margin-bottom: 5px;
}
.tooltip-inner {
    max-width: 320px !important;
    text-align: left;
    font-size: 12px;
}
.custom-file-label::after{
    background-color: transparent;
    padding: 11px;
}
.promoterpricing{
    font-size: 25px;
}
.pad-25{
    padding: 25px 25px;
}
/* .form-plan-details {
    height: 100%;
} */
.plan-info li h6{
    line-height: 25px;
}
.plan-info li{
    margin-bottom: 7px;
}
.plan-info{
    margin: 20px 0px;
}
.font-17{
    font-size: 17px;
}
.font-25{
    font-size: 25px;
}
.total-pricing{
    border-top: 1px solid#dee2e6;
    margin-top: 30px;
    padding-top: 30px;
}

.instructor-registration .choosed {
    border: 2px solid #55b7bb !important;
    background-color: transparent !important;
    color: #000000 !important;  
}




.instructor-registration .custom-file{
    height: 45px !important;
}
.instructor-registration .custom-file-label::after {
    height: 45px !important;
    border-left: 1px solid #d0d0d0;
}
.instructor-registration .blue-btn:hover{
    border: 2px solid #55b7bb !important;
    background-color: transparent !important;
    color: #000000 !important;
}
.total-pricing li{
    margin-bottom: 10px;
}
.purple-btn:hover{
    background-color: #2a46f9 !important;
}

/* instructor plans registration form ends */





/* changes 29/12/2020 */
.login-registration .blue-btn {
    background-color: #b2dffc;
    border-color: #b2dffc;
    border-width: 2px;
}
.login-field-greybg{
    background-color: #fafafa;
}
.login-registration .blue-btn:hover {
    background-color:#1d8886;
}
.font-letter-big::first-letter{
    font-size: 57px;
}
.plan-description{
    height: 100%;
}
.plan-desc-col{
    margin-bottom: 30px;
}
.blue-background{
    background: #beedfd;
}
.container-size{
    width: 90% !important;
}



/* 8-1-21 */
.login-form{
    text-align: center;
}
.login-form img{
    width: 65% !important;
    margin-right: 10px;
}
.login-form, .registration-form{
    height: 100%;
}
/* .login-registration .form-control{
    margin: 10px 0px;
} */
/* .registration-form h1{
    margin-top: 10px;
} */
.font-italics{
    font-style: italic;
    line-height: 21px;
}
.text-bg {
    background-color: #beedfd;
    padding: 10px 10px;
}
.custom-control-label::before {
    top: 6px !important;
}
.custom-control-label::after {
    top: 6px !important;
}
#tax-certificate{
    padding-left: 40px;
    margin-top: 10px;
}
#individual-tax-certificate{
    padding-left: 40px;
    margin-top: 10px;
}




/* 11/1/21 */
.instructor-plans-block .plan-details h2{
    text-transform: capitalize;
}
.header-section{
    padding: 20px 0px;
}
.popover{
    max-width: 316px;
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    border-right-color: #000;
}
.popover-body {
    color: #ffffff;
    background: #000;
    font-size: 13px;
    line-height: 21px;
}
:focus{
    outline: none;
}
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    border-left-color: #0b0b0b;
}
.login-form, .registration-form {
    background-color: #ffffff;
    border-color: #ffffff;
}
.registration-form h1, .registration-form p{
    text-align: center;
}
.subscription-plans p{
    text-align: left;
}
.form-plan-details p{
    line-height: 23px;
}
.own-pay{
    font-size: 15px;
    line-height: 20px !important;
    color: #636567;
    font-weight: 500;
}
.btn-padding-y {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.login-registration .form-check-input {
    margin-top: 7px;
}
.login-registration .btn-primary {
    margin-bottom: 10px;
}
.card-info .form-check-input {
    margin-top: 7px;
}
.instructor-registration .font-23 {
    font-size: 22px !important;
}

.user-registration-form .form-group .font-16{
    font-size: 14px;
}
.user-registration-form .form-group .custom-control-label .font-16{
    font-size: 16px;
}

.font-bold{
    font-weight: 600;
}
.free-user-registration-content .font-18 {
    font-size: 17px;
}
.free-user-registration .font-15{
    font-size: 14px;
}
.custom-file-label::after{
    height: 44px;
    border-left: 1px solid #b3b3b3;
}
footer .p-75 {
    padding: 45px 15px;
}
.login-registration-section.p-40 {
    padding: 80px 0px;
    height: calc(100vh - 97px);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .image-edit .img-rounded{
    outline: 3px dotted #8c8c8c;
    outline-offset: -14px;
} */





/* promoters profile starts */
.profile-cover{
    height: 350px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.profile-img img{
    border: 6px solid #ffffff;
}
.profile-name{
    font-size: 20px;
}
.profile-img h2{
   display: none;
}
.thrive-nav-bar .nav-link{
    font-size: 15px;
}
.bg-darkblue{
    background-color: #1c858b;
}
.bg-darkgrey{
    background-color: #d3d3d3;
}
.thrive-nav-bar .nav-link{
    padding: 12px 12px !important;
}
.mt-30{
    margin-top: 30px;
}



.profile-text h6{
    color: #1976d2;
    font-size: 16px;
}
/* .profile-text p{
    color: #222222;
    font-size: 14px;
} */
.profile-detail{
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}
.profile-detail img{
    width: 125px;
    height: 125px;
    object-fit: cover;
    border: 6px solid #ffffff;
}
.profile-detail {
    height: 100%;
}
/* .profile-text {
    padding: 10px 10px 10px 10px;
} */
.margin-bottom{
    margin-bottom: 25px;
}
.user-profile-padding{
    padding: 45px 20px 0px 20px;
}
.promoter-profile-section{
    padding-bottom: 70px;
}
.navbar.rounded-5{
    border-radius: 5px !important;
}
.navbar-toggler-icon{
    filter: brightness(0) invert(1);
}
.navbar-light .navbar-toggler{
    border: none;
}
.navbar-toggler{
    padding: 8px 12px;
}
.navbar-light .navbar-brand{
    display: none;
}
/* promoters profile end */


/* dashboard starts */
.pad-30{
    padding: 30px;
}
.profile-info li{
    margin-bottom: 5px;
}
.profile-info{
    height: 100%;
}

.nav-link {
	position: relative;
}
.navbar-nav .nav-link.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(28, 133, 139, 0);
	border-top-color: #d3d3d3;
	border-width: 8px;
	margin-left: -8px;
}

 /* my transaction starts*/
 .edit-profile-section, .transaction-section{
    padding-bottom: 70px;
 }
 .transaction-table thead{
    background-color: #57bbbf;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #57bbbf;
 }
 .transaction-table table{
    border: 1px solid #dee2e6;
 }
 .transaction-table tbody{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
 }
 .transaction-table thead{
    font-weight: 500;
 }
 .table th{
    padding: .65rem .75rem;
 }
 .transaction-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 3%);
 }
 .pending-badge{
    background-color: #ffb74d;
    color: #ffffff;
    padding: 8px 8px;
    font-size: 11px;
    text-transform: capitalize;
 }

 .success-badge{
    background-color: #5bbd1b;
    color: #1b1b1b;
    padding: 8px 8px;
    font-size: 11px;
    text-transform: capitalize;
 }

 .failed-badge{
    background-color: #bb1111;
    color: #ffffff;
    padding: 8px 8px;
    font-size: 11px;
    text-transform: capitalize;
 }
 
 /* my transaction ends*/

 /* .profile-cover{
     display: none;
 } */

 /* promoter detaila */
 .promoter-block button{
    padding: 5px 21px !important;
    margin-bottom: 0px;
 }
 .promoter-block h6{
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 0px;
 }
 .promoter-block .date{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 14px;
    font-weight: 500;
 }
 .promoter-block a{
    font-size: 12px;
    line-height: 20px;
    display: block;
 }
 .promoter-block-margin{
     margin-bottom: 25px;
     height: 100%;
 }
 .promoter-detail img{
    height: 250px;
    object-fit: cover;
    width: 100%;
 }
/* my transaction starts*/
.edit-profile-section, .transaction-section{
    padding-bottom: 70px;
 }
 .transaction-table thead{
    background-color: #57bbbf;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #57bbbf;
 }
 .transaction-table table{
    border: 1px solid #dee2e6;
 }
 .transaction-table tbody{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
 }
 .transaction-table thead{
    font-weight: 500;
 }
 .table th{
    padding: .65rem .75rem;
 }
 .transaction-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 3%);
 }
 .pending-badge{
    background-color: #ffb74d;
    color: #ffffff;
    padding: 8px 8px;
    font-size: 11px;
 }
 
 /* my transaction ends*/
 .mb-60
 {
    margin-bottom: 60px;
 }

 .bg-black {
    background-color: #3f3e3a !important;
    color: #ffffff !important;
    border-color: #3f3e3a !important;
}

.lessons-status.active{
    background-color: #050505 !important;
}

.lesson.active ,.topics.active{
    color: #2acdd3 !important;
}

.course-book .card-header{
    background-color: #fff !important;
}

.edit-profile-section .profile-name {
    font-size: 24px;
}
.darkblue-text{
    color: rgb(26 135 137);
}
.book-details b{
    font-size: 24px;
}
.material-cover img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.book-detail-margin{
    margin: 25px 0;
}

/* Navigation bar */
.navigation-bar .notification-list {
    height: 240px;
    padding: 10px 25px;
}

.navigation-bar  .dropdown-menu {
    transform: translate3d(-87%, 44px, 0px) !important;
}
.navigation-bar .dropdown-toggle::after{
    display: none;
}
.navigation-bar svg{
    font-size: 25px;
    color: #000000;
    transform: rotateY(180deg);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
}
.header-part svg{
    font-size: 20px;
    margin-right: 10px;
}
.navigation-bar .dropdown-menu{
    min-width: 25rem;
}
.header-part .badge-primary{
    font-size: 15px;
    padding: 7px 10px !important;
}
.notification-list .dropdown-item{
    padding: 5px 15px;
}
.followers-list .media img{
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.followers-list .media h5{
    font-size: 14px;
}
.followers-list .media h5 a{
    font-size: 15px;
}
.followers-list .media h5 a:hover{
    text-decoration: none;
}
.followers-list .media span{
    font-size: 13px;
    color: #828282;
}
.followers-list li:not(:last-child){
    margin-bottom: 15px;
}
.navigation-bar .nav-link{
    padding-left: 0;
    padding-right: 20px;

}
.notification-badge{
    position: absolute;
    background: #ff2929;
    right:0px;
    width: 20px;
    height: 20px;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    border-radius: 0px;
}
#sidebar .navigation-bar{
    background: #efefef;
    padding: 10px 0;
    justify-content: center;
}
#sidebar ul.components{
    padding: 0;
}
#sidebar .navigation-bar li a:hover{
    background-color: transparent;
}
#sidebar .navigation-bar .nav-link{
    padding: 0 10px !important;
}

/* feed page */
.media a{
    color: #0070c0;
}
.news-feed h5{
    font-size: 18px;
    line-height: 22px;
}
.news-feed span {
    font-size: 16px;
    color: #828282;
}
.sub-post{
    margin-top: 10px;
}
.sub-post img{
    /* padding: 0 30px 0 10px; */
    width: 57px;
    height: 70px;
    object-fit: contain;
    margin-right: 10px;
}
.sub-post p{
    font-size: 16px;
    line-height: 22px;
}
.news-feed .user-img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: top;
}
.px-50{
    padding: 0 60px;
}
.news-feed .media h5 a:hover{
    text-decoration: none;
}
.news-feed .media:not(:last-child){
    margin-bottom: 50px;
}
/* feed page end */


.followersCount button{
    padding: 8px 15px !important;
    background-color: #d8d8d8 !important;
    color: #222 !important;
}
.followersCount .blue-btn:hover {
    background-color: #57bbbf !important;
    color: #fff !important;
}
.unfollow-btn{
    background-color: #c4c4c4 !important;
   border: 1px solid #c4c4c4 !important;

}
.unfollow-btn:hover{
    color: #c4c4c4 !important;
}

.accept-btn{
    background-color: #00d66f !important;
   border: 1px solid #00d66f !important;

}
.accept-btn:hover{
    color: #00d66f !important;
}


/* order-book starts */

.order-book-price li svg, .fee-tax-price li svg{
    margin-right: 8px;
    font-size: 14px;
    color: #29858b;
}
.fee-tax-price{
    padding-left: 20px;
}
.order-book-price li, .fee-tax-price li{
    margin-bottom: 10px;
}
.book-payment textarea{
    height: 200px !important;
}
.mt-16{
    margin-top: 16px;
}
.book-payment{
    margin-top: 40px;
}
.padding-bottom{
    padding-bottom: 70px;
}
/* order-book ends */




/* exercise page starts */
.nav-pills .nav-link.active{
    font-weight: 600;
    color: #222222;
   
}
.nav-pills .nav-link{
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.enrolled-info strong{
    font-size: 16px !important;
}
.nav-tab-margin {
    margin-top: 20px;
    padding: 15px 0px;
}
.tab-content{
    padding: 10px 20px;
}
.mCSB_inside>.mCSB_container{
    margin-right: 0px !important;
}
.nav-tab-margin h5 {
    font-size: 15px;
    padding: 9px 10px;
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 24px;
    /* font-style: italic; */
    text-transform: capitalize;
    background: #5ebdba;
    margin-bottom: 10px;
}
.border-round{
    border: 1px solid #dee2e6 !important;
}
.nav-pills .nav-link:hover{
    color: #222222;
}
.nav-pills .nav-link{
    width: 100%;
    padding: 6px 10px;
}
.nav-tab1 svg{
    display: none;
}
.nav-tab1 .nav-link.active svg{
    display: inline-block;
    font-size: 14px;
    color: #1c858b;
}
.nav-tab1.hv-100:not(.nav-tab1.nav-content.hv-100){
    height: 100%;
}
/* exercise page ends */

/* plan description starts*/

.plan-desc-col img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.height-100{
    height: 100%;
}

/* plan description ends*/

/* ithrive tab starts */
.ithrive-tab .nav-item a{
    background: rgb(17,120,123);
    background: linear-gradient(180deg, rgba(17,120,123,1) 40%, rgba(11,76,78,1) 100%);
    border-radius: .50rem .50rem 0 0;
    padding: 7px 49px;
    margin: 0 2px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}
.ithrive-tab .nav-item .nav-link.active {
    background: rgb(127,213,207);
    background: linear-gradient(180deg, rgba(127,213,207,1) 40%, rgba(19,136,139,1) 100%);
    color: #ffffff;
    padding: 7px 30px;
}
.i-thrive-tabs .thrive-nav-bar .nav-link {
    padding: 3px 25px !important;
}
.bg-darkgrey{
    background: #d3d3d3;
}
.thrive-heading{
    font-size: 30px;
}
.thrive-heading span{
    font-size: 40px;
    color: #13888b;
}
.grey-content{
    color: #7f7f7f;
    font-size: 26px;
    line-height: 35px;
}
.health-navbar .navbar-nav .nav-link.active:after{
    display: none;
}
.health-navbar{
    background: #13888b;
}
.navbar .navbar-nav{
    width: 100%;
    justify-content: space-between;
}
.health-navbar .navbar-nav .nav-link{
    /* padding: 2px 40px !important; */
}
.i-thrive-tabs .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-light.thrive-nav-bar .navbar-nav .nav-link.active{
    color: #0d5d5f !important;
}
.navbar-light.thrive-nav-bar .navbar-nav .nav-link:hover{
    color: #0d5d5f !important;
}
.navbar-light.health-navbar .navbar-nav .nav-link.active{
    color: #7fd5cf !important;
}
.navbar-light.health-navbar .navbar-nav .nav-link:hover{
    color: #7fd5cf !important;
}
.rounded-top-5{
    border-radius: 5px 5px 0 0;
}
.rounded-bottom-5{
    border-radius:  0 0 5px 5px;
}
.navbar-nav .nav-link.active:after{
   border-top-color: #d3d3d3;
}
.user-profile-padding {
    padding: 30px 20px 0px 20px;
}
.followers-pad .col-12{
    padding: 0 5px;
}
.friends-btn .btn-primary{
    padding: 3px 13px 3px 9px !important;
    font-size: 13px !important;
    /* margin-right: 3px; */
}
.friends-btn .btn-secondary{
    padding: 3px 13px 3px 9px !important;
    font-size: 13px !important;
    /* margin-right: 3px; */
}
.follow-btn {
    background-color: #74cdc8 !important;
    border: 1px solid #74cdc8 !important;
}
.profile-text p {
    color: #adadad;
    font-size: 12px;
    line-height: 17px;
}
.follow-btn:hover {
    color: #74cdc8 !important;
}
.friends-btn a:hover {
    background-color: transparent !important;
}
.profile-text {
    padding: 5px 3px 5px 1px;
}
.dropdown-toggle::after{
    top: 58%;
    right: 100px;
}
.profile-text{
    justify-content: space-between;
    flex: 1 1 0;
    align-items: center;
}
.thrive-nav-bar .navbar-nav a{
    color: #222222 !important;
}
.followers-block .dropdown-toggle::after {
    top: 58%;
    right: 110px;
}
.friends-btn svg{
    margin-right:5px;
}
.friends-btn button:first-child{
    margin-right:5px;
}
.friends-btn .btn:hover{
    background-color: transparent !important;
}
.profile-name h6{
    margin-bottom: 0px !important;
}
.following-img li img{
    width: 110px;
    margin-bottom: 15px;
    height: 110px;
    object-fit: cover;
    border: 6px solid #fff;
    -webkit-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
}
.following-img li:nth-child(odd){
    margin-right: 15px;
}
.following-list h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.following-list .unfollow-btn:hover {
    color: #c4c4c4 !important;
    border: 1px solid #c4c4c4 !important;
    background-color: transparent !important;
}
.skyblue-text{
    color: #0095ff;
}
.search-btn {
    margin-bottom: 15px;
}
.img-rounded{
    border-radius: 25px !important;
    width: 100%;
    object-fit: cover;
    /* height: 280px; */
}
.img-title{
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    margin-left: 10px;
    line-height: 17px;
}
.post-by img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fafafa;
    /* object-fit: cover; */
}
.post-by{
    /* margin-top: 10px; */
    margin-bottom: 10px;
}

.username .wishuser {
    font-size: larger;
}
/* ithrive tab ends */

/* book order starts */

/* .book-order-section{
    font-family: 'Avenir LT 35';
    font-size: 15px;
    line-height: 20px;
} */

.fee-tax-price li{
    list-style-type: disc;
}
.book-payment{
    /* background-color: #f5f5f5;
    height: auto;
    width: 568px; */
    padding: 45px 75px 100px 75px;
}
.book-payment h6{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}
.book-payment .form-control{
    /* border: 2px solid rgba(145, 145, 145, 1);
    margin-bottom: 15px;
    height: 43px; */
}
.book-payment .form-control::placeholder { 
    color: rgba(145, 145, 145, 1);
    font-size: 14px;
}
.book-payment .form-control:focus {
    background-color: transparent;
}
.book-payment textarea {
    height: 125px !important;
}
.custom-checkbox .custom-control-label::before{
    border: 2px solid rgba(145, 145, 145, 1);
    border-radius: 0;
}
.book-payment .custom-checkbox{
    margin-bottom: 15px;
    font-size: 14px;
}
.font-14{
    font-size: 14px;
}
.order-button{
    background-color: rgba(55, 59, 77, 1);
    border: solid transparent 0px;
    height: 40px;
    width: 160px;
}
.order-button:hover{
    background-color: #000000;
}
.book-order-section h1 {
    font-size: 30px;	  
      /* font-size: 30px;
    font-family: 'LuloCleanW01-OneBold';	    font-family: 'LuloCleanW01-OneBold';
    color: #000000;	    
    color: #000000;
    letter-spacing: -0.1em;	   
     letter-spacing: -0.1em; */
    margin-bottom: 60px;	    
    margin-bottom: 50px;
    text-align: center;
}	
.book-payment .form-control:hover{
    background-color: #f2faf9;
}
.book-order-section{
    padding: 40px 0 40px 0;
}

/* book order ends */


/* iThrive tab feature  img upload starts*/
.linked-site a{
    font-size: 12px;
    font-weight: 600;
    display: block;
    /* width: 60%; */
    /* height: 30px; */
    border-radius: 25px;
    background-color: rgb(255 255 255 / 87%);
    text-align: center;
    padding: 5px 15px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    line-height: 15px;
    text-align: left;
}

.uploaded-img{
    bottom: 0;
    width: 100%;
    padding: 10px;
}
.linked-option{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 87%);
    text-align: center;
    padding: 4px 8px;
    display: inline-block;
}
.w-75{
    width: 40px !important;
    margin-left: 10px;
}
.linked-site{
    width: 135px;
    /* height: 34px; */
    border-radius: 25px;
}
.linked-site svg{
    margin-right: 5px;
    transform: rotate(50deg);
}
.uploaded-img a:hover{
    text-decoration: none;
    color: #000000;
}
/* iThrive tab feature  img upload ends*/

.preferred_payment_method option{
    font-size: 18px;
    padding: 10px 10px;
}
.disable-btn {
    cursor :not-allowed
}
.disable-btn:hover {
    color : white!important;
    background-color: black !important;
    cursor :not-allowed!important;
}
/* modal pop up starts*/
.modal-lg, .modal-xl {
    max-width: 1090px;
    max-height : 50%;
}
.editable-popup textarea{
    height: 100% !important;
}
.edit-icon svg{
    font-size: 23px;
    color: #808080;
}
/* .edit-icon{
    right: -13px;
    bottom: 18%;
    position: relative;
} */
.image-title{
    font-size: 20px;
}
.product-link{
    font-size: 16px;
}
.editable-popup .btn-danger{
  font-size: 14px;
}
.editable-popup .blue-btn{
    width: auto;
}
.image-edit img{
    height: 400px;
}
.img-edit-option{
    top: 0;
    right: 0;
}
.dropify-wrapper {
    height: 470px !important;
    font-weight: 500;
    font-size: 21px !important;
    color: #777 !important;
    background-color: #e8e6e75c !important;
    border: 2px solid #f7f6f6 !important;
}
.editable-popup .img-rounded{
    height: 470px !important;
}
.textarea-height{
    height: 230px;
    overflow: auto;
}

.dropify-message {
    border: 2px dashed #9f9f9f;
    height: 440px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropify-infos-inner {
    display: none!important;
}

.bootstrap-tagsinput input[type="text"] {
    min-width: 25.375rem!important;
    line-height: 2!important;
}

/* #ads-form .modal-content
{
    height: 631px !important;
} */

.only-view{
    padding: 50px 0 0 0 !important;
}
/* modal pop up ends*/

/* ----------------message ------------*/
.inner-header {
    height: auto;
  }
  
  .inbox_people {
    background: #f5f6fa none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 30%;
    border-right: 1px solid #eaeaeb;
  }
  
  .inbox_msg {
    /* border: 1px solid #eaeaeb; */
    clear: both;
    overflow: hidden;
  }
  
  .top_spac {
    margin: 20px 0 0;
  }
  
  .recent_heading {
    float: left;
    /* width:40%; */
    width: 100%;
  }
  
  .srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
  }
  
  .headind_srch {
    padding: 10px 20px 15px 20px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaeb;
  }
  
  .recent_heading h4 {
    color: #062245;
    font-size: 35px;
    margin: auto;
  }
  
  .recent_heading h4 span {
    color: #adadad;
    font-size: 20px;
  }
  
  .msg_history-heading {
    background: #ffffff;
    padding: 34px 20px 33px 20px;
  }
  
  .srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
  }
  
  .srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
  }
  
  .srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
  }
  
  .chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
  }
  
  .chat_ib h5 span {
    font-size: 13px;
    float: right;
  }
  
  .chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto;
  }
  
  .chat_img {
    float: left;
    width: 11%;
  }
  
  .chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
  }
  
  .chat_people {
    overflow: hidden;
    clear: both;
  }
  
  .chat_list {
    margin: 0;
    /* padding: 20px 0; */
    cursor: pointer;
  }
  .chat_list:not(:last-child){
    border-bottom: 1px solid #e1e1e1;
  }
  
  .inbox_chat {
    height: calc(100vh - 109px);
    overflow-y: auto;
  }
  
  /* .active_chat {
    background: #ffffff;
  } */
  
  .incoming_msg_img {
    display: inline-block;
    width: 6%;
  }
  
  .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
  }
  
  .received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
  }
  
  .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
  }
  
  .received_withd_msg {
    width: 57%;
  }
  
  .mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 70%;
    /* background: #f7f8fa; */
  }
  
  .sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
  }
  
  .outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
  }
  
  .sent_msg {
    float: right;
    width: 46%;
  }
  
  .input_msg_write input {
    background: #ffffff;
    border: medium none;
    color: #4c4c4c;
    font-size: 16px;
    min-height: 90px;
    width: 100%;
    padding: 15px 20px;
  }
  
  .type_msg {
    border-top: 1px solid #eaeaeb;
    position: relative;
  }
  
  .msg_send_btn {
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: 28px;
  }
  
  .messaging {
    /* padding: 0 0 50px 0; */
  }
  
  .msg_history {
    height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 30px 20px;
  }
  
  img {
    max-width: 100%;
  }
  
  .lightgrey-border {
    border: 1px solid #e1e1e1;
  }
  
  .chat_img1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .chat_img1 img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .chat_people-name {
    margin-left: 10px;
    width: 72%;
  }
  
  .chat_people-name h6 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  
  .chat_people-name .user-lastmsg {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .chat_people-name small {
    font-weight: 300;
    color: #636567;
    font-size: 14px;
  }
  
  .msg_history-heading1 {
    font-size: 25px;
    color: #646464;
  }
  
  .msg-date {
    font-size: 14px;
    color: #989898;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
    padding: 5px 0px;
    margin: 10px 0px;
  }
  
  .user-full-msg:not(:first-child) {
    margin-top: 50px;
  }
  
  .user-full-msg .chat_img1 {
    margin-right: 15px;
  }
  
  .user-full-msg .chat_img1 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .chat_people-msg {
    font-size: 17px;
    width: 100%;
  }
  
  .chat_people-msg h6 {
    /* margin-top: 0px; */
    font-size: 17px;
  }
  
  .chat_people-msg small {
    color: #646464;
  }
  .user-msg-txt{
    color: #636567;
  }
  .chat-name{
      margin-bottom: 15px !important;
  }
  .chat-time{
      font-size: 14px;
      color: #636567;
      font-weight: 500;
  }
  .chat-screen-section h1{
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 35px;
  }
  .unread-msg{
      width: 17px;
      height: 17px;
      background-color: #1c8c88;
      color: #ffffff;
      border-radius: 50%;
      font-size: 13px;
  }
  
  
  
  .grey-content {
    font-size: 22px !important;
    line-height: 27px !important;
    margin-bottom: 40px !important;
}

.plan-desc-col img {
    border: 2px solid #e3e3e3;
}

.plan-desc-col {
    margin-bottom: 60px !important;
}

.plan-desc-col img {
    width: 93% !important;
}

.plan-img {
    text-align: right;
}

.w-20 {
    filter: grayscale(100%);
}

.social-links li {
    background-color: #a6a6a6 !important;
}

.plan-description {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.msg-filed
{
    height:180px !important;
}

.contact-icon
{
    width: 50px;
height: 50px;
padding: 5px 5px;
background-color: #444444;
color: #ffffff;
line-height:40px;
text-align: center;
font-size:28px;
margin-right:15px;
}

.contact-details a
{
    color: #222222;
}

.contact-details span
{
    font-size:19px;
    font-weight:500;
}

.chat_people.active{
    background-color: #ffffff;
    /* border-radius: 30px; */
    border-left: #57bbbf solid 5px;
    /* padding: 15px 0px; */
}
.chat_people{
    padding: 20px 15px;
    /* border-bottom: 1px solid #e7e7e7; */
}
/* lessons page starts 19 2 2021*/
.enrolled-info strong {
    font-weight: 700;
}
/* lessons page ends 19 2 2021*/

/* 23-2 21 course page strats */
.nav-tab-margin {
    margin-top: 20px;
    padding: 15px 15px;
}
.course-tab .nav-pills .nav-link{
    padding: 5px 0;
    font-size: 16px;
}
.course-tab .nav-pills .nav-link.active{
    color: #1c858b;
    font-weight: 600;
}
.course-tab .course-listing li{
    font-size: 23px;
    margin-bottom: 10px;
}
.course-tab .tab-heading{
    font-size: 22px;
}
.coursedescription-tab-listing li{
    font-size: 18px;
    margin-bottom: 10px;
}
.course-tab .border-round {
    border: 1px solid #dee2e6 !important;
}
#add-event .modal-dialog {
    max-width: 700px;
}
#add-event .modal-title {
    font-size: 23px;
    font-weight: 600;
}
.course-tab .tab-pane{
    padding: 20px 20px;
}
.course-tab .tab-pane svg{
    display: inline-block;
    margin-left: 2px;
    font-size: 15px;
}
.course-tab .course-listing li{
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    margin-bottom: 0px;
}

/* course tab */
.announcement-feed .date-announced{
    font-size: 14px;
    color: #929292;
    text-align: end;
}

.announcement-block{
    margin-bottom: 35px;
}
.annoucement-posting-area textarea::placeholder{
    color: #929292;
    font-size: 14px;
}
.annoucement-posting-area form{
    margin-bottom: 35px;
}
.notes {
    padding: 15px;
}

.pdf-modal .modal-body{
    width: 70% !important;
    margin: 0px 13% !important;
}

.go-top {
    display: inline-block;
    background-color: #57bbbf;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .go-top::after {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  .go-top:hover {
    cursor: pointer;
    background-color: #333;
  }
  .go-top:active {
    background-color: #555;
  }
  .go-top.show {
    opacity: 1;
    visibility: visible;
  }
/* .magazine-viewport{

    overflow: auto !important;
    height: 650px !important;
    width: 100% !important;
}
.book-order-section{
    height: 100vh;
} */

/* 9 3 21 instarutor side navigation message  starts*/
.chat-screen-tab .inbox_people{
    width: 35%;
}
.chat-screen-tab .mesgs{
    width: 65%;
}
.chat-screen-tab .chat_list {
    margin: 0;
    padding: 15px 15px;
}
.chat-screen-tab .user-full-msg .chat_img1 {
    margin-right: 5px;
}
.chat-screen-tab .user-full-msg .chat_img1 img {
    width: 50px;
    height: 50px;
}
.chat-screen-tab .user-msg-txt {
    font-size: 15px;
}
.chat-screen-tab .user-full-msg:not(:first-child) {
    margin-top: 30px;
}
.chat-screen-tab .msg_history {
    height: calc(100vh - 280px);
}
.chat-screen-tab .inbox_chat {
    height: calc(100vh - 223px);
}
.chat-screen-tab .chat_people-name h6 {
    font-size: 16px;
}
.chat-screen-tab .chat_img1 img {
    width: 45px;
    height: 45px;
}
.chat-screen-tab .input_msg_write input {
    min-height: 56px;
    padding: 5px 20px;
}
.chat-screen-tab .msg_send_btn {
    top: 8px;
}
.chat-screen-tab .msg_history {
    padding: 10px 20px;
}
.chat-screen-tab .inbox_people .chat_people-name{
    width: 60%;
}

.forum-ques-ans h6{
    font-size: 24px;
    flex: 1 1 0px;
    line-height: 40px;
}
.forum-sidebar{
    width: 15%;
}
.forum-ques-ans{
    width: 85%;
}
 /* 9 3 21 instarutor side navigation message end*/


 .emptyChatReq {
    height: 100px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #777777;
    font-size:22px;
}

.disabled-img
{
pointer-events: none;
}

.disabled-img img
{
    filter: grayscale(100%);
}
.page-loader{
    position: absolute;
    top: 9%;
    right: 18%;
    display: block !important;
}

/* 9-3-21 instarutor side discussion forum starts*/
.forum-ques-ans h6{
    font-size: 24px;
    flex: 1 1 0px;
    line-height: 40px;
}
.forum-sidebar{
    width: 15%;
}
.forum-ques-ans{
    width: 85%;
}
.question-author{
    flex: 1 1 0;
}
.grey-text{
    color: #a4a4a4;
}
.main-heading, .comment-section h6{
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.comments-block{
    background-color: #f0f0f0;
padding: 10px;
}
.comments-block h4{
    font-size: 17px;
}
.comment-section h6{
    font-size: 18px;
    line-height: 20px;
}
.vote-count svg{
    font-size: 50px !important;
    color: #a4a4a4;
}
.vote-count span{
    font-size: 28px;
    font-weight: 500;
    line-height: 20px;
}
 /* 9 3 21 instarutor side navigation message end*/
 p.expiry-alert {
    color: tomato;
    margin-left: 10px;
    margin-bottom: 0px;
}


.exercisepage-section .font-32{
    font-size: 24px !important;
}

.exercisepage-section .invite-btn{
    margin-top: -40px;
}
.exercise-form .form-control:focus{
    background-color: #fff;
    border-color:  #ced4da;
}
.exercise-form textarea{
    height: 100px;
}
.check-radio{
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.editicon svg{
    display:block !important;
}
.editicon{
    float:left;
    padding-top: 5px;
    color: #a5a7a9;
}
.chk-field .form-check-input {
    margin-top: 8px;
}
.chk-answers{
    margin-left: 31px;
}
.txt-announcement.form-control:focus
{
    background-color: unset;
}
.help-form.mt-lg-5, .my-lg-5 {
    margin-top: 0rem!important;
}
.plan-menu
{
    justify-content: flex-start !important;
    /* padding: 0px 20px; */
}
.plan-menu .nav-link{
    padding: 12px 30px !important;
}

/* 9 3 21 instarutor side navigation message  starts*/
.chat-screen-tab .inbox_people{
    width: 35%;
}
.chat-screen-tab .mesgs{
    width: 65%;
}
.chat-screen-tab .chat_list {
    margin: 0;
    padding: 15px 15px;
}
.chat-screen-tab .user-full-msg .chat_img1 {
    margin-right: 5px;
}
.chat-screen-tab .user-full-msg .chat_img1 img {
    width: 50px;
    height: 50px;
}
.chat-screen-tab .user-msg-txt {
    font-size: 15px;
}
.chat-screen-tab .user-full-msg:not(:first-child) {
    margin-top: 30px;
}
.chat-screen-tab .msg_history {
    height: calc(100vh - 280px);
}
.chat-screen-tab .inbox_chat {
    height: calc(100vh - 223px);
}
.chat-screen-tab .chat_people-name h6 {
    font-size: 16px;
}
.chat-screen-tab .chat_img1 img {
    width: 45px;
    height: 45px;
}
.chat-screen-tab .input_msg_write input {
    min-height: 56px;
    padding: 5px 20px;
}
.chat-screen-tab .msg_send_btn {
    top: 8px;
}
.chat-screen-tab .msg_history {
    padding: 10px 20px;
}
.chat-screen-tab .inbox_people .chat_people-name{
    width: 60%;
}

.forum-ques-ans h6{
    font-size: 24px;
    flex: 1 1 0px;
    line-height: 40px;
}
.forum-sidebar{
    width: 15%;
}
.forum-ques-ans{
    width: 85%;
}
 /* 9 3 21 instarutor side navigation message end*/


 .emptyChatReq {
    height: 100px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #777777;
    font-size:22px;
}

.disabled-img
{
pointer-events: none;
}

.disabled-img img
{
    filter: grayscale(100%);
}
.page-loader{
    position: absolute;
    top: 9%;
    right: 18%;
    display: block !important;
}

/* 9-3-21 instarutor side discussion forum starts*/
.forum-ques-ans h6{
    font-size: 24px;
    flex: 1 1 0px;
    line-height: 40px;
}
.forum-sidebar{
    width: 15%;
}
.forum-ques-ans{
    width: 85%;
}
.question-author{
    flex: 1 1 0;
}
.grey-text{
    color: #a4a4a4;
}
.main-heading, .comment-section h6{
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.comments-block{
    background-color: #f0f0f0;
padding: 10px;
}
.comments-block h4{
    font-size: 17px;
}
.comment-section h6{
    font-size: 18px;
    line-height: 20px;
}
.vote-count svg{
    font-size: 50px !important;
    color: #a4a4a4;
}
.vote-count span{
    font-size: 28px;
    font-weight: 500;
    line-height: 20px;
}
 /* 9 3 21 instarutor side navigation message end*/
 p.expiry-alert {
    color: tomato;
    margin-left: 10px;
    margin-bottom: 0px;
}


.exercisepage-section .font-32{
    font-size: 24px !important;
}

.exercisepage-section .invite-btn{
    margin-top: -40px;
}
.exercise-form .form-control:focus{
    background-color: #fff;
    border-color:  #ced4da;
}
.exercise-form textarea{
    height: 100px;
}
.check-radio{
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.editicon svg{
    display:block !important;
}
.editicon{
    float:left;
    padding-top: 5px;
    color: #a5a7a9;
}
.chk-field .form-check-input {
    margin-top: 8px;
}
.chk-answers{
    margin-left: 31px;
}
.txt-announcement.form-control:focus
{
    background-color: unset;
}
.help-form.mt-lg-5, .my-lg-5 {
    margin-top: 0rem!important;
}
    /* Instructor dashboard start */

.bg-dark-grey{
    background-color: #E8EAEE;
}
.dashboard-content > div{
    padding: 60px 45px;
    /* height: 1125px !important; */
}
.dashboard-content h1{
    font-size: 40px;
    margin-bottom: 40px;
}
.dashboard-content{
    padding: 30px;
}
.inner-content{
    border: 1px solid #DEE2E6;
    padding: 20px;
}
.pdf-image img{
    height: 640px;
    width: 512px;
    object-fit: cover;
}
.dashboard-menu li a{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 12px 9px;
}
.dashboard-menu li:not(:last-child){
   margin-bottom: 15px;
}
.dashboard-menu li .active {
    background-color: #57bbbf;
    color: #fff;
}
.dashboard-menu{
    padding: 30px 18px;
    
}
.dashboard-menu-list{
    background: url(../images/menu-bg.jpg) no-repeat 100% 100%;
    background-size: cover;
    height: 100%;
}
    /* Instructor dashboard end */

/* pushbar css  start*/
    html.pushbar_locked {
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none;
    }
    
    .pushbar_locked .pushbar_main_content.pushbar_blur {
        filter: blur(15px);
    }
    
    .pushbar_overlay {
        z-index: -999;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        will-change: opacity;
        transition: opacity 0.5s ease;
        opacity: 0;
        background: #000000;
    }
    
    html.pushbar_locked .pushbar_overlay {
        opacity: 0.5;
        z-index: 999;
    }
    
    [data-pushbar-id] {
        z-index: 1000;
        position: fixed;
        overflow-y: auto;
        will-change: transform;
        transition: transform 0.5s ease;
        background: #fff;
    }
    
    [data-pushbar-direction="left"][data-pushbar-id], [data-pushbar-direction="right"][data-pushbar-id] {
        top: 0;
        width: 256px;
        max-width: 100%;
        height: 100%;
    }
    
    [data-pushbar-direction="top"][data-pushbar-id], [data-pushbar-direction="bottom"][data-pushbar-id] {
        left: 0;
        width: 100%;
        min-height: 150px;
    }
    
    [data-pushbar-direction="left"][data-pushbar-id] {
        left: 0;
        transform: translateZ(0) translateX(-100%);
    }
    
    [data-pushbar-direction="right"][data-pushbar-id] {
        right: 0;
        transform: translateZ(0) translateX(100%);
    }
    
    [data-pushbar-direction="top"][data-pushbar-id] {
        top: 0;
        transform: translateZ(0) translateY(-100%);
    }
    
    [data-pushbar-direction="bottom"][data-pushbar-id] {
        bottom: 0;
        transform: translateZ(0) translateY(100%);
    }
    
    [data-pushbar-id].opened {
        display: block;
        transform: translateX(0px) translateY(0px);
    }


/* pushbar css  end*/

/* Home page redesign 31/5/21 starts*/
.participating-institution{
    background-color: #ece8e7;
    padding: 25px 0;
}
.participating-institution b{
    color: #645951;
    width: 50%;
    display: block;
}
.heading{
    font-size: 36px;
    margin-bottom:45px;
}
.bg-light-blue{
    background-color: #d2edee;
}
.display-1{
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 37px;
}
.display-1 span{
    font-weight: 700;
}
.program-works .h3, .work-progress-section .h3{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.program-works p{
   line-height: 20px;
}
.divider{
    border-bottom: 1px solid #a6a6a6;
    width: 10%;
}
.divider-full-width{
    border-bottom: 1px solid #a6a6a6;
    width: 100%;
}
.name-designation{
    font-size: 18px;
    display: block;
    color: #0a3980;
}
.institute-name{
    font-size: 20px;
    display: block;
    color: #0a3980;
}   
.dean-comments-block{
    padding: 50px 90px;
}
.thrive-curriculum-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.top-border{
    border-top: 1px solid #a6a6a6;
    padding-top: 60px;
    margin-top: 60px;
}
#theme .item p{
    padding: 10px 120px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.owl-carousel .owl-nav.disabled{
    display: block !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 14%;
    right: 30px;
}
.owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg{
    font-size: 30px;
    color: #0056d2;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 30px;
}
.heading-underline:after{
    content: "";
    display: block;
    width: 33%;
    background-color: #0056d2;
    height: 2px;
    margin: 10px auto;
}
.participants-reaction{
    background-color: #ece8e7;
}
.institutes-img{
    width: 100%;
}
.institutes-img img {
    width: 22%;
    margin-left: 50px;
}
.discover-section img{
    /* height: 720px; */
    border: 2px solid #e3e3e3;
    width: 100%;
    object-fit: contain;
    object-position: top;
}
.discover-section .top-border{
    border-top: 0 !important;
    }
    
/* Home page redesign 31/5/21 end*/
.hide-option .switchery {
    margin-left: 10px;
}
.editable-popup button.close {
    color: #808080 !important;
    opacity: 1;
    border: 1px solid #808080;
    border-radius: 50%;
    padding: 0px 6px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.editable-popup .close{
    opacity: 1;
}
.editable-popup button.close span{
    color: #808080 !important;
    font-size: 18px !important;
}
.img-size{
    font-size: 15px;
    color: #504c4c;
    }
    .img-size span{
      font-weight: bold;
    }
    .delete-account:hover{
        background-color: #d43f3a;
        color: #ffffff;
        border-color: #d43f3a;
    }
    .myaccount-form .form-control
    {
        padding:0px 10px !important;
        height:unset !important;

    }
    .show-profile .reqfriends-btn .btn{
        padding: 10px 10px !important;
        border-width: 1px !important;
        border-style: solid !important;
    }
    .profilefriends-btn:hover{
        background-color: #ffffff !important;
        color: #57bbbf !important;
        border-width: 1px !important;
        border-color:#57bbbf !important;
        border-style: solid !important;
    }
    .search-icon{
        border: 1px solid #c0c0c0;
        padding: 2px 7px 2px 7px;
        display: inline-block;
        margin-right: -6px;
        border-right: 0px;
        border-radius: 4px 0 0 4px;
    }
    .search-icon svg{
        color: #969696;
    }
    .search-auto input{
        border: 1px solid #c0c0c0;
        padding: 2px 5px;
        display: inline-block;
        border-left: 0px;
        border-radius: 0 4px 4px 0;
    }

.search-auto ul li:not(:last-child){
    border-bottom: 1px solid #bcbcbc;
}
.search-auto ul li{
    padding: 5px 10px;
    background: #fff;
}
.search-auto ul{
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    z-index: 1;
}
.search-auto ul li p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
}
.search-auto ul li b.name-searched {
    font-size: 12px;
    line-height: 9px;
}
.profile-edit-icon{
    bottom: 0px;
       right: 0;
       background: #ffffffcf;
       width: 37px;
       height: 37px;
       padding: 5px 10px;
       border-radius: 50%;
       text-align: center;
   } 
   img.cover-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.profile-edit-icon.remove-icon {
    right: 0%;
}
.profile-edit-icon.cover-img-edit{
    right: 4%;
}
.profile-img-edit{
    position: absolute!important;
    bottom: 0;
    right: 25%;
}
.profile-img-edit .profile-edit-icon {
    bottom: unset;
    right: unset;
    background: #ffffffcf;
    width: 37px;
    height: 37px;
    padding: 5px 10px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.profile-img-edit .profile-edit-icon.remove-icon {
    right: unset;
}
.navbar .navbar-nav.two-links{
    justify-content: flex-start !important;

}
.navbar .navbar-nav.two-links a{
    padding: 3px 100px !important;
}
.news-feed a .user-img{
    width: 153px;
    height: 153px;
    object-fit: cover;
    object-position: top;
    border: 6px solid #fff;
}

.profile-img .img-thumbnail{
    Width: 166px;
    height: 166px;
    object-fit: cover;
}
.ithrive-tab .nav-item a.disable {
    background: rgb(183 183 183);
}
.news-feed .media >.user-img{
    width: 133px;
    height: 133px;
    object-fit: cover;
    object-position: top;
    border: 6px solid #fff;
    -webkit-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
}
.profile-detail .friends-btn{
    margin-top: 6px;
}
.profile-detail .friends-btn{
    margin-top: 6px;
}
.profile-detail .friends-btn .dropdown .btn{
    position: relative;
}
.profile-detail .friends-btn .btn.dropdown-toggle::after {
    top: 55%;
    right: 4px;
}
.login-registration-section p
{
    font-size: 14px!important;
    color: #555;
    line-height: 18px;
    margin-bottom: 9px !important;
}
.edit-profile-section .addcstbtn{
    margin-top: 20px;
}
.myaccount-form table tr td .field-bg{
    background-color: #ffffff !important;
}
.myaccount-form table tr td .parsley-error-list {
    margin-bottom: 0 !important;
}
.i-thrive-tabs h2 {
    font-size: 24px;
}
.dropify-render img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    /* outline: 3px dotted #8c8c8c;
    outline-offset: -10px; */
}
.dropify-wrapper .dropify-preview{
    padding: 0 !important;
}
.sub-post p{
    text-align: left;
}
.instructor-info .field-bg{
    background-color: #ffffff;
}
.instructor-info .form-group .btn{
    margin-top: 10px;
}
.registration-form .subscription-plans.mt-15 {
    margin-top: 8px;
}
.registration-form h1:not(.feed-page-section h1){
    font-size: 19px;
}
.subscription-plans a.font-18{
    font-size: 16px;
}
.login-registration-section p.parsley-error-list{
    margin-top: 5px; 
    margin-bottom: 0 !important;
}
.news-feed a .user-img{
    -webkit-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
    box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.16);
}
.edit-profile p{
    text-align: left !important;
}
.profile-name h6{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.profile-name p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-description-overflow{
    height: auto;
    overflow: auto;
    max-height: 320px;
}
.registration-form h1{
    margin: 0px;
}
.subscription-plans .mt-1 {
    margin-top: -3px !important;
}

.login-registration-section p {
    margin-bottom: 16px !important;
}

.naspa img {
    width:280px;
}
.dean-comments-block img {
    width: 150px;
}
.logo-img img {
    width: 257px;
}
.login-txt
{
    color:#777 !important;
}
#account-table tr th{
    width: 28% !important;
}
.foot-links a {
    text-decoration: none !important;
    color : black !important;
}
.addWishList {
    background-color: #57bbbf;
}
.thrive-expansion{
    width: 70%;
}
.tab-sub{
font-size: 12px;
text-transform: uppercase;
}

.i {
    padding: 10px 52px !important;
    padding-bottom: 11px !important;
}
.user-profile-padding .position-relative.ads-detail{
    margin-bottom: 3px;
}
.menu-links li:not(:last-child) a{
    border-right: 1px solid #2f528f;
}
.menu-links li a{
    padding: 0 15px 0 10px;
}
.menu-links li {
    margin: 0 !important;
}
.product-link{
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.header-prfile-btn svg{
    margin-right: 6px;
}
.feedback-form {
    margin-top: 50px;
}
.plan-desc-col a{
    color: unset;
    text-decoration: none;
}
.book-details table{
    margin-top: 30px;
}
.post-by a{
    margin-top: 6px;
    text-decoration: none;
}
.ads-form-modal{
    padding: 20px 20px; 
    padding-bottom:10px;
}
.plan-icon img{
    width: 60%;
}
.product-description-overflow{
    /* margin-right: 14px; */
}
.editable-popup label{
    margin-bottom: 0;
}
.product-description-overflow{
    max-height: 145px !important;
}
.participants-reaction #theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.i-thrive-tabs .row-eq-height{
    width: 100%;
}