@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.container-fluid {
  max-width: 1640px;
}

::-moz-selection {
  color: #ffffff;
  background: #9049B9;
}

::selection {
  color: #ffffff;
  background: #9049B9;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  z-index: 9;
}

a:hover {
  text-decoration: none;
  color: #9049B9;
}

button:focus,
a:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.owl-dots,
.owl-nav {
  display: none;
}

.custom-switch,
.custom-switch label,
.morning label,
.morning input {
  cursor: pointer;
}

body {
  font-family: "Montserrat", sans-serif;
 /* background: #F5F5F5;*/
  position: relative;
  margin: 0;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: visible;
    background: #fff url('../images/nuvo-gif.gif') no-repeat center center;

}

@media screen and (max-width: 414px) {
  body {
    zoom: 0.9;
  }
}

@media screen and (max-width: 991px) {
  .p-5 {
    padding: 2rem !important;
  }
}

@media screen and (max-width: 575px) {
  .p-5 {
    padding: 1rem !important;
  }
}

.mt-110 {
  margin-top: 110px;
}

@media screen and (max-width: 1919px) {
  .mt-110 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .mt-110 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .mt-110 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 414px) {
  .mt-110 {
    margin-top: 50px;
  }
}

.custom_btn {
  padding: 17px 62px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: #0e86c5;
  -webkit-box-shadow: 0px 3px 6px rgba(106, 94, 186, 0.2);
          box-shadow: 0px 3px 6px rgba(106, 94, 186, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.custom_btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
  background: #9049B9;
}

@media screen and (max-width: 1919px) {
  .custom_btn {
    padding: 16px 44px;
  }
}

@media screen and (max-width: 575px) {
  .custom_btn {
    padding: 16px 64px;
  }
}

@media screen and (max-width: 414px) {
  .custom_btn {
    padding: 12px 54px;
  }
}

@media screen and (max-width: 1279px) {
  .sign_in_body header {
    margin-top: 0;
    padding: 15px 0;
    zoom: 0.8;
    background: #F5F5F5;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .sign_in_body header {
    margin-top: 0;
    padding: 15px 0;
    zoom: 0.8;
    background: #F5F5F5;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}

.sign_in_body header .container-fluid {
  max-width: 87%;
}

@media screen and (max-width: 1919px) {
  .sign_in_body header .container-fluid {
    max-width: 90%;
  }
}

@media screen and (max-width: 1365x) {
  .sign_in_body header .container-fluid {
    max-width: 94%;
  }
}

.sign_in_body header .container-fluid .logo {
  margin-top: 40px;
}

@media screen and (max-width: 1279px) {
  .sign_in_body header .container-fluid .logo {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sign_in_body header .container-fluid .logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.sign_in_body .sign_in_section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden !important;
}

@media screen and (max-width: 1279px) {
  .sign_in_body .sign_in_section {
    overflow: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.sign_in_body .sign_in_section .form_div {
  max-width: 54%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media screen and (max-width: 1919px) {
  .sign_in_body .sign_in_section .form_div {
    max-width: 64%;
  }
}

@media screen and (max-width: 1439px) {
  .sign_in_body .sign_in_section .form_div {
    margin-top: 0;
  }
}

@media screen and (max-width: 1365px) {
  .sign_in_body .sign_in_section .form_div {
    max-width: 68%;
    margin-top: 0vh;
  }
}

@media screen and (max-width: 1279px) {
  .sign_in_body .sign_in_section .form_div {
    margin: 9vh 0 3vh 0;
    max-width: 44%;
  }
}

@media screen and (max-width: 991px) {
  .sign_in_body .sign_in_section .form_div {
    margin: 11vh 0 4vh 0;
  }
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .form_div {
    max-width: 80%;
    margin: 8vh 0 6vh 0;
  }
}

.sign_in_body .sign_in_section .form_div .sub_title {
  color: #F5F5F5 !important;
  opacity: 0.8;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .form_div .sub_title {
    font-size: 14px;
  }
}

.sign_in_body .sign_in_section .form_div .title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #2B2A29;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .form_div .title {
    font-size: 24px;
  }
}

.sign_in_body .sign_in_section .form_div .sign_in_form {
  margin: 6vh 0;
}

@media screen and (max-width: 1439px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form {
    margin: 5vh 0;
  }
}

@media screen and (max-width: 1279px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form {
    margin: 4vh 0;
  }
}

@media screen and (max-width: 991px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form {
    margin: 3vh 0;
  }
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form {
    margin: 4vh 0 8vh 0;
  }
}

@media screen and (max-width: 575px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form {
    margin: 3vh 0 8vh 0;
  }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form .user-box {
    margin-bottom: 20px;
  }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input {
  padding: 15px 0;
  width: 100%;
  color: #2B2A29;
  margin-bottom: 10px;
  border: none;
  border-bottom: solid 1px #939393;
  outline: none;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 0;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input:focus {
  -webkit-box-shadow: 0px 1px 0px #9049B9;
          box-shadow: 0px 1px 0px #9049B9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 575px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form .user-box input {
    padding: 12px 0;
    font-size: 16px;
  }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  color: #2B2A29;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

@media screen and (max-width: 575px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form .user-box label {
    font-size: 13px;
  }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box .password_hide {
  position: relative;
  cursor: pointer;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box .password_hide:after {
  content: url(../images/password_hide.svg);
  position: absolute;
  top: -14px;
  right: 0;
  padding: 10px 0;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .form-group.form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .remember_me {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .form_div .sign_in_form .remember_me {
    font-size: 14px;
  }
}

.sign_in_body .sign_in_section .form_div .sign_in_form a {
  color: #F16B7E !important;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input:focus ~ label,
.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #2B2A29;
  font-size: 13px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.sign_in_body .sign_in_section .zydus_background {
  width: 100%;
}

@media screen and (max-width: 1919px) {
  .sign_in_body .sign_in_section .zydus_background {
    height: 100vh;
  }
}

@media screen and (max-width: 1279px) {
  .sign_in_body .sign_in_section .zydus_background {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .sign_in_body .sign_in_section .zydus_background {
    height: 49vh;
  }
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .zydus_background {
    height: auto;
  }
}

.sign_in_body .sign_in_section .footer_line {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  bottom: 5vh;
  right: 15vh;
  line-height: 26px;
}

@media screen and (max-width: 1279px) {
  .sign_in_body .sign_in_section .footer_line {
    right: 6vh;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sign_in_body .sign_in_section .footer_line {
    font-size: 12px;
    bottom: 1vh;
    left: 6vh;
    line-height: 20px;
  }
}

.forgot_password_section {
  position: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 1439px) {
  .forgot_password_section .logo {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .forgot_password_section .logo {
    margin-top: 0;
    zoom: 0.8 !important;
  }
}

.forgot_password_section .form_div {
  max-width: none !important;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 346px;
}

@media screen and (max-width: 1279px) {
  .forgot_password_section .form_div {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .forgot_password_section .form_div {
    max-width: 80%;
    margin: 0 !important;
  }
}

.forgot_password_section .form_div .title {
  font-size: 26px !important;
}

.forgot_password_section .form_div .title,
.forgot_password_section .form_div .user-box label {
  color: #F5F5F5 !important;
}

.forgot_password_section .form_div .user-box input {
  border-bottom: solid 1px #F5F5F5 !important;
  color: #F5F5F5 !important;
}

.forgot_password_section .form_div .user-box input:focus {
  -webkit-box-shadow: 0px 1px 0px #F5F5F5 !important;
          box-shadow: 0px 1px 0px #F5F5F5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.forgot_password_section .form_div .password_hide:after {
  content: url(../images/password_hide_white.svg) !important;
}

.forgot_password_section .form_div .password_show:after {
  content: url(../images/password_show_white.svg) !important;
}

.forgot_password_section .form_div .custom_btn {
  background: #F5F5F5 !important;
  color: #2B2A29 !important;
  -webkit-box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16) !important;
          box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16) !important;
}

@media screen and (max-width: 1279px) {
  .forgot_password_section .form_div .sign_in_form {
    margin: 5vh 0 !important;
  }
}

.instructions_sent_section {
  position: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
}

.instructions_sent_section .form_div {
  max-width: 64% !important;
}

@media screen and (max-width: 1279px) {
  .instructions_sent_section .form_div {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .instructions_sent_section .form_div {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
}

.instructions_sent_section .form_div .title {
  font-size: 26px !important;
}

.instructions_sent_section .form_div h3 {
  margin: 50px 0 30px 0;
}

.instructions_sent_section .form_div h3,
.instructions_sent_section .form_div p {
  color: #F5F5F5 !important;
  width: 100% !important;
}

@media screen and (max-width: 1279px) {
  .instructions_sent_section .form_div .sign_in_form {
    margin: 5vh 0 !important;
  }
}

.dashboard .header {
  padding: 14px;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.dashboard .header .logo {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .dashboard .header {
    background-color: #ffffff00;
    padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .dashboard .header div#navbarsExample03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.dashboard .header .dropdown .user_name {
  float: left;
  margin: 20px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .dashboard .header .dropdown .user_name {
    display: none;
  }
}

.dashboard .header .dropdown .user_profile_img {
  border-radius: 100px;
  height: 60px;
}

.dashboard .header .dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  top: 11vh;
  left: unset;
  padding: 4px 30px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 32px rgba(75, 75, 75, 0.1);
          box-shadow: 0px 0px 32px rgba(75, 75, 75, 0.1);
  border: none;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .dashboard .header .dropdown .dropdown-menu {
    top: 13vh;
    zoom: 0.8;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .header .dropdown .dropdown-menu {
    top: 16vh;
    zoom: 0.8;
  }
}

.dashboard .header .dropdown .dropdown-menu::before {
  content: url();
  position: absolute;
  bottom: 0px;
  border-bottom: solid 12px #9049B9;
  margin: 0 auto;
  display: table;
  width: 300px;
  left: 0;
  border-radius: 0 0 12px 12px;
}

.dashboard .header .dropdown .dropdown-menu::after {
  content: url();
  width: 0;
  height: 0;
  border-width: 0 18px 20px;
  border-style: solid;
  border-color: transparent transparent #ffffff;
  top: -18px;
  right: 32px;
  position: absolute;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup {
  padding: 26px;
  border-bottom: #4b4b4b33 solid 1px;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .user_profile_img {
  height: 100px;
  -webkit-box-shadow: 0 0 0 2px #453B88;
          box-shadow: 0 0 0 2px #453B88;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .user_profile_name {
  font-weight: bold;
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  color: #000;
  text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.15);
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .user_profile_email {
  opacity: 0.7;
  margin: 10px 0 20px 0;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .view_profile {
  border-radius: 20px;
  padding: 7px 24px;
  background: #9049B9;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.3);
          box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.3);
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .view_profile:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.dashboard .header .dropdown .dropdown-menu .logout_popup {
  padding: 20px 0 30px;
}

.dashboard .header .dropdown .dropdown-menu .logout_popup .logout {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.15);
}

.dashboard .jumbotron {
  margin-top: 100px;
  border-radius: 0 !important;
  padding: 0;
  background: url(../images/home-page-top-ng.jpg) no-repeat 0 100%;
  height: auto;
  background-size: cover;
}

.jump {
  margin-top: 100px;
  border-radius: 0 !important;
  padding: 0;
  background: url(../images/2-home-page-top-ng.jpg) no-repeat 0 100%!important;
  height: auto;
  background-size: cover!important;
}

@media screen and (max-width: 767px) {
  .dashboard .jumbotron {
    padding: 40px 0;
    background-position-x: -32vh;
  }
}

.dashboard .jumbotron .title {
  font-weight: bold;
  font-size: 26px;
  padding: 4px 0;
  letter-spacing: -0.02em;
  color: #fff;
}

.banner_poster{
  padding: 50px;
}

@media screen and (max-width: 991px) {
  .dashboard .jumbotron .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard .jumbotron .title {
    font-size: 24px;
  }

  .banner_poster{
  padding: 0px;
  margin: 10px 30px;
}
}

.dashboard .jumbotron .sub_title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .dashboard .jumbotron .sub_title {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard .jumbotron .sub_title {
    font-size: 14px;
  }
}

.dashboard .activities {
  background: url(../images/left_dots.svg) no-repeat, url(../images/right_dots.svg) 105% 100% no-repeat;
}

@media screen and (max-width: 1919px) {
  .dashboard .activities {
    padding: 3px 0;
  }
}

@media screen and (max-width: 1279px) {
  .dashboard .activities {
    padding: 24px 0;
  }
}

@media screen and (max-width: 991px) {
  .dashboard .activities .col-xl-3.col-lg-6 {
    padding-bottom: 30px;
  }
}

.dashboard .activities .activities_box {
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 1439px) {
  .dashboard .activities .activities_box {
    padding: 22px 40px;
  }
}

@media screen and (max-width: 1279px) {
  .dashboard .activities .activities_box {
    padding: 52px 0px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .activities .activities_box {
    padding: 52px 10px;
  }
}

.dashboard .activities .activities_box:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.dashboard .activities .activities_box p {
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #2b2a29;
  margin-bottom: 0;
}

@media screen and (max-width: 1439px) {
  .dashboard .activities .activities_box p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1279px) {
  .dashboard .activities .activities_box p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.dashboard .activities .activities_box strong {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 26px;
  color: #2b2a29;
  opacity: 0.6;
}

.dashboard .activities .activities_box1 {
  background: #FEEED3;
  border: 2px solid #F9A826;
  -webkit-box-shadow: 0px 16px 32px #FEEED5;
          box-shadow: 0px 16px 32px #FEEED5;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.dashboard .activities .activities_box2 {
  background: #d3edff;
  border: 2px solid #0E86C5;
  -webkit-box-shadow: 0px 16px 32px #d3edff;
          box-shadow: 0px 16px 32px #d3edff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.dashboard .activities .activities_box3 {
  background: #d5fff2;
  border: 2px solid #abc637;
  -webkit-box-shadow: 0px 16px 32px #d5fff2;
          box-shadow: 0px 16px 32px #d5fff2;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.dashboard .activities .activities_box4 {
  background: #e9e6ff;
  border: 2px solid #6A5EBA;
  -webkit-box-shadow: 0px 16px 32px #e9e6ff;
          box-shadow: 0px 16px 32px #e9e6ff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media screen and (max-width: 767px) {
  .dashboard .activities .col-lg-3.col-md-6 {
    margin-top: 30px;
  }
  .dashboard .activities .mt-5 {
    margin-top: 2rem !important;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .activities .col-lg-3.col-md-6 {
    margin-top: 20px;
  }
  .dashboard .activities .mt-5 {
    margin-top: 1rem !important;
  }
}

.dashboard footer {
  padding: 24px;
  background: #abc637;
  text-align: center;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 575px) {
  .dashboard footer {
    padding: 14px;
  }
}

.dashboard footer .footer_text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin: 0;
}

.doctor_e_card_section {
  background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 101% 80% no-repeat;
}

@media screen and (max-width: 1365px) {
  .doctor_e_card_section {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -3% 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 106% 110% no-repeat;
  }
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_section {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -6% 108% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 106% 44% no-repeat;
  }
}

@media screen and (max-width: 1079px) {
  .doctor_e_card_section {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -6% 108% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 106% 14% no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .doctor_e_card_section {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -6% 104% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 110% 56% no-repeat;
  }
}

.doctor_e_card_section .jumbotron {
  height: 226px;
}

.doctor_e_card_section .jumbotron .form_white {
  width: 64%;
}

@media screen and (max-width: 767px) {
  .doctor_e_card_section .jumbotron .form_white {
    width: 100%;
  }
}

.doctor_e_card_section .jumbotron .form_white .user-box {
  position: relative;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .doctor_e_card_section .jumbotron .form_white .user-box {
    margin-bottom: 0px;
    margin-top: 40px;
  }
}

.doctor_e_card_section .jumbotron .form_white .user-box input {
  padding: 15px 0;
  width: 100%;
  color: #F5F5F5;
  border: none;
  border-bottom: solid 1px #F5F5F5;
  outline: none;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 0;
}

.doctor_e_card_section .jumbotron .form_white .user-box input:focus {
  -webkit-box-shadow: 0px 1px 0px #F5F5F5;
          box-shadow: 0px 1px 0px #F5F5F5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_section .jumbotron .form_white .user-box input {
    font-size: 16px !important;
  }
}

.doctor_e_card_section .jumbotron .form_white .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  color: #F5F5F5;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.doctor_e_card_section .jumbotron .form_white .user-box input:focus ~ label,
.doctor_e_card_section .jumbotron .form_white .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #F5F5F5;
  font-size: 13px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.doctor_e_card_section .form_black {
  width: 100%;
}

@media screen and (max-width: 1919px) {
  .doctor_e_card_section .form_black {
    padding: 4px 0;
  }
}

.doctor_e_card_section .form_black .user-box {
  position: relative;
  margin-bottom: 40px !important;
  margin: 0 15px;
}

.doctor_e_card_section .form_black .user-box input {
  padding: 15px 0;
  width: 100%;
  color: #2B2A29;
  border: none;
  border-bottom: solid 1px #2B2A29;
  outline: none;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 0;
}

.doctor_e_card_section .form_black .user-box input:focus {
  -webkit-box-shadow: 0px 1px 0px #2B2A29;
          box-shadow: 0px 1px 0px #2B2A29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_section .form_black .user-box input {
    font-size: 16px !important;
  }
}

.doctor_e_card_section .form_black .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  color: #2B2A29;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.doctor_e_card_section .form_black .user-box input:focus ~ label,
.doctor_e_card_section .form_black .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #2B2A29;
  font-size: 13px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.doctor_e_card_section .form_black .upload_image {
  margin: 0 15px;
}

@media screen and (max-width: 991px) {
  .doctor_e_card_section .form_black .upload_image {
    margin-top: -10px;
  }
}

.doctor_e_card_section .form_black .upload_image .custom-file {
  margin-bottom: 40px;
}

.doctor_e_card_section .form_black .upload_image .custom-file button {
  z-index: 3 !important;
  cursor: pointer !important;
  border-radius: 18px;
  background: #0E86C5;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 5px 20px;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
          box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
}

.doctor_e_card_section .form_black .upload_image .custom-file button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.doctor_e_card_section .form_black .upload_image h6 {
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.doctor_e_card_section .form_black .upload_image .no_file_chosen {
  font-size: 12px;
  width: 100%;
  display: table;
  text-align: center;
}

.doctor_e_card_section .form_black h4 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2b2a29;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_section .form_black h4 {
    font-size: 16px;
  }
}

.doctor_e_card_section .form_black .booking_appointment {
  margin: 0 15px;
}

.doctor_e_card_section .form_black .booking_appointment h6 {
  margin: 0 auto;
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab {
  cursor: pointer;
  margin: 0px 10px !important;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  text-align: center !important;
  width: 160px;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_section .form_black .booking_appointment .appointment_tab {
    width: 135px;
    height: 52px;
  }
}

@media screen and (max-width: 991px) {
  .doctor_e_card_section .form_black .booking_appointment .appointment_tab {
    width: auto;
    height: 60px;
    margin: 10px 15px !important;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_section .form_black .booking_appointment .appointment_tab {
    width: inherit;
  }
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab:hover {
  background: #e9e9e9;
  border: 1px solid #ddd;
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab input {
  display: none;
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab .appointment_images {
  margin: 0 auto;
}

.doctor_e_card_section .form_black .booking_appointment .input_other {
  margin: 0px 10px !important;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ddd;
  -ms-flex-align: center;
  display: -ms-flexbox;
  text-align: center !important;
  width: 160px;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_section .form_black .booking_appointment .input_other {
    width: 135px;
    height: 52px;
  }
}

@media screen and (max-width: 991px) {
  .doctor_e_card_section .form_black .booking_appointment .input_other {
    width: 85%;
    height: 60px;
    margin: 10px 15px !important;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_section .form_black .booking_appointment .input_other {
    width: 100%;
  }
}

.doctor_e_card_section .form_black .booking_appointment .input_other:focus {
  border: 2px solid #ddd;
  background: #e9e9e9;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.doctor_e_card_section .form_black .booking_appointment .selected {
  background: #e9e9e9;
  border: 1px solid #ddd;
}

.doctor_e_card_section .form_black .tele_consultation_timings {
  margin: 0 15px;
}

.doctor_e_card_section .form_black .tele_consultation_timings .custom-switch label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: left;
  color: #7B7B7A;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_day .select_days_title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2b2a29;
  opacity: 1 !important;
  margin: 80px 0 30px 0;
}

@media screen and (max-width: 991px) {
  .doctor_e_card_section .form_black .tele_consultation_timings .select_day .select_days_title {
    margin: 60px 0 20px 0;
  }
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_day .week .select_days {
  display: -ms-inline-grid;
  display: inline-grid;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #7C7B7B;
  margin-bottom: 0;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_day .week .select_days input {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div {
  margin-top: 60px;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .morning {
  margin-bottom: 26px;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .morning input {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  vertical-align: top;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .morning label {
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-left: 8px;
  margin-bottom: 0;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .user-box input {
  padding: 15px 0;
  width: 60%;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #212529;
}

.doctor_e_card_section .form_black .form_buttons {
  padding: 60px 0 100px 0;
  text-align: center;
  margin: 0 auto;
  display: table;
  display: revert;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_section .form_black .form_buttons {
    padding: 60px 0 100px 0;
  }
}

.doctor_e_card_section .form_black .form_buttons span {
  margin-right: 60px;
  font-weight: 600;
  cursor: pointer;
  color: #2B2A29;
}

@media screen and (max-width: 767px) {
  .doctor_e_card_section .form_black .form_buttons span {
    margin-right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_section .form_black .form_buttons span {
    margin-right: 30px;
  }
}

.doctor_e_card_preview .breadcrumb {
  background: #9049B9;
  background-size: cover;
  margin: 0;
  padding: 22px;
}

@media screen and (max-width: 767px) {
  .doctor_e_card_preview .breadcrumb {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_preview .breadcrumb {
    padding: 10px;
  }
}

.doctor_e_card_preview .breadcrumb li.breadcrumb-item {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .doctor_e_card_preview .breadcrumb li.breadcrumb-item {
    font-size: 14px;
  }
}

.doctor_e_card_preview .preview_image {
  background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 101% 80% no-repeat;

  z-index: -1;
}

@media screen and (max-width: 1919px) {
  .doctor_e_card_preview .preview_image {
    height: auto;
  }
}

@media screen and (max-width: 1365px) {
  .doctor_e_card_preview .preview_image {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 107% 80% no-repeat;
  }
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_preview .preview_image {
  
  }
  .doctor_e_card_preview .preview_image .row.d-flex.align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
  }
}

@media screen and (max-width: 991px) {
  .doctor_e_card_preview .preview_image {
 
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -9% 8% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 114% 130% no-repeat;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_preview .preview_image {
   
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -10% -67% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 124% 310% no-repeat;
  }
}

@media screen and (max-width: 413px) {
  .doctor_e_card_preview .preview_image {
    background: none;
  
  }
}



@media screen and (max-width: 1279px) {
  .doctor_e_card_preview .preview_image .preview_buttons {
    text-align: center;
  }
}

.doctor_e_card_preview .preview_image .preview_buttons button {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  width: 180px;
  padding: 17px 0;
}

.doctor_e_card_preview .preview_image .preview_buttons button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .doctor_e_card_preview .preview_image .preview_buttons button {
    width: 143px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_preview .preview_image .preview_buttons button {
    text-align: center;
    margin: 0 auto;
    margin: 16px auto;
    width: 80%;
    padding: 14px;
  }
}

@media screen and (max-width: 413px) {
  .doctor_e_card_preview .preview_image .preview_buttons button {
    padding: 10px;
  }
}

.doctor_e_card_preview .preview_image .preview_buttons .custom_btn_blue {
  border-radius: 30px;
  background: #6A5EBA;
  -webkit-box-shadow: 0px 3px 6px rgba(3, 119, 224, 0.2);
  box-shadow: 0px 3px 6px rgba(3, 119, 224, 0.2);
}

.doctor_e_card_preview .preview_image .preview_buttons .custom_btn_red {
  border-radius: 30px;
  background: #F16B7E;
  border: 1px solid #ff8e91;
  -webkit-box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
          box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
  margin: 30px 0;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_preview .preview_image .preview_buttons .custom_btn_red {
    margin: 0 20px;
  }
}

.doctor_e_card_preview .preview_image .preview_buttons .custom_btn_green {
  border-radius: 30px;
  background: #2AD199;
  -webkit-box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
          box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
}

@media screen and (max-width: 1439px) {
  .doctor_e_card_preview .preview_image .image_holder {
    zoom: 0.8;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_preview .preview_image .image_holder {
    zoom: 1;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .doctor_e_card_preview .preview_image .image_holder {
    zoom: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .doctor_e_card_preview .preview_image .image_holder {
    zoom: 0.6;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_preview .preview_image .image_holder {
    zoom: 0.4;
  }
}

@media screen and (max-width: 413px) {
  .doctor_e_card_preview .preview_image .image_holder {
    zoom: 0.4;
  }
}

.doctor_e_card_preview .preview_image .image_holder:after {
  content: url(../images/card_preview_holder.png);
  position: absolute;
  left: 60px;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_preview .preview_image .image_holder:after {
    left: 0px;
  }
}

.doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
  padding: 100px 77px;
  margin: 0px 48px;
}

@media screen and (max-width: 1365px) {
  .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
    margin-left: 101px;
    padding: 98px 77px;
  }
}

@media screen and (max-width: 1279px) {
  .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
    margin-left: 40px;
    padding: 98px 27px;
  }
}

@media screen and (max-width: 991px) {
  .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
    margin-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
    margin-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .chemist_availability_card {
    background: url(../images/left_dots_clircle_dots.svg) -2% 112% no-repeat, url(../images/right_triangle_dots.svg) 112% 16% no-repeat !important;
  }
}

@media screen and (max-width: 575px) {
  .chemist_availability_card {
    background: url(../images/left_dots_clircle_dots.svg) -12% 107% no-repeat, url(../images/right_triangle_dots.svg) 157% 22% no-repeat !important;
  }
}

.chemist_availability_card .tabs {
  margin-top: 80px;
}

@media screen and (max-width: 575px) {
  .chemist_availability_card .tabs {
    margin-top: 30px;
  }
}

.chemist_availability_card .tabs .nav-link {
  margin: 0 20px 0 0;
  padding: 15px 0;
  border-radius: 28px;
  background: #f5f5f5;
  border: 2px solid #5245A7;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #2B2A29;
}

.chemist_availability_card .tabs .nav-link:hover {
  margin: 0 20px 0 0;
  background: #5245A7;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.chemist_availability_card .tabs a.active {
  margin: 0 20px 0 0;
  background: #5245A7;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.profile_pic_creation {
  background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 78% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 102% 150% no-repeat;
}

@media screen and (max-width: 1365px) {
  .profile_pic_creation {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -4% 102% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 105% 10% no-repeat !important;
  }
}

@media screen and (max-width: 1279px) {
  .profile_pic_creation {
    height: 88vh;
  }
}

@media screen and (max-width: 991px) {
  .profile_pic_creation {
    height: 85vh;
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -9% 8% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 114% 130% no-repeat;
  }
}

@media screen and (max-width: 575px) {
  .profile_pic_creation {
    height: auto;
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -12% 140% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 105% -30% no-repeat !important;
  }
}

@media screen and (max-width: 413px) {
  .profile_pic_creation {
    background: none;
  }
}

.profile_pic_creation .form_black .mt-110 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .profile_pic_creation .form_black .mt-110 {
    margin-top: 50px;
  }
}

.profile_pic_creation .form_black .upload_image h6 {
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .profile_pic_creation .form_black .form_buttons {
    padding: 20px 0 30px 0 !important;
  }
}

.birthday_images_video {
  background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 78% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 102% 150% no-repeat;
}

@media screen and (max-width: 1279px) {
  .birthday_images_video {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 58% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 102% 123% no-repeat;
    height: 88vh;
  }
}

@media screen and (max-width: 991px) {
  .birthday_images_video {
    height: 85vh;
  }
}

@media screen and (max-width: 767px) {
  .birthday_images_video {
    height: 85vh;
  }
}

@media screen and (max-width: 575px) {
  .birthday_images_video {
    height: auto;
    background: url(../images/left_dots_clircle_dots_grayscale.svg) -14% 138% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 172% 93% no-repeat;
  }
}

.birthday_images_video .form_black .mt-110 {
  margin-top: 110px;
}

@media screen and (max-width: 1919px) {
  .birthday_images_video .form_black .mt-110 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1439px) {
  .birthday_images_video .form_black .mt-110 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1279px) {
  .birthday_images_video .form_black .mt-110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 991px) {
  .birthday_images_video .form_black .mt-110 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .birthday_images_video .form_black .mt-110 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 414px) {
  .birthday_images_video .form_black .mt-110 {
    margin-top: 50px;
  }
}

.birthday_images_video .form_black .form_buttons {
  padding: 118px 0;
}

@media screen and (max-width: 1919px) {
  .birthday_images_video .form_black .form_buttons {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1439px) {
  .birthday_images_video .form_black .form_buttons {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1279px) {
  .birthday_images_video .form_black .form_buttons {
    padding: 118px 0;
  }
}

@media screen and (max-width: 767px) {
  .birthday_images_video .form_black .form_buttons {
    padding: 80px 0;
  }
}

.birthday_images_video .form_black .upload_image h6 {
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.birthday_images_video .form_black .tabs .nav-link {
  border-radius: 36px;
  padding: 24px 88px;
  background: #DDDDDD;
}

@media screen and (max-width: 991px) {
  .birthday_images_video .form_black .tabs .nav-link {
    padding: 20px 72px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .birthday_images_video .form_black .tabs .nav-link {
    padding: 14px 50px;
  }
}

.birthday_images_video .form_black .tabs .nav-link path#videocam-24px,
.birthday_images_video .form_black .tabs .nav-link path#Path_4152 {
  fill: black;
}

.birthday_images_video .form_black .tabs .active {
  border-radius: 36px;
  padding: 24px 88px;
  background: #0E86C5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 136, 227, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 136, 227, 0.16);
}

@media screen and (max-width: 991px) {
  .birthday_images_video .form_black .tabs .active {
    padding: 20px 72px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .birthday_images_video .form_black .tabs .active {
    padding: 14px 50px;
  }
}

.birthday_images_video .form_black .tabs .active path#videocam-24px,
.birthday_images_video .form_black .tabs .active path#Path_4152 {
  fill: #F5F5F5;
}

.select_birthday_frame {
  background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 101% 80% no-repeat;
}

.select_birthday_frame .breadcrumb {
  background: #9049B9;
  background-size: cover;
  margin: 0;
  padding: 22px;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .select_birthday_frame .breadcrumb {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .select_birthday_frame .breadcrumb {
    padding: 12px;
  }
}

.select_birthday_frame .breadcrumb li.breadcrumb-item {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .select_birthday_frame .breadcrumb li.breadcrumb-item {
    font-size: 14px;
  }
}

.select_birthday_frame .form_buttons {
  padding: 60px 0 100px 0;
  text-align: center;
  margin: 0 auto;
  display: table;
  display: revert;
}

@media screen and (max-width: 575px) {
  .select_birthday_frame .form_buttons {
    padding: 40px;
  }
}

.select_birthday_frame .form_buttons span {
  margin-right: 60px;
  font-weight: 600;
  cursor: pointer;
  font-family: Montserrat;
  color: #2B2A29;
}

.select_birthday_frame .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
  margin: 20px 0;
}

.select_birthday_frame .col-lg-3.col-md-4.col-sm-6.col-xs-12 {
  margin: 20px 0;
}

.select_birthday_frame .video_div {
  cursor: pointer;
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .select_birthday_frame .video_div {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
}

.select_birthday_frame .video_div:first-child {
  margin-top: 0;
}

.select_birthday_frame .video_div::after {
  content: url("../images/videocam.svg");
  position: absolute;
  top: 10px;
  margin-left: -30px;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}

.select_birthday_frame .video_div:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  opacity: 1;
}

.select_birthday_frame .selected_item {
  background-color: #453b88;
  -webkit-filter: none;
          filter: none;
}

.vid_img_file {
  opacity: .7;
  background-color: #453b88;
}

@media screen and (max-width: 575px) {
  .birthday_images_video_preview .preview_image {
    margin-left: 0;
  }
}

@media screen and (max-width: 1439px) {
  .birthday_images_video_preview .image_holder2 {
    zoom: 0.8;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 1279px) {
  .birthday_images_video_preview .image_holder2 {
    zoom: 1;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .birthday_images_video_preview .image_holder2 {
    zoom: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .birthday_images_video_preview .image_holder2 {
    zoom: 0.8;
  }
}

@media screen and (max-width: 575px) {
  .birthday_images_video_preview .image_holder2 {
    zoom: 0.6;
  }
}

.birthday_images_video_preview .image_holder2 video {
  width: 326px !important;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.birthday_images_video_preview .image_holder2:after {
  content: url(../images/birthday_images_video_preview_holder.png);
  position: absolute;
  left: 60px;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .birthday_images_video_preview .image_holder2:after {
    left: 10px;
    margin: 0 auto;
    display: table;
  }
}

@media screen and (max-width: 575px) {
  .birthday_images_video_preview .image_holder2:after {
    left: 70px;
  }
}

.birthday_images_video_preview .image_holder2 .dr_card_preview2 {
  padding: 0;
  margin: 100px 192px 56px;
  border: solid 1px #dedede;
}

@media screen and (max-width: 1439px) {
  .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    margin: 99px 317px 56px 323px;
  }
}

@media screen and (max-width: 1365px) {
  .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    padding: 0;
  }
}

@media screen and (max-width: 1279px) {
  .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    padding: 0;
    margin: 100px 0 100px 50px;
  }
}

@media screen and (max-width: 991px) {
  .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    margin-left: -40px;
  }
}

@media screen and (max-width: 575px) {
  .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    margin-left: -40px;
  }
}

@media screen and (max-width: 413px) {
  .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    margin-left: 60px;
  }
}

.selectpicker_div {
  position: relative;
  margin: 0 15px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .selectpicker_div {
    margin-top: 40px;
  }
}

.selectpicker_div .selectpicker_label {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
  opacity: 0.6;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 0;
  padding: 10px 0;
}

.selectpicker_div .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.selectpicker_div button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
  color: #ffffff;
  background-color: transparent;
  background: transparent;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  border: none;
  padding: 15px 10px 15px 0;
}

.selectpicker_div .btn-light:not(:disabled):not(.disabled).active,
.selectpicker_div .btn-light:not(:disabled):not(.disabled):active,
.selectpicker_div .show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #f8f9fa00;
  border-bottom: #f8f9fa solid 1px;
  border-radius: 0;
  border: none;
}

.selectpicker_div .bootstrap-select .dropdown-toggle:focus,
.selectpicker_div .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
  -webkit-box-shadow: 0px 1px 0px #ffffff !important;
          box-shadow: 0px 1px 0px #ffffff !important;
}

.selectpicker_div .dropdown-item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #807F7F;
  padding: 14px 20px;
  border-bottom: #ddd solid 1px;
}

.selectpicker_div .dropdown-item.active,
.selectpicker_div .dropdown-item:active {
  color: #2B2A29;
  text-decoration: none;
  background: #e4e4e4;
  padding: 14px 20px !important;
}

.selectpicker_div .form-control:focus {
  color: #495057;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectpicker_div .dropdown-menu.show {
  border-radius: 0 0 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
          box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
  margin-top: 0;
  border: none;
}

.selectpicker_div .dropdown-menu.show:before {
  content: url();
  position: absolute;
  bottom: 0px;
  border-bottom: solid 12px #9049B9;
  margin: 0 auto;
  display: table;
  width: 100%;
  left: 0;
  border-radius: 0 0 12px 12px;
  z-index: 1;
}

.selectpicker_div .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  /* margin: 0; */
  /* padding: 0; */
  line-height: normal;
}

.selectpicker_div .dropdown-item:focus,
.selectpicker_div .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #00000012;
}

.selectpicker_div_black {
  position: relative;
  margin-bottom: 40px !important;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.selectpicker_div_black .selectpicker_label {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2B2A29;
  opacity: 0.6;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 0;
  padding: 10px 0;
}

.selectpicker_div_black .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.selectpicker_div_black button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
  color: #2B2A29;
  background-color: transparent;
  background: transparent;
  border-bottom: 1px solid #2B2A29 !important;
  border-radius: 0;
  border: none;
  padding: 0px 10px 0px 0;
}

.selectpicker_div_black .btn-light:not(:disabled):not(.disabled).active,
.selectpicker_div_black .btn-light:not(:disabled):not(.disabled):active,
.selectpicker_div_black .show > .btn-light.dropdown-toggle {
  color: #372a29;
  background-color: #f8f9fa00;
  border-bottom: #372a29 solid 1px;
  border-radius: 0;
  border: none;
}

.selectpicker_div_black .bootstrap-select .dropdown-toggle:focus,
.selectpicker_div_black .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
  -webkit-box-shadow: 0px 1px 0px #2B2A29 !important;
          box-shadow: 0px 1px 0px #2B2A29 !important;
}

.selectpicker_div_black .dropdown-item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #807F7F;
  padding: 14px 20px;
  border-bottom: #ddd solid 1px;
}

.selectpicker_div_black .dropdown-item.active,
.selectpicker_div_black .dropdown-item:active {
  color: #2B2A29;
  text-decoration: none;
  background: #e4e4e4;
  padding: 14px 20px !important;
}

.selectpicker_div_black .form-control:focus {
  color: #495057;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectpicker_div_black .dropdown-menu.show {
  border-radius: 0 0 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
          box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
  margin-top: 0;
  border: none;
}

.selectpicker_div_black .dropdown-menu.show:before {
  content: url();
  position: absolute;
  bottom: 0px;
  border-bottom: solid 12px #9049B9;
  margin: 0 auto;
  display: table;
  width: 100%;
  left: 0;
  border-radius: 0 0 12px 12px;
  z-index: 999;
}

.selectpicker_div_black .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 15px 0;
  color: #495057;
  /* margin: 0; */
  /* padding: 0; */
  line-height: normal;
}

.selectpicker_div_black .dropdown-item:focus,
.selectpicker_div_black .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #00000012;
}

.selectpicker_div_black_am_pm {
  float: right;
  position: relative;
  margin: 0 30px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.selectpicker_div_black_am_pm .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.selectpicker_div_black_am_pm button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
  color: #9049B9;
  background-color: transparent;
  background: transparent;
  border-bottom: none;
  border-radius: 0;
  border: none;
  padding: 0px 10px 0px 0;
}

.selectpicker_div_black_am_pm .btn-light:not(:disabled):not(.disabled).active,
.selectpicker_div_black_am_pm .btn-light:not(:disabled):not(.disabled):active,
.selectpicker_div_black_am_pm .show > .btn-light.dropdown-toggle {
  color: #372a29;
  background-color: #f8f9fa00;
  border-bottom: #372a29 solid 1px;
  border-radius: 0;
  border: none;
}

.selectpicker_div_black_am_pm .bootstrap-select .dropdown-toggle:focus,
.selectpicker_div_black_am_pm .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectpicker_div_black_am_pm .dropdown-item {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #807F7F;
  padding: 10px 20px;
  border-bottom: #ddd solid 1px;
}

.selectpicker_div_black_am_pm .dropdown-item span {
  font-size: 16px !important;
}

.selectpicker_div_black_am_pm .dropdown-item.active,
.selectpicker_div_black_am_pm .dropdown-item:active {
  color: #2B2A29;
  text-decoration: none;
  background: #e4e4e4;
  padding: 10px 20px !important;
}

.selectpicker_div_black_am_pm .form-control:focus {
  color: #495057;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectpicker_div_black_am_pm .dropdown-menu.show {
  padding-top: 5px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px #4b4b4b1a;
          box-shadow: 0px 10px 15px #4b4b4b1a;
  margin-top: 0;
  border: none;
}

.selectpicker_div_black_am_pm .dropdown-menu.show:before {
  content: url();
  position: absolute;
  bottom: 0px;
  border-bottom: solid 8px #9049B9;
  margin: 0 auto;
  display: table;
  width: 100%;
  left: 0;
  border-radius: 0 !important;
  z-index: 999;
}

.selectpicker_div_black_am_pm .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px !important;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 15px 0;
  color: #9049B9;
  /* margin: 0; */
  /* padding: 0; */
  line-height: normal;
}

.selectpicker_div_black_am_pm .dropdown-item:focus,
.selectpicker_div_black_am_pm .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #00000012;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9A93CA;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #9A93CA;
          box-shadow: 0 0 0 0.2rem #9A93CA;
}
@media screen and (max-width: 767px) {
  .form_buttons [data-aos=fade-right] {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
  .form_buttons [data-aos=fade-left] {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
}
.form-group label{
  top: -20px;
  left: 0;
  color: #2B2A29;
  font-size: 13px;
  letter-spacing: -0.02em;
  opacity: 0.6;
  position: absolute;
  transition: .5s;
  font-weight: 500;
}
.form-group{
  margin: 0 15px;
  position: relative;
}
input[type=date]{
      padding: 27px 0;
    width: 100%;
    color: #2B2A29;
    border: none;
    border-bottom: solid 1px #2B2A29;
    border-radius: 0px;
}
input[type=date]:focus{
  outline: none;
  box-shadow:none;
}
.img-holder img{
  border: 35px solid #ccc;
}
/*# sourceMappingURL=style.css.map */