@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?j7o2mv');
    src:  url('../fonts/icomoon.eot?j7o2mv#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?j7o2mv') format('truetype'),
      url('../fonts/icomoon.woff?j7o2mv') format('woff'),
      url('../fonts/icomoon.svg?j7o2mv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 23px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-tb-1:before {
    content: "\e900";
  }
  .icon-tb-2:before {
    content: "\e901";
  }
  .icon-tb-3:before {
    content: "\e902";
  }
  .icon-tb-4:before {
    content: "\e903";
  }
  
.patientPage .patient-header, .patientPage .patient-details {
    box-shadow: 0 6px 20px rgba(0,0,0,.16);
}
.patientPage .patient-details{
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.video-c-btn:hover {
    background-color: #e01f47;
    text-decoration: none;
    color: #fff;
}

.video-c-btn img {
    margin-right: 10px;
}
.video-c-btn {
    min-width: 140px;
    height: 53px;
    box-shadow: 0 6px 20px 0 rgba(251, 34, 79, 0.4);
    background-color: #fb224f;
    font-size: 13px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    transition: .2s all ease;
}
.video-call {
    position: absolute;
    right: 30px;
    top: 15px;
}
.add-area{
    position: absolute;
    right: -5px;
    top: 8px;
}
.add-btn{
    min-width: 150px;
    height: 50px;
    border-radius: 5px;
    background-color: #6236ff;
    display: inline-flex;
    align-items: center;
    font-size: 16px !important;
    color: #fff !important;
    justify-content: space-evenly;
}
.add-btn i{
    display: inline-flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    background: #542beb;
    margin-left: 10px;
    justify-content: center;
}
.p-box {
    min-height: 109px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    background-color: #e4ecf7;
    margin-top: 20px;
    margin-left: 10px;
}
.date-box {
    width: 25%;
    padding: 30px;
    position: relative;
    float: left;
    height: 109px;
}
.date-box:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 2px;
    background: #c1c1c1;
    right: 50px;
    top: 30%;
}
.date-box h5{
    font-size: 16px;
    color: #120759;
    margin-bottom: 0;
}
.date-box h3{
    color: #120759;
    font-size: 24px;
    font-weight: bold;
}
.progress-box {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 30px;
    float: left;
    height: 109px;
}
.progress-box .pro-bar{
    width: 92%;
}
.pro-bar {
    height: 8px;
    background-color: #dfdfdf;
    border-radius: 5px;
    margin: 8px 0;
}
span.pro-value {
    display: block;
    height: 8px;
    border-radius: 5px;
    background: #4a2ede;
}


.pr-text img, .pr-text i {
    margin-right: 5px;
}
.pr-text {
    font-size: 13px;
    font-weight: 600;
}
.green-c {
    color: #169d12;
}
.yellow-c{
    color:#e57e17;
}
.red-c{
    color:#f33e57;
}
.pr-btm i {
    margin-left: 5px;
}
.pr-btm {
    font-size: 13px;
    font-weight: 600;
    color: #757575;
}
.actv-box {
    float: left;
    width: 92%;
    margin: 0 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #dedede;
}
.act-head{
    color: #757575;
    font-size: 16px;
}
.actv-box h5{
    color:#000;
    font-size: 18px;
    margin-top: 15px;
}
.actv-box h6{
    font-size: 12px;
    color: #4a2ede;
}
.exp-lf .cmn-left{
    width:75%;
    float: left;
}
.perc-right i {
    color: #a7a7a7;
    font-size: 28px;
    margin-left: 15px;
}
.perc-right span {
    margin-top: 20px;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
}
.exp-lf .perc-right {
    width: 25%;
    text-align: right;
    float: left;
    padding-right: 15px;
}
.in-sm-txt {
    float: left;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
    width: 31%;
    font-weight: 400;
    white-space: nowrap;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in-right {
    float: left;
    width: 69%;
    padding-left: 25px;
}
.small-ver .cmn-left {
    margin-top: 20px;
}
.small-ver .perc-right span{
    margin-top: 20px;
    font-size: 16px;
    margin-right: 50px;
}
.in-sm-txt:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9b2ac4;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}
.g-btn {
    min-width: 86px;
    height: 30px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(69, 195, 187, 0.2);
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #45c3bb;
    margin-right: 10px;
    transition: .2s all ease;
}
.g-btn:hover{
    background-color:#45c3bb ;
    color: #fff;
    text-decoration: none;
}
.in-btn-area {
    float: right;
    padding-right: 37px;
    margin-top: 10px;
}
.b-btn{
    min-width: 86px;
    height: 30px;
    transition: .2s all ease;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(74, 46, 222, 0.2);
    font-size: 12px;
    color: #4a2ede;
    text-decoration: none;
    margin-right: 10px;
}
.b-btn:hover{
    background-color: #4a2ede;
    color: #fff;
    text-decoration: none;
}
.exp-lf.small-ver {
    display: inline-block;
    width: 100%;
}
.b-connect{
    position: relative;
}
.b-connect:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 30px;
    height: 91px;
    left: .30em;
    background-color: #9b2ac4;
    display: block;
}
.main-p-head{
    display: inline-block;
    font-size: 20px;
    color: #000;
}
.parent-slider .video-c{
    display: inline-block;
    position: relative;
}
.parent-slider .video-c h4{
    font-size: 14px;
    display: inline-block;
    color: #000;
    white-space: nowrap;
    position: absolute;
}
.parent-slider .video-c .num-vd{
    font-size: 13px;
    color: #757575;
    margin-left: 3px;
}
.parent-slider .video-c h6{
    font-size: 10px;
    margin-top: 35px;
    margin-bottom: 5px;
    color: #000;
}
.parent-slider .video-c h5{
    font-size: 12px;
    color: #757575;
}
.parent-slider .video-c h3{
    font-size: 12px;
    color: #000;
    margin-top: 10px;
}
.y-img-bx:after{
     content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background:url(../images/play-button.svg) no-repeat center center;
    display: block;
    bottom: 8px;
    right: 8px;
}
.y-img-bx{
    display: block;
    position: relative;
    border-radius: 5px;
    top:25px;
}
.view-all{
    text-decoration: none;
    float: right;
    color: #4a2ede;
    font-weight: 500;
    font-size: 12px;
    margin-right: 60px;
    margin-top: 5px;
}
.parent-slider{
    margin-top: 30px;
}
.right-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
.slider-box {
    border-radius: 5px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.y-tube-slider .owl-nav .owl-next, .y-tube-slider .owl-nav .owl-prev{
    outline: none !important;
    background-color: none !important;
}
.y-tube-slider .owl-nav .owl-next:hover, .y-tube-slider .owl-nav .owl-prev:hover{
    outline: none !important;
    background: none !important;
    border:none !important; 
}
.y-tube-slider .owl-nav .owl-next {
    margin-left: 10px;
}

.y-tube-slider .owl-nav span {
    font-size: 46px;
    color: #4a2ede;
}
.y-tube-slider .owl-nav {
    position: absolute;
    top: -108px;
    right: -24px;
}
.more-drop::after{
    visibility: hidden;
}
.more-view .dropdown-menu {
    z-index: 9;
    transform: translate3d(80px, 0px, 0px) !important;
    min-width: 80px;
}
.more-view .dropdown-menu a {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
}
.more-drop{
    position: absolute;
    background: url(../images/more.svg) no-repeat center center;
    height: 20px;    right: -11px;
    top:4px;
    width: 10px;
}
.more-right .more-drop {
    top: 5px;
    right: -8px;
}
.more-right .more-view .dropdown-menu{
    transform: translate3d(-52px, 2px, 0px) !important;
}
.more-right {
    display: block;
    max-width: 100px;
    float: right;
    height: 30px;
    width: 30px;
    margin-right: 11px;
    margin-bottom: 10px;
}
.dropdown-menu{
    border:none !important;
    box-shadow: 2px 3px 10px rgba(0,0,0,.16);
}
.upload-video-box {
    max-width: 350px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.upload-video-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.upload-video-box p {
    font-size: 14px;
    color: #9e9e9e;
}
.browse-btn{
    min-width: 134px;
    height: 43px;
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 20px 0 rgba(132, 109, 250, 0.4);
    background-color: #4a2ede;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: .2s all ease;
}
.browse-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #3f26b8;
}
.tutorial-sl .y-img-bx{
    top:0;
}
.loader{
    height: 60px;
}
.upload-video-text .video-input h2{
font-size: 18px;
color: #000;
}
.upload-video-text .video-input h5{
    font-size: 14px;
    margin-top: 5px;
    color: #000;
 }
 .upload-video-text .video-input img{
     margin-bottom: 10px;
 }
 .upload-video-text .video-input h6{
     font-size: 9px;
     color: #757575;
     margin-bottom: 2px;
 }
 .upload-video-text .video-input .f-name{
     font-size: 12px;
     margin-bottom: 10px;
     color: #000;
 }
 .upload-video-text .video-input .v-url{
     color: #4a2ede;
     font-size: 12px;
 }
 .upload-video-text .v-details h5{
     font-size: 14px;
     color: #000;
 }
 .upload-video-text .v-details .form-group{
     margin-bottom: 10px;
 }
 .upload-video-text .v-details .form-group .form-control{
background:  #ecebeb;
border:none;
 }

 .upload-video-text .v-details .browse-btn{
     float: right;
     margin-top: 15px;
     margin-bottom: 15px;
 }

 .upload-video-text .v-details label{
    font-size: 12px;
     color: #757575; 
 }


/************ Resource Library **************/
.resource-lb .patientPage .patient-header ul.patient-header-ul li.patient-name-li .patient-avatar-div{
    background:transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resource-lb  .patientPage .patient-header{
    height: auto;
}
.patient-name-li{
    align-items: center;
}
.resource-lb .patientPage .patient-header ul.patient-header-ul{
    justify-content: space-between;
}
.res-icon{
    height: 54px;
    object-fit: contain;
}
.resource-lb .patient-name-li h2{
    font-size:23px;
    color: #000000;
    font-weight: 600;
}
.resource-lb .patientPage .patient-header ul.patient-header-ul .patient-other-details{
    padding:0;
}
.resource-lb .patientPage .patient-header ul.patient-header-ul li.patient-name-li .patient-name-details{

    margin-top:0;
}
.resource-lb .patientPage .patient-details .nav:first-child a{
    margin: 0 13px;
    font-size: 14px;
}
.hv-ul{
    display: inline-flex;
    height: 100%;
    padding-left: 0;
    align-items: center;
}
.hv-ul li{
    list-style: none;
    padding-right: 30px;
    float: left;
}
.hv-lst .hv-ico{
    float: left;
    padding-right: 12px;
    padding-top: 7px;
}
.hv-lst .hv-txt{
    float: left;
}
.hv-lst .hv-txt h6{
    font-size:12px;
    color: rgb(109, 109, 109);
    margin-bottom:0;
    font-weight: 400;
}
.hv-lst .hv-txt h4 span{
    color: rgb(109, 109, 109);
    font-size: 12px !important;
    font-weight: 400 !important;
}
.hv-lst .hv-txt h4{
    font-size:20px;
    color: #000;
    margin-bottom:0;
    font-weight: 600;
}
.dep-choose{
    padding-right: 50px;
    padding-top: 10px;
}
.dep-choose h4{
    font-size:16px;
    color: #777777;
    font-weight: 400;
    margin-bottom:5px;
}
.ch-dp{
    background:transparent;
    border:none;
    outline:none;
    font-size:23px;
    color: #000;
    -webkit-appearance: none; 
    font-weight:500;
    padding-left: 0;
}
.dep-choose .dropdown-menu{
    padding: 10px !important;
}
.dep-choose .dropdown-menu a{
    color: #000;
    text-decoration:none;
}
.ch-dp:after{
    display: none;
}
.ch-dp:before{
    content:'';
    background:url(../images/d-arr.svg) no-repeat center center;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    right: -20px;
    transform: rotate(90deg);
    top: 12px;
}
.ch-dp:focus, .ch-dp:active{
    border:none;
    outline:none !important;
    box-shadow: none;
}
.right-sc{
    float: right;
}
.right-sc {
    position: absolute;
    right: 170px;
    top: 10px;
}
.right-sc a{
    padding:0 !important;
    font-size:unset !important;
}
.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
}

.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
    padding: 0;
    cursor: pointer;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: #f7f7f7;
	outline: none;
    border: none;
    top: -5px;
    margin-right: 10px;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width: 363px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}
.add-new:hover span{
    background:#815ffd;
}
.add-new span {
    height: 21px;
    width: 21px;
    opacity: 1;
    transition: .2s all ease;
    background: #6236ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.add-new a {
    padding: 0 !important;
    margin: 0 0 3px 0 !important;
    color: #6236ff !important;
}
.add-new {
    align-items: center;
    display: inline-flex;
}
.level-blk {
    display: inline-flex;
    align-items: center;
    margin-right: 45px;
}
.level-blk label{
    margin-right: 20px;
    margin-top:5px;
}
.level-blk .dropdown-menu{
    padding: 12px;
}
.level-sec {
    padding-top: 25px;
    margin-left: 15px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding-bottom: 25px;
}
.level-blk .dropdown-menu a{
    text-decoration:none;
    color: #000;
    font-size:14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.add-new.bigg span{
    width:30px;
    height: 30px;
    font-size: 18px;
}
.level-blk .dropdown-menu a:hover{
 color: #FB224F;   
}
.lv-btn{
    background:transparent;
    border:1px solid #FB224F;
    outline:none;
    border-radius: 100px;
    height: 42px;
    padding: 0 20px;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size-adjust: 16px;
    margin-right: 5px;
}
.lv-btn span{
    padding-right: 10px;
}
.lv-btn:before{
    content:'';
    background:url(../images/arr-rd.svg) no-repeat center center;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
}
.lv-btn:after{
    display: none;
}
.lv-btn:focus, .lv-btn:active{
    outline: none;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.09);
}
.lt-bx{
    padding: 15px;
}

.lt-head{
    font-size:20px;
    display: inline-block;
    font-weight: 500;
    color: #000;
    margin-right: 5px;
}
.sb-content{
    background:#DEECFF;
    border-radius: 10px;
    margin-left: 10px;
    width: 100%;
}
.sb-fst{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
}
.sb-head{
    font-size: 14px;
    color: #717171;
    margin-bottom: 3px;
    font-weight: 300;
}
.sb-shead{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.sb-drop:after{
    display: none;
}
.sb-drop{
    background:transparent;
    outline: none;
    border:none;
    font-size: 12px;
    color: #4A2EDE;
    padding-left:0;
}
.sb-drop:focus{
    outline:none;
}
.sb-only.dropdown-menu{
    padding:12px;
}
.sb-only.dropdown-menu a{
    font-size: 12px;
    color: #000;
}
.sb-mid{
    max-width: 60%;
    padding: 0 13px;
}
.sb-mid p{
    font-size: 16px;
    color: #000;
}
.btn-dd{
    background:#FB224F;
    height: 30px;
    width:30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    margin: auto;
    text-decoration:none !important;
}
.sb-r{
    min-width: 80px;
    position: relative;
}
.sb-r .more-view{
    position: static;
}
.sb-r  .more-drop{
    right:0;
}
.sub-goal{
    padding:25px;
}
.sb-gls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:25px;
    margin-bottom: 15px;
    padding:0 25px;
}
.sb-gls h5{
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.sub-act{
    padding-top:25px;
    padding-bottom: 25px;
}
.sub-act h4{
    font-size:18px;
    color: #000;
    padding-left: 25px;
}
.act-sbl h5{
    font-size: 16px;
    font-weight: 400;
    color: #696969;
}
.act-sbl{
    display: flex;
    margin-top:25px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;

}
.act-in{
    display: flex;
    align-items: center;
}

.act-in .usr-txt h3{
    color: #542BEB;
}

.act-in .usr-txt2 h3{
    color: #FB224F;
}
.act-in h6{
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 2px;
}
.usr-txt,.usr-txt2{
    padding-left: 5px;
}
.act-in h3{
    font-size:13px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bg-sb-active{
    background:#D7DCFF;
}


.mat-wrapper{
    border-radius: 10px;
    
    background:#E4ECF7;
    box-shadow: 0px 3px 6px rgba(0,0,0,.09);
}
.mt-top{
    padding:25px 25px 0;
}
.mt-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-tl-container{
    font-family: "Roboto",sans-serif;
    padding-left: 20px;
    margin-right: auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;
    width: 100%;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #fb224f;
    padding:0 0 25px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -6px;
    top: 4px;
    content: " ";
    border-radius: 500%;
    background: #fb224f;
    height: 10px;
    width: 10px;

}
.del-mat i {
    color: #fb224f;
}
.del-mat:hover {
    background: #ffd3d3;
}
.del-mat {
    cursor: pointer;
    position: absolute;
    right: 0;
    transition: .2s all ease;
    top: 50%;
    background: #ffb5b5;
    height: 26px;
    width: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
  width:100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}
.mt-timeline .tl-item .item-title{
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.mt-timeline .tl-item p{
    font-size: 14px;
    color: rgb(124, 124, 124);
    font-weight: 400;
}
.mat-list ul{
    border: none;
    display: inline-flex;
    padding-left: 0px;
}
.mat-list span{
    font-size:12px;
    color: rgb(124, 124, 124);
}
.mat-list ul li{
    border:none !important;
    float: left;
    min-height: auto !important;
    font-size: 14px;
    padding-bottom: 0 !important;
}
.mat-list ul li:before{
    display: none;
}
.mat-list .add-new{
    padding-left: 30px;
    font-size: 12px;
}
.mat-list .add-new span{
    background: transparent;
    color: #542BEB;
}
.act-res{
    padding:25px;
}
.res-uplds .slider-box{
    box-shadow: none;
    padding: 0px;
    margin-top: 0px;
}
.res-uplds .main-p-head{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.res-uplds .owl-theme .owl-nav{
    display:none;
}
.res-uplds .view-all{
    margin-right: 0;
}
.pdf-sl .y-img-bx{
    top:0;
}
.pdf-sl .main-p-head{
    margin-bottom:25px;
}
/************ Resource Library **************/


/***************** Modal ************/

.call-see {
    float: right;
    padding: 25px;
}
.call-manage {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    text-align: center;
}
.tim-see{
    position: absolute;
    right: 25px;
    color:#fff;
    font-size:24px;
    margin-bottom: 40px;
    top: 60px;
    font-weight: 300;
}
.call-manage h3{
    color:#fff;
    font-size:35px;
}
.call-manage h5{
    color:#fff;
    font-size:20px;
    margin-bottom: 40px;
    font-weight: 300;
}
.each-cl a{
    padding:15px;
}
.dashboardPage.dash-modal{
    background:#9FA4AC;
}
.modal-block{
    background:#fff;
    width:100%;
    min-height: 800px;
    position: relative;
    padding-right: 15px;
    margin-bottom: 30px;
}
.dash-modal .wrapper #dashboard-content{
    width: 100%;
}
.close-md{
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    position: absolute;
    z-index: 9;
    right: 0;
}
.call-sec{
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.call-tab{
    margin-top:70px;
}
.call-tab .nav-link {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100px;
    color: #545454;
}
.call-tab .nav-tabs{
    border:none;
    justify-content: space-between;
    padding: 0 25px;
}
.call-tab .nav-link.active .icon{
    color: #4A2EDE;
}
.call-tab .nav-link.active{
   color: #4A2EDE; 
}
.call-tab .nav-link.active:after {
    content: '';
    border: 2px solid #4A2EDE;
    width: 54px;
    border-radius: 30px;
    margin-top: 8px;
}
.call-data {
    width: 100%;
    padding: 0 0px;
}
.call-tab .nav-link .cl-txt {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
}
.col-custom {
    max-height: 800px;
    overflow-y: auto;
    padding: 0;
}
.head-goals {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-goals h2{
    font-size:18px;
    font-weight: 700;
    margin-bottom:0;
}
.head-goals .video-c-btn {
    min-width: 100px;
    height: 35px;
}
.goals, .overview {
    margin-top: 35px;
    padding: 0 25px
}
.goals .actv-box{
    border:none;
}
.goals .b-connect:before{
    height: 56px;
}
.goals .exp-lf {
    position: relative;
    margin-top: 15px;
}
.goals .exp-lf .perc-right {
    position: absolute;
    right: 0;
    top: -19px;
    padding: 0;
}
.goals .actv-box{
    width: 100%;
    margin: auto;
}
.goals  .exp-lf .cmn-left{
    width:100%;
}
.v-mr {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #777;
}
.v-mr:hover{
    text-decoration:none;
    color:  #4A2EDE;
}
.file-ar {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.file-hd span {
    font-size: 18px;
    font-weight: bolder;
    padding-left: 10px;
}
.file-in input {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 120px;
    height: 110px;
    margin: auto;
    opacity: 0;
}
.fileupl {
    width: 100%;
    background: #DFDFDF;
    border-radius: 5px;
    min-height: 215px;
    text-align: center;
    position: relative;
    margin-bottom:35px;
}
.file-in {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 15px;
}
.file-in h5{
    font-size:16px;
    margin-top:15px;
}
.file-in p{
    color: #727272;
    font-size:10px;
}
.ov-sl .form-control{
    width:130px;
    background:#D8D8D8;
    height: 48px;
}
.ov-box{
    margin-top:35px;
    margin-bottom: 15px;
}
.ov-hds span{
    font-size:12px;
    color: #4A2EDE;
    margin-right: 25px;
}
.ov-box h4{
    font-size:16px;
    color: #000;
    margin-top:5px;
    margin-bottom: 5px;
}
.ov-box h5{
    font-size:14px;
    color: #000;
    margin-top:15px;
}
.ov-box p{
    font-size:12px;
    color: #707070;
}
.sympt-box .ov-sl{
    margin-top:15px;
}
.sympt-box .ov-sl .form-control{
    width:100%;
}

.list-sympt {
    margin-top: 45px;
    max-height: 430px;
    overflow-y: auto;
    padding: 0 25px;
}
.sympt .head-goals{
    padding: 0 25px;
    margin-top: 35px;
}
.sympt .form-group.ov-sl{
    padding: 0 25px;
}
.list-sympt .form-group{
    margin-bottom: 25px;
}
.list-sympt label{
    color: #4A2EDE;
    font-size:16px;
    font-weight: 600;
}
.list-sympt textarea{
    height:113px;
    background: #DFDFDF;
    border-radius: 5px;
}
.sympt-submt {
    box-shadow: -3px 0px 20px rgba(0,0,0,.2);
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}
.sympt-submt a{
    margin: 0 7px;
}
.outline-btn{
    max-width:160px;
    width:100%;
    height: 50px;
    border-radius: 5px;
    border:1px solid #6236FF;
    text-decoration:none !important;
    font-size:16px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:.2s all ease;
}
.outline-btn:hover{
    background: #7a55ff;
    color: #fff;
}
.full-btn:hover{
    background: #7a55ff;
    color: #fff;
}
.full-btn{
    max-width:160px;
    transition:.2s all ease;
    width:100%;
    height: 50px;
    border-radius: 5px;
    border:1px solid #6236FF;
    text-decoration:none !important;
    font-size:16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#6236FF;
}
/***************** Modal ************/





/************** New Form CSS ****************/
.form-block{
    border-radius:10px;padding-right: 0;
}
.form-header{
    display: flex;
    align-items: center;
    padding:45px;
    justify-content: space-between;
    
}
.form-header a{
    padding-left: 15px;
}
.form-header h2{
    font-size: 27px;
    font-weight: 400;
    color: #000;
}

.tab-block .nav-tabs {
    border-bottom: 1px solid #D8CFFB;
    padding-bottom: 15px;
}
  .tab-block  button span {
    display: inline-block;
    bottom: -6px;
    right: 10px;
    position: absolute;
}
.tab-block  button:hover span{
    color: #542BEB !important;
}
  .tab-block button.owl-prev {
    position: absolute;
    left: -40px;
    top: 36%;
    border-radius: 50% !important;
    transform: translateY(-50%);
    background-color: #F1F3FF !important;
    width: 30px;
    font-size: 35px !important;
    height: 30px;
    outline:none !important;
    color: #542BEB !important;
  }
  .tab-block button.owl-next {
    position: absolute;
    right: -40px;
    top: 36%;
    border-radius: 50% !important;
    transform: translateY(-50%);
    background-color: #efefef !important;
    width: 30px;
    font-size: 35px !important;
    height: 30px;
    outline:none !important;
    color: #542BEB !important;
  }
  .tab-block .owl-dots {
    display: none;
  }
  .tab-block .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .no-js .tab-block .owl-carousel, .tab-block .owl-carousel.owl-loaded {
    display: grid;
    position: static;
}
.owl-wraps{
    width:100%;
    position: relative;
    margin: auto;
}
.owl-wraps{
    max-width: 90%;
}

.tab-block .item li a.active h5{
    color: #542BEB;
}
.tab-block .item li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
  }
  .num-blk.tick-blk{
      border:1px solid #542BEB;
      position: relative;
  }
  .num-blk.tick-blk:after{
    content: '';
    position: absolute;
    height: 27px;
    padding: 0px;
    width: 27px;
    top: 3px;
    right: 3px;
    background: url(../images/form/tk.png) no-repeat center center;
    background-size: contain;
  }
  .num-blk{
    height: 35px;
    width:35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#7F7F7F ;
    background: #F8F8F8;
  }
  .tab-block .item li a h5{
      font-size:18px;
      font-weight: 400;
      margin-top:7px;
      color: #7F7F7F;
      margin-bottom:0;
  }
  .tab-block .tab-content {
    padding: 20px;
    background-color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    margin-top: 30px;
    border-radius: 19px;
  }
 
  .tab-block .tab-content{
      margin-top: 0;
      padding: 0;
  }


  .form-tab-head {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(112,112,112,0.15);
}
  .form-tab-head .count-in {
    position: absolute;
    left: 0;
    color: #643DF5;
    padding-top: 6px;
    font-size: 20px;
    height: 45px;
    top: 30px;
    border: 1px solid #643DF5;
    width: 80px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.form-tab-head h3{
    float: left;
}
.form-tab-head h3 {
    float: left;
    padding-left: 100px;
    padding-top: 32px;
    font-weight: 400;
    font-size: 28px;
}

.prgs-br.finish{
    background: #06B735;
}
.prgs-br.n-finish{
    background: #FB486D;
}
.prgs-br{
    max-width: 300px;
    height: 7px;
    border-radius: 25px;
    background: #DFDFDF;
}
.completion span {
    margin-right: 10px;
}
.completion h6{
    font-size:17px;
    font-weight: 400;
}
.completion {
    text-align: left;
    min-width: 400px;
    float: right;
    padding-right: 70px;
    padding-top: 35px;
}


.form-tab-det {
    text-align: left;
    padding: 45px 90px;
}
.form-tab-det .form-group{
    padding-right: 30px;
}
.sel-pick:hover{
    background:#f0f0f0 ;
    color: #545454;
}
.sel-pick.active span{
    margin-right: 5px;
}
.sel-pick.active{
    border-color: #643DF5;
    color: #643DF5;
    background:transparent;
    position: relative;
    box-shadow: 0px 3px 6px rgba(84,43,235, .2);
}
.sel-pick.active:after {
    content: '';
    position: absolute;
    background: url(../images/form/sl.png) no-repeat center center;
    height: 20px;
    width: 20px;
    top: 15px;
    right: 10px;

}
.sel-pick{
    margin-right: 15px;
    min-width: 137px;
    height: 54px;
    text-align: center;
    border-radius: 5px;
    background: #f8f8f8;
    border:1px solid transparent;
    display: inline-block;
    text-decoration: none !important;
    color: #545454;
    transition: .2s all ease;
}
.s-txt{
    margin-top: 13px;
    display: inline-block;
}
.form-tab-det .form-group{
    margin-bottom:45px;
}
.form-tab-det label:before {
    height: 10px;
    width:10px;
    border-radius: 50%;
    background:#000;
    content: '';
    position: absolute;
    top:10px;
    left:17px;
}
select::-ms-expand {
    display: none !important;
}
.form-tab-det select.form-control:focus{
    border-color:#643DF5 ;
}
.form-tab-det .select-bx:after{
    position: absolute;
    content: '';
    height: 25px;
    width: 25px;
    top: 58px;
    right: 65px;
    background: url(../img/form/sel-arr.png) no-repeat center center;
}
.form-tab-det select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    height:55px;
    box-shadow: none !important;
    outline:none !important;
    position: relative;
}
.form-tab-det label {
    color: #000;
    font-weight: 400;
    font-size: 21px;
    padding-left: 19px;
    padding-bottom: 10px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.fam-box{
    height:100px;
    background:#F8F8F8;
    border-radius: 10px;
}
.fam-box ul{
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    justify-content: space-around;
    margin-top: 25px;
}
.fam-box ul li span{
    display: block;
}
.fam-box ul li:hover:before{
    opacity: 1;
}
.fam-box ul li:before{
    content: attr(value);
    width: 61px;
    height: 35px;
    top: -11px;
    transition: .2s all ease;
    left: -26px;
    text-align: center;
    color: #643DF5;
    font-weight: 600;
    padding-top: 1px;
    font-size: 12px;
    position: absolute;
    background: url(../images/form/top.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
}
.fam-box ul li span{
    position: relative;
    top: 38px;
    font-size: 12px;
}
.fam-box ul li:after{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: '';
    transition: .2s all ease;
    position: absolute;
    top: 20px;
    background: #B4BAC7;
}
.fam-box ul li:hover:after{
    border: 3px solid #643DF5;
    height: 20px;
    width: 20px;
    top: 14px;
    background: #EEEDF3;
    transition: .2s all ease;
    left: -6px;
}
.fam-box ul li.active:before{
    content: attr(value);
    width: 61px;
    height: 35px;
    top: -14px;
    transition: .2s all ease;
    left: -26px;
    text-align: center;
    color: #643DF5;
    font-weight: 600;
    padding-top: 1px;
    font-size: 12px;
    position: absolute;
    background: url(../images/form/top.svg) no-repeat center center;
    background-size: contain;
    opacity: 1;
}
.fam-box ul li.active:after {
    border: 3px solid #643DF5;
    height: 20px;
    left: -6px;
    transition: .2s all ease;
    width: 20px;
    top: 14px;
    background: #EEEDF3;
}
.fam-box ul li{
    float: left;
    list-style: none;
    position: relative;
    min-width: 24px;
    cursor: pointer;
}
/************** New Form CSS ****************/
@media(max-width:1280px){
    .owl-wraps {
        max-width: 80%;
    }
}
@media(max-width:1439px){
    .call-tab .nav-link{
        width:81px;
    }
}
@media(min-width:1440px) and (max-width:1899px){
    .call-tab .nav-link{
        width:82px;
    }
}
@media(max-width:1440px){
    .owl-wraps {
        max-width: 85%;
    }
    .sb-r .more-view .dropdown-menu {
        transform: translate3d(70px, 24px, 0px) !important;
    }
    .more-view .dropdown-menu {
        transform: translate3d(52px, 0px, 0px) !important;
    }
    .exp-lf .cmn-left{
        width: 70%;
    }
    .exp-lf .perc-right{
       width: 30%;
    }
    .date-box{
        width: 40%;
    }
    .progress-box{
        width: 60%;
    }
    .in-sm-txt{
        width: 50%;
        font-size: 14px;
    }
    .in-right{
        width: 50%;
    }
}
.fc-toolbar.fc-header-toolbar{
    height: 60px;
       background-color: #3271EE !important;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
         

      }
.fc-view-container{
    margin-top:-25px;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color:#FBFCFD !important;
}
.fc-dayGrid-view .fc-week-number, .fc-dayGrid-view .fc-day-number {
   
}
.fc-today-button.fc-button.fc-button-primary{
    display: none !important;
}
.fc-prev-button.fc-button.fc-button-primary{
    background-color:  #3271EE !important;
}
.fc-button-primary {
    border-color: #3271EE !important;
}
.fc-next-button.fc-button.fc-button-primary{
    background-color:  #3271EE !important;
}
.fc-toolbar.fc-header-toolbar .fc-left{
margin-left: 40px;

}
.fc-toolbar.fc-header-toolbar .fc-left h2{
    color: white;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none !important;
    margin-left: 17px;
    

}
.fc-view-container{
    background-color: #FBFCFD;
}

.fc-day-number 
{
    text-align: center !important;
}
.fc-day-top.fc-fri.fc-past{
    text-align: center !important;
}

/* owl carousel */

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}