@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 20px;
  width: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.about-header {
  padding-bottom: 0px;
  /* Style the buttons that are used to open the tab content */
  /* Create an active/current tablink class */
}

.about-header .about-tabs .edit-profile {
  float: right;
  color: #33607E;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.about-header .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: gray;
}

.about-header .tab button.active {
  border-bottom: 4px solid #333333;
  font-weight: 700;
  color: #000;
}

header {
  padding: 30px 0px;
  -webkit-box-shadow: 0px 0px 3px #e3e3e3;
          box-shadow: 0px 0px 3px #e3e3e3;
}

header .menu {
  max-width: 5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: auto;
}

header .menu .login {
  margin-top: 0;
}

header .logo {
  max-width: 5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

header .user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}

header .user-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-right: 10px;
}

header .user-profile p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

header .user-profile p span {
  font-size: 12px;
  color: gray;
}

.add-about-detail .tabcontent {
  display: none;
}

.add-about-detail .form-floating {
  margin-bottom: 30px;
}

.add-about-detail button {
  background-color: #33607E;
  padding: 10px 60px;
  border: none;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 0px #1B313F;
          box-shadow: 0px 3px 0px #1B313F;
}

.add-about-detail .cv-video {
  border: dashed 2px gray;
  padding: 36px 35px;
  border-radius: 20px;
  width: 100%;
  margin: 40px auto 0 auto;
}

.add-about-detail .cv-video h4 {
  font-weight: 700;
  color: #33607E;
  font-size: 30px;
  margin-bottom: 30px;
}

.add-about-detail .cv-video input {
  background-color: #F2F2F2;
}

.add-about-detail .cv-video .input-group-text {
  background-color: #33607E;
  color: white;
}

.add-about-detail .about-profile .profile-sec {
  width: 100% !important;
  margin-top: 33px;
}

.add-about-detail .about-profile .profile-sec .upload-profile .detail h1 {
  font-size: 36px;
}

.add-about-detail .about-text h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.add-about-detail .about-text p {
  margin-bottom: 40px;
}

.add-about-detail .about-text a {
  font-size: 20px;
  text-decoration: none;
  color: #33607E;
  font-weight: 600;
}

.add-about-detail .about-text a i {
  margin-left: 10px;
}

.player {
  margin: 2px 0px 0px 0px;
  position: relative;
  background-color: #F2F2F2;
}

.player .collapsable_tabs {
  background-color: #F2F2F2;
  position: absolute;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  width: 25%;
  padding-right: 0px;
  left: 0;
  top: 0;
  /* Style the tab */
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current "tab button" class */
}

.player .collapsable_tabs .accordion-item {
  background-color: transparent;
}

.player .collapsable_tabs .accordion-button:not(.collapsed) {
  background-color: #E9E9E9 !important;
  color: #33607E;
}

.player .collapsable_tabs .accordion-button {
  background-color: transparent;
}

.player .collapsable_tabs .accordion-button::after {
  display: none;
}

.player .collapsable_tabs .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.player .collapsable_tabs .accordion-button .number {
  background-color: #c7c7c780;
  padding: 6px 12px;
  border-radius: 13px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}

.player .collapsable_tabs .accordion-button p {
  margin-bottom: 0;
  font-weight: 700;
}

.player .collapsable_tabs .accordion-button p .topics-nmbr {
  font-size: 13px;
  color: gray;
  font-weight: normal;
}

.player .collapsable_tabs .accordion-body {
  padding: 0rem 1.25rem;
  position: relative;
}

.player .collapsable_tabs .tab {
  float: left;
  border-left: 1px solid #D9D9D9;
  width: 100%;
  padding: 20px 0px;
}

.player .collapsable_tabs .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.player .collapsable_tabs .tab button::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background-color: #D9D9D9;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.player .collapsable_tabs .tab button:hover {
  background-color: #33607E;
  color: white;
  -webkit-box-shadow: -25px 0px 0px #33607E, 25px 0px 0px #33607E;
          box-shadow: -25px 0px 0px #33607E, 25px 0px 0px #33607E;
}

.player .collapsable_tabs .tab button.active {
  background-color: #33607E;
  color: white;
  -webkit-box-shadow: -25px 0px 0px #33607E, 25px 0px 0px #33607E;
          box-shadow: -25px 0px 0px #33607E, 25px 0px 0px #33607E;
}

.player .collapsable_tabs .tab button.active::after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f061";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #33607E;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  padding: 5px;
}

.player .player-sec {
  display: flow-root;
  position: relative;
}

.player .player-sec .tabcontent {
  float: left;
  width: 100%;
  border-left: none;
  display: none;
}

.player .player-sec .tabcontent img {
  width: 100%;
}

.player .mobile-tabs {
  display: none;
}

.player .mobile-tabs .btn-primary {
  background-color: #33607E;
  padding: 15px 10px;
  text-align: left;
  border: none;
  font-size: 14px;
  width: 100%;
  position: relative;
}

.player .mobile-tabs .btn-primary i {
  position: absolute;
  right: 10px;
}

.player .mobile-tabs .modal-dialog {
  margin: 0 !important;
}

.player .mobile-tabs .modal-dialog .modal-header {
  background-color: #F2F2F2;
}

.player .mobile-tabs .modal-dialog .modal-header .btn-close {
  border: 2px solid gray;
  border-radius: 28px;
}

.lower_text {
  margin-top: 50px;
  width: 85%;
}

.lower_text .heading p {
  font-size: 24px;
  font-weight: 700;
}

.lower_text .heading h3 {
  color: #33607E;
  font-size: 36px;
  font-weight: 700;
}

.lower_text .heading .text-center {
  color: #4F4F4F;
  margin-top: 70px;
  margin-bottom: 70px;
}

.lower_text .text {
  font-size: 24px;
  line-height: 2;
  margin-top: 30px;
}

.lower_text .text h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  color: #33607E;
}

.lower_text .text .fs-6 {
  background-color: #F3CF15;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 7px;
  font-size: 12px !important;
  font-weight: 600;
}

#strip {
  background-color: #33607E;
  padding: 5em;
  color: white;
  margin: 50px 0px;
}

.testimonial-text {
  width: 100%;
  height: 350px;
  position: relative;
}

.user-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  font-size: 36px;
  font-weight: 700;
}

.user-text .designation {
  color: #a3a3a3;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.user-text .fas {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.user-text span {
  display: block;
  font-size: 15px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-pic {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}

.user-pic {
  width: 65px;
  padding: 5px;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.2;
}

.user-text.active-text {
  display: block;
}

.user-pic.active-pic {
  border: 3px solid #33607E;
  opacity: 1;
}

.right_side {
  text-align: end;
  position: relative;
  height: 100%;
}

.right_side .bottom-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
}

.right_side .bottom-text a {
  color: #33607E;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.right_side .bottom-text .fas {
  float: right;
  font-size: 20px;
}

footer {
  padding: 60px 0px;
}

footer .footer-text {
  float: left;
  width: 50%;
}

footer .about-footer {
  color: white;
}

footer .footer-media {
  float: left;
  width: 50%;
  text-align: right;
}

footer .footer-media a {
  color: #FCD500;
  border: 2px solid;
  padding: 15px 15px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}

.login {
  margin-top: 50px;
}

.login .heading h3 {
  font-weight: 700;
  font-size: 32px;
}

.login .login-form {
  min-width: 325px;
  max-width: 325px;
  margin: 30px auto;
}

.login .login-form a {
  display: block;
  border: 1px solid gray;
  color: black;
  text-decoration: none;
  margin: 12px auto;
  padding: 12px 23px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
}

.login .login-form a img {
  width: 18px;
  height: 18px;
  margin: 0px 10px 3px 0px;
}

.login .login-form a i {
  width: 30px;
}

.login .login-form a .fa-linkedin-in {
  color: #007EBB;
}

.login .login-form a .fa-google {
  color: #34A853;
}

.login .login-form a .fa-twitter {
  color: #00AAEC;
}

.login .login-form a .fa-facebook-f {
  color: #4460A0;
}

.login .login-form .or {
  height: 1px;
  background-color: gray;
  margin-top: 30px;
  position: relative;
}

.login .login-form .or::before {
  content: "or";
  position: absolute;
  width: 31px;
  height: 27px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  text-align: center;
}

.login .login-form input {
  margin-top: 25px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid gray;
  outline: none;
}

.login .login-form button {
  background-color: #33607E;
  color: white;
  padding: 10px 20px;
  border: none;
  margin: 33px auto;
  display: block;
  font-weight: 600;
  border-radius: 10px;
}

.profile-sec {
  width: 50% !important;
  margin: 0 auto;
}

.upload-profile {
  background-color: black;
  padding: 50px;
  margin: 0 auto;
  display: flow-root;
}

.upload-profile .detail {
  float: left;
  width: 53%;
  margin-left: 30px;
}

.upload-profile .detail .profile-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upload-profile .detail .profile-detail img {
  width: 50px;
  border-radius: 37px;
}

.upload-profile .detail .profile-detail p {
  margin-left: 15px;
  color: white;
  margin-top: 10px;
  font-size: 18px;
}

.upload-profile .detail h1 {
  color: white;
  font-weight: 700;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #525252;
}

.upload-profile .detail .web-detail img {
  border-radius: 0;
  width: auto;
}

.uploader {
  display: block;
  clear: both;
  width: 50%;
}

.uploader label {
  float: left;
  clear: both;
  padding: 0rem 0rem;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #eee;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  width: 80%;
  overflow: hidden;
}

.uploader label img {
  width: 100%;
}

.uploader label:hover {
  border-color: #454cad;
}

.uploader label.hover {
  border: 3px solid #454cad;
  -webkit-box-shadow: inset 0 0 0 6px #eee;
          box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #response.hidden {
  display: none;
}

.uploader #response #messages {
  margin-bottom: .5rem;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.uploader input[type="file"] {
  display: none;
}

.uploader div {
  color: #5f6982;
}

.uploader .btn {
  display: inline-block;
  margin: .5rem .5rem 1rem .5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 50px;
  outline: none;
  padding: 12px 16px;
  color: #33607E;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D9D9D9;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-sec {
  width: 100%;
  display: flow-root;
}

.bottom-sec .about-user-media {
  background-color: #EBEBEB !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bottom-sec .about-user-media ul {
  background-color: transparent !important;
}

.bottom-sec .about-user-media ul li {
  font-weight: 700;
}

.bottom-sec .about-user-media ul li a i {
  margin: 0px;
  font-size: 22px;
  margin: 0px;
}

.bottom-sec .social-media {
  background: white;
  position: relative;
  display: flow-root;
  z-index: 99999;
  -webkit-box-shadow: 0px 1px 5px #e2e2e2;
          box-shadow: 0px 1px 5px #e2e2e2;
  padding: 35px 38px 20px 15px;
}

.bottom-sec .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  background: white;
  position: relative;
}

.bottom-sec .social-media ul li a {
  color: black;
}

.bottom-sec .social-media .butn a {
  background-color: #33607E;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  padding: 18px 36px;
  -webkit-box-shadow: 0px 3px 0px #1B313F;
          box-shadow: 0px 3px 0px #1B313F;
}

.bottom-sec .social-media .butn a i {
  margin-right: 5px;
}

.all_testimonial {
  margin-top: 30px;
}

.all_testimonial h1 {
  font-size: 36px;
  font-weight: 700;
}

.all_testimonial .testimonial-sec {
  margin-top: 50px;
}

.all_testimonial .testimonial-box {
  background-color: #F2F2F2;
  border-radius: 40px;
  padding: 20px;
  position: relative;
}

.all_testimonial .testimonial-box .quote-icon {
  position: absolute;
  top: -55px;
  left: 4%;
  color: #33607E;
  font-size: 120px;
  font-weight: 700;
}

.all_testimonial .testimonial-box .fa-heart {
  position: absolute;
  top: -17px;
  right: 4%;
  color: white;
  background-color: #33607E;
  font-size: 25px;
  padding: 8px;
  border-radius: 50px;
}

.all_testimonial .top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.all_testimonial .top-text img {
  width: 65px;
  border-radius: 65px;
  height: 65px;
  margin-top: 20px;
}

.all_testimonial .top-text p {
  margin-top: 25px;
  margin-left: 20px;
  font-weight: 700;
}

.all_testimonial .top-text p .desigation {
  color: #2D9CDB;
  text-decoration: none;
}

.all_testimonial .middle-text {
  margin-top: 20px;
}

.pagination-sec {
  margin-top: 50px !important;
  /* Disabled & Hidden Styles */
}

.pagination-sec .arrow-icon {
  background-color: #D9D9D9;
  padding: 8px 10px !important;
  font-size: 14px !important;
  border-radius: 10px;
}

.pagination-sec [data-pagination],
.pagination-sec [data-pagination] *,
.pagination-sec [data-pagination] *:before,
.pagination-sec [data-pagination] *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: auto;
          font-kerning: auto;
}

.pagination-sec [data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  margin: 1em auto;
  text-align: right;
  -webkit-transition: font-size .2s ease-in-out;
  transition: font-size .2s ease-in-out;
}

.pagination-sec [data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}

.pagination-sec [data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 10px;
  background-color: #D9D9D9;
  padding: 5px 0px;
  margin: 5px;
}

.pagination-sec [data-pagination] > a {
  font-size: 140%;
}

.pagination-sec .dots {
  background-color: transparent !important;
}

.pagination-sec [data-pagination] a {
  color: #828282;
  font-size: 100%;
  padding: .5em;
  text-decoration: none;
  font-weight: 500;
}

.pagination-sec [data-pagination] li.current {
  background-color: #33607E;
}

.pagination-sec [data-pagination] li.current a {
  color: #ffffff;
}

.pagination-sec [data-pagination] .disabled,
.pagination-sec [data-pagination] [hidden],
.pagination-sec [data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}

@media (min-width: 350px) {
  .pagination-sec [data-pagination] {
    font-size: 10pt;
  }
}

@media (min-width: 500px) {
  .pagination-sec [data-pagination] {
    font-size: 12pt;
  }
}

@media (min-width: 700px) {
  .pagination-sec [data-pagination] {
    font-size: 14pt;
  }
}

@media (min-width: 900px) {
  .pagination-sec [data-pagination] {
    font-size: 16px;
  }
}

.about-hero-sec {
  background-image: url(../pics/about-me.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.about-hero-sec::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1E1E1E));
  background-image: linear-gradient(transparent, #1E1E1E);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-hero-sec .heading {
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 280px auto 0px auto;
}

.about-hero-sec .heading .arrow-svg {
  margin-left: 7px;
}

.about-hero-sec .heading h1 {
  font-weight: 700;
  font-size: 66px;
  text-align: center;
}

.about-hero-sec .heading p {
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.about-hero-sec .heading .media_add {
  font-weight: 700;
  margin-bottom: 0px;
  display: block;
  font-size: 18px;
  margin-left: 44px;
}

.about-hero-sec .cv {
  text-align: center;
  color: #FCD500;
}

.about-hero-sec .cv a {
  color: #FCD500;
  text-decoration: none;
}

.accordion-sec {
  background-color: #1E1E1E;
  z-index: 50;
  position: relative;
}

.accordion-sec .accordion-item {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-top-left-radius: 50px !important;
}

.accordion-sec .accordion-item .accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-sec .accordion-item .accordion-button::after {
  display: none;
}

.accordion-sec .accordion-item .accordion-body a {
  color: #33607E;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.accordion-sec .accordion-item .accordion-body a i {
  margin-left: 10px;
}

.accordion-sec .accordion-item .accordion-body .accodion-body-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 40px;
}

.accordion-sec .accordion-item .accordion-body .accodion-body-sec .nmbr {
  background-color: #D9D9D9;
  color: #4F4F4F;
  padding: 10px 15px;
  height: 42px;
  border-radius: 10px;
  margin-right: 20px;
  font-weight: 700;
}

.accordion-sec .accordion-item .accordion-body .accodion-body-sec .accordion-video {
  font-size: 16px;
  font-weight: 700;
}

.accordion-sec .accordion-item .accordion-body .accordion-video-sec {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.accordion-sec .accordion-item .accordion-body .accordion-video-sec .img {
  position: relative;
}

.accordion-sec .accordion-item .accordion-body .accordion-video-sec .img i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FCD500;
  font-size: 22px;
}

.accordion-sec .accordion-item .accordion-body .accordion-video-sec .more-text {
  margin-left: 10px;
  padding-top: 9px;
}

.accordion-sec .accordion-item .accordion-body .accordion-video-sec .more-text .tag {
  position: absolute;
  right: 0;
  top: 9px;
  background-color: #F3CF15;
  border-radius: 10px 0px 0px 10px;
  font-size: 11px;
  padding: 5px 10px;
}

.accordion-sec .accordion-item .accordion-body .accordion-video-sec .more-text p {
  margin-bottom: 0;
}

.accordion-sec .accordion-item .accordion-body .accordion-video-sec .accordion-item:last-of-type {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.accordion-sec .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f2f2f2;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-right-radius: 100px !important;
  border-top-left-radius: 100px !important;
}

.accordion-sec .accordion-item .accordion-button {
  font-weight: 700;
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  border-top-right-radius: 100px !important;
  border-top-left-radius: 100px !important;
  padding: 25px 1.25rem;
}

.accordion-sec .accordion-item .accordion-button i {
  position: absolute;
  right: 20px;
}

.accordion-sec .question {
  width: 50%;
  margin: 0 auto;
}

.add-about-detail {
  margin-top: 50px;
  margin-bottom: 150px;
}

.add-about-detail .user-about-image .image {
  position: relative;
}

.add-about-detail .user-about-image .image i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 36px;
  color: #FCD500;
}

#session {
  /* Just to give indication that it's being clicked */
  /* Tabs behaviour, hidden if not checked/clicked */
  /* Sub-tabs */
  /* Tabs Content */
}

#session label {
  background-color: #F2F2F2;
  border-radius: 50px;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
}

#session label span {
  color: gray;
}

#session label p {
  margin-bottom: 0;
  font-size: 17px;
}

#session label:hover {
  background-color: #2e536e;
}

#session label:active {
  color: #dce775;
}

#session .tab-radio {
  display: none;
}

#session .sub-tab-content,
#session .tab-content {
  display: none;
}

#session .sub-tab-content .tab-content-detail .left-side-data,
#session .tab-content .tab-content-detail .left-side-data {
  margin: 0;
  border: 1px solid #dadada;
  display: flow-root;
  padding: 25px;
  border-radius: 10px;
}

#session .sub-tab-content .tab-content-detail .left-side-data .portfolio_detail,
#session .tab-content .tab-content-detail .left-side-data .portfolio_detail {
  float: left;
  width: 50%;
  border-right: 1px solid #8080804a;
  padding-right: 30px;
}

#session .sub-tab-content .tab-content-detail .left-side-data .portfolio_detail .user-detail img,
#session .tab-content .tab-content-detail .left-side-data .portfolio_detail .user-detail img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-bottom: 30px;
}

#session .sub-tab-content .tab-content-detail .left-side-data .portfolio_detail .user-detail p,
#session .tab-content .tab-content-detail .left-side-data .portfolio_detail .user-detail p {
  margin-bottom: 10px;
  font-weight: 700;
  color: gray;
}

#session .sub-tab-content .tab-content-detail .left-side-data .portfolio_detail .user-detail h4,
#session .tab-content .tab-content-detail .left-side-data .portfolio_detail .user-detail h4 {
  margin-bottom: 30px;
  font-weight: 700;
}

#session .sub-tab-content .tab-content-detail .left-side-data .portfolio_detail .meeting-time,
#session .tab-content .tab-content-detail .left-side-data .portfolio_detail .meeting-time {
  color: gray;
  font-weight: 600;
}

#session .sub-tab-content .tab-content-detail .left-side-data .portfolio_detail .client-detail,
#session .tab-content .tab-content-detail .left-side-data .portfolio_detail .client-detail {
  margin-top: 20px;
}

#session .sub-tab-content .tab-content-detail .left-side-data .portfolio_detail .client-detail p,
#session .tab-content .tab-content-detail .left-side-data .portfolio_detail .client-detail p {
  margin-bottom: 0px;
}

#session .sub-tab-content .back,
#session .tab-content .back {
  border: 1px solid #c5c5c5;
  color: #007bff;
  border-radius: 26px;
  padding: 10px 16px;
  display: flow-root;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

#session .sub-tab-content .calender,
#session .tab-content .calender {
  width: 50%;
  float: left;
  /* Add media queries for smaller screens */
}

#session .sub-tab-content .calender ul,
#session .tab-content .calender ul {
  list-style: none;
}

#session .sub-tab-content .calender .month,
#session .tab-content .calender .month {
  padding: 25px;
  width: 100%;
}

#session .sub-tab-content .calender .month h3,
#session .tab-content .calender .month h3 {
  margin-bottom: 40px;
}

#session .sub-tab-content .calender .month ul,
#session .tab-content .calender .month ul {
  margin: 0;
  padding: 0;
}

#session .sub-tab-content .calender .month ul li,
#session .tab-content .calender .month ul li {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#session .sub-tab-content .calender .month .prev,
#session .tab-content .calender .month .prev {
  float: right;
  padding-top: 10px;
}

#session .sub-tab-content .calender .month .next,
#session .tab-content .calender .month .next {
  float: right;
  padding-top: 10px;
  margin-right: -30px;
}

#session .sub-tab-content .calender .weekdays,
#session .tab-content .calender .weekdays {
  margin: 0;
  padding: 10px 0;
}

#session .sub-tab-content .calender .weekdays li,
#session .tab-content .calender .weekdays li {
  display: inline-block;
  width: 13%;
  color: #666;
  text-align: center;
}

#session .sub-tab-content .calender .days,
#session .tab-content .calender .days {
  padding: 10px 0;
  margin: 0;
}

#session .sub-tab-content .calender .days li,
#session .tab-content .calender .days li {
  list-style-type: none;
  display: inline-block;
  width: 13%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
}

#session .sub-tab-content .calender .days li .active,
#session .tab-content .calender .days li .active {
  padding: 8px 8px;
  background: #b2d4ff;
  color: #001fff !important;
  border: 1px solid #008cff;
  border-radius: 50px;
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  #session .sub-tab-content .calender .weekdays li, #session .sub-tab-content .calender .days li,
  #session .tab-content .calender .weekdays li,
  #session .tab-content .calender .days li {
    width: 13.1%;
  }
}

@media screen and (max-width: 420px) {
  #session .sub-tab-content .calender .weekdays li, #session .sub-tab-content .calender .days li,
  #session .tab-content .calender .weekdays li,
  #session .tab-content .calender .days li {
    width: 12.5%;
  }
  #session .sub-tab-content .calender .days li .active,
  #session .tab-content .calender .days li .active {
    padding: 2px;
  }
}

@media screen and (max-width: 290px) {
  #session .sub-tab-content .calender .weekdays li, #session .sub-tab-content .calender .days li,
  #session .tab-content .calender .weekdays li,
  #session .tab-content .calender .days li {
    width: 12.2%;
  }
}

#session .tab-radio:checked + .tab-content,
#session .tab-radio:checked + .sub-tab-content {
  display: block;
}

#session .sub-tabs-container label {
  color: #030700;
  min-width: 150px;
  text-align: center;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

#session .sub-tabs-container label:active {
  color: #37474f;
  -webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3);
}

#session .tab-content {
  margin-top: 50px;
  padding: 10px;
}

.feedback {
  min-width: 320px;
  max-width: 762px;
  margin: 0 auto;
  display: block;
  border: 1px solid #f1f1f1;
  padding: 60px;
  text-align: center;
}

.feedback textarea {
  border-radius: 10px;
}

.feedback h1 {
  text-align: center;
  font-weight: 700;
}

.feedback p {
  text-align: center;
}

.feedback button {
  background-color: #33607E;
  margin-top: 10px;
  width: 100%;
  padding: 10px 60px;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 0px #1b313f;
          box-shadow: 0px 3px 0px #1b313f;
  border: none;
}

.feedback i {
  font-size: 100px;
  color: #33607E;
  margin-bottom: 22px;
}

.about-main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fa-facebook-square {
  color: #4267b2;
}

.fa-twitter {
  color: #1c9cea;
}

.portfolio-overview h3 {
  font-weight: 700;
  font-size: 24px;
}

.portfolio-overview p {
  font-size: 18px;
  font-weight: 700;
}

.overview-detail {
  margin-top: 55px;
  position: relative;
}

.overview-detail p {
  position: relative;
  width: 90%;
  margin-left: 10%;
  font-size: 18px;
  font-weight: 400;
  margin-top: 37px;
}

.overview-detail p::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background-color: #4F4F4F;
  left: -10%;
  top: 5px;
  border-radius: 50px;
}

.suggested-topic .modal-body button {
  float: right;
  margin-top: 30px;
  background-color: #33607E;
  border-radius: 0;
  padding: 10px 50px;
}

.suggested-topic .modal-body .topic-level {
  margin-top: 30px;
}

.suggested-topic .modal-body .topic-level button {
  background-color: transparent;
  margin-top: 0;
  padding: 7px 15px;
}

.suggested-topic .modal-body .topic-level button:hover {
  background-color: #33607E;
}

.suggested-topic .modal-body .or {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
}

.admin-body .tab_content {
  background: #fff;
  padding: 10px;
  width: 100%;
}

.admin-body .tabs li {
  display: inline;
  list-style: none;
}

.admin-body .tabs a {
  display: inline-block;
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.admin-body .admin-header {
  background-color: #F2F2F2;
  padding-top: 90px;
}

.admin-body .admin-header .admin-main-tabs .tabs {
  margin-bottom: 0;
  padding-left: 0;
}

.admin-body .admin-header .admin-main-tabs .tabs a {
  margin-right: 40px;
  padding-bottom: 10px;
}

.admin-body .admin-header .admin-main-tabs .tabs a:hover {
  color: #333333;
}

.admin-body .admin-header .admin-main-tabs .tabs .active {
  border-bottom: 5px solid #333333;
  color: #333333;
}

.admin-body .admin-wrapper .tabs a {
  margin-right: 20px;
}

.admin-body .admin-wrapper .tabs .active {
  background: #F2F2F2;
  border-radius: 30px;
  padding: 15px 30px;
  color: #333;
}

.admin-body .admin-wrapper .tab_content {
  margin-top: 50px;
}

.admin-body .admin-wrapper .tab_content .export-btn {
  width: 100%;
  display: flow-root;
}

.admin-body .admin-wrapper .tab_content .export-btn button {
  float: right;
  border: none;
  color: #33607E;
  font-weight: 600;
}

.admin-body .admin-wrapper .tab_content .export-btn button:hover {
  color: #33607E;
  background-color: transparent;
}

.admin-body .admin-wrapper .tab_content .pathway button {
  float: right;
  border: none;
  color: #ffffff;
  background-color: #33607E;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 50px;
}

.admin-body .admin-wrapper .tab_content .user-data {
  width: 100%;
  margin-top: 30px;
}

.admin-body .admin-wrapper .tab_content .user-data .data-table {
  border: 1px solid #F2F2F2;
  padding: 15px 10px;
  margin-bottom: 10px;
}

.admin-body .admin-wrapper .tab_content .user-data .data-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.admin-body .admin-wrapper .tab_content .user-data .data-table ul li p {
  margin-bottom: 5px;
  color: #33607E;
  font-size: 14px;
  font-weight: 500;
}

.admin-body .admin-wrapper .tab_content .user-data .data-table ul li span {
  color: #42404E;
  font-size: 16px;
}

.admin-body .modal-body button {
  float: right;
  margin-top: 30px;
  background-color: #33607E;
  border-radius: 0;
  padding: 10px 25px;
}

.admin-body .modal-body .topic-level {
  margin-top: 30px;
}

.admin-body .modal-body .topic-level button {
  background-color: transparent;
  margin-top: 0;
  padding: 7px 15px;
}

.admin-body .modal-body .topic-level button:hover {
  background-color: #33607E;
}

.admin-body .modal-body .topic-level p {
  margin-bottom: 10px;
}

.admin-body .uxdesign {
  margin-top: 150px;
}

.admin-body .uxdesign h2 {
  font-size: 40px;
  font-weight: 700;
}

.admin-body .uxdesign p {
  font-size: 17px;
  font-weight: 700;
}

.admin-body .uxdesign #accordionExample .accordion-item {
  border: none;
  position: relative;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button {
  background: #F2F2F2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  font-weight: 700;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button .nmbr {
  background-color: #D9D9D9;
  border-radius: 15px;
  padding: 10px 15px;
  margin-right: 10px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button .topics {
  position: absolute;
  right: 60px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button i {
  position: absolute;
  right: 15px;
  font-size: 30px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button .fa-sort-down {
  font-size: 22px;
  top: 20px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button .fa-times-circle {
  display: none;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button::after {
  display: none;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-header {
  width: 50%;
  margin: 20px auto;
  border-radius: 50px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button:not(.collapsed) {
  background-color: #33607E;
  color: #ffffff;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button:not(.collapsed) .nmbr {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px 15px;
  margin-right: 10px;
  color: #33607E;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button:not(.collapsed) .fa-sort-down {
  display: none;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-button:not(.collapsed) .fa-times-circle {
  display: block;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-body {
  background-color: #F2F2F2;
  -webkit-box-shadow: -310px 0px 0px #f2f2f2, 310px 0px 0px #f2f2f2;
          box-shadow: -310px 0px 0px #f2f2f2, 310px 0px 0px #f2f2f2;
  margin-top: -50px;
  padding: 80px 20px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-body .accordion-video-sec {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94%;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-body .accordion-video-sec .edit-video-icon {
  border: none;
  color: #BDBDBD;
  font-size: 25px;
  padding-right: 8px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-body .accordion-video-sec .more-text {
  margin-left: 10px;
  padding-top: 9px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-body .accordion-video-sec .more-text .tag {
  position: absolute;
  right: 0;
  top: 9px;
  background-color: #F3CF15;
  border-radius: 10px 0px 0px 10px;
  font-size: 11px;
  padding: 5px 10px;
}

.admin-body .uxdesign #accordionExample .accordion-item .accordion-body .add-topic {
  border: none;
  color: #ffffff;
  background-color: #33607E;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 50px;
  margin: 32px auto;
  display: block;
}

.admin-body .uxdesign #accordionExample .accordion-item .burger-icon {
  position: absolute;
  left: 20%;
  color: #BDBDBD;
  background: transparent;
  border: none;
  font-size: 35px;
  top: 13px;
}

.admin-body .uxdesign #accordionExample .accordion-item .edit-icon {
  position: absolute;
  right: 20%;
  color: #BDBDBD;
  background: transparent;
  border: none;
  font-size: 30px;
  top: 13px;
}

.admin-body .add-section {
  border: none;
  color: #ffffff;
  background-color: #33607E;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 50px;
  margin: 25px auto;
  display: block;
}

.admin-body .all_testimonial .testimonial-sec {
  margin-top: 60px;
}

.admin-body .all_testimonial .testimonial-sec .rating {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 0 15px auto;
}

.admin-body .all_testimonial .testimonial-sec .rating button {
  border: none;
  background-color: transparent;
  font-size: 24px;
  margin: 0px 5px 0px 5px;
  color: #BDBDBD;
}

.admin-body .all_testimonial .testimonial-sec .rating button .fa-star {
  color: #33607E;
}

.admin-body .all_testimonial .testimonial-sec .rating button .no-color {
  color: #BDBDBD !important;
}

.admin-body .all_testimonial .testimonial-sec .rating button .fa-trash-alt {
  color: #BDBDBD;
}

.admin-body .all_testimonial .testimonial-sec .testimonial-box {
  background-color: #F2F2F2;
  border-radius: 40px;
  padding: 20px;
  position: relative;
}

.admin-body .all_testimonial .testimonial-sec .testimonial-box .top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.admin-body .all_testimonial .testimonial-sec .testimonial-box .top-text img {
  width: 65px;
  border-radius: 65px;
  height: 65px;
  margin-top: 20px;
}

.admin-body .all_testimonial .testimonial-sec .testimonial-box .top-text p {
  margin-top: 25px;
  margin-left: 20px;
  font-weight: 700;
}

.admin-body .all_testimonial .testimonial-sec .testimonial-box .top-text p .desigation {
  color: #2D9CDB;
}

.admin-body .all_testimonial .testimonial-sec .testimonial-box .fa-quote-left {
  position: absolute;
  top: -18px;
  left: 10%;
  color: #33607E;
  font-size: 35px;
}

.admin-body .all_testimonial .pagination-sec li .page-link {
  background-color: #828282;
  color: white;
  margin: 10px;
  border-radius: 10px;
}

.admin-body .all_testimonial .pagination-sec li .active {
  background-color: #33607E;
}

.admin-body .add-topic {
  border: none;
  color: #ffffff;
  background-color: #33607E;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 50px;
  margin: 30px 0px !important;
  display: block;
}

.modal-fullscreen {
  background-color: #ffffff;
}

.modal-fullscreen .close {
  right: 0;
  position: absolute;
  background-color: gray;
  padding: 4px 10px;
  border-radius: 50px;
  color: white;
  z-index: 50;
  outline: none;
  border: none;
  margin: 10px;
}

.modal-fullscreen .modal-body {
  margin-top: 30px;
}

.modal-fullscreen .login-form {
  min-width: 294px;
}

.modal-fullscreen .tab_side {
  width: 100%;
  min-height: calc(100vh - 12rem);
  padding: 0 2rem;
  border-left: 0.1rem solid #e0e0e0;
  border-right: 0.1rem solid #e0e0e0;
}

.modal-fullscreen .tab_side .tab_listing {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-fullscreen .tab_side .tab_listing li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #333333;
}

.modal-fullscreen .tab_side .tab_listing li .active {
  background-color: #F1F1F1;
  color: #33607E;
}

.modal-fullscreen .txt_side {
  width: 82%;
  margin-left: 4rem;
}

.modal-fullscreen .txt_side .content .ico_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
}

.modal-fullscreen .txt_side .content .ico_blk .ico img {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 50%;
}

.modal-fullscreen .txt_side .content .ico_blk span {
  color: #33607E;
  font-size: 18px;
  font-weight: 700;
}

.modal-fullscreen .txt_side .content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 3rem;
}

.modal-fullscreen .txt_side h6 {
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.modal-fullscreen .txt_side .services .svc_blk {
  padding: 30px;
  margin-left: -3rem;
  border-radius: 1rem;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.modal-fullscreen .txt_side .services .svc_blk .price {
  color: #828282;
  font-size: 12px;
  font-weight: 700;
}

.modal-fullscreen .txt_side .services .svc_blk p {
  color: #828282;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.modal-fullscreen .txt_side .services .svc_blk .btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #33607E;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.modal-fullscreen .txt_side .services .svc_blk:hover {
  background: #f1f1f1;
}
/*# sourceMappingURL=style.css.map */