/*SignIn-Login css starts here*/

.hide {
  display: none !important;
}

.pwdTypeLogin .modal-body {
  padding: 0px !important;
}

.pwdTypeLogin input,
.pwdTypeLogin select {
  height: 40px border-color: #6a6969;
}

.smallLine {
  width: 30px;
  height: 2px;
  background: #19b2c0;
  margin-bottom: 12px;
}

.loginbuttons {
  background: #19b2c0;
  color: #fff;
  padding: 10px !important;
}

.loginbuttons:hover,
.loginbuttons:focus {
  color: #fff !important;
  box-shadow: 0px 3px 8px 1px #d5d5d5;
  -webkit-box-shadow: 0px 3px 8px 1px #d5d5d5;
  -moz-box-shadow: 0px 3px 8px 1px #d5d5d5;
  -o-box-shadow: 0px 3px 8px 1px #d5d5d5;
}

.inner-signup {
  margin-top: 40px;
  margin-bottom: 30px;
}

.inner-signup h5 {
  font-weight: normal !important;
  font-size: 16px !important;
}

#loginCarousel img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (min-width: 992px) {
  #signUp-login .modal-lg {
    width: 1000px !important;
  }
}

@media only screen and (max-width: 992px) {
  #loginCarousel img {
    height: auto !important;
  }
}

@media only screen and (max-width: 568px) {
  .login-aside {
    padding: 40px 20px 50px 20px !important;
  }
}

@media screen and (max-width: 371px) {
  .pwdTypeLogin .select2-container {
    margin-left: 0px !important;
  }
}

.field-icons {
  position: relative;
  float: right;
  margin-top: -29px;
  margin-right: 8px;
}

.pr-30 {
  padding-right: 30px !important;
}

.outside-success-icon {
  position: absolute;
  right: -14px;
  top: 11px;
}

.loadingType {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #19b2c0;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  right: -15px;
  top: 8px;
}


/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

.resendOTP {
  color: #19b2c0;
  float: right;
  cursor: pointer;
}


/*.resendOTP:active {
    color: green;
    text-decoration: none;
}*/

.resendOTP:focus {
  color: green;
  text-decoration: none;
}

.resendOTP:hover {
  text-decoration: none;
}

.forgotPassword {
  color: #19b2c0;
  cursor: pointer;
}


/*.forgotPassword:active {
    color: yellow;
    text-decoration: none;
}*/

.forgotPassword:focus {
  color: green;
  text-decoration: none;
}

.forgotPassword:hover {
  text-decoration: none;
}

.getProfile {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 10px 16px;
  background: #f3f7f7;
}

.user-profile-pic {
  width: 40px;
  height: 40px;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}

.error-text-red {
  color: #db3406 !important;
}

.pwdTypeLogin input:focus {
  border-color: #19b2c0;
  box-shadow: none;
}

.pwdTypeLogin .pwdTypeLogin .select2-container--default .select2-selection--single {
  padding: 6px 0px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single {
  height: 40px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single {
  border-color: #6a6969 !important;
}

.pwdTypeLogin .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}


/*{{-- article header starts here --}}*/

.article-header {
  background: #fff;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media only screen and (min-width: 992px) {
  .article-header .navbar-nav .nav-link {
    padding-left: 0rem !important;
    padding-right: 1.69rem !important;
  }
}

.article-header ul.navbar-nav li a {
  font-size: 14px;
  font-weight: bold;
  color: #383b3b !important;
}

.article-header ul.navbar-nav li a:hover {
  color: #b371af !important;
}

.article-header .navbar-nav .active>.nav-link {
  color: #b371af !important;
}

@media only screen and (max-width: 1199px) {
  .med-ml-15 {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 568px) {
  .d-none-small {
    display: none;
  }
}


/*/////////////////////////*/


/*individual classes*/

.text-color {
  color: #394953;
}

.mt-minus-10 {
  margin-top: -10px;
}

.btlr-bblr {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

@media only screen and (max-width: 768px) {
  .docImageresponse {
    height: 230px !important;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 568px) {
  .m-pd-0 {
    padding: 0px !important;
  }
}

@media screen and (max-width: 371px) {
  .onboarding-form .select2-container {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .onboarding-form .m-pl-5 {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 992px) {
  .login-aside .m-pl-0 {
    padding-left: 0px !important;
  }
}

.resendOTP {
  color: #19b2c0;
  float: right;
  cursor: pointer;
}


/*.resendOTP:active {
    color: green;
    text-decoration: none;
}*/

.resendOTP:focus {
  color: green;
  text-decoration: none;
}

.resendOTP:hover {
  text-decoration: none;
}

.forgotPassword {
  color: #19b2c0;
  cursor: pointer;
}


/*.forgotPassword:active {
    color: yellow;
    text-decoration: none;
}*/

.forgotPassword:focus {
  color: green;
  text-decoration: none;
}

.forgotPassword:hover {
  text-decoration: none;
}

.getProfile {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 10px 16px;
  background: #f3f7f7;
}

.user-profile-pic {
  width: 40px;
  height: 40px;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}

.error-text-red {
  color: #db3406 !important;
}

.pwdTypeLogin .pwdTypeLogin .select2-container--default .select2-selection--single {
  padding: 6px 0px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single {
  height: 40px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
}

.pwdTypeLogin .select2-container--default .select2-selection--single {
  border-color: #6a6969 !important;
}

.pwdTypeLogin .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 4px !important;
}

 /*sticky social icons*/
 .sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-90px;
    top:26%;
    width:164px;
    z-index: 100;
}
.sticky li{
    list-style-type:none;
    background-color:rgba(109, 119, 116, 0.42);
    color:#efefef;
    height:40px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
     background-color:rgba(0, 0, 0, 0.5);
}
.sticky li:last-child{
    border-bottom-left-radius: 5px;
}
.sticky li:first-child{
    border-top-left-radius: 5px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
    margin-top: 6px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:white !important;
}
.sticky li p a:hover{
    text-decoration:underline !important;
}
@media only screen and (max-width: 767px){
    .sticky-container{
        display: none !important;
    }
}

/****** Left Nav Social new                   */
.left_nav{
    z-index: 81;
    background: rgba(213, 215, 217, 0.42);
    position: absolute;
    right: 76%;
    top: 83%;
    transition: .4s ease-in-out;
    z-index: -1;
}

.left_nav ul{ 
    margin-bottom: 0;
}
.left_nav ul li{
    display: table;
    vertical-align: middle;
    width: 100%;
}
.left_nav ul li a{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px;
    text-align: center;
    box-shadow: inset 0 -1px rgba(213, 215, 217, 0.42);
    color: #fff;
    font-size: 12px;
}
.left_nav ul li a:hover{
    background: rgba(0, 0, 0, 0.88);
}
.left_nav ul li a span i{
    font-size: 20px;
}
.mar-left{
    right: -125px !important;
    transition: .8s ease-in-out;
}
   /*===========HGP Scroll TOp============*/
    .hgo-scrollTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #ba71ab;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    opacity: 0;
    text-align: center;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    z-index: 1;
    cursor: pointer;
  }
  .hgo-scrollTop:hover {
    background: #94658a;
  }
  .hgo-scrollTop img {
    width: 20px;
    height: 20px;
    margin-top: 12px;
  }
   /*
   /*===========HGP Scroll TOp============*/


   /*new hgo navbar*/
   /*hgo header start here*/
.hgo-logo {
  width: 200px;
  height: auto;
}

.hgo-logo-fill {
  fill: #00adc0;
}
.hgo-logo-fill-success {
  fill: #adbe64;
}
.hgo-logo-fill-secondary {
  fill: #ba71ab;
}

.hgo-header {
  background: #fff;
  padding: 0.2rem 1rem !important;
  border-bottom: 1px solid #e9e9e9;
}
.burger-menu-icon {
  color: #6c6c6c;
}


.hgo-header .navbar-nav li{
  margin-bottom: 0px
}
.navbar-light.hgo-header .navbar-nav .active>.nav-link {
  color: #6c6c6c;
  text-transform: capitalize;
}

.navbar-light.hgo-header .navbar-nav .nav-link {
  color: #6c6c6c;
}

.navbar-light.hgo-header .navbar-nav .nav-link:hover {
  color: #ba71ab;
}

.navbar-expand-lg.hgo-header .navbar-nav .nav-item:last-child {
  border-left: 1px solid #19b2c0;
  padding-left: 1.2rem;
}

@media (min-width: 768px) {
  .navbar-expand-lg.hgo-header .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.1rem;
  }
}

.hgo-header .dropdown:hover>.dropdown-menu {
  display: block;
}

.hgo-header .dropdown-menu {
  padding: 0px;
  border: none;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
.hgo-header .dropdown-menu li {
  margin-bottom: 0px;
}
.hgo-header .dropdown-item {
  padding: 0.6rem 0.8rem;
}
.hgo-header .dropdown-header {
  padding: .5rem 0.8rem;
}
.hgo-header .dropdown-item:hover {
  color: #fff;
  background-color: #a36a97;
}
.hgo-header .dropdown-item:first-child:hover {
  border-radius: .25rem .25rem 0rem 0rem;
}
.hgo-header .dropdown-item:last-child:hover {
  border-radius: 0rem 0rem .25rem .25rem;
}


.hgo-header .dropdown-menu.language-dropdown li {
  margin-bottom: 0px;
}
.hgo-header .dropdown-menu.language-dropdown li .dropdown-item {
  padding: 0.6rem 0.8rem;
  border-radius: 0px;
}
.hgo-header .dropdown-menu.language-dropdown li .dropdown-item:hover {
  color: #fff;
  background-color: #a36a97;
}
.hgo-header .dropdown-menu.language-dropdown li:first-child:hover {
  border-top-left-radius: .25rem;
}
.hgo-header .dropdown-menu.language-dropdown li:last-child:hover {
  border-bottom-left-radius: .25rem;
}



.hgo-header .dropdown-item.active {
  background-color: #ba71ab;
}
.sign-in-link {
  color: #00adc0;
  font-weight: 300;
  border: 1px solid #00adc0;
  border-radius: 4px 4px 4px 4px;
  padding: 0.6rem 1rem;
  /*transition: 1s ease-in-out;*/
}
.sign-in-link:hover {
  background: #00adc0;
  color: #fff;
}
.navbar-nav  .nav-item {
  margin-bottom: 0px;
}
.user-login-pic {
 width: 50px;
 height: 50px;
 object-fit: cover;
 object-position: center;
 border: 1px solid #929292;
 position: relative;
 display: inline-block;
 overflow: hidden;
 color: #000;
}
/*when image is broken*/
.user-login-pic.broken-profile-img:before { 
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.user-login-pic.broken-profile-img:after { 
    content: "\e943";
    display: block;
    font-style: normal;
    font-family: hgo;
    position: absolute;
    left: 12px;
    top: 6px;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    color: #00adc0;
}
/*hgo header ends here*/

/*burgemenu from new header*/
 .burger-menu-wrapper {
      position: fixed;
      width: 340px;
      height: 100vh;
      left: -340px;
      top: 10px;
      z-index: 999999;
      background-color: #fff;
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      overflow-y: auto;
      -webkit-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      -moz-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      -ms-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      -o-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      border-radius: 8px;
   }
   .burger-menu-wrapper .burger-menu-header {
      background-image: url(../../../img/burger-menu-bg-top.png);
      background-size: cover;
      background-position: 80% 100%;
      background-repeat: no-repeat;
      padding: 1rem 1rem 2rem 1rem;
   }
   .burger-return-arrow {
    width: 22px;
    height: auto;
   }
   .burger-menu-wrapper .burger-menu-list {
      padding: 1rem 2rem 2rem 2rem;
      background-image: url(../../../img/burger-menu-flower.png);
      background-repeat: no-repeat;
      background-position: 125% 73%;
      background-size: 78%;
   }
   .burger-menu-wrapper .burger-menu-list .nav-list li {
      margin-bottom: 0.7rem;
   }
   .burger-menu-wrapper .burger-menu-list .nav-list li a {
      color: #000;
      font-weight: 600;
   }
   .burger-menu-wrapper .burger-menu-list .nav-list li a:hover {
      color: #00adc0;
      text-decoration: none;
   }
   .social-media-burger ul li a {
    font-size: 26px !important;
   }
   .social-media-burger ul li a:hover {
    color: #6c6c6c;
   }
   .login-signup-burger li a:hover {
    color: #6c6c6c;
   }
   .font-10 {
    font-size: 10px;
   }

/*sticky social media icons starts here*/
.floating-social-container {
   position: fixed;
   right: 0;
   top: 50%;
   transform: translate(86%, -50%);
   z-index: 1040;
   
}
.floating-social-container ul {
   list-style: none;
   padding: 0;
   margin: 0;
   /*transform: translateX(256px);*/
   background-color: #fff;
   box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.07);
}
.floating-social-container ul li {
   display: block;
   padding: 7px;
   margin-bottom: 5px;
   margin-top: 5px;
   background-color: #fff;
   width: 300px;
   border-radius: 8px;
   border: 1px solid #fff;
   transition: all 0.4s;
}
.floating-social-container ul li:first-child {
   margin-top: 5px;
}
.floating-social-container ul li:not(:first-child):not(:last-child):hover {
   transform: translate(-110px);
}
.floating-social-container ul li.floating-facebook a {
   color: #3b5998;
}
.floating-social-container ul li.floating-facebook:hover {
   background-color:  #3b5998;
}
.floating-social-container ul li.floating-instagram i,
.floating-social-container ul li.floating-instagram .text {
   -webkit-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -moz-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -ms-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -o-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -o-background-clip: text;
   -ms-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
   -o-text-fill-color: transparent;
   -ms-text-fill-color: transparent;
   text-fill-color: transparent;
}
.floating-social-container ul li.floating-instagram:hover {
   -webkit-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -moz-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -ms-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -o-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
.floating-social-container ul li.floating-linkedin a {
   color: #0e76a8;
}
.floating-social-container ul li.floating-linkedin:hover {
   background-color: #0e76a8;
}
.floating-social-container ul li.floating-twitter a {
   color: #6699ff;
}
.floating-social-container ul li.floating-twitter:hover {
   background-color: #6699ff;
}
.floating-social-container ul li.floating-youtube a {
   color: #c4302b;
}
.floating-social-container ul li.floating-youtube:hover {
   background-color: #c4302b;
}
.floating-social-container ul li:not(:first-child):not(:last-child):hover a {
   color: #fff !important;
}
.floating-social-container ul li.floating-instagram:hover i,
.floating-social-container ul li.floating-instagram:hover .text {
   background: -webkit-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: -moz-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: -o-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: -ms-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -o-background-clip: text;
   -ms-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
   -o-text-fill-color: transparent;
   -ms-text-fill-color: transparent;
   text-fill-color: transparent;
}
.floating-social-container ul li a {
   text-decoration: none;
}
.floating-social-container ul li a .text {
   display: inline-block;
   font-size: 14px;
   margin-right: 12%;
}
.floating-social-container ul li i {
   width: 26px;
   height: 26px;
   line-height: 26px;
   vertical-align: middle;
   font-size: 18px;
   text-align: center;
   display: inline-block;
   margin-right: 8px;
}
@media only screen and (max-width: 992px) {
   .sticky-add-remove {
      display: none !important;
   }
}
@media only screen and (min-width: 992px) {
   .floating-globe,
   .floating-chevdown {
      display: none !important;
   }
}
@media only screen and (max-width: 576px) {
   .floating-social-container {
      top: 1%;
      transform: translate(86%,0%);
   }
}
/*sticky social media icons ends here*/


/*covid bar*/
.covid-bar {
  
  /*position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;*/
  width: 100%;
  font-size: 13px;
  text-align: center;
}
.covid-bar .first-bar {
  background-color: #b371af;
  color: #fff;
  padding: 6px 10px;
}
.covid-bar .second-bar {
  background-color: #515151;
  color: #fff;
  padding: 6px 10px;  
}
.covid-bar .second-bar .badge-white {
  background-color: #fff;
  color: #75a6a9;
  font-size: 14px;
  font-weight: 600;
}
.covid-bar .second-bar .badge-white:hover {
  color: #000;
  background-color: #ededed;
}
@media only screen and (max-width: 768px) {
  .media-mt-0 {
    margin-top: 0px !important;
  }
}
.covid-bar .telphone {
  color: #b371af;
} 