@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playball&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playball&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/***** General CSS *****/



body {

  word-break: break-word;

  font-family: "Poppins", sans-serif;

  color: #393939;

  overflow-x: hidden;

  font-size: 16px;

  line-height: 24px;

  font-weight: 400;

  letter-spacing: 2%;

}



:root {

  --p-color: #af0919;

  --b-color: #000;

  --w-color: #fff;

}



a {

  text-decoration: none;

  color: var(--b-color);

  white-space: initial;

}



a:hover,

a:focus {

  text-decoration: none;

  color: var(--p-color);

}



a:hover {

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

}



img {

  max-width: 100%;

}



@font-face {

  font-family: "Fontawesome";

  src: url(../fonts/fontawesome-webfont.eot);

  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),

    url(../fonts/fontawesome-webfont.woff) format("woff"),

    url(../fonts/fontawesome-webfont.ttf) format("truetype"),

    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



ul {

  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;

}



p {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

  font-weight: inherit;

}



h1 {

  font-size: 55px;

  line-height: 60px;

}



h2 {

  font-size: 45px;

  line-height: 50px;

}



h3 {

  font-size: 24px;

  line-height: 36px;

  font-weight: 600;

}



h4 {

  font-size: 20px;

  line-height: 30px;

  font-weight: 600;

}



h5 {

  font-size: 16px;

  line-height: 24px;

  font-weight: 500;

}



h6 {

  font-size: 18px;

  line-height: 23px;

}



select {

  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

  color: #575757;

}



::-moz-placeholder {

  color: #575757;

  opacity: 1;

}



:-ms-input-placeholder {

  color: #575757;

}



:-moz-placeholder {

  color: #575757;

  opacity: 1;

}



/*header css start */



.menuSec {

  padding: 0px 0;

}



.menuSec img {

  margin: 0;

}



.menuSec ul {

  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  text-align: right;

  text-transform: capitalize;

}



.menuSec ul li {

  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;

}



.menuSec li ul {

  display: none;

}



.menuSec ul li a {

  position: relative;

  display: inline-block;

  text-decoration: none;

  color: #393939;

  padding: 10px 23px;

  font-size: 13px;

}



.menuSec ul li:last-child a {

  padding-right: 0px;

}



.menuSec ul li:last-child a:after {

  display: none;

}



.menuSec ul li a:hover,

.menuSec ul li a.active {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: var(--p-color);

}



.menuSec li:hover > ul {

  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;

}



.menuSec li > ul > li > a {

  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;

}



.menuSec li > ul > li,

.menuSec li > ul > li > a {

  display: block;

  margin: 0;

}



.menuSec li > ul > li > a:before,

.menuSec li > ul > li > a:after {

  display: none;

}



.menuSec li:hover li {

  float: none;

}



.menuSec li ul li a:hover {

  background-color: #ffffff;

  color: #000000 !important;

}



.menuSec ul ul ul {

  left: 100%;

  top: 0;

}



.menuSec li > ul > li:hover > ul {

  left: 230px;

  top: 0px;

  width: 270px;

}



.droopdwon li:hover > ul {

  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 40px;

}



.droopdwon {

  float: left;

}



.droopdwon li:hover li a:hover {

  background-color: #ffffff;

  color: #000 !important;

}



/*header css start */



.dropdown-menu {

  position: absolute !important;

  z-index: 1000;

  display: block;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0;

  font-size: 1rem;

  color: #212529;

  text-align: left !important;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;

}



/*banner css start */



.carousel-inner > .item > a > img,

.carousel-inner > .item > img {

  width: 100%;

}



.carousel-control.right,

.carousel-control.left {

  background: none;

  opacity: 1;

  width: 50px;

  height: 50px;

  top: initial;

  top: 40%;

  background: rgba(255, 255, 255, 0.1);

  text-shadow: none;

}



.carousel-control.right:hover,

.carousel-control.left:hover {

  background: rgba(255, 27, 27, 0.6);

  color: #fff;

}



.carousel-control.right .fa,

.carousel-control.left .fa {

  position: relative;

  top: 12px;

  font-size: 20px;

  color: #fff;

  opacity: 0.5;

}



.carousel-control.right {

  right: 0px;

}



.carousel-control.left {

  left: 0px;

}



.carousel-indicators [data-bs-target] {

  box-sizing: content-box;

  flex: 0 1 auto;

  width: 10px;

  height: 12px;

  padding: 0;

  margin: 3px !important;

  text-indent: -999px;

  cursor: pointer;

  background-color: #fff;

  background-clip: padding-box;

  border: 0;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  opacity: 1;

  /* transition: opacity 0.6s ease; */

  border-radius: 20px;

}



.carousel-caption {

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  margin: 0;

  padding: 0;

  color: #fff;

  text-align: left;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;

  background: rgba(0, 0, 0, 0.1);

}



.carousel-indicators li {

  border: none;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  background: #fff;

  width: 12px;

  height: 12px;

  margin: 0;

}



.carousel-indicators .active {

  margin: 0;

  background-color: #28b16d;

  width: 10px;

  height: 12px;

}



/*banner css end*/



.blog_sec {

  padding: 5% 0;

}



/*slick slider in tabs css start*/



/* Sign Up Page css start  */



section.login {position: relative;/*overflow: hidden;*/overflow: scroll;padding: 80px 0;/*display: flex;*/display: block;justify-content: center;align-items: center;height: 100vh;position: relative;overflow-x: hidden;}



/*section.login .wraperBox {position: relative;padding: 30px 20px 20px;margin: 0px auto;display: table;border-radius: 3px 3px 0px 0px;}*/

section.login .wraperBox {position: relative;padding: 10px 0px 0px;/*background: #af0919;*//* background: #1a99dc57; */margin: 0px auto;display: table;border-radius: 3px 3px 0px 0px;}



section.login .siteLogo {

  position: relative;

  display: table;

  margin: 0px auto;

}



section.login .siteLogo a {

  display: inline-block;

}



section.login .siteLogo a img {position: relative;width: 55%;display: table;margin: 0px auto;transition: 0.9s;}



section.login .secWraper {position: relative;display: flex;box-sizing: border-box;width: 40%;justify-content: center;align-items: center;margin: 0px auto;box-shadow: 0px 0px 10px 0px #00000069;background: #ffffff;overflow: hidden;border-radius: 5px;transition: 0.9s;}



section.login .wraperBox .userBtns {

  position: relative;

  display: flex;

  flex-direction: column;

  text-align: center;

  align-items: center;

  gap: 20px;

}



section.login .siteLogo a img:hover {

  transform: translate(3px, 0px) rotate(1deg);

}



section.login .wraperBox .userBtns a {

  display: inline-block;

  font-size: 18px;

  font-weight: 600;

  line-height: 26px;

  color: #fff;

  background: #a00a1a;

  padding: 12px 30px;

  width: auto;

  border-right: 3px solid #830713;

  transition: 0.9s;

  cursor: pointer;

  box-sizing: border-box;

  box-shadow: 0px 0px 3px 1px #00000036;

  letter-spacing: 1px;

}



section.login .wraperBox .userBtns a:hover {

  background: #fff;

  color: #000;

  transform: translate(0px, -6px);

}



section.login .wraperBox .userBtns .siteLogo a {

  padding: 0;

  background: unset;

  font-size: 0;

  border: unset;

  box-shadow: unset;

}



section.login .wraperBox form {

  position: relative;

}



/*section.login .secWraper form {

  position: relative;

  padding: 30px 50px;

}*/

section.login .secWraper form {

  position: relative;

  padding: 12px 20px 30px;

}



section.login .secWraper form .fm-fields {

  margin-bottom: 16px;

}



section.login .secWraper form .fm-fields label {display: flex;align-items: center;font-size: 16px;line-height: 30px;font-weight: 600;color: #ffffff;padding-bottom: 3px;gap: 10px;}



section.login .secWraper form .fm-fields input {width: 100%;border: 0px;border-bottom: 1px solid #00000040;padding: 8px 10px;font-size: 13px;font-weight: 500;!i;!;!i;!;}

.custom-checkbox label {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-checkbox input#remember {
    width: 20px;
    height: 20px;
}


section.login .secWraper form .fm-fields input::placeholder {

  font-size: 14px;

  line-height: 24px;

  color: #000000;

  font-weight: 500;

}



section.login .send-fomr {

  display: inline-block;

  position: relative;

  width: 100%;

  text-align: center;

  margin: 10px 0 16px;

}



section.login .secWraper .row {

  margin: 0px auto;

}

.login-background.sign-background {
    height: 130vh;
}


section.login .send-fomr button {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    background: #1a99dc;
    padding: 14px 30px;
    transition: 0.9s;
    box-sizing: border-box;
    box-shadow: 2px 5px 20px 4px #44444424;
    border: 0px;
    /*border-right: 3px solid #db177b;*/
    width: 100%;}



section.login .send-fomr button:hover {

  background: #000;

  color: #fff;

  transform: translate(0px, 4px);

}



section.login .notify-para p {font-weight: 500;color: #000000;text-transform: capitalize;margin-bottom: 0px;font-size: 14px;}



section.login .notify-para p a {text-decoration: underline;font-weight: 700;color: #db177b;}



section.login .secWraper:hover {

  transform: translate(0px, -5px);

}



section.login .secWraper form .fm-fields label i {

  position: relative;

  transition: 0.9s;

  cursor: pointer;

  display: flex;

  justify-content: center;

  align-items: center;

  font-family: "FontAwesome";

  font-size: 16px;

  font-weight: 600;

  width: 20px;

}


.login-background {
    position: absolute;
    top: 0;
    left: 0;
    /* overflow-x: hidden; */
    width: 100%;
    height: 100vh;
}

.login-background video {
    width: 100%;
    height: 101%;
    object-fit: cover;
}
/* Sign Up Page css end */



section.login.loginPage {position: relative;overflow-x: hidden;overflow-y: hidden;padding: 60px 0 0;}



section.login.loginPage label.login-page {font-family: "Open Sans", sans-serif;font-size: 20px !important;line-height: 28px !important;color: #000000 !important;}



section.login.loginPage input.login-mail {

  padding: 10px 0px !important;

  color: #000 !important;

  font-size: 20px !important;

  line-height: 30px !important;

}



section.login.loginPage input.login-mail::placeholder {

  padding: 10px 0px !important;

  color: #000 !important;

  font-size: 18px !important;

  line-height: 32px !important;

  font-family: "poppins";

  font-weight: 600 !important;

}



section.login.loginPage .fm-fields {

  margin-bottom: 40px !important;

}



section.login.loginPage .send-fomr {

  margin-bottom: 30px;

}



section.login.loginPage input#password {

  background-image: url(../images/see_pass.png);

  background-repeat: no-repeat;

  background-size: 20px 20px;

  background-position: 98% 50%;

}



body.acconts {

  display: block;

}

/* ====================== MAIN SECTION CSS START ================================ */



/* Basic reset and styling */

body {

  margin: 0;

  padding: 0;
  
  display: flex;

}



header {

  padding: 10px 0px;

  position: relative;

}



aside {
    width: 200px;
    height: 100vh;
    transition: width 0.3s;
    overflow: hidden;
    position: relative;
    /* border-right: 1px solid #000; */
    /*box-shadow: 3px 0px 10px 0 #00000061;*/
}
aside > nav{
    height: 100vh;
    position: fixed;
    background: #fff;
    border-right: 1px solid #000;
    width: 200px;
    transition: width 0.3s;
}
.active-side > nav {
    width: 70px;
    transition: width 0.3s;
}
.active-side + main {
    max-width: 100%;
    transition: width 0.3s;
    
}

nav ul {

  list-style: none;

  padding: 0;

}



nav ul li {

  margin: 10px 0;
  

}
nav ul li .arrow_drp{
  color: var(--p-color);
  margin-right:10px;
}
.arrow_drp{
  cursor: pointer;
}
nav ul li:nth-child(3){
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.drp_dn {
    display: block;
    width: 100%;
    background: #af0919;
}

ul.drp_dn li {
    margin: 0;
}

ul.drp_dn li a {
    color: #fff;
    display: block;
    width: 100%;
}

ul.drp_dn li a:hover {
    background: #fff;
    color: #af0919;
}
ul.drp_dn li a:hover:before {
    width: 0 !important;
}

nav ul li a {

  text-decoration: none;

  padding: 10px 20px;

  font-size: 16px;

  display: flex;

  align-items: center;

  /*color: #818181;*/
  color: #000;

  line-height: 26px;

  transition: 0.9s;

  font-weight: 400;

  gap: 16px;

  position: relative;

}



main {
    flex: 1;
    height: 100%;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    padding: 30px 40px 40px 40px;
    width: auto !important;
    max-width: 90%;
}



aside nav ul li.logoLI {

  margin-top: 0px !important;

  margin-bottom: 50px;

}



nav ul li a i {

  /*color: #818181;*/
  color: #000;

  font-size: 18px !important;

  transition: 0.9s;

  position: relative;

}



nav ul li a span {

  position: relative;

  z-index: 12;

  transition: 0.9s;

}



aside nav {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100vh;

}



aside nav ul.logout-UL li {

  margin: 0px !important;

}



aside nav ul.logout-UL {

  margin-bottom: 60px;

}



nav ul li a:before {

  position: absolute;

  content: "";

  width: 0%;

  height: 100%;

  left: 0;

  top: 0;

  background: #db187b;

  transition: 0.9s;

}



nav ul li a:hover:before {

  width: 100%;

}



nav ul li a:hover span {

  color: #fff;

}



/* nav ul li a:hover i {

  color: #fff;

} */



nav ul li a:hover i {

  color: #fff;

  transform: rotate(20deg);

}



aside nav ul li.logoLI a:before {

  display: none;

}

aside nav ul li a.active:before {

  width: 2% !important;

}



aside nav ul li a.active span {

  color: var(--p-color);

}



aside nav ul li a.active i {

  color: var(--p-color);

}



/* Header Css Start  */

/* header 

 {

  text-align: right;

} */



header button {

  border: 0;

  padding: 0;

  background: transparent;

  font-size: 24px;

  transition: 0.9s;

  cursor: pointer;

  display: inline-block;

  float: right;

}



header .canvas button:hover {

  color: var(--p-color);

  transform: rotate(360deg);

}



header h3 {

  color: #000;

}



.menu-toggle {

  font-size: 24px;

  background: none;

  border: none;

  cursor: pointer;

  z-index: 1000;

}



.offcanvas-menu {

position: fixed;

top: 0;

right: -100%;

width: 100%;

height: 100%;

background-color: var(--p-color);

color: white;

transition: right 0.3s ease;

padding: 20px;

box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);

display: flex;

justify-content: center;

align-items: center;

z-index: 9999;
}



.offcanvas-menu.active {

  right: 0;

}



.close-menu {

  border: none;

  color: white;

  font-size: 24px;

  position: absolute;

  right: 31%;

  top: 10%;

  width: 40px;

  height: 40px;

  background: #ffff;

  border-radius: 45px;

  transition: 0.9s;

}

.close-menu i {

  color: var(--p-color);

  transition: 0.9s;

}



.close-menu:hover {

  transform: rotate(360deg) scale(1.3);

}



/* Header Css End */



section.data-set {

  position: relative;

  padding-top: 10px;

}



section.data-set .card {
    text-align: center;
    padding: 40px 30px 40px;
    position: relative;
    border: 0px;
    border-radius: 0px;
    transition: 0.9s;
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid #000;
    margin: 0 0 20px;
}



section.data-set .card h6 {

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 0px auto;

  width: 60px;

  height: 60px;

  border-radius: 45px;

  background: #e5e5e5;

  transition: 0.9s;

  cursor: pointer;

  box-shadow: 0px 0px 8px 2px #00000040;

  outline: 1px solid transparent;

}



section.data-set .card h6 i {

  font-size: 24px !important;

  color: #000;

  transition: 0.9s;

}



section.data-set .card h5 {

  margin-top: 40px;

  font-size: 18px;

  line-height: 20px;

  font-weight: 500;

  color: #000;

  margin-bottom: 12px;

  transition: 0.9s;

}



section.data-set .card p {

  margin: 0px;

  font-size: 14px;

  line-height: 22px;

  color: #909090;

  font-weight: 400;

  transition: 0.9s;

}



section.data-set .card:hover {
    /* background-color: var(--p-color); */
    box-shadow: 0 0 20px 0 #00000073;
    height: auto;
}



section.data-set .card:hover h6 {

  outline: 1px solid #000;

  outline-offset: -30px;

  transform: rotate(360deg);

}



section.data-set .card:hover h6 i {
  color: #dc1c7e;
}



section.data-set .card:hover h5 {

  color: #000;

  transform: translate(0px, -3px);

}



section.data-set .card:hover p {

  color: #ffff;

  transform: translate(0px, -3px);

}



.offcanvas-menu ul {

  margin: 0px;

  display: flex;

  flex-direction: column;

  gap: 10px;

  width: 30%;

  background: #fff;

  padding: 50px 50px;

}



.offcanvas-menu ul li a {

  font-family: "Poppins";

  font-size: 20px;

  line-height: 30px;

  color: var(--p-color);

  text-transform: capitalize;

  transition: 0.9s;

  display: block;

  font-weight: 500;

  padding: 14px 20px;

}



.offcanvas-menu ul li a:hover {

  transform: translate(0px, 4px);

  color: #fff;

  background-color: #000;

}



.close-menu:hover {

  transform: rotate(360deg) scale(1.3);

}



header .row {

  align-items: center;

}



/* ====================== MAIN SECTION CSS END ================================ */



section.pricing-wrap {
  padding: 100px 0;
}

.pricing-text-head h2 {
  font-size: 41px;
  font-weight: 600;
  line-height: 54px;
  font-family: "Inter", sans-serif;
  color: #AF0919;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
}

.pricing-text h2 {
  color: #000;
}

.pricing-text h4 {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 20px;
}

.pricing-text ul {
  margin: 0;
}

.pricing-text {
  margin: 20px 0;
}

.pricing-text li a {
  color: #334155;
  line-height: 35px;
  font-family: "Inter", sans-serif;
}
header h3 span {
  display: block;
}
.pricing-box {
  border: 0.57px solid #E2E8F0;
  background: #fff;
  font-family: "Inter", sans-serif;
  padding: 20px 10px;
  overflow: hidden;
  position: relative;
}
.pricing-head {
  text-align: center;
}

.pricing-head h2 {
  color: #000;
  font-size: 23px;
  margin-bottom: 14px;
  font-weight: 400;
}

span.price {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.pricing-head p {
  font-size: 10px;
}

.pricing-head button {
  width: 100%;
  border: unset;
  background: #000;
  color: #fff;
  padding: 10px 0;
} 
.pricing-list ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.pricing-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 50px;
}

.pricing-list i {
    color: #af0919;
}

.pricing-list ul li span {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.member-body {
  background: #fafafa;
}
span.discount {
    background: #AF0919;
    color: #fff;
    position: absolute;
    right: 10px;
    top: -50px;
    writing-mode: vertical-lr;
    transform: rotate(-35deg);
    font-size: 10px;
    text-align: center;
    width: 30px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-box.pricing-box-active {
  border: 1px solid #000000;
}
.pricing-box.pricing-box-active {
    border: 1px solid #000000;
}

.pricing-box.pricing-box-active .pricing-head button {
    background: #af0919;
}
section.meet form button.p-btn {
  border: 0px !important;
  width: 100%;
}

section.meet .box {
  position: relative;
  margin-bottom: 40px;
}

section.meet .box .profile-img {
  position: relative;
  z-index: 12;
}

section.meet .box .profile-img:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0%;
  right: 0%;
  top: 0%;
  margin: 0px auto;
  background: #af091996;
  border-radius: 3px;
  transition: 0.4s;
  border-radius: 10px;
}

section.meet .box .profile-img:hover:before {
  width: 100%;
  cursor: pointer;
}

section.meet .box .prof-text {
  padding-top: 10px;
}

section.meet .box .prof-text h6 {
  color: #000;
  margin-bottom: 15px;
  font-size: 30px;
}

section.meet .box .prof-text p {
  color: #2b292a;
}

section.meet .box .prof-text a.p-btn {
  width: 100%;
  text-align: center;
}
.p-btn {
  padding: 10px 35px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  transition: 0.4s;
  z-index: 1;
  display: inline-block !important;
  position: relative;
}

.p-btn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  background-color: var(--p-color);
  border-radius: 4px;
  top: 0;
  z-index: -1;
  transition: 0.4s;
  bottom: 0;
}

.p-btn:hover {
  color: #fff;
}

.p-btn:hover:before {
  width: 100%;
}
.profile-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}
.pd-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

section.pf-det .row {
  align-items: center;
}

.pf-text h2 {
  color: #000;
  font-size: 50px;
}

.pf-text p {
  line-height: 30px;
}

.pf-text {
  width: 80%;
}

section.pf-det {
  padding: 70px 0;
}
.side-bar-box {margin-top: 50px;/* border: 1px solid #00000033; */border-bottom: unset;margin-top: 50px;}

.side-bar-box h4 {
  color: rgb(0 0 0);
  font-size: 28px;
  border: 1px solid #00000033;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  border-bottom: unset;
  padding: 15px 18px;
}

.side-bar-box p {
  color: rgb(255, 255, 255);
}

.search-filter select {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid rgb(255, 43, 0);
  margin: 0px 0px 20px;
  color: rgb(255, 255, 255);
  padding: 0px 10px;
  background-position-x: 97%;
  font-family: 'Raleway';
}

.side-bar-box table {
    width: 100%;
}


.side-bar-box tr {
    line-height: 40px;
}

.side-bar-box td {
    padding: 0 20px;
    border: 1px solid #00000047;
}
/*faqs-sec*/
.faq-sec{
  position: relative;
}
.faq-sec .accordion-button{
  background: #000;
}
.faq-sec .accordion-button:not(.collapsed)::after{
  /* background-image: url("../images/accordion-button-bg1.png") ; */
}
.faq-sec .accordion-button::after{
  /* background-image: url("../images/accordion-button-bg.png") ; */
  filter: brightness(12.5);
}
.faq-sec .accordion-item span{
  position: absolute;
  left: 0;
  top: 50%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--p-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Roboto';
  transform: translate(-50%, -50%);
  z-index: 1;
}
.faq-sec .accordion-item{
  background: #000;
  position: relative;
  margin: 30px 0;
  border-radius: 10px;
  padding: 20px 30px;
}
.faq-sec .accordion-button{
  padding: 10px 20px;
  margin: 0;
  font-size: 21px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.faq-sec .accordion-body p{
  color: #fff;
  margin: 0;
}
.faq-sec .accordion-button:focus{
  border-color: #000;
  box-shadow: inherit;
}
  .faq-sec .accordion-button:not(.collapsed) {
  color: var(--p-color);
  background-color: #000;
  box-shadow: inherit;
}
div#accordionExample {
    width: 70%;
    margin: 0 auto;
}
/*faqs-sec*/

/* Contact Section Begin */

.contact-form form {
  position: relative;
}



.contact-form .form-group {
  position: relative;
}
.contact-form .form-group::after{
  content: '';
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 1px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-form form input.form-control {
  height: 52px;
  border-radius: 5px;
  font-size: 15px;
  padding-left: 70px;
  border: 1px solid #c6c6c6;
  line-height: 0;
  box-shadow: none;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: 'Roboto';
  display: flex;
  border-radius: 35px;
}
.contact-form form input.form-control::placeholder{
    color: #909091;
    opacity: 1;
}
.contact-form form textarea.form-control {
  font-size: 15px;
  padding-left: 70px;
  padding-top: 13px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: none;
  background-color: transparent;
  margin-top: 20px;
  color: #000;
  border-radius: 20px;
}

.contact-form .email {
  padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-family: 'Abril Fatface', cursive;
}


.contact-form form textarea.form-control::placeholder{
    color: #909091;
}
.contact-form form .phone:before {
  position: absolute;
  content: '';
  width: 42px;
  height: 50px;
  background: url(../images/fom4.png);
  background-repeat: no-repeat;
  left: 16px;
  z-index: 1;
}

.footer_logo img {
    width: 30%;
}

.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}

.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #909091;
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #af0919;
    border: 1px solid #af0919;
    height: 70px;
    width: 70px;
    border-radius: 50px;
}

.cicle-icon img {
  margin: 0 auto;

}

.contact-info {
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    border-radius: 10px;
    margin-top: 20px;
    gap: 10px;
}

.contact_text h2 {
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Poppins';
  text-transform: uppercase;
}

.contact_text {
  padding-top: 17px;
}

.contact_text p {
  font-size: 16px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 4px;
  font-weight: 400;
  font-family: 'Poppins';
  letter-spacing: 1px;
}

.contact_text p a {
  font-size: 22px;
  color: #8b8b8b;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
  font-family: 'Poppins';
}


.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
  color: #8b8b8b;
}

.contact_text p a.email-text {
  font-size: 15px;
  color: #8b8b8b;
}

.contact_text p a.email-text:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
.lg-btn {
    width: 100%;
}
.primary-btn {
    /* display: inline-block; */
    padding: 8px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #00aa00;
    color: #fff;
    text-align: center;
    transition: all .4s ease;
    border: 2px solid transparent;
    border-radius: 4px;
}
.cp{
  font-size: 17px;
  line-height: 27px;
}
.contact_heading{
  margin-bottom: 30px;
}
.contact_heading h2{
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar h3 {
    position: relative;
    margin-bottom: 68px;
}
.contact-side-bar h3:before {
    content: '';
    position: absolute;
    background-image: url(../images/border-img.png);
    width: 90%;
    height: 61%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -105%;
}

.contact-main-sec {
    padding: 80px 0;
}
.contact-form .form-group i {
    position: absolute;
    top: 17px;
    left: 13px;
    color: #7e7e7e;
    font-size: 20px;
}

.name.form-group i {
    color: #af0919;
}
.details.form-group i {
    color: #dfb744;
}
.detailss.form-group i {
    color: #af0919;
}
.contact-form h3 {
    position: relative;
    margin-bottom: 50px;
}
.contact-us-form {
    margin-top: 40px;
}
.btn-sub {
  color: var(--main-blue);
  background: transparent;
  border: 1px solid #000;
  padding: 8px 45px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-sub:hover {
  color: #fff;
  background: #af0919;
}
section.contact-main-sec {
  /* padding: 200px 0; */
  background: url(../images/abt-pillars.png);
  background-size: cover;
  background-position: center;
}
h2.main-head {
    color: #000;
}
/*CONTACT END*/

.main-toogle-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.toggle-switch-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-toogle-box h5 {
    color: #000;
    margin: 0;
}
.toggle {
  position: relative;
  display: inline-block;
}

.toggle__input {
  display: none;
}

.toggle__label {
  display: block;
  width: 60px;
  height: 30px;
  background-color: #AF0919;
  border-radius: 99px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.toggle__input:checked + .toggle__label::after {
  left: 32px;
}

.toggle__label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 0.3s ease;
}
.row.monthly-pricing.hidden {
  display: none;
}
.row.monthly-pricing1.hidden {
  display: none;
}

.modal-open .modal {
    background: #000000a1;
}

.modal {
    opacity: 1 !important;
}

.modal-dialog {
    margin: 210px auto 0 !important;
}

a {
    cursor: pointer;
}
    




#sidebar-toggle a span {
    color: #000;
    text-transform: uppercase;
}

.sider-toggle span {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
}

.sider-toggle {
    border: unset;
    background: transparent;
    padding-left: 20px;
    padding-top: 50px;
}

.sider-toggle i {
    font-size: 20px;
}
.active-side {
    width: 70px;
}
.active-side li, .active-side span {
    white-space: nowrap;
}

.active-side span {
    display: none;
}

nav ul li, nav ul li span {
    white-space: nowrap;
}
a.header-logo-user img {
    width: 200px;
    margin-top: -30px;
}


/*  Header Nav Bar Start */

.search-nav {
    background: #efefef;
    position: relative;
    z-index: 1;
    padding: 24px 30px 24px 30px;
    margin-bottom: 0;
    /* border-left: 1px solid #e9e9eb; */
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 7px;
    height: 60px;
    padding-left: 80px;
    font-family: 'Montserrat';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 0;
    margin-right: 20px;
    z-index: 999;
    position: relative;
}

a.mailbox i {
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 1;
    /* border: 1px solid #e7e7e7; */
    /* width: 40px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.mailbox span {
    width: 5px;
    height: 5px;
    background: #af0919;
    padding: 1px;
    position: absolute;
    top: 11px;
    right: 0px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
    align-items: baseline;
}

.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #04172b;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #256c42;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: -20px;
    width: 230px;
    background: #af0919;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #af0919;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #000;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #000000;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: -46px;
    width: 124px;
    background: #000000;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #af0919;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #777777;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    width: 80%;
}


/* Profile Box */


.loader {
  position: relative;
  width: 75px;
  height: 100px;
}

.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: rgb(0, 0, 0);
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite;
}

.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite;
}

.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite;
}

.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite;
}

.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite;
}

.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: rgb(175 9 25);
  border-radius: 50%;
  -webkit-animation: ball624 4s infinite;
  animation: ball624 4s infinite;
}

@keyframes ball624 {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(8px, -14px);
  }

  10% {
    transform: translate(15px, -10px);
  }

  17% {
    transform: translate(23px, -24px);
  }

  20% {
    transform: translate(30px, -20px);
  }

  27% {
    transform: translate(38px, -34px);
  }

  30% {
    transform: translate(45px, -30px);
  }

  37% {
    transform: translate(53px, -44px);
  }

  40% {
    transform: translate(60px, -40px);
  }

  50% {
    transform: translate(60px, 0);
  }

  57% {
    transform: translate(53px, -14px);
  }

  60% {
    transform: translate(45px, -10px);
  }

  67% {
    transform: translate(37px, -24px);
  }

  70% {
    transform: translate(30px, -20px);
  }

  77% {
    transform: translate(22px, -34px);
  }

  80% {
    transform: translate(15px, -30px);
  }

  87% {
    transform: translate(7px, -44px);
  }

  90% {
    transform: translate(0, -40px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }

  40% {
    transform: scale(1, 0.2);
  }

  50% {
    transform: scale(1, 1);
  }

  90% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 0.2);
  }
}

@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }

  40% {
    transform: scale(1, 0.2);
  }

  50% {
    transform: scale(1, 1);
  }

  90% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 0.2);
  }
}

@-webkit-keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }

  40% {
    transform: scale(1, 0.4);
  }

  50% {
    transform: scale(1, 0.8);
  }

  90% {
    transform: scale(1, 0.8);
  }

  100% {
    transform: scale(1, 0.4);
  }
}

@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }

  40% {
    transform: scale(1, 0.4);
  }

  50% {
    transform: scale(1, 0.8);
  }

  90% {
    transform: scale(1, 0.8);
  }

  100% {
    transform: scale(1, 0.4);
  }
}

@-webkit-keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }

  100% {
    transform: scale(1, 0.6);
  }
}

@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }

  100% {
    transform: scale(1, 0.6);
  }
}

@-webkit-keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }

  40% {
    transform: scale(1, 0.8);
  }

  50% {
    transform: scale(1, 0.4);
  }

  90% {
    transform: scale(1, 0.4);
  }

  100% {
    transform: scale(1, 0.8);
  }
}

@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }

  40% {
    transform: scale(1, 0.8);
  }

  50% {
    transform: scale(1, 0.4);
  }

  90% {
    transform: scale(1, 0.4);
  }

  100% {
    transform: scale(1, 0.8);
  }
}

@-webkit-keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }

  40% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1, 0.2);
  }

  90% {
    transform: scale(1, 0.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }

  40% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1, 0.2);
  }

  90% {
    transform: scale(1, 0.2);
  }

  100% {
    transform: scale(1, 1);
  }
}



#onload-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff; /* optional background for overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    
}

#onload-image.active {
    visibility: visible;
    opacity: 1;
}
.heading_main_page .page_main_heading.text-center {
    width: 80%;
}
div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0.75em 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 400px;
    font-size: 12px;
    overflow-y: scroll !important;
}

.heading_main_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading_main_page

.heading_main_page a#user_manual_btn {
    margin: 0 !important;
}
.heading_main_page a#user_manual_btn {
    margin-top: 0;
}
.heading_main_page h3 {
    margin-bottom: 0;
    text-align: left;
}
input.searchInput {
    height: 26px;
    border: 1px solid;
}
section.dataset-main-sec.dataset-main-sec-pg button.dt-button.buttons-collection.buttons-colvis {
    background: #af0919;
    color: #fff;
    border-color: #af0919;
    border-radius: 20px;
    padding: 8px 30px;
}

section.dataset-main-sec.dataset-main-sec-pg button.dt-button.buttons-collection.buttons-colvis span.dt-button-down-arrow {
    color: #fff;
    opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    main {
        max-width: 87%;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1550px){
    main {
        max-width: 88%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px){


section.data-set .row .col-lg-3 {
    width: 50%;
}

section.data-set .card a {
    margin-left: 58px !important;
    width: 70%;
}

section.data-set .card {
    padding: 20px 10px 20px;
}

.btn1 {
    margin-left: 0 !important;
    width: fit-content !important;
}

main {
    max-width: 80%;
}

.heading_main_page .page_main_heading.text-center {
    width: 70%;
}

.contact-info {
    padding: 10px;
    gap: 0;
}

.cicle-icon i {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.contact_text p a {
    font-size: 16px;
}

.contact_text p a.email-text {
    font-size: 11px;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px){
section.data-set .row .col-md-3 {
    width: 50%;
}

.user-profile-box {
    gap: 5px;
}

ul.header-profile-list {
    gap: 20px;
    margin-right: 0;
}

section.data-set .card> a {
    margin-left: 60px;
}

section.data-set .card {
    padding: 20px 10px 20px;
    text-align: center;
    margin: 0 auto 20px;
}

.btn1 {
    position: relative;
}

.viewtext-btn {
}

section.data-set .card a {
    margin-left: 0 !important;
    position: relative !important;
    left: 0;
    right: 0;
    justify-content: center;
}

.search-field {
    width: 50%;
}

.search-container {
    align-items: center;
    margin-top: 20px !important;
}

section.data-set .card h6 {
    margin: 10px auto  !important;
}

main {
    max-width: 80%;
    padding: 30px 40px 40px 70px;
}

    #user_manual_btn {
        padding: 0 10px !important;
        font-size: 12px !important;
    }
.contact-form {
    margin: 0 0 20px;
}

}

@media only screen and (min-width: 300px) and (max-width: 767px){
aside {
    z-index: 9999;
    width: auto;
}
nav ul li a {
    font-size: 12px;
    padding: 5px 20px;
}

nav ul li {
    margin: 6px 0;
}

.active-side + main {
    padding: 30px 10px 40px 10px;
        max-width: 80%;
}

a.header-logo-user img {
    width: 100px;
}

ul.header-profile-list {
    justify-content: flex-start;
}

ul.notification-messages-list {
    right: -160px;
    width: 190px;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 11px;
}

ul.notification-messages-list li .notification-img img {
    width: 26px;
    height: 26px;
}

ul.notification-messages-list li a {
    gap: 5px;
}

.notification-dropdown-btns a {
    width: fit-content;
}

ul.notification-messages-list li {
    padding: 5px 6px;
}

.user-profile-dropdown {
    right: -6px;
}

.user-profile-dropdown {
    right: -6px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

section.data-set .card {
    padding: 20px 5px 20px !important;
}

section.data-set .card h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}

section.data-set .card h6 {
    width: 40px;
    height: 40px;
    font-size: 12px !important;
}

section.data-set .card h6 i {
    font-size: 16px !important;
}

.sider-toggle span {
    font-size: 14px;
}


.heading_main_page .page_main_heading.text-center {
    width: 100%;
}

.search-button {
    font-size: 12px;
}

.sider-toggle span {
    font-size: 14px;
}

.search-container {
    margin-top: 0 !important;
}

.search-field {
    width: 100% !important;
    font-size: 12px !important;
}

.heading_main_page .page_main_heading.text-center {
    width: 100%;
}

.search-button {
    font-size: 12px;
}

    section.data-set .card a {
        margin-left: 0 !important;
        position: relative !important;
        font-size: 13px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
        justify-content: center;
    }

section.data-set .card {
    padding: 10px 20px 10px;
    margin: 0 auto 0;
    text-align: center;
}

.list-group-item {
    padding: 10px 0;
}

section.data-set .card h6 {
    margin: 0 auto 0 !important;
}

.btn1 {
    top: 5px;
    height: 30px;
    padding: 0 20px;
}

.coming_soon {
    font-size: 30px !important;
    line-height: 40px !important;
}

h2.main-head {
    font-size: 32px;
    line-height: 40px;
}

.contact-form .form-group i {
    font-size: 14px;
}

.contact-form form input.form-control {
    padding-left: 48px;
    height: 52px;
    font-size: 12px;
}

.contact-form .form-group::after {
    left: 30px;
}

.contact-form form textarea.form-control {
    font-size: 12px;
    padding-left: 48px;
    height: 100px;
}

.contact-form {
    margin-bottom: 30px;
}

.contact-info {
    padding: 10px;
    justify-content: flex-start;
}

.cicle-icon i {
    height: 40px;
    width: 40px;
    font-size: 18px;
}

.contact_text h2 {
    font-size: 14px;
    line-height: 24px;
}

.contact_text p {
    font-size: 9px;
}

.contact_text p a {
    font-size: 12px;
}

.contact_text p a.email-text {
    font-size: 10px;
}

.contact-us-form {
    margin-top: 10px;
}

.pf-text h2 {
    font-size: 32px;
    line-height: 40px;
}

.pf-text p {
    font-size: 12px;
    line-height: 20px;
}

.pf-text ul {
    padding-left: 20px !important;
}

.pf-text ul li {
    font-size: 12px !important;
    line-height: 20px !important;
}

section.login .secWraper {
    width: 100%;
}

section.login .secWraper form {
    padding: 30px 20px;
}

section.login .secWraper form .fm-fields input {
    padding: 8px 10px;
}

.remember-forget {
    flex-wrap: wrap;
    gap: 10px !important;
}

section.login {
    padding: 0;
}
.remember-forget label {
    font-size: 12px;
}

.remember-forget a {
    font-size: 12px;
}

section.login.loginPage .fm-fields {
    margin-bottom: 20px !important;
}


.heading_main_page {
    flex-wrap: wrap;
}

.header-profile-box {
}

div.dt-button-collection {
    width: 200px !important;
    left: 10px !important;
    font-size: 10px;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    font-size: 11px;
    padding: 5px;
}



}


.noloadr {
    display: none !important;
}


/*.dt-button:hover {*/
/*  background: #1ca9f4 !important;*/
/*}*/
/*.dt-button {*/
/*  background: #db187b !important;*/
/*}*/

#user_manual_btn:hover {
  background-color: #1ca9f4 !important;
  color: #fff !important;
  border: 1px solid #1ca9f4 !important;
}

#user_manual_btn {
  background-color: #db187b !important;
}

div.dt-button-collection .dt-button.dt-button-active {
    background-color: #fff !important;
}

