@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



:root {
  --base-font: 'Poppins';
  --dark-black: #071D2E;
  --light-black: #667085;
  --primary-color: #FF5D16;;
  --transition: all 300ms linear;
}

body {
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #667085;
  letter-spacing: 0.2px;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: unset;
  outline: none;
}
a:hover {
  color: unset;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
button {
  cursor: pointer;
  outline: 0;
  border: none;
  background-color: transparent;
}
input,
textarea,
select {
  outline: 0;
  border: none;
  resize: none;
}

input:focus{
  box-shadow: none !important;
  outline:none !important;
}

.common-btn {
  line-height: 40px;
  height: 40px;
  background: #FF5D16;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  transition: 0.3s ease all;
  white-space: nowrap;
  font-size: 16px;
}

.white-btn {
  background-color: transparent;
  color: #FF5D16;
}

.common-btn.white-btn:hover {
  background: #FF5D16;
  color: #fff;
}

.common-btn:hover,
.common-btn:focus {
  background: #071D2E;
  color: #fff;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}


.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.flex-beetwen {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  padding: 22px 0;
}

.header-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  z-index: 9999;
  padding: 8px 0;
}

/* Header Navigation */

.nav-inner-menu {

  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.header-navigation .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.header-navigation .nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.header-navigation .main-menu ul > li.has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 2px;
  float: right;
}
@media (max-width: 1199px) {
  .header-navigation .main-menu ul > li.has-children > a:after {
    display: none;
  }
}
.header-navigation
  .main-menu
  ul
  > li.has-children
  .sub-menu
  li.has-children:hover
  > a:after {
  color: var(--red);
}
.header-navigation
  .main-menu
  ul
  > li.has-children
  .sub-menu
  li.has-children
  > a:after {
  margin-left: 0px;
  margin-right: 5px;
  color: var(--thm-black);
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #071D2E;
  font-weight: 800;
  padding: 13px 0;
  font-weight: 500;
  line-height: 1;
}

.header-navigation .main-menu ul > li {
  margin-left: 20px;
  margin-right: 20px;
}

.header-navigation .main-menu ul > li.menu-item.active{
  position: relative;
}

.header-fixed .header-top .logo img{
  /*width: 90px;*/
  height:75px;
}

.header-navigation .main-menu ul > li.menu-item.active::after{
  bottom: -2px;
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--primary-color);

}
.header-fixed .header-navigation .main-menu ul > li.menu-item.active::after{
  bottom: -9px;
}

.header-navigation .main-menu ul > li.menu-item.active a{
  font-weight: 600;
}

.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  min-width: 240px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 15px 0;
  height: auto;
  text-align: left;
  border-radius: 5px;
  -webkit-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: block;
  padding: 0 20px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2.7;
  margin: 0;
  font-size: 16px;
  color: var(--thm-black);
  text-transform: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:before {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: #FF5D16;
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: #FF5D16;
}
.header-navigation .main-menu ul > li:hover > a {
  color: #FF5D16;
}
.header-navigation .main-menu ul > li:hover > a:before {
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul > li .dd-trigger {
  display: none;
}
@media (max-width: 767px) {
  .header-navigation .nav-right-item .menu-button {
    display: none;
  }
}
.header-navigation.breakpoint-on {
  z-index: 999;
}
.header-navigation.breakpoint-on .sidebar-logo {
  display: block;
}
.header-navigation.breakpoint-on .nav-menu {
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

.nav-right-item {
  display: flex;
  align-items: center;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #17171d;
  padding: 13px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #17171d;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}
.header-navigation.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu
  li
  a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid #eaeaea;
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #17171d;
  font-size: 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .navbar-toggler,
.header-navigation.breakpoint-on .navbar-close {
  display: block;
}
.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
  margin-left: 30px;
  position: relative;
  top: -2px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #17171d;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
  cursor: pointer;
  background: var(--red);
}
.header-navigation .navbar-close i {
  color: #fff;
  font-size: 20px;
}




.home-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  width: 100%;
  overflow: hidden;
}


.home-banner::after {
   content: "";
   height: 88px;
   width: 224px;
   display: block;
   background: url(../images/banner-pattern.png) no-repeat left;
   background-size: cover;
   position: absolute;
   top: 28px;
   left: 28px;
  
   
}

.home-banner::before {
  content: "";
  height: 100%;
  width: 70%;
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);


}

.home-banner .container{
  position: relative;
}


.home-banner .container::after {
  content: "";
  height: 88px;
  width: 224px;
  display: block;
  background: url(../images/banner-pattern.png) no-repeat left;
  background-size: cover;
  position: absolute;
  bottom: -80px;
  left: 40%;
}




.home_slider .slick-dots {
  text-align: left;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  bottom: -51px;
}
.home_slider .slick-dots li {
  margin: 0 5px;
  display: flex;
}

.home_slider .slick-dots li.slick-active button {

  background: #FF5D16;
}

.home_slider .container{
  height: 100%;
}

.home_slider .slick-dots li button {
  text-indent: -99999px;
  height: 10px;
  width: 10px;
  background: #CBD1DD;
  border-radius: 50%;
}

.header-top{
  display: flex;
  align-items: center;
  gap:30px;
}

.header-top .logo img{
  width: auto;
  height: 75px;
}

.header-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-btn .login-btn{
  color: #FF5D16;
}

.header-btn .login-btn:hover, .header-btn .login-btn:focus{
  color: #071D2E;
}

.header-searchbar{
  border-radius: 4px;
  border: 1px solid #CBD1DD;
  padding: 5px 15px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-searchbar input{
width: 100%;
}

.header-searchbar button{
  min-width: 18px;
}

.header-searchbarinput{
  display: flex;
  flex: 1;
  font-size: 14px;
}

.banner-inner{
  position: relative;
  z-index: 10;
  max-width: 525px;
}

.banner-inner h1{
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 600;
}

.banner-inner p{
  color: #fff;
  font-weight: 400;
}

.banner-inner .para{
  margin: 20px 0 0;
}

.banner-inner .common-btn{
  margin-top: 30px;
}

.banner-inner .common-btn:hover, .banner-inner .common-btn:focus{
  background-color: #667085;
}

.hm-about-us .about-thumb{
  position: relative;
  padding: 0 45px 35px;
}

.hm-about-us .about-thumb:before{
  height: 90%;
  border-radius: 14px;
  width: 140px;
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  background: #9BCDD2;
  z-index: -1;

}

.hm-about-us .about-thumb::after{
 
  position: absolute;
  bottom: -10px;
  content: "";
  right: 0;
  background: url(../images/about-bg-pattern.png)no-repeat;
  width: 209px;
  height: 117px;
  z-index: -1;

}
.hm-about-us .content-box ul{
  margin-top: 25px;
}
.hm-about-us .content-box ul li{
   position: relative;
   padding-left: 35px;
   margin: 10px 0;
   color: #071D2E;
   font-size: 16px;
   font-weight: 600;

}

.hm-about-us .content-box .common-btn{
  margin-top: 35px;
}

.hm-about-us .content-box ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/verified.png) no-repeat;
  width: 28px;
  height: 28px;

}

.hm-about-us .about-thumb img{
  border-radius: 18px;
}

.main-title{
  color: #071D2E;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 15px;
}


.dental-features{
  background: #0D0D0D;
  position: relative;
  overflow: hidden;

}

.dental-features .main-title{
  color: #fff;
}

.dental-features .box{
 text-align: center;
 padding: 20px 8px;
 border: 1px solid #222222;
 background: #171717;
 margin: 0 15px;
 border-radius: 12px;
}


.dental-features .box h5{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  min-height: 60px;

  
}


.client-slider{
  margin-top: 35px;
}

.client-slider .slick-arrow{
  background: url(../images/slider-right-arrow.svg);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  text-indent: -99999px;
 position: absolute;
 z-index: 10;
 opacity: 0.7;
}

.client-slider .slick-next{
  right: 150px;
  top: 50%;
  margin-top: -20px;

}

.client-slider .slick-prev{
  left: 150px;
  top: 50%;
  margin-top: -20px;
  transform: rotate(180deg);

}

.client-slider .slick-slide:not(.slick-active) {
  opacity: 0.5 !important;
}

.client-slider .slick-active:last-child{
  opacity: 0.5 !important;
}

.client-slider [aria-hidden="true"] {
  opacity: 0.5 !important;
}

.dental-features::before{
  content: '';
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(../images/feature-bg-pattern.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 393px;
  height: 205px;
  z-index: 1;
}

.dental-features .box .thumb{
 border-radius: 50%;
 height: 64px;
 width: 64px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 15px;
 background: #0D0D0D;
 border: 1px solid #222222;
}

.hm-pricing .toggle-btn{
  margin: 30px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.offer-text{
  position: absolute;
  right: -186px;
  display: flex;
  align-items: flex-end;

}

.offer-text b{
 color: #071D2E;
 font-weight: 600;
 position: relative;
 top: -15px;
}
 

.hm-pricing .toggle-btn span{
  color: #071D2E;
}





.pricing-container{
  background: #171717;
  padding: 35px;
  border-radius: 12px;
  color: #F7F8F9;
  position: relative;
}

.pricing-container::after{
  content: '';
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom: -40px;
  background: url(../images/plan-section-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 278px;
  height: 328px;
  z-index: -1;
}
.pricing-left{
  max-width: 380px;
}

.pricing-left h4{
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 36px;
}

.pricing-left h2{
  font-weight: 600;
  margin: 30px 0 35px;
  display: flex;
  align-items: center;
  color: #fff;
}

.pricing-left h2 span{
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.pricing-left .common-btn{
  width: 100%;
  text-align: center;
  justify-content: center;
}

.pricing-left .common-btn:hover, .pricing-left .common-btn:focus{
  background-color: #667085;
}

.pricing-right {
  width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
}
.pricing-right ul li{
  position: relative;
  padding-left: 45px;
  margin: 15px 0;
}
.pricing-right ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/check-i.svg) no-repeat;
  background-size: 16px;
  background-position: center;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #CBD1DD;
}



.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: #667085;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #FF5D16;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FF5D16;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.featured-video{
  position: relative;
 
}

.featured-video::after{
  content: '';
  position: absolute;
  left: 7%;
  bottom: -40px;
  background: url(../images/fatured-video-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 245px;
  height: 149px;
  z-index: -1;
}
.featured-video .video--box{
  border-radius: 12px;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
 
  position: relative;
}

.featured-video .video--box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}


.featured-video .video--box .inner-box{
  position: relative;
  z-index: 1;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.featured-video .video--box .content-box{
  width: 100%;
  max-width: 250px;
  color: #fff;
  
 
 
}

.featured-video .video--box .content-box h2{
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}

.featured-video .profile-info{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.featured-video .profile-info h4{
  font-weight: 600;
  font-size: 15px;
}

.featured-video .profile-info .thmb{
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 50%;
  position: relative;
}
.featured-video .profile-info .thmb span{
 position: absolute;
 right: -5px;
 bottom: 5px;
}

.profile-name .desc{
  display: flex;
  font-size: 12px;
  white-space:nowrap;
}

.featured-video .video--box .play-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 62px;
  height: 62px;
  background: #FF5D16;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -32px;
  
}

.testimonial-slider{
  position: relative;
}


.testimonial-slider .slick-arrow{
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: -28%;
  gap: 20px;
  background:#fff;
  border-radius: 4px;
  border: 1px solid #939393;
  height: 40px;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  color: #939393;


  
}

.testimonial-slider .slick-arrow.slick-next::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 53%;
  transform: translateY(-50%) rotate(-180deg);
  background: url(../images/next-prev.png);
  background-repeat: no-repeat;
  background-position: -4px 0px;
  width: 15px;
  height: 15px;
  
}

.testimonial-slider .slick-arrow.slick-next:hover::after{
  background-position: -16px 0px;
  top: 48%;
  transform: translateY(-50%) rotate(0deg);
  width: 15px;
  height: 15px;
  right: 12px;
}


.testimonial-slider .slick-arrow.slick-prev::after{
  content: "";
  position: absolute;
  left: 15px;
  top: 48%;
  transform: translateY(-50%) rotate(0deg);
  background: url(../images/next-prev.png);
  background-repeat: no-repeat;
  background-position: -4px 0px;
  width: 15px;
  height: 15px;
  
}

.testimonial-slider .slick-arrow.slick-prev:hover::after{
  background-position: -16px 0px;
  top: 55%;
  transform: translateY(-50%) rotate(-180deg);
  width: 15px;
  height: 15px;
  left: 12px;
}

.testimonial-slider .slick-arrow:hover{
  color: #fff;
  background: #FF5D16;
  border: 1px solid transparent;
}


.testimonial-slider .slick-arrow.slick-prev{
  right: 120px;
  padding: 0 15px 0 40px;
}

.testimonial-slider .slick-arrow.slick-next{
  padding: 0 40px 0 15px;
}


.testimonial-slider .items{
  border-radius: 8px;
  border: 1px solid #CBD1DD;
  padding: 20px;
  margin: 0 10px;
}
.testimonial-slider .top-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-slider .top-info ul{
  display: flex;
  align-items: center;
  gap: 7px;

}

.testimonial-slider .items .desc{
  margin-top: 30px;
}

.testimonial-slider .items .desc h4{
  color: #071D2E;
  font-weight: 600;
  margin-bottom: 20px;
}


footer{
  background: #000;
}

footer .footer-top{
 padding: 45px 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
 color: #fff;
}

footer .footer-top ul li{
   display: inline-block;
   
}

footer .footer-top ul li a{
  display: block;
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.3s all;
}

footer ul li a:hover{
  color: #FF5D16;
}

footer .logo img{
  /* width: auto;
  height: 75px; */
  width:120px;
  height: auto;
}


.footer-bottom{
  background: #171717;
  padding: 20px 0;

  color: #fff;
}

.footer-bottom .copyright{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .copyright ul li{
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  
}

.footer-bottom .copyright ul li a{
  display: block;
  line-height: 18px;

}

.footer-bottom .copyright ul li:not(:last-child){
  border-right: 1px solid #667085;
}

.footer-bottom .copyright ul li a, .footer-bottom .copyright p{
  font-size: 14px;
  color: #fff;
  transition: 0.3s all;
}

.footer-bottom .copyright .social-media ul li{
  border: 0;
}

.footer-bottom .copyright .social-media ul li a:hover svg path{
  /* fill: var(--primary-color); */
}

.footer-bottom .copyright ul li a:hover{
  color: #FF5D16;
}

.footer-bottom .copyright p{
  margin: 0;
}

.videos-tabs .nav-item button.active{
  background: transparent;
}
.videos-tabs .nav-item button.active span{
  color: #FF5D16;
  font-weight: 600;
}
.videos-tabs .nav-item button.active::before {
  content: "";
  border-right: 4px solid #FF5D16;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}

.inner-banner{
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  background: url(../images/video-banner.jpg) right center/cover no-repeat;
}

.inner-banner .banner-content{
  max-width: 585px;
}

.inner-banner .banner-content h1{
  color: #fff;
  font-weight: 600;

}

.hm-testimonial{
  overflow: hidden;
}

.featured-video{
  overflow-y: hidden;
}

.testimonial-slider .slick-arrow{
  z-index: 1;
}


.search-bar{
   border-radius: 4px;
    border: 1px solid #EAEFF9;
    padding: 20px;
    display: flex;
    align-items: center;
    background: rgb(247, 250, 255);
    border-radius: 12px;

}

.search-bar .seachbar-inner{
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  padding:0 0px 0 15px;
  border: 1px solid #CBD1DD;
  border-radius: 30px;
}

.search-bar .seachbar-inner input{
  flex: 1;
  background: transparent;
  padding: 0 15px;
}

.search-bar .seachbar-inner button{
  width: 24px;
  min-width: 24px;
}

.videos-tabs{
  /* border: 1px solid #EAEFF9;
  padding: 20px;margin-top: 15px; */
  background: #F7FAFF;
  
  gap: 10px;
}
.videos-tabs .nav-item{
  width: 100%;
  display: flex;
  flex: 1;
  cursor: pointer;
 
}
.videos-tabs .nav-item button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.video-tab-item{
  display: flex;
  align-items: center;
  gap: 12px;
}

.video-tab-item span{
  color: #071D2E;
 
}

.videos-tabs .nav-item .total-videos{
  color: #667085;
  font-weight: 400;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videorow{
  margin:10px auto;
}

.embed-container .poster-thumb{
  bottom: 0;
                left: 0;
                opacity: 1.0;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 10;
                height: 100%;
                width: 100%;
  transition: all 0.3s ease-in;
  border-radius: 20px;
}


.single-video-box .video-content h4{
  color: #071D2E;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;

}

.single-video-box .video-content p{
  font-size: 14px;
}

.single-video-box .video-content{
  padding: 20px;
}

.single-video-box .video-content .video-info{
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #EAEFF9;
}
.single-video-box{
  margin-bottom: 15px;
}

.single-video-box .video-info li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.videos-right .accordion-button{
 background-color: transparent;
 color: #071D2E;
 font-weight: 600;
 font-size: 24px;
 outline: none;
 box-shadow: none;
}

.videos-right .accordion-item{
  box-shadow: 0px 4px 12px 0px #071D2E1A;
  border: 0;
  margin-bottom: 40px;
}

.videos-right  .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.videos-right  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.videos-right  .accordion-button::after{
  transition: all 0.5s;
}
.videos-right  .accordion-button::before {
  transition: all 0.5s;
  content: '';
  position: absolute;
  right: 17px;
  height: 26px;
  width: 26px;
  border: 1px solid #FF5D16;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.videos-right .accordion-body{
  padding-top: 0;
}

.videos-right .accordion-body p{
 margin-bottom: 0;
}

.videos-list .common-btn{
  background: #fff;
  color: #FF5D16;
  border: 1px solid #FF5D16;
  margin-top: 20px;

}

.videos-list .common-btn:hover, .videos-list .common-btn:focus{
  background: #FF5D16;
  color: #fff;
}


.login-wrapper{
  width: 100%;
  /* height: 100vh; */
  height: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  background: url(../images/login-bg.webp)  right center/cover no-repeat;
  /* center/cover */
}

.login-container{
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px #00000026;
margin: 50px;
min-width: 100%;
}

.login-container h1{
  color: #071D2E;
  font-size: 32px;
  line-height: 41px;
  margin: 30px 0 20px;
}

.login-container input{
  margin: 12px 0;
  color: #667085;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #CBD1DD;
  display: inline-block;
  width: 100%;
}

.login-container .form-group img{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.login-container .form-group a{
  color: #FF5D16;
  text-align: right;
  font-size: 16px;
  display: block;
  font-weight: 600;
   
}
.login-link
{
  float: right !important;
}

.login-container input[type="submit"] , .login-container input[type="button"]{
  background-color: #FF5D16;
  outline: none;
  border: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;  
  font-size: 16px;
  border-radius: 4px;
  
}


.vision-container {
  width: 100%;
  border-radius: 20px;
  padding: 20px 20px 60px;
  background: #9bccd2;
  color: #071D2E;
  display: flex;
  margin-left: auto;

}

.vision-container h3{
  width: 35%;
  font-size: 40px;
  
}

.vision-container .about-right-content{
  width: 65%;
  display: flex;
  gap:20px;
}

.vision-container .about-right-content p{
  font-size: 18px;
  line-height: 27px;
}

.vision-container .about-right-content .icon{
  min-width:32px;
  flex: 0 0 32px;
}

.vision-container.mission{
width: 80%;
background: #bee2e7;
position: relative;
top: -60px;
}

.vision-container.story{
  width: 60%;
  padding-bottom: 20px;
  position: relative;
  top: -120px;
  background-color: #E0F6F9;
  margin-bottom: -120px;
}



.online-consultation-wrapper h4{
  color: #fff;
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 700;
}


.about-content-last h3{
  font-size: 40px;
  line-height: 52px;
  color: #071D2E;
  line-height: 52px;
  margin-bottom: 15px;
}

.about-content-last p:last-child{
  margin-bottom: 0;
}


.list-title-list{
  border: 1px solid #EAEFF9;
  margin: 10px 0;
  height: 100%;
  
}

.list-title-list .list-title-video{
  position: relative;
  height: 160px;
  display: block;

}

.list-title-list .list-title-video img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-title-list .list-title-video h4{
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.list-title-list .list-title-desc{
  padding: 20px 15px;
  
}

.list-title-list .list-title-desc ul li{
  margin: 10px 0;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: #071D2E;
  font-weight: 500;

}

.list-title-list .list-title-desc ul li::after{
  position: absolute;
  top: 0;
  content: "";
  right: 0;
  width: 20px;
  height: 21px;
  background: url(/images/right-point-i.png);
  background-repeat: no-repeat;
}

.contact-form input{
  height: 50px;
  line-height: 50px;
  border: 1px solid #CBD1DD;
  border-radius: 4px;
}


.contact-form input:focus, .contact-form textarea:focus{
  box-shadow: none !important;
  border: 1px solid var(--primary-color);
  
}

.contact-form textarea {
  height: 124px;
}


.contact-maps-info .contact-map{
  border-radius: 12px;
}

.contact-maps-info .contact-map iframe{
  width: 100%;
  border-radius: 12px;
}

.contact-maps-info .contact-info{
  background-color: #ffefe8;
  padding: 32px;
  height: 100%;
  border-radius: 12px;

}
.contact-maps-info .contact-info h4{
  color: #000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-maps-info .contact-info ul li{
  position: relative;
  padding-left: 40px;
  margin: 15px 0;

}

.contact-maps-info .contact-info ul li .icon{
  position: absolute;
  left: 0;
  top: 0;

}

.contact-maps-info .contact-info ul li a, .contact-maps-info .contact-info ul li span{
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}

.contact-maps-info .contact-info ul li a:hover{
  color: var(--primary-color);
}

.video-lists-row .col-md-6{
  margin-bottom: 30px;
}




@media (max-width: 1440px) {
}
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  
  .pt-100 {
    padding-top: 80px;
  }
  
  .pb-100 {
    padding-bottom: 80px;
  }
  .header-navigation .main-menu ul > li{
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .footer-top ul li a{
    font-size: 16px;
  }

  .home-banner::before{
    width: 60%;
  }
  .banner-inner h1{
    font-size: 42px;
    line-height: 52px;
  }

  .home-banner{
    height: 500px;
  }
.main-title{
  font-size: 36px;
  line-height: 46px;
}

.login-container h1{
  margin: 20px 0;
  font-size:26px;
  line-height: 36px;
}

.login-container input{
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin: 10px 0;
  margin-bottom: 0px;

.login-container .form-group a{
  margin: 10px 0 15px;
}

.vision-container .about-right-content p{
  font-size: 16px;
  line-height: 24px;
}
.vision-container h3, .about-content-last h3{
  font-size: 32px;
  line-height: 42px;
}
.online-consultation-wrapper h4{
  font-size: 36px;
  line-height: 44px;
}

.contact-form input{
  font-size: 14px;
  height: 42px;
}

.contact-form textarea{
  height: 100px;
}

}


@media (max-width: 1367px) {
  .testimonial-slider .slick-arrow{
    top: -57px;
  }

}


@media (max-width: 1199px) {
  .header-searchbar{
    max-width: 200px;
  }
  .header-btn{
    gap: 15px;
  }
  .header-navigation .main-menu ul > li > a{
    font-size: 14px;
  }
  .header-btn .common-btn{
    padding: 0 15px;
  }

  .banner-inner h1{
    font-size: 36px;
    line-height: 46px;
  }

  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  
  .pt-100 {
    padding-top: 70px;
  }
  
  .pb-100 {
    padding-bottom: 70px;
  }

}

@media (max-width: 991px) {

  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  
  .pt-100 {
    padding-top: 60px;
  }
  
  .pb-100 {
    padding-bottom: 60px;
  }
  .header-searchbar{
   display: none;
  }
  .header-right{
    flex-direction: row-reverse;
    flex: 0;
  }
  footer .footer-top{
    flex-direction: column;
    gap: 15px;
  }
  footer .footer-top ul li a{
    font-size: 14px;
  }

  footer .footer-top ul{
    text-align: center;
  }

  .banner-inner h1{
    font-size: 32px;
    line-height: 42px;
  }

  .home-banner{
    height: 400px;
  }

  .banner-inner{
    max-width: 400px;
  }

  .main-title{
    font-size: 32px;
    line-height: 42px;
  }

  .offer-text{
    position: relative;
    top:0;
    right: 0;
  }

  .pricing-right{
    padding-right: 0;
  }

  .client-slider .slick-prev{
    left: 20px;
  }
  .client-slider .slick-next{
    right: 20px;
  }

  .featured-video .video--box .content-box h2{
    font-size: 28px;
    line-height: 38px;
  }

  .featured-video .video--box .play-btn{
    height: 45px;
    width: 45px;
  }

  .featured-video .video--box .play-btn img{
    max-width: 20px;
  }

  .single-video-box .video-content{
    padding: 15px;
  }

  .videos-right .accordian-content{
    margin-top: 30px;
  }

  .videos-right .accordion-button{
    font-size: 22px;
    line-height: 32px;
  }

  .header-navigation .main-menu ul > li.menu-item.active::after{
    display: none;
  }

  .footer-bottom .copyright{
    gap: 15px;
  }
  .footer-bottom .copyright{
    flex-direction: column;

  }
}

@media (max-width: 767px) {
  

  .footer-bottom .copyright ul{
    text-align: center;
  }

  .contact-maps-info .contact-info{
    height: auto;
  }

 

  .banner-inner h1{
    font-size: 30px;
    line-height: 40px;
  }

  .home-banner{
    height: 350px;
  }

  .home-banner::before{
    width: 73%;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  
  .pt-100 {
    padding-top: 50px;
  }
  
  .pb-100 {
    padding-bottom: 50px;
  }
  .hm-about-us .about-thumb{
    margin-bottom: 30px;
  }
  .hm-pricing .toggle-btn{
    flex-direction: column;
    display: flex;
  }

  .pricing-right{
   justify-content: flex-start;
   margin-top: 20px;
  }

  .testimonial-slider .slick-arrow{
    text-indent: -99999px;
    z-index: 1;
  }

  .testimonial-slider .slick-arrow.slick-prev{
    padding: 0 25px 0 15px;
    left: 50%;
    right: auto;
    margin-left: -45px;
  }
  .testimonial-slider .slick-arrow.slick-next{
    padding: 0 15px 0 25px;
    right: 50%;
    margin-right: -48px;
  }
  .testimonial-slider .slick-arrow{
    top: auto;
    bottom: -58px;
  }

  .testimonial-slider{
    margin-bottom: 50px;
  }

  .featured-video .video--box{
    margin: 10px 0;
  }

  .pricing-container{
    padding: 25px;
  }
  .home_slider .slick-dots{
    bottom: -33px;
  }
  .featured-video .video--box .inner-box{
    padding: 20px;
  }

  .featured-video .video--box .content-box h2{
    font-size: 24px;
    line-height: 34px;
  }
  .offer-text img{
    transform: rotate(36deg);
    max-width: 76px;
  }
  .testimonial-slider .items .desc h4{
    margin-bottom: 10px;
    font-size: 20px;
  }

  .hm-about-us .content-box .common-btn{
    margin-top: 20px;
  }
  .hm-about-us .about-thumb{
    margin-top: 40px;
  }
  .videos-right .accordion-button{
    font-size: 20px;
    line-height: 30px;
  }
  .inner-banner{
    height: 350px;
  }

  .vision-container.mission, .vision-container.story{
    width: 100%;
    top: 0;
    margin-top: 20px;
  }
  
  .vision-container.story{
    margin-bottom: 0;
  }

  .vision-container .about-right-content p{
    font-size: 14px;
    line-height: 22px;
  }
  .vision-container h3, .about-content-last h3, .contact-maps-info .contact-info h4{
    font-size: 28px;
    line-height: 36px;
  }
  .online-consultation-wrapper h4{
    font-size: 30px;
    line-height: 40px;
  }

  .contact-maps-info .contact-info{
    margin-top: 20px;
  }

}

@media (max-width: 574px) {


  .ptb-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  
  .pt-100 {
    padding-top: 40px;
  }
  
  .pb-100 {
    padding-bottom: 40px;
  }
  .banner-inner h1{
    font-size: 26px;
    line-height: 36px;
  }

  body{
    font-size: 14px;
  }

  .main-title{
    font-size: 30px;
    line-height: 40px;
  }
  .featured-video .video--box .content-box h2{
    font-size: 22px;
    line-height: 32px;
  }

  .footer-bottom .copyright ul li a, .footer-bottom .copyright p, footer .footer-top ul li a{
    font-size: 13px;
  }
  footer .footer-top{
    padding: 30px 0;
  }
  .header-btn .common-btn{
    padding: 0 10px;
    font-size: 13px;
  }
  .header-btn .login-btn{
    font-size: 13px;
  }
  .common-btn{
    padding: 0 15px;
    font-size: 13px;
  }
  .videos-tabs .nav-item button{
    padding: 3px;
  }
  .inner-banner{
    height: 300px;
  }

  .vision-container{
    flex-direction: column;
    padding: 15px;

  }
  .vision-container .about-right-content{
    width: 100%;
  }

  .vision-container h3{
   margin-bottom: 15px;
  }
}


@media (max-width: 479px) {
  .main-title{
    font-size: 26px;
    line-height: 36px;
  }

  .header-navigation .navbar-toggler{
    margin-left: 18px;
  }

}
.has-error ,.error_message
{
  color: #ff0000;
  font-size: 12px;
}
.couponSection
{
  width: 80%;
}
.subscriptionpart
{
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #FF5D16;
  border-radius:10px;
  box-shadow: 0 4px 6px #0000001a,0 1px 3px #0000000f;
  width: 80%;
}
.money
{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding-right: 5px;
}
.subtitle
{
  color: #000;
  padding: 7px;
  display: inline-block;
}
.smalltext
{
  font-size: 12px;
}
.menu {
            position: relative;
            display: inline-block;
        }
       
        .menu .submenu {
            display: none;
            position: absolute;
            background-color: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            min-width: 150px;
            z-index: 1;
            border-radius: 5px;
            overflow: hidden;
        }
        .submenu a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: black;
            transition: 0.3s;
        }
        .submenu a:hover {
            background-color: #f1f1f1;
        }
        /* Show dropdown when hovering over menu */
        .menu:hover .submenu,
        .menu.active .submenu {
            display: block;
        }


         .sidebar { 
          /* width: 20%; padding: 10px; background: #f4f4f4;  */
        }
        .content { width: 75%; padding: 10px; }
        .menu-bar { list-style: none; padding: 0; margin: 0; display: flex; background: #EAEFF9;margin-bottom: 15px; }
        .menu-bar li { padding: 10px; margin: 5px; cursor: pointer; }
        .submenu { display: none; list-style: none; padding-left: 15px; }
        .menu-bar li:hover .submenu, .sidebar li:hover .submenu { display: block; }
        .video { border: 1px solid #ddd; padding: 10px; margin: 5px; background: #fff; }
        .popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    background: #F7FAFF;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    width:35%;
}
.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    padding: 10px 20px;
}
.hidden
{
  display: none;
}
.video-box
{
  display:inline-grid;
  padding:10px;
  margin:10px;
  width: ;
}
.videocontent
{
  display: inline-grid;
}
.videoTitle
{
    color: #071d2e;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}
.sidebar{
  border: 1px solid #EAEFF9;
  padding: 20px;
  background: #f7faff;
  margin-top: 15px;
  gap: 10px;
}
.footer-top a
 {
  color:#ffffff !important;
 }
 .card-header1
 {
   background-color: #fff;
            color: #071D2E;
            text-align: left;
            padding: 15px;
            font-size: 24px;
            /* font-weight: bold; */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            margin-bottom: 15px;
            text-align: center;
 }
 .card-header1 h1
 {
  margin-top: 20px;
 }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #383f45;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #383f45;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
.form-control
{
  margin: 10px 0;
  font-size: 14px !important;
  margin-bottom: 0px;
}
.form-group
{
  margin-bottom: 20px;
}
.acount-link
{
  margin:10px 0;
}
.acount-link a , .card-header1 h1 , .paymenthistory h3 , .subselect h3 , .link
{color: #FF5D16;}
.paymenthistory
{
  margin-top: 70px;
}
.subselect label{
  line-height: 40px;
}
.card-body
{
  box-shadow: 0px 4px 12px 0px #071D2E1A;
}
.red
{
  color: red;
}
.sidebar .submenu li
{
  padding-left: 0px !important;
}
.menu-bar .submenu , .sidebarz .submenu
{
  /* margin-top: 14px !important; */
}
.sidebar .submenu
{
  /* margin-left: 40px !important;
  padding: 5px; */
  
}
.sidebar .submenu li{
  padding: 10px;
  margin-left: 10px;
}
.menu-bar li.active , .videos-tabs .nav-item.active {
    color: #FF5D16; 
    
}

.submenu li.active , .videos-tabs .submenu li.active{
    color: #FF5D16;
}
.video-tab-item {
    display: flex;
    align-items: center;
    padding-right:20px;
}

.video-tab-item .thumb {
    /* margin-right: 8px; */
    
}

.total-videos {
    position: absolute;
    right: 10px; /* Align count to the right */
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #FF5733; /* Customize as needed */
}
.video-banner
{
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

  .toggle-arrow {
        cursor: pointer;
        margin-left: 10px;
        /* position: absolute; */
  right: 10px;
    }
    .submenu {
        overflow-y: auto;
        display: block;
    }
    .submenu::-webkit-scrollbar {
        width: 6px;
    }
    .submenu::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 3px;
    }
    .popup-content .close{
      text-align: right;
      float: right;
    }
    .popup-content p
    {
      text-align: center;
    }
    .buttonalign .common-btn
    {
      margin-left: 15px;
      margin-right: 15px;
    }.input-error {
    border: 1px solid red !important;
}.input-success {
    border: 1px solid green !important;
}
.success_message {
     display: block;
    background-color: #d4edda; 
    color: #155724; 
    padding: 12px 20px; 
    border-radius: 8px; 
    border: 1px solid #c3e6cb; 
    font-size: 14px; 
    margin-top: 15px; 
    text-align: center;
    animation: fadeIn 0.5s ease-in-out; 
    margin-bottom: 20px;
}
.hideme
{
  display: none;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#success_message .close-btn {
    float: right;
    font-weight: bold;
    cursor: pointer;
    color: #155724; 
    margin-left: 10px;
}
.custom-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it appears on top */
    backdrop-filter: blur(5px); /* Blur effect */
}

/* Alert Box */
.custom-alert {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    animation: fadeIn 0.3s ease;
}

/* Alert Message */
.custom-alert p {
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
}

/* Alert Button */
.custom-alert button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #4CAF50; /* Green for success */
    color: white;
    font-size: 16px;
}

/* Button Hover Effect */
.custom-alert button:hover {
    background-color: #45a049;
}

/* Error Style */
.custom-alert.error button {
    background-color: #F44336; /* Red for error */
}

/* Fade-in Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
#back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #000;         
  color: #fff;                     
  font-size: 24px;
  padding: 12px 16px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  z-index: 9999;
}

#back-to-top:hover {
  background-color: #444;        
  transform: scale(1.1);         
}