@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=helvetica:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@font-face {
  font-family: 'Nunito-Bold';
  src: url('../fonts/Nunito-Bold.ttf');
  src: url('../fonts//Nunito-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nunito-Medium';
  src: url('../fonts/Nunito-Medium.ttf');
  src: url('../fonts/Nunito-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Nunito-Italic';
  src: url('../fonts/Nunito-ExtraLightItalic.ttf');
  src: url('../fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Nunito-Light';
  src: url('../fonts/Nunito-Light.ttf');
  src: url('../fonts/Nunito-Light.ttf')  format('truetype');
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px #e0eeff;*/
    background: #f1efef;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f1efef;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}
/*body{ font-family: "Nunito", serif !important; color: #000;font-size: 14px;}*/
body{ font-family: "helvetica", serif !important; color: #000;font-size: 14px;}
select.form-control {
    background: #fff url(../images/down-arrow.svg)no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
select.dropfill{background: url(../images/drop-arrow-fill.svg)no-repeat;
    background-position: right 12px center;
    background-size: 12px;}
.calendarInput .form-ctrl{background:#F2F8FF url(../images/calendar.svg)no-repeat;
    background-position: right 15px center;
    background-size: 20px;}
.dropdown-select{}
.dropdown-select>.btn{color: #858585;
    border-color: #858585;
    border-radius: 30px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 13px;
    padding: 12px 20px;
    font-weight: 400;}
.dropdown-select>.btn.dropdown-toggle::after{    border-top: 0.5em solid;border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;}
.dropdown-select .dropdown-menu {box-shadow:none;border: 1px solid #858585;width: 100%;    transform: translate(0px, 0px) !important;
    top: 100% !important;    min-width: 100%;inset: auto!important;}
.dropdown-select>.btn-outline-secondary.active, .dropdown-select>.btn-outline-secondary.dropdown-toggle.show, .dropdown-select>.btn-outline-secondary:active {
    color: #858585;
    background-color: #fff;
    border-color: #858585;
}
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    box-shadow: none;
}
.w90{width:90px !important;}
.w95{width:95px !important;}
.container-fluid {max-width: 1230px;}
.bg-light-blue{ background-color:#E6E6FA !important;}
.bg-light-purple{background-color: #eddbed!important;}
.bg-light-success{background-color: #d9f4cf!important;}
.bg-light-warning{background-color: #ede6db!important;}
.bg-light {background-color: #FAFAFC !important;}
.text-warning {color: #DF8600 !important;}
.pr-0{padding-right: 0px !important;}
.pl-0{padding-left: 0px !important;}
.h1, h1 {
    font-size: 45px;}
    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img{max-width: 100%;}
  a{}
h1, h2, h3{ margin-top: 0px;line-height: inherit;/*font-family: 'Playfair Display', serif;*/}
 h4{ margin-top: 0px;line-height: inherit;}
h3{    font-size: 24px;}
h4{font-size: 18px;}
p{ line-height: 24px;color:#707070;margin-bottom: 10px;}
.text-purple { color: #A64CA6 !important;}
.text-purple-dark { color:#4C004C !important;}
.text-success {
    color: #2EB100!important;
}
.text-danger {
    color:#FF2E2A!important;
}
span.btn{cursor: text;}
.btn{border-radius: 30px;}
.bg-purple-light{background-color: #eddbed;padding: 20px;border-radius: 10px;}
.bg-purple{background-color: #A64CA6!important;}
.btn-purple{background-color: #A64CA6;color: #fff;border:1px solid #A64CA6;font-size: 16px;font-weight: 700;}
.btn-purple:hover{background-color: #A64CA6;color: #fff;border:1px solid #A64CA6;}
.btn-pink{background-color:#FFAEFF;color: #fff;border:1px solid #FFAEFF;font-size: 16px;font-weight: 700;}
.btn-pink:hover{background-color:#f592f5;color: #fff;border:1px solid #f592f5;}
.btn-link {
    font-weight: 500;
    color: #4C004C;
    text-decoration: none;
}
.btn-link:hover {
    color: #e375e3;
}
.btn-danger {
    color: #fff;
    background-color: #DB0000;
    border-color: #DB0000;
}
.btn-danger:hover {
    color: #fff;
    background-color: #e51616;
    border-color: #e51616;
}
.media{}
.media .media-left, .media .media-body, .media .media-right{display: table-cell;vertical-align: top;}
.media .media-left{padding-right:0px;}
.media .media-body{padding-left: 0px;width: 10000px;}
.long-arrow-btn {width: 16px;
    height: 16px;
    background-color: #f37620;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 17px;
    font-size: 13px;
    text-align: left;
}
.long-arrow-btn:hover{background-color: #fdaa25;    color: #fff;}

button:focus{outline: inherit !important;}
.pding5{padding-left: 5px; padding-right: 5px;}
.pding10{padding-left: 10px; padding-right: 10px;}
.pding0{padding-left: 0px; padding-right: 0px;}
.pding-rgt0{padding-right: 0px;}
.pding-rgt5{padding-right: 5px;}
.pding-lft5{padding-left: 5px;}
.pdingrgt25{padding-right: 25px;}
.pdinglft25{padding-left: 25px;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.radius12{border-radius: 12px !important;}
.bg-success {
    background-color: #2EB100!important;
}
a{text-decoration: none;}
.pding-lft0{padding-left: 0px;}
.list-point{margin-bottom: 25px;}
.list-point ul li:before{content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color:#2a2828; 
    border-radius: 50%;}
.list-point ul li{    line-height: 22px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    color: #2a2828;}
.list-point-number{margin-bottom: 25px;}
.list-point-number ul{list-style: decimal;
    padding-left: 30px;}
.list-point-number ul li{ line-height: 22px;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    color: #2a2828;}
.btn-block {
    display: block;
    width: 100%;
}
._select_arrow {
    appearance: none;
    -webkit-appearance: none;
}
.form_icon, .form-icon {position: absolute;
    right: 10px;
    bottom: 13px;
    color: #B1ADAD;
    font-size: 16px;
}
.form-icon{right: inherit; left: 2px;}
.form-group{position: relative;}
header{ z-index:1000; width: 100%;position: relative;box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 7%);}
.sticky {
    position: fixed !important;    top: 0px;     z-index: 999;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-name: slideInDown;    animation-name: slideInDown;    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);left: 0px;}
.sticky .hdr-top{display:none;}
.sticky .navbar-brand>img {}
/*========== offcanvas-menu ==========*/
.offcanvas-menu{border: none;
    position: relative;
    visibility: visible;
    background-color: transparent;
    width:auto;
    transform: initial;
    padding: 6px 0px;}
.offcanvas-menu .offcanvas-header{border-bottom: 1px solid #ddd;display: none;
    padding: 15px 10px;background-color: #fff;position: relative;}
.offcanvas-menu .offcanvas-title{}
.offcanvas-menu .offcanvas-title a{display: block;
    width: 65px;}
.offcanvas-menu .offcanvas-title a img{}
.offcanvas-menu .btn-close {
    right: inherit;
    top:45%;
    background-color: transparent;
    border-radius: 0px;
    padding: 2px !important;
    opacity: 9;
    background-image: none;
    width: auto;
    font-weight: 400;
    height: auto;
    left: 10px;
    position: absolute;
}
.offcanvas-menu .btn-close>img{    width: 16px;
    height: 16px; margin-right: 5px;
}
.offcanvas-menu .btn-close>svg{margin-right: 5px;}
/*=========== offcanvas-menu =========*/
.hdr-top {background-color: #eddbed;
    padding-top: 10px;padding-bottom: 4px;
}
.hdr-top p{color: #FF2E2A;font-size: 14px;line-height: 16px;font-weight: 400;}
.hdr-top p>img{width: 14px;
    height: 14px;
    object-fit: contain;}
.hdr-top p>a{padding-left: 5px;}
.hdr-top p>a>img{width: 12px;
    height: 12px;
    object-fit: contain;}
.hdr-social-link li{padding-right: 1px;display: inline-block;
    padding-left: 1px;margin-bottom: 5px;}
.hdr-social-link li a { font-size: 18px;
    color: #1BACC4;
    transition: 0.5s;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #111520;
    line-height: 38px;
    border-radius: 4px;
}
.hdr-social-link li a.share{background-color:#c32c2c;}
.hdr-social-link li a.fb {background-color: #3b5998;}
.hdr-social-link li a.tw {background-color: #55acee;}
.hdr-social-link li a.linkdn {background-color: #007ab9;}
.hdr-social-link li a.ins { background-color: #ffc153; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #ffc153 , #f9524b, #d13c98);}
.hdr-social-link li a.youtybe {background-color: #ff0000;}
.hdr-social-link li a:hover{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}
.hdr-top-cnt{display: flex;margin-bottom: 6px;}
.hdr-top-cntrgt{justify-content: end;}
.hdr-top-cnt li{}
.hdr-top-cnt li:last-child>a{border-right: none;padding-right: 0px;}
.hdr-top-cnt li a {      font-size: 12px;
    color: #000;
    font-weight: 500;
    display: block;
    line-height: 14px;
    padding-left: 15px;
    padding-right: 15px;}
.hdr-top-cnt li a>img{margin-right: 5px;width: 14px;
    height: 14px;
    object-fit: contain; }
.hdr-top-cnt li a:hover{color:#A64CA6;}
.txt-rgt{ text-align:right;}
.navbar-default {z-index:1022;  margin:auto; border-radius:0px;
    background-color:#fff;    padding-top: 0px;
    padding-bottom: 0px;    transition: 0.5s;
    border: none;/*box-shadow:0px 2px 20px 0px hsl(0deg 0% 44% / 33%);*/}
	.navbar-expand-lg.bg-white {}
.sticky-top{border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;}
.navbar-brand {    padding:5px 10px 5px 75px;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 30px;}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;}
.navbar-default .navbar-brand {color: #fff;    transition: 0.5s;}
.navbar-brand span{ color: #00318a; text-transform:capitalize;}
.navbar-brand>img {height: 80px; }
.search-icon{   position: absolute;
    top: 15px;
    right: 65px;
display: none;}
.search-icon a{color: #000;}
.navbar-collapse {flex-grow: inherit;}
.navbar-default .navbar-nav .nav-link{color: #494949;}
.navbar-expand-lg .navbar-nav .nav-link {       padding: 12px 22px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;}
.navbar-expand-lg .navbar-nav .nav-link > img.M-icon{width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 5px;
    position: absolute;
    left: 10px;
display: none;}
	.navbar-expand-lg .navbar-nav .nav-item:first-child>.nav-link{}
	.navbar-light .navbar-nav .nav-link {color: #303030;}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
        margin-left: 5px;
    vertical-align: middle;
    margin-top: -5px;
}
.navbar-expand-lg .mobile-nav .mobile-nav-search{margin-right:15px;position: relative;}
.navbar-expand-lg .mobile-nav .nav-link {padding: 12px 20px;font-weight: 400;
    font-size: 14px;position:relative;}
.navbar-expand-lg .mobile-nav .nav-link.reg{color: #1BACC4;}
.navbar-expand-lg .mobile-nav li.login-drop{position: relative;}
.navbar-expand-lg .mobile-nav .nav-link.login{background-color: #1BACC4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;}

.navbar-expand-lg .mobile-nav .nav-link.login>img{margin-right: 5px;}
.navbar-expand-lg .mobile-nav .nav-link.login:hover{color: #fff;}
.navbar-expand-lg .mobile-nav .nav-link img{width: 20px;
    height: 20px;object-fit: contain;
}
.navbar-expand-lg .mobile-nav .nav-link span{}
.navbar-expand-lg .mobile-nav .dropdown-toggle::after{display:none;}
.navbar-expand-lg .mobile-nav .nav-link  em{    position: absolute;
    top: -2px; background-color:#FF8C04;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    right: 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal;}
	.navbar-nav>li:hover>.drop-menu{ display:block;}
	.drop-menu{ padding:0px;width: 100%}
.drop-menu-srvs{ }
	.navbar-default .navbar-nav .nav-link:focus, .navbar-default .navbar-nav .nav-link:hover {
    color: #fff;}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#fff;}
	.drop-menu>li>a { padding: 12px 20px;font-weight: 600;color: #444; border-bottom: 1px solid #ddd;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#A64CA6;
}
/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav>li>a.logo:focus, .navbar-default .navbar-nav>li>a.logo:hover{background-color: transparent;}
.inner-header{background-color: #fff;}
.inner-header .navbar-nav>li.getintouch>a {border: 1px solid #000;color: #000;}
.inner-header .navbar-nav>li.getintouch>a.signup {color: #fff;
    border: 1px solid #fdaa25;}
.inner-header .navbar-nav>li.getintouch>a:hover{color:  #FD9822;;
    background-color: transparent; }
.navbar-right~.navbar-nav-search{    margin-top: 22px;}
.navbar-expand-lg .mobile-nav-search{ }
.navbar-expand-lg .mobile-nav-search .nav-link img{width: 18px;height: 18px;object-fit: contain;}
.mobilesrch {display: none;width: 18px;}
.navbar-form{margin-bottom: 0;
    position: relative;
    margin-top: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    width:590px;
display: flex;
border: 1px solid #f2f2f2;
    background-color: #fff;
    border-radius: 30px;
    padding: 6px;}
.navbar-form .form-group {width: 100%;position: relative;    display: flex;}
.navbar-form .form-control {    width: 100%;
    height: 35px;
        border-radius: 0px;
    border: none;
    box-shadow: none;
    background-color: #fff;
/*    padding: 6px 20px 6px 40px;*/
    font-size: 12px;
    color: #000;
border-right: 1px solid #F2F2F2;
    margin-right: 20px;}
.navbar-form .select-location{
    width: 215px;
}
.navbar-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #303030;
  opacity: 1; /* Firefox */
}

.navbar-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #303030;
}

.navbar-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #303030;
}
.navbar-form .select-location .form-control{border-radius: 30px 0px 0px 30px;
    background-color: #fff;    padding-left: 30px;    margin-right: 5px;
    border: none;color: #000;border-right: 1px solid #F2F2F2;}
.navbar-form .select-location .form-icon {
    right: inherit;
    color: #fff;
    left: 8px;
    font-size: 14px;
    bottom: 7px;
}
.navbar-form .select-location .form-icon>img{width: 16px;
    height: 16px;
    object-fit: contain}
.navbar-form .btn{     position: relative;
    right: 2px;
    top: 0px;
    padding: 5px 18px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 500;
    bottom: 2px;
}

.navbar-form .btn.btn-left{right:inherit;left: 2px;padding: 5px;}
.navbar-form .btn>img{width: 20px;
    height: 20px;
    object-fit: contain;}
	.search-dropdown{ position: absolute;
    width: 100%;
    background-color: #383838;
    padding: 10px;
    border-radius: 2px;
    display: none;
    top: 100%;
    left: 0px;
	z-index:1021;}
.search-dropdown li{    position: relative;}
.search-dropdown li a{    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 6px 0px;}
	.search-dropdown li a:hover{color:#e09e83;}
.navbar-form .select-location .btn{background-color: #fff;color:  #e89935;}
.navbar-login { background-color: #F8F8F8;}
.navbar-login .navbar-nav .nav-link{text-align: center;}
.navbar-login .navbar-nav .nav-link h5{margin-bottom: 2px;
    font-size: 16px;font-weight: 600;}
.navbar-login .navbar-nav .nav-link p{    color: #1A2228;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;}
.navbar-light .back-navbar-text{margin-left: 125px;}
.melft-auto{margin-left: auto;}
.navbar-light .back-navbar-text a{background-color: #D8D8D8;
    padding: 7px 35px;
    border-radius: 4px;
    font-size: 13px;}
.navbar-light .back-navbar-text a:hover {
    background-color: #e93131; color: #fff;}
.dropdown-full{position: initial;}
.dropdown-menu{       padding: 10px;
    margin: 0px;
    border: none;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 19%);
    margin-top: 0px !important;
    border-radius: 12px;
left: 0px;
transition: 0.5s;
    min-width: 12rem;}
.dropdown-menu:before {
   /* content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 10px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -9px;
    right: 20px;*/
}
.dropdown-menu li .dropdown-item{    font-size: 12px;
    padding: 10px 10px;}
.dropdown-menu li .dropdown-item>img{width: 18px;height: 18px;object-fit: contain;}
.dropdown-item.active, .dropdown-item:active { background-color:#2a2828;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FF8C04;
    background-color: transparent;}
.dropdown-rgt{    left: inherit !important;
    right: 0px;z-index: 1021;}
.navbar-expand-lg .navbar-nav {
    position: relative;
}
.dropdown-full .dropdown-menu{width: 100%;max-height: 350px;
    overflow-y: auto;padding: 20px;}
.dropdown-menu-list{margin-bottom: 15px;padding: 15px 0px;}
.dropdown-menu-list>li{}
.dropdown-menu-list>li.dropdown-header{color: #282828;padding: 0px;margin-bottom: 5px;position: relative;}
.dropdown-menu-list>li.dropdown-header>img{width: 20px;height: 20px;object-fit: contain;}
.dropdown-menu-list>li.dropdown-header>a{font-weight: 600;
    font-size: 13px;color: #2a2828;}
.dropdown-menu-list>li>a:hover{color: #FF8C04;}
.dropdown-menu-list>li>a{display: block;
    color: #707070;
    padding: 5px 4px;
    font-size: 12px;}
.dropdown-dark .dropdown-menu{background-color: #363434;}
.dropdown-full .dropdown-menu{padding: 0px 20px;}
.dropdown-menu>.row>div:nth-of-type(even){background-color: #F5FBF6;}
.dropdown-menu-list.row{padding: 15px 15px;}
.dropdown-menu-list.row>[class*="col-"]{padding-left: 0px;}
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto { margin:auto;display: block;}



/*========== enquire form ======*/
.wrap-bdrtp{border-top:1px solid #c1c1c1;}
.wrap{ position:relative; padding-top:70px; padding-bottom:70px;}
.wrap-40{position: relative; padding-top: 40px;padding-bottom: 40px;}
.wrap-top40{padding-top: 40px;}
.wrap-top0{padding-top: 0px;}
.wrap-btm0{padding-bottom: 0px;}

.form-control:focus { border-color: #333;box-shadow: none;}
.inr-wrap-tp {padding-top: 40px;}
.boxshow-wrap{    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);z-index: 1;}
.title{ position:relative; margin-bottom:35px;}
.title h1{font-weight: 300;font-size: 58px;}
.title h1 b{}
.title h2{font-weight: 700;font-size: 40px;}
.title h2 b{}
.title h3{font-size: 30px; font-weight: 600;
    line-height: inherit;
    text-transform: inherit;margin-bottom:0px;}
.title h3 b{}
.title h4{font-size: 20px;font-weight: 500;}
.title h4 span{font-weight: 400;font-size: 14px;margin-left: 20px;}
.title p{font-size: 16px;}
.title-bdr{    background-color: #000;
    height: 2px;
    display: inline-block;
    width: 60px;
    border-radius: 30px;}
.title-bdr-white{background-color: #fff;}

/*========== home ========*/

/*=========== footer ================*/
footer{background-color: #468ffc;position: relative; padding-top: 50px;}
.fotr-logo{    position: relative;
    margin-bottom: 20px; }
.fotr-logo a{ display: inline-block;}
footer h3{     color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
footer h4{font-size: 15px;
    color: #000;
    font-weight: 500;}
footer p{     color: #fff;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
}
.fotr-media p strong{width: 75px;font-weight: 600;
    display: inline-block;}
.fotr-abt-cnt{position: relative; margin-right: 25px; margin-bottom: 25px;}
.fotr-media-item{position: relative; margin-bottom: 25px;}
.fotr-media{    margin-top: 10px;}
footer .fotr-media .media-body{padding-left: 0px;}
.fotr-media p a{ color: #555;}
.fotr-media p a:hover{     color:#daeaff;}
.fotr-media .media-left{}
.fotr-media p i{ }
.fotr-media h4{ margin-top: 0px;
    position: relative;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;}
.fotr-media p a{color: #fff;    padding-right: 15px;}
.fotr-menu{    margin-bottom: 0px;}
.fotr-menu li{margin-bottom: 6px;}
.fotr-menu li a{color: #fff;
    display:inline-block;
    padding: 0px 0px 5px;
    transition: 0.5s;
    font-weight: 400;
    font-size: 13px;}
	.fotr-menu li a:hover{transform: translate(10px, 0px);-o-transform: translate(10px, 0px);
        -webkit-transform: translate(10px, 0px); text-decoration:none; 
    }

.fotr-btm-link{border-top: 1px solid #5b5858;
    padding-top: 10px;
    position: relative;}
.fotr-btm-link .fotr-menu li {
    display: inline-block;
    padding-right: 12px;
padding-left: 12px;
border-left:1px solid #ddd;}
.fotr-btm-link .fotr-menu li:first-child{padding-left:0px; border-left:0px;}
.fotr-btm-link  .fotr-menu li a {padding: 0px;
    line-height: 12px;
}


.txt_dec {
    position: relative;
    margin-bottom: 20px;
}
.txt_dec h4 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: inherit;
}
.txt_dec h5{font-size: 16px;font-weight: 500;}
.txt_dec p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}
.txt_dec p:last-child{margin-bottom: 0px;}
/*================ thank you  ===========*/
.thanks-section{position: relative;}
.thnks-footer{padding-top: 0px;}
.thnks-footer .cpyrgt-wrap{margin-top: 0px; border-top: none;}
.inner-thanks{ position: relative;padding: 20px;}
.inner-thanks h4{margin-bottom: 15px;}
.inner-thanks h2{font-size: 45px;font-weight: 600;}
.inner-thanks h4{font-size:22px;font-weight: 800;}
.inner-thanks h5{color: #333;font-size: 16px;}
.inner-thanks h3{font-weight: 800;}
.thankyou-img{width: 90px;position: relative;
    margin: 0px auto 25px;}
.thankyou-img img{}
.inner-thanks p{color: #333; line-height: 22px;margin-bottom: 20px;}
.inner-thanks .btn{     padding: 10px 20px;
    margin: auto;
    border-radius: 30px;
    font-size: 14px;}

/*============= about us ================*/
.inr-wrap{ position: relative; /*background-color: #F6F6F6;*/padding: 15px 0px 15px;}
.inr-title{ position: relative;}
.inr-title h3{color: #fff; font-size: 28px;font-weight: 600;}
.breadcrumb-heading{}
.breadcrumb-heading h4{ font-size: 24px; font-weight: 600;margin-bottom: 0px;}
.brdcrm{background-color: transparent;border: none;border-radius: 0px;padding: 0px;margin-bottom: 0px;}
.brdcrm>li {    text-transform: capitalize;font-weight:600;font-size: 13px;}
.brdcrm>li a{ color: #458DFC;}
.brdcrm>li.active{ color:#000000;font-weight: 500;}
.brdcrm .breadcrumb-item+.breadcrumb-item::before {color: #807e7e;}
.orange{color: #f99011;}
.pdinglft0{padding-left: 0px;}
.pdingrgt0{padding-right: 0px;}
.inr-wrap-banner{padding:0px;border-top: none;}
.inr-wrap-banner>img{width:100%; height: 335px;object-fit: cover;}
.inr-container-overlay{position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 43%);
	    padding: 20px 0px;}
.inr-container-overlay .brdcrm>li a {color: #fff;}
.inr-container-overlay .brdcrm>li.active {color: #fff;}
.inr-container-overlay .brdcrm .breadcrumb-item+.breadcrumb-item::before { color: #fff;}

.navigation-number{margin-top: 20px;}
 .navigation-number .page-link {color: #000;
    font-weight: 500;
    border: none;
    background-color:#eddbed;
    font-size: 12px;
     margin: 4px;
    border-radius: 8px;}
.navigation-number .page-link-prev, .navigation-number .page-link-next{width: auto;
    background-color:#eddbed;font-weight: 400;
    text-align: center;color: #000;
    border-radius: 0px;}
.navigation-number .page-item.active .page-link {
    z-index: 3;
    color:#fff;
    background-color: #A64CA6;
    border-color: #A64CA6;
}
.navigation-number .page-link:hover {
    z-index: 2;
    color:#fff;
    background-color: #A64CA6;
    border-color: #A64CA6;
}
.navigation-number .page-item:first-child .page-link {
   /* border-top-left-radius: 6px;
    border-bottom-left-radius:6px;*/
     border-radius: 8px;
    
}
.navigation-number .page-item:last-child .page-link {
    /*border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;*/
    border-radius: 8px;
}
.pagination-drop{    margin-top: 20px;margin-bottom: 20px;}
.pagination-drop  .dropdown-select>.btn {
    padding: 8px 15px;}
.pagination-drop .dropdown-select .dropdown-menu li{display: block;}



/*============================ login ======================*/
.mb-6{margin-bottom: 6rem !important;}
.form-check-input {width: 20px; height: 20px;background-color: #E9E9E9; border: 1px solid #E9E9E9;}
.form-control[type=file] {padding-top: 14px;}
.btn-check:focus+.btn-warning, .btn-warning:focus {
    color: #fff;
    background-color: #fb951d;
    border-color:#fb951d;
    box-shadow: none;}
.login-wrap{position: relative;padding: 30px 0px 150px;background: url(../images/login-bg.png)no-repeat;    
    background-size: 100% 100%;}
.login-wrap:before{content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../images/cross-shape.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 150px;}
.wlcome-loging-logo{    margin-bottom: 6rem;}
.wlcome-loging-logo img{    width: 120px;}
.wlcome-login{position:relative;}
.wlcome-login .title{margin-bottom: 20px;}
.wlcome-login .title h3{font-size: 24px;}
.wlcome-dec {position: relative;margin-bottom: 20px;}
.wlcome-dec h2{font-weight: 800;font-size: 32px;}
.wlcome-dec h4{font-weight: 800;font-size: 22px;}
.wlcome-dec p{font-size: 16px;color: #E3E3E3;width: 360px;height: 100px;}
.wlcome-dec .btn{}

.form-box-width{width: 80%; margin: auto;}
.form-box{position: relative;}
.form-box .title{}
.form-box .title h3{ font-weight: 800;
    line-height: 34px;
    font-size: 34px;
    margin-bottom: 5px;}
.form-box .title h4{font-size: 20px;font-weight: 500;}
.login-white-box{position: relative;
    padding: 30px;
    background-color: #fff;
box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;}
.form-box-login{ background-color: #fff;}
.login-img{margin:0px auto 25px; width: 90px;display: block;}
.form-item{position: relative;}
.form-box .title p{    font-size: 16px;line-height: 24px;color: #666;}
.form-box .form-group { margin-bottom: 20px;position: relative;}
.form-box .form-group p{color: #000;font-size: 14px;}
.form-box .form-group .form-file{padding-top: 12px;}
.form-box .form-check-input:checked{background-color:#A64CA6;border-color:#A64CA6;}
.form-box .form-check-green:checked{background-color:#2EB100;border-color:#2EB100;}
.form-box .form-check, .table .form-check{padding-left: 2em;}
.form-box .form-check .form-check-input, .table .form-check .form-check-input{margin-left: -2em; margin-top: 1px; }
.form-box .form-check .form-check-label a{color:#3064FF;}
.form-box .form-group>label{    font-weight: 500;
    color:#37454E;
    margin-bottom: 8px;
    display: block;
    font-size: 13px;}
.form-box .form-group>label sup {
    top: -2px;
    font-size: 14px;
}
    .form-box .form-group .label-trms{    color: #2B2B2B;
    font-weight: 400;
    font-size: 14px;}
.form-box .form-group .label-trms a{color: #1BACC4;}
.form-box .form-group label.input-group-text{margin-bottom: 0px;}
.form-box  .form-ctrl {    background-color: #F7F7F7;
    border: 1px solid #E1E1E1;
    font-size: 14px;
    height: 48px;
    font-weight: 400;
    border-radius: 6px;}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: none;
}
.form-box .input-group-text {
    background-color: #F7F7F7;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
}
.form-box .input-group-text>img{    width: 18px;
    height: 18px;
    object-fit: contain;}
.form-box .file-form-control .upload-doc-item{background-color:#F2F8FF;
    border: 1px solid #F2F8FF;}
    .form-box-login .pdinglft25{padding-left: 25px;}
.form-box  textarea.form-ctrl{height: auto;}
.form-box .form-group h3{font-size: 22px;font-weight: 800;}
.form-box .form-group h4{font-size: 18px;}
.form-box .form-group h6{margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;}
.number-code{display: flex; width: 100%;border: 1px solid #fff;
    border-radius: 10px;background-color: #fff;}
.number-code .city-code-ctrl{    width: 130px;
    position: relative;}
.number-code  .form-ctrl {border:none;}
.form-box .forgot-txt {}
.form-box .SignUp-txt{}
.form-box .forgot-txt p{color: #2b2b2b;
    font-size: 14px;}
.form-box .forgot-txt p a, .terms-txt p a{color:#2b2b2b;}
.form-box .forgot-txt p a:hover, .terms-txt p a:hover{color:#A64CA6;text-decoration: none;}
.terms-txt p{font-size: 12px;}
.form-box .SignUp-txt p{    color: #2b2b2b;font-size: 16px;}
.form-box .SignUp-txt p a{color: #A64CA6;text-decoration: underline;}
.form-box .SignUp-txt p a:hover{color: #000;text-decoration: none;}
.otp-box{}
.otp-box .title h4 {
    font-size: 18px;
    font-weight: 500;}
.otp-box h3, .forgot-password-box h3{color: #000;}
.forgot-password-img{    position: relative;
    width: 120px;
    margin: 0px auto 25px;}
.forgot-password-img img{}
.login-tab {
    margin-left: 0px;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;}
.login-tab>li{margin: 12px;}
    .login-tab .nav-link {    text-align: center;
    padding: 30px 10px;
    color: #000;
    font-size: 14px;
    border-radius: 16px;
    font-weight: 500;
    background-color: #fff;
/*    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);*/
        position: relative;
        border: 1px solid #fff;
    }
.login-tab .nav-link>img{width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0px auto 10px;}
    .login-tab .nav-link.active, .login-tab .show>.nav-link {
        color:#000;border: 1px solid #FF8C04;
        background-color: #fff;}
/*.login-tab .nav-link.active:before{content: "";position: absolute;right: 10px;top: 10px;background: url(../images/check-circle.png)no-repeat;background-position: center;background-size: 100%;width: 24px;height: 24px;}*/
.add-another{}
.add-another p{}
.add-another p a{color: #363434;}
.add-another p a i{color: #E93131; margin-right: 10px;}
.form-box .form-group label.container_chechout{font-weight: 400;    font-size: 12px;display: inline-block;    margin-right: 20px;}
.form-box  .form-group_chechout>label{margin-bottom:20px;}
.form-box .select2-container--default .select2-selection--single {
    border: 1px solid #B9B6B6;
    height: 45px;
    padding: 6px;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    outline: none;
}
.form-box .select2-container--default .select2-selection--single .select2-selection__arrow{height: 44px;}
.signup-box{    background: url(../images/sginup-bg.png)no-repeat;
    background-position: top center;}
.signp-with-social{position: relative;display: flex;margin-bottom: 15px;justify-content: center;}
.signp-with-social a{  display: inline-block;
    width: 50%;
    color: #000;
    line-height: 24px;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 14px;
    margin-left: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: 0.5s;
    background-color: #F2F8FF;}
.signp-with-social a i{font-size: 20px;
    margin-right: 5px;}
.signp-with-social a>img{width: 18px;height: 18px;object-fit: contain;}
.signp-with-social a:first-child{margin-left: 0px;}
.signp-with-social a.fb{background-color: #3b5998;}
.signp-with-social a.ins{background-color: #c14fbe;}
.signp-with-social a.gogle{background-color: #dc4e41;}
.signp-with-social a:hover{text-decoration: none;transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.or {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 15px auto 25px;
}
.or:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    left: 0px;
    top: 20px;
}
.or span {text-transform: uppercase;
    background-color: #fff;
    /*width: 40px;
    height: 40px;*/
    padding: 8px 20px;
    border-radius: 0px;
    display: inline-block;
    margin: auto;
    z-index: 1;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
.otp-box .form-group{ display: flex;
    width: 100%;
    align-self: center;
    justify-content: center;}
.otp-box .form-group .form-ctrl{     margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    height: 46px;
    width: 46px;
    font-size: 14px;}
.resendin{margin-top: 10px;}
.resendin p{color: #a5a5a5; font-weight: 400;}
.resend-otp{}
.resend-otp p{font-size: 16px;font-weight: 400;}
.resend-otp p span{color: #000;}
.resend-otp p a{color: #fd9822;
    text-decoration: underline;}
.resend-otp p a:hover{text-decoration: none;}
.resend-otp p a img{    position: relative;
    margin-right: 8px;
    margin-top: -3px;}


.gender-check label.btn-light{border-radius: 10px;border-color: #F8FCFF;padding: 12px 5px;background-color: #F8FCFF;}
.btn-submit{ font-size: 16px;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 30px;}
.btn-submit>img{width: 50px;
    height: 50px;
    object-fit: contain;}
.btn-submit.btn-block{padding: 10px 10px;font-weight: 500;}
.btn-submit.btn-lg.btn-block{padding: 13px 10px;}
.form-box .btn-normal{font-size: 13px;font-weight: 500;
    padding: 8px 22px;border-radius: 10px;}
.form-box .btn-normal.btn-block{padding: 8px 10px;}
.registration-form .to{position: absolute;
    right: -20px;font-size: 14px;
    bottom: 15px;}
.permanent-txt{color: #da0e1a;
    float: right;
    display: inline-block;text-decoration: underline;}
.mrgntp-btn{margin-top: 25px;}
.btn-width{width: 170px;margin:0px auto;}
.search-group{}
.form-box .search-group .form-ctrl {
    background-color: #F8FCFF;
    border: 1px solid #F2F8FF;
    height: 52px;
    border-radius: 12px;}
.search-group .btn{position: absolute;
    right: 0px;
    top: 0px;}
.search-group .btn>img{width: 24px;height: 24px;object-fit: contain;}
.search-group .btn-link{padding: 10px;}

.warning-tabs{background-color: #fff;border-radius: 30px;padding: 6px;margin-bottom: 20px;border: 1px solid #EBEBEB;}
.warning-tabs .nav-link{font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    color: #303030;}
.warning-tabs .nav-link.active, .warning-tabs .show>.nav-link {background-color: #FF8C04;}
.form-group-d-flex{}
.form-box .form-group-d-flex {
    background-color: #F2F8FF;
    border: 1px solid #F2F8FF;
    border-radius: 14px;
}
.form-box .form-group-d-flex .form-ctrl {
    border: none;
}
.form-box .form-group-d-flex .btn{border-radius: 8px;font-size: 11px;font-weight: 500;}
.agree-wlcome-dec{height: 110px;
    overflow: auto;}
.form-box .form-check-right{padding-left: 0px;}
.form-check-right .form-check-input {
    float: right;
}
.login-mid-img{position: absolute;
    bottom: 0px;
    left: 38%;}
.login-mid-img>img{width: 350px;height: 350px; object-fit: contain;}
.register-man>img{width: 290px;}
.create-pass-man>img{width: 300px;
    height: 300px;}
.pass-point{margin-bottom: 50px;}
.pass-point ul li {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #404040;
}
.pass-point ul li:before {
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background: url(../images/checkmark-gray.svg)no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius:0px;
}
/*================== Flag country code =================*/
.custom_select{padding-right: 8px;}
.vodiapicker{
  display: none; 
}

#selecta{
  padding-left: 0px;
}

#selecta img, .btn-select img{
     width: 22px;
    height: 22px;
    border-radius: 6px;
  
}

#selecta li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#selecta li:hover{
 background-color: #F4F3F3;
}

#selecta li img{
  margin: 5px 10px;
}

#selecta li span, .btn-select li span{
  margin-left: 6px;
}

/* item list */

.selectb{
 display: none;
    width: 100%;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    position: absolute;
    top: 100%;
    min-width: 210px;
    z-index: 100;
        background-color: #fff;
  
}

.open{
  display: show !important;
}

.btn-select{    background-color: transparent;
    height: 42px;
    border: none;
    width: auto;
    padding: 10px;
 
}
.btn-select li{
  list-style: none;
 display: flex;
    padding-bottom: 0px;
    align-items: center;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F2F8FF;
  
  
}

.btn-select:focus{
   outline:none;
}

.lang-select{
}

/*================== table =================*/
.table {margin-bottom: 0px;
    display: table;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}
.theader {display: table-row;
    background-color: #F3FEF9;
    color: #2D2D2D;}
.table_header {
    display: table-cell;
    padding:10px 10px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight:500;
/*border-left: 1px solid #f0f0f0;*/}
.table_header span.small{font-size: 12px;}
.theader .table_header:first-child{border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;   border-left: none;}
.theader .table_header:last-child{border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;}
.table_row {display: table-row;}
.table_small {
    display: table-cell;
    padding:15px 5px;
    vertical-align:top;
    border-bottom: 1px solid #EBEBEB !important;
   /* border-left: 1px solid #f0f0f0;*/
}
.table_row > .table_small:first-child > .table_cell {
}
.table_row:last-child>.table_small{    border-bottom: none !important;}
.table_row > .table_small > .table_cell {
    color: #2D2D2D;
    font-size: 13px;
    padding: 0px;
}
.table_row > .table_small > .table_cell h6{font-weight: 400;margin-bottom: 5px;}
.table_row > .table_small > .table_cell p{margin-bottom: 5px;line-height: 20px;}
.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;}
.form-expand{width: 97%;}
.form-expand .form-control{height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 6px;}
.form-expand select.form-control {
    background-size: 12px;
}
.form-expand .btn-link{color: #3E916C;
    text-decoration: none;
    font-size: 13px;
    padding: 0px;
    font-weight: 500;}


/*======================= Step Tabs  ============================*/
.step-tabs .nav-pills{margin-bottom: 25px;}
.step-tabs .nav-pills .nav-link{color: #A3A3A3;border-radius: 0px;background-color: transparent;position: relative;}
.step-tabs .nav-pills .nav-link>span{width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9;
    font-size: 14px;
    font-weight: 500;
    color: #A3A3A3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
z-index: 1;position: relative;}
.step-tabs .nav-pills .nav-link:before{content: "";
    background-color: #a8a8a8;
    width: 100%;
    height: 1px;
    left: 50%;
    top: 50%;
    position: absolute;}
.step-tabs .nav-pills li:last-child > .nav-link:before{display: none;}
.step-tabs .nav-pills .nav-link.active, .step-tabs .nav-pills .show>.nav-link{background-color:transparent;}
.nav-pills .nav-link.active>span, .nav-pills .show>.nav-link>span{background-color: #FF8C04;color: #fff;}
.nav-group{margin-bottom: 20px;}
.nav-group .nav-link {
    display: block;
    padding: 8px 15px;
    color: #303030;
    background-color: #F4F6FE;
    font-size: 10px;
    font-weight: 500;}
.nav-group .nav-link.active, .nav-group .show>.nav-link{background-color:#FF8C04;color: #fff;}
.nav-group li:first-child .nav-link {border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.nav-group li:last-child .nav-link {border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.form-group-captcha{background-color: #fff;border: 1px solid #000;border-radius: 10px;padding: 5px 35px;}
.captcha-img{width: 70px;
    height: 40px;}
.captcha-img>img{width: 100%;height: 100%;object-fit: contain;}
.form-box .form-group-captcha .form-group>label{width: 90px;    margin-bottom: 0px;}
.form-box .form-group-captcha  .form-ctrl {width: 120px;
    background-color: #F4F6FE;
    border: 1px solid #F4F6FE;
    font-size: 13px;
    height: 38px;
}



/*======================= profile  ============================*/
.user_info{position: relative;margin-bottom: 20px;}
.user_info .profile-pic{width: 100%;
    height: 336px;
    border-radius: 15px;
    overflow: hidden;}
.user_info .profile-pic img{width: 100%;height: 100%;object-fit: cover;}

/*======================= Edit profile ======================*/
/*=============================*/
.upload-doc-item{position: relative;width: 100%;height: 100%;}
.upload-box{position: relative;}
.image-upload{
    position: relative;
        width:100%;height: 100%;
  margin: 0 auto;
}
.image-upload input {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        display: none;
    }
.upload-field {height: 100%;
      width: 100%;
}

.upload-field .file-thumbnail {
  cursor: pointer;
    width: 100%;height: 100%;
}

.upload-field .file-thumbnail img {
  width: 100%;
    border-radius:50%;
    height: 100%;
    object-fit: cover;
}

.upload-field .file-thumbnail h3 {
        font-size: 14px;margin-bottom: 0px;
}

.image-upload h5 {text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.profile-pic  #filename{display: none;}
.profile-pic .edit-pic{ position: absolute;
    background-color: #1BACC4;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    top: 0px;
    right: 0px;
    font-size: 16px;
    z-index: 1;}
.profile-pic .edit-pic>img{width: 14px;
    height: 14px;
    border-radius: 0px;
    object-fit: contain;}


/*===============   Dashboard  ==================*/
.wrap20 {
    padding: 20px 0px 30px;
    position: relative;
}
.btn-light-success {
    background-color: #EBF9F1;
}
.title-header{position: relative;margin-bottom: 20px;}
.title-header h3{font-size: 24px;font-weight: 500;}
.title-header .btn-link{padding-right: 0px;font-size: 14px;}
.btn-check:focus+.btn, .btn:focus {
     box-shadow:none;
}
.main{position: relative;    display: flex;}
.sidebar-header{position:sticky;
    width: 290px;
    background-color:#fff;
    top: 118px;
    bottom: 0px;
    left: 0px;
    height: 100vh;
padding: 20px;
z-index: 998;
     /*overflow-y:scroll;
    box-shadow: 0 0 10px rgb(0 0 0 / 19%);
    clip-path: inset(0px -10px 0px 0px);*/}
.sidebar-brand{position: relative;width: 100%;margin-bottom: 20px;}
.navigation{position: absolute;
    left: 18px;
    top: 22px;
    z-index: 1022;
display: none;}
.navigation>img{width: 20px;
    height: 20px;
    object-fit: contain;
    cursor: pointer;}
.sidebar-brand>a{display: block;width: 100%;}
.sidebar-brand>a>img{width: 77px;
    margin: 0px auto;
    display: block;}
.siderbar-menu{position: relative;width: 100%;height: 100%;}
.nav-menu{position: relative;height: 100%;padding-left: 15px;}
.nav-menu li{display: block;margin-bottom:10px;}
.nav-menu li a{display: block;
    position: relative;
    font-weight: 400;
    color: #707070;
    border-radius: 8px;
    font-size: 14px;
    padding: 9px 10px 9px 32px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 5%);
    background-color: #fff;}
.nav-menu li a span{}
.nav-menu li a em{    position: absolute;
    right: 10px;
    top: 15px;}
.nav-menu li a>img{    width: 14px;
    height: 14px;
    object-fit: contain;
    position: absolute;
    left: 10px;
    top: 12px;}
.nav-menu li a> .img-hover{opacity: 0;}
.nav-menu li a:hover{ background-color:#A64CA6; color: #fff;}
.nav-menu li.active>a{background-color:#A64CA6;color: #fff;}
.nav-menu li.active>a>.img-hover{opacity: 9;}
.content{position: relative;width: 100%;padding-bottom: 20px;display: flex;flex-direction: column;overflow: auto;}
.nav-menu li a:hover> .img-hover{opacity: 9;}
.navbar-light .navbar-nav .notification-nav-item{margin-right: 30px;}
.navbar-light .navbar-nav .notification-nav-item .nav-link{    
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.navbar-light .navbar-nav .notification-nav-item .nav-link>i{margin-right: 0px;}
.navbar-light .navbar-nav .notification-nav-item .nav-link:after{display: none;}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu{min-width: 22em;
    padding: 15px;
    max-height: 410px;
    overflow-y: auto;}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li{border-bottom: 1px solid #ddd;padding: 10px 0px}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li:last-child{border-bottom:none;}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li p{font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #000;}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li p.notification-date{font-size: 10px;font-weight: 300;}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li>a.btn{border-radius: 30px;padding: 4px 20px;}
.header-after-login.sticky .navbar {
    display:flex;
}
.header-after-login.sticky .navbar>.container-fluid{/*padding-left: 263px;*/}
.header-after-login .navbar>.container-fluid{max-width: 100%;}
.header-after-login .navbar-nav .notification-nav-item { margin-right: 0px;}
.navbar-expand-lg .navbar-nav .nav-link.nav-link-doctor{background-color: #fff;border-radius: 30px;padding: 10px 25px;}
.header-after-login .navbar-expand-lg .navbar-nav .nav-link.nav-link-doctor:hover{color:#3064FF;}
.header-after-login .navbar-expand-lg .mobile-nav .nav-link.login{background-color:#A64CA6;padding: 5px 12px;}
.header-after-login .navbar-expand-lg .mobile-nav .nav-link.login:after{display: inline-block;    content: "";
    font:inherit;    margin-top: 0px;}
.header-after-login .navbar-light .navbar-nav .mobile-nav .nav-link.login:focus, .header-after-login .navbar-light .navbar-nav .mobile-nav .nav-link.login:hover {
    color: #fff;
}
.header-after-login .navbar-expand-lg .mobile-nav .nav-link.login>img{border-radius: 50%;width: 30px;height: 30px;}
.header-after-login .navbar-expand-lg .mobile-nav .login-drop > .dropdown-menu{        border-radius: 10px;min-width: 15rem;}
.header-after-login .navbar-expand-lg .mobile-nav .login-drop > .dropdown-menu:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 10px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -9px;
    right: 20px;
}
.header-after-login .dropdown-menu .dropdown-header{background-color: #eddbed;
    border-radius: 8px;color: #171717;
    padding: 8px;}
.header-after-login .dropdown-menu .dropdown-header img{width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 10px;}
.header-after-login .dropdown-menu .dropdown-header h6{font-size: 14px;margin-bottom: 0px;}
.header-after-login .dropdown-menu .dropdown-header p{font-size: 12px;line-height: 16px;margin-bottom: 0px;color: #171717}
.header-after-login .dropdown-menu li .dropdown-item {
    font-size: 13px;
    padding: 10px 4px;}
.header-after-login .dropdown-menu li .dropdown-item span{}
.header-after-login .dropdown-menu li .dropdown-item:hover{color:#A64CA6; }
.header-after-login .dropdown-menu li .dropdown-item img{width: 18px;height: 18px;object-fit: contain;margin-right: 5px;}
.nav-menu>li.dropdown .dropdown-menu{ inset: inherit !important;
     transform: translate(0px, 0px) !important;}
.nav-menu>li>a.dropdown-toggle::after {
    content: "\f107";
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.side-sub-menu{padding: 10px;
    background-color:#5a83ff;
    border-radius: 4px;margin-left: 25px;margin-bottom: 0px;}
.side-sub-menu li{list-style: none;display: block;margin-bottom: 2px !important;}
.side-sub-menu li a{font-size: 12px !important;
    padding: 5px 5px !important;}
.side-sub-menu li.active> a{font-weight: 600;background-color: #fff;
    color: #3064FF;
    background-image: none;}
body.bg-light-blue{background: #F8FCFF;}
.dashboard-title{position: relative;margin-bottom: 25px;}
.dashboard-title h3{font-size: 35px;font-weight: 500;}
.dashboard-title p{}
.map-marker-title{margin-left: 20px;}
.map-marker-title{color: #000;}
.map-marker-title a{text-decoration: underline;color: #458DFC;}
.map-marker-title a:hover{text-decoration: none;}
.form-box .form-switch-right .form-check-input{margin-left: 0px;margin-right: 0px;width: 42px;height: 22px; background-repeat: no-repeat;float: right;}
.form-box .form-switch-right{padding-left: 0px;}
.form-switch-lg .form-switch-right .form-check-input{width: 50px;height: 28px;}
.form-switch-lg .form-switch-right label.form-check-label{font-size: 16px;color: #22BC3D;}
.form-switch-lg .form-switch-right label.form-check-label span{font-size: 26px;color: #303030;
    font-weight: 500;}
.form-switch-lg  .form-check-input:checked {
    background-color:#2EB100;
    border-color: #2EB100;}
.form-box .date-format{border: 1px solid #fff;
    border-radius: 10px;
background-color: #fff;}
.form-box .date-format .form-group {
    width: 48%;
}
.form-box .date-format .form-ctrl {
    border: none;
}
.title h5{}
.media-dashboard{box-shadow:0px 0px 9px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    background:#C8A2C8;
}
.dashboard-icon{    width: 40px;
    height: 40px;
    background-color:#fff;overflow: hidden;
    border-radius: 50%; margin-right: 8px;}
.dashboard-icon>img{width: 100%;height: 100%;object-fit: contain;}
.media-dashboard h4{font-weight: 500;font-size: 16px;}
.media-dashboard p{font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #4B4B4B;}
.media-dashboard p strong{font-weight: 500;}
.media-dashboard p.small{font-size: 12px;line-height: 15px;}
.media-dashboard p.large{}
.media-dashboard .btn-s{font-size: 10px;
    padding: 4px 6px;
    border-radius: 30px;}
.media-dashboard .btn-sm{border-radius: 30px;font-size: 11px;}
.media-dashboard h6{font-size: 14px;
    font-weight: 700;}
.Pwith-icon {
    position: relative;
    padding-left: 25px;
}
.Pwith-icon>img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.grouptwobtns{}
.grouptwobtns>a, .grouptwobtns>.btn{margin-right: 10px;}
.grouptwobtns>.btn{font-size: 14px;
    border-radius: 30px;
    font-weight: 500;
    padding: 10px 15px;}
.grouptwobtns>.btn-block{padding: 10px 5px;}
.grouptwobtns>a.btn-sm {padding: 6px 15px; font-size: 12px;}
.grouptwobtns>a.btn>img, .grouptwobtns>.btn>img{width: 18px;height: 18px;object-fit: contain;}
.grouptwobtns>a:last-child, .grouptwobtns>.btn:last-child{margin-right: 0px;}
.media-dashboard-2 .media .media-left, .media-dashboard-2 .media .media-body, .media-dashboard-blue .media .media-left, .media-dashboard-blue .media .media-body, .patient-media .media .media-body, .patient-media .media .media-left{vertical-align: middle;}
.media-dashboard-2 .dashboard-icon, .media-dashboard-blue .dashboard-icon{
   width: 60px;
    height: 60px;
    background-color:transparent;
    padding: 12px;
    margin-right: 15px;}
.media-dashboard-2 h3{font-size: 30px;}
.media-dashboard-2 p.large{font-size: 18px;}
.media-dashboard-blue{background-color: transparent;background:#3064FF url(../images/shap-line.png)no-repeat;background-position: right top;    background-size: 35px;
}
.media-dashboard-blue .dashboard-icon{background-color: transparent;
    background: rgb(255 255 255 / 10%);}
.media-dashboard-blue h3{font-size: 20px;color: #fff;}
.media-dashboard-blue p.large{font-size: 14px;color: #fff;}
.media-dashboard-header{border-bottom: 1px solid #ECECEC;margin-bottom: 12px;position: relative;}
.bg-light-blue .dashboard-icon{background: #E6E6FA !important;}
.video-btn{}
.video-btn>img{width: 22px;height: 22px;object-fit: contain;}
.CancelAppoinment-modal .form-box .form-check label{color: #000;font-weight: 500;}
.chart-card{border: none;margin-bottom: 25px;
    border-radius: 17px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);}
.chart-card .card-header {
    background-color: #fff;
    border-bottom: none;
    border-top-left-radius: 17px;border-top-right-radius: 17px;
}
.chart-card .card-header h6{font-weight: 500;}
.chart-card .card-header .form-box .form-group {margin-bottom: 10px;}
.chart-card .card-header .form-box .form-ctrl {border: 1px solid #858585;
    height: 32px;
    border-radius: 30px;
    font-size: 11px;
    color: #858585;
}
.chart-card .card-header .form-box .date-format .form-group {
    width: 45%;
}
.chart-card .card-header .form-box .date-format{border-radius: 30px;border: 1px solid #858585;}
.chart-card .card-header .form-box .form-group>label {
    color: #858585;
    font-size: 11px;
}
.chart-card .card-header .form-box  .date-format .form-ctrl{border: none;}
.chart-card .card-header .form-box .btn-submit{}
.chart-card .card-header .form-box .btn-submit>img{width: 30px;
    height: 30px;}
.chart-area{height: 165px;}
.chart-bar{height: 243px;}
.border-success{border: 1px solid #2EB100;}
.border-warning{border: 1px solid #FF8C04;}
.media-dashboard-detail h3{font-size: 18px;}
.test-card{border: 1px solid #F0F0F0;
    border-radius: 10px;margin-bottom: 20px;}
.test-card .card-header {
    background-color: #4C004C;
    border-bottom:1px solid #F0F0F0;
}
.test-card .card-header:first-child {
    border-radius: 10px 10px 0px 0px;
}
.test-card h6{font-size: 14px;
    font-weight: 600;}
.test-card p{font-size: 14px;line-height: 22px;color:#404040;}
.test-card p strong{font-weight: 500;}
.test-card p.small{font-size: 12px;line-height: 18px;}


/*=============== Counter Down ===============*/
.countdown{display: flex;
    width: 100%;
    justify-content:center;
    align-items: center;}
	.countdown>div{background-color: #fff;
    border-radius: 4px;
    text-align: center;
    color: #000;
    margin: 2px 2px 5px;
    padding: 2px 6px;}
	.countdown-container.days{}
	.countdown-container.seconds{}
		.countdown>div>span{display:block;}
		.countdown-value{font-size:14px;margin-bottom:0px;line-height:16px;font-weight:500;}
		.countdown-heading{font-size:10px;font-weight:400;display: none !important;}
/*=============== Counter Down ===============*/
/*=============== appointment ===============*/
.btn-all{position: relative;}
.btn-all .btn{font-weight: 500;font-size: 14px;padding: 12px 20px;}
.btn-all .btn-outline-light {
   
}
.days-box {
    position: relative;
    border: 1px solid #FAFAFC;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    margin: 0px 0px 20px;
    background-color: #FAFAFC;
}
.days-box span {    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.days-box.active {
    color: #fff;
    background-color: #1BACC4;
    border: 1px solid #1BACC4;
}

.white-well .media-dashboard .kokoro-orange {
    padding: 2px 12px;
    margin-bottom: 5px;
}

/*=============== Test detail popup ===============*/


/*=============== appointment  detail ===============*/
.profile-info-header{border-radius: 0px;}
.profile-info-header.media-dashboard .media .media-left, .profile-info-header.media-dashboard .media .media-body, .profile-info-header.media-dashboard .media .media-right{vertical-align: middle;}
.Price-Details .list-group-item .btn-circle{width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;}
.Price-Details .list-group-item .btn-circle>img{width: 12px;height: 12px;object-fit: contain;}
.Price-Details .list-group-item .btn-light{background-color: #D4D4D4;border-color: #D4D4D4;}
.Price-Details .list-group-item .btn-primary{background-image: none; }
.Price-Details .list-group-item .btn-white{font-weight: 700;
    border-radius: 4px;
    color: #2EB100;
    padding: 6px 25px;
    font-size: 14px;}
.white-well{position: relative;padding: 20px;border-radius: 10px;margin-bottom: 25px;box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);}
.test-dashboard-card{position: relative;    margin-bottom: 20px;}
.test-dashboard-card>h4{    font-weight: 800;
    font-size: 20px;}
.test-dashboard-card>h4>a{font-size: 14px;font-weight: 600;color: #A64CA6;}
.test-card-body{    position: relative;
    padding: 15px;
        background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    border-radius: 6px;}
.test-card-body h3{font-size: 22px;font-weight: 800;}
.test-card-body h6{font-size: 14px;
    font-weight: 400;}
.test-card-body .btn{font-size: 16px; border-radius: 10px; font-weight: 500;padding:8px 20px;}
.test-card-body .btn>img{width: 20px;height: 20px;object-fit: contain;}
.test-card-body .btn-sm{padding: 5px 20px;}
.test-card-body h5{font-size: 14px;
    font-weight:600;}
.test-card-body h5 .small{font-weight: 400;font-size: 11px;}
.test-card-body p{font-size: 10px;line-height: 18px;color: #000;}
.table-success {--bs-table-bg: #78B298;}
.table-reponsive>.table-lg .table-success td{color: #fff;}
.table-card-border{border: 1px solid #F3F3F3;border-radius: 10px;}
.table-card{position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin-bottom: 20px;}
.table-card-header{background-color: #F3FEF9;padding: 10px 15px;border-radius: 10px;}
.table-card-header h4{margin-bottom: 0px;}
.table-card-header h4 .small{font-size: 13px;font-weight: 400;}
.table-card-header .form-filter .form-ctrl {height: 40px;}
.table-reponsive{overflow-y: auto;width: 100%;}
.table-reponsive>table{border-collapse: collapse;width: 100%;vertical-align: middle;}
.table>:not(:last-child)>:last-child>* {border-bottom-color: #F3F3F3;}
.table-reponsive>table th{font-size: 12px;font-weight: 500;color: #000;padding: 15px 10px;vertical-align: top;}
.table-reponsive>table td{padding: 15px 10px;font-size: 13px;color: #000;font-weight: 500;}
/*.table-reponsive>table tr:first-child>td:first-child{border-top-left-radius: 12px;}*/
/*.table-reponsive>table tr:first-child>td:last-child{border-top-right-radius: 12px;}*/
.table-reponsive>.table-sm th{font-size: 13px;padding: 10px 6px;}
.table-reponsive>.table-sm td {padding: 10px 6px;font-size: 12px;}
.table-reponsive>.table-sm td .btn-sm {font-size: 10px;padding: 4px 8px;}
.table-reponsive>.table-sm td .btn-sm-icon {padding: 4px 5px;}

.table-reponsive>table h6{font-size: 12px;font-weight: 400;color: #252525;margin-bottom: 2px;}
.table-reponsive>table h5{font-size: 16px;font-weight: 400;color: #252525;margin-bottom: 2px;}
.table-reponsive>table p{color: #252525;margin-bottom: 0px;}
.table-reponsive>table p strong{font-weight: 500;}
table .btn-link:hover{text-decoration: none;}
.text-underline-none{text-decoration: none}
table .form-check-input {
    width: 18px;
    height: 18px;}
.Tdownload-icon{margin-right: 15px;float: right;}
.Tdownload-icon>img{    width: 14px;
    height: 14px;
    object-fit: contain;
}
.table-reponsive>table thead tr:first-child>th:first-child{border-top-left-radius: 12px;}
.table-reponsive>table thead tr:first-child>th:last-child{border-top-right-radius: 12px;}
.table-reponsive>table tr:first-child>th:first-child{border-top-left-radius: 12px;}
.table-reponsive>table .table-light{background-color:#F0F0F0;}
.table-reponsive>table .table-white{background-color:#fff;}
.table-reponsive>table .table-secondary {--bs-table-bg: #F1F1F1;}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #F7F6FE;}
.rating-star{}
.rating-star>i{font-size: 14px;}
.rating-star>i.checked{color: #FFC700;}
.table-reponsive>.table-lg td {
    font-size: 13px;
    color: #3E3E3E;
    font-weight: 500;
}
.table-reponsive>table td .btn{border-radius: 8px;}
.table-reponsive>table td .btn-sm{font-size: 11px;font-weight: 500;}
.table-reponsive>table td .btn>img{  width: 16px;
    height: 16px;
    object-fit: contain;}
.qty-btn-outline{padding: 5px 20px;border: 1px solid #f5f5f5;border-radius: 6px;display: inline-block;}
.table-info {
    --bs-table-bg: #F4F9FF;
}
.td-img{width: 35px;height: 35px;object-fit: contain;}


/*============= Question Box ===============*/
.question-box{}
.question-box .login-white-box {padding: 40px 50px;}
.question-box .form-group p.large{font-size: 16px;}
.arrows_expand{    position: absolute;
    right: 10px;
    top: 10px;}
.arrows_expand .btn{}
.arrows_expand .btn>img{    width: 28px;
    height: 28px;
    object-fit: contain;}
.question-box .form-check {
    padding-left: 2.5em;
}
.question-box .form-check .form-check-label{font-size: 16px;}
.question-box .form-check .form-check-input{
    margin-left: -2.5em;}
.question-box .form-check-input {
    width: 24px;
    height: 24px;}
.question-box .form-ctrl{background-color: #fff;box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);border-radius: 0px;}
.test-timing{background-color: #fff;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    position: relative;}
.test-timing .countdown-container.days{display: none!important;}
.test-timing .countdown-container.hours{display: none!important;}
.test-timing .countdown>div>span{display:inline-block!important;}
.test-timing .countdown-value{font-size:16px;margin-bottom:0px;line-height:18px;font-weight:400;}
.test-timing .countdown-heading{font-size:13px;font-weight:400;display: flex!important;}
.test-timing .btn{}
.test-timing .btn>img{    width: 34px;
    height: 34px;
    object-fit: contain;}
.question-mark .btn{}
.question-mark .btn img{width: 18px;height: 18px;object-fit: contain;}
/*============= Question Box End ===============*/
/*============= earning ===============*/
.earning-dashboard .dashboard-icon{    background-color: #F2F8FF;border-radius: 0px;    padding: 10px;}
/*============= earning End ===============*/
/*============= Default ===============*/
.table_row > .table_small > .table_cell .fa-info-circle:hover>.infodrop{display: block;}
.underline-none{text-decoration: none;}
.form-box-dashboard .title h4{font-size: 20px;font-weight: 500;}
.form-box-dashboard .title p{border-bottom: none;padding-bottom: 0px;}
.form-box-dashboard .form-group label {
    font-size: 14px;
}
.form-box-dashboard .form-ctrl {
    background-color: #F8FCFF;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #F8FCFF;
}
.form-box-dashboard  .form-check-input {
    width: 1.5em;
    height: 1.5em;}
.form-box-dashboard .number-code{ border-radius: 10px;}
.form-box-dashboard .number-code .form-ctrl {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}
.form-box-dashboard .number-code select.form-ctrl {
    border-right: 1px solid #E0E0E0;border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.form-box-dashboard .file-form-control .upload-doc-item{background-color: #F8FCFF;
   border: 1px solid #F8FCFF;}
.form-box-dashboard .btn-sumbit{font-weight: 400;}
.form-box-dashboard .btn-sumbit.btn-lg{font-size: 16px;padding: 10px 5px;}
.btn-radius{border-radius: 30px  !important;}
.edit-btn{}
.edit-btn a.btn{}
.edit-btn a.btn>img, .edit-btn a>img{width: 15px;
    height: 15px;
    object-fit: contain;}
.form-box-dashboard .searchgroup .form-ctrl {padding-left: 40px;
    padding-right: 40px;}


.searchgroup{width:100%;margin-bottom:20px;}
.searchgroup .form-ctrl{ font-size: 14px;padding-right: 40px;height: 46px;}
.searchgroup .btn{position: absolute;
    right:5px;    padding: 5px 10px;
    bottom: 2px;top: 2px;
    color: #fff;}
.searchgroup .btn-link{}
.searchgroup .btn >img{    width: 16px;height: 16px;
    object-fit: contain;}
.searchgroup .btn.btn-lft{right: inherit;left: 5px;padding: 5px 8px;}
.searchgroup-radius .form-ctrl{border-radius: 30px;border: 1px solid #EBEBEB;}
.searchgroup-radius .btn{bottom: 5px;top: 5px;padding: 5px 15px;}
.searchgroup-radius .btn-primary{background-image: none;border-radius: 30px;}
.form-filter .form-group {margin-bottom: 20px;}
.form-filter .form-group label{font-size: 13px;}
.form-filter .form-ctrl {font-size: 13px;height: 46px; border: 1px solid #FFFBF0; border-radius: 14px;}
.form-filter .date-format {border: 1px solid #858585;border-radius: 30px;    overflow: hidden;}
.form-filter .number-code select.form-ctrl {
    border: 1px solid #EBEBEB;
}
.form-filter .searchgroup-radius .form-ctrl{border: 1px solid #858585;}
.mt-20{margin-top: 20px;}
.mt-label28{margin-top: 28px;}
.form-filter .btn-submit {}
.tabs-nav{ margin-bottom: 20px;
    border: 1px solid #F2F8FF;
    border-radius: 10px;
    padding: 5px;}
.tabs-nav.bg-light{ background-color: #F2F8FF !important;}
.tabs-nav .nav-link{border-radius: 10px;
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    padding: 5px 5px;
}

.tabs-nav .nav-link.active, .tabs-nav .show>.nav-link{color: #fff;
    background-color:#1BACC4;}
.tabs-nav-border{}
.tabs-nav-border .nav{}
.tabs-nav-border .nav .nav-link{border-radius: 0px;
    font-size: 15px;
    color: #858585;
    font-weight: 400;
    padding: 12px 16px;
    background-color: transparent;
border-bottom:2px solid transparent;}
.tabs-nav-border .nav .nav-link.active, .tabs-nav-border .nav .show.nav-link{border-bottom: 2px solid #1BACC4;color: #1BACC4;}
.tabs-nav-left .nav-link {
    color: #717B8C;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    background-color:#F8FCFF;
    position: relative;
}

.tabs-nav-left .nav-link.active, .tabs-nav-left  .show>.nav-link {
    color: #FF8C04;
    background-color: transparent;
}
.tabs-nav-left .nav-link:hover{ color: #FF8C04;
    background-color:transparent;}
.tabs-nav-left .nav-link:before {
    content: "";
    position: absolute;
    border: 1px solid #E0E4EC;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.tabs-nav-left .nav-link.active:before {
    border: 1px solid #FF8C04;
    border-radius: 4px;
}
.tabs-nav-border .nav-sm .nav-link{font-size: 14px;padding: 12px 10px;}
.nav-responsive .tabs-nav-border .nav-sm .nav-link{border-bottom: 2px solid #d7d7d7;}
.nav-responsive  .tabs-nav-border .nav .nav-link.active, .nav-responsive .tabs-nav-border .nav .show.nav-link {
    border-bottom: 2px solid #1BACC4;
    color: #1BACC4;
}
.test-box{position: relative;padding:20px;margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    border-radius: 6px;}
p.loction{position: relative;padding-left: 20px;}
p.loction>img{width: 15px;height: 15px;object-fit: contain;position: absolute;left: 0px;top: 3px;}
p.loction>i{position: absolute;left: 0px;top: 5px;}
.groups-btns{display: flex;justify-content: space-between;}
.groups-btns .btn{border-radius: 30px;
    font-size: 13px;
    padding: 7px 10px;
    font-weight: 400;
margin-right: 10px;}
.groups-btns .btn:last-child{margin-right: 0px;}
.SelectedSlot {
    position: relative;
    margin-bottom: 20px;
}
.SelectedSlot h5 {color: #222;
    font-weight: 400;
    font-size: 18px;
}
.SelectedSlot ul {
}
.SelectedSlot ul li:first-child {
    margin-left: 0px;
}

.SelectedSlot ul li {
    margin-left: 5px;
    margin-right: 5px;
}

.SelectedSlot ul li h6 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 15px;
}
.SelectedSlot ul li a {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    padding: 4px 8px;
    border: 1px solid #000;
    border-radius: 4px;
}
.SelectedSlot ul li a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 4px;
}
.form-box .SelectedSlot .form-group {margin-bottom: 10px;}
  .form-box .SelectedSlot .form-group label.btn {
    border-radius: 30px;
    font-weight: 400;
    padding: 8px 20px;
    border-color: #ebebeb;
    font-size: 13px;
    margin-bottom: 0px;
}
.form-box .SelectedSlot .btn-check:active+.btn-outline-success, .form-box .SelectedSlot .btn-check:checked+.btn-outline-success, .form-box .SelectedSlot .btn-outline-success.active, .form-box .SelectedSlot .btn-outline-success.dropdown-toggle.show, .form-box .SelectedSlot .btn-outline-success:active {
    color: #fff;
    background-color: #54CA41;
    border-color: #54CA41;
}
.form-box .SelectedSlot .btn-outline-success:hover {
    color: #fff;
  background-color: #54CA41;
    border-color: #54CA41;
}
.back-page{position: relative;border-bottom: 1px solid #000;margin-bottom: 25px;padding-bottom: 10px;}
.back-page>h3>a{}
.back-page>h3>a.back-arrow{    position: absolute;
    left: 0px;}
.back-page>h3>a.back-arrow>img{    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;}
.back-page h3{font-size: 26px;font-weight: 600;}
.checkred{}
.checkred p{}
.checkred p img{    width: 12px;
    height: 12px;
    object-fit: contain;}
.next-link-btn{position: absolute;
    right: 0px;
    top: 0px;font-size: 16px;font-weight: 500;
    text-decoration: none;color: #458DFC;}

/*============ add-presccription ==========*/
.form-box-dashboard-white .form-ctrl {
    background-color: #fff;border: 1px solid #fff;
}
.form-box-dashboard-white .form-group h6, .form-box-dashboard-white .form-group label.form-check-label {
    font-size: 15px;
    font-weight: 400;
    color: #575757;
}
.form-box-dashboard-white .form-switch-right {
    margin-bottom: 12px;
}
.form-box-dashboard-white .form-check-input:checked {
    background-color:#2EB100;
    border-color: #2EB100;
}

.form-box-dashboard-white .searchgroup .form-ctrl {
    padding-left: 20px;}
.alert-tabs{}
.alert-tabs .alert {margin-right: 10px;
    border-radius: 8px;
    padding: 5px 16px;
    font-size: 11px;
}
.alert-tabs .alert:last-child{margin-right: 0px;}
.alert-tabs .alert-dismissible .btn-close {position: relative;
    margin-left: 5px;
    padding: 0px;
    background-image: none;
    background: url(../images/close-white.svg)no-repeat;
    background-size: 100%;
    background-position: center;
    width: 10px;
    height: 10px;}
.alert-info{color: #fff;
    background-color: #1BACC4;
    border-color: #1BACC4;}
.alert-warning{    background-color: #FF8C04;
    border-color: #FF8C04;color: #fff;}
.alert-outline-secondary{color: #575757; border: 1px solid #575757;}
.addplus{}
.addplus .btn{padding: 2px 8px;
    display: flex;
    justify-content: center;
    align-items: center;}
.list5-row{}
.list5-row>li{width: 20%;padding-right: 25px;position: relative;}
.list5-row>li:last-child{padding-right: 0px;}
.list5-row>li .filter-dorpdown .filter-dorpdown-menu{position: absolute;top: 60px;width: 100%;z-index: 1;}
.prescription-alert{box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%); padding: 15px;border-radius:12px;margin-bottom: 20px;position: relative;color: #000;}
.alert-light {
    background-color: #fff;
    border-color: #ebebeb;
}
.prescription-alert h4{font-weight: 600;}
.prescription-alert h4 span{font-weight: 400;}
.prescription-alert p{color: #000;}
.prescription-alert p strong{font-weight: 500;}
.prescription-alert .edit, .availability-item .edit{display: flex;
    align-items: center;}
.prescription-alert .edit a, .availability-item .edit a{display: inline-block;}
.prescription-alert .edit a.btn, .availability-item .edit a.btn{padding: 6px;
    height: 28px;
    width: 28px;
display: flex;
    justify-content: center;
    align-items: center;}
.prescription-alert .edit a.btn-light-blue, .availability-item .edit a.btn-light-blue{background-color: #fff;}
.prescription-alert .edit a img, .availability-item .edit a img{
    width: 16px;
    height: 16px;
    object-fit: contain;}
.prescription-alert .btn-close, .availability-item .btn-close{margin-left: 10px;
    position: relative;
    padding: 4px;
    background: #fff url(../images/trash-icon.svg)no-repeat;
    background-size: 60%;
    background-position: center;
    height: 20px;
    width: 20px;
    top: 0px;
}
.sessions-list li{width: 100%;}
.sessions-list .form-group img{width:26px;height:26px;object-fit: contain;}
.form-box-medicines{}
.form-box-medicines .searchgroup .form-ctrl {
    padding-left: 20px;}
.form-box-medicines .form-group h6 {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    margin-bottom: 5px;
}
.form-box-medicines .form-group p.small{font-size: 12px;line-height: 18px;}
.form-box .form-group label.btn {
    border-radius: 10px;
    font-weight: 500;
    padding: 8px 15px;
    border-color: #575757;
    font-size: 13px;
    margin-bottom: 0px;
}
.form-box .form-group label.btn-outline-info:hover{background-color: #1BACC4;border-color: #1BACC4;color: #fff;}
.btn-check:checked+label.btn-outline-info{background-color:#1BACC4;border-color:#1BACC4;color: #fff;}

.form-box-dashboard .adapalene-form-group .form-ctrl {color: #FF8C04;}
.form-box-dashboard .adapalene-form-group .form-group-d-flex {
    background-color: #F8FCFF;
    border: 1px dashed #1BACC4;}
.form-box-dashboard .adapalene-form-group .form-group-d-flex .btn>img{width: 20px;height: 20px;object-fit: contain;}
.qty-btn{display: flex;margin-bottom:25px;
    justify-content: center;
    align-self: center;
    align-items: center;
width: 140px;
    text-align: center;}
	.qty-btn h6{font-size:15px;font-weight:500;margin-right:20px;margin-bottom:0px;}
.qty-btn #field1{
    border-radius: 10px;
    width: 100%;
   position: relative;
    top: 0px;
    right: 0px;
    background-color: #F8FCFF;}
.qty-input{    width: 100%;height: 38px;
    border: none;background-color: #F8FCFF;
    border-radius: 0px;
    text-align: center;}
.qty-btn .sub, .qty-btn .add{border: none;background-color: #F8FCFF;
    color: #1BACC4;padding: 1px 12px;
    border-radius: 10px;
    font-size: 22px;
}
/*============ My Availability ==========*/
.availability-item{padding: 15px;
    position: relative;
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 20px;}
.availability-header{padding-bottom: 6px;border-bottom: 1px solid #EBEBEB;margin-bottom: 10px;}
.availability-header h4{color: #303030;}
.availability-header h4>img{width: 24px;height: 24px;object-fit: contain;}
.availability-header h4>span.small{    color: #858585;
    display: block;
    font-size: 10px;}
.availability-header h4>.btn{    font-size: 10px;
    border-radius: 30px;
    padding: 2px 12px;
    margin-left: 4px;}
.availability-item p, .page-header .availability-item p{font-size: 12px;line-height: 18px;color: #303030;}
.availability-item p.small{font-size: 10px;line-height: 16px;}
.availability-item .btn-lg{font-size: 14px;border-radius: 8px;padding: 9px 10px;}


/*============ My Availability View Schedule ==========*/
.availability-schedule-card{border:1px solid #EBEBEB;border-radius: 10px;margin-bottom: 20px;padding: 25px;}
.availability-schedule-card .form-group{margin-bottom: 20px;}
.availability-schedule-card .form-group h6{font-size: 14px;color: #303030;margin-bottom: 5px;}
.availability-schedule-card .form-group h6 strong{font-weight: 700;}
.availability-schedule-card .form-group h5{font-size: 16px;font-weight: 500;color: #707070;}
.availability-schedule-card .form-group h5 strong{font-weight: 600;}

.availability-schedule-card .alert-tabs .alert {
    margin-right: 10px; font-weight: 500;margin-bottom: 10px;
    border-radius: 30px;}
.availability-schedule-card .alert-outline-danger {
   border-color: #FF2E2A;
    color: #FF2E2A;
}
.availability-schedule-card .alert-outline-danger>span{font-size: 10px;}
.availability-schedule-card  .table-reponsive>table th, .availability-schedule-card  .table-reponsive>table td.table-warning {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.availability-schedule-card  .table>:not(caption)>*>*{border: none;}
.availability-schedule-card  .table-warning {
    --bs-table-bg: #FF8C04;
    color: #fff;
    border-color: #FF8C04;
}
.slot-time{position: relative;}
.slot-time span.btn{cursor: text;}
.slot-time .btn{    padding: 9px 12px;
    font-size: 13px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
color: #000;}
.slot-time .btn b{font-weight: 600;}

/*============ my profile ==========*/
.account_dashboard{position: relative;}
.account_dashboard .login-white-box {
    position: relative;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 5%);
}
.account_dashboard  .form-box .form-group label {
    font-size: 15px;color: #000;}
.account_dashboard .form-box .form-ctrl {    background-color: #f6edf6;
    border: 1px solid #f6edf6;
    border-radius: 10px;}
.account_dashboard .form-box textarea.form-ctrl {height:auto;}
.account_dashboard  .form-box .form-group-d-flex{background-color: #f6edf6;border: 1px solid #f6edf6;border-radius: 10px;}
.account_dashboard .form-box .form-group-d-flex .form-ctrl{background-color: #f6edf6;border: none;}
.name_info{width: 100%; margin-bottom: 25px;border-bottom: 1px solid #f2f2f2;
    /*border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 15px 15px;
    background-color: #f2f0f6;*/}
.name_info .media-left{display: table-cell;padding-right:5px;}
.name_info .profile-pic{       width: 125px;
    height: 125px;
    border: 2px solid #F2f2f2;
    border-radius: 50%;
position: relative;}
.name_info>.profile-pic>img{width: 100%; height: 100%; object-fit: cover;border-radius: 50%;}
.name_info .media-body, .name_info .media-right{display: table-cell;vertical-align:middle;
    padding-left: 10px;    width: 100%;}
#account-btn{float: right; display: none;}
.name_info h5{  color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;}
.name_info p{    font-size: 13px;
    color: #5E6264;
    margin-bottom: 4px;
    line-height: 20px;}
	.name_info p strong{font-weight: 500;color:#252626;}
.name_info h6{font-size: 14px; color:#4C535F;    font-weight: 500;}
.name_info h6 strong{color: #9bbb58;}
.profile-info{position: relative;margin-bottom: 25px;}
.profile-info p{    font-weight: 400;
    color: #838383;
    line-height: 22px;
    margin-bottom: 6px;
    font-size: 13px;}
.profile-info p strong{font-weight: 500;}
.profile-info p.large{ font-size: 16px;}
.profile-info h6{font-size: 14px;color: #3E3E3E;}
.profile-info h5{font-size: 16px;}
.profile-info h5 span.small{font-size: 12px;font-weight: 400;}
.profile-info h5.text-gray{color: #575757;}
.name_info h4{margin-bottom: 10px;}
.name_info p{font-size: 12px;line-height: 20px;}

.profile-item, .copy-code{background-color: #DDE6FF;padding: 20px;border-radius: 15px;margin-bottom: 15px;}
.profile-item h3{font-size: 26px;line-height: 28px;
    font-weight: 600;}
.profile-item h5{color: #656464;font-size: 16px;}
.progress-bar-item{position: relative;margin-bottom: 10px;}
.progress-bar-item p{font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;}
.progress-bar-item .progress {height: 8px;
    background-color: #fff;
    border-radius: 30px;}
.profile-item .profile-info{margin-bottom: 15px;}
.profile-item .profile-info h6, .copy-code h6{font-size: 12px;margin-bottom:0px;}
.profile-item .profile-info p, .copy-code p{font-size: 11px;line-height: 16px;color: #303030;font-weight: 500;}
.profile-item .profile-info p .btn-sm {
    font-size: 9px;
    padding: 4px 8px;
    border-radius: 8px;
    background-image: none;
}
.copy-code{padding:10px 20px;}
.copy-code h6{}
.copy-code p{margin-bottom: 0px;}
.Copy {
    position: relative;
}
.Copy a {
    font-size: 12px;
    color: #3064FF;
    font-weight: 500;
}
.Copy a>img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.pancard-item {
    position: relative;
    border-radius: 15px;
    background-color: #DDE6FF;
    margin-bottom: 15px;
    padding: 20px;
}
.pancard-header {
    position: relative;
    margin-bottom: 10px;
}
.pancard-header h4 {
    font-weight: 600;
    font-size: 18px;
}
.pancard-download {
    position: relative;
    margin-top: -20px;
    margin-right: -20px;
}
.pancard-download>a {
    background-color: #FF8C04;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 0px 10px;
}
.pancard-download>a>img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.name_info .profile-pic.border-dash{border: 1px dashed #458DFC;}
/*============== Edit =================*/
.mr-2{margin-right: 10px;}
.name_info .upload-box{width: 120px;
    height: 120px;margin-bottom: 30px !important;border-radius: 50%;}
.upload-box .edit-pic {}
.page-header {
    position: relative;
    margin-bottom: 25px;
}
.page-header h3 {
    color: #303030;
    font-weight: 600;
    font-size: 32px;
}
.page-header p{font-size: 16px;}
.page-header h4{font-size: 22px;font-weight: 600;}
.page-header h4 .small{font-size: 14px;}
.page-header>h3>a.back-arrow {
    position: relative;}
.page-header h3 sub{bottom: 0px;font-size: 18px;}
.page-header h5{font-size: 16px;}
.page-header-border{border-bottom: 1px solid #E0E4EC;padding-bottom: 8px;}
.add-link{position: relative;}
.add-link>a{color: #3E916C;font-size: 14px;font-weight: 400;}
.table_row > .table_small > .table_cell .fa-info-circle{position: relative;}
.infodrop{    position: absolute;
    background-color: #3E916C;
    padding: 10px;
    border-radius: 4px 0px 4px 4px;
    min-width: 13rem;
right: 0px;
display: none;
z-index: 1;}
.infodrop>p{margin-bottom: 4px;color: #fff;font-size: 13px;font-family: 'Poppins', sans-serif;font-weight: 500;}
.infodrop>p.small{font-size: 11px;}
.infodrop>p.tooltip-total{border-top: 1px solid #fff;padding-top: 5px;}


/*==============Create Sub Admin =================*/
.SubAdmin-form-box{}
.SubAdmin-form-box .name_info .upload-box {
    width: 200px;
    height: 200px;
    margin: 0px auto 25px !important;
        border-radius: 50%;
}
.SubAdmin-form-box .upload-field .file-thumbnail img {
   border-radius: 50%;}
.SubAdmin-form-box .profile-pic .edit-pic{bottom: 35px;}


/*==============Address =================*/
.alert-secondary {
    color: #D16400;
    background-color: #F9F8F8;
    border-color: #F9F8F8;
}
.address-view {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    min-height: 175px;
}
.address-view h6 {
    font-size: 14px;
    font-weight: 400;
    color: #949494;
}
.address-view p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #3E3E3E;
}
.address-view p.text-dark{}
.address-view .btn-sm {
    font-size: 10px;
    padding: 2px 5px !important;
    border-radius: 6px;
}
.activeaddress{background-color: #333;border-radius: 16px;padding: 18px;}
.activeaddress p{padding: 28px 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 0px;
font-weight: 600;}
.address-view p.loction{font-size: 14px;font-weight: 500;}
.address-view .media .media-body, .address-view .media .media-left{}
.address-view .media .media-left{padding-right: 0px;}
.address-view .media .media-body{padding-left: 0px;}
.user-icon-media{width: 65px;
    height: 80px;
    border-radius: 14px;
    overflow: hidden;
    margin-right: 10px;
    background-color: #F2F8FF;}
.user-icon-media>img{width: 100%;height: 100%;object-fit: cover;}
.download-doc{position: relative;}
.download-doc>a{display: flex;
    width: 100px;
    height: 100px;
    padding: 20px;
    border: 2px dashed #f2f2f2;
    justify-content: center;
    align-items: center;
    border-radius: 16px;}
.download-doc>a>img{width: 35px;height: 35px;object-fit: contain;}
/*==============Experience=================*/
.experience-list{}
.experience-item{}
.experience-item h4 {font-size: 14px;}
.experience-item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #707070;
    margin-bottom: 5px;}
.experience-item p.small{font-size: 10px;line-height: 15px;}
.experience-item .edit .btn{padding: 6px;
    height: 28px;border-radius: 5px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;}
.experience-item .edit{padding-right: 10px;}
.experience-item .edit .btn>img{}
.experience-item .btn-light-blue{background-color: #E9EFFE;}
.experience-item .btn-close{padding: 1px;
    position: relative;
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:none;
background-color: #FEE8E5;border-radius: 5px;}
.btn-close:focus {
    box-shadow: none;
}
/*==============congrulations=================*/
.modal-content {border-radius: 20px;}
.modal-header h4{font-weight: 800;font-size: 20px;}
.offcanvas .btn-close{    background: url(../images/chevron-left-arrow.svg) no-repeat;
    background-size: 55%;
    background-position: center;}
.congrulations{position: relative;}
.congrulations h3{color: #000;font-weight: 700;font-size: 26px;}
.congrulations p{color:#4B4B4B;font-size: 16px;margin-bottom: 25px;}
.congrulations-img{width: 110px;
    height: 100px;position: relative;
    margin: 10px auto 20px;}
.congrulations-img>img{width: 100%;height: 100%;object-fit: contain;}
.congrulations .btn{border-radius: 30px;    padding: 8px 30px;}
.congrulations .btn-lg{font-size: 16px;font-weight: 400;}
svg {
  display: block;
}
.congrulations-img svg{position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  &.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
  }
  &.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
  }
  &.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}


/*======================= My Products =================*/
.product-item{position: relative;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
margin-bottom: 25px;}
.product-header{position: relative;}
.product-header h6{font-size: 16px;
    font-weight: 600;
    color: #2D2D2D;}
.product-tmb{width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
margin-bottom: 10px;}
.product-tmb>img{width: 100%;height: 100%;object-fit: cover;}
.product-body{position: relative;}
.product-body h6{color: #2D2D2D;font-size: 16px;}
.product-body h6 a{color: #2D2D2D;}
.product-body p{}
.fw400{font-weight:400 !important;}
.fw500{font-weight:500 !important;}
.fw600{font-weight:600 !important;}
.fw700{font-weight:700 !important;}
.border-b{border-bottom: 1px solid #f2f2f2;}
.product-body h6.border-b{padding-bottom: 10px;margin-bottom: 12px;}
.product-item .groups-btns .btn-outline-success{background-color: #ECF4F0;}
.product-item .groups-btns .btn-outline-success:hover{background-color: #3E916C;color: #fff;}
.right-btns-dropdown{display: flex;
    align-items: center;}

.right-btns-dropdown .dropdown .btn{padding: 3px;color: #2d2d2d;}
.right-btns-dropdown .dropdown .dropdown-toggle::after{display: none;}
.right-btns-dropdown .dropdown .dropdown-menu{background-color: #F5F5F5;    left: initial !important;
    right: 0px !important;margin-top: 0px !important;    transform: inherit!important;
    top: 100%!important;}
.right-btns-dropdown .dropdown .dropdown-menu li .dropdown-item{border-bottom: 1px solid #ddd;padding: 12px 10px;}
.right-btns-dropdown .dropdown .dropdown-menu li .dropdown-item>img{width: 15px;height: 15px;margin-right: 5px;object-fit: contain;}
.right-btns-dropdown .dropdown .dropdown-menu li:last-child > .dropdown-item{border-bottom: none;}
.overlay-pro-box{position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: rgb(54 47 47 / 96%);
    border-radius: 16px;
    border: 20px solid #fff;}
.overlay-pro-dec{    background-color: #fff;
    border-radius: 16px;
    padding: 20px;}
.overlay-pro-dec h4{font-size: 20px;font-weight: 600;}
.overlay-pro-dec p{}
.overlay-pro-dec .groups-btns{}
.overlay-light{background:rgb(255 255 255 / 70%);    border: none;}

/*================= registration-step ===========*/
.wz-wrapper{position: relative;}
.wz-wrapper .wz-inner .wz-header {
    background-color: #fff;
    margin-bottom: 20px;
}
.wz-wrapper .wz-inner .title {}
.wz-wrapper .wz-inner .title h3{font-size: 30px;font-weight: 600;}
.ulfive-row{margin-left: -12px;margin-right: -12px;}
.ulfive-row>li{width: 20%;padding-left: 12px;
    padding-right: 12px;}
.add-product-item{box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 35px 20px 25px;
    margin-bottom: 25px;
    position: relative;
    background: #fff;}

.product-icon{width: 70px;height: 70px;display: block; margin: 0px auto 10px;}
.product-icon>img{width: 100%;height: 100%;object-fit: contain;}
.add-product-item h5{font-size: 16px;    min-height: 40px;}
.add-product-item>a{color: #2D2D2D;display: block;}
.info-icon{background-color: #fff;
    width: 24px;
    text-align: center;
    border-radius: 50%;
    height: 24px;}

/*============== Profile Step =================*/
.profile-wizzy{padding-top: 70px;}
.profile-wizzy .wz-inner .wz-header {
    background-color: transparent;}
.profile-wizzy .wz-inner .title-overlay{position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;}
.profile-wizzy .wz-inner .title-overlay h3{font-size: 30px;
    font-weight: 600;}
.form-box .form-group p.small{font-size: 11px;line-height: 16px;}
.profile-wizzy .form-box .form-ctrl {
    background-color: #F4F6FE;
    border: 1px solid #F4F6FE;}
.profile-wizzy .form-box .title{margin-bottom: 20px;}
.profile-wizzy .form-box .title h5{font-size: 18px;}
.profile-wizzy .form-box .title p.small{font-size: 12px;line-height: 18px;color: #707070;}
.profile-wizzy .login-white-box {border-radius: 10px;}
.profile-wizzy .form-box .form-group-d-flex {
    background-color: #F4F6FE;
    border: 1px solid #F4F6FE;}
.AddressKYC-box{background-color: #F4F6FE;padding: 10px 20px;margin-bottom: 25px;border-radius: 10px;}
.AddressKYC-box h4{}
.AddressKYC-box p{}
.AddressKYC-box h3{font-size: 20px;}
.form-checked-radio{background-color: #F4F6FE;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 20px;}
.form-checked-radio .form-checked-btn{margin-right: 10px;}
.form-checked-radio .form-checked-btn:last-child{margin-right: 0px;}
.form-box .form-checked-radio label.btn-outline-primary{background-color: #fff;
    border-color: #fff;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    padding: 8px 10px 8px 28px;
text-align: left;}
.form-checked-radio .btn-check {
   clip: auto;
    top: 6px;
    left: 10px;
}
.form-checked-radio.nav {flex-wrap: inherit;}
.Facility-nav{margin-bottom: 25px;}
.Facility-nav .nav-link {
    padding: 10px 30px;
    color: #010101;
    border-radius: 10px;
font-size: 12px;
    font-weight: 500;}
.OnTheMap{position: relative;width: 100%;}
.OnTheMap>img{border-radius: 20px;width: 100%;margin-bottom: 20px;height: 420px;}
.OnTheMap .or {
    margin: 0px auto 30px;
}
.OnTheMap .or:before { background-color: #000000;}
.OnTheMap .or span {
    background-color: #F8FCFF;
    color: #000;
    border: none;
}
.profile-wizzy .form-box .file-form-control .upload-doc-item {
    border: 1px solid #F4F6FE;
    background-color: #F4F6FE;
}
.form-box .form-checked-radio .btn-check:active+.btn-outline-primary, .form-box .form-checked-radio .btn-check:checked+.btn-outline-primary, .form-box .form-checked-radio .btn-outline-primary.active, .form-box .form-checked-radio .btn-outline-primary.dropdown-toggle.show, .form-box .form-checked-radio .btn-outline-primary:active {
    color: #fff;
    background-color: #3064FF;
    border-color: #3064FF;
}
.form-checked-radio .form-check-input {
    width: 1em;
    height: 1em;
}
.form-checked-radio .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #fff;
}
.profile-wizzy .login-white-box .patient-media {border-radius: 12px;}
.profile-wizzy .login-white-box .patient-media-icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.profile-wizzy .login-white-box .patient-media .btn {
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 10px;
}
.profile-wizzy .login-white-box .patient-media h6 {
    font-size: 14px;
}

/*================= Select Product ===========*/
.active-toggle{position: relative;display: inline-block;margin-top: 2px;}
.input-switch{
	display: none;
}

.label-switch{
	display: inline-block;
	position: relative;
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

.label-switch::before, .label-switch::after{
	content: "";
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.label-switch::before {
    width: 115px;
    height: 42px;
    border: 1px solid #949494;
    border-radius: 4em;
    background: #949494;
}

.label-switch::after {
    position: absolute;
    left: 3px;
    top: 7px;
    width: 28px;
    height: 28px;
    border: 1px solid #666262;
    border-radius: 4em;
    background:#666262;
}

.input-switch:checked ~ .label-switch::before {
    background: #54913E;
    border-color: #54913E;
}

.input-switch:checked ~ .label-switch::after {
    left: unset;
    right: 3px;
    background: #fff;
    border-color: #fff;
}

.info-text {
	   display: inline-block;
    position: absolute;
    left: 32px;
    top: 12px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.info-text::before{
	content: "Inactive";
}

.input-switch:checked ~ .info-text::before{
	content: "Active";
}


.right-btns-dropdown .label-switch::after {
    left: 2px;
    top: 3px;
    width: 14px;
    height: 14px;}
.right-btns-dropdown .label-switch::before {
    width: 65px;
    height: 20px;
}
.right-btns-dropdown  .info-text {
    left: 16px;
    top: 4px;
    font-size: 9px;
    font-weight: 400;
}

.right-btns-dropdown .form-check .form-check-input{margin-right: 0px;}
.right-btns-dropdown .form-check-input:checked {
    background-color: #3E916C;
    border-color: #3E916C;
}
.right-btns-dropdown .active-toggle-drop{position: absolute;
    top: 100%;
    width: 100%;
    padding: 10px;
    background-color: #F5F5F5;
    z-index: 1;
    min-width: 19rem;
    right: 0px;
    border-radius: 6px;
display: none;}
.right-btns-dropdown .active-toggle-drop p{font-size: 12px;line-height: 18px;color: #000;}
.right-btns-dropdown .active-toggle:hover> .active-toggle-drop{display: block;}

/*================= Add location ===========*/
.rowOdd>div:nth-child(odd){padding-right:40px;}
.rowOdd>div:nth-child(even){padding-left: 40px;}
.rowOddBorder>div:nth-child(odd){border-right: 1px solid #D0D0D0;}
.rowNplus>div:nth-child(n+1){padding-right: 30px;padding-left: 30px;}
.brd-rgt{border-right: 1px solid #E1DFDF;}
.form-box-dashboard .form-group h5{font-weight: 600;font-size: 16px;}
.form-box-dashboard .verify-pin .form-ctrl{padding-right: 100px;}
.verify-pin{position: relative;}
.verify-pin>.btn{position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 30px;
    font-weight: 400;}
.choose-location{position: relative;}
.choose-location>img{position:absolute;top: -1px;left: 0px;width: 24px;height: 24px;object-fit: contain;}
.choose-location>p{margin-left:35px; color: #000;}
.choose-location>p>a{color: #000;}
.Upload-plus .upload-field .file-thumbnail {
   cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px dashed #3064FF;
    text-align: center;
    padding: 35px 10px;
    border-radius: 10px;
    background-color: #fff;
}
.Upload-plus .upload-field .file-thumbnail img {
 width: 30px;
    border-radius: 50%;
    height: 30px;
    padding: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0px auto 10px;
    background-color: #FF8C04;
}
.form-box .form-group .Upload-plus h6 {margin-bottom: 0px;font-size: 12px;font-weight: 400;
    color: #949494;}
.form-box .title p.small{font-size: 10px;}
.alert-photo{width: 100px;background-color: transparent;border: none;
    padding: 0px;margin-bottom: 20px;}
.alert-photo h6, .form-box .form-group .alert-photo h6{color: #000;font-size: 10px;font-weight: 400;margin-bottom: 5px;}
.alert-photo-img{width: 100%;height: 90px;border-radius: 6px;margin-bottom: 10px;border: 1px solid #E1DFDF;background-color: #fff;padding: 10px;}
.alert-photo-img>img{width: 100%;
    object-fit: contain;
   height: 80%;
    }
.alert-photo>.btn-close {position: absolute;
    top: -5px;
    right: -5px;
    padding: 5px;
    background-image: none;
    background:#fff url(../images/close-info.svg)no-repeat;
    background-position: center;
    background-size: 100%;
    color: #fff;
    opacity: 9;
    border-radius: 50%;
}

/*================ Share with ===============*/
.column-btns{}
.column-btns .btn-group>a{border-radius: 6px;
    font-size: 14px;
    padding: 5px 7px;
    color: #707070;
    background-color: #F2F2F2;}
.column-btns .btn-group>a.active{background-color: #3064FF;color: #fff;}
.column-btns .dropdown{}
.column-btns .dropdown .btn>img{width: 18px;height: 18px;object-fit: contain;}
.column-btns .dropdown .dropdown-menu li .dropdown-item img{width: 15px;height: 15px;object-fit: contain;}
.column-btns .dropdown .form-filter-drop{padding: 15px;
    min-width: 15rem;
    right: 0px !important;
    left: inherit !important;}
.column-btns .dropdown .form-filter-drop .form-filter .form-group { margin-bottom: 10px;}
.column-btns .dropdown .form-filter-drop .form-filter  .form-check-input {
    width: 1.2em;
    height: 1.2em;}

.share-sticky{position: sticky;
    margin-right: 50px;
    bottom: 150px;
    display: flex;
    justify-content: end;}
.share-sticky>a{padding: 8px 50px;}
.certifications-item{position: relative;margin-bottom: 20px;}
.certifications-tmb{background-color:#D4D2C6;border-radius: 14px;margin-bottom: 20px;    width: 100%;
    height: 140px;    overflow: hidden;}
.certifications-tmb>img{width: 100%;height: 100%;object-fit: contain;}
.certifications-item h5{font-size: 16px;}

/*================ Product detail ===============*/

.preview {overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    /*height:525px;
     border: 1px solid #ddd; */
    /* border-radius: 4px; */
   width: 350px;
    margin: 0px auto 20px;
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.wrap-detail-product {
  padding: 50px 0 60px 50px;
  position: relative;
}
.wrap-detail-product {
  padding: 50px 0 60px 50px;
  position: relative;
}
.wrap-detail-product .box-btn {
  position: absolute;
  top: 30px;
  right: 60px;
}
.wrap-detail-product .box-btn2 {
  top: 10px;
  right: 20px;
}
.detail-btn {
  opacity: 1;
  position: relative;
  margin: 0 -1px;
}
.detail-btn:hover {
  background: #333;
}
.detail-btn:hover i {
  color: #fff;
}
.detail-btn.btn-left:after {
  transform: rotate(-164deg);
  bottom: -6px;
}
.detail-gallery {
  /*padding: 0 0 0 110px;*/
  position: relative;
}
.gallery-control:before{ /*position: absolute; left: 0px; background: #fff; top: 0px; width: 120px;height: 500px; content: "";*/}

.detail-info {
  margin-left: -65px;
  position: relative;
  z-index: 99;
  padding-top: 45px;
}
.gallery-control {
    /*width: 110px;
    position: absolute;
    top: 0;
    left: 0;*/
    padding: 10px 10px 0 10px;
    /*border:1px solid #f0f0f0;*/
    /*height: 525px;*/
    background-color: #fff;

}
.gallery-control .list-none{
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
    z-index: 1;
}
.gallery-control .list-none li:first-child{}
.gallery-control .list-none li{ 
    overflow: hidden;
    float: left;
}
.gallery-control .list-none li a{display: block;
    margin: 0 5px;
    /* margin-top: 10px; */
    text-align: center;
    border-radius: 15px;
    overflow: hidden; }
.gallery-control .list-none li a.active{border:1px solid #ddd;}
.control-button-gallery {display: none;}
.control-button-gallery .prevMe {
    position: absolute;
    bottom: 8%;
    left: 0;
}
.control-button-gallery a {color: #3E916C;
    z-index: 10;
    font-size: 18px;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #3E916C;
    border-radius: 4px;
}
.control-button-gallery .nextMe {
    position: absolute;
    bottom: 8%;
    right: 0;
}
.gallery-control .carousel{ margin: 0 auto; }
.control-button-gallery .next{position: absolute;
    bottom: 16px;
    left: 33%;}
.detail-gallery .thumb-product {
  position: relative;    /*margin-left: 10px;*/
    height: 200px;
    overflow: hidden;
    background-color: #EEEDF2;
    border-radius: 10px;
}
#facnyBoxitem{height: 100%;width: 100%;}
.fancyZoom{display: block;height: 100%;}
.detail-info .product-rate:after {
  display: none;
}
.gallery-control .list-none li img{/* height:85px;*/     object-fit: contain;}
		
		.thumb-product img{ width: 100%; height: 100%; object-fit:contain;}	

	.slideshow {
  display: flex;
  height: 80vh;
  width: 80vw;
  max-width: 1240px;
  min-height: 400px;
  max-height: 700px;
  position: relative;
  background-color: #fff;
  padding: 20px;
}
.slideshow__gallery {
  height: 100%;
  width: calc(80% - 20px);
  margin-right: 20px;
}
.slideshow__gallery-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}
.slideshow__gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 32px;
  color: #fff;
  letter-spacing: 3.2px;
  transform: translate3d(0, 0, 0);
  will-change: font-size;
  transition: font-size .3s ease;
}
.slideshow__gallery-slide.active {
  font-size: 36px;
}
.slideshow__thumbs {
  height: 100%;
  width: 20%;
}
.slideshow__thumbs-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}
.slideshow__thumbs-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  will-change: font-size;
  transition: font-size .3s ease;
}
.slideshow__thumbs-slide.active {
  font-size: 26px;
}
.preview-detail{width: 100%;position: relative;}
.preview-detail .carousel {margin-bottom: 10px;}
.preview-detail .carousel .carousel-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.carousel-control-next, .carousel-control-prev{opacity: 9;}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #3E916C;}
.carousel-control-next-icon{background-image: url(../images/next-icon.png);background-repeat: no-repeat;}
.carousel-control-prev-icon{background-image: url(../images/prev-icon.png);background-repeat: no-repeat;}
.product-title{position: relative;margin-bottom: 10px;}
.product-title h4{font-size: 20px;color: #2D2D2D;}
.preview-detail .Price-Details .list-group-item {color: #838383;font-size: 15px;font-weight: 400;    padding: 8px 0px;}
.preview-detail .Price-Details .list-group-item .badge {
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 500;
}
.border-row{border-bottom: 1px solid #EBEBEB;border-top: 1px solid #EBEBEB;position: relative;padding-top: 20px;padding-bottom: 15px;margin-bottom: 20px;}
.border-row  .profile-info {margin-bottom: 10px;}
.border-row .profile-info p a{text-decoration: underline;}
.border-row .profile-info p a:hover{text-decoration: none;}

.btn-circle{padding: 5px;
    border-radius: 50%;
    width: 46px;
    height: 42px;
    font-size: 20px;}
.form-box .form-group.alert{padding: 0px;}
/*================ Quotations-detail ===============*/
.quotations-script{    background-color: #0095FF;
    padding: 8px 50px 8px 20px;
    position: relative;
    margin-left: -20px;
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 20px;display: inline-block;}
.quotations-script h4{font-size: 18px;color: #fff;}
.form-group-inline {
    border: none;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0px;
}
.form-group-inline .form-group {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
        margin-bottom: 12px;
}
.form-group-inline .form-group .form-ctrl{height: 40px;}
.form-group-inline .form-group-last{width: 50%;}
.form-group-inline .btn {
    position: relative;
    padding: 0px 13px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 12px;
}
.form-group-inline.alert-dismissible .btn-close {
   position: relative;
    background: none;
    box-sizing: border-box;
    padding: 0px 12px;
    width: 40px;
    height: 40px;
    border: 1px solid #3E916C;
    border-radius: 50%;
    font-size: 17px;
    color: #3E916C;
    margin-left: 5px;
    margin-bottom: 12px;
}
.OneTimeCost-card{position: relative;}
.OneTimeCost-card h6{font-size: 16px;}
.OneTimeCost-card .card {margin-bottom: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}
.OneTimeCost-card .card-header{padding: 10px 15px;
    margin-bottom: 0;
    background-color: #F3F3F3;
    border-bottom: none;}
.OneTimeCost-card .card-header .form-group-inline .form-group-last{margin-right: 50px;}
.OneTimeCost-card .card-header .form-group-inline  .form-group label{font-weight: 500;font-size: 15px;color: #3E3E3E;}
.quotations-product-item .form-filter .form-group{margin-bottom: 12px;}
.quotations-product-item .form-filter .form-group label {font-size: 13px;}
.quotations-product-item{}
.quotations-product-item .product-tmb{margin-bottom: 0px;}


/*================ Orders id ===============*/
.b-radius-t0{border-top-left-radius: 0px;border-top-right-radius: 0px;}
.pro-img-table{}
.pro-img-table .rounded{width: 75px;height: 75px;object-fit: cover;}
.Billing-box{position: relative;
    background-color: #fafafa;
    padding: 35px 20px 10px 25px;}
.Billing-dec{position: relative;margin-bottom: 25px;}
.Billing-dec h4{margin-bottom: 5px;}
.Billing-dec p{}
.summary{position: relative;}
.summary h4{font-size: 18px;font-weight: 600;margin-bottom: 20px;}
.Price-Details .list-group-item {
    color: #000;
    border: none;
    padding: 10px 0px;
    font-size: 14px;
}
.Price-Details .list-group-item .badge{padding: 0px;color: #3E3E3E;font-size: 14px;border-radius: 0px;font-weight: 400;}

.Price-Details .list-group-item .form-check-input { width: 1.2em;height: 1.2em;}
.Price-Details .list-group-item .badge.font-sm{font-size: 11px;}
.list-tabs{position: relative;margin-bottom: 20px;}
.list-tabs h4{color: #575757;font-weight: 400;}
.list-tabs ul{}
.list-tabs ul li{margin-right: 15px;margin-bottom: 5px;}
.list-tabs ul li:last-child{margin-right: 0px;}
.list-tabs ul li p{font-size: 13px;}
.list-tabs ul li p.btn{padding: 6px 15px;
    line-height: 16px;font-size: 12px;
    font-weight: 400;
    border-radius: 8px;
margin-bottom: 0px;
cursor: text;}


.Expandcollapse_table_row{background-color: #FCFCFC;
    border-radius: 10px;
    width: 97%;
    display: table;
    border-collapse: collapse;
    position: absolute;
z-index: 1;}
.Expandcollapse_table_row .table_row .table_small{border-bottom: none !important;}
.Expandcollapse_table_row .table_row>.table_small:first-child{width: 47%;}
.Expandcollapse_table_row .table_row .pro-img-table .rounded {
    width: 55px;
    height: 55px;
    object-fit: cover;
}


/*================ Sample Tracking ===============*/
.trsummary .bg-light { background-color: #FDFDFD!important;}
.trsummary .Price-Details .list-group-item { background-color: transparent;font-weight: 600;}
.trsummary .Price-Details .list-group-item .badge{font-weight: 500;}
.track-nav{position: relative;}
.track-nav>ul{}
.track-nav>ul>li:before{content: "";
    position: absolute;
    left: 0px;
    background-color: #BABABA;
    height: 1px;
    right: 0px;
    top: 15px;}
.track-nav>ul>li:first-child:before{left: 50%;}
.track-nav>ul>li:last-child:before{right: 50%;}
.track-nav>ul>li{position: relative;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right:10px;
width: 100%;}
.track-nav>ul>li>a{color: #8C8C8C;}
.track-nav>ul>li>span{position: relative;
    background-color: #D9D9D9;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    margin: 0px auto 10px;}
.track-nav>ul> .completed{color: #3E916C;}
.track-nav>ul> .completed>span{color: #fff;background-color: #3E916C;}
.track-nav>ul> .active{color: #0095FF;}
.track-nav>ul> .active>span{color: #fff;background-color: #0095FF;}
.track-nav>ul> .active>a{color: #0095FF;}
.table-border-none.table>:not(caption)>*>*{    border-bottom-width: 0px;}
.table_row > .table_small > .table_cell .btn-sm{font-size: 11px;
    border-radius: 6px !important;}

/*================ My Venders ===============*/
.my-vender-item{position: relative;border: 1px solid #DADADA;border-radius: 10px;padding: 20px;margin-bottom: 25px;}
.my-vender-item .preview{width:92%;margin: 0px 0px 0px;}
.my-vender-item .preview-detail .carousel .carousel-item img{height: 200px;}
.my-vender-item .bdr-lft{border-left:1px solid #DADADA;}
.my-vender-body{padding-left: 30px; }
.my-vender-body h4{font-weight: 600;margin-bottom: 12px;}
.my-vender-body h4 span.small{font-weight: 500;font-size: 13px;}
.my-vender-body .profile-info h6 a.btn-link{font-weight: 500;}
.my-vender-body .profile-info h6 a.btn-link:hover{text-decoration: none;}
.summary-proimg>img{width: 45px;height: 45px;border-radius: 10px !important;}
.summary-proimg> .btn>img{width: 14px;height: 14px;object-fit: contain;}

/*================ My Venders profile ===============*/
#MyProductsShared .product-item {
    border: 1px solid #f1f1f1;
}

/*================ My factory-detail===============*/
.factory-detail-item{position: relative;}
.factory-detail-tmb{width: 170px;position: relative;
    height: 170px;
    overflow: hidden;
    border-radius: 50%;
    MARGIN: 0px auto;}
.factory-detail-tmb>img{width: 100%;height: 100%;object-fit: cover;}
.factory-tmb-overlay{position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;}
.factory-tmb-overlay>a{color: #fff;font-size: 20px;}
.factory-detail-tmb .my-vender-body{padding-left: 0px;}
.my-vender-body h3{font-size: 30px;}
.factory-detail-item .profile-info{}
.factory-detail-item .profile-info p{color: #2D2D2D;}
.factory-detail-item .profile-info h5{font-size: 18px;}
.factory-media-box{position: relative;box-shadow: 2px 2px 32px 0px rgb(0 0 0 / 4%);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;}
.machine-img{position: relative;width: 90px;margin-right: 20px;height: 90px;border-radius: 10px;margin-bottom: 5px;border: 1px solid #D1D1D1;overflow: hidden;}
.machine-img>img{width: 100%;height: 100%;object-fit: cover;}
.factory-media-box h4{font-size: 18px;}
.factory-media-box h5{font-size: 15px;}
.factory-media-box h6{font-size: 14px;}
.factory-media-box .media .media-left{padding-right: 0px;}
.factory-media-box .media .media-body{padding-left: 0px;}
.list-menu{}
.list-menu>li{margin-right: 12px;margin-bottom: 10px;}
.list-menu>li:last-child{margin-right: 0px;}
.list-menu>li>a{display: block;
    padding: 7px 18px;
    color: #3E916C;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #E0E0E0;
    border-radius: 30px;}
.list-menu>li>a:hover{border: 1px solid #3E916C;color: #fff;background-color: #3E916C;}
.certificates-rgt-box .machine-img{width: 130px;}
/*================ Order Summary page ===============*/
.summery-sec-header{position: relative;padding: 12px 25px;margin-bottom: 20px;background-color: #3E916C;border-radius: 10px;}
.summery-sec-header ul{}
.summery-sec-header ul li{font-size: 16px;color: #fff;}

.file-form-control .upload-doc-item {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #F8FCFF;
    border-radius: 10px;
    background-color: #F8FCFF;}
.file-form-control .upload-field .file-thumbnail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
}
.file-form-control .upload-field .file-thumbnail img {border-radius: 10px;
    display: none;
}
.file-form-control .upload-field .file-thumbnail h6 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #363636;
}
.Upload-btn{position: relative;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12px;}
.file-form-control .upload-field .file-thumbnail .Upload-btn>img{width: 20px;height: 20px;object-fit: contain;display: block;}
.summary-danger{padding-left: 30px;}
.summary-danger .Price-Details{background-color: #FFF4F4;padding: 20px 30px;border-radius: 10px;}
.summary-danger .Price-Details .list-group-item {background-color: transparent;}



/*================ Comparison Matrix ===============*/
.checkbox-btns-list{position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 6px;}
.checkbox-btns{width: 100%;margin-right: 5px;}
.checkbox-btns-list .checkbox-btns:last-child{margin-right: 0px;}
.form-box .form-group .checkbox-btns label.btn{margin-bottom: 0px;border-radius: 10px;border: none;font-weight: 400;padding: 8px 0px;font-size: 12px;background-color: #FAFAFA;color: #AAAAAA;}
.form-box .form-group .checkbox-btns label.btn:hover{background-image: none; background-color:#198754;border-color: #198754;}
.checkbox-btns .btn-check:active+.btn-outline-success, .checkbox-btns .btn-check:checked+.btn-outline-success, .checkbox-btns .btn-outline-success.active, .checkbox-btns .btn-outline-success.dropdown-toggle.show, .checkbox-btns  .btn-outline-success:active {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.label-mt{margin-top: 29px;}
.table .form-check-right {
    padding-left: 0px;
}
.table .form-check-right .form-check-input {
    margin-left: 0px;
    margin-right: 0px;
}

.alert-font-sm{font-size: 12px;}
.alert-font-sm .font-lg{font-size: 26px;}
.bg-danger-light{background-color: #FFD1D1;}


/*============== package management ===================*/
.feedback-popup .modal-header {
    border: none;
    padding: 25px 30px 10px;
}


/*============== contact detail form ===================*/


.edit-delete .edit-btn{margin-right: 15px;}
.edit-delete .edit-btn .btn{padding: 3px;}
.text-underline{text-decoration:underline;}
.text-underline:hover{text-decoration:none;}



/*========= faqs =========*/
.faqsd, .dashboard-boxx{position: relative;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;}
.faqsd .title{    margin-bottom: 0px;}
.faqsd .title h3{text-transform: uppercase;}
.faqsd .title h3 sub{bottom: 0px;}
.faqsd .accordion-item {    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FCFEFF;
    padding: 5px 15px;
    background-color:#FCFEFF;
    margin-bottom: 15px;
    border-radius: 5px;}
.faqsd .accordion-body {
    padding: 0px;
}
.faqsd .accordion-body p {color: #3C3C43D9;
    line-height: 28px;font-weight: 400;}
.faqsd  .accordion-button {padding: 10px 0px;
    font-size: 15px;
    font-weight: 700;
    background-color:#FCFEFF;
    border-radius: 5px;
color: #000;}
.faqsd .accordion-button:not(.collapsed) {
    color:#000;
    background-color: transparent;
    box-shadow: none;
}
.faqsd .accordion-button::after{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-o-transform: rotate(-90deg);
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-position: center;}
.faqsd .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);
    width: 18px;
  
}

/*========== Dashboard contact us============*/
.dashboard-boxx{padding: 25px;}
.dashboard-boxx .fotr-logo{width: 100px;}
.dashboard-boxx .fotr-media .media-left{    padding-right: 15px;}
.dashboard-boxx .fotr-media p{color: #323232;font-weight: 400;font-size: 16px;}
.dashboard-boxx .fotr-media p a{color: #323232;    display: inline-block;}
.dashboard-boxx .fotr-media p a:hover{    color:#A64CA6;}
.dashboard-boxx .fotr-media {margin-top: 0px;margin-bottom: 15px;}
.dashboard-boxx .location-box{margin-top: 20px;}
.dashboard-boxx .location-box>iframe{width: 100%;height: 400px;border-radius: 10px;}


/*============================= notification =======================*/
.notification-list{position: relative;}
.notification-icon{width: 50px;
    background-color:#f0f0f0;
    text-align: center;
    height: 50px;
    padding: 12px;
    border-radius: 50%;}
.notification-list .media{border-bottom: 1px solid #ddd;    margin-bottom: 20px;}
.notification-list .media:last-child{border-bottom: none;}
.notification-icon img{}
.notification-list h5{font-size: 15px;
    font-weight: 500;
    color: #404040;}
.notification-list p{font-size: 12px;
    color: #303030;
    font-weight: 400;
    line-height: 22px;}
.notification-list p.small{font-size: 12px;color: #707070;line-height: 18px;}
.notification-list .media-body{padding-left: 10px;}
.notification-list .media .media-left, .notification-list .media .media-body {
    vertical-align: top;
}
.notification-list p.notification-date{    font-size: 10px;
    color: #458DFC;
    font-weight: 600;}
.notification-box{border-radius: 14px;padding: 25px 25px 15px;
background-color:#fff;position: relative;margin-bottom: 20px;
box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.06);}



.headprofiletext{ display: block; font-size: 11px; color: #6C6C6C; }
.headprofiletext small{ display: block; }
.navbar-expand-lg .mobile-nav .login-drop .dropdown-toggle::after{
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    margin-left: 1.255em;
}
.leftNav ul li a{ color: #6C6C6C; }
.leftNav ul li a.active{ color: #000; }

.userWhiteBox{     background: #fff;
    box-shadow: 0px 0px 45px 0px rgb(0 0 0 / 20%);
    border-radius: 9px;
    padding: 15px;
    min-height: 310px; }
.dashboardMain{padding: 20px;}
.pl0{ padding-left: 0;}
.counting{
        /*position: absolute;
        top: 15px;*/
        background-color: #0095FF;
        color: #fff;
        width: 22px;
        height: 22px;
        display: block;
        right: 5px;
        border-radius: 50%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        font-style: normal;
}
.checkCounting{    width: 16px; height: 16px; position: inherit; display: inline-block; line-height: 16px; }
.usernameBox{ position:inherit; width: 71%; }
.userWhiteBox h4{ font-size: 15px; font-weight: 600; color: #3E3E3E; text-align: center; margin: 5px 0 10px;}
.viewText{ color: #0095FF; text-decoration: none; font-size: 13px; font-weight: 500; }
.pendingBox p{color: #3E3E3E; font-size: 12px; line-height: 16px; margin-top: 0; margin-bottom: 5px; }
.pendingBox p strong{ font-weight: 600; }
.pendingBox{ border-bottom: solid 1px #ccc; margin-bottom: 5px; }

.form-box .professional-form-check{background-color: #FBFBFB;
    border-radius: 15px;
    padding: 15px 15px 15px 45px;}
.form-box .professional-form-check label.form-check-label{font-weight: 500;}
.form-box .professional-form-check label.form-check-label strong{font-weight: 600;font-size: 15px}
.form-box .professional-form-check label.form-check-label span{font-size: 12px}
.alert-outline-dashed-warning{    color: #FF8C04;background-color: #fff;
    font-weight: 500;
    border: 1px dashed #FF8C04;}
/*=========== Rating and Reviews ===========*/
.rating-media{position: relative;    margin-top: 40px;}
.rating-media h3{font-weight: 600;    font-size: 18px;margin-bottom: 20px;}
.rating-media h3 .review-no{font-size: 14px; color: #646464;font-weight: 400;margin-right: 10px;}
.rating-media h3.rating-stars i{font-size: 14px;}
.rating-media-title{position: relative;margin-bottom: 20px;}
.rating-media-title h6{font-size: 14px;color:#707070;}
.rating-media .media-box{    margin-bottom: 20px;background-color: #fff;
    padding: 20px 20px 5px;
    border-radius: 14px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 6%);}
.rating-media .media-box .media{margin-bottom: 15px;}
    .rating-media .media .media-left{padding-right: 0px;}
    .rating-media .media .media-body{padding-left: 0px;}
.rating-img{width: 50px;    margin-right: 15px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;}
.rating-img img{width: 100%;height: 100%;}
.rating-media h4{font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;}
.rating-media p{font-size: 13px;color: #303030;line-height: 22px;}
.rating-media p.small{color: #707070;font-size: 10px;line-height: 15px;}
.rating-media .rating-stars { margin-bottom: 5px;}
.rating-media .rating-stars .review-no{margin-left: 10px;}
.rating-proimg{position: relative;margin-bottom: 10px;}
.rating-proimg>img{width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-left: 5px;}

.rating-chart{position: relative;margin-bottom: 35px;border-top: 1px solid #f2f2f2;padding-top: 20px;}
.rating-chart .rating-progress{margin-bottom: 10px;}
.rating-chart .rating-progress span{font-size: 12px;font-weight: 500; color: #707070;width: 55px;}
.rating-chart .rating-progress span.text-primary{font-weight:500;text-align: end;}
.rating-progress .progress {
    background-color: #F2F2F2;
    width: 100%;
}
.rating-stars i.checked {
    color: #FF8C04;
}

	
/*=========== Video Call ===========*/
.modal-full{max-width: 95%;}
.videocall-card{position: relative;width: 100%;margin: 0px auto;}
.videocall-body{position: relative;}
.videocall-pic{position: relative;width: 100%;height: 82vh;overflow: hidden;border-radius: 12px;}
.videocall-pic>img{width: 100%;height: 100%;object-fit: cover;}
.call-time{position: absolute;
    left: 20px;
    top: 20px;
    background-color:#1BACC4;
    padding: 6px 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);}
.call-time>span{color: #fff;font-weight: 500;font-size: 14px;}
.video-call-doctor{position: absolute;
    right: 20px;
    bottom: 20px;
    width: 160px;
    height: 220px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 22%);
padding: 5px;}
.video-call-doctor>img{width: 100%;height: 100%;object-fit: cover;border-radius: 12px;}
.videocall-footer{position: relative;padding: 15px;}
.videocall-footer ul{margin-bottom: 0px;}
.videocall-footer ul li{padding-left: 10px;padding-right: 10px;}
.videocall-footer ul li a{width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #1BACC4;
    display: flex;
    justify-content: center;
    align-items: center;
padding: 15px;}
.videocall-footer ul li a img{width: 100%;
    height: 100%;
    object-fit: contain;}
.videocall-footer ul li a.call-icon{ background-color:#FF3232;}
.rx{     position: fixed;
    left: 20px;bottom: 20px;}
.rx>a{padding: 7px 15px;
    width: auto;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    background-color: #1BACC4;
    background-image: linear-gradient(#70dbed , #1BACC4);
    color: #fff;
    font-size: 13px;
    font-weight: 300;}
.rx>a>img{     width: 22px;
    height: 22px ;object-fit: contain;}

/*======== chat-card ======*/
.chat-card{    position: fixed;
    right: 5px;
    top: 20%;
    bottom: 0px;
    width: 400px;
    background-color: #fff;
    /* height: 100%; */
    border: 1px solid #9F9F9F;
    border-radius: 10px;
    margin-left: 20px;
display: none;}
.chat-header{padding: 10px 20px;position: relative;background-color: #3064FF;border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.chat-header>h5{color: #fff;font-weight: 400;}
.chat-header .btn{padding: 0px;color: #fff;text-decoration: none;}
.chat-header .btn>img{width: 12px;
    height: 12px;
    object-fit: contain;}
.chat-body{padding: 20px 20px 60px;
    position: relative;
    height: 90%;
    overflow-y: auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-end;}
.chat{width: 100%;
    position: relative;}
.chatmsg{border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
    position: relative;}
.chatmsg p{font-size: 12px;margin-bottom: 0px;line-height: 18px;color: #303030;}
.downloadcht-icon{display: inline-block;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #458DFC;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;}
.downloadcht-icon:hover{color: #fff;}
.chatmsg h6{font-size: 13px;font-weight: 600;margin-bottom: 2px;}
.chattime{font-size: 10px;
    color: #999;
    font-weight: 400;}
.chat-lft{margin-bottom: 20px;clear: both;/*width: 70%; */
    display: inline-block;}
.chat-rgt{margin-bottom: 20px;
    width: 70%;
    float: right;
    clear: both;}
.chat-lft .chatmsg{border-bottom-left-radius: 0px; background-color: #fff;}
.chat-lft .chatmsg p{color:  #303030;}
.chat-rgt .chatmsg{border-bottom-right-radius: 0px;
    border: 1px solid #3064FF;}
.chat-rgt .chatmsg p{}
.chat-rgt .chatmsg p>img{width: 30px;height: 30px;object-fit: contain;}
.chat-rgt .chattime{text-align: right;}
.chat-footer{position: sticky;
    bottom: 0px; left: 0px;
    right: 0px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;}
.chat-footer .form-box{}
.chat-footer .form-box .form-group-chat{border: 1px solid #000;
    border-radius: 30px;padding: 4px;background-color: #fff;
    position: relative;}
.chat-footer .form-box .form-group{margin-bottom: 0px;width: 100%;}
.chat-footer .form-box .form-ctrl{border: none;border-radius: 30px;height: 35px;
    font-size: 13px;}
.chat-footer .form-box .btn-attch{width: 50px;position: relative;}
.chat-footer .form-box .btn-attch>input{opacity: 0;
    z-index: 1;cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;}
.chat-footer .form-box .btn-attch>.attch-pic{position: relative;
    height: 100%;
    display: flex;
    align-items: center;
padding: 5px;width: 26px;}
.chat-footer .form-box .btn-attch>.attch-pic>img{width: 100%;
    height: 100%;
    object-fit: contain;}
.chat-footer .form-box .form-group.btn-send{width: auto;
    margin-left: 10px;}
.chat-footer .form-box .form-group.btn-send .btn{display: block;
    width: 90px;
    border-radius: 30px;
    height: 100%;
    padding: 5px;}
.chat-footer .form-box .form-group.btn-send .btn-primary{background-image: none;}
.chat-footer .form-box .form-group.btn-send .btn>img{width: 20px;
    height: 20px;
    object-fit: contain;}
.chat-check{margin-top: 10px;}
.chat-check .form-check-inline {
    display: inline-block;
    margin-right: 10px;
}
.chat-check .btn-outline-primary {
    color: #303030;
    border-color: #f2f2f2;
    font-size: 12px;
    font-weight: 400;
    border-radius: 30px;
    background-color: #fff;
    padding: 5px 15px;
}
.chat-check .btn-check:active+.btn-outline-primary, .chat-check .btn-check:checked+.btn-outline-primary, .chat-check .btn-outline-primary.active, .chat-check .btn-outline-primary.dropdown-toggle.show, .chat-check .btn-outline-primary:active {
    color: #fff;
    background-color:#3064FF;
    border-color:#3064FF;
}
/*========== chat fixed btn ==========*/
.chat-btnfixed{position: fixed;right: 20px;bottom: 20px;display:block;}
.chat-btnfixed>.btn{padding: 2px;width: 45px;height: 45px;text-align: center;
    color: #fff;  background-color: #1BACC4;
    background-image: linear-gradient(#70dbed , #1BACC4);   border-radius: 50%;font-size: 25px;}
.chat-btnfixed>.btn>img{height: 100%;width: 100%;object-fit: contain;}

.modal-smm {
    width: 390px;
}
.filldrop-blue{}
select.filldrop-blue{
    background: #fff url(../images/drop-blue.svg)no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}
.pt-10{padding-top: 10px;}


/*=============== Offcanvas popup ============== */
.offcanvas-top-smm, .offcanvas-top-sm, .offcanvas-top-md, .offcanvas-top-lg, .offcanvas-top-xl{
    top: 5%;
    border-bottom: none;
    margin: 0px auto;
    height: auto;
    bottom: inherit;
   border-radius: 10px;
    
}
.offcanvas-top-sm .offcanvas-body, .offcanvas-top-md .offcanvas-body {
   
}
.offcanvas-top-smm{width: 400px;}
.offcanvas-top-sm{width: 500px;}
.offcanvas-top-md{width: 800px;}
.offcanvas-top-lg{width: 1000px;}
.offcanvas-top-xl{width: auto;}
/*=================== Offcanvas End popup =================*/
.offcanvas .form-box .title h3 {
    line-height: 34px;
    font-size: 34px;
}

.edit-profileH .login-white-box .table .form-ctrl{font-weight: 500;color: #303030;}
.form-check-blue-sm{background-color: #F4F6FE;
    padding: 8px;
    border-radius: 10px;}
.form-box .form-group .form-check-blue-sm .form-check-inline{margin-right: 10px;}
.form-box .form-group .form-check-blue-sm .form-check-inline:last-child{margin-right: 0px;}
.form-box .form-group .form-check-blue-sm label.btn {
    border-radius: 10px;
    font-weight: 500;
    padding: 8px 15px;
    border-color: transparent;
    font-size: 10px;
    margin-bottom: 0px;
    background-color: #fff;
    color: #000;
}
.form-check-blue-sm .btn-check:active+.btn-outline-primary, .form-check-blue-sm .btn-check:checked+.btn-outline-primary, .form-check-blue-sm .btn-outline-primary.active, .form-check-blue-sm .btn-outline-primary.dropdown-toggle.show, .form-check-blue-sm .btn-outline-primary:active {
    color: #fff !important;
    background-color: #3064FF !important;
    border-color: #3064FF !important;
}
.offcanvas-header-back{padding-left: 40px;}
.offcanvas-header-back .btn-close{background: url(../images/back-arrow.svg)no-repeat;background-position: center;}
.edit-profileH .form-box  .ulfive-row>li .form-check .form-check-input[type=checkbox]{border-radius: 0px;border: 2px solid #979799;}

.edit-profileH .form-box .ulfive-row>li .form-check .form-check-input:checked[type=checkbox]{border-color: #FF8C04;}
.viewdetail .profile-info{margin-bottom: 30px;}
.viewdetail .profile-info h4{font-size: 22px;font-weight: 600;}
.viewdetail .profile-info h5 {font-size: 16px;font-weight: 600;color: #000;}
.viewdetail .profile-info p {margin-bottom:10px;font-size: 18px;color: #000;}
.viewdetail .profile-info p.small{font-size: 12px;line-height: 18px;}
.viewdetail.login-white-box { padding: 20px;border-radius: 10px;}
.day-text-checkbox{}
.day-text-checkbox label.btn{padding: 0px;font-weight: 600;color: #707070;border: none;    background-color: transparent;}
.day-text-checkbox .btn-check:active+.btn-warning, .day-text-checkbox .btn-check:checked+.btn-warning, .day-text-checkbox .btn-warning.active, .day-text-checkbox .btn-warning:active, .show>.btn-warning.dropdown-toggle {
    color:#FF8C04 !important;
    background-color: transparent !important;
    border-color:transparent !important;
}
.day-text-checkbox .btn-check:focus+.btn-warning {
    color:#707070;
    background-color: transparent;
    border-color: transparent;}
.daterangepicker .drp-buttons .btn-primary{background-color: #A64CA6 !important;
    border-color: #A64CA6 !important;}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 28px!important;
    width: 28px!important;}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #A64CA6 !important;}