@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}
body {
  background-color: #131313;
}
a {
  text-decoration: none;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #aaaaaa;
}
.fs-7 {
  font-size: 0.875em !important;
}
.mt-6 {
  margin-top: 100px;
}
.navbar {
  background-color: #212121;
  padding: 10px 0px;
}
.navbar .navbar-brand img {
  width: 140px;
}
.navbar .navbar-nav .nav-item {
  margin-left: 30px;
}
.navbar .navbar-nav .nav-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.banner .banner-video video {
  width: 100%;
  height: 94vh;
  object-fit: cover;
}
.banner-img img {
  width: 100%;
  height: 47vh;
  object-fit: cover;
}
.banner-video,
.banner-img {
  position: relative;
}
.banner-content {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 99;
}
.banner-video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: #00000078;
}
.banner-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: #00000078;
}
.banner-img .banner-content {
  width: 70%;
}
.banner-content h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 76px;
  color: #fff;
}
.banner-content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.banner-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.theme-btn {
      color: #007acb;
    padding: 10px 25px;
    font-size: 16px;
    transition: 0.6s;
    font-weight: 600;
    background: #ffffffcf;
    border-radius: 2px;
}
.theme-btn:hover {
  background-color: #fff;
  color: #007acb;
}
.feature-section {
  margin-top: 120px;
}
.section-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.feature-section .section-title {
  margin-bottom: 50px;
}
.feature-section .feature-box {
  background-color: #212121;
  padding: 30px;
  border-radius: 10px;
}
.feature-section .feature-box img{
    border-radius:12px;
}
.feature-section .feature-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.feature-section .feature-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #aaaaaa;
}
.feature-section .feature-content h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}
.feature-img video {
  width: 100%;
  border: 1px #ffffffa3 solid;
  border-radius: 10px;
}
.feature-section .feature-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.feature-section .feature-content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}
.made-for-you {
  margin-top: 150px;
}
.made-for-you .made-for-you-box {
  background-color: #212121;
  padding: 10px;
  border-radius: 10px;
}
.made-for-you .made-for-you-box h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}

.add-ons {
  margin-top: 120px;
  min-height: 75vh;
}

/* slide tabs-------- */
/* Style the tab */
.tab {
  float: right;
  width: 30%;
  height: auto;
}
.nav-tabs {
  border: none;
}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  color: rgb(255, 255, 255);
  padding: 6px 14px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background-color: transparent;
  border-left: 2px white solid;
  margin-top: 10px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #dddddd00;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: auto;
}

/* pricing-css----------- */
.pricings {
  margin-top: 100px;
}
.pricings .price-box .pricing-desc-box {
  background-color: #fff;
  padding: 80px 30px 10px 30px;
  border-radius: 10px;
}
.pricings .price-box .pricing-desc-box .pricing-header {
  height: 128px;
  border-bottom: 1px grey solid;
}
.pricings .price-box .pricing-desc-box .pricing-header h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #030303;
}
.pricings .price-box .pricing-desc-box .pricing-body {
  padding-top: 30px;
}
.pricings .price-box .pricing-desc-box .pricing-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #606060;
}
.pricings .price-box .pricing-img {
  margin-bottom: -57px;
}
.pricings .price-box .pricing-img img {
  width: 125px;
}

.pricings .price-box .pricing-desc-box .pricing-body ul {
  padding: 0px;
}
.pricings .price-box .pricing-desc-box .pricing-body ul li {
  list-style: none;
  line-height: 35px;
  font-size: 14px;
}

/* devices css----- */
.across-devices {
  margin-top: 120px;
  background-color: #f1f1f1;
  padding: 100px 0px 0px;
}

.across-devices .devices-box {
  background-color: #fff;
  height: 300px;
  border-radius: 15px;
  padding: 20px;
}
.across-devices .devices-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #030303;
}
.across-devices .devices-box img {
  margin-top: -80px;
}
.devices-row {
  margin-top: 150px;
}
.across-devices .col-lg-6.mb-8 {
  margin-bottom: 150px;
}

/* social media css */
.social-media {
  margin-top: 80px;
  padding-bottom: 100px;
}
.social-media .row.mt-8 {
  margin-top: 100px;
}
.social-media .social-media-box {
  background-color: #212121;
  padding: 2px 22px 40px;
  border-radius: 12px;
}
.social-media .social-media-box img {
  margin-top: -30px;
}
.faq-section {
  padding: 100px 0px 100px;
  background: #f1f1f1;
}
.faq-section .content {
  background-color: rgb(229, 229, 229);
  padding: 57px 53px 46px 69px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.faq-section .content:nth-child(2) {
  border-radius: 0px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top: 1px white solid;
}
.faq-section .content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
}
.faq-section .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #030303;
}

/* accordian css----------- */
.accordion {
  background-color: transparent !important;
  padding-left: 30px;
}
.accordion .accordion-item {
  border: none;
  background-color: transparent !important;
  border-top: 2px #272727 solid;
  border-radius: 0px;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #272727;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #242424;
  font-size: 26px;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #1c1c1c;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #1c1c1c;
  border: 1px solid #272727;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 22px;
  height: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 11px;
  left: 4px;
  width: 17px;
  height: 3px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 11px;
  width: 3px;
  height: 15px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #272727;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  color: #242424;
}
footer {
  padding: 40px 0px;
  border-top: 1px lightgrey solid;
}
footer ul {
  padding: 0px;
}
footer ul li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
footer ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
footer p {
  font-size: 15px;
  color: #fff;
  margin: 0px;
}
.tabpanel {
  display: none;
}

/* categories page */

.breadcrumb-custom {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 16%;
}
.breadcrumb-custom ul {
  padding: 0px;
  margin-bottom: 0px;
}
.breadcrumb-custom ul li {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
}
.breadcrumb-custom ul li a {
  color: #ffffff;
}
.breadcrumb-custom .breadcrumb-links {
  text-align: left;
  z-index: 99;
}
.breadcrumb-custom .breadcrumb-links h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}
.breadcrumb-custom {
  position: relative;
}
.breadcrumb-custom:after {
  position: absolute;
  content: "";
  background-color: #0000003b;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.categories-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.categories-section .category-box .category-box-inner {
  background-color: #2a2a2a;
  padding: 27px 8px;
  border-radius: 10px;
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-section .category-box img {
  width: 75px;
}
.categories-section .category-box h6 a {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.other-section-title .bar-line {
  width: 80px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

/* video page css */

.videos-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.video-box .video img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 10px;
}
.video-box .video-content {
  padding: 10px;
}
.video-box .video-content .user-img img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.video-box .video-content .video-title h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}
.videos-section-streaming {
  margin-top: 50px;
  margin-bottom: 100px;
}
.full-video .video {
     width: 100%;
    height: 65vh;
    margin: 0 auto;
}
.full-video .video video {
        width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px #434343 solid;
    border-radius: 8px;
    background: #1c1b1b;
}
.full-video .video-content .user-img img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.full-video .video-content .video-title h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0px;
}
.form-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.form-section .form {
  max-width: 600px;
  background-color: #eeeeee;
  padding: 10px 30px 30px;
  margin: 0 auto;
  border-radius: 12px;
  width: 100%;
}
.form-section .form form label {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-section .form form input {
  padding: 14px;
  border: 1px #ababab solid;
}
.form-section .form form input:focus {
  box-shadow: none;
}
.forgot-password {
  font-weight: 400;
  font-size: 18px;
}
.package-gateway-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.package-gateway-section .col-lg-4:nth-child(2) .feature-box {
  border-left: 1px rgb(243, 243, 243) solid;
  border-right: 1px rgb(237, 237, 237) solid;
}
.package-gateway-section .feature-box h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.package-gateway-section .feature-box ul {
  padding: 0px;
}
.package-gateway-section .feature-box ul li {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  line-height: 35px;
}
.package-gateway-section .title-section h2 {
  color: #fff;
  font-weight: 600;
  font-size: 38px;
}
.payment-option-sidebar .payment-option-box {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #fff;
}
.payment-option-sidebar .payment-option-box span span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}
.payment-option-sidebar .payment-option-box label {
  cursor: pointer;
}
.payment-form-section {
  margin-top: 100px;
}
.payment-form {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
}
.payment-form form input {
  padding: 12px;
}
.payment-form form select {
  padding: 12px;
}
.payment-form form input:focus {
  box-shadow: none;
}
.payment-form form select:focus {
  box-shadow: none;
}
.payment-form .form-head {
  padding: 30px 0px;
  border-bottom: 1px rgb(189, 189, 189) solid;
}
.payment-form .total-payment {
  padding: 30px 15px;
  border-bottom: 1px lightgrey solid;
  border-top: 1px lightgrey solid;
}
.privacy-policy-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.privacy-policy-content .content h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.privacy-policy-content .content p {
  color: #fff;
  font-size: 16px;
}
.privacy-policy-content .content ul li {
  color: #fff;
  font-size: 16px;
}
.privacy-policy-content .content {
  padding: 25px;
  background-color: #282828;
  border: 1px #d3d3d340 solid;
  border-radius: 10px;
}
.comments-section {
  margin-top: 60px;
}

.comments-section h5 {
  font-weight: 400;
}

.video-comments {
  /* border-top: 1px lightgrey solid; */
  border-radius: 0px;
  padding: 30px;
}

.video-comments .comment-box {
  border-bottom: 1px #ffffff5f solid;
  padding: 5px 20px;
}

.comment-box .user-profile img {
  border-radius: 50%;
  width: 40px;
}

.comment-box .user-content h5 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.comment-box .user-content p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.comment-box .user-content .time {
  font-size: 14px;
  font-weight: 300;
}

.comment-field textarea {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px #fff solid;
  border-radius: 0px;
}

.comment-field textarea:focus {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px #fff solid;
  color: #fff;
}

.comment-field textarea::placeholder {
  color: #fff;
}
.comment-profile img{
  border-radius: 50%;
  width: 40px; 
}

.video-box .video{
  position: relative;
}
.video-box .video-duration{
  position: absolute;
  right: 10px;
  bottom: 5px;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #000000c9;
  color: #fff;
  font-size: 14px !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 820px) {
  .banner .banner-video video {
    width: 100%;
    height: 74vh;
  }
  .banner-img img {
    height: 36vh;
  }
  .banner-video {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .banner-img {
    position: relative;
    width: 49.5%;
    display: inline-block;
  }
  .feature-section .feature-box {
    padding: 10px;
  }
  .feature-section .feature-box h3 {
    font-size: 24px;
  }
  .tablinks.fs-3 {
    font-size: 18px !important;
  }
  .across-devices .devices-box {
    height: 176px;
  }
}

@media (max-width: 767px) {
  .banner .banner-video video {
    width: 100%;
    height: 74vh;
  }
  .banner-img img {
    height: 36vh;
  }
  .banner-content h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .banner-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .feature-section {
    margin-top: 50px;
  }
  .feature-section .section-title {
    margin-bottom: 35px;
  }
  .feature-section .feature-box h3 {
    font-size: 22px;
  }
  .feature-section .feature-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .feature-section .feature-content h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .feature-section .feature-content h5 {
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
  }
  .add-ons {
    margin-top: 58px;
    min-height: 100vh;
  }
  .tab {
    float: none;
    width: 100%;
    height: auto;
  }
  .tabcontent {
    float: none;
    width: 100%;
  }
  .across-devices .devices-box {
    height: 170px;
  }
  .accordion button {
    font-size: 20px;
  }
  .made-for-you {
    margin-top: 75px;
  }
  .pricings .price-box .pricing-desc-box .pricing-header h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .across-devices {
    margin-top: 49px;
    background-color: #f1f1f1;
    padding: 36px 0px 0px;
  }
  .across-devices .col-lg-6.mb-8 {
    margin-bottom: 100px;
  }
  .social-media {
    padding-bottom: 32px;
  }
  .faq-section {
    padding: 60px 0px 60px;
  }
  .faq-section .mt-6 {
    margin-top: 62px;
  }
  .faq-section .content {
    padding: 36px 30px 36px 30px;
  }
  .faq-section .content h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .accordion {
    padding-left: 8px;
    margin-top: 30px;
  }
  footer ul li {
    list-style: none;
    display: block;
    margin-left: 0px;
  }
  .navbar-toggler {
    border: 1px white solid;
    border-radius: 2px;
  }
  .navbar-collapse {
    position: absolute;
    top: 92px;
    left: 0px;
    z-index: 999;
    background: #000;
    width: 100%;
    padding: 10px 10px 20px 0px;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 26px;
  }
  .categories-section {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .categories-section .category-box .category-box-inner {
    height: 163px;
  }
  .videos-section {
    margin-top: 36px;
    margin-bottom: 20px;
  }
  .video-box .video video {
    width: 100%;
    height: auto;
  }
  .full-video .video {
    width: 100%;
    height: auto;
  }
  .full-video .video video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .payment-form {
    padding: 0px 12px;
  }
  .package-gateway-section .title-section h2 {
    font-size: 28px;
  }
  .package-gateway-section {
    margin-top: 24px;
  }
  .payment-form-section {
    margin-top: 30px;
  }
}


/*DASHBOARD css----------*/
.user-profile-section{
  margin-top:60px;
     margin-bottom:60px;
  
}
.user-profile-section .user-admin-sidebar{
  padding:20px;
  background-color:#2c3036;
  border-radius:15px;
}
.user-profile-section .user-pic img{
  height:80px;
  width:80px;
  border-radius:50%;
  
}
.user-profile-section .user-sidebar-tabs{
  border-top:1px #fff solid;
  margin-top:30px;
  padding-top:20px;
}
.user-profile-section .user-sidebar-tabs ul{
  padding:10px 20px;
}
.user-profile-section .user-sidebar-tabs ul li{
   list-style: none;
  line-height: 35px;
  width: 100%;
  background-color:#212529;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 12px;
  /*padding-top: 8px;*/

}
.user-profile-section .user-sidebar-tabs ul li a{
       color: #fff;
  font-size: 16px;
  padding-left: 20px;
  display: block;
  padding: 8px 17px;
  font-weight:500;
}
.user-profile-section .user-rightside-detail{
    padding:15px;
  background-color:#2c3036;
  border-radius:15px;
}
.user-profile-section .user-rightside-detail h5{
    color:#fff;
    font-weight:500;
}
.user-profile-section .user-rightside-detail form label{
    color:#fff;
    font-size:16px;
    font-weight:500;
    margin-bottom:5px;
}
 .user-profile-section .user-rightside-detail form input{
         background-color: #2c3036;
  border: 1px solid transparent;
  border-radius: 16px;
  height: 44px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 0 20px;
  }
    .user-profile-section .user-rightside-detail form textarea{
         background-color: #2c3036;
  border: 1px solid transparent;
  border-radius: 16px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 10 30px;
  }
  .user-rightside-detail h4{
      color:#fff;
  }
  .form-control{
      background-color:#d9d9d9;
  }
  .user-profile-section .user-rightside-detail form input:focus{
      box-shadow:none;
      border:1px red solid;
  }
    .user-profile-section .user-rightside-detail form input::placeholder{
      color:#fff;
  }
  
    .user-profile-section .user-admin-form{
        background-color:#212529;
        padding:25px;
        border-radius:15px;
      
  }
   .user-rightside-detail .all-comments{
       margin-top:40px;
   }
  .user-rightside-detail .all-comments .comments-box{
  background-color: #212529;
  padding: 17px;
  border-radius: 20px;
  position:relative;

  }
  .user-rightside-detail .all-comments .comments-box .comments-header{
        border-bottom:1px #fff solid;
  border-bottom-left-radius:0px;
   border-bottom-right-radius:0px;
    padding-bottom:25px;
   
  }
  .user-rightside-detail .all-comments .comments-box .comments-header h5{
      font-size:16px;
  }
  .user-rightside-detail .all-comments .comments-box .comments-header .video-img img{
      height:50px;
      width:50px;
      border-radius:50%;
  }
  
  .action-btns{
       position:absolute;
       right:10px;
       top:10px;
  }
  
  .offer-ribbon{
          background-color: #065fd4;
    padding: 20px 0px 15px;
  }
  .offer-ribbon h5{
      font-size:18px;
      font-weight:600;
      margin:0px;
      display:flex;
      justify-content:center;
      align-items:center;
  }
   .offer-ribbon p{
      font-size:14px;
      font-weight:400;
      margin:0px;
  }
  .offer-ribbon-sticky{
      position:fixed;
      top:0px;
      width:100%;
      z-index:9999;
  }
  .strike-price {
 display: inline;
    text-align: left;
    margin-top: 5%;
    font-size: 18px;
}
  
  
.block-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.block-wrap > div {
  width: 100%;
  text-align: center;
}

.btn-google, .btn-fb {
  display: inline-block;
  border-radius: 1px;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
}
.btn-google .google-content, .btn-google .fb-content, .btn-fb .google-content, .btn-fb .fb-content {
  display: flex;
  align-items: center;
  width: 300px;
  height: 50px;
}
.btn-google .google-content .logo, .btn-google .fb-content .logo, .btn-fb .google-content .logo, .btn-fb .fb-content .logo {
  padding: 15px;
  height: inherit;
}
.btn-google .google-content svg, .btn-google .fb-content svg, .btn-fb .google-content svg, .btn-fb .fb-content svg {
  width: 18px;
  height: 18px;
}
.btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {
  width: 100%;
  line-height: 1;
  letter-spacing: 0.21px;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.btn-google {
  background: #FFF;
}

.btn-google:active {
  background-color: #eee;
}
.btn-google .google-content p {
    color: #ffffff;
    background: #db3a2c;
    padding: 0px;
    margin: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-fb {
  padding-top: 1.5px;
  /*background: #4267b2;*/
  /*background-color: #3b5998;*/
}

.btn-fb .fb-content p {
  color: rgba(255, 255, 255, 0.87);
   color: #ffffff;
    background: #065fd4;
    padding: 0px;
    margin: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.motivation-content{
        background: #212020;
    padding: 20px 20px 20px 30px;
    border-radius: 12px;
    width: 100%;
}
.motivation-content p{
    font-size:18px;
    color:#fff !important;
    opacity:1;
}