.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}





@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: "Roboto-Regular";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}



@font-face {
  font-family: "Poppins-Bold";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Poppins-Bold.ttf) format('truetype');
}

@font-face {
  font-family: "Unbounded";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Unbounded-Regular.ttf) format('truetype');
}

@font-face {
  font-family: "Unbounded-Regular";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Unbounded-Regular.ttf) format('truetype');
}

@font-face {
  font-family: "Unbounded-Bold";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Unbounded-Bold.ttf) format('truetype');
}

@font-face {
  font-family: "BebasNeue-Regular";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/BebasNeue-Regular.ttf) format('truetype');
}

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: BebasNeue-Regular;
}

.wid-100 {
  width: 100%;
  float: left;
}

p,
a {
  font-size: 16px;
  line-height: 30px;
}

ul {
  margin-bottom: 0 !important;
}

.display-none {
  display: none !important;
}

.display-flex {
  align-items: center;
}

.hover-button {
  margin-bottom: 0 !important;
}

.page_wrap {
  min-height: unset !important;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0px 30px;
}

.sticky-header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
}

.cust-mrg-top {
  margin-top: 100px;
}

.listing-table {
  table-layout: fixed;
}

.header-main {
  display: flex;
  align-items: center;
  padding: 0px 60px;
  border-bottom: solid 1px #d0cfcf;
  /* box-shadow: 1px 2px 5px #dddddd; */
}
.cst-main-header.header-main {
  min-height: 108px;
} 
.dvs-head-logo .logo-main {
  max-width: 190px;
}

.dvs-head-logo {
  width: 20%;
}

.dvs-head-btn {
  width: 20%;
  text-align: center;
}

.dvs-head-btn .phone-num-dv {
  font-size: 24px;
  color: #000080;
}

.dvs-head-menu {
  width: 60%;
}

.dvs-head-menu ul {
  display: flex;
  justify-content: end;
}

.dvs-head-menu li {
  padding: 40px 10px;
  cursor: pointer;
}

.dvs-head-menu a {
  color: black;
  /* font-weight:600; */
  font-size: 24px;
  ;
}

.dvs-head-menu a:hover {
  color: #FFA500;
}

.active {
  color: #FFA500;
}

.header-dvsbtn {
  color: #fff;
  font-size: 20px;
  font-family: BebasNeue-Regular;
}

.header-dvsbtn:hover {
  color: #fff;
  font-size: 20px;
}

.button-container {
  position: relative;
  display: inline-block;
}

.hover-button {
  position: relative;
  background-color: #000080;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  /* Adjusted font size */
  cursor: pointer;
  overflow: hidden;
  width: 220px;
  /* Set width */
  height: 60px;
  /* Set height */
}

.hover-button .default-text,
.hover-button .hover-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Initial state */
.hover-button .default-text {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

.hover-button .hover-text {
  top: 100%;
  transform: translateY(0);
  opacity: 0;
}

/* On hover, animate the text */
.hover-button:hover .default-text {
  transform: translateY(-100%);
  opacity: 0;
}

.hover-button:hover .hover-text {
  transform: translateY(-100%);
  opacity: 1;
}

/* #togle{
    display: none;
  } */
.dyn-toggle-btn {
  display: none;
}

.dyn-toggle-btn i,
.sidebar-button i {
  font-size: 24px;
}

.dyn-sub-menu {
  background-color: #fff;
  width: 100%;
  max-width: 310px;
  margin: auto;
  position: fixed;
  left: -110%;
  transition: all 0.4s ease-in-out;
  height: 100%;
  padding: 40px 20px;
  box-shadow: 1px 2px 5px #dddddd;
  z-index: 9999;
  ;
}

.sidebar-cont-main {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  ;
}

.sidebar-logo {
  width: 80%;
}

.sidebar-logo img {
  max-width: 60%;
}

.sidebar-button {
  width: 20%;
  text-align: right;
  padding-right: 10px;
  ;
}

.dyn-link-subdiv {
  padding-bottom: 15px;
  font-size: 16px;
  ;
}

.dyn-link-subdiv a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.link-container {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}

.hover-anchor {
  position: relative;
  color: black;
  text-decoration: none;
  padding: 10px 70px;
  /* Set padding instead of width */
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.margintop50 {
  margin-top: 30px !important;
}

.margintop10 {
  margin-top: 10px !important;
}

.dvs-animate-text-get {
  padding: 10px 50px;
}

/* .hero-content{
  padding-right:150px;
} */
.dvs-animate-text {
  padding: 10px 55px 10px 50px;
}

.dvs-animate-text2 {
  padding: 10px 60px;
}

.dvs-animate-text3 {
  padding: 10px 42px;
}

.dvs-animate-text4 {
  padding: 10px 46px;
}

.dvs-animate-text5 {
  padding: 10px 72px;
}

.dvs-animate-text6 {
  padding: 10px 94px;
}

.hover-anchor:hover {
  color: black;
}

.hover-anchor .initial-text,
.hover-anchor .hovered-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Initial state */
.hover-anchor .initial-text {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

.hover-anchor .hovered-text {
  top: 100%;
  transform: translateY(0);
  opacity: 0;
}

/* On hover, animate the text */
.hover-anchor:hover .initial-text {
  transform: translateY(-100%);
  opacity: 0;
}

.hover-anchor:hover .hovered-text {
  transform: translateY(-100%);
  opacity: 1;
}

.footer-parent {
  padding: 50px 0px 30px 0px;
  background-color: #e6e6e7;
  position: unset;
  bottom: 0;
  left: 0;
}

.footer-content {
  display: flex;
  padding: 20px 0px 11px 0px;
  border-top: solid 2px;
  border-bottom: solid 2px;

}

.footer-social-parent {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.fotter-first {
  width: 60%;
}

.footer-sec {
  width: 40%;
  text-align: right;
}

.rem-pad-footer {
  padding-right: 0;
}

.footer-social i {
  font-size: 24px;
  color: black;

}

.footer-social i:hover {
  color: black;
}

.dvs-animate-icon {
  padding: 15px 15px;
}

.icon-paddi {
  padding-right: 15px;
}

.paddi-left-0 {
  padding-left: 0;
}

.footer-social,
.footer-copyright {
  width: 50%;
}

.footer-copyright p {
  text-align: right;
  font-size: 16px !important;
}

.dyn-link-subdiv a:hover {
  color: #FFA500;
}

/* .banner-parent{
  background-color: #e6e6e7;
} */
.hero-banner {
  padding: 180px 0px 80px 0px;
}

.hero-content h1 {
  font-size: 115px;
  line-height: 120px !important;
  color: #fff;
  text-align: center;
}

/* .hero-content .banner-txtright{
  text-align: left;
  padding-left: 75px;
} */
.hero-paragraphs {
  display: flex;
  align-items: center;
  position: relative;
}

.heropara-two {
  width: 76%;
  margin: auto;
  margin-top: 20px;
  padding-right: 72px;
  text-align: center;
}

.heropara-one {
  display: flex;
  justify-content: right;
  margin-top: -85px;
  width: 34%;
  padding-right: 30px;
  ;
}

.banner-main-circle {
  padding: 25px 50px;
}

.paddi-o {
  padding-right: 0;
}

.banner-circle {
  width: 180px;
  height: 180px;
  background: #ffa500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -65px;
}

.wow:first-child {
  visibility: hidden;
}

.dropDownItems {
  display: none;
}

.dyn-sub-reltive {
  position: relative;
}

.dropDownItems {
  position: absolute;
  top: 101px;
  background-color: #000080;
  color: #fff;
  min-width: 280px;
  padding: 15px;
  z-index: 100;
}

.SubDrop1 {
  position: relative;
}

.SubDrop1:hover .dropDownItems {
  display: block;
}

.drop-flex-fix {
  flex-direction: column;
}

.drop-flex-fix li {
  padding: 0;
  padding-bottom: 15px;
}

.drop-flex-fix li a {
  padding-bottom: 10px;
  color: #fff;
}

.dyn-link-subdiv-mob {
  cursor: pointer;
}

.mob-icondrop-ri {
  text-align: right;
  float: right;
}
.for-dspy {
  display: inline-block;
  width: 100%;
}
.dyn-link-subdiv-mob a {
  color: black;
	text-decoration: none;
}
.reson-not-aprov form {
  width: 100%;
  margin-top: 0 !important;
}
.reson-not-aprov ul.not-aprov-list {
  padding-left: 10px !important;
  display: inline-flex;
  flex-direction: column;
}
.reson-not-aprov ul.not-aprov-list li {
  display: inline-flex !important;
}
.reson-not-aprov ul.not-aprov-list li label {
	font-weight: 400;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.reson-not-aprov h2 {
	color: #000 !important;
	border-color: #e82425 !important;
	margin-bottom: 20px !important;
}
.reson-not-aprov .cust-btm-button {
  text-align: center !important;
}
.fle-status li input {
	margin-right: 5px;
	margin-top: 0;
}
.fle-status li label {
  margin: 0;
}
.reson-not-aprov .cust-btm-button .add-user1 {
  margin-bottom: 0 !important;
  width: auto !important;
}
.reson-not-aprov ul.not-aprov-list li input {
  margin-top: 0;
}
.plns-form .about-sec-form {
	margin: 50px 0px;
}
.plns-form .last-btnn {
	margin-top: 0 !important;
}
.dyn-link-subdiv-mob {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.drop-down-mobile {
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
}

.secondsec-home {
  padding: 100px 0px 0px 0px;
}

.seco-h2 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  ;
}

.main-content {
  position: relative;
  width: 100%;
  /* Full-screen height */
  overflow: hidden;
}

#myvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -34%);
  z-index: -1;
}

.banner-parent {
  position: relative;
  z-index: 1;
  /* Ensures the content appears above the video */
  color: white;
  /* Adjust the color to fit your design */
  top: 0%;
  background: rgba(0, 0, 0, 0.5);
}

.heropara-two p {
  color: #fff;
}

.circle-topmarr {
  margin-top: 10px;
}

.owl-crao-margin {
  margin: 0 !important;
  max-width: unset !important;
}

.owl-crao-padding {
  padding: 0 !important;
}

.owl-whatwedo {
  padding: 0px !important;
  background-color: #e6e6e7 !important;
  height: unset !important;
}

.owl-what-div i {
  color: black;
  font-size: 32px;
  ;
}

.owl-title-what h2 {
  font-size: 30px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  color: #000;
  font-weight: 400;
}

.owl-para-what p {
  color: #000 !important;
  margin-bottom: 0 !important;
}

.owl-link-view {
  margin-top: 30px;
}

.owl-link-view a {
  color: #000 !important;
  text-decoration: underline;
  font-size: 14px;
}

.contactus-divs .owl-link-view a {
  font-size: 16px;
}

.contactus-divs .dvs-animate-text-get {
  padding: 10px 58px;
}

.contactus-divs .cont-vieww {
  align-items: center;
}

.owl-link-view a:hover {
  color: #000 !important;
}

.view-iconn {
  padding-left: 5px;
  font-size: 14px;
  color: #000 !important;
  ;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
}

#demos {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: unset !important;
}

.seco-h2 {
  margin-bottom: 40px !important;
}

.dvs-third-sec,
.fifth-section,
.sixth-sec {
  padding: 100px 0px 100px 0px;
}

.third-lists {
  width: 90%;
  margin: auto;
}

.third-lists li {
  display: flex;
  padding: 25px 0px;
}

.border-list-uniqu li {
  border-top: solid 2px;
  border-bottom: solid 2px;
}

.third-yearr,
.third-desig {
  width: 20%;
}

.third-titles {
  width: 60%;
}

.third-titles h2 {
  font-size: 26px;
  margin-bottom: 5px;
}

.third-titles p {
  font-size: 18px;
}

.third-desig {
  text-align: right;
}

.third-yearr p,
.third-desig p {
  font-size: 18px;
}

.third-lists:hover .for-hovv-common {
  transform: translate3d(1.5rem, 0, 0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.third-lists:hover .for-hovvlast-common {
  transform: translate3d(-1.5rem, 0, 0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg, 0deg);
  transform-style: preserve-3
}

.for-hovv-common,
.for-hovvlast-common {
  transition: 1s;
}

.for-hovv-commonimg {
  transform: scale(1.03);
  transition: .4s ease-in-out;
}

.portfolio-designn:hover .for-hovv-commonimg {
  transform: scale(1.03) translateX(8px);
}

.list-borderr li {
  border-bottom: solid 2px;
}

.portfolio-designn {
  position: relative;
}

.portfolio-contentt {
  position: absolute;
  bottom: 120px;
  left: 150px;

}

.portfolio-contentt h2 {
  color: #fff;
  font-size: 42px;
  line-height: 55px;
  /* width:60%; */
  float: left;
}

.team-namee h2 {
  font-size: 36px;
  ;
}

.portfolio-contentt p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.portfolio-designn img {
  height: 500px;
  width: 100%;
}

.portfolio-designn:hover .for-hovvlast-commonimg {
  transform: translate3d(-1.5rem, 0, 0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg, 0deg);
  transform-style: preserve-3
}

.portfolio-view {
  text-align: right;
  color: #fff;
  font-size: 20px;
  width: 30%;
  float: left;
  display: flex;
  justify-content: end;
  align-items: end;
}

.portfolio-title-parent {
  display: flex;
}

.portfolio-title-parent a {
  font-size: 52px;
  ;
}

.portfolio-view a {
  font-size: 24px !important;
}

.view-iconn-port {
  padding-left: 5px;
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 5px;
  text-decoration: none;
}

.portfolio-view a {
  color: #fff;
  text-decoration: underline;
}

.portfolio-designn {
  position: sticky;
  top: 0;
  margin-bottom: -10px;
  overflow: hidden;
}

.portfolio-title-parent a {
  color: #fff;
  text-decoration: none;
  ;
}

.team-parent {
  display: flex;
  justify-content: space-between;
}

.team-membm {
  /* width:23%; */
  width: 30%;
}

.paddingTop100 {
  padding-top: 100px;
}

.team-imge,
.team-membm {
  position: relative;

}

.team-cntent {
  position: absolute;
  left: 0;
  bottom: -10px;
  padding: 0 28px 36px;
  transition: .4s;
  z-index: 1;
  opacity: 0;
}

.team-membm:hover .team-cntent {
  opacity: 1;
}

.team-cntent h2 {
  color: #fff;
}

.team-cntent p {
  color: #fff;
}

.team-imge img {
  transition: .4s;
  width: 100%;
  filter: grayscale(1);
}

.team-membm:hover .team-imge img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.sixth-contact-form {
  width: 100%;
  display: flex;
  justify-content: end;
}

.contactt-formm {
  width: 50%;
}

.sixth-sec {
  background-color: #FFA500;
}

.contactt-formm h2 {
  font-size: 48px;
  line-height: 60px;
}

.contactt-formm p {
  margin-top: 20px;
}

.form-name-parent {
  display: flex;
  justify-content: space-between;
}

.form-name-div {
  width: 48%;
  border-bottom: solid 2px;
  padding-bottom: 12px;
}

.form-sixthh input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.form-sixthh input,
.form-link-div textarea {
  background: transparent;
  width: 100%;
  border-radius: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  outline: none;
  border: none;
  font-family: BebasNeue-Regular !important;
}

.form-sixthh {
  margin-top: 60px;
}

.form-link-div {
  width: 100%;
  border-bottom: solid 2px;
  padding-bottom: 12px;
  margin-top: 30px;
}

.form-link-div textarea {
  min-height: 70px;
  /* font-family: Poppins; */
  font-family: BebasNeue-Regular;

}

.cust-lgin-pg .cust-form-title h3 {
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
}

.cust-lgin-pg .cust-form-title h3::after {
  content: "";
  height: 2.5px;
  background: #e82425;
  margin: 0 auto;
  position: relative;
  display: block;
}

.cust-lgin-pg .txt-head-dash::after {
  content: none;
}

.cust-lgin-pg form.cust-logsign-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cust-lgin-pg .cust-form-title {
  padding-bottom: 20px;
}

.form-link-div textarea:focus {
  outline: none;
  box-shadow: none;
}

.sixth-contact-form .form-sixthh .form-name-div input {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div input {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div textarea {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-name-div input::placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-name-div input::-moz-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-name-div input::-webkit-input-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div input::placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div input::-moz-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div input::-webkit-input-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div textarea::placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div textarea::-moz-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.sixth-contact-form .form-sixthh .form-link-div textarea::-webkit-input-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.textarea-form {
  margin-top: 30px;
}

.map-raltive {
  position: relative;
}

.map-divv {
  width: 40%;
  width: 42%;
  position: absolute;
  /* top: -190px; */
  margin-top: 10px;
  left: 50px;
}

.sixth-sec {
  margin-top: 100px;
}

.fifth-section {
  padding-top: 100px;
}

.form-btn-div {
  margin-top: 40px;
}

.seventh-sec {
  padding: 100px 0px;
}

.btn-formm-ani {
  width: 200px;
  height: 55px;
}

.blog-parent {
  display: flex;
  justify-content: space-between;
}

.blog-dvs {
  width: 32%;
  ;
}

.blog-dvs-img {
  width: 100%;
  height: 250px;
}

.blog-dvs-img img {
  max-width: 100%;
  height: 100%;
}

.blog-cont {
  margin-top: 20px;
}

.blog-cont .blog-title {
  font-size: 27px;
  color: #000;
}

.blog-cont .blog-top {
  font-size: 18px;
  color: #000;
}

.red-moreblog a {
  color: #000;
  text-decoration: underline;
}

.eighth-sec {
  padding: 100px 0px;
  background-color: #e6e6e7;
}

.last-btnn {
  height: 50px;
  background: #000080;
  display: flex;
  width: 205px;
  justify-content: center !important;
  align-items: center;
  margin: auto;
  margin-top: 40px;
}

.last-btnn a,
.last-btnn span {
  color: #fff;
}

.div-paragraph-last,
.div-btnn-last {
  margin: auto;
  text-align: center;
}

.header-bttn {
  margin: 0;
  float: right;
  height: 60px
}

.dvs-animate-head1 {
  padding: 10px 28px;
}

.dvs-animate-head2 {
  padding: 10px 31px;
}

.dvs-animate-head3 {
  padding: 10px 38px;
}

.dvs-animate-head4 {
  padding: 10px 32px;
}

.dvs-animate-head5 {
  padding: 10px 38px;
}

.for-flex {
  display: flex;
  align-items: center;
}

/* Pricing Page Start*/
.dvs-banner-image {
  margin-top: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/top_banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 160px 0px;
}

.banner-title h1 {
  text-align: center;
  font-size: 80px;
  color: #fff;
  font-weight: 600;
}

.pricing-sec {
  padding-top: 150px;
}

.pricing-title h2 {
  font-size: 52px;
  text-align: center;
}

.pricing-sec-flex {
  display: flex;
  justify-content: space-between;
}

.pricing-col {
  width: 32%;
  background-color: #e6e6e7;
  padding: 40px;
}

.plan-btn {
  text-align: center;
}

.plan-btn-des {
  width: 100%;
  cursor: pointer;
}

.plan-detail li,
.plan-price,
.accrd-parent {
  display: flex;
}

.plan-title h3 {
  font-size: 28px;
  /* font-family: Poppins; */
  font-family: BebasNeue-Regular;
}

.plan-price h2 {
  font-size: 70px;
  /* font-family: Poppins; */
  font-family: BebasNeue-Regular;
}

.plan-price span {
  font-size: 21px;
  display: flex;
  align-items: end;
  padding-bottom: 24px;
}

.plan-detail {
  margin-top: 40px;
  margin-bottom: 50px;
}

.plan-detail li {
  margin-bottom: 5px;
}

.plan-icon {
  padding-right: 7px;
}

.plan-text span {
  font-size: 20px;
}

.plan-for p {
  font-size: 24px;
  ;
}

.pricing-title {
  margin-bottom: 50px;
}

.plan-btn-des:hover .initial-text {
  transform: translateY(-100%);
  opacity: 0;
}

.plan-btn-des:hover .hovered-text {
  transform: translateY(-100%);
  opacity: 1;
}

.acrodion-top {
  border-top: solid 3px black;
}

.accordion {
  cursor: pointer;
  padding: 30px 0px 15px 0px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: solid 3px black;
  background: none;
  border-left: none;
  border-right: none;
  color: black;
  transition: background-color 0.4s;
  position: relative;
}

.accrd-parent.active2::after {
  content: "\2212";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 28px;
}

.accrd-parent::after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 28px;
}

.panel {
  padding: 0 18px;
  border: none;
  overflow: hidden;
  margin-top: 10px;
  transition: ease;
  transition: height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  height: 0;
}

.panel.open {
  opacity: 1;
  /* Fully visible */
}

.accordion-sec {
  width: 80%;
  margin: auto;
}

.plan-accordion {
  padding-bottom: 100px;
}

.accord-num {
  width: 8%;
}

.accord-titl {
  width: 92%;
}

.accord-num span {
  font-size: 18px;
}

.accord-titl p {
  font-size: 22px;
}

.panel p {
  font-size: 18px;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #000080;
  color: white;
  font-size: 24px;
  padding: 30px 0px;
  color: #fff;
}

.marquee {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(100%);
  }

  100% {
    transform: translate(-100%);
  }
}

.marquee span {
  font-size: 48px;
  color: #FFA500;
  font-weight: 800;
}

.marquee a {
  font-size: 44px;
  color: #fff;
  text-decoration: none;
}

/* Pricing Page End*/

/* about Page start*/

.about-main-menu {
  display: flex;
}

.about-main-menu li::after {
  content: "|";
  position: relative;
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: black
}

.about-main-menu li:last-child::after {
  display: none;
}

.about-main-menu li {
  padding-right: 10px;
  font-size: 20px;
  ;
}

.about-main {
  margin-top: 100px;
}

.dvs-about-parent {
  margin-top: 100px;
  background-color: #e6e6e7;
  padding: 30px 0px;
}

.about-us-first {
  display: flex;
  justify-content: space-between;
}

.aboutus-image {
  width: 35%;
  padding-top: 50px;
}

.aboutus-content {
  width: 60%;
}

.social-iconabout-flex {
  display: flex;
}

.social-iconabout-flex li {
  margin-right: 10px;
}

.social-iconabout-flex li:hover .iconcolorbg {
  background-color: black;
  color: #fff;
}

.social-iconabout-flex i {
  padding: 13px 15px;
  background-color: #e6e6e7;
  border-radius: 50px;
  font-size: 18px;
}

.facebook-icon-back {
  padding: 13px 17px !important;
}

.paddingtop30 {
  padding-top: 30px !important;
}

.paddingtop10 {
  padding-top: 10px !important;
}

.aboutus-sec {
  padding-top: 50px;
}

.padding-top100 {
  padding-top: 100px !important;
}

.aboutus-image img {
  width: 100%;
}

.padding-80px {
  padding-top: 50px !important;
}

.aboutus-content {
  padding: 40px;
}

.abotsec-title h2 {
  font-size: 42px;
  margin-bottom: 5px;
}

.abotsec-title p {
  font-size: 20px;
}

.aboutsec-para {
  margin-top: 25px;
}

.paddingBot40 {
  padding-bottom: 40px;
}

.aboutsec-para p {
  font-size: 16px;
  margin-bottom: 20px;
}

.aboutsec-callinfo {
  margin-top: 10px;
}

.aboutsec-callinfo a {
  color: black;
  font-size: 16px;
}

.aboutsec-callinfo a:hover {
  color: black;
}

.aboutsec-social {
  margin-top: 20px;
}

.about-us-contact {
  width: 70%;
  margin: auto;
}

.about-sec-form .dvs-head-btn {
  text-align: center;
  margin: auto;
}

.about-sec-form {
  margin: 50px 0px;
}

.button-plan-dess {
  width: 240px !important;
  height: 60px !important;
}

.pricing-title p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.about-contact-textarea textarea {
  min-height: 150px !important;
}

.headerbtn-head {
  background: #000080;
  display: flex;
  width: 205px;
  justify-content: center;
  align-items: center;
  float: right;
  color: #fff;
}

.headerbtn-head span {
  color: #fff;
}

.aboutsec-contact {
  padding-bottom: 80px;
  ;
}

/* about Page End*/

/* contact Page Start*/
.aboutsec-contact {
  padding-top: 100px;
  padding-bottom: 70px;
  ;
}

.contct-titlee h2,
.contct-titlee p {
  text-align: center;
}

.container-2 {
  max-width: 1140px;
  margin: auto;
  padding: 0px 10px;
}

.contactus-divs {
  display: flex;
  justify-content: space-between;
}

.contactdiv {
  width: 32%;
  padding: 40px !important;
}

.contact-first-sec {
  padding-top: 100px
}

.conct-title {
  margin-top: 50px;
}

.conct-para {
  margin-top: 20px;
}

.conct-para p {
  text-align: left;
  font-size: 16px;
}

.margintop40 {
  margin-top: 40px !important;
}

.padding-0 {
  padding: 0 !important;
}

.cont-vieww {
  display: flex;
}

.cont-vieww i {
  font-size: 18px;
  ;
}

.cont-vieww span {
  text-decoration: underline;
}

.conct-para a {
  color: #000;
}

.dvs-animate-call {
  padding: 10px 72px;
}

.abotsec-title {
  margin-bottom: 20px;
}

.owl-what-div i {
  font-size: 45px;
}

/* contact Page End*/
.container-small {
  width: 70%;
  margin: auto;
}

.content-dvss {
  padding-top: 100px;
}

.contt-h2 {
  font-size: 52px;
  margin-bottom: 20px;
  line-height: 54px;
}

.First-contt-div {
  margin-bottom: 50px;
  ;
}

.First-contt-div p {
  font-size: 16px;
  line-height: 30px;
  ;
}

.margin-bottom30px {
  margin-bottom: 30px;
  ;
}

.font-size18 {
  font-size: 16px;
  line-height: 30px;
}

.contactfrom-abodes p {
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}

.contactfrom-abodes {
  margin-bottom: 40px;
  ;
}

.contct-titlee {
  width: 70%;
  margin: auto;
}

.owl-what-div i {
  cursor: unset;
}

.dvs-pricing-listt {
  margin-top: 20px;
}

.list-margin-top10 {
  margin-top: 10px;
}

.First-contt-div li {
  list-style: disc;
}

.margin-left60 {
  margin-left: 60px;
}

.content-dvss1 {
  padding: 0;
  padding-bottom: 100px;
}

.contact-form-pad-top {
  padding-top: 20px;
}

.pricing-first-sec {
  padding-top: 100px;
  padding-bottom: 70px;
}

.container-big {
  max-width: 1200px;
  margin: auto;
}

.offering-first-parent {
  display: flex;
  align-items: center;
}

.offering-txt {
  width: 50%;
  padding-right: 10px;
}

.offering-img {
  width: 50%;
  padding-left: 30px;

}

.margin-left20 {
  margin-left: 20px;
}

.pricing-first-sec {
  position: relative;
}

.offering-img::after {
  content: "";
  position: absolute;
  background: #ff8600 !important;
  width: 34% !important;
  height: 60% !important;
  top: 16% !important;
  right: 0 !important;
  left: auto !important;
  z-index: -1;
}

.offering-img-second,
.offer-secc-img,
.try-sec-image {
  padding-right: 30px;
  width: 50%;
}

.offering-img-second::before {
  content: "" !important;
  position: absolute !important;
  background: #ff8600 !important;
  width: 650px !important;
  height: 650px !important;
  border-radius: 50% !important;
  left: -40px !important;
  bottom: -101px !important;
  z-index: -1;
}

.pricing-title p {
  font-size: 20px;
  ;
}

.sec-wid-80 {
  width: 80%;
  margin: auto;
  margin-bottom: 60px;
}

.offering-img-secc::after {
  content: "";
  position: absolute;
  background: #ff8600 !important;
  width: 34% !important;
  height: 52% !important;
  top: 34% !important;
  right: 0 !important;
  left: auto !important;
  z-index: -1;
}

.offering-img-secc {
  width: 50%;
  padding-left: 30px;
}

.pricing-last-sec {
  padding-top: 0px !important;
  padding-bottom: 120px;
}

.offering-img-last::before {
  content: "" !important;
  position: absolute !important;
  background: #ff8600 !important;
  width: 650px !important;
  height: 650px !important;
  border-radius: 50% !important;
  left: -40px !important;
  bottom: 29px !important;
  z-index: -1;
}

.offering-img-last {
  width: 50%;
  padding-right: 30px;
}

.pricing-last-para {
  padding-top: 100px;
  padding-bottom: 100px;
}

.price-para p {
  font-size: 22px !important;
  text-align: center;
}

.schedule-btn {
  width: 250px !important;
  height: 60px !important;
  cursor: pointer;
}

.schedule-btn a {
  font-size: 22px !important;
  padding: 10px 124px;
}

.scheule-dropdown {
  width: 100%;
  height: 35px;
  background-color: transparent;
  border: 2px solid;
  padding-left: 10px;
  font-size: 18px;
  font-family: BebasNeue-Regular;
  color: #747474 !important;
}

.scheule-dropdown option {
  font-size: 18px;
  font-family: BebasNeue-Regular;
  color: #747474;
}

.marginnTop40 {
  margin-top: 40px;
}

.marginnTop50 {
  margin-top: 50px;
}

.schedule-main {
  padding-top: 200px;
  padding-bottom: 50px;
}

.font-22 {
  font-size: 22px !important;
}

.dvs-animate-number {
  padding: 10px 60px;
}

.justify-center {
  justify-content: center;
}

.justify-center a:hover {
  color: #FFA500;
}

.yellow-txt {
  color: #FFA500;
  font-weight: 400;
}

.doquestions-sec {
  margin-top: 120px;
  margin-bottom: 100px;
}

.home-contct-info {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}

.home-cntc-info {
  width: 25%;
}

.home-cntc-content a {
  color: #000;
}

.home-cntc-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 410;
  text-decoration: underline;
}

.home-cntc-content p {
  line-height: 27px;
}

.process-img,
.membership-pricing {
  width: 50%;
  padding-left: 30px;
}

.process-img::after {
  content: "";
  position: absolute;
  background: #000080 !important;
  width: 34% !important;
  height: 42% !important;
  top: 31% !important;
  right: 0 !important;
  left: auto !important;
  z-index: -1;
}

.offer-secc-img::before {
  content: "";
  position: absolute;
  background: #000080 !important;
  width: 34% !important;
  height: 62% !important;
  top: 20% !important;
  left: 0 !important;
  z-index: -1;
}

.membership-pricing::after {
  content: "";
  position: absolute;
  background: #000080 !important;
  width: 34% !important;
  height: 58% !important;
  top: 25% !important;
  right: 0 !important;
  left: auto !important;
  z-index: -1;
}

.price-offer-main {
  display: flex;
  justify-content: center;
}

.price-table {
  width: 30%;
  border-radius: 20px;

  overflow: hidden;
}

.plan-table-amt {
  background-color: #000080;
  padding-top: 30px;
  padding-bottom: 23px;
}

.plan-table-amt .billed-txt {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.plan-table-name {
  background-color: #FFA500;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 9px;
}

.plan-table-name h2 {
  font-size: 32px;
  text-align: center;
}

.plan-table-amt h3 {
  font-size: 86px;
  color: #fff;
  text-align: center;
}

.plan-table-amt p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: -7px;
}

.plan-lists {
  padding: 30px 0px;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}

.plan-lists li {
  font-size: 16px;
  border-bottom: solid 1px #000;
  text-align: center;
  padding: 5px;
}

.table-sub-btn {
  background-color: #FFA500;
  text-align: center;
  padding: 10px;
}

.table-sub-btn a {
  font-size: 16px;
  color: #000;
}

.border-none {
  border: none !important;
}

.merginRi-30 {
  margin-right: 30px;
}

.margin-top-offpara {
  margin-top: 10px;
}

.padding-left10 {
  padding-left: 10px !important;
}

.padding-price-last {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}

.try-sec-image::before {
  content: "";
  position: absolute;
  background: #000080 !important;
  width: 34% !important;
  height: 35% !important;
  top: 38% !important;
  left: 0 !important;
  z-index: -1;
}

.offering-txt li {
  list-style: none;
}

.font-weight600 {
  font-weight: 600 !important;
}

.unparralled-txt-sec {
  padding: 60px 0px 100px 0px;
}

.unparralled-txt {
  font-size: 38px;
  text-align: center;
}

.unparralled-txt .dvs-head-logo {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  width: 100%;
}

.unparralled-txt .dvs-head-logo img {
  max-width: 300px;
}

/* The Modal (background) */
.popupSignup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.popupContent {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 50%;
  padding: 60px 50px 0px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* The Close Button */
.popupsignclose {
  color: black;
  float: right;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  right: 19px;
  top: 0;
}

.popupsignclose:hover,
.popupsignclose:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

#mysignBtn {
  background-color: #000080;
  color: #fff;
  height: 45px;
  border-radius: 50px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-family: BebasNeue-Regular;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.popup-sign-schedule input {
  border: none;
  font-family: BebasNeue-Regular;
  font-size: 20px;
}

.pricg-outr .sign-dropd label {
  font-family: 'BebasNeue-Regular';
}

.marginnTop30px {
  margin-top: 30px;
}

.sign-dropd label {
  font-size: 20px;
  color: #747474 !important;
}

.sign-dropd .scheule-dropdown {
  margin-top: 10px;
}

.schdule-session {
  padding: 100px 0px;
  background-color: #FFA500;
  margin: 50px 0px;
}

.schedule-curve {
  background-color: #FFA500;
}

.member-schedule h2 {
  font-size: 36px;
  text-align: center;
}

.schedule-btn-flex {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  ;
}

.hour-btn {
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #000;
}

.sch-btn a {
  color: #fff !important;
  font-size: 20px;
}

.sch-btn {
  width: 50%;
}

.text-left {
  text-align: right;
  padding-right: 25px;
}

.txt-25px {
  padding-left: 25px;
}

.choose-plan-sec {
  padding: 200px 0px 100px 0px;
}

.choose-plan h2 {
  font-size: 48px;
  text-align: center;
}

.Cplan-btn {
  border-radius: 50px;
  background-color: #000080;
  padding: 10px 45px;
}

.Cplan-btn a,
.Cplan-btn2 a {
  color: #fff !important;
  font-size: 20px;
}

.Cplan-btn2 {
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #000080;
}

.dvs-nav-menu1 {
  width: 40%;
}

.dvs-nav-menu2 {
  width: 40%;
}

.dvs-nav-logo {
  width: 20%;
  text-align: center;
}

.dvs-nav-menu1 ul {
  width: 100%;
  display: flex;
  justify-content: end;

}

.dvs-nav-menu2 ul {
  width: 100%;
  display: flex;
  justify-content: start;
  padding-left: 30px;
}

.dvs-nav-menu2 a,
.dvs-nav-menu1 a {
  font-size: 16px;
  ;
}

.dvs-nav-menu1 li,
.dvs-nav-menu2 li {
  padding-right: 30px !important;
}

.padding-20 {
  padding: 20px 0px 15px 0px;
}

.dvs-nav-logo .logo-main {
  max-width: 220px;
}

.box-shadow-header {
  box-shadow: 2px -2px 5px 5px #cac9c9;
}

.dyn-link-subdiv-mob a {
  font-size: 20px;
  font-weight: 400;
}

.dvs-footr-animate {
  padding: 10px 64px;
}

.dvs-footr-head {
  padding: 10px 28px 10px 10px;
}

.fotter-first .link-container:first-child .hover-anchor {
  padding: 10px 19px 10px 25px;
}

.footer-sec .link-container:nth-child(2) .hover-anchor {
  padding: 10px 82px 10px;
}

.home-cntc-title {
  text-align: center;
}

.home-cntc-content {
  text-align: center;
}

.paddingBot100 {
  padding-bottom: 100px;
}

.for-display-block {
  display: block;
}

/* red bar */
.for-header {
  background-color: #4848ef;
  padding: 11px 0px;
  margin-top: 8px;
}

.side-bar-dash .dash-menu-content a,
.side-bar-dash .dash-menu-icons i,
.side-bar-dash .dash-header-first h2 {
  color: #ffffff;
}

.side-bar-dash {
  background-color: #000080;
}

.side-bar-dash .dash-header-first h2 {
  font-weight: normal;
}

.popup .contact-editor-btn,
.secondpopup .contact-editor-btn {
  background-color: #ff8600;
  margin-top: 20px;
  border-radius: 50px;
}

.popup textarea,
.secondpopup textarea {
  width: 100%;
}

.popup .popup-content h2,
.secondpopup .secondpopup-content h2 {
  font-weight: normal;
}

.popup .contact-editor-btn:hover,
.secondpopup .contact-editor-btn:hover,
.cust-sidebar-inr .button:hover {
  background-color: #2d2d2d;
}

.popup .popup-body,
.secondpopup .popup-body {
  display: flex;
  align-items: center;
  height: 100%;
}

.popup input,
.popup select,
.popup textarea,
.secondpopup input,
.secondpopup select,
.secondpopup textarea {
  background: #e8f0fe;
  border-radius: 0;
}

.cust-sidebar-inr .button {
  background-color: #ff8600;
  border-radius: 50px;
  padding: 15px 20px;
  line-height: normal;
}

.cust-sidebar-inr .txt-upper {
  font-weight: normal;
}

div#calendar div.header a.prev,
div#calendar div.header a.next,
div#calendar div.header a.today {
  background-color: #000080;
}

.calender-cstm .box-content a i {
  color: #000080;
}

.calender-cstm #calendar .box-content {
  display: block;
  border: 0;
}

div#calendar {
  max-width: 900px;
  overflow: auto;
}
div#calendar .dates .end {
  background-color: #c6c6c6;
}
div#calendar div.box-content,
#calendarDiv {
  overflow: auto;
}

div#calendar ul.label,
div#calendar .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}

div#calendar ul.label li,
div#calendar ul.dates li {
  width: 100% !important;
}

.first-popup {
  z-index: 99;
}

.first-popup .popup-content {
  background-color: #fff;
  padding: 20px;
  width: 50%;
}

.first-popup .popup-content h2 {
  font-size: 1.75rem;
  border-bottom: solid;
  width: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  color: #e82425;
}

.first-popup .popup-content textarea {
  background-color: #e8f0fe;
  height: 120px;
  width: 100%;
}

.first-popup .popup-content ul li input {
  margin-right: 5px;
}

.first-popup .popup-content label {
  display: block;
}

.first-popup .popup-content .btn-orange {
  background: #ff8600;
  color: #fff;
  padding: 11px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: 3px solid #fff;
  transition: 0.5s ease;
  box-shadow: 0 0 0 3px #ff8600 !important;
  font-family: 'Heebo-Medium';
  text-transform: uppercase;
  cursor: pointer;
}

.first-popup .popup-content .btn-orange:hover {
  background: #2d2d2d;
  box-shadow: 0 0 0 3px #2d2d2d !important;
}

#edit_event input,
#edit_event select,
#edit_event textarea {
  margin-top: 0;
}

#edit_event form {
  display: block;
}

/* form-submit loader */
.form-submit-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000b8;
  z-index: 99999999;
  align-items: center;
  justify-content: center;
}

.form-submit-loader .loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form-submit-loader .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.form-submit-loader .loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite;
}

/* indicator */
.cust-sidebar-inr .title-data-container span {
  height: 15px;
  width: 15px;
  display: inline-block;
  background: gray;
  border-radius: 50px;
  margin-right: 5px;
}

.cust-sidebar-inr .title-data-container {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}

.cust-sidebar-inr .title-data-container .indicator.red {
  background-color: red;
}

.cust-sidebar-inr .title-data-container .indicator.green {
  background-color: green;
}

.cust-sidebar-inr .title-data-container .indicator.yellow {
  background-color: yellow;
}

/* Add event form popup */
.cust-logsign-form .cst-date-align {
  font-weight: normal;
  margin-bottom: 10px;
}

#contactEditorForm select {
  width: 100%;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
  }
}
/* pricing page choose your plan section */
.offer-price-sec .plan-lists ul{padding: 0;}
.offer-price-sec .table-sub-btn p{margin-bottom: 0;}
.offer-price-sec .table-sub-btn p a{text-decoration: none;}
.offer-price-sec .text-hidden{visibility: hidden;}
.offer-price-sec .price-table {border:1px solid #000;position: relative;}
.offer-price-sec .plan-lists{border-left: 0;border-right: 0;padding-bottom: 100px !important;}
.offer-price-sec .table-sub-btn{position: absolute;bottom: 0;width: 100%;}
a{text-decoration: none !important;}
/* Home page  what our clients say */
.cust-what-our-clients-say video{height: 200px;}
/* Add ons section pricing page*/
.cust-add-ons .pricing-col{width: 48%;position: relative;}
.cust-add-ons .plan-detail ul{padding-left: 0;}
.cust-add-ons .plan-btn{position: absolute;bottom: 40px;right: 40px;left: 40px;}
.cust-add-ons .plan-detail{padding-bottom: 40px;}
.cust-add-ons .plan-icon{margin-top: 2px;}
/* Hosted shows page */
.cust-shows-grid-sec{padding:100px 0;}
.cust-hosted-shows .cust-shows-grid{display:grid;grid-template-columns: repeat(3, 1fr);width:100%;gap:50px;}
.cust-hosted-shows .cust-shows-grid a{display: block;background: #e6e6e7;padding: 20px;}
.cust-hosted-shows .cust-shows-grid a img{width: 300px;}
.cust-hosted-shows .banner-title h1{line-height: 1.2;}
.show-hosted-podworks-btn{padding-top: 100px;}
.show-hosted-podworks-btn .hover-anchor{background-color: #000080;
  font-size: 30px;
  height: 100px;
  width: 100% !important;
  color: #fff;
  text-transform: uppercase;
}
  .show-hosted-podworks-btn .cust-btn-wrapper {max-width: 720px;margin: 0 auto;}
  /* Privacy Policy Page */
  .cust-terms-policy-body{padding: 100px 0;}
  .cust-terms-policy-body h2.body-main-title{font-size:40px;margin-bottom: 20px;}
  .cust-terms-policy-body h3{font-size:24px;}
  .cust-terms-policy-body .cust-content-wrapper {
    border-top: 1px solid #999393;
    padding-top: 30px;
    padding-bottom:14px;
}
.cust-terms-policy-body .body-header-content {
  padding-bottom: 14px;
}
.cust-terms-policy-body .cust-content-wrapper h2 {
  margin-bottom: 20px;
}
.cust-terms-policy-body  .cust-content-wrapper ul {
  margin-bottom: 20px !important;
}
.cust-terms-policy-body .cust-content-wrapper h3 {
  margin-bottom: 20px;
}
.cust-terms-policy-body .cust-content-wrapper:last-child{padding-bottom: 0;}
.cust-terms-policy-body .cust-content-wrapper ul li{position:relative;}
.cust-terms-policy-body .cust-content-wrapper ul li::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #000;
  top: 9px;
  left: -16px;
}
.txt-center{
  text-align: center;
}
.suignup_th th{
  font-weight: 600;
  font-family: Roboto-Regular;
  text-align: center;
}
.suignup_th td{
  text-align: center;
}
.cust_signupfparent{
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.cust_signupfparent .cust-inpt-fields{
  margin:0 !important;
  width:48%;
}
.padding-top0{
  padding-top:0px !important;
}
.cc-logosdiv{
  margin-bottom:20px;
}
.credit_fieldsparent {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.credit_fieldsparent .cust-inpt-fields{
width:30.6%;
margin:0 !important;
}
.cust_signupterms{
  padding:20px 40px;
}
.cust_signupterms input{
  margin-right:5px;
}
.credit_fieldsparent .input-group-text{
  background-color: #e9ecef;
}
.cust_signupop{
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.colblue{
  color:blue;
  cursor:pointer;
}
.terms_popup{
  padding: 0px 30px !important;
}
.bold_txt{
  font-weight: 600;
  font-family: Roboto-regular;
}
.cust_signupop li{
list-style: disc;
}
.cust_signupop ul{
  margin-bottom:20px !important;
}
.cust_signupop .lightbox_title{
  padding-left:30px !important;
}
.terms_popup h3 {
  margin-top: 35px !important;
}
.signup_main .cust25padding{
  padding-top:25px !important;
}
.cust-popupcallin{
  padding-left:0 !important;
  padding-right: 0 !important;
  height: unset !important;
  overflow: unset;
  padding-bottom: 0 !important;
}
.cust-popupcallin ul li{
  list-style: disc !important;
}
.cust-popupcallin .popup-header{
  padding-left:20px !important;
}
.cust-popupcallin .uni_viewepopup{
padding-bottom:20px !important; 
}
.padding20{
  padding:20PX;
}
.dash-header-second .togglebtn_mobb{
  display: none;
}
.cust_schedulecalen{
  height: 450px;
}
.schedule_calfix{
  height: 355px;
}
.paddingaround0{
  padding-left:0px !important;
  padding-right:0px !important;
}
.paddingaround0 .cust_eventdashpop{
  padding-left:20px;
  padding-right:20px;
}
.eventdash_title{
padding-left: 20px;
  padding-bottom: 20px;
}
.active-Page{
  background-color: #4b4bee
}
#sidebar .dashborder{
  margin-bottom:0 !important;
}
.menu-list-parent .main-topmar{
  padding-top:15px !important;
}
/* media queries*/
@media only screen and (max-width:1140px) {
  .about-main .aboutus-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width:1120px) {
  .contactdiv {
    width: 45%;
  }
  .cst-main-header.header-main {
    min-height: 96px;
  }
  .contactDivmarleft {
    margin-right: 5%;
  }

  .contactus-divs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contactDivmartop {
    margin-top: 45px;
  }

  .owl-title-what h2 {
    font-size: 28px;
  }

  .aboutsec-contact {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .conct-title {
    margin-top: 30px;
  }

  .contactBTN a {
    font-size: 20px;
  }

  .contact-first-sec {
    padding-top: 80px;
    ;
  }

  .dvs-nav-logo {
    width: 30%;
  }
  .cust-logsign-form-div.cust-mrg-top {
    margin-top: 88px;
  }
  .dvs-nav-menu1,
  .dvs-nav-menu2 {
    width: 35%;
  }

  .dvs-nav-logo .logo-main {
    max-width: 190px;
  }

  .heropara-two {
    padding-right: 0px;
  }

  .dvs-animate-text-get {
    padding: 10px 45px;
  }
}

@media only screen and (max-width:1119px) and (min-width:915px) {
  .marg-for-mobb {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width:1024px) {
  .pricg-outr .cust-how-works .offering-txt {
    order: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dvs-head-menu {
    display: none;
  }

  .dvs-head-logo {
    width: 40%;
  }

  .dyn-toggle-btn {
    width: 70%;
    text-align: right;
  }

  .dyn-head-right,
  .dyn-menu-navigation {
    display: none;
  }

  /* .dyn-toggle-btn{
		display: block;
	} */
  /* .footer-content{
    flex-direction: column;
  } */
  /* .footer-sec, .fotter-first{
    width:100%;
    text-align: left;
  } */
  /* .footer-sec{
    margin-top:20px
  } */
  /* .fotter-first a, .footer-sec a{
    font-size: 20px;;
  } */
  .dvs-animate-text {
    padding: 10px 75px;
  }

  .header-main {
    padding: 20px 60px 15px 60px;
  }

  .aboutus-sec {
    padding-top: 40px;
  }

  .aboutus-content {
    padding-left: 0px;
  }

  .abiut-con-0 {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  .dvs-banner-image {
    margin-top: 80px;
    ;
  }

  .dvs-head-logo .logo-main {
    max-width: 130px;
    ;
  }

  .dvs-about-parent {
    margin-top: 80px;
  }

  .hero-content h1 {
    font-size: 95px;
    ;
  }

  .contt-h2,
  .contactt-formm h2 {
    font-size: 46px;
  }

  .seco-h2 {
    font-size: 46px;
  }

  .doquestions-sec {
    margin-top: 100px;
  }

  .paddingBot100 {
    padding-bottom: 70px;
  }
  /* pricing page choose your plan section */
  .offer-price-sec .price-offer-main{flex-wrap: wrap;gap:30px;}
  .offer-price-sec .price-table{width: 43%;}
  .offer-price-sec .price-table.merginRi-30 {margin: 0;}
  .schedule_calfix {
    height: 335px;
  }
}

@media only screen and (max-width:850px) {

  .footer-content .hover-anchor .initial-text,
  .footer-content .hover-anchor .hovered-text {
    justify-content: start;
  }

  .footer-copyright p {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-content .link-container {
    position: relative;
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .footer-sec,
  .fotter-first {
    width: 100%;
    text-align: left;
  }

  .dvs-privacy-text {
    margin-right: 25px;
  }

  .dvs-privacy-text {
    padding: 10px 72px 10px 27px;
  }

  .dvs-animate-head4 {
    padding: 10px 26px;
  }

  .dvs-animate-head3 {
    padding: 10px 31px;
  }

  .dvs-animate-text4 {
    padding: 10px 35px;
  }

  .footer-sec .link-container:nth-child(1) .hover-anchor {
    padding: 10px 61px 10px;
    margin-right: 7px;
  }

  .footer-sec .link-container:last-child {
    margin-bottom: 0;
  }

  .footer-copyright {
    width: 100%;
    text-align: left;
  }

  .footer-content .fotter-first .link-container:first-child .hover-anchor {
    padding: 10px 30px 10px;
  }

  .footer-content .dvs-animate-head4 {
    padding: 10px 33px;
  }

  .footer-content .dvs-animate-head3 {
    padding: 10px 39px;
  }

  .footer-content .dvs-animate-text4 {
    padding: 10px 43px;
  }

  .footer-sec .link-container:nth-child(1) .hover-anchor {
    padding: 10px 71px 10px;
    margin-right: 0;
  }

  .footer-sec .link-container:nth-child(2) .hover-anchor {
    padding: 10px 92px 10px;
  }

  .hero-content .banner-txtright {
    padding-left: 55px;
  }

  .hero-content {
    padding-right: 80px;
  }

  .map-divv {
    position: unset;
    width: 90%;
    margin: auto;
  }

  .contactt-formm {
    width: 100%;
    margin-top: 50px;
  }

  .txt-center-mob {
    text-align: center;
  }

  .margin-auto-mob {
    margin: auto;
  }

  .for-display-block {
    display: unset;
  }

  .dvs-head-btn {
    width: 100%;
  }
}


@media only screen and (max-width:999px) {
  .owl-whatwedo {
    margin-right: 20px;
  }

  .contactus-divs .contactDivmartop {
    margin-top: 20px;
    margin-right: 0 !important;
  }

  .owl-whatwedo:nth-child(2) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .dvs-nav-menu1,
  .dvs-nav-menu2 {
    display: none;
  }

  /* #togle{
  display: block;
} */
  .dyn-toggle-btn {
    display: block;
  }
  
  .header-main {
    padding: 15px 30px;
  }

  .dvs-nav-logo .logo-main {
    max-width: 160px;
    margin-top: 10px;
  }
  
  .dvs-nav-logo {
    text-align: left;
  }
  /* hosted shows page */
  .cust-hosted-shows .cust-shows-grid {grid-template-columns: repeat(2, 1fr);}
  .dash-header-second .togglebtn_mobb{
    display: block;
  }
  .dash-header-second .togglebtn_desk{
    display: none;
  }
}

@media only screen and (max-width:903px) {
  .footer-content {
    justify-content: space-between;
  }

  .footer-sec,
  .fotter-first {
    width: unset;
  }
}

@media only screen and (max-width:767px) {
  .unparralled-txt .dvs-head-logo img {
    max-width: 40%;
  }
  .cust-logsign-form-div.cust-mrg-top {
    margin-top: 88px;
  }
  .contactus-divs .contactdiv:nth-child(1) .dvs-animate-text-get {
    padding: 10px 60px;
  }

  .contactus-divs .contactdiv:nth-child(2) .dvs-animate-text-get {
    padding: 10px 62px;
  }

  .contactus-divs .contactdiv:nth-child(3) .dvs-animate-text-get {
    padding: 10px 58px;
  }

  .contactus-divs .contactdiv .hover-anchor .initial-text,
  .contactus-divs .contactdiv .hover-anchor .hovered-text {
    justify-content: left;
  }

  .aboutus-image,
  .aboutus-content {
    width: 100%;
  }

  .about-us-first {
    flex-direction: column;
  }

  .padding-top100 {
    padding-top: 60px !important;
  }

  .abotsec-title h2 {
    font-size: 35px;
  }

  /* .abotsec-title p{
  font-size: 24px;
} */
  /* .aboutsec-para p{
  font-size: 20px;
} */
  /* .aboutsec-callinfo a{
  font-size: 16px;
} */
  .aboutus-sec {
    padding-top: 0px;
  }

  .aboutus-content {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .abotsec-title {
    margin-top: 30px;
  }

  .aboutus-image {
    padding: 0 40px;

  }

  .about-order1 {
    order: 1;
  }

  .about-order2 {
    order: 2;
  }

  .about-order3 {
    order: 4;
  }

  .about-order4 {
    order: 3;
  }

  .about-order5 {
    order: 5;
  }

  .about-order6 {
    order: 6;
  }

  .about-order7 {
    order: 8;
  }

  .about-order8 {
    order: 7;
  }

  .about-us-contact {
    width: 100%;
  }

  .form-sixthh input,
  .form-link-div textarea {
    font-size: 20px;
    ;
  }

  .about-contact-textarea textarea {
    min-height: 90px !important;
  }

  .button-plan-dess {
    width: 190px !important;
    height: 45px !important;
  }

  .about-billa-ims {
    padding-bottom: 60px;
  }

  .margin-top-elisa {
    margin-top: -20px;
  }

  .marquee a {
    font-size: 24px;
    ;
  }

  .contct-titlee {
    width: 100%;
  }

  .form-name-parent {
    flex-direction: column;
  }

  .form-name-div {
    width: 100%;
  }

  .contactdiv {
    width: 80%;
  }

  .contactDivmarleft {
    margin: 0;
  }

  .concttc-top20,
  .contactus-divs .contactDivmartop {
    margin-top: 30px;
  }

  .contact-first-sec {
    padding-top: 60px;
  }

  .aboutsec-contact {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .banner-title h1 {
    font-size: 50px;
  }

  /* .contactfrom-abodes p {
  font-size: 20px;
  line-height: 27px;
} */
  .marginnTop30,
  .textarea-form {
    margin-top: 40px;
  }

  .choose-plan h2 {
    font-size: 36px;
  }

  .Cplan-btn {
    padding: 10px 36px 7px 36px;
  }

  .Cplan-btn2 {
    padding: 10px 22px 7px 22px;
  }

  .padding-for-responsive {
    padding-top: 70px;
  }

  .marg10mob {
    margin-top: 10px !important;
  }

  /* .connet-txt{
  font-size: 20px !important;
} */
  .owl-what-div i {
    font-size: 38px;
  }

  .hero-content h1 {
    font-size: 80px;
    line-height: 100px !important;
  }

  .hero-banner {
    padding: 150px 0px 70px 0px;
  }

  .content-dvss {
    padding-top: 70px;
  }

  .container-small {
    width: 100%;
  }

  .secondsec-home {
    padding-top: 70px;
  }

  .doquestions-sec {
    margin-top: 80px;
  }

  .sixth-sec {
    padding: 70px 0px;
  }

  .home-contct-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-cntc-info {
    width: 50%;
  }

  .margin-40-mob {
    margin-top: 40px;
  }

  .margin-30-mob {
    margin-top: 30px !important;
  }

  .doquestions-sec {
    margin-bottom: 80px;
    ;
  }

  .contt-h2,
  .seco-h2,
  .contactt-formm h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .line-height45 {
    line-height: 45px;
  }

  .btn-formm-ani {
    height: 45px;
  }
    /* pricing page choose your plan section */
    .offer-price-sec .price-offer-main{flex-wrap: wrap;gap:30px;}
    .offer-price-sec .price-table{width: 100% !important;}
    .offer-price-sec .price-table:nth-child(1) {margin-bottom: 0 !important;}
    /* New addons section pricing page */
    .pricing-sec.cust-add-ons{padding-top:45px;}
    .cust-add-ons .pricing-col {width:100%;padding: 30px;}
    .cust-add-ons .pricing-sec-flex{flex-direction: column;gap:40px;}
    .cust-add-ons  .plan-text span {font-size: 16px;}
    .cust-add-ons .plan-price h2 {font-size: 50px;}
    .cust-add-ons .plan-price span{padding-bottom: 17px;}
    .cust-add-ons .plan-btn {right: 30px;left: 30px;}
    .cust-add-ons .plan-detail {margin-top:20px;}
    .cust-shows-grid-sec {padding:50px 0;}
    /* Home page large button */
    .show-hosted-podworks-btn {padding-top: 70px;}
    .show-hosted-podworks-btn .hover-anchor{padding: 10px 20px;height: 70px;font-size: 20px;}
    .show-hosted-podworks-btn .cust-btn-wrapper{max-width: 500px;}
    /* Privacy policy page */
    .cust-terms-policy-body {padding: 70px 0;}
    .cust-terms-policy-body h2.body-main-title {font-size: 32px;}
    .cust-terms-policy-body h3 {font-size: 20px;}
    .schedule_calfix {
      height: 360px !important;
    }
}



@media only screen and (max-width: 767px) and (min-width: 480px) {
  .aboutus-image {
    padding: 0 110px;
  }
}

@media only screen and (max-width:667px) {
  .first-popup.reson-not-aprov .popup-content {
    width: 90%;
  }  
  .contactus-divs .contactdiv:nth-child(1) .dvs-animate-text-get {
    padding: 10px 63px;
  }

  .contactus-divs .dvs-animate-text-get {
    padding: 10px 60px 10px;
  }

  .contactus-divs .contactdiv:nth-child(2) .dvs-animate-text-get {
    padding: 10px 65px;
  }

  .contactus-divs .hover-anchor .initial-text {
    justify-content: start;
  }
}

@media only screen and (max-width:650px) {
  .hero-content .banner-txtright {
    padding-left: 25px;
  }

  .hero-content {
    padding-right: 50px;
  }

  .heropara-two {
    margin-top: 15px;
  }

  .abotsec-title p,
  .contactfrom-abodes p {
    font-size: 18px;
    line-height: 33px;
  }
}

@media only screen and (max-width:550px) {
  .unparralled-txt .dvs-head-logo img {
    max-width: 50%;
  }

  .cont-for-mobile,
  .footer-social {
    width: 100%;
    padding-bottom: 10px;
    ;
  }

  .footer-content .cont-for-mobile {
    padding-bottom: 0;
  }

  .footer-copyright {
    width: 100%;
    text-align: left;
  }

  .footer-social-parent {
    flex-direction: column;
  }

  .contactdiv {
    width: 100%;
  }

  .dvs-banner-image {
    padding: 100px 0px;
  }

  .form-sixthh {
    margin-top: 50px;
  }

  .marquee-container {
    padding: 10px 0px;
  }

  .about-animate-mob {
    padding: 10px 20px;
  }

  .pricing-animate-mob {
    padding: 10px 25px;
  }

  .contact-animate-mob {
    padding: 10px 27px;
  }

  .dvs-animate-head3 {
    padding: 10px 31px;
  }

  .dvs-animate-text4 {
    padding: 10px 35px;
  }

  .dvs-animate-head4 {
    padding: 10px 26px;
  }

  .text-left {
    padding-right: 15px;
  }

  .txt-25px {
    padding-left: 15px;
  }

  .schedule-btn-flex {
    margin-top: 30px
  }

  .paddingBot100 {
    padding-bottom: 40px;
  }

  .width-unset {
    width: unset !important;
  }

  .hero-content h1 {
    font-size: 55px;
    line-height: 65px !important;
  }

  .hero-content {
    padding-right: 40px;
  }

  .hero-content .banner-txtright {
    padding-left: 40px;
  }

  .heropara-two {
    width: 100%;
  }

  .hero-banner {
    padding: 130px 0px 40px 0px;
  }

  .content-dvss {
    padding-top: 50px;
  }

  .secondsec-home {
    padding-top: 50px;
  }

  .doquestions-sec {
    margin: 50px 0px;
  }

  .map-divv .map-heght {
    height: 300px !important;
  }

  .home-cntc-info {
    width: 100%;
  }

  .margintop40mob {
    margin-top: 40px;
  }

  .home-contct-info {
    padding-top: 50px;
  }
  /* hosted shows page */
  .cust-hosted-shows .cust-shows-grid {grid-template-columns: repeat(1, 1fr);gap:40px;}
  .cust-hosted-shows .cust-shows-grid a img {width: 100%;}
  /* Home page large button */
  .show-hosted-podworks-btn {padding-top: 50px;}
  .show-hosted-podworks-btn .cust-btn-wrapper {max-width: 400px;}
  .show-hosted-podworks-btn .hover-anchor {height: 60px;font-size: 16px;}
  /* Privacy policy page */
  .cust-terms-policy-body {padding:50px 0;}
}

@media only screen and (max-width:480px) {
  .terms_popup {
    padding: 0px 20px !important;
  }
  .titlemax_mob{
    max-width: 80%;
  }
  .cust_signupop .lightbox_title {
    padding-left: 20px !important;
  }
  .terms_popup h3 {
    margin-top: 15px !important;
  }
  .schedule_calfix {
    height: 320px !important;
  }
}

@media only screen and (max-width:450px) {
  .hero-content .banner-txtright {
    padding-left: 0;
  }

  .hero-content {
    padding-right: 0;
  }
}

.custom-class {
  padding: 10px 54px;
}

/* @media only screen and (max-width:415px) {
  .fotter-first .link-container:first-child .hover-anchor {
    padding: 10px 22px 10px 25px;
  }
  .dvs-animate-head4 {
    padding: 10px 27px;
  }
  .dvs-animate-head3 {
    padding: 10px 33px;
  }
  .footer-sec .link-container:nth-child(1) .hover-anchor {
    padding: 10px 64px 10px;
    margin-right: 0;
  }
  .footer-sec .link-container:nth-child(2) .hover-anchor {
    padding: 10px 84px 10px;
  }
  .dvs-animate-text4 {
    padding: 10px 37px;
  }
} */