*, body, p, h1, h2, h3, h4, h5, h6, ul, li{
    margin: 0;
    padding: 0;
}
body{
    color: var(--black);
    font-family: 'Helvetica';
}
ul{
    list-style-type: none;
}
*{
    font-family: 'Helvetica' !important;
}
a:hover {
    text-decoration: none
}
li {
    list-style: none
}
.f-24{
    font-size: 24px;
}
.f-21{
    font-size: 21px;
}
.f-18{
    font-size: 18px;
}
.f-16{
    font-size: 16px;
}
.f-15{
    font-size: 15px;
}
.f-13{
    font-size: 13px;
}
:root {
    --theme-blue: #6156a5;
    --theme-sky-blue: #ecf5fc;
    --light-bg: #f7f8f9;
    --border-light: #e7e9e9;
    --text-light: #999999;
    --white: #ffffff;
    --black: #000000;
    --green: #67c189;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fontsHelvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
label{
    margin-bottom: 0;
}

.text-light{
    color: var(--text-light) !important;
}
.text-black{
    color: var(--black) !important;
}
.text-white{
    color: var(--white) !important;
}
.loginfirst-screen{
    width: 100%;
    position: relative;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.loginscreen-leftarea{
    background-color: var(--theme-sky-blue);
    height: 100vh;
    padding: 80px 40px;
}
.login-img{
    height: 100%;
}
.login-img img{
    max-height: 100%;
}
.loginscreen-right{
    padding: 80px 100px;
    position: relative;
    height: 100vh;
}
.login-form .content h1{
    font-weight: bold;
}
.login-form .form input{
    border:1px solid var(--text-light);
    height:40px;
    line-height: 40px;
    border-radius:5px;
    outline: 0;
    padding:0 15px;
}
input[type=checkbox] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  label.checkbox  {
    position: relative;
    cursor: pointer;
  }
  
  label.checkbox::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--text-light);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: -2px;
    width: 17px;
    height: 17px;
  }
  .keep-forget .form-group{
      position: relative;
      display: flex;
      flex-grow: 1;
      height: auto;
      border: none;
  }
  input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid var(--theme-blue);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .keep-forget{
      display: flex;
      vertical-align: middle;
      align-items: center;
  }
  .keep-forget .forget-password a{
      font-size: 15px;
  }
.btn-fullwidth{
    color: var(--white);
    background: var(--theme-blue);
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: 0;
 } 
 .btn-fullwidth:hover{
     color: var(--white);
 }
 .navbar.fixed-top + .page-body-wrapper {
    padding-top: 70px;
}
 .page-body-wrapper{
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
 }
 .page-body-wrapper2 {
	padding-left: 0px !important;	
}
 .sidebar{
    min-height: calc(100vh - 70px);
    background: var(--theme-blue);
    font-family: "ubuntu-regular", sans-serif;
    padding: 0;
    padding-top: 100px;
    width: 260px;
    position: fixed;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
 }
 .main-wrapper{
    -webkit-transition: width 0.25s ease, margin 0.25s ease;
    transition: width 0.25s ease, margin 0.25s ease;
    /* width: calc(100% - 260px); */
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 260px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--theme-sky-blue);
 }
 .navbar .navbar-brand-wrapper {
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    background: var(--theme-blue);
    width: 260px;
    height: 100px;
}
.navbar-menu-wrapper{
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    color: #9c9fa6;
    padding-left: 24px;
    padding-right: 24px;
    width: calc(100% - 260px);
    height: 100px;
    vertical-align: middle;
    align-items: center !important;
}
.logo{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.logo img {
    display: block;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.navbar-nav.navbar-nav-right{
    margin-left: auto;
}
.navbar-menu-wrapper ul li a{
    vertical-align: middle;
    align-items: center;
    display: flex;
    color: #000;
}
.sidebar ul li {
   
}
.sidebar ul li a{
    padding: 1.125rem 0 1.125rem 0;
    display: flex;
    align-items: center;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    padding-left: 2.25rem;
}
.navbar-menu-wrapper ul li a img, .sidebar ul li a img{
    height: 15px;
    margin-right: 8px;
}
.sidebar ul li a img{
    height: 21px;
    min-width: 30px;
}
.sidebar ul  li a:hover, .sidebar ul  li a.active{
    background-color: #5a6ab1;
    box-shadow: 0 2px 4px 0 rgb(5 47 95 / 4%), 0 12px 16px 0 rgb(52 105 203 / 12%);
    transition: .3s!important;
}
.main-wrapper .content-wrapper{
    /*padding: 1.75rem 2.25rem;*/
    padding: 0.75rem 1.25rem;
    width: 100%;
    margin-top: 25px;
}
.top-search-home-filter{
    background-color: var(--light-bg);
}
.top-search-home-filter .content-wrapper{
    padding: 0.75rem 1.25rem;
}
.border-bottom-light{
    border-bottom: 1px solid var(--text-light);
}
.filer-form input{
    border: 1px solid var(--border-light);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
    position: relative;
    background: url(../../assets/images/search.svg) #fff;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px;
    background-position: 10px center;

}
.filer-form select{
    border: 1px solid var(--border-light);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../../assets/images/down-arrow-light.svg) #fff;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 30px;
    background-position: 94% center;
}
.filer-form .btn-fullwidth{
    padding: 8px 15px 8px 15px;
}
.show-result-top{
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.btn-add-new-green{
    padding: 8px 20px 8px 20px;
    color: var(--white);
    background: var(--green);
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: 0;
}
.btn-add-new-green:hover{
    color: var(--white);
}
.btn-add-new-Yellow{
    padding: 8px 20px 8px 20px;
    color: var(--white);
    background: var(--yellow);
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: 0;
}
.btn-add-new-Yellow:hover{
    color: var(--white);
}
.btn-add-new-red{
    padding: 8px 20px 8px 20px;
    color: var(--white);
    background: var(--red);
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: 0;
}
.btn-add-new-red:hover{
    color: var(--white);
}
.show-resul-count{
    display: flex;
    flex-grow: 1;
}

.default-layout-navbar.fixed-top{
    background-color: var(--white); 
}

.dashboard-list-table.table{
     background-color: var(--white);
     border:none;
     margin-top: 20px;
     border-radius: 8px;
  }
 .dashboard-list-table thead {
    background: var(--theme-blue);
    color:var(--white);
    font-size: 15px;
    font-weight: normal;
  }
  .dashboard-list-table.table th{
      font-weight: 400 !important;
      font-family: 'Helvetica';
      border:none !important;
  }
  .dashboard-list-table.table td{
      border:none;
      font-size: 15px;
     /*color: var(--text-light);*/
      padding: 12px 15px;
  }
  .dashboard-list-table.table td a.assessments{
      background-color: #f6bf68;
      color: var(--black);
      font-size: 15px;
      border-radius: 3px;
      padding: 8px 15px;
      width: 100%;
      
  }
  .dashboard-list-table.table td a.startassessments{
      background-color: #7CFC00;
      color: var(--black);
      font-size: 15px;
      border-radius: 3px;
      padding: 8px 15px;
      width: 100%;
      
  }
  .dashboard-list-table.table td a img{
      height: 15px;
      background: transparent;
  }
  
.form-group{
    border:1px solid var(--border-light);
    background-color: var(--white);
    border-radius: 5px;
    height: 80px;
    padding: 12px 15px;
    position: relative;
} 
.form-group input, .form-group select{
    font-size: 15px;
    border:none;
    height: 36px;
    line-height: 36px;
    outline: none;
    width: 100%;
} 

.it input.form-control
{
	height: 54px;
	border:none;
    margin-bottom:0px;
	border-radius: 0px;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}
.it .form-control:focus
{
	border-color: #ff4d0d;
	box-shadow: none;
	outline: none;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding: 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    left: 45px;
    width: 100%;
}
#upload{
    font-size: 15px;
    padding-left: 10px;
}
.it .btn-new, .it .btn-next
{
	margin: 30px 0px;
	border-radius: 0px;
	background-color: #333;
	color: #f5f5f5;
	font-size: 16px;
	width: 155px;
}
.it .btn-next
{
	background-color: #ff4d0d;
	color: #fff;
}
.it .btn-check
{
  cursor:pointer;
  line-height:54px;
  color:red;
}
.it .uploadDoc
{
	margin-bottom: 20px;
}
.it .uploadDoc
{
	margin-bottom: 20px;
}
.it .btn-orange img {
    width: 30px;
}
p
{
  font-size:16px;
  text-align:center;
  margin:30px 0px;
}
.it #uploader .docErr
{
	position: absolute;
    right:auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}
.it #uploader .docErr:after
{
	content: '\f0d7';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: 30px;
	bottom: -40px;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
.uploadfile{
    height: 24px;
}
.cancel-btn{
    background-color: #e9233a;
}
.save-canclebtn , .reminders-Outstanding{
    display: flex;
    justify-content: flex-end; 
    width: 100%;
}
.save-canclebtn a{
    max-width: 160px;
    margin-left: 10px;
    margin-top: 15px;
}
.dashboard-list-table.table tr:last-child td {
    padding-bottom: 20px;
}
.reminders-btn{
    padding: 8px 20px 8px 20px;
    color: var(--black);
    background: #f9c067;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: 0;
}
.reminders-btn:hover{
    color: var(--black);
}
.kai-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 3;
    width: 100%;
  }
  .kai-pagination .pagination-item {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .kai-pagination .pagination-item.is-active a {
    color: #000;

  }
  .kai-pagination .pagination-item a {
    text-decoration: none;
    color: var(--text-light);
    transition: color 0.3s ease-in-out;
    padding: 0.5rem;
    font-size: 15px;
    display: flex;
    
    align-items: center;
  }
  .kai-pagination .pagination-item a svg{
    height: 21px;
  }
  .kai-pagination .pagination-item a:hover {
    color: #000;
  }
  .manage-content-top{
      background-color: var(--theme-sky-blue);
      padding: 1rem 2.25rem;
  }
  .manage-content-top .content-box, .content{
      display: block;
      margin-bottom: 10px;
  }
  .manage-content-top .content-box .content p{
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .teacherassessment .btn-blue{
    color: var(--white);
    background: var(--theme-blue);
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: 0;
  }
  .edit-assessments .btn-add-new-green, .teacherassessment .btn-blue{
      min-width: 120px;
  }
  .comments-box{
    border: 1px solid var(--border-light);
    background-color: var(--white);
    border-radius: 5px;
    height: 80px;
    padding: 12px 15px;
    position: relative;

  }
  .light-text{
      color: var(--text-light);
  }
  .assessments.comments-box{
    height: calc(100% - 55px);
  }
  .comments-box textarea{
      border:none;
      width: 100%;
      outline: none;
      height: 100%;
  }
  .payroll-section{
    border: 1px solid var(--border-light);
    background-color: var(--white);
    border-radius: 5px;
  }
 .border-none{
     border:0;
 }
 .form-group.border-none{
     padding-left: 0;
 }
 .payroll-table .table th ,.payroll-table .table td{
    padding: 5px 0;
 }
.upload-payroll{
    width: 100%;
    background-color: #bda;
    border-radius: 5px;
    border: 2px dotted #66c188;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
}
.back-page{
    color: var(--black);
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 10px;
}
.back-page svg{
    height: 21px;
    margin-right: 5px;
}
.back-page:hover{
    color:var(--theme-blue);
}
.back-page:hover .fa-secondary{
    color:var(--theme-blue)
}
.back-page .fa-secondary{
    color:var(--theme-blue)
}
.back-page:hover .fa-primary{
    color:var(--black)
}
.payroll-table .dashboard-list-table.table td a img{
    height: 10px;
}
.bg-transparent{
    background-color: transparent;
}
.report-detail-dashboard-section{
    position: relative;
    padding: 30px 45px;
    background-color: #fff;
    box-shadow: 0 3px 30px -3px hsl(0deg 0% 85% / 40%);
    border-radius: 10px;
    margin-top: 30px;
}
.report-detail-dashboard thead{
    background-color: #0D8CCF;
    color: #fff;
}
.report-detail-dashboard.dashboard-list-table.table th{
    border-right: 1px solid var(--border-light) !important;
    font-size: 15px;
}
.report-detail-dashboard.dashboard-list-table.table td{
    font-size: 14px;
}
.report-detail-dashboard.dashboard-list-table.table tr:last-child td {
    padding-bottom: 12px;
}
.report-bg-white{
    background-color: #fff;
    color: #000;
}
.report-bg-red{
    background-color: #e20407;
    color: #fff;
}
.report-bg-orange{
    background-color: #FF7F50;
    color: #fff;
}
.report-bg-green{
    background-color: #16af09;
    color: #fff;
}
.report-bg-grey{
    background-color: #808080;
    color: #fff;
}
.report-bg-blue{
    background-color: #137cbe;
    color: #fff;
}
.report-bg-orange{
    background-color: #FFA500;
    color: #fff;
}
.report-bg-yellow{
    background-color: #FFFF00;
    color: #fff;
}
.report-bg-light{
    background-color: #efefef;
    color: #fff;
}
/* .dashboard-list-table.table tr:last-child td {
    padding-bottom: 12px;
} */
.report-detail-dashboard.dashboard-list-table.table tbody tr{
    border-bottom: 1px solid var(--border-light);
}
.report-detail-dashboard.dashboard-list-table.table tbody tr td{
    border-right: 1px solid var(--border-light);
}
.report-detail-dashboard.dashboard-list-table.table{
    border: 1px solid var(--border-light);
}
.modal-header .close:focus{
    outline: 0;
}
.modal-header .close{
    padding: 0;
    padding-right: 10px;
}
.modal-header .close span{
    font-size: 45px;
    font-weight: 300;
    line-height: 24px;
}

/**for radio button css **/
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* LOGO Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 20%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

/*Question/answer*/
.question-section{
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}

.question-section-radio .selection {
  margin-bottom: 10px;
}

.question-section-radio .selection label {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    color: #777;
    padding: 0 20px;
    height: 70px;
    cursor: pointer;
    border: 1px solid #d1d3d7;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.question-section-radio .selection label:hover {
  background-color: #fff;
}

.question-section-radio .selection input[type=radio] {
  display: none;
}

.question-section-radio .selection input[type=radio]:checked ~ label {
    border:1px solid var(--green);
    background-color: #d8fdf5;
}
.question-section-radio .selection span{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d1d3d7;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}
.question-section-radio .selection input[type=radio]:checked  ~ label span{
    background-color: var(--green);
    color: #fff;
    border:1px solid var(--green);
}

.back-next-sec{
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-top: 24px;
}
.back-next-sec span{
    flex-grow: 1;
    color: #777;
    white-space: nowrap;
    font-size: 15px;
}
.back-next-sec .back-btn{
    background-color: var(--border-light);
    color: var(--black);
}

.question-section-radio .selection input[type=radio]:checked  ~ label span{
    background-color: var(--green);
    color: #fff;
    border:1px solid var(--green);
}


.question-section-radio .selection input#option-five[type=radio]:checked  ~ label span{
    /*background-color: #e20407;
    color: #fff;
    border: 1px solid #e20407;*/
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
}
.question-section-radio .selection input#option-five[type=radio]:checked ~ label {
    /*border:1px solid #ee4f50;
    background-color: #fee0bc;*/
    border:1px solid #0dd93b;
    background-color: #545b62;
    color: aliceblue;
}
.question-section-radio .selection input#option-four[type=radio]:checked  ~ label span{
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
}
.question-section-radio .selection input#option-four[type=radio]:checked ~ label {
    border:1px solid #0dd93b;
    background-color: #545b62;
    color: aliceblue;
}

.question-section-radio .selection input#option-three[type=radio]:checked  ~ label span{
    /*background-color: #f6a306;
    color: #fff;
    border:1px solid #f6a306;*/
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
}
.question-section-radio .selection input#option-three[type=radio]:checked ~ label {
    /*border:1px solid #f6a306;
    background-color: #ffd54d;*/
    border:1px solid #0dd93b;
    background-color: #545b62;
    color: aliceblue;
}
.question-section-radio .selection input#option-two[type=radio]:checked  ~ label span{
    /*background-color: #16af09;
    color: #fff;
    border:1px solid #16af16;*/
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
}
.question-section-radio .selection input#option-two[type=radio]:checked ~ label {
    /*border:1px solid #67f75b;
    background-color: #abfba4;*/
    border:1px solid #0dd93b;
    background-color: #545b62;
    color: aliceblue;
}
.question-section-radio .selection input#option-one[type=radio]:checked  ~ label span{
    /*background-color: #137cbe;
    color: #fff;
    border:1px solid #137cbe;*/
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
}
.question-section-radio .selection input#option-one[type=radio]:checked ~ label {
    /*border:1px solid #4baeed;
    background-color: #91cdf4;*/
    border:1px solid #0dd93b;
    background-color: #545b62;
    color: aliceblue;
}


.rcorners-green {
  border-radius: 25px;
  background: var(--green);
  padding: 20px; 
  width: 200px;
  height: 150px;  
}

.elementor-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 36px 220px 36px;
    background-color: transparent;
    background-image: linear-gradient( 0deg, #DE873126 10%, #FFFFFF94 100%);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../../assets/images/contact-bg-assets.png);
    background-position: bottom center;
    background-size: cover;
    opacity: 0.41;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-shape-bottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    -webkit-transform: rotate( 180deg );
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg );
    bottom:-1px;
}
.elementor-shape-bottom svg{
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(250% + 1.3px);
    height: 221px;
    z-index: -1
}
    .elementor-shape-bottom .elementor-shape-fill {
        fill: #fff;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
    }
.elementor-section .comments-box {
    height: inherit;
}
    .elementor-section .comments-box textarea {
        min-height: 136px;
    }
.elementor-wrapper-sec {
    padding: 1.75rem 0 !important;
}

.bottomfooterground{
    position: absolute;
    top: auto;
    bottom: 0;
    height: 221px;
    left: auto;
    right: 15px;
    width: 100%;
    max-height: 221px;
    z-index: 9;
}
.bottomfooterground img{
    max-height: 221px;
    width: 100%;
    height: 100%;
    float: right;
}
.boyicon{
    position: absolute;
    bottom: 0;
    top: auto;
    left: 18%;
    right: auto;
    height: 330px;
    z-index: 9;
    width: 250px;
}
.boyicon img{
    width: 100%;
    height: 100%;
}


.question-section-radio .selection label {
    width: 100%;
    border-radius: 6px;
    color: #777;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.slide-btn-one {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 0px;
    border-radius: 6px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background: #e9f4ff;
    border: 1px solid #d1d3d7;
    width: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

    .slide-btn-one::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        background: #fff;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .slide-btn-one:hover::before {
        webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    
.hide{
	display: none !important;
}
.li-disabled{
    pointer-events:none;
    opacity:0.7;
}
.li-enable{
    pointer-events:auto;
    opacity:1;
}
