

@media (max-width:480px)  { 
	.bgblack {
	  margin-top: -8% !important;
	}
	section.login-section-2 .security-image {
		display:none !important;
	}
	section.login-section-2 {
		min-height: auto !important;
	}
	body{
		background: #FFA192  !important;
	}
	header.header-with-sidebar .siderbar-menu {
		display:none;
	}
	
}



@font-face {font-family: "Metropolis";
    font-weight: 400;
    src: url("../fonts/metropolis.regular.otf") format("opentype"), 
  }
  @font-face {font-family: "Metropolis";
    font-weight: 600;
    src: url("../fonts/metropolis.medium.otf") format("opentype"), 
  }
  @font-face {font-family: "Metropolis";
    font-weight: 500;
    src: url("../fonts/metropolis.semi-bold.otf") format("opentype"), 
  }
  @font-face {font-family: "Metropolis";
    font-weight: 300;
    src: url("../fonts/metropolis.thin.otf") format("opentype"), 
  }
  @font-face {font-family: "Metropolis";
    font-weight: 700;
    src: url("../fonts/metropolis.bold.otf") format("opentype"), 
  }
  @font-face {font-family: "Metropolis";
    font-weight: 900;
    src: url("../fonts/metropolis.black.otf") format("opentype"), 
  }
  @font-face {font-family: "Metropolis";
    font-weight: 800;
    src: url("../fonts/metropolis.extra-bold.otf") format("opentype"), 
  }
body{
    font-family:'Metropolis', sans-serif ;
    letter-spacing: 0.5px;
    font-weight: 400;
}

a{
    cursor: pointer;
}

.btn,.btn:hover,.btn:focus{
    padding: 12px 30px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 15px;
    letter-spacing: 0.5px;
    outline: none;
    
} 
.btn-primary,.btn-primary:hover,.btn-primary:focus{
    background: #FF7058;
    color:#ffffff;
    border:none;
}
.link-primary{
    color:#FF7058 !important;
}
.btn-primary:active{
    background: #E4563E !important;
}
.btn-primary:focus,.btn-primary:active:focus{
    box-shadow: none !important
}
.btn-primary:hover,.btn-primary:focus:hover{
    box-shadow: 1px 4px 20px 1px rgba(255, 112, 88, 0.75) !important;
}


.btn-success,.btn-success:hover,.btn-success:focus{
    background: #81EC7F;
    box-shadow: 2px 5px 20px 2px rgba(129, 236, 127, 0.25);
    color:#ffffff;
    border:none;
}

.btn-success:active{
    background: #4BC249 !important;
}
.btn-success:focus,.btn-success:active:focus{
    box-shadow: none !important
}
.btn-success:hover,.btn-success:focus:hover{
    box-shadow: 2px 5px 20px 2px rgba(129, 236, 127, 0.25);
}


.btn-secondary,.btn-secondary:hover,.btn-secondary:focus{
    background: #7A7A7A;
    
    color:#FFFFFF !important;
    border:none;
}
.btn-secondary svg path{
    stroke:#ffffff !important;
}
.btn-secondary:active{
    background: #585858 !important;
}
.btn-secondary:focus,.btn-secondary:active:focus{
    box-shadow: none !important
}
.btn-secondary:focus:hover{
    box-shadow: none !important;
}
.btn-secondary:hover{
    background: #FF7058;
    
    box-shadow: 1px 4px 20px 1px rgba(255, 112, 88, 0.75) !important;
}
.btn-white,.btn-white:hover{
    background: #ffffff;
    color:#F9866C;
    box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.text-dark{
    color:#7A7A7A !important;
}
section{
    padding:90px 0px 0px 15px;     

}
.bgblack {
    background-color: #f07f6c !important;
    color: #ffffff !important;
    
}
.pwnedCompanyList td{
    color: #ffffff !important;
}
.bgblack hr{
    display: none;
}

.pwnedCompanyList td a,
.pwnedCompanyList td a:hover{
    color: #333333 !important;
}
.pwnedCompanyList tr td:first-child{
    display: none;
}
.heading-text-shadow{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.section-heading-main{
    font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 48px;
        display: flex;
        align-items: center;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #0E0E0E;
        margin-bottom: 15px;
}
.section-heading-second{
    font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 50.4px;
        display: flex;
        align-items: center;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #0E0E0E;
        margin-bottom: 10px;
}
.sub-heading{
    font-weight: 500;
    font-size: 24px;
    line-height: 28.5px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #7A7A7A;
}
.label-text{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #7A7A7A;
}
.section-heading-2{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;

    color: #0E0E0E;
}
.image-170{
    min-width: 170px;
}
.card-shadow{
    box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.15);
}
.card-in-form{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}
.card-in-form .cart-title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    
    letter-spacing: 0.5px;

    color: #7A7A7A;
}
.basic-table{
    border: none; 
    overflow: hidden; 
    background: #FFFFFF;
    box-shadow: 1px 3px 20px 1px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
/* identical to box height */

letter-spacing: 0.5px;

color: #7A7A7A;
}
.basic-table td, .basic-table th{
    border-color:#C4C4C4;
}
.basic-table tr:first-child th{
    border-top: none;
    background: #E1E1E1;
    text-align: center;
   
color:#7A7A7A
}

.basic-table tr:first-child th:last-child{
    border-radius: 0px 14px 0px 0px;
}
.basic-table tr:first-child th:last-child{
    border-radius: 0px 14px 0px 0px;
}
.basic-table tr:last-child td{
    border-bottom: none;
}
.basic-table tr th:first-child,.basic-table tr td:first-child{
    border-left: none;  
    
    text-align: center;
}
.basic-table tr th:last-child,.basic-table tr td:last-child{
    border-right: none !important; 
    text-align: center;
}
.data-table{
    border-radius: 10px;
    border-bottom: none !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none !important;
}

.data-table th{
        background: #E4563E;
        color:#ffffff;
      
}
.data-table th,.data-table td{
   
    border-bottom: 0px;
    border-left:1px solid #7A7A7A !important
}
.data-table tr td{
    border-bottom:1px solid #7A7A7A !important ;
}
.data-table tr td:last-child{
    border-right:1px solid #7A7A7A !important
}
.data-table tr:last-child td:first-child{
    border-radius:  0px 0px 0px 10px ;
}
.data-table tr:last-child td:last-child{
    border-radius:  0px 0px 10px 0px ;
}
.data-table th:first-child{
    border-radius:10px  0px 0px 0px ;
    border-left: 0px;
}
.data-table th:last-child{
    border-radius: 0px 10px 0px  0px;
    border-right:1px solid #7A7A7A !important
}
.f-20{
	font-size:20px !important;
}
.f-30{
	font-size:30px !important;
}
 .form-control,.select2-container,.form-control:focus{
    background: #F3F3F3;
    border-radius: 48px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px ;
    outline: none;
    box-shadow: none;
    color:#7A7A7A;
    border:none;
    letter-spacing: 0.5px;
}

textarea.form-control, textarea.select2-container, textarea.form-control:focus {
    border-radius: 28px;
    line-height: 30px;
}
.form-control:read-only{
    background: #ffffff;
}
.select2-container--open{
    border-radius: 20px 20px 0px 0px;
}
.select2-selection ,.select2-selection__rendered{
    border:none !important;
    background: transparent !important;
    outline: none;
}
.select2-selection__rendered,.select2-results__option,.select2-results__option--highlighted{
    color:#7A7A7A !important;
    background: transparent !important;
    padding-left: 0px !important;
}
.select2-selection__arrow b{
    background: url(../images/dropdown-arrow.svg);
    width: 21px !important;
    height: 11px !important;
    border: none !important;
    left: 0 !important;
    margin-left: -16px !important;
    margin-top: 5px !important;
    transform: rotate(180deg);
}

.select2-container--open .select2-selection__arrow b{
    margin-top: 3px !important;
    transform: rotate(0deg);

}
 .form-control::placeholder{

    color: #C5C7CD;
}
.custom-checkbox{
    position: relative;
}
.custom-checkbox input{
    position: absolute;
    visibility: hidden;

}
.custom-checkbox input + .custom-checkbox-icon{
    position: relative;
    width: 19px;
    height: 19px;
    border: 2px solid #FF7058;
    border-radius: 6px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}

.custom-checkbox input:checked + .custom-checkbox-icon:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    transform: rotate(45deg);
    height: 11px;
    border-right: 2px solid #FF7058;
    border-bottom: 2px solid #FF7058;
}

.custom-select-box .select2-container--open{
   
    border-radius:0px 0px 20px 20px ;
}
.custom-select-box .select2-container{
    background: transparent !important;
} 
.select2-container--open .select2-dropdown {
    left: 0;
    top: 0;
    background: #F3F3F3;
      padding: 0px 20px 10px;
    border-radius:0px 0px 20px 20px ;
    overflow: hidden;
    border: none;
}
.progress-group{
    display: block;
    width: 100%;
    vertical-align: middle;
    color: #FF7058;
    margin: 0px 0px 10px 0px;
}
.progress-label{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #FF7058 !important;
    padding-right: 10px;
}
.progress{
    width:calc(100% - 200px);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #EAEAEA;
    height: 8px;

}
.progress-bar{
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 0px;
    height: 100%;
    background: #FF7058;
}
.progress-digit{
    width: 48px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    white-space: pre;
    color: #FF7058 !important;
}
header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 4px 15px;
}

header .navbar-nav .nav-item .nav-link{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #595959;
}
header .navbar-nav{
    align-items: center;
}
header .navbar-nav .nav-item .nav-link:hover{
    color: #ffffff;
}
header .navbar-nav .nav-item .nav-link.login-button{
    color: #ffffff;
    padding:8px 30px;    
    text-decoration-line: none;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}
header .navbar-nav .nav-item .nav-link.login-button:hover{
    color: #F9866C;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.25);
    border-radius: 34px;
}
header .navbar-nav .nav-item .nav-link.login-button.active{
    color: #FFFFFF;
    background: #F9866C;
}
header.header-with-sidebar{
    background: #ffffff;
}
header.header-with-sidebar  .navbar-nav .nav-item {
    margin: 0px 5px ;
}
header.header-with-sidebar  .navbar-nav .nav-item .nav-link{
    color:#FF7058;
}
header.header-with-sidebar  .navbar-nav .nav-item .nav-link svg path{
    stroke: #7A7A7A;
}
header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button{
    background: #ffffff;
    padding: 14px;
    border-radius: 50px;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button svg{
    width: 44px;
    height: 44px;
}

header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button svg path{ 
 
    stroke: #FF7058;
}

header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button.active,
header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button:hover{
    background: #FF7058;
}
header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button.active path,header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button:hover svg path{
    stroke: #ffffff;
}
header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button:active{
    background: #F3F3F3;
   
}
header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button:active svg path{
    stroke:#FF7058;
}
header.header-with-sidebar.header-with-bg{
    background: transparent;
}
header.header-with-sidebar.header-with-bg  .navbar-nav .nav-item .nav-link{
        color:#ffffff;
}

header.header-with-sidebar.header-with-bg  .navbar-nav .nav-item .nav-link svg path{
    stroke: #ffffff;
}
header.header-with-sidebar  .navbar-nav .nav-item .nav-link.login-button svg path{ 
    stroke: #FF7058;
}
header.header-with-sidebar .siderbar-menu{
    background: #ffffff;
    min-height: 100vh;
    width: 142px;
    position: fixed;
    left: 0px;
    transition: width 0.5s;
    top: 0px;
    box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.15);
}
header.header-with-sidebar .siderbar-menu .sidebar-header{
    position: relative;
    display: block;
}

.open .lg{
	max-width: 40% !important;
}

header.header-with-sidebar .siderbar-menu .sidebar-header .sidebar-button{
    position: absolute;
    right:-5px;
    top: 25px;
    width: 30px;
    height: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
}
header.header-with-sidebar .siderbar-menu .sidebar-header .sidebar-button svg {
    min-width: 40px !important;
    min-height: 40px !important;
    display: block;
    padding: 12px;
    box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    background: #ffffff;
    transform: rotate(180deg);
}
header.header-with-sidebar .siderbar-menu .sidebar-header .sidebar-button:hover svg {
    min-width: 40px !important;
    min-height: 40px !important;
    display: block;
    background: #7A7A7A;
    padding: 12px;
    border-radius: 50px;
}
header.header-with-sidebar .siderbar-menu .sidebar-header .sidebar-button:hover svg path{
    stroke: #ffffff;
}

header.header-with-sidebar .siderbar-menu .sidebar-header .sidebar-button:active svg {
    background: #4A4A4A;
}
header.header-with-sidebar .siderbar-menu .sidebar-header .sidebar-button:active svg path{
    stroke: #ffffff;
    
}
header .sidebar-content{
    max-height:calc(100vh - 150px) ;
}
header .sidebar-content .mCSB_inside > .mCSB_container{
    margin-right: 0px;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu{
    list-style-type: none;
    text-align: center;
    padding: 0px;
    
   
}
header.header-with-sidebar.open .button-left{
    text-align: left;
}
header.header-with-sidebar .button-left{
    text-align: center;
}
header.header-with-sidebar .siderbar-menu .btn-secondary {
    box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 20px 13px;
    font-size: 8px !important;
}
header.header-with-sidebar.open .siderbar-menu .btn-secondary{
    box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 14px 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
   
}



header.header-with-sidebar .siderbar-menu .sidebar-main-menu li a{   
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;    
    letter-spacing: 0.5px;
    text-transform: capitalize;    
    color: #7A7A7A;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

header.header-with-sidebar .siderbar-menu .sidebar-main-menu li{
    margin: 15px 0px;
    
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active a{
    color:#0E0E0E; 
}


header.header-with-sidebar .siderbar-menu .sidebar-main-menu li a .menu-text{
    display: none;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li a   .menu-icon{
    background: #FFFFFF;
    box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.15);
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 0px;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li a   .menu-icon  svg path{
    stroke:#7A7A7A ;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active a .menu-icon{
    background: #FF7058;
    box-shadow: none;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active a  .menu-icon svg path{
    stroke:#ffffff;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active a  .menu-icon svg circle{
    stroke:#ffffff;
}

header.header-with-sidebar .siderbar-menu .sidebar-main-menu li  ul {
    list-style-type: none;
    padding-left: 0px;
    
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li ul li{
    padding: 5px 0px;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active ul li a {
    background: #fff;
    box-shadow: none;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active {
    background: #fff;
}



header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active ul li.active a{
    color:#0E0E0E; 
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li ul li a .menu-icon{
    background: #FF7058;
    box-shadow: none;
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li ul li a .menu-icon{
    background: transparent !important;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li ul li a .menu-icon svg path{
    background: transparent !important;
}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li ul li a  .menu-icon svg path{
    stroke: #595959 !important;
}

header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active ul li.active a  .menu-icon svg path{
    stroke: #FF7058 !important;
}
header.header-with-sidebar  + .main-container{
    padding-left: 142px;
    transition: 0.15s all ease;
    overflow: hidden;
    overflow-y: visible;
}
header.header-with-sidebar.open + .main-container {
    padding-left: 402px;
    transition: 0.15s all ease;
  

}
header.header-with-sidebar.open .siderbar-menu{
    background: #ffffff;
    min-height: 100vh;
    width: 400px;
    transition: width 0.5s;
    position: fixed;
    left: 0px;
    top: 0px;
}

header.header-with-sidebar .dropdown .dropdown-link{
    position: relative;
    padding-right: 0px;
}

header.header-with-sidebar .dropdown .dropdown-link:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/dropdown-arrow.svg) no-repeat;
    display: none;
    transform: rotate(180deg);
}
header.header-with-sidebar .dropdown .dropdown-box {
    height: 0px;
    overflow: hidden;
    transition: all 0.8 ease;
}
header.header-with-sidebar .dropdown.open .dropdown-box  {
    height: auto;
    overflow: hidden;
    transition: all 0.8 ease;
}
header.header-with-sidebar .dropdown.open .dropdown-link:before {
    top: 20px;
    transform: rotate(0deg);
}
header.header-with-sidebar.open .dropdown .dropdown-link:before{
    display: block;
}
header.header-with-sidebar.open .dropdown .dropdown-link{

    padding-right: 30px;
}
header.header-with-sidebar.open .siderbar-menu .sidebar-header{
    position: relative;
}
header.header-with-sidebar.open .siderbar-menu .sidebar-header{
    position: relative;
    display: block;
}
header.header-with-sidebar.open .siderbar-menu .sidebar-header .sidebar-button{
    position: absolute;
    right:50px;
    top: 0px;
    width: 30px;
    height: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
}

header.header-with-sidebar.open .siderbar-menu .sidebar-header .sidebar-button svg {
    min-width: 50px !important;
    min-height: 50px !important;
  
    padding: 12px;
  
    box-shadow: none;
    transform: rotate(0deg);
}


header.header-with-sidebar.open .siderbar-menu .sidebar-main-menu{
    list-style-type: none;
    padding-left: 60px;
}
header.header-with-sidebar.open .siderbar-menu .sidebar-main-menu li a{   

    justify-content: start;
}
header.header-with-sidebar.open .siderbar-menu .sidebar-main-menu li a .menu-text{
    display: inline-flex;
}

header.header-with-sidebar.open .siderbar-menu .sidebar-main-menu li a .menu-icon{
    margin-right: 15px;
}

header.header-with-sidebar.open .siderbar-menu .sidebar-main-menu li  ul {
  
    padding-left: 60px;
}

header.header-with-sidebar.open .siderbar-menu .sidebar-main-menu li ul li a .menu-icon{
   
    margin-right: 15px;
    
}
header .search-box-header{
    width: 180px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #7A7A7A;
    box-sizing: border-box;
    border-radius: 17px;
    overflow: hidden;
}
header .search-box-header .search-input,header .search-box-header .search-input::placeholder{
    height: 34px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 18px;
    background: #ffffff;
    
    text-transform: capitalize;
    
    color: #7A7A7A;
}

section.account-registration-section{
    background: url(../images/account-register-image.svg) no-repeat;
    background-position: right bottom;
    background-size: 580px auto;
}

section.login-section, section.login-section-2{
    min-height: 100vh;
    background: url(../images/login-background.png) no-repeat ;
    background-size:  cover;
    background-position: center center;
    position: relative;
    padding: 80px 0px 0px;
    display: flex;
    
}

section.login-section .search-box,section.login-section-2  .search-box{
    background: #ffffff;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

section.login-section .search-box *,section.login-section .search-box *:focus,
section.login-section-2 .search-box *,section.login-section-2 .search-box *:focus{
    border:none;
    outline: none;
    box-shadow: none;
    background: transparent;
    font-size: 24px;
    letter-spacing: 0.5px;

    
}
section.login-section .search-box input::placeholder,
section.login-section-2 .search-box input::placeholder{
    
    color: #C5C7CD;
}
section.login-section   h1,
section.login-section-2   h1{
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
section.login-section  .security-image,
section.login-section-2  .security-image{
   
}
section.login-section .select2-container {
    width: calc(100% - 60px) !important;
    align-items: center;
    top: 0px !important;
    padding: 0;
  
}
section.login-section .select2-container *,
section.login-section-2 .select2-container *{
    background: #ffffff ;
}
section.login-section-2 .search-text-button,section.login-section-2 .search-text-button:focus  {
    color: #fff;
    background: #FF7058;
    box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 48px;
    border: 2px solid #FF7058;
    padding: 16px 35px !important;
    outline: none;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

section.login-section-2 .search-text-button:hover{
    color: #fff;
    background: #F9866C;
}
section.login-section-2 .search-text-button:active  ,section.login-section-2 .search-text-button:hover:active{
    color: #fff;
    background: #E4563E;
    border-radius: 50px;
    padding: 16px 35px !important;
}

section.login-section-2 .select2-selection__arrow b {
    background-image: url(../images/dropdown-arrow.svg)  !important ;
    background-size: 100%;
    background-repeat: no-repeat;
}
section.login-section-2 .card{
    position: relative;
    z-index: 1;    
}
section.login-section .select2-container--open .select2-dropdown--above {
    padding-left: 0px;
    background: transparent !important;
    overflow: visible;
}


section.login-section .select2-results{
    background: #ffffff;
    width: calc(100% + 100px);
    left: -70px;
    padding-left: 80px;
    top: -15px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 15px;

}
section.login-section  .input-group-prepend{
    z-index: 1111;
    position: relative;
}
section.login-section .select2-search--dropdown{
    margin-top: 10px;
    z-index: 1111;
    position: relative;
}

section.login-section .select2-search--dropdown input{
    border:none !important;
}
section.login-section .select2-selection__arrow{
    display: none;
}
section.login-section  .select2-results__options li{
    padding: 5px 15px;
    font-size: 22px;
line-height: 24px;
}
section.login-section .form-control,section.login-section .form-control:focus{
    background: #FFFFFF;
    border-radius: 48px;
    font-weight: 500;
font-size: 24px;
line-height: 24px;
    padding: 10px 20px ;
    outline: none;
    box-shadow: none;
    border:none;
    letter-spacing: 0.5px;

}
section.login-section .form-control::placeholder{

    color: #C5C7CD;
}
section.login-section .btn-white{
    min-width: 160px;
}
section.login-section .select2-container, section.login-section-2 .select2-container {
    background: #ffffff !important;
}

section.login-section .select2-selection__arrow ,
section.login-section-2 .select2-selection__arrow  {
    background: transparent !important;
    top: 8px !important;
}
section.login-section  .select2-selection__rendered,
section.login-section-2  .select2-selection__rendered  {
    line-height: 42px !important;
}
section.login-section-2  .tableScroll{
    max-height: 200px;
}
section.get-started-section .navigation-dots .nav-dots{
    display: flex;
    justify-content: space-around;
    width: 80%;
    padding: 15px 0px;
    margin: auto;
}
section.get-started-section .navigation-dots .nav-dots .nav-dot-item {
    position: relative;
    list-style-type: none;
    text-align: center;
    /*width: calc(100% /6);*/
    width: 100%;
}
section.get-started-section .navigation-dots .nav-dots .nav-dot-item:before{
    width: 100%;
    height: 5px;
    background: #E9E9E9;
    content:"";
    display: block;
    left: 50%;
    top: 11px;
    position: absolute;

}

section.get-started-section .navigation-dots .nav-dots .nav-dot-item:last-child:before{
    width: 0%;
}


section.get-started-section .navigation-dots .nav-dots .nav-dot-item .nav-dot{
    width: 26px;
    height: 26px;
    border-radius: 20px;
    display: inline-block;
    background: #CBCBCB;
    position: relative;
}
section.get-started-section .navigation-dots .nav-dots .nav-dot-item.completed .nav-dot{
    background: #81EC7F;
}

section.get-started-section .navigation-dots .nav-dots .nav-dot-item.completed:before{
    background: #81EC7F;
}
section.get-started-section .navigation-dots .nav-dots .nav-dot-item.active .nav-dot{
   
    background: #FFE793;
    
}

section.get-started-section .get-started-box{
  
    margin: auto;
    border:none;
    background: #F7F7F7;
    border-radius: 30px;
    padding: 30px 0px 60px;
    position: relative;
}
section.get-started-section .get-started-box .option-list{
    list-style-type: none;
    padding-left: 0px;
}
section.get-started-section .get-started-box .option-list .option-item {
    position: relative;
   
}
section.get-started-section .get-started-box .option-list .option-item input{
    position: absolute;
    opacity: 0;
}
section.get-started-section .get-started-box .option-list .option-item{
    padding: 8px 0px;
}
section.get-started-section .get-started-box .option-list .option-item input +  label{
    padding: 20px 20px 20px  60px;
    background: #FFFFFF;
    box-shadow: 1px 3px 20px 1px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    display: block;
    color: #7A7A7A;
    cursor: pointer;
}

section.get-started-section .get-started-box .option-list .option-item input:checked +  label{
  
    background: #FF7058;
  
    color:#ffffff;
}

section.get-started-section .get-started-box .get-started-header{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

section.get-started-section .get-started-body{
    padding-left: 80px;
    padding-right: 120px;
}
section.get-started-section .get-started-body .select2-container{
    padding: 15px 20px 15px  60px;
    background: #FFFFFF;
    box-shadow: 1px 3px 20px 1px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    font-weight: 600;
    font-size: 18px;
line-height: 18px;
width: 100% !important;


}
section.get-started-section .get-started-body .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#C2C2C2;
}
section.get-started-section .get-started-body .select2-container--open{
    border-radius: 20px 20px 0px 0px;
    box-shadow: none;
}
section.get-started-section .get-started-body .select2-results{
    padding-left: 40px;
}
section.get-started-section .get-started-body  .select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 18px;
}
section.get-started-section .get-started-body  .select2-container--open .select2-dropdown{
    background: #FFFFFF;
    box-shadow: 0px  5px 6px -2px rgba(0, 0, 0, 0.1);
    font-size: 18px;
line-height: 18px;
}
section.get-started-section .get-started-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 35px;
}
.get-started-box .get-started-footer .navigation-button{
    width: 66px;
    height: 66px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius:55px;
}
.get-started-box .get-started-footer .navigation-button:hover{
    background: #FF7058;
    box-shadow: 1px 4px 20px 1px rgba(255, 112, 88, 0.75);
}
.get-started-box .get-started-footer .navigation-button:hover:active{
    background: #E4563E;
    box-shadow: none;
}

.get-started-box .get-started-footer .navigation-button:hover svg path,.get-started-box .get-started-footer .navigation-button:active svg path{
    stroke: #ffffff;
}
.get-started-box .get-started-header .get-started-title{
    width: calc(100% - 200px);
}
.get-started-box .get-started-header .get-started-title h2{
    font-weight: bold;
font-size: 30px;
line-height: 30px;
display: flex;
align-items: center;
letter-spacing: 0.5px;
margin-bottom: 20px;
color: #0E0E0E;
}
.get-started-box .get-started-header .get-started-title h6{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    
    color: #0E0E0E;
}
.get-started-box .get-started-header .get-started-title p {
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 14px;
margin-bottom: 20px;
display: flex;
align-items: center;
letter-spacing: 0.5px;

color: #7A7A7A;

}
.get-started-box .get-started-header .get-started-icon{
    width: 80px;
    display: flex;
    justify-content: center;
}
.get-started-box .get-started-header .get-started-count{
    width: 120px;
    display: flex;
    justify-content: center;
    font-style: normal;
font-weight: bold;

display: flex;
align-items: flex-end;
letter-spacing: 0.5px;

color: #7A7A7A;
}
.get-started-box .get-started-header .get-started-count span{
    font-size: 24px;
    vertical-align: bottom;
}
.get-started-box .get-started-header .get-started-count span.active-step-number{
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #0E0E0E;
    margin-right: 10px;
}
.get-started-box.success-card{
    min-height: auto !important;
    background: url(../images/get-started-thank-you-card-bg.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 15px 15px !important;
}
section.account-setting-section  .user-image-button{
    width: 123px;
    height: 123px;
    border-radius: 123px;
    overflow: hidden;
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: none;
}
section.account-setting-section  .qr-code{
    width: 250px;
    height:250px;
    background: #C4C4C4;
    display: inline-block;
    }

main.main-container .progress-dots .nav-dots{
    display: flex;
    justify-content: space-around;
    width: 80%;
    padding: 15px 0px;
    margin: auto;
}
main.main-container .progress-dots  .nav-dot-item {
    position: relative;
    list-style-type: none;
    text-align: center;
    /*width: calc(100% /6);*/
    width: 100%;
}
main.main-container .progress-dots  .nav-dot-item:before{
    width: 100%;
    height: 5px;
    background: #E9E9E9;
    display: block;
    right: 50%;
    top: 11px;
    position: absolute;
    content: "";

}

main.main-container .progress-dots  .nav-dot-item:first-child:before{
        width: 0;
}


main.main-container .progress-dots  .nav-dot-item .nav-dot{
    width: 26px;
    height: 26px;
    border-radius: 20px;
    display: inline-block;
    background: #CBCBCB;
    position: relative;
}
main.main-container .progress-dots  .nav-dot-item.completed .nav-dot{
    background: #81EC7F;
    z-index: 11;
}
main.main-container  .progress-dots .nav-dots .nav-dot-item.completed:before{
    background: #81EC7F;
}



main.main-container .progress-dots .nav-dot-item.active .nav-dot{
    background: #CBCBCB;
}
@media all and (max-width:1199px){
    section.account-registration-section{
        background-size: 350px auto;
    }
}
@media all and (max-width:991px){
    section.account-registration-section{
        background-size: 250px auto;
    }
}
@media all and (max-width:768px){
    .btn, .btn:hover, .btn:focus {
        padding: 11px 30px;
        font-size: 18px;
        line-height: 18px;
    }
    section.account-registration-section{
        background:none;
    }
    section.login-section{
        background-position: center;
        background-size: cover;
    }
    header .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 24px;
    }
    header .navbar-nav .nav-item .nav-link.login-button{
        font-size: 20px;
        line-height: 20px;
        padding: 10px 15px;
    }
    section.login-section h1, section.login-section-2 h1 {
        font-size: 30px;
        line-height: 36px;
    }
    section.login-section .search-box svg,section.login-section-2 .search-box svg{
        width: 22px;
        height: 22px;
    }
    section.login-section .search-box *, section.login-section .search-box *:focus, section.login-section-2 .search-box *, section.login-section-2 .search-box *:focus{
        font-size: 16px;
    }
    section.login-section .input-group-text, section.login-section-2 .input-group-text{
        padding-right:0px ;
    }
    .form-control, .select2-container, .form-control:focus,section.login-section .form-control, section.login-section .form-control:focus{
        padding: 7px 15px;
        font-size: 16px;
    }
    section.login-section .search-box, section.login-section-2 .search-box {
        padding: 3px 7px 3px 0px;
    }


    .select2-selection__arrow b{
        width: 20px !important;
        height: 10px !important;
    }
    section.login-section   .select2-container--open .select2-dropdown,
    section.login-section-2   .select2-container--open .select2-dropdown{
        top:-9px;
    }
    section.login-section   .h3,
    section.login-section-2   .h3{
        font-size: 18px;
    } 
    section.login-section .select2-selection__rendered, section.login-section-2 .select2-selection__rendered {
        line-height: 32px !important;
    }
    section.login-section-2 .search-text-button, section.login-section-2 .search-text-button:focus {
        padding: 8px 35px !important;
        font-size: 18px;
        line-height: 18px;
    }
    section.login-section .select2-selection__arrow, section.login-section-2 .select2-selection__arrow {
        top: 0px !important;
    }
    section.login-section .btn-white{
        border-radius: 12px !important;
    }
}

@media all and (max-width: 767px){
	.consultancy-image svg {
    display: none;
}
}
@media all and (max-width:575px){
    header{
        position: absolute;
        
    }
    section.login-section-2,
    section.login-section{
        background: linear-gradient(180deg, #FF7058 0%, #FFA192 100%) !important;
    }
   .search-box-break{
    display: block !important;
    background: transparent !important;
   } 
   section.login-section   .select2-selection__arrow,
   section.login-section-2   .select2-selection__arrow{
       background: transparent !important;
   }
   .search-box-break .select2 {
       width: 100% !important;
       margin-bottom: 30px;
   } 
   .search-box-break .input-group-append .search-text-button{
       justify-content: center;
       display: block !important;
       width: 100% !important;
   }
   section.login-section-2 .search-text-button, section.login-section-2 .search-text-button:focus {
    padding: 10px 18px !important;
}
section.login-section .select2-container, section.login-section-2 .select2-container {
   width: 100% !important;
   margin-bottom: 20px !important;
   padding: 7px 20px ;
}

section.login-section-2 .search-text-button, section.login-section-2 .search-text-button:focus {
    display: block;
    width: 100%;
}
.nav-menu-main .nav-link{
    text-align: center;
    color:#595959;
    text-decoration: underline;
}

}
/* harsh css*/
.text-black{color: #000 !important;}
.text-red{color: #ff0000 !important;}
.text-oe{color: #0e0e0e !important;}
.text-7a{color: #7a7a7a !important;}
.font-9{font-size: 9px;line-height: 12px;}
.font-22{font-size: 22px;line-height: 22px;font-weight: 700;}
.font-14{font-size: 14px;line-height: 20px;}
.font-12{font-size: 12px;line-height: 18px;}
.mb-30{margin-bottom: 30px;}
.w-60{width: 60%;}

.font-bold{font-weight: 700 !important;}
.font-semibold{font-weight: 600 !important;}
.font-medium{font-weight: 500 !important;}
.font-regular{font-weight: 400 !important;}
.font-light{font-weight: 300 !important;}

.faqs-section{margin-top: 45px;}
.faqs-section .card{background-color: white;border-radius: 20px !important;border: none !important;box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);}
.faqs-section .card-header{background: white !important;background-color: white !important;border-radius: 37.5px;border: none;padding: 0px 0px;}
.faqs-section .card-header .btn-link{
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #7A7A7A !important;
    padding: 20px 30px;
    margin-bottom: 0px !important;
}
.faqs-section .card-header .btn-link{position: relative;}
.faqs-section .card-header .btn-link:hover,.faqs-section .card-header .btn-link:focus{outline: none;box-shadow: none;}
.faqs-section .card-header .btn-link:after{
    background: url(../images/faq-arrow.svg);
    background-size: 100% 100%;
    width: 36px !important;
    height: 15px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    content: "";
    margin: auto 0;
    transform: rotate(180deg);
}
.faqs-section .card-header .btn-link.collapsed:after{transform: rotate(0deg);}
.faqs-section .card .card-body{padding: 20px 30px 30px 30px;}
.faqs-section .card .card-body ol li{margin-bottom: 10px;}
.faqs-section .card .card-body ol li::marker{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #7A7A7A;
}

/* padding-card-30 */

.card.padding-card-30 .card-header
{
    padding: 20px 30px !important;
}
.card.padding-card-20 .card-header
{
    padding: 20px 20px !important;
}

/*  back-gradient  */

.back-gradient{
    width: 100%;
    height: 180px;
    background: linear-gradient(270deg, #585AFA 0%, #FF7058 100%);
    border-radius: 15px 15px 0px 0px;
    padding: 40px 20px;
}
.minus-top-margin{margin-top: -90px;}
.side-card{padding: 0px 20px;}
.side-card .card .card-img{padding: 10px;border-radius: 20px;margin-bottom: 25px;}
.side-card .card .card-img img{border-radius: 20px;}
.side-card .card-body{padding-bottom: 0 !important;}
.side-card .card-body p,
.side-card .card-body a
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #7A7A7A;
}
.side-card .card-body{background: none;}

/* small-card */

.small-card h5{font-size: 14px;line-height: 20px;font-weight: 700;letter-spacing: 0.5px;color: #000;margin-bottom: 10px !important;}
.small-card h3{font-size: 24px;line-height: 30px;font-weight: 700;letter-spacing: 0.5px;color: #000;margin-bottom: 20px !important;}
.small-card p{font-size: 9px;line-height: 12px;font-weight: 400;letter-spacing: 0.5px;color: #7A7A7A;}
.small-card a{font-size: 12px;line-height: 12px;font-weight: 600;letter-spacing: 0.5px;color: #FF7058;text-align: center;}

.medium-card {height: 100%;margin-bottom: 0 !important;}
.medium-card .card-img{width: 80px;display: inline-block;vertical-align: middle;text-align: center;}
.medium-card .card-body{width: calc(100% - 85px);display: inline-block;vertical-align: middle;padding-top: 0;padding-bottom: 0;}
.medium-card .card-body h3{font-size: 18px;line-height: 18px;font-weight: 700;letter-spacing: 0.5px;color: #0E0E0E;margin-bottom: 10px !important;}
.medium-card .card-body h4{font-size: 14px;line-height: 25px;font-weight: 500;letter-spacing: 0.5px;color: #7a7a7a;margin: 10px 0px 12px 0px !important;}
.medium-card p{font-size: 12px;line-height: 12px;font-weight: 400;letter-spacing: 0.5px;color: #7A7A7A;margin-bottom: 10px;}
.medium-card a{font-size: 12px;line-height: 12px;font-weight: 600;letter-spacing: 0.5px;color: #FF7058;text-align: center;}

.mains{margin-bottom: 50px;}
.medium-card .progress{overflow: visible;height: 5px;}
.medium-card .progress-bar{position: relative;overflow: visible;}
.medium-card .progress .progress-digit{position: absolute;right: 0;bottom: -13px;}
header.header-with-sidebar .siderbar-menu .sidebar-main-menu li.active ul li.active a {
  color: #FF7058 ;
}
.dnone{ display:none; }
.dblock{ display:block;}
.menuli.act .a::after {
  transform: rotate(0deg);
}
.menuli .a:after { background-size: 100% 100%;
width: 21px !important;
height: 12px !important;

right: 15px;
content: "";
margin: auto 0;
transform: rotate(180deg); background: url(../images/dropdown-arrow.svg); position: absolute; }
.medium-card.hover-add{position: relative;}
.medium-card.hover-add:hover{background: rgba(141, 141, 141, 0.88);}
.medium-card.hover-add:hover .add-item{display: flex !important;}
.medium-card.hover-add .add-item
{
  position: absolute;
  
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 0px;
  transition: 0.5s;
  height: 100%;
  text-align: center;
  width: 100%;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.medium-card.hover-add .add-item h2{color: #fff;font-size: 24px;line-height: 24px;font-weight: 700;}
/* Table */
.table-responsive{border-radius: 14px !important;}
.inner-table.data-table,
.inner-table.data-table tbody{border-radius: 14px !important;margin-bottom: 0px;}
table.dataTable.inner-table.data-table th {
    background: #FF7058;
    color: #ffffff;
    border-top-color: #FF7058 !important;
    border-right-color: #C4C4C4 !important;
    border-bottom-color: #C4C4C4 !important;
    text-align: center !important;
    white-space: pre;
}
table.dataTable.inner-table.data-table th:first-child{border-left-color: #FF7058 !important;}
table.dataTable.inner-table.data-table th:last-child{border-right-color: #FF7058 !important;}
table.dataTable.inner-table.data-table tr td {border-bottom: 1px solid #C4C4C4 !important;}
table.dataTable.inner-table.data-table tbody tr.odd, table.dataTable.inner-table.data-table tbody tr.odd {background-color: #fff !important;}
table.dataTable.inner-table.data-table tr:last-child td:first-child {border-radius: 0px 0px 0px 14px;}
table.dataTable.inner-table.data-table tr:last-child td:last-child {border-radius: 0px 0px 14px 0px;}
table.dataTable.inner-table.data-table tbody tr td{font-size: 16px;line-height: 16px;font-weight: 600;color: #7A7A7A;padding: 12px 15px;vertical-align: middle;}

/* answer theme */

.answer-theme{
    background: url('../images/answer-theme-bg.svg') no-repeat;
    padding: 45px 40px;
    background-size: cover  !important;
    border-radius: 30px;
}
.answer-theme h2{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #0E0E0E;
}

@media all and (max-width:1200px){
    .d-extraa-large-block{display: block !important;}
    .xl-mb-4{margin-bottom: 20px !important;}
    .xl-mr-0{margin-right: 0 !important;}
    .xl-mb-0{margin-bottom: 0 !important;}
    .xl-mt-3{margin-top: 15px !important;}
    .notification-card .card-middle-body p.label-text.min-text{margin-top: 15px !important;}
}
@media all and (max-width:992px){
    .d-large-block{display: block !important;}
    .inbox-card .card-middle-body p span{width: 100%;margin: 5px 0px !important;display: block;}
    .inbox-card .inner-rply .card-img {width: 70px !important; }
    .lg-mt-3{margin-top: 15px !important;}
}
@media all and (max-width:768px){
    
}
@media all and (max-width:576px){

}

.big-card.card{padding: 30px 45px;}
.card-15-radius {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.padding-30{
    padding: 30px 30px !important;
}
.padding-25{
    padding: 25px 25px !important;
}
.padding-20{
    padding: 20px 20px !important;
}


/* toggle switch */


.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #EAEAEA;
  }
  .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.btn-lg {
    margin: 0 5px 0px 5px;
    padding: 0;
    position: relative;
    border: none;
    height: 18px;
    width: 46px;
    border-radius: 13px;
  }
  .btn-toggle.btn-lg:focus,
  .btn-toggle.btn-lg.focus,
  .btn-toggle.btn-lg:focus.active,
  .btn-toggle.btn-lg.focus.active {
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-toggle.btn-lg > .handle {
    position: absolute;
    top: -3.5px;
    left: -5px;
    width: 25px;
    height:25px;
    border-radius: 50%;
    background: #7A7A7A;
    transition: left 0.25s !important;
  }
  .btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.btn-lg.active > .handle {
    left: 25px;
    transition: right 0.25s !important;
    background: #FF7058;
  }
  .toggle-switch h2{font-size: 20px;line-height: 25px;font-weight: 600;color: #7A7A7A;}

  .risk-small-box h5{font-size: 14px;line-height: 18px;font-weight: 600;color: #7A7A7A;margin-bottom: 15px;min-height: 35.2px;}
  .risk-small-box p{font-size: 12px;line-height: 16px;font-weight: 400;color: #7A7A7A;}
  .risk-small-box span{font-size: 12px;line-height: 14px;font-weight: 600;color: #7A7A7A;}
  .risk-small-box .select{font-size: 12px;line-height: 12px;font-weight: 400;color: #7A7A7A;margin-right: 5px;}
  .span-shown{border-radius: 25px !important;padding: 12px 13px !important;display: inline-flex !important;}
  .span-shown:focus,.span-shown:hover,.span-shown.btn-toggle.active{border-radius: 25px !important;padding: 12px 13px 12px 20px !important;}
  .span-shown span{display: none;font-size: 24px;line-height: 24px;color: #FFF;font-weight: 500;}
  .span-shown:hover span,
  .span-shown:focus span,
  .span-shown.active span{display: block;}

  /*  */

  .medium-card .btn.btn-primary,.medium-card .btn.btn-primary:focus,.medium-card .btn.btn-primary:hover{padding: 8px 20px !important;}

  /*  */
  .inbox-card.readed.card{background-color: #F8F8F8 !important;}
  .inbox-card.readed.card.card-shadow{box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.07);}
  .inbox-card{display: inline-block;border: 0 !important;}
  .inbox-card .card-img{width: 60px;display: inline-block;vertical-align: top;}
  .inbox-card .card-middle-body{width: calc(100% - 70px);display: inline-block;vertical-align: top;}
  .inbox-card .card-img p{ min-width: 46px;min-height: 46px;max-width: 46px;max-height: 46px;text-align: center; line-height: 46px !important;border-radius: 23px !important;background: #FF7058;margin-bottom: 0 !important;font-size: 18px;font-weight: 600;color: #fff;}
  .inbox-card .card-middle-body p.label-text.min-text{color: #D8D8D8 !important;}
  .inbox-card .card-middle-body p{margin-bottom: 20px;line-height: 28px;}
  .card-12-radius {border-radius: 12px;overflow: hidden; margin-bottom: 18px;}

  .inbox-card .inner-rply{margin-top: 15px;border-left: 3px solid #D8D8D8;}
  .inbox-card .inner-rply .card-img{width: 100px;display: inline-block;vertical-align: top;}
  .inbox-card .inner-rply .card-middle-body{width: calc(100% - 105px);display: inline-block;vertical-align: top;}
  .inbox-card .inner-rply .card-img p{margin:0 auto;}

  /*  */

  
  .notification-card{display: inline-block;border: 0 !important;}
  .notification-card .card-img{width: 60px;display: inline-block;vertical-align: middle;}
  .notification-card .card-middle-body{width: calc(100% - 70px);display: inline-block;vertical-align: middle;}
  .notification-card .card-middle-body p.label-text.min-text{color: #D8D8D8 !important;margin-top: -15px;}

  /* data breach */

  .data-breach h2{font-size: 48px;line-height: 48px;letter-spacing: 0.5px;font-weight: 700 !important;color: #7A7A7A;}

  /*  */

  .select2-container .select2-selection--single{height: unset !important;}

  /*  */

  header.header-with-sidebar.open{padding-left: 402px;}
  header.header-with-sidebar{padding-left: 142px;}

  /*  */

  /* .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #FF7058 !important;} */

  /*  */
  
  .select2-container .select2-selection--single{height: unset !important;}

  /* learning-card */

  .learning-card .card-img iframe{
    box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.25);
    border-radius: 14px;  
  }
  .learning.medium-card .card-img {
    width: 90px !important;
  }
  .learning.medium-card .card-body {
    width: calc(100% - 100px) !important;
  }
  .learning.medium-card .card-body a{
    font-size: 14px !important;
    line-height: 14px !important;
    margin-top: 15px;
    display: block;
    text-align: left;
  }
  .learning.medium-card .card-body h4 {
    margin: 5px 0px 0px 0px !important;
  }

/*  */
.bridge-section.faqs-section{margin-top: 0 !important;}
.bridge-section.faqs-section .card-header .btn-link{padding: 20px 26px !important;font-size: 24px !important;line-height: 24px !important;color: #0e0e0e !important;}
.bridge-section.faqs-section .card-header .btn-link:after{right: 25px !important;width: 20px !important;height: 20px !important;}
.bridge-section.faqs-section .card { border-radius: 15px !important;}
.bridge-section.faqs-section .card-body{padding: 10px 26px !important;}

/*  */
table.dataTable.inner-table.data-table tbody .btn.btn-primary{font-size: 11px;line-height: 11px;border-radius: 7px !important;white-space: pre;}
.table-form-group{width: 250px !important;box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);border-radius: 37.5px;}
.table-form-group .form-control, 
.table-form-group .select2-container, 
.table-form-group .form-control:focus{
  background: #fff !important;
    border-radius: 37.5px;
    font-weight:600;
    font-size: 12px !important;
    line-height: 12px !important;
}
.table-form-group .select2-container .select2-selection--single{text-align: left;}
.table-form-group .select2-container--open .select2-dropdown {
  left: 0;
  top: 0px;
  background: #fff !important;
  padding: 0px 20px 10px;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0px 35px 33px 0px rgba(0,0,0,0.15);
}
.table-form-group .select2.select2-container.select2-container--default.select2-container--focus.select2-container--open.select2-container--below{
  border-radius: 20px 20px 0px 0px !important;
}
.table-form-group .select2-selection__arrow b{
  background: url(../images/faq-arrow.svg);
  background-size: 100% 100%;
  width: 20px !important;height: 20px !important;
  top: 30% !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: unset !important;
}

/* absolute-modal  */

.modal.absolute-modal .modal-header
{
  position: relative;
  border: none;
  padding: 25px 0px 15px 0px;
}
.modal.absolute-modal .modal-header button.close
{
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-dialog-centered{display: block !important;}

.modal.absolute-modal .modal-body{border-radius:30px ;}
.modal.absolute-modal .modal-content{border-radius:30px ;}

/* modal body  */

.history-block {
  position: relative;
  padding: 30px 15px;
}
.position-relative {
  position: relative!important;
}
.history-block-single {
  padding-top: 30px;
}
.history-block-single:nth-child(2n) {
  margin-top: 100px;
}
.history-block .thumbnial {
  position: relative;
  display: block;
  float: left;
  -webkit-transition: .5s;
  transition: .5s;
  border:none;
  width: calc(100% - 40px);
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:1px 4px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.history-block-single:nth-child(2n) .thumbnial {
  float: right;
  border-radius: 0 4px 4px 4px;
}
.history-block .thumbnial:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: -25px;
  right: -65px;
  display: block;
  position: absolute;
  background: #FF7058;
}
.history-block-single:nth-child(2n) .thumbnial:after {
  right: auto;
  left: -65px;
}
.history-block-single:nth-child(2n) {
  margin-top: 100px;
}
.history-block .middle-line:before {
  content: "";
  width: 6px;
  height: 100%;
  top: 20px;
  left: calc(50% - 3px);
  display: block;
  position: absolute;
  background: #FF7058;
}
.history-block .middle-line:after {
    content: "";
    width: 20px;
    height: 20px;
    bottom: -34px;
    border-radius: 10px;
    left: calc(50% - 10px);
    display: block;
    position: absolute;
    background: #FF7058;
}
 .history-block .year-and-month {
  position: absolute;
  right: -1px;
  bottom: -25px;
  font-weight: 400;
  padding: 6px 10px 3px;
  color: #000;
  font-size: 10px;
  line-height: 11.72px;
  color: #7A7A7A;
}
.history-block .thumbnial .thumbnial-body span{
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #7A7A7A;
}
.history-block .thumbnial .thumbnial-body span b{
  color: #0e0e0e;
}
/* harsh css end*/
/*geeta css start*/
.tooltipbx { position: absolute; right: 0; top: 0}
.tooltipbx svg { width: 25px; height: 25px; cursor: pointer }
.tooltiobxcnt { display: none; position: absolute; left: 50%; background: #fff; z-index: 9; bottom: 100%; transform: translateX(-50%); transition: all ease .4s }
.tooltiobxcnt.activeLnk { display: inline-block; }
.tooltiobxcnt .table {border: 1px solid #FF7058;}
.tooltiobxcnt .table td, .tooltiobxcnt  .table th { border-right: 1px solid; border-color: #FF7058 }
.tooltiobxcnt .table th { font-size: 14px; line-height: 24px;    border-bottom: none; }
.tooltiobxcnt .table thead tr th { background: #FF7058; color: #fff; border-color: #fff }
.tooltiobxcnt .table-responsive { border-radius: 0 !important; }
.tooltiobxcnt .table tr td:last-child, .tooltiobxcnt .table tr th:last-child { border-right: none; }
div#toltip2 { left: 100%; transform: translateX(-100%);}
/*geeta css end*/

@media screen and (max-width:1200px){
	section.login-section form input {
	    max-width: 450px;
	    margin: 0 auto;
	    width: 100%;
	}
}

@media screen and (max-width:991px){
    .pwnSummaryCount{
      font-size: 20px !important;
    }
    .pwnedSummaryRow {
      padding: 10px 0 30px;
      margin: 0 !important;
    }
}

@media screen and (max-width:767px){
    .pwnSummaryCount{
      font-size: 15px !important;
    }
    .pwnedCompanyList .pwnCount {
      text-align: left !important;
    }
    .pwnedCompanyList {
      display: block !important;
      text-align: left !important;
    }
    .pwnedCompanyList td {
       font-size: 16px !important;
    } 
    .read_only {
        width: fit-content;
        margin: 10px 20px 10px;
        float: right;
        background: transparent !important;
        border-bottom: 1px solid;
        border-radius: 0;
        padding: 0;
        line-height: 1 !important;
        height: auto;
    }
}
@media screen and (max-width:575px){
    .pwnSummaryCount{
      font-size: 20px !important;
    }
}

.text-black{color: #000 !important;}
.text-red{color: #ff0000 !important;}
.text-oe{color: #0e0e0e !important;}
.text-7a{color: #7a7a7a !important;}
.font-9{font-size: 9px;line-height: 12px;}
.font-22{font-size: 22px;line-height: 22px;font-weight: 700;}
.font-14{font-size: 14px;line-height: 20px;}
.font-12{font-size: 12px;line-height: 18px;}
.mb-30{margin-bottom: 30px;}
.w-60{width: 60%;}

.font-bold{font-weight: 700 !important;}
.font-semibold{font-weight: 600 !important;}
.font-medium{font-weight: 500 !important;}
.font-regular{font-weight: 400 !important;}
.font-light{font-weight: 300 !important;}

.faqs-section{margin-top: 45px;}
.faqs-section .card{background-color: white;border-radius: 37.5px !important;border: none !important;box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);}
.faqs-section .card-header{background: white !important;background-color: white !important;border-radius: 37.5px;border: none;padding: 0px 0px;}
.faqs-section .card-header .btn-link{
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #7A7A7A !important;
    padding: 20px 70px;
    margin-bottom: 0px !important;
}
.faqs-section .card-header .btn-link{position: relative;}
.faqs-section .card-header .btn-link:hover,.faqs-section .card-header .btn-link:focus{outline: none;box-shadow: none;}
.faqs-section .card-header .btn-link:after{
    background: url(../images/faq-arrow.svg);
    background-size: 100% 100%;
    width: 36px !important;
    height: 15px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    content: "";
    margin: auto 0;
    transform: rotate(180deg);
}
.faqs-section .card-header .btn-link.collapsed:after{transform: rotate(0deg);}
.faqs-section .card .card-body{padding: 20px 50px 30px 50px;}
.faqs-section .card .card-body ol li{margin-bottom: 10px;}
.faqs-section .card .card-body ol li::marker{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #7A7A7A;
}

/* padding-card-30 */

.card.padding-card-30 .card-header
{
    padding: 20px 30px !important;
}
.card.padding-card-20 .card-header
{
    padding: 20px 20px !important;
}

/*  back-gradient  */

.back-gradient{
    width: 100%;
    height: 180px;
    background: linear-gradient(270deg, #585AFA 0%, #FF7058 100%);
    border-radius: 15px 15px 0px 0px;
    padding: 40px 20px;
}
.minus-top-margin{margin-top: -90px;}
.side-card{padding: 0px 20px;}
.side-card .card .card-img{padding: 10px;border-radius: 20px;margin-bottom: 25px;}
.side-card .card .card-img img{border-radius: 20px;}
.side-card .card-body{padding-bottom: 0 !important;}
.side-card .card-body p,
.side-card .card-body a
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #7A7A7A;
}
.side-card .card-body{background: none;}

/* small-card */

.small-card h5{font-size: 14px;line-height: 20px;font-weight: 700;letter-spacing: 0.5px;color: #000;margin-bottom: 10px !important;}
.small-card h3{font-size: 24px;line-height: 30px;font-weight: 700;letter-spacing: 0.5px;color: #000;margin-bottom: 20px !important;}
.small-card p{font-size: 9px;line-height: 12px;font-weight: 400;letter-spacing: 0.5px;color: #7A7A7A;}
.small-card a{font-size: 12px;line-height: 12px;font-weight: 600;letter-spacing: 0.5px;color: #FF7058;text-align: center;}

.medium-card {height: 100%;margin-bottom: 0 !important;}
.medium-card .card-img{width: 80px;display: inline-block;vertical-align: middle;text-align: center;}
.medium-card .card-body{width: calc(100% - 85px);display: inline-block;vertical-align: middle;padding-top: 0;padding-bottom: 0;}
.medium-card .card-body h3{font-size: 18px;line-height: 18px;font-weight: 700;letter-spacing: 0.5px;color: #0E0E0E;margin-bottom: 10px !important;}
.medium-card .card-body h4{font-size: 18px;line-height: 25px;font-weight: 500;letter-spacing: 0.5px;color: #7a7a7a;margin: 10px 0px 12px 0px !important;}
.medium-card p{font-size: 12px;line-height: 12px;font-weight: 400;letter-spacing: 0.5px;color: #7A7A7A;margin-bottom: 10px;}
.medium-card a{font-size: 12px;line-height: 12px;font-weight: 600;letter-spacing: 0.5px;color: #FF7058;text-align: center;}

.mains{margin-bottom: 50px;}
.medium-card .progress{overflow: visible;height: 5px;}
.medium-card .progress-bar{position: relative;overflow: visible;}
.medium-card .progress .progress-digit{position: absolute;right: 0;bottom: -13px;}

.medium-card.hover-add{position: relative;}
.medium-card.hover-add:hover{background: rgba(141, 141, 141, 0.88);}
.medium-card.hover-add:hover .add-item{display: flex !important;}
.medium-card.hover-add .add-item
{
  position: absolute;
  display: none !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 0px;
  transition: 0.5s;
  height: 100%;
  text-align: center;
  width: 100%;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.medium-card.hover-add .add-item h2{color: #fff;font-size: 24px;line-height: 24px;font-weight: 700;}
/* Table */
.table-responsive{border-radius: 14px !important;}
.inner-table.data-table,
.inner-table.data-table tbody{border-radius: 14px !important;margin-bottom: 0px;}
table.dataTable.inner-table.data-table th {
    background: #FF7058;
    color: #ffffff;
    border-top-color: #FF7058 !important;
    border-right-color: #C4C4C4 !important;
    border-bottom-color: #C4C4C4 !important;
    text-align: center !important;
    white-space: pre;
}
table.dataTable.inner-table.data-table th:first-child{border-left-color: #FF7058 !important;}
table.dataTable.inner-table.data-table th:last-child{border-right-color: #FF7058 !important;}
table.dataTable.inner-table.data-table tr td {border-bottom: 1px solid #C4C4C4 !important;}
table.dataTable.inner-table.data-table tbody tr.odd, table.dataTable.inner-table.data-table tbody tr.odd {background-color: #fff !important;}
table.dataTable.inner-table.data-table tr:last-child td:first-child {border-radius: 0px 0px 0px 14px;}
table.dataTable.inner-table.data-table tr:last-child td:last-child {border-radius: 0px 0px 14px 0px;}
table.dataTable.inner-table.data-table tbody tr td{font-size: 16px;line-height: 16px;font-weight: 600;color: #7A7A7A;padding: 12px 15px;vertical-align: middle;}

/* answer theme */

.answer-theme{
    background: url('../images/answer-theme-bg.svg') no-repeat;
    padding: 45px 40px;
    background-size: cover  !important;
    border-radius: 30px;
}
.answer-theme h2{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #0E0E0E;
}

@media all and (max-width:1200px){
    .d-extraa-large-block{display: block !important;}
    .xl-mb-4{margin-bottom: 20px !important;}
    .xl-mr-0{margin-right: 0 !important;}
    .xl-mb-0{margin-bottom: 0 !important;}
    .xl-mt-3{margin-top: 15px !important;}
    .notification-card .card-middle-body p.label-text.min-text{margin-top: 15px !important;}
}
@media all and (max-width:992px){
    .d-large-block{display: block !important;}
    .inbox-card .card-middle-body p span{width: 100%;margin: 5px 0px !important;display: block;}
    .inbox-card .inner-rply .card-img {width: 70px !important; }
    .lg-mt-3{margin-top: 15px !important;}
}
@media all and (max-width:768px){
    
}
@media all and (max-width:576px){

}

.big-card.card{padding: 30px 45px;}
.card-15-radius {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.padding-30{
    padding: 30px 30px !important;
}
.padding-25{
    padding: 25px 25px !important;
}
.padding-20{
    padding: 20px 20px !important;
}


/* toggle switch */


.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #EAEAEA;
  }
  .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.btn-lg {
    margin: 0 5px 0px 5px;
    padding: 0;
    position: relative;
    border: none;
    height: 18px;
    width: 46px;
    border-radius: 13px;
  }
  .btn-toggle.btn-lg:focus,
  .btn-toggle.btn-lg.focus,
  .btn-toggle.btn-lg:focus.active,
  .btn-toggle.btn-lg.focus.active {
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-toggle.btn-lg > .handle {
    position: absolute;
    top: -3.5px;
    left: -5px;
    width: 25px;
    height:25px;
    border-radius: 50%;
    background: #7A7A7A;
    transition: left 0.25s !important;
  }
  .btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.btn-lg.active > .handle {
    left: 25px;
    transition: right 0.25s !important;
    background: #FF7058;
  }
  .toggle-switch h2{font-size: 20px;line-height: 25px;font-weight: 600;color: #7A7A7A;}

  .risk-small-box h5{font-size: 14px;line-height: 18px;font-weight: 600;color: #7A7A7A;margin-bottom: 15px;min-height: 35.2px;}
  .risk-small-box p{font-size: 12px;line-height: 16px;font-weight: 400;color: #7A7A7A;}
  .risk-small-box span{font-size: 12px;line-height: 14px;font-weight: 600;color: #7A7A7A;}
  .risk-small-box .select{font-size: 12px;line-height: 12px;font-weight: 400;color: #7A7A7A;margin-right: 5px;}
  .span-shown{border-radius: 25px !important;padding: 12px 13px !important;display: inline-flex !important;}
  .span-shown:focus,.span-shown:hover,.span-shown.btn-toggle.active{border-radius: 25px !important;padding: 12px 13px 12px 20px !important;}
  .span-shown span{display: none;font-size: 24px;line-height: 24px;color: #FFF;font-weight: 500;}
  .span-shown:hover span,
  .span-shown:focus span,
  .span-shown.active span{display: block;}

  /*  */

  .medium-card .btn.btn-primary,.medium-card .btn.btn-primary:focus,.medium-card .btn.btn-primary:hover{padding: 8px 20px !important;}

  /*  */
  .inbox-card.readed.card{background-color: #F8F8F8 !important;}
  .inbox-card.readed.card.card-shadow{box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.07);}
  .inbox-card{display: inline-block;border: 0 !important;}
  .inbox-card .card-img{width: 60px;display: inline-block;vertical-align: top;}
  .inbox-card .card-middle-body{width: calc(100% - 70px);display: inline-block;vertical-align: top;}
  .inbox-card .card-img p{ min-width: 46px;min-height: 46px;max-width: 46px;max-height: 46px;text-align: center; line-height: 46px !important;border-radius: 23px !important;background: #FF7058;margin-bottom: 0 !important;font-size: 18px;font-weight: 600;color: #fff;}
  .inbox-card .card-middle-body p.label-text.min-text{color: #D8D8D8 !important;}
  .inbox-card .card-middle-body p{margin-bottom: 20px;line-height: 28px;}
  .card-12-radius {border-radius: 12px;overflow: hidden; margin-bottom: 18px;}

  .inbox-card .inner-rply{margin-top: 15px;border-left: 3px solid #D8D8D8;}
  .inbox-card .inner-rply .card-img{width: 100px;display: inline-block;vertical-align: top;}
  .inbox-card .inner-rply .card-middle-body{width: calc(100% - 105px);display: inline-block;vertical-align: top;}
  .inbox-card .inner-rply .card-img p{margin:0 auto;}

  /*  */

  
  .notification-card{display: inline-block;border: 0 !important;}
  .notification-card .card-img{width: 60px;display: inline-block;vertical-align: middle;}
  .notification-card .card-middle-body{width: calc(100% - 70px);display: inline-block;vertical-align: middle;}
  .notification-card .card-middle-body p.label-text.min-text{color: #D8D8D8 !important;margin-top: -15px;}

  /* data breach */

  .data-breach h2{font-size: 48px;line-height: 48px;letter-spacing: 0.5px;font-weight: 700 !important;color: #7A7A7A;}

  /*  */

  .select2-container .select2-selection--single{height: unset !important;}

  /*  */

  header.header-with-sidebar.open{padding-left: 402px;}
  header.header-with-sidebar{padding-left: 142px;}

  /*  */

  /* .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #FF7058 !important;} */

  /*  */
  
  .select2-container .select2-selection--single{height: unset !important;}

  /* learning-card */

  .learning-card .card-img iframe{
    box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.25);
    border-radius: 14px;  
  }
  .learning.medium-card .card-img {
    width: 90px !important;
  }
  .learning.medium-card .card-body {
    width: calc(100% - 100px) !important;
  }
  .learning.medium-card .card-body a{
    font-size: 14px !important;
    line-height: 14px !important;
    margin-top: 15px;
    display: block;
    text-align: left;
  }
  .learning.medium-card .card-body h4 {
    margin: 5px 0px 0px 0px !important;
  }

/*  */
.bridge-section.faqs-section{margin-top: 0 !important;}
.bridge-section.faqs-section .card-header .btn-link{padding: 20px 26px !important;font-size: 24px !important;line-height: 24px !important;color: #0e0e0e !important;}
.bridge-section.faqs-section .card-header .btn-link:after{right: 25px !important;width: 20px !important;height: 20px !important;}
.bridge-section.faqs-section .card { border-radius: 15px !important;}
.bridge-section.faqs-section .card-body{padding: 10px 26px !important;}

/*  */
table.dataTable.inner-table.data-table tbody .btn.btn-primary{font-size: 11px;line-height: 11px;border-radius: 7px !important;white-space: pre;}
.table-form-group{width: 250px !important;box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);border-radius: 37.5px;}
.table-form-group .form-control, 
.table-form-group .select2-container, 
.table-form-group .form-control:focus{
  background: #fff !important;
    border-radius: 37.5px;
    font-weight:600;
    font-size: 12px !important;
    line-height: 12px !important;
}
.table-form-group .select2-container .select2-selection--single{text-align: left;}
.table-form-group .select2-container--open .select2-dropdown {
  left: 0;
  top: 0px;
  background: #fff !important;
  padding: 0px 20px 10px;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0px 35px 33px 0px rgba(0,0,0,0.15);
}
.table-form-group .select2.select2-container.select2-container--default.select2-container--focus.select2-container--open.select2-container--below{
  border-radius: 20px 20px 0px 0px !important;
}
.table-form-group .select2-selection__arrow b{
  background: url(../images/faq-arrow.svg);
  background-size: 100% 100%;
  width: 20px !important;height: 20px !important;
  top: 30% !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: unset !important;
}

/* absolute-modal  */

.modal.absolute-modal .modal-header
{
  position: relative;
  border: none;
  padding: 25px 0px 15px 0px;
}
.modal.absolute-modal .modal-header button.close
{
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-dialog-centered{display: block !important;}

.modal.absolute-modal .modal-body{border-radius:30px ;}
.modal.absolute-modal .modal-content{border-radius:30px ;}

/* modal body  */

.history-block {
  position: relative;
  padding: 30px 15px;
}
.position-relative {
  position: relative!important;
}
.history-block-single {
  padding-top: 30px;
}
.history-block-single:nth-child(2n) {
  margin-top: 100px;
}
.history-block .thumbnial {
  position: relative;
  display: block;
  float: left;
  -webkit-transition: .5s;
  transition: .5s;
  border:none;
  width: calc(100% - 40px);
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:1px 4px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.history-block-single:nth-child(2n) .thumbnial {
  float: right;
  border-radius: 0 4px 4px 4px;
}
.history-block .thumbnial:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: -25px;
  right: -65px;
  display: block;
  position: absolute;
  background: #FF7058;
}
.history-block-single:nth-child(2n) .thumbnial:after {
  right: auto;
  left: -65px;
}
.history-block-single:nth-child(2n) {
  margin-top: 100px;
}
.history-block .middle-line:before {
  content: "";
  width: 6px;
  height: 100%;
  top: 20px;
  left: calc(50% - 3px);
  display: block;
  position: absolute;
  background: #FF7058;
}
.history-block .middle-line:after {
    content: "";
    width: 20px;
    height: 20px;
    bottom: -34px;
    border-radius: 10px;
    left: calc(50% - 10px);
    display: block;
    position: absolute;
    background: #FF7058;
}
 .history-block .year-and-month {
  position: absolute;
  right: -1px;
  bottom: -25px;
  font-weight: 400;
  padding: 6px 10px 3px;
  color: #000;
  font-size: 10px;
  line-height: 11.72px;
  color: #7A7A7A;
}
.history-block .thumbnial .thumbnial-body span{
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #7A7A7A;
}
.history-block .thumbnial .thumbnial-body span b{
  color: #0e0e0e;
}