@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-arial/css/bpg-arial.min.css");
*, *:focus, *:active {
  outline: none !important;
  font-family: "BPG Arial", sans-serif;
}
a:hover, a:focus, a {
  text-decoration: none;
}
html {
  overflow-x: hidden;
}
.alert ul {
  margin: 0 !important;
}
.main_bg {
  background-image: url(../images/mainbg.jpg);
  background-size: cover;
  height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
}
.main_bg a {
  margin-top: 50px;
  background: #0b78c1;
  position: relative;
  z-index: 1;
  max-width: 300px;
  width: 100%;
  color: #fff !important;
  font-size: 18px;
  border-radius: 30px;
  padding: 7px 0;
  font-family: "BPG Arial Caps", sans-serif;
}
.main_bg h3 {
  position: relative;
  z-index: 1;
  font-family: "BPG Arial Caps", sans-serif;
  padding: 0 30px;
  text-align: center;
}
.main_bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  top: 0;
}
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #fff;
}
.logo img {
  height: 65px;
}
.langs li {
  color: #fff;
  display: block;
  font-family: "BPG Arial Caps", sans-serif;
  position: relative;
  font-size: 15px;
  transition-duration: 0.3s;
}

.langs ul li a {
  color: #333;
  padding: 5px;
  display: block;
  text-align: center;
  font-family: "BPG Arial Caps", sans-serif;
}
.langs {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.langs ul {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  margin-top: 10px;
  box-shadow: 0 6px 12px 0 rgba(69,75,87,.15);
  height: 0;
  transition-duration: 0.3s;
}
.langs ul li:hover {
  background: #0b78c1;
}

.langs ul li:hover a {
  color: #fff;
}

.login li {
  color: #fff;
  display: block;
}

.login ul li a {
  color: #333;
  padding: 5px;
  display: block;
  text-align: center;

}
.login {
  padding: 0;
  margin: 0;
  position: relative;
}
.login ul {
  background: #fff;
  border-radius: 20px;
  padding: 15px 0;
  overflow: hidden;
  display: none;
  position: absolute;
  width: 100%;
  min-width: 290px;
  right: 0;
  border-top-right-radius: 0;
  padding: 30px 20px 0 20px;
  z-index: 11;
  border: 1px solid #eee;
  border-top: 0;
  box-shadow: 0 6px 12px 0 rgba(69,75,87,.15);
}
.login ul input {
  border-radius: 30px;
}

.nohov:hover{
  background: transparent !important;
}

.hideCurrent {
  display: none !important;
}
.right-content {
  height: 100%;
}
.loginbtn {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  color: #FFF;
  font-size: 15px;
  border: 1px solid #FFF;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
  margin: 14px;
  font-family: "BPG Arial Caps", sans-serif;
  background: transparent;
  margin: 0;
  transition-duration: 0.3s;
  white-space: nowrap;
}
.closeBt {
  width: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition-duration: 0.3s;
  font-size: 20px;
    vertical-align: middle;
}
.closeBt.active {
  width: 20px;
  transition-duration: 0.3s;
}
.loginbtn:hover {
  color: #555;
  background: #fff;
  transition-duration: 0.3s;
}
.loginbtn.active {
  color: #555;
  background: #fff;
  transition-duration: 0.3s;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.regbtn {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  color: #555 !important;
  font-size: 15px;
  border: 1px solid #FFF;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
  margin: 14px;
  font-family: "BPG Arial Caps", sans-serif;
  background: #fff;
}

.lgnbtn {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  color: #fff !important;
  font-size: 15px;
  border: 1px solid #FFF;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
  margin: 14px;
  font-family: "BPG Arial Caps", sans-serif;
  background: transparent;
}
.lgnbtn:hover{
  background-color:#fff;
  color: #555 !important;

}

.staticon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0b78c1;
  color: #777;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  display: block;
  margin-top: -50px;
  background: #fff;
}
.statistics {
  margin-top: 70px;
  padding: 20px 0 30px 0;
}
.statbox h4 {
  font-size: 16px;
    color: #444;
    text-align: center;
    line-height: 25px;
    min-height: 50px;
    display: flex;
    justify-content: center;
}
.statcount {
  font-size: 35px;
  text-align: center;
  margin: 10px 0;
}
.sec2, .about {
  background: #f1f1f1;
  padding: 70px 0;
}
.about p {
  font-size: 14px;
}
.sec2 h3 {
  font-size: 18px;
  position: relative;
  font-family: "BPG Arial Caps", sans-serif;
}
.sec2 p {
  font-size: 14px;
  margin-top: 25px;
}

.ad_img {
  width: 84%;
    height: auto;
    position: absolute;
    left: 8%;
    top: 3px;
    z-index: -1;
}
.laptop {
  width: 100%;
}
.testimonials {
  /* background: url('/fronts/assets/images/driver.jpg'); */
  background: #fff;
  background-size: cover;
  min-height: 400px;
  background-position: center;
  padding-bottom: 30px;
}
.ttlstest {
  color: #0b78c1;
  font-size: 18px;
  text-align: center;
  font-family: "BPG Arial Caps", sans-serif;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  padding-bottom: 0;
  margin-top: 20px;
}
.testimimage {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 20px;
}
.slider_text h4 {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #fff;
  text-align: center;
}
.slider_text p {
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
  text-align: center;
}
.advantagesttl {
  color: #0b78c1;
  font-size: 18px;
  text-align: center;
  font-family: "BPG Arial Caps", sans-serif;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.advNt h4 {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 18px;
  position: relative;
}

.advNt p {
  font-size: 14px;
}
.advNt {
  margin-bottom: 40px;
}
.mybtn {
  width: 100%;
  border-radius: 30px;
}
.login .sociallogin {
  border-radius: 30px;
  border:0;
  color: #fff !important;
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sociallogin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbsocial {
  background: #3c66c4 !important;
}
.fbsocial::before {
  content: '\ed37';
  color: #3c66c4;
  font-family: 'icofont';
}
.googlesocial {
  background: #cf4332 !important;
}
.googlesocial::before {
  content: '\ed43';
  color: #cf4332;
  font-family: 'icofont';
}
.showpass {
  color: #555;
  font-size: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  cursor: pointer;
}
.form-group {
  position: relative;
}
.login .smsverify {
  display: none;
}
.timer {
  position: absolute;
  width: 45px;
  height: 30px;
  top: 0;
  right: 0;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  color: #333;
  font-size: 22px;
  overflow: hidden;
  display: flex;
  padding: 0px 4px;
  align-items: center;
  justify-content: center;
}
.f_min, .f_sec {
  font-size: 13px;
}
.timer i {
  position: relative;
  z-index: 1;
}
.filltimer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #cf4332;
  display: block;
  color: #fff;
  padding: 0px 4px;
  overflow: hidden;
}
.resend {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -25px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

.smsverify {
  margin-top: 30px;
  margin-bottom: 0;
}
.resend {
  cursor: not-allowed;
}
.resend_verify {
  cursor: pointer;
}
.form-control {
  font-size: 14px;
  border-radius: 30px;
  height: 40px;
}
.login .alert_login {
  color: #ca0000 !important;
  display: none;
  font-size: 11px;
  text-align: center;
  margin-bottom: 5px;
}
.form2 {
  display: none;
}
.resetpass, .login_outline {
  color: #333;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
}
.login_outline {
  display: none;
}
.inerpage {
  height: 200px;
}
.inerpage {
  justify-content: flex-end;
  padding-bottom: 25px;
}
.form-control[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.form-control[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
}
.form-control[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  margin-top: 2px;
}
.form-control[type="checkbox"] + label::after {
  content: '\eed6';
  font-family: 'icofont';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #0b78c1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  font-weight: bold;
}
.form-control[type="checkbox"]:checked + label::before {
  border: 2px solid #0b78c1;
}
.form-control[type="checkbox"]:checked + label::after {
  display: flex;
}
.fmenu li {
  display: block;
  margin-right: 15px;
  font-size: 15px;
  font-family: "BPG Arial Caps", sans-serif;
  color: #333;
  box-sizing: border-box;
  position: relative;
}
.fmenu li:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;;
}
.fmenu li:hover {
  color: #000;
}
.lmenu li {
  display: block;
  margin-left: 15px;
  font-size: 15px;
  color: #333;
  position: relative;
}

.cssweq li:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;;
}
.ytt::after {
  display: none !important;
}
.cssweq li:hover {
  color: #000;
}
.ytt:hover {
  color: #333 !important;
}
.lmenu strong {
  font-weight:  normal;
}
.border-bot {
  border-bottom: 1px dashed #ABABAB;
  padding-bottom: 5px !important;
  margin-bottom: 5px;
}
.social_footer {
  margin-top: 8px;
}
.social_footer li {
  border:1px solid #ddd;
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  padding: 6px;
  text-align: center;
}
.social_footer i {
  height: fit-content;
  display: table;
}
.social_footer li.footer_fb {
  border-color: #3b5998;
  color: #3b5998;
}
.social_footer li.footer_ins {
  border-color: #fd1d1d;
  color: #fd1d1d;
}
.social_footer li.footer_tw {
  border-color: #1da1f2;
  color: #1da1f2;
}
.social_footer li.footer_ln {
  border-color: #0077b5;
  color: #0077b5;
}
.social_footer li.footer_gp {
  border-color: #fd1d1d;
  color: #fd1d1d;
}
.social_footer li.footer_yt {
  border-color: #fd1d1d;
  color: #fd1d1d;
}
.copyright {
  color: #555;
  font-size: 14px;
}
.about_img img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}
.about_img {
  position: relative;
}

.mainsection {
  min-height: calc(100vh - 430px);
}
.fit-content {
  width: fit-content;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
}
.m-0-auto {
  margin: 0 auto;
}
.lngimg {
  height: 20px;
  margin-right: 5px;
}
.mt-8 {
  margin-top: 8px;
}
.statcount {
  position: relative;
}
.statcount::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #BDBDBD;
  left: 50%;
  margin-left: -40px;
}
.statcount::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #0b78c1;
  left: 50%;
  margin-left: -40px;
  width: 0;
  transition-duration: 0.5s;
}
.f-35 {
  font-size: 35px;
}
.statbox:hover .statcount::after {
  width: 80px;
  transition-duration: 0.5s;
}
.statbox {
  transition-duration: 0.5s;
}
.f-50 {
  font-size: 45px;
}
.social_footer .icofont-google-plus {
  font-size: 20px;
  line-height: 14px;
}
.social_footer .icofont-youtube {
  font-size: 20px;
  line-height: 14px;
}
.paymentcimg {
  height: 25px;
}
.f17 {
  font-size: 17px;
}
.f40 {
  font-size: 40px;
}
.f35 {
  font-size: 35px;
  margin-right: 10px;
}
.langs li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 0;
  display: none !important;
}
.langs li:hover ul {
  display: block;
  transition-duration: 0.3s;
  height: auto;
  padding: 15px 0;
}
#notification .card {
  margin-bottom: 20px;
  border: 0;
}
#notification .card-header {
  border: 0 !important;
  background: #e9e9e9;
  border-radius: 30px;
}
#notification .btn-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #252e33 !important;
  text-decoration: none;
}
#notification .btn-link {
  box-shadow: none !important;
}
.pcs_k {
  background: #f0f0f0;
  padding: 40px 20px;
  border: 1px solid #C5C5C5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 10px 0;
  position: relative;
}
.testimonials_name {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.testimonials_text {
  font-size: 15px;
}
.pcs_k .icofont-quote-left {
  bottom: 20px;
  left: 30px;
  font-size: 24px;
  color: #BBBBBB;
  position: absolute;
}
.pcs_k .icofont-quote-right {
  top: 20px;
  right: 30px;
  font-size: 24px;
  color: #BBBBBB;
  position: absolute;
}
.noresize {
  resize: none;
}
.cnt_on_icons {
  font-size: 25px;
  color: #0b78c1;
}
.s47 {
  margin-right: 10px;
}
.z87q {
  margin-bottom: 5px;
  line-height: 25px;
}
.z87q h4 {
  margin: 0;
  font-size: 16px;
}
.moremenu {
  font-size: 30px !important;
  padding-bottom: 15px;
  line-height: 0;
  cursor: pointer;
}
.loginmask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
.radius10 {
  border-radius: 10px !important;
}
.player_play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  display: flex;
  margin: auto;
  font-size: 60px;
  color: #0b78c1;
  cursor: pointer;
}
.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  display: none;
}
.video_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.closepop {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 35px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
  outline: 1px solid #b1b1b1;
  transition-duration: 0.5s;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #333;
  outline: 1px solid #333;
  transition-duration: 0.5s;
}
.shtfs {
  font-size: 15px;
    margin-left: 2px;
    margin-right: 2px;
}
.timer span {
    color: #cf4332;
    font-weight: bold;
}
.sendbTns {
  padding: 5px 40px;
  height: 40px;
}
.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px dashed #0b78c1;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #0b78c1;
  cursor: pointer;
}
body {
  overflow-x: hidden !important;
}
.f43 {
  font-size: 43px;
}
.additionalmenu {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 99;
  background: #fff;
  bottom: 0;
  left: 0;
  margin-bottom: 100px;
  overflow: hidden;
  overflow-y: scroll;
}
.additionalmenu .container {
  margin-top: 130px;
}
.additcontent {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.additcontent li {
  display: block;
  flex: 0 25%;
  position: relative;
  padding: 10px;
}

.additcontent li a {
  display: table;
  width: fit-content;
  position: relative;
}
.additcontent li:hover a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.additionalmenu h5 {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.additcontent a {
  padding: 0;
  display: block;
  width: 100%;
  color: #393f4e;
}
.close-dmpop {
  position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-top: -15px;
    cursor: pointer;
}
.close-dmpop span {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #999;
  transform: rotate(45deg);
  margin-top: 25px;
  margin-left: 5px;
}
.close-dmpop span:last-child {
  transform: rotate(-45deg);
}
.closemen {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.closemen span {
  display: block;
  width: 25px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
  position: absolute;
}
.closemen span:last-child {
  transform: rotate(-45deg);
}
.staticon img {
  max-height: 70px;
  max-width: 70px;
  height: auto;
  width: auto;
  border-radius: 50%;
}

.testimonials-slider h4, .testimonials-slider p {
  color: #444;
}

/* media query */
.none-lg {
  display: none;
}
.none-sm {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .additionalmenu {
    margin: 0;
  }
  .additionalmenu .container {
    margin-top: 30px !important;
  }
  .additcontent li {
    flex: 0 100%;
  }
  .none-sm {
    display: none;
  }
  .icofont-rounded-down {
    display: none;
  }
  .ytt {
    display: none !important;
  }
  .none-lg {
    display: contents;
  }
  .staticon, .statistics {
    margin-top: 0 !important;
  }
  footer .justify-content-start, footer .justify-content-end {
    justify-content: center !important;
  }
  .ytt {
    margin-left: 0 !important;
  }
  .copyright, footer .text-right {
    text-align: center !important;
  }
  .about_img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about .col-md-4 {
    text-align: center;
  }
  .login ul {
    margin-right: -75px;
    border-radius: 20px;
  }
  .n-mrg {
    margin-right: 10px !important;
  }
  .regbtn, .loginbtn {
      padding: 0 15px !important;
      width: 51px;
      text-align: center;
  }
  .langs ul {
    width: 165px;
    margin-left: -40px;
  }
}
.nots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ad0606;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-right: 12px;
  cursor: pointer;
  color: #333;
  z-index: 11;
  background: #fff;
}
.nots::before {
  content: '?';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.nots {
  display: none;
}
.nots span {
  border: 2px solid #ad0606;
  white-space: nowrap;
  padding: 7px !important;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -5px;
  color: #333;
  background: #fff4f4;
  width: auto;
  display: none;
  align-items: center;
  justify-content: center;
  transform: translate(-130%, 40px);
    pointer-events: none;
}
.nots span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ad0606;
  clip-path: polygon(0 35%, 50% 0, 100% 35%);
  width: 15px;
  height: 15px;
  margin-left: -30px;
  margin-top: -6px;
  left: 50%;
}
.nots:hover span {
  display: flex;
}
/* media query ends*/
.icofont-close-line.closeBt {
  display: none;
}
.activelang {
  color: #000;
  text-decoration: underline;
}
.notvlaw::before {
  border: 2px solid #ff0000 !important;
}
.backtotop {
  display: none;
}
.testimonials-slider .owl-dots .owl-dot span {
  background: #c7c7c7;
}
.loginpageul {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-shadow: 5px 5px 20px #d8d8d8;
  border-radius: 20px;
  padding: 20px;
  padding-top: 40px;
}
.loginpageul li {
  list-style: none;
}
.maincsctsmaks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.size80 {
  font-size: 80px;
}
.alert ul {
  margin: 0;
}
.smsverifychecktext  {
  font-size: 13px;
  border-radius: 30px;
}
.card-background-color-style{
  box-shadow: 5px 5px 20px #d8d8d8;
  border-radius: 20px;
  padding: 20px;
  padding-top: 40px;
}