body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

/* Global Styles Start */

a {
  color: inherit;
  text-decoration: none;
}

.cm-clearfix:before,
.cm-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

.cm-dash-menu-trigger,
.cm-top-bar-logo,
.cm-header-container .cm-mob-header-top-op {
  display: none;
}

/* Global Classes */

.cm-lg-fs {
  font-size: 16px;
}

.cm-scroll::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.cm-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 10px;
  background: #e7e7e7;
  border-radius: 10px;
}

/* Handle */
.cm-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #444348;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.cm-scroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}

.cm-menu-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-pointer {
  cursor: pointer;
}

.cm-pos-relative {
  position: relative;
}

.cm-page-center {
  max-width: 1250px;
  max-width: 95%;
  margin: 0 auto;
}

.cm-lr-pad {
  padding-left: 15px;
  padding-right: 15px;
}

.cm-white-col {
  color: #fff;
}

.cm-prim-col {
  color: #f7a707;
}

.cm-req {
  color: #f00;
}

.cm-read-only {
  color: #666;
  background-color: #d9d9d9;
  pointer-events: none;
}
span.cm-badge {
    padding: 2px 6px;
    background: #000000;
    border-radius: 50%;
}

.cm-white-bg {
  background-color: #fff;
}

.cm-prim-bg {
  background-color: #f7a707;
}

.cm-gray-bg {
  background-color: #f6f6f6;
}

.cm-green-bg {
  background-color: #4bb543;
}
.cm-red-bg {
  background-color: #f44336;
}
.cm-notice-bg {
  background-color: #386ba0;
}

.cm-uppercase {
  text-transform: uppercase;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.cm-btn {
  padding: 15px 35px;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}

.cm-btn-sm {
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}
.cm-text-light{
  color:#fff;
}
.cm-no-margin {
  margin: 0;
}

.cm-mt-0 {
  margin-top: 0 !important;
}

.cm-mb-20 {
  margin-bottom: 20px !important;
}

.cm-txt-center {
  text-align: center;
}

.cm-section-spacing {
  padding-top: 40px;
}

.cm-wd-20 {
  width: 20%;
}

.cm-wd-25 {
  width: 25%;
}

.cm-wd-30 {
  width: 30%;
}

.cm-wd-40 {
  width: 40%;
}

.cm-wd-50 {
  width: 50%;
}

.cm-wd-60 {
  width: 60%;
}

.cm-wd-70 {
  width: 70%;
}

.cm-wd-75 {
  width: 75%;
}

.cm-wd-80 {
  width: 80%;
}

.cm-wd-100 {
  width: 100%;
}

/* Shadows */
.box-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Flex */
.cm-flex {
  display: flex;
}

.cm-flex-type-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cm-flex-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cm-flex-sb {
  justify-content: space-between;
}

.cm-flex-align-h {
  justify-content: center;
}

.cm-flex-align-v {
  align-items: center;
}

.cm-flex-align-fs {
  align-items: flex-start;
}

.cm-flex-align-fe {
  align-items: flex-end;
}

.cm-flex-wrap {
  flex-wrap: wrap;
}

.cm-flex-align-in {
  align-items: inherit;
}

.cm-tick-ul {
  margin-top: 25px;
  list-style: none;
  font-size: 16px;
}

.cm-tick-ul li {
  position: relative;
  padding-left: 36px;
}

.cm-tick-ul li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  /* background-image: url('/images/checked.png'); */
  background-size: contain;
  background-repeat: no-repeat;
}

.cm-tick-ul li + li {
  margin-top: 10px;
}

.cm-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cm-section-sh {
  font-size: 22px;
  font-weight: 600;
}

.cm-section-h {
  font-size: 25px;
  font-weight: 700;
}

/* Loader */
.cm-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.cm-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #ccc;
  border-radius: 50%;
  animation: loader-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.cm-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.cm-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.cm-loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Table */
.cm-table tbody tr:nth-child(even) td {
  background-color: #fcdc9c;
}

.cm-table thead th {
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
}

.cm-table tbody tr:nth-child(odd) > td {
  background-color: #fff;
}

.cm-table tbody tr td {
  padding: 5px;
  text-align: center;
}

.cm-table-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
  padding: 2px;
}
.cm-profile-wrapper{
  overflow:hidden;
  height: 450px;
}

.cm-table {
  width: 100%;
  white-space: nowrap;
}

.cm-table tbody tr td + td,
.cm-table thead tr th + th {
  border-left: 1px solid #3666;
}

.cm-table thead {
  background-color: #f7a707;
  color: #fff;
}

/* Global Styles End */

/* Header Start */

.cm-flag-col {
  overflow: hidden;
}

.cm-flag-col > div {
  width: 33.33%;
  padding: 5px 0;
}

.cm-flag-col .cm-flag-saffron {
  background-color: #ff9933;
}

.cm-flag-col .cm-flag-white {
  background-color: #fff;
}

.cm-flag-col .cm-flag-green {
  background-color: #138808;
}

.cm-header-top {
  background-color: #dcdada;
  color: #000;
  padding: 5px 0;
  background-color: #f2f2f2;
}

.cm-flag-col .cm-flag-saffron:after,
.cm-flag-col .cm-flag-green:before {
  content: '';
  width: 25px;
  height: 100%;
  position: absolute;
  box-shadow: 9px 0px 4px 1px #ff9933;
  right: 0px;
  top: 0;
  background-color: inherit;
}

.cm-flag-col .cm-flag-green:before {
  box-shadow: -9px -0.5px 3px 1px #138808;
  right: unset;
  left: 0px;
}

.cm-header-social li + li {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}

.cm-header-social li {
  font-size: 16px;
}

.cm-header-search input[type='text'] {
  padding: 3px 10px;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  width: 200px;
}

.cm-header-search input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.cm-header-search input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.cm-header-search input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.cm-header-search input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.cm-header-search {
  border: 1px solid #000;
  margin: 0 15px;
  padding: 0;
}

.cm-header-search input[type='submit'] {
  position: absolute;
  width: 28px;
  height: 23px;
  font-size: 0;
  border: none;
  right: 0;
  opacity: 0.9;
  cursor: pointer;
  background-color: transparent;
}

.cm-header-search > i {
  position: absolute;
  top: calc(50% - 8.5px);
  right: 8px;
  color: #fa8620;
  pointer-events: none;
}

.cm-header-bottom {
  background-color: #fff;
  padding: 10px 0 6px;
  color: #000;
}

.cm-header-bottom #primary-menu > li > a {
  font-size: 16px;
  padding: 10px 15px;
  letter-spacing: 1.5px;
  display: block;
  font-weight: 500;
  transition: all 300ms ease;
}

.cm-header-bottom #primary-menu > li > a:hover {
  color: #f7a707;
}

.cm-header-bottom .cm-auth-menu li a {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 5px 30px;
  border-radius: 10px;
  background: #ffb347;
  background: -webkit-linear-gradient(to right, #ffcc33, #ffb347);
  background: linear-gradient(to right, #ffcc33, #ffb347);
}

.cm-header-bottom .cm-auth-menu li + li {
  margin-left: 15px;
}

.cm-header-logo img {
  position: absolute;
  top: -2px;
  width: 102px;
}

header.cm-header-container {
  position: fixed;
  width: 100%;
  top: 10px;
  left: 0;
  z-index: 999;
  transition: all 300ms ease;
}

.sticky header.cm-header-container {
  top: 0;
}

.cm-header-options {
  width: calc(100% - 120px);
  justify-content: flex-end;
}

.cm-header-options .cm-menu-primary {
  padding-right: 100px;
}

.cm-home-video-gallery-slide .cm-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}

.cm-view-pass {
  position: absolute;
  font-size: 22px;
  color: #333;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Header End */

/* Homepage Start */

.cm-body-container {
  margin-top: 96px;
  transition: all 300ms ease;
}

.cm-hero-slide .cm-hero-bg {
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 550px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cm-hero-slide-1 .cm-hero-bg {
  background-position: bottom;
}

.cm-hero-slide-inner {
  position: relative;
  z-index: 2;
  height: calc(100vh - 145px);
  position: relative;
  min-height: 450px;
  padding-left: 0;
  padding-right: calc(2.5% + 15px);
}

.cm-hero-slide .cm-content {
  top: 0;
  width: calc(100% - 550px);
  padding-left: calc(2.5% + 15px);
}

.cm-hero-slide-1 {
  background-color: #ffd967;
}

.cm-hero-slide .cm-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.cm-hero-slide .cm-content p {
  font-size: 18px;
}

.cm-hero-btn {
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 1px;
}

.cm-hero-container .cm-hero-slide-2 {
  background-color: #01a0e4;
}

.cm-cov-item {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.cm-cov-item .cm-cov-item-img {
  border: 5px solid #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -11px;
  background-color: #0a67a0;
}

.cm-cov-item h4 {
  font-size: 16px;
  font-weight: 500;
  background-color: #fa8620;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.cm-cov-item:first-child,
.cm-cov-item:nth-child(2) {
  margin-bottom: 30px;
}

.cm-hero-container .slick-arrow,
.cm-slick-def-arr .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  font-size: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.3;
  transition: all 300ms ease;
}

.cm-hero-container .slick-next,
.cm-slick-def-arr .slick-next {
  left: unset;
  right: 0;
}

.cm-hero-container .slick-arrow:before,
.cm-slick-def-arr .slick-arrow:before {
  content: '\f104';
  color: #000;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
  line-height: 40px;
}

.cm-hero-container .slick-next:before,
.cm-slick-def-arr .slick-next:before {
  content: '\f105';
}

.cm-hero-container:hover .slick-arrow,
.cm-slick-def-arr:hover .slick-arrow {
  opacity: 1;
}

/* Home Counter */
.cm-home-counter-container .cm-page-center {
  align-items: inherit;
  padding: 15px 0 15px 315px;
}

.cm-home-counter-container .cm-counter-header {
  width: 310px;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #f7a707;
  color: #fff;
  top: 0;
}

.cm-home-counter-container .cm-counter-item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  position: relative;
  z-index: 4;
  background-color: #fff;
  padding: 15px 5px;
  border-radius: 10px;
}

.cm-home-counter-container .cm-counter-header:after {
  content: '';
  position: absolute;
  right: -45px;
  top: 0;
  width: 80px;
  height: 100%;
  transform: skew(-14deg);
  background-color: #f7a707;
}

.cm-home-counter-container .cm-counter-header h2 {
  position: relative;
  z-index: 2;
}

.cm-home-counter-container .cm-page-center:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}

.cm-home-counter-container .cm-counter-item h4 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #999;
}

.cm-home-counter-container .cm-counter-item p {
  font-size: 20px;
  font-weight: 900;
}

/* Home Info */
.cm-tab-menu li + li {
  margin-left: 5px;
}

.cm-tab-menu li {
  font-size: 18px;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}

.cm-tab-menu li.cm-tab-active {
  font-weight: 600;
  color: #f7a707;
}

.cm-tab-menu li:after {
  content: '';
  width: 0;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #f7a707;
  position: absolute;
  z-index: 2;
  transition: all 300ms ease;
}

.cm-tab-menu li.cm-tab-active:after {
  width: 100%;
}

.cm-tab-menu {
  background-color: #f2f2f2;
}

.cm-tab-menu:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  background-color: #ccc;
  width: 100%;
  left: 0;
}

.cm-home-info-container,
.cm-home-gallery-container {
  padding-top: 0;
}

.cm-tab-content-wrapper .cm-tab-content {
  padding: 15px;
  display: none;
}

.cm-info-ul li + li {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.cm-info-ul li a {
  text-decoration: underline;
  transition: all 300ms ease;
}

.cm-info-ul li:hover:before,
.cm-info-ul li a:hover {
  color: #f7a707;
}

.cm-tab-content-wrapper {
  padding-top: 15px;
  background-color: #fff;
  height: 400px;
  overflow: auto;
}

.cm-info-ul li {
  position: relative;
}

.cm-info-ul li:before {
  content: '\f0da';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 25px;
  top: auto;
  transition: all 300ms ease;
}

.cm-info-ul li a {
  padding-left: 15px;
  display: block;
}

.cm-home-info-container .cm-intro-col {
  background-color: #f0f0f0;
  padding: 40px 0;
}

.cm-intro-item > img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border: 5px solid #999;
}

.cm-intro-item .cm-content {
  width: calc(100% - 120px);
  padding-left: 15px;
}

.cm-intro-item + .cm-intro-item {
  margin-top: 25px;
}

.cm-intro-item {
  padding: 0 15px;
}

.cm-intro-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cm-intro-item span {
  color: #666;
  display: block;
  margin-top: 10px;
  word-break: break-all;
}

.cm-intro-item span i {
  padding-right: 5px;
}

.cm-home-info-container > .cm-page-center {
  align-items: inherit;
}

/* Home Gallery */
.cm-home-gallery-container img {
  max-width: 100%;
}

.cm-home-gallery-header {
  padding: 10px 15px;
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
  color: #000;
  align-items: center;
}

.cm-home-gallery-header a {
  margin-left: 20px;
}

.cm-home-gallery-header h4 {
  font-size: 26px;
  letter-spacing: 1px;
}

.cm-home-photo-gallery-slider img {
  width: 100%;
  height: 445px;
  object-fit: cover;
}

.cm-home-video-gallery-slider .cm-home-video-gallery-slide {
  position: relative;
}

.cm-video-play-btn {
  position: absolute;
  top: calc(50% - 32px);
  right: calc(50% - 32px);
  z-index: 4;
  height: 64px;
  width: 64px;
  color: #333;
  background: #fff;
  box-shadow: 0 0 0px 0px rgb(255 255 255 / 50%);
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 250ms color;
  -webkit-transition: 250ms color;
  -moz-transition: 250ms color;
  -ms-transition: 250ms color;
  -o-transition: 250ms color;
  animation: wave 2s linear infinite;
  font-size: 32px;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0);
  }
}

.cm-home-video-gallery-slider .cm-home-video-gallery-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.cm-home-video-gallery-slide + .cm-home-video-gallery-slide {
  margin-top: 15px;
}

.cm-home-video-gallery-slide img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.cm-home-photo-gallery-slide .cm-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9);
}

.cm-home-photo-gallery-slide {
  position: relative;
}

/* Homepage End */

/* Auth Start */

.cm-auth-wrapper {
  width: 50%;
  background-color: #fff;
  padding: 70px 15px 30px;
  border-radius: 10px;
  margin-top: 25px;
  width: 650px;
}

.cm-rest-pass-container .cm-auth-wrapper {
  width: 80%;
}

.cm-dash-body-container .cm-rest-pass-container {
  padding-top: 60px !important;
}

.cm-signup-active .cm-auth-wrapper {
  width: 70%;
  max-width: 750px;
}

.cm-auth-trigger {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
}

.cm-auth-wrapper .cm-auth-icon-wrapper {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  left: calc(50% - 60px);
  background-color: #fff;
  border-radius: 50%;
  background-color: #fdedce;
}

.cm-auth-icon-wrapper img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cm-form-field {
  margin-top: 20px;
}
.cm-form-field input[type='checkbox'] {
  width: fit-content;
}
.cm-auth-wrapper h2 {
  margin-bottom: 15px;
  font-size: 26px;
}

.cm-form-field label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
}

.cm-login-container,
.cm-signup-container,
.cm-forgot-pass-container {
  position: relative;
  z-index: 4;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 500ms ease 500ms;
}

.cm-signup-container {
  width: 95%;
}

.cm-login-active .cm-signup-container,
.cm-signup-active .cm-login-container,
.cm-login-active .cm-auth-icon-wrapper .cm-signup-icon,
.cm-signup-active .cm-auth-icon-wrapper .cm-login-icon {
  display: none;
}

.cm-login-active .cm-login-container,
.cm-signup-active .cm-signup-container,
.cm-login-active .cm-auth-icon-wrapper .cm-login-icon,
.cm-signup-active .cm-auth-icon-wrapper .cm-signup-icon,
.cm-forgot-pass-container,
.cm-fp-auth-wrapper .cm-auth-icon-wrapper .cm-login-icon {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cm-form-field input,
.cm-form-field textarea,
.cm-form-field select {
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.cm-img-field img {
  border: 2px solid #ccc;
  padding: 5px;
  max-width: 100px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 150px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #fff;
}

.cm-mul-img-view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: inherit;
}

.cm-mul-img-view img {
  max-width: 100px;
  border: 2px solid #ccc;
  padding: 5px;
  margin: 10px 5px;
  border-radius: 10px;
  background-color: #fff;
  max-height: 150px;
  object-fit: contain;
  height: 100px;
}

.cm-form-field textarea {
  height: 150px;
}

.cm-forgot-pass {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

.cm-form-field .cm-submit-btn {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  margin-top: 0;
  border: none;
}

.cm-form-field-half > .cm-form-field {
  width: 50%;
  margin-top: 0;
  padding-right: 7.5px;
}

.cm-form-field-third > .cm-form-field {
  width: 33.33%;
  margin-top: 0;
  padding-right: 7.5px;
}

.cm-form-field-third > .cm-form-field:nth-child(2) {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.cm-form-field-half,
.cm-form-field-third {
  margin-top: 20px;
}

.cm-form-field-half > .cm-form-field:last-child,
.cm-form-field-third > .cm-form-field:last-child {
  padding-right: 0;
  padding-left: 7.5px;
}

.cm-up-doc-wrap {
  margin-top: 10px;
  padding-left: 16px;
}

.cm-up-doc-wrap li + li {
  margin-left: 36px;
}

.cm-mob-num-field .cm-country-code {
  position: absolute;
  background-color: #eee;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 10px 0 0 10px;
}

.cm-mob-num-field .cm-country-code + input {
  padding-left: 50px;
}

.cm-sign-field > img {
  background-color: #eee;
  padding: 10px;
  max-width: 200px;
  padding: 15px;
  border-radius: 10px;
}

/* Auth End */

/* Footer Start */

.cm-footer-top {
  background-color: #393c42;
  padding: 25px 0;
}

.cm-footer-links li + li:before {
  content: '|';
  padding-right: 10px;
  margin-left: 10px;
}

.cm-footer-bottom {
  background-color: #25272b;
  color: #fff;
  padding: 15px 0;
}

.cm-footer-links li a {
  transition: all 300ms ease;
  opacity: 0.8;
}

.cm-footer-links li a:hover {
  opacity: 1;
}

.cm-dash-body-container + footer {
  width: calc(100% - 220px);
  margin-left: 220px;
}

/* Footer End */

/* About Start */

.cm-banner-container .cm-page-center {
  min-height: 150px;
}

.cm-banner-container .cm-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cm-banner-container h1 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 2px;
}

.cm-banner-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

.cm-fw-content-container h2 {
  margin-bottom: 25px;
}

.cm-fw-content-container h3 {
  margin-bottom: 20px;
}

.cm-fw-content-container ul {
  margin-bottom: 15px;
  padding-left: 16px;
  font-size: 16px;
}

.cm-fw-content-container li + li {
  margin-top: 5px;
}

.cm-fw-content-container p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}

/* About End */

/* Track Application Start */

.cm-track-app-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
  width: calc(100% - 30px);
}

.cm-track-app-wrapper .cm-track-app-header,
.cm-track-app-wrapper .cm-track-app-body {
  padding: 25px 15px;
}

.cm-track-app-wrapper .cm-track-app-header {
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
  color: #000;
}

.cm-track-app-header h2 {
  font-size: 24px;
}

.cm-track-app-wrapper form {
  margin-bottom: 20px;
}
/* Track App End */

/* Contact Us Start */

.cm-contact-info-wrapper {
  margin-bottom: 40px;
}

.cm-contact-info-item {
  padding: 20px 15px;
  border-radius: 10px;
}

.cm-contact-info-item i {
  font-size: 34px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.cm-contact-info-item .cm-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.cm-contact-info-item .cm-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.cm-contact-form {
  max-width: 650px;
  width: 100%;
  margin: 30px auto 0;
  padding: 10px 15px 20px;
  border-radius: 10px;
}

/* Contact Us End */

/* Land Dispute Form Start */

.cm-dash-body-container {
  margin-top: 60px;
  width: calc(100% - 220px);
  padding: 0 15px;
  margin-left: 220px;
}

.cm-dash-body-container > .cm-section:first-child {
  padding-top: 30px;
}

.cm-small-pad > .cm-section {
  padding: 30px 0;
}

.cm-ld-form-container .cm-form-section-head h3 {
  font-size: 20px;
  letter-spacing: 1px;
}

.cm-ld-form-container .cm-form-section-head {
  text-align: center;
  padding: 10px 15px;
  background: #283048;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #859398, #283048);
  background: linear-gradient(to right, #859398, #283048);
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cm-ld-form-container .cm-ld-form {
  background-color: #eee;
  padding: 20px 0;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.cm-ld-form-container .cm-ld-form + .cm-ld-form {
  margin-top: 30px;
}

.cm-form-radio {
  display: flex;
  flex-wrap: wrap;
}

.cm-form-radio > label {
  flex: auto;
}

.cm-form-radio > label + label {
  margin-left: 10px;
}

.cm-form-radio input[type='radio'] {
  display: inline-block;
  width: auto;
}

.cm-ld-form-container .cm-form-field-half,
.cm-ld-form-container .cm-form-field-third {
  margin-top: 30px;
}

.cm-ld-form-container .cm-form-field-half > .cm-form-field,
.cm-ld-form-container .cm-form-field-third > .cm-form-field {
  padding-right: 15px;
}

.cm-ld-form-container .cm-form-field-third > .cm-form-field:nth-child(2) {
  padding-right: 15px;
  padding-left: 15px;
}

.cm-ld-form-container .cm-form-field-half > .cm-form-field:last-child {
  padding-left: 15px;
  padding-right: 0px;
}

.cm-captcha-field {
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
}

.cm-captcha-field img {
  width: 120px;
  display: block;
  margin: 0 auto 10px;
  border: 2px solid #999;
}

.cm-form-field .cm-btn-grp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cm-form-field .cm-btn-grp .cm-submit-btn,
.cm-form-field .cm-btn-grp .cm-reset-btn {
  width: auto;
  padding: 10px 35px;
  line-height: 1.1;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

.cm-form-field .cm-btn-grp input + input,
.cm-form-field .cm-btn-grp .cm-reset-btn {
  margin-top: 0;
  margin-left: 15px;
}

.cm-editor {
  min-height: 150px;
  background-color: #f9f9f9;
}

.cm-editor .ql-editor.ql-blank::before {
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
}

.cm-editor .ql-editor {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.cm-repeat-sno {
  display: inline-block;
  padding: 6px 15px;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 700;
  background-color: #999;
  color: #fff;
}

.cm-repeat-close {
  display: inline-block;
  background-color: #ccc;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  color: #f00;
  cursor: pointer;
}

.cm-repeater-block-header {
  margin-bottom: -7px;
}

.cm-repeater-container .cm-repeater-block:first-child .cm-repeat-close {
  display: none !important;
  pointer-events: none;
}

.cm-repeater-block + .cm-repeater-block {
  margin-top: 25px;
  border-top: 2px dashed #999;
  padding-top: 20px;
}

.cm-helper-txt {
  margin-top: 5px;
  opacity: 0.8;
}

.cm-add-more-repeater {
  margin-top: 30px;
}

.cm-dummy-textarea {
  border: 2px solid #ccc;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.04);
  max-height: 300px;
  overflow: auto;
}

.cm-dummy-textarea h1 {
  font-size: 26px;
  margin: 15px 0;
}

.cm-dummy-textarea h2 {
  font-size: 22px;
  margin: 15px 0;
}

.cm-dummy-textarea p,
.cm-dummy-textarea ul,
.cm-dummy-textarea ol {
  margin: 10px 0;
}

.cm-dummy-textarea ul,
.cm-dummy-textarea ol {
  padding-left: 16px;
}

/* Land Dispute Form End */

/* Verify Form Start */

.cm-vf-container {
  width: calc(100% - 30px);
  margin: 20px auto;
}

.cm-vf-container .cm-vf-header {
  border-bottom: 2px solid #f7a707;
  padding: 10px;
  letter-spacing: 1px;
}

.cm-vf-container .cm-vf-row {
  background-color: #fff;
  align-items: inherit;
}

.cm-vf-container .cm-vf-row:nth-child(even) {
  background-color: #ecf0e9;
}

.cm-vf-container .cm-vf-row > p:first-child {
  width: 40%;
  border-right: 2px solid #cccccc;
  font-weight: 600;
}

.cm-vf-container .cm-vf-row > p + p {
  width: 60%;
}

.cm-vf-container .cm-vf-row > p {
  padding: 6px 11px;
}

.cm-vf-container .cm-vf-row img {
  width: 140px;
}

.cm-btn-grp button {
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.cm-btn-grp button + button {
  margin-left: 15px;
}

.cm-vf-container .cm-vf-main-row + .cm-vf-main-row {
  border-top: 2px solid #f7a707;
}
/* New */
.cm-verify-form-header img {
  max-width: 200px;
  display: block;
}

.cm-verify-form-header .cm-applicant-img {
  margin-right: 15px;
  border: 2px solid #d3cdcd;
}

.cm-vf-field-head-row,
.cm-vf-field-val-row {
  text-align: center;
  align-items: inherit;
}

.cm-vf-field-row-third > p {
  width: 33.33%;
}

.cm-vf-field-row-half > p {
  width: 50%;
}

.cm-vf-field-row-full > p {
  width: 100%;
}

.cm-vf-field-head-row > p {
  padding: 10px;
  font-weight: 500;
  border: 1px solid #ccc;
}

.cm-vf-field-val-row > p {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.cm-verify-form-header h2 {
  font-size: 20px;
  font-weight: 500;
}

.cm-vf-field-head-row > p > span + span {
  display: none;
}

.cm-form-verify-container .cm-btn {
  padding: 15px 35px;
  line-height: 1.5;
}

.cm-form-verify-container .cm-btn-grp > * + * {
  margin-left: 10px;
}

/* Verify Form End */

/* Dash Header Start */

.cm-dash-header .cm-dash-logo img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

.cm-dash-header {
  background-color: #fff;
  width: 220px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}

.cm-dash-header .cm-dash-logo {
  padding: 15px 0;
}

.cm-dash-header .cm-dash-menu {
  height: calc(100vh - 170px);
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#dash-menu > li > a,
.cm-dash-menu .cm-dash-logout {
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}

#dash-menu > li > a:hover,
.cm-dash-menu .cm-dash-logout:hover {
  color: #f7a707;
}

.cm-dash-menu i {
  padding-right: 10px;
  line-height: 1.5;
  font-size: 18px;
}

/* Dash Header End */

/* Top Header Start */

.cm-top-bar {
  background-color: #fff;
  position: fixed;
  width: calc(100% - 220px);
  top: 0;
  left: 220px;
  padding: 10px 15px;
  z-index: 99;
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}

.cm-top-bar .cm-welcome-txt {
  font-weight: 600;
  font-size: 18px;
  color: #195c9f;
}

.cm-top-bar .cm-welcome-txt > span {
  text-transform: capitalize;
}

.cm-top-bar input[type='text'] {
  width: calc(100% - 32px);
  padding: 8px 10px 8px 42px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
}

.cm-top-bar form {
  width: 400px;
  background-color: #f5f6fa;
  border: 1px solid #ccc;
  border-radius: 25px;
}

.cm-dash-header-search input[type='submit'] {
  position: absolute;
  left: 1px;
  width: 32px;
  top: 1px;
  border: none;
  font-size: 0;
  height: calc(100% - 2px);
  cursor: pointer;
  background-color: transparent;
}

.cm-dash-header-search i {
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  font-size: 18px;
  color: #ccc;
  pointer-events: none;
}

.cm-top-bar-menu > li > span {
  font-size: 20px;
  padding: 0 8px;
  cursor: pointer;
  color: #666;
}

.cm-top-bar-menu > li + li {
  margin-left: 10px;
}

.cm-top-bar-menu > li + li > span {
  background-color: #666;
  color: #fff;
  border-radius: 50px;
  display: block;
}

.cm-top-bar-op {
  position: absolute;
  right: 10px;
  left: auto;
  background-color: #fff;
  min-width: 140px;
  border-radius: 10px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 500ms ease;
}

.cm-top-bar-op.cm-notif-op > li,
.cm-top-bar-op > li > a {
  padding: 10px;
  display: block;
}

.cm-top-bar-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.cm-notif-op > li > span {
  display: block;
  text-align: right;
  color: #999;
}

.cm-top-bar-op > li + li {
  border-top: 1px solid #ccc;
}

.cm-top-bar-menu > li {
  position: relative;
}

.cm-top-bar-op.cm-notif-op {
  width: 300px;
}

/* Top Header End */

/* Dashboard Start */

.cm-dash-body-container.cm-top-spacing {
  margin-top: 100px;
}

.cm-app-data-item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  padding: 15px;
  border-radius: 10px;
  align-items: flex-start;
}

.cm-app-data-item h3 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.cm-app-data-item h3 + h3 {
  letter-spacing: 0;
}

.cm-app-data-item p {
  font-size: 30px;
  font-weight: 700;
}

.cm-app-data-item .cm-app-data-img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-app-data-item .cm-app-data-img img {
  width: 50px;
  height: 50px;
}

.cm-app-data-item-total .cm-app-data-img {
  background-color: #e4e4fe;
}

.cm-app-data-item-progress .cm-app-data-img {
  background-color: #fef3cc;
}

.cm-app-data-item-completed .cm-app-data-img {
  background-color: #d8f7e7;
}

.cm-create-new-app-btn a {
  padding: 10px 35px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  color: #195c9f;
}

.cm-create-new-app-btn {
  text-align: right;
  margin-bottom: 30px;
}

.cm-dash-box-container {
  padding: 30px 15px;
  background-color: #fff;
  margin: 0 15px 30px;
  border-radius: 10px;
  width: calc(100% - 30px);
}

.cm-dash-table-container table:not(.cm-table) {
  padding-top: 25px;
}

.dataTables_wrapper {
  overflow: auto;
}

table.dataTable thead th {
  text-align: left;
}

.cm-table-btn-grp i + i {
  margin-left: 10px;
}

table.dataTable tbody tr > td {
  border-top: 1px solid #ccc;
}

/* Dashboard End */

/* User Profile Start */

.cm-user-profile-wrapper {
  background-color: #eee;
  padding: 20px 0;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.cm-user-profile-header .cm-user-profile-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.cm-user-profile-header .cm-user-profile-img label {
  position: absolute;
  bottom: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: 20px;
}

.cm-user-profile-header .cm-user-profile-img {
  width: 180px;
  max-height: 180px;
}

.cm-user-profile-header .cm-user-profile-img #profile_picture {
  display: none;
}

.cm-user-profile-header {
  justify-content: flex-start;
}

.cm-user-profile-info h4 {
  font-size: 26px;
  letter-spacing: 1px;
}

.cm-user-profile-info p {
  font-size: 16px;
  color: #666;
}

/* User Profile End */

/* Track Application Result Start */

.cm-track-app-result-container .cm-section-sh {
  margin-top: 10px;
}

.cm-track-app-result-wrapper {
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
  padding: 40px 35px;
  border-radius: 10px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.cm-track-app-result-wrapper li {
  position: relative;
  padding-left: 30px;
}

.cm-track-app-result-wrapper li + li {
  margin-top: 25px;
}

.cm-track-app-result-wrapper li h4 {
  font-size: 18px;
  font-weight: 500;
}

.cm-track-app-result-wrapper li p {
  color: #333;
  font-size: 14px;
}

.cm-track-app-result-wrapper > ul {
  padding-left: 10px;
  margin-top: 30px;
}

.cm-track-app-result-wrapper > ul:before,
.cm-track-app-result-wrapper > ul:after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.cm-track-app-result-wrapper > ul > li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 5px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  z-index: 1;
  background-color: #eee;
}

.cm-track-app-result-wrapper > ul:after {
  height: 0;
  border: none;
  background-color: #195c9f;
  transition: all 1.5s ease;
}

.cm-track-app-result-active .cm-track-app-result-wrapper > ul:after {
  height: 100%;
}

/* Track Application Result End */

/* Forgot Password Start */

.fp-2-active #fp-2,
.fp-3-active #fp-3 {
  display: block;
}

#fp-2,
#fp-3,
.fp-2-active #fp-1,
.fp-3-active #fp-1,
.fp-3-active #fp-2 {
  display: none;
}
/* Forgot Password End */

/* Admin Dash Start */
.cm-table-btn-wrapper .cm-btn {
  padding: 6px 25px;
}

.cm-pop-container .cm-pop-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  opacity: 0.7;
  transition: all 300ms ease;
}

.cm-pop-container .cm-pop-close:hover {
  opacity: 1;
}

.cm-pop-container .cm-pop-close:after,
.cm-pop-container .cm-pop-close:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 18px;
}

.cm-pop-container .cm-pop-close:after {
  transform: rotate(-45deg);
}

.cm-pop-container .cm-pop-inner {
  width: 60%;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  margin: 20px 0;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.cm-pop-has-loader .cm-pop-inner:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 500ms ease;
}

.cm-pop-has-loader .cm-pop-inner {
  position: relative;
}

.cm-pop-loader {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cm-pop-has-loader.cm-pop-loader-active .cm-pop-inner:before,
.cm-pop-loader-active .cm-pop-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cm-pop-loader:before,
.cm-pop-loader:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
  border-bottom-color: #f7a707;
  top: 0;
  left: 0;
  -webkit-animation: 1s pop-loader linear infinite;
  animation: 1s pop-loader linear infinite;
}

.cm-pop-loader:before {
  width: 60px;
  height: 60px;
}

.cm-pop-loader:after {
  width: 40px;
  height: 40px;
  top: 10px;
  left: 10px;
  animation-direction: reverse;
}

@keyframes pop-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cm-pop-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 500ms ease;
}

.cm-add-emp-pop-active .cm-pop-container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cm-optional-field,
.cm-optional-field > div {
  display: none;
}

.cm-form-field-third .cm-optional-field,
.cm-optional-field .cm-field-active {
  display: block;
}

/* Admin Dash End */

/* Add Status Start */

#app-status-table .cm-btn-sm {
  padding: 5px 10px;
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
}

.cm-actions > i + i {
  margin-left: 15px;
}

.cm-actions i {
  cursor: pointer;
}

.cm-status-comments-wrapper {
  border-top: 2px dashed #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

#add-status.cm-pop-container .cm-pop-inner {
  width: 80%;
}

#set-status-form .cm-submit-btn {
  width: auto;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

#add-comment {
  margin-top: 10px;
}

.cm-status-comments-inner {
  margin-top: 20px;
}

.cm-status-comments-inner li + li {
  margin-top: 25px;
}

.cm-status-comments-inner li {
  align-items: flex-start;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.cm-status-comments-inner .cm-comment-avatar {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9dc5c3;
  background-image: linear-gradient(315deg, #9dc5c3 0%, #5e5c5c 74%);
}

.cm-status-comments-inner .cm-content {
  width: calc(100% - 45px);
  padding-left: 15px;
}

.cm-status-comments-inner .cm-content h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.cm-status-comments-inner .cm-content .cm-comment-time {
  font-size: 13px;
  color: #666;
  display: block;
  margin-bottom: 7px;
}

.cm-status-comments-inner > ul {
  position: relative;
}

.cm-status-comments-inner > ul:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  left: 35px;
}

#add-status .cm-table tbody tr > td:nth-child(4) {
  text-align: left;
}

/* Add Status End */

/* See Work Start */

.cm-see-work-item .cm-see-work-header {
  padding: 10px 50px 10px 15px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
}

.cm-see-work-item .cm-see-work-header:after {
  content: '';
  position: absolute;
  top: calc(50% - 12.5px);
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url('../images/down-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.cm-see-work-item.cm-see-work-active .cm-see-work-header:after {
  transform: rotate(180deg);
}

.cm-see-work-item .cm-see-work-header h4 {
  font-size: 20px;
  font-weight: 500;
}

.cm-see-work-item .cm-see-work-content {
  margin-top: 10px;
  display: none;
}

.cm-see-work-item .cm-see-work-content form {
  padding: 0 0 20px;
  overflow: hidden;
  border-radius: 15px;
}

.cm-see-work-item .cm-form-section-head {
  background-color: #d9d9d9;
  background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%);
  text-align: center;
  padding: 10px;
}

.cm-see-work-item .cm-form-section-head h3 {
  font-size: 20px;
  color: #222;
}

.cm-see-work-item .cm-form-section-head:not(:first-child) {
  margin-top: 25px;
}

.cm-see-work-item + .cm-see-work-item {
  margin-top: 35px;
}

.cm-see-work-content .cm-read-only {
  color: #000;
}

/* See Work End */

/*  Rating Start*/

.cm-rating-wrap .star {
  color: #b3b3b3;
  font-size: 30px;
  display: inline-block;
}

.cm-rating-wrap .star.hover-active {
  color: #ffcc36;
}

.cm-rating-wrap .star.rating-active {
  color: #ffbf00;
}

/* Rating End */

/* Gallery Start */

.cm-gallery-container .cm-gallery-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  border: 2px solid #eee;
  padding: 10px;
  min-height: 200px;
  border-radius: 10px;
}

.cm-gallery-item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-gallery-item .cm-gal-count {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(247, 167, 7, 0.7);
  color: #fff;
  padding: 10px 25px;
  line-height: 1.1;
}

.cm-gallery-item .cm-gal-count span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

.cm-gallery-item .cm-gal-count p {
  font-size: 14px;
}

.cm-gallery-container .cm-gallery-item > a {
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: 180px;
  top: 10px;
  left: 10px;
}

.cm-gallery-container .cm-gallery-item .cm-content {
  margin-top: 190px;
  font-weight: 500;
}

/* Gallery End */

/* Contact Directory Start */

.cm-contact-direct-container h2.cm-section-h {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.cm-contact-direct-container .cm-contact-direct-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.cm-contact-direct-item > i {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  background-color: #999;
}

.cm-contact-direct-item .cm-content {
  width: calc(100% - 40px);
  padding-left: 15px;
}

.cm-contact-direct-item h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #f7a707;
}

.cm-contact-direct-item .cm-content p {
  margin-bottom: 2px;
  font-weight: 600;
}

.cm-contact-direct-container h2.cm-section-h:first-child {
  margin-top: 0;
}

/* Contact Directory End */

/* Transfer Start */

.cm-transfer-pop {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  z-index: 5;
  border-radius: 10px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 300ms ease;
}

.cm-transfer-pop-active .cm-transfer-pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cm-transfer-pop li + li {
  margin-top: 10px;
}

.cm-transfer-pop .cm-form-field {
  margin-top: 0;
}

.cm-transfer-pop .cm-form-field input.cm-btn {
  padding: 6px;
  border-radius: 5px;
}

/* Transfer End */

/* Notice Start */
.cm-notice-form-container {
  padding: 25px 15px;
  border-radius: 15px;
  width: 80%;
  margin: 0 auto;
}

.cm-notice-field input {
  display: inline-block;
  width: auto;
  margin: 0 5px 5px;
}

.cm-notice-field p {
  line-height: 2.5;
}
/* Notice End */


/* Responsive */

@media screen and (max-width: 1200px) {
  /* Website Header Start */

  .cm-header-bottom #primary-menu > li > a {
    padding: 10px;
    font-size: 14px;
  }

  .cm-header-options .cm-menu-primary {
    padding-right: 25px;
  }

  .cm-header-bottom .cm-auth-menu li a {
    font-size: 14px;
  }
  /* Website Header End */

  /* Homepage */
  .cm-hero-slide .cm-content h1 {
    font-size: 32px;
  }

  .cm-body-container {
    margin-top: 93px;
  }

  .cm-hero-slide .cm-content p {
    font-size: 16px;
  }

  .cm-home-gallery-header h4 {
    font-size: 24px;
  }

  .cm-home-gallery-container .cm-home-photo-gallery {
    width: 60%;
  }

  .cm-home-gallery-container .cm-home-video-gallery {
    width: 40%;
  }
}

@media screen and (max-width: 1023px) {
  .cm-section-h {
    font-size: 22px;
  }

  .cm-section-sh {
    font-size: 20px;
  }

  .cm-pdf-form .cm-verify-form-header h2 {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .cm-pdf-form .cm-verify-form-header {
    padding: 0 15px;
  }

  .cm-pdf-form .cm-verify-form-header .cm-applicant-img {
    margin-right: 0;
  }

  .cm-pdf-form .cm-vf-container .cm-vf-header h4 {
    font-size: 18px;
  }

  .cm-vf-field-head-row > p > span {
    display: block !important;
    border: 1px solid #ccc;
    width: 50%;
    padding: 10px;
    font-weight: 400;
  }

  .cm-vf-field-head-row > p > span:first-child {
    font-weight: 500;
  }

  .cm-vf-field-head-row > p {
    display: flex;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0;
    align-items: inherit;
    justify-content: flex-start;
  }

  .cm-vf-field-val-row {
    display: none;
  }

  .cm-vf-field-head-row {
    flex-wrap: wrap;
  }

  /* Dash Header Start */

  .cm-top-bar .cm-welcome-txt {
    display: none;
  }

  .cm-dash-menu-trigger,
  .cm-mobile-trigger {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 10px;
  }

  .cm-dash-menu-trigger:after,
  .cm-dash-menu-trigger:before,
  .cm-dash-menu-trigger span,
  .cm-mobile-trigger:after,
  .cm-mobile-trigger:before,
  .cm-mobile-trigger span {
    width: 32px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-color: #343434;
    padding: 0 !important;
    font-size: 0 !important;
    transition: all 300ms ease;
  }

  .cm-dash-menu-trigger:after,
  .cm-dash-menu-trigger:before,
  .cm-mobile-trigger:after,
  .cm-mobile-trigger:before {
    content: '';
    position: absolute;
  }

  .cm-dash-menu-trigger:before,
  .cm-mobile-trigger:before {
    top: calc(50% - 8px);
  }

  .cm-dash-menu-trigger:after,
  .cm-mobile-trigger:after {
    top: calc(50% + 6px);
  }

  .cm-dash-menu-active .cm-dash-menu-trigger span,
  .cm-menu-active .cm-mobile-trigger span {
    width: 0;
  }

  .cm-dash-menu-active .cm-dash-menu-trigger:before,
  .cm-menu-active .cm-mobile-trigger:before {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }

  .cm-dash-menu-active .cm-dash-menu-trigger:after,
  .cm-menu-active .cm-mobile-trigger:after {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .cm-dash-header .cm-dash-menu {
    margin-top: 0;
    justify-content: flex-start;
  }

  .cm-dash-header {
    left: -100%;
    z-index: 999;
    width: 200px;
    transition: all 500ms ease;
  }

  .cm-dash-menu-active .cm-dash-header {
    left: 0;
  }

  .cm-top-bar {
    left: 0;
    width: 100%;
    padding: 5px 15px;
  }

  .cm-dash-body-container,
  .cm-dash-body-container + footer {
    width: 100%;
    margin-left: 0;
  }

  .cm-top-bar form {
    display: none;
  }

  .cm-top-bar-logo {
    display: block;
  }

  .cm-top-bar-logo img,
  .cm-dash-header .cm-dash-logo img {
    width: 70px;
    display: block;
  }

  /* Dash Header End */

  .cm-dash-body-container {
    margin-top: 80px;
  }

  /* Website Header Start */

  #primary-menu {
    position: fixed;
    width: 220px;
    height: 100vh;
    z-index: 99;
    top: 0;
    background-color: #f2f2f2;
    padding: 25px 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    left: -100%;
    transition: all 500ms ease;
  }

  .cm-menu-active #primary-menu {
    left: 0;
  }

  .cm-header-bottom #primary-menu > li > a {
    padding: 10px 15px;
  }

  #primary-menu li {
    width: 100%;
  }

  .cm-header-bottom #primary-menu > li + li > a {
    border-top: 1px solid #999;
  }

  .cm-header-logo img {
    width: 88px;
  }

  .cm-header-top,
  .cm-header-social li {
    font-size: 14px;
  }

  .cm-header-top .cm-page-center {
    justify-content: flex-end;
  }

  .cm-header-options .cm-menu-primary {
    padding-right: 0;
  }

  /* Website Header End */

  /* Body Container Start */
  .cm-body-container {
    margin-top: 83px;
  }

  .cm-page-center {
    max-width: 100%;
  }

  .cm-banner-container h1 {
    font-size: 40px;
  }

  .cm-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cm-section-spacing {
    padding-top: 20px;
  }

  .cm-fw-content-container h2 {
    margin-bottom: 15px;
  }

  /* Body Container End */

  /* User/Admin Dashboard */
  .cm-app-data-item {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }

  /* LD Forms Start*/

  .cm-ld-form-container .cm-form-field-half > .cm-form-field,
  .cm-ld-form-container .cm-form-field-third > .cm-form-field,
  .cm-form-field-half > .cm-form-field,
  .cm-form-field-third > .cm-form-field,
  .cm-ld-form-container .cm-ld-form,
  .cm-user-profile-wrapper {
    width: 100%;
  }

  .cm-form-field-half,
  .cm-form-field-third {
    flex-wrap: wrap;
  }

  .cm-form-field-half > .cm-form-field,
  .cm-form-field-third > .cm-form-field {
    margin-top: 20px;
    padding: 0;
  }

  .cm-ld-form-container .cm-form-field-half > .cm-form-field,
  .cm-ld-form-container .cm-form-field-third > .cm-form-field {
    margin-top: 30px;
    padding: 0 !important;
  }

  .cm-form-field-half > .cm-form-field:last-child,
  .cm-form-field-third > .cm-form-field:last-child,
  .cm-form-field-third > .cm-form-field:nth-child(2),
  .cm-form-field-half .cm-form-field-half {
    padding: 0;
  }

  .cm-form-field-half,
  .cm-form-field-third {
    margin-top: 0 !important;
  }

  .cm-ld-form-container .cm-form-section-head {
    margin-bottom: 0;
  }

  /* LD Forms End */

  .cm-track-app-result-wrapper {
    padding: 25px 15px;
  }

  /* Gallery */
  .cm-gallery-container .cm-gallery-item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }

  /* Auth Forms */
  .cm-auth-wrapper h2 {
    font-size: 22px;
  }

  .cm-auth-wrapper .cm-auth-icon-wrapper {
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
  }

  .cm-auth-icon-wrapper img {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }

  .cm-auth-wrapper {
    padding-top: 50px;
  }

  .cm-see-work-item .cm-form-section-head h3 {
    font-size: 18px;
  }

  /* Verify Form */
  .cm-form-verify-container {
    overflow-x: auto;
  }

  .cm-form-verify-container h1 {
    font-size: 26px;
  }

  /* Homepage */
  .cm-hero-slide-inner {
    height: auto;
    padding: 30px 45px 30px 25px;
    min-height: 350px;
  }

  .cm-hero-slide .cm-content {
    width: 100%;
    padding-left: 25px;
  }

  .cm-hero-slide-1 .cm-hero-bg {
    display: none;
  }

  .cm-hero-slide-2 .cm-hero-col {
    margin-bottom: 25px;
  }

  .cm-hero-slide-2 .cm-hero-slide-inner {
    flex-flow: column-reverse;
  }

  .cm-hero-slide .cm-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .cm-cov-item .cm-cov-item-img {
    width: 60px;
    height: 60px;
    border-width: 3px;
  }

  .cm-cov-item .cm-cov-item-img img {
    width: 32px;
    height: 32px;
  }

  .cm-cov-item h4 {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
  }

  .cm-cov-item:first-child,
  .cm-cov-item:nth-child(2) {
    margin-bottom: 15px;
  }

  .cm-hero-slide .cm-content h1 br {
    display: none;
  }

  .cm-home-counter-container .cm-counter-header {
    width: 100%;
    position: static;
    background-color: #f7a707;
    padding: 15px;
    margin-bottom: 30px;
  }

  .cm-home-counter-container .cm-counter-header:after,
  .cm-home-counter-container .cm-page-center:before {
    content: none;
  }

  .cm-home-counter-container .cm-page-center {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cm-tab-menu li {
    font-size: 16px;
  }

  .cm-home-info-container > .cm-page-center {
    flex-wrap: wrap;
  }

  .cm-home-info-container > .cm-page-center > div {
    width: 100%;
  }

  .cm-home-info-container .cm-announce-col {
    margin-bottom: 25px;
  }

  .cm-home-info-container > .cm-page-center .cm-intro-col {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cm-intro-item + .cm-intro-item {
    margin-top: 0;
  }

  .cm-home-gallery-container .cm-home-photo-gallery {
    width: 100%;
  }

  .cm-home-gallery-container .cm-home-video-gallery {
    width: 100%;
    margin-top: 30px;
  }

  .cm-home-video-gallery-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }

  .cm-home-video-gallery-slide + .cm-home-video-gallery-slide {
    margin-top: 0;
    margin-left: 10px;
  }

  /* Contact Directory */
  .cm-contact-direct-container .cm-contact-direct-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .cm-btn {
    padding: 15px 25px;
  }

  .cm-vf-field-head-row > p {
    flex-flow: column;
  }

  .cm-vf-field-head-row > p > span {
    width: 100%;
  }

  .cm-vf-container {
    width: 100%;
  }

  .cm-pdf-form .cm-verify-form-header {
    padding: 0;
  }

  .cm-footer-top > .cm-page-center,
  .cm-footer-bottom > .cm-page-center {
    display: block;
    text-align: center;
  }

  .cm-footer-links li + li:before {
    content: none;
  }

  .cm-footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .cm-footer-links li + li {
    margin-left: 15px;
  }

  .cm-footer-links li {
    margin-bottom: 10px;
  }

  .cm-footer-top,
  .cm-footer-bottom {
    padding: 10px 0;
  }

  .cm-footer-bottom .cm-footer-links {
    margin-top: 5px;
  }

  /* Website Header Start */

  .cm-header-social {
    padding: 0;
    display: block;
  }

  .cm-header-social,
  .cm-header-search {
    position: absolute;
    top: calc(100% - 3px);
    background-color: #fff;
    z-index: 2;
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    transition: all 300ms ease;
  }

  .cm-header-search {
    padding: 5px 15px;
    margin: 0;
    border: none;
  }

  .cm-header-top .cm-page-center .cm-skip-content,
  .cm-header-social .cm-off-login {
    display: none;
  }

  .cm-ht-social-active .cm-header-social,
  .cm-header-search-active .cm-header-search {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
  }

  .cm-header-container .cm-mob-header-top-op {
    display: flex;
  }

  .cm-mob-header-top-op .cm-ht-social-trigger img {
    width: 25px;
    display: block;
  }

  .cm-mob-header-top-op > .cm-ht-social-trigger,
  .cm-mob-header-top-op > a {
    position: relative;
  }

  .cm-mob-header-top-op > .cm-ht-social-trigger:after,
  .cm-mob-header-top-op > a:after {
    content: '';
    position: absolute;
    right: -8px;
    width: 1px;
    height: 25px;
    background-color: #999;
    top: 0;
  }

  .cm-mob-header-top-op > a,
  .cm-mob-header-top-op .cm-mob-search-trigger {
    margin-left: 15px;
  }

  .cm-header-social li + li {
    border-left: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
  }

  .cm-header-social a {
    padding: 5px 8px;
    display: block;
    font-size: 16px;
  }

  .cm-header-social li:first-child a {
    color: #4267b2;
  }

  .cm-header-social li:nth-child(2) a {
    color: #1da1f2;
  }

  .cm-header-social li:nth-child(3) a {
    color: #ff0000;
  }

  .cm-header-top {
    position: relative;
  }

  /* Website Header End */

  /* Body Container Start */

  .cm-banner-container h1 {
    font-size: 32px;
  }

  .cm-banner-container .cm-page-center {
    min-height: 100px;
  }

  .cm-fw-content-container h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .cm-contact-direct-container h2.cm-section-h,
  .cm-section-h {
    font-size: 20px;
  }

  .cm-contact-form {
    margin-top: 20px;
  }

  .cm-contact-form .cm-form-field:first-child {
    margin-top: 10px;
  }

  .cm-contact-form .cm-form-field-half {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .cm-contact-form .cm-form-field-half > .cm-form-field {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  /* Body Container End */

  /* User/Admin Dashboard */
  .cm-app-data-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .cm-section-sh {
    font-size: 18px;
  }

  .cm-create-new-app-btn {
    text-align: left;
    padding: 0;
  }

  .cm-dash-box-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* Global Forms */
  .cm-ld-form-container .cm-ld-form {
    width: 100%;
  }

  .cm-ld-form-container .cm-form-section-head h3 {
    font-size: 18px;
  }

  .cm-ld-form-container .cm-form-section-head,
  .cm-ld-form-container .cm-form-field-half > .cm-form-field,
  .cm-ld-form-container .cm-form-field-third > .cm-form-field,
  .cm-form-field-half > .cm-form-field,
  .cm-form-field-third > .cm-form-field {
    margin-top: 20px;
  }

  .cm-form-radio {
    flex-flow: column;
  }

  .cm-form-radio > label + label {
    margin-left: 0;
  }

  .cm-track-app-result-wrapper li h4 {
    font-size: 16px;
  }

  .cm-track-app-result-wrapper li {
    padding-left: 15px;
  }

  /* Gallery */
  .cm-gallery-container .cm-gallery-item {
    width: 100%;
    margin: 0 0 30px;
  }

  .cm-user-profile-info h4 {
    font-size: 20px;
  }

  /* Auth Forms */
  .cm-auth-wrapper h2 {
    font-size: 20px;
  }

  .cm-login-container,
  .cm-signup-container,
  .cm-forgot-pass-container {
    width: 100%;
  }

  .cm-auth-wrapper {
    width: calc(100% - 30px);
  }

  .cm-rest-pass-container .cm-auth-wrapper {
    width: 100%;
  }

  /* Popup */
  .cm-pop-container .cm-pop-inner {
    width: calc(100% - 30px);
    padding-top: 30px;
  }

  .cm-pop-container .cm-pop-close {
    width: 32px;
    height: 32px;
    right: calc(50% - 16px);
    z-index: 6;
    border-radius: 50%;
    background-color: #f7a707;
    top: 4px;
    opacity: 1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  }

  .cm-pop-container .cm-pop-close:after,
  .cm-pop-container .cm-pop-close:before {
    width: 22px;
    top: 15px;
    left: 5px;
  }

  /* See Work */
  .cm-see-work-item .cm-see-work-header h4 {
    font-size: 18px;
  }

  .cm-see-work-item .cm-see-work-header:after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }

  .cm-see-work-item .cm-see-work-header {
    padding-right: 40px;
  }

  .cm-see-work-item + .cm-see-work-item {
    margin-top: 20px;
  }

  .cm-set-status-header {
    flex-flow: column;
  }

  .cm-set-status-header .cm-btn-sm {
    margin-top: 15px;
  }

  .cm-form-field input.cm-submit-btn {
    font-weight: 500;
    font-size: 16px;
  }

  /* Verify Form */
  .cm-form-verify-container h1 {
    font-size: 20px;
  }

  .cm-form-verify-container .cm-table-head {
    font-size: 16px !important;
  }

  .cm-form-verify-container .cm-table-head + td img {
    width: 50px;
  }

  .cm-btn-grp {
    flex-flow: column;
    margin-top: 10px;
  }

  .cm-form-verify-container .cm-btn-grp > * + * {
    margin-left: 0;
  }

  /* Homepage */
  .cm-home-counter-container .cm-counter-item {
    width: calc(50% - 30px);
    margin-bottom: 25px;
  }

  .cm-home-counter-container .cm-counter-item:last-child {
    margin-bottom: 0;
  }

  .cm-tab-menu {
    display: block;
  }

  .cm-tab-menu li + li {
    margin-left: 0;
    border-top: 1px solid #ccc;
  }

  .cm-tab-content-wrapper {
    height: 300px;
  }

  .cm-home-info-container > .cm-page-center .cm-intro-col {
    flex-wrap: wrap;
  }

  .cm-intro-item + .cm-intro-item {
    margin-top: 15px;
  }

  /* Contact Directory */
  .cm-contact-direct-container .cm-contact-direct-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .cm-contact-direct-item h4 {
    font-size: 18px;
  }

  .cm-contact-direct-item .cm-content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  /* Website Header Start */
  .cm-header-bottom .cm-auth-menu li a {
    padding: 5px 15px;
    font-size: 12px;
  }

  .cm-header-auth-menu {
    padding-left: 0;
  }

  .cm-header-bottom .cm-auth-menu li + li {
    margin-left: 10px;
  }

  .cm-header-bottom {
    padding: 6px 0;
  }

  .cm-header-logo img {
    width: 83px;
  }

  .cm-header-options .cm-menu-primary {
    padding-left: 0;
  }

  .cm-header-options {
    width: calc(100% - 83px);
  }
  /* Website Header End */

  /* Body Container Start */
  .cm-banner-container h1 {
    font-size: 24px;
    letter-spacing: 0;
  }

  .cm-contact-form .cm-form-field input.cm-submit-btn {
    font-size: 16px;
    font-weight: 500;
  }

  /* Body Container End */

  /* User/Admin Dashboard */
  .cm-app-data-item h3 {
    font-size: 14px;
  }

  .cm-app-data-item p {
    font-size: 24px;
  }

  .cm-create-new-app-btn a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .cm-form-field .cm-btn-grp {
    flex-flow: column;
  }

  .cm-form-field .cm-btn-grp .cm-reset-btn {
    margin-left: 0;
    margin-top: 20px;
  }

  /* Track App */
  .cm-track-app-header h2 {
    font-size: 20px;
  }

  .cm-track-app-wrapper .cm-track-app-header {
    padding: 15px;
  }

  .cm-track-app-wrapper .cm-track-app-body {
    padding: 0 15px 10px;
  }

  .cm-track-app-result-wrapper {
    padding: 15px;
  }

  .cm-user-profile-header {
    flex-flow: column;
  }

  .cm-ld-form-container .cm-form-section-head h3 {
    font-size: 16px;
    font-weight: 500;
  }

  /* Verify Form */
  .cm-form-verify-container h1 {
    font-size: 16px;
    padding: 0 15px;
  }

  .cm-form-verify-container .cm-table-head {
    font-size: 14px !important;
    padding: 10px 10px 0;
  }

  .cm-form-verify-container .cm-form-verify-logo img {
    width: 60px;
  }

  /* Homepage */
  .cm-body-container {
    margin-top: 80px;
  }

  .cm-body-container {
    margin-top: 80px;
  }

  .cm-hero-slide-2 .cm-content {
    display: none;
  }

  .cm-hero-slide-2 .cm-hero-slide-inner {
    flex-flow: column;
    justify-content: center;
  }

  .cm-cov-item,
  .cm-hero-slide-2 .cm-hero-col {
    width: 100%;
    margin: 0 !important;
  }

  .cm-cov-item + .cm-cov-item {
    margin-top: 10px !important;
  }

  .cm-home-counter-container .cm-counter-item {
    width: 100%;
  }

  .cm-home-info-container > .cm-page-center .cm-intro-col {
    flex-wrap: wrap;
  }

  .cm-intro-item + .cm-intro-item {
    margin-top: 15px;
  }

  .cm-intro-item h4 {
    font-size: 20px;
  }

  .cm-intro-item span {
    margin-top: 5px;
  }

  .cm-home-gallery-header h4 {
    font-size: 22px;
  }

  .cm-home-gallery-header a {
    font-size: 14px;
  }

  .cm-home-video-gallery-slider {
    display: block;
  }

  .cm-home-video-gallery-slide + .cm-home-video-gallery-slide {
    margin-left: 0;
    margin-top: 20px;
  }

  .cm-hero-btn {
    padding: 10px 15px;
    text-transform: none;
    font-size: 14px;
    margin-top: 15px;
  }

  .cm-hero-slide .cm-content {
    padding-right: 0;
  }
}
