/*
  Theme Name: Be-hero Creative HTML5-Template
  Author: wpfreecloud
  Support: wpfreecloud.com
  Description: Bemax is a clean HTML5/CSS3 template suitable for Business, Corporate, Taxes, Broker, Ad....
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header Area
3. Mobile Menu Area
4. Slider Area
5. Hire Us Area
6. Iconbox Area
7. Bemax Area
8. Latest Project Area
9. Choose Us Area
10. Working With Us Area
11. Carousel Area
12. Brand Area
13. Footer Area
14. Color NIp
15. ScrollUp
*/
/* Theme Default CSS
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600&display=swap');
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-border: #dddddd;
  --font-lato: 'Lato', sans-serif;
}
/* global classes */
.font-os {
  font: normal 400 15px 'Source Sans Pro', sans-serif;
}
.font-pops {
  font: normal 900 18px var(--font-Pop);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #707070;
  line-height: 24px;
}
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.fix {
  overflow: hidden
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a, .button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, .main-menu li a:hover, .footer-menu li a:hover {
  color: #4272d7;
  text-decoration: none;
}
a, button {
  color: #666666;
  outline: medium none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1, h2, h3, h4, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #333333;
  margin: 0 0 15px;
  text-transform: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 14px;
  font-color: red;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none
}
p {
  font-weight: normal;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*::-webkit-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*:-ms-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.desktop::-webkit-scrollbar {
  width: 3px
}
.desktop::-webkit-scrollbar-track {
  background: #ddd
}
.desktop::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px
}
.desktop::-webkit-scrollbar-thumb:hover {
  background: #fff
}
.theme-overlay {
  position: relative
}

.page_not_found{
  position: relative;
  margin-top: 0px;
  @media (max-width: 768px) {
    margin-top: 0px;
  }
  img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
    @media (max-width: 768px) {
      margin-bottom: 30px;
    }
  }
}

.theme-overlay:before {
  background: #4272d7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
  -moz-user-select: none;
  background: #4272d7 none repeat scroll 0 0;
  border: 2px solid #4272d7;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  margin-bottom: 0;
  padding: 13px 25px;
  text-align: center;
  text-transform: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn-xl {
  font-weight: 700;
  padding: 13px 31px;
}
.btn.btn-inline {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  padding: 0;
  text-decoration: none;
}
.btn.btn-inline:hover {
  color: #ffffff;
  text-decoration: underline;
}
.theme-bg {
  background: #4272d7;
}
.gray-bg {
  background: #f0f0f0;
}
.black-bg {
  background: #171a21;
}
.green-bg {
  background: #09123B;
}
.green-text {
  color: #09123B;
}
.purple-bg {
  background: #F4E2E2;
}
.bg-white {
  background-color: #ffffff;
}
.breadcrumb > .active {
  color: #888;
}
input:focus[type="url"], input:focus[type="text"], input:focus[type="email"], input:focus[type="tel"], input:focus[type="button"], input:focus[type="submit"], input:focus[type="search"], button:focus[type="button"], button:focus[role="button"], button:focus, input:focus {
  outline: none;
  text-decoration: none;
}
.btn:focus {
  box-shadow: 0 0 0 0;
}
/* start owl-carousel */
.owl-carousel .owl-nav button {
  position: absolute;
  color: #ffffff !important;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  left: 0px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overlay: black;
}
.owl-carousel .owl-nav button span {
  font-size: 60px;
  font-weight: 200;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}
.owl-carousel .owl-nav button:hover {
  background: #000 !important;
}
.owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  background: #666666;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}
.owl-carousel .owl-dots button.active {
  background: #4272d7;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-inner h5 {
  font-size: 19px;
  color: white;
  line-height: 25px;
  margin-bottom: 0px;
}
/* End Owl-Carousel */
/* End Default Css */
/* Start Header Area
==================================================*/
.main-menu li {
  display: inline-block;
  margin-left: 20px;
}
.main-menu li a {
  display: block;
  padding: 0px 10px;
}
.main-menu .btn-sm.credit-card {
  background: white;
  border-radius: 5px;
  border: none;
  padding: 4px 15px;
  color: #09123B;
  font-weight: 700;
}
.main-menu .btn-sm.buy-now {
  background: #E93F33;
  border-radius: 5px;
  border: none;
  padding: 4px 18px;
  color: #fff;
  font-weight: 700;
}
.main-menu .btn-sm.credit-card span {
  color: red;
}
.search-trigger .dropdown-menu {
  width: 177px !important;
  left: -88px !important;
  /* right: auto !important; */
  font-size: 17px;
  padding: 0;
  border-radius: 0px
}
.search-trigger .dropdown-menu .dropdown-item {
  padding: 8px 10px;
  border-bottom: 1px solid #BCBCCA;
  font-size: 17px;
}
.search-trigger .dropdown-menu .dropdown-item .fas {
  padding-right: 7px;
  font-size: 14px;
}
.header-area {
  padding: 15px 0 0 0;
  background-color: #09123B;
}
.main-menu li.search-trigger a {
  border-left: 1px solid #777;
  padding-left: 20px;
  font-size: 13px;
}
.main-menu {
  margin-top: 5px;
}
.header-area.sticky {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}

.header-area.sticky + #main {
  margin-top: 72px;
}

.main-menu li.active a {
  color: #4272d7;
}
.search-popup-wrapper input[type=search] {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(221, 221, 221, 0.205);
  padding: 5px 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: 40px;
  padding-right: 40px;
}
.search-popup-wrapper input::-webkit-input-placeholder {
  font-size: 40px;
}
.search-popup-wrapper input::-moz-placeholder {
  font-size: 40px;
}
.search-popup-wrapper input:-ms-input-placeholder {
  font-size: 40px;
}
.search-popup-wrapper input::placeholder {
  font-size: 40px;
}
.search-popup-wrapper {
  display: inline-block;
  position: relative;
}
.search-popup-wrapper i {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.search-popup-wrapper i:hover, .paginate_button.active a {
  color: #fff;
}
.fade.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: inherit;
}
#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#search-modal .modal-content {
  background: none;
  border: none;
}
#search-modal {
  background: transparent;
  height: 150px;
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}
.search-overlay.show {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.search-overlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(23, 26, 33, .95);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* End Header Area */
/* Start Mobile Menu Area
==================================================*/
.show-mobile-menu .slicknav_menu .slicknav_menutxt {
  display: none;
}
.show-mobile-menu .slicknav_btn {
  background: none;
  margin: 0;
  text-shadow: 0 0 0;
  padding: 0;
}
.show-mobile-menu .slicknav_menu .slicknav_icon {
  font-size: 20px;
}
.show-mobile-menu .slicknav_menu {
  background: none;
}
.show-mobile-menu .slicknav_menu .slicknav_icon-bar {
  background: #222;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.show-mobile-menu .slicknav_nav a {
  color: #333;
  text-align: left;
  padding: 5px;
  margin: 2px 0;
}
.show-mobile-menu .slicknav_nav {
  font-size: inherit;
  color: #333;
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  width: 100%;
  z-index: 99;
}
.show-mobile-menu .slicknav_nav li {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.show-mobile-menu .slicknav_nav li:last-child {
  border: none;
}
.header-area .static {
  position: static;
}
.header-area .header-wrapper {
  position: relative;
  width: 100%;
}
/* End Mobile Menu Area */
/* Start Slider Area
==================================================*/
.slider-bg-1 {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-2 {
  background: url(../img/slide_02.jpg);
}
.slider-bg-3 {
  background: url(../img/slide_03.jpg);
}
.slider-bg-4 {
  background: url(../image/data-gallery-background.png);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-5 {
  background: url("../image/disrupt-background.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-6 {
  background: url("../image/latest_download_companies.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.single-slider {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-color: #cccccc;
  display: table;
  width: 100%;
}
.landing-page-search {
  height: auto;
  background-size: cover;
  background-position: center;
  background-color: #000000;
  display: table;
  width: 100%;
}
.landing-page-search p {
  font-size: 28px;
  margin-bottom: 0px
}
.landing-page-search p .steps-txt {
  color: #ff9333;
}
.landing-page-inner {
  display: table-cell;
  vertical-align: top;
  padding: 40px 0;
}
.slider-inner {
  display: table-cell;
  vertical-align: top;
  padding-top: 60px;
}
.slider-inner h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 400;
}
.slider-inner h1 {
  font-size: 36px;
  text-transform: none;
  color: #fff;
  letter-spacing: 0px;
  line-height: 51px;
  margin-bottom: 0px;
  font-weight: 400;
}
.keyword-search-txtbox {
  padding: 5px 15px;
  font-weight: normal;
  letter-spacing: 0px;
  width: 500px;
  height: 57px;
  font-size: 17px;
}
.keyword-search-txtbox::placeholder {
  color: #BCBCCB;
}
.top-keyword-search {
  border: none;
  padding: 3px 3px;
  font-weight: 700;
  width: 250px;
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.top-keyword-search::placeholder {
  color: #BCBCCB;
  font-weight: normal;
  font-size: 14px;
}
.get-started-btn {
  width: 65px;
  height: 57px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 31px;
  vertical-align: top;
  margin-left: -4px;
}
.company-search-btn {
  padding: 5px 5px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 2px;
}
/* End Slider Area */
/* Start Hire Us Area
==================================================*/
.hire-us-content h6 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.hire-us-button {
  border-color: #fff !important;
  padding: 15px 40px;
  background: transparent !important;
}
.hire-us-button:hover {
  background: #333 !important;
  color: #fff !important;
}
.hire-us-area {
  padding: 30px 0;
}
.hire-us-content h6 span {
  font-size: 30px;
}
/* End HIre Us Area */
/* Start Iconbox Area
==================================================*/
.icon-box-img-1 {
  background-image: url(../img/iconbox_01.jpg);
}
.icon-box-img-2 {
  background-image: url(../img/iconbox_02.jpg);
}
.icon-box-img-3 {
  background-image: url(../img/iconbox_03.jpg);
}
.single-icon-box {
  height: auto;
}
.icon-box-content {
  position: absolute;
  left: 0;
  top: 210px;
  width: 100%;
  height: 100%;
  background: #4272d7;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  color: #fff;
  z-index: -1;
  padding: 20px 30px 30px 30px;
  -webkit-transition: .6s;
  transition: .6s;
  cursor: pointer;
}
.icon-box-content:hover {
  top: 0;
}
.iconbox-content-heading {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.iconbox-content-heading i {
  font-size: 30px;
  margin-right: 15px;
}
.iconbox-content-body p {
  color: #e5e5e5;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 25px;
}
.read-more-btn {
  text-transform: capitalize;
  font-weight: 600;
}
.read-more-btn i {
  margin-right: 5px;
}
/* End Iconbox Area */
/* Start Bemax Area
==================================================*/
.section-title h4 {
  font-size: 35px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 55px;
}
.item-icon i {
  width: 50px;
  height: 50px;
  background: #4272d7;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #4272d7;
  -webkit-transition: .3s;
  transition: .3s;
}
.item-icon i:hover {
  background: transparent;
  color: #4272d7;
}
.item-content {
  padding-left: 20px;
  margin-top: -4px;
}
.item-content h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-bemax-item {
  margin-bottom: 40px;
}
/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
.project-bg-1 {
  background-image: url(../img/project_01.jpg);
}
.project-bg-2 {
  background-image: url(../img/project_02.jpg);
}
.project-bg-3 {
  background-image: url(../img/project_03.jpg);
}
.project-bg-4 {
  background-image: url(../img/project_04.jpg);
}
.project-bg-5 {
  background-image: url(../img/project_05.jpg);
}
.project-bg-6 {
  background-image: url(../img/project_06.jpg);
}
.project-bg-7 {
  background-image: url(../img/project_07.jpg);
}
.latest-project-area .section-title h4 {
  color: #fff;
}
.single-project {
  height: 225px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
  position: relative;
  z-index: 1;
}
.project-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .3s;
  transition: .3s;
}
.project-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #4272d7;
  color: #fff;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.project-inner h5 {
  font-size: 15px;
  color: #cccc;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.project-inner h5 a:hover {
  color: #fff;
}
.project-inner p {
  color: #cccccc;
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}
.project-inner p a {
  color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}
.project-inner p a:hover {
  color: #fff;
}
.project-carousel.owl-carousel .owl-nav button {
  left: -15px;
}
.project-carousel.owl-carousel .owl-nav button.owl-next {
  right: -15px;
  left: auto;
}
.single-project:hover .project-inner:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.single-project:hover .project-inner {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* End Latest Project Area */
/* Start Choose Us Area
==================================================*/
.video-img-thumbnail {
  background-image: url(../img/video_01.jpg);
}
.video-img-thumbnail {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
}
.video-img-thumbnail a {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 60px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}
.video-img-thumbnail a:hover {
  color: #4272d7;
}
.single-choose-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: #555555;
}
.single-choose-item h6 i {
  margin-right: 10px;
}
.single-choose-item p {
  margin: 0;
  font-size: 15px;
  color: #666666;
}
.single-choose-item {
  margin-bottom: 30px;
}
/* End Choose Us Area */
/* Start Working With Us Area
==================================================*/
.hire-us-content span {
  font-size: 20px;
}
/* End Working With Us Area */
/* Start Carousel Area
==================================================*/
.blog-carousel.owl-carousel .owl-item img {
  width: 200px;
  display: inline-block;
  height: auto;
}
.single-blog-img {
  position: relative;
  float: left;
}
.single-blog-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #222;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
}
.blog-content {
  padding-left: 220px;
  text-align: left;
}
.blog-btn {
  margin-top: 10px;
}
.post-heading {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
.blog-tags {
  display: inline-block;
  font-size: 13px;
}
.blog-tags i {
  font-size: 12px;
}
.blog-tags a {
  color: #09123B;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}
.blog-btn .read-more-btn {
  color: #09123B;
  display: inline-block;
  margin-left: 20px;
}
.carousel-area .owl-carousel .owl-nav button {
  border: 1px solid #09123B;
  border-radius: 50%;
  background: transparent !important;
  color: #09123B !important;
  position: relative;
  left: 0px;
  height: 31px;
  width: 31px;
  margin-right: 7px;
  display: inline-block;
  line-height: 29px;
}
.carousel-area .owl-carousel .owl-nav {
  bottom: 0;
  margin-top: 43px;
}
.carousel-area .owl-carousel .owl-nav button:hover {
  background: #222222 !important;
  color: #fff !important;
}
.testimonial-content i {
  font-size: 20px;
  color: #666666;
  margin-right: 15px;
}
.testimonial-content p {
  font-size: 15px;
  color: #666666;
  text-align: justify;
  margin: 0;
}
.testimonial-content p {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.testimonial-carousel.owl-carousel .owl-item img {
  display: block;
  width: 55px;
  height: auto;
}
.author-img {
  padding-left: 30px;
}
.author-content a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #555555;
  -webkit-transition: .3s;
  transition: .3s;
}
.author-content span {
  display: block;
  line-height: 15px;
}
.author-content {
  padding-left: 15px;
}
.author-content a:hover {
  color: #4272d7;
}
/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-carousel.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.brand-carousel.owl-carousel.owl-drag .owl-item {
  text-align: center;
}
.brand-item {
  display: table;
  width: 100%;
  position: relative;
  height: 50px;
}
.brand-item-inner {
  display: table-cell;
  vertical-align: middle;
}
/* End Brand Area */
/* Start Footer Area
==================================================*/
.footer-logo a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.footer-logo a img {
  right: -21px;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-dec p {
  font-weight: 400;
  color: #999999;
  line-height: normal;
}
.social-links li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(66, 114, 215, .1);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}
.social-links li a {
  color: #fff;
  display: block;
}
.social-links li:hover {
  background: #4272d7;
}
.widget-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer-menu li {
  display: block;
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}
.footer-menu li a {
  color: #cccccc;
  font-size: 13px;
}
.footer-menu li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  content: "";
  background: rgba(255, 255, 255, .2);
}
.widget-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer-menu li {
  display: block;
  margin-bottom: 0px;
  position: relative;
  padding-left: 15px;
}
.footer-menu li a {
  color: #cccccc;
  font-size: 13px;
}
.footer-menu li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  content: "";
  background: rgba(255, 255, 255, .2);
}
.address-line p {
  margin-bottom: 0;
  color: #cccccc;
  font-size: 13px;
  line-height: 21px;
  padding-right: 36px;
}
.address-line p a {
  color: #cccccc;
  -webkit-transition: .3s;
  transition: .3s;
}
.address-line p a:hover {
  color: #4272d7;
}
.newsletter-text p {
  font-size: 13px;
  color: #cccccc;
  margin: 0;
  line-height: normal;
}
.newsletter-form {
  display: inline-block;
  margin-top: 25px;
  width: 96%;
}
.newsletter-form input[type=email] {
  width: 60%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 5px;
  float: left;
  color: #ffffff;
}
.newsletter-form input[type=email]::placeholder {
  color: #919aa3;
}
.newsletter-form input[type=submit] {
  width: 39%;
  float: right;
}
.newsletter-form .newsletter-btn {
  font-size: 11px;
  padding: 9px 13px;
  background: #ff0000;
}
.footer-area {
  border-bottom: 1px solid #9999;
}
.copyright-area p {
  margin: 0;
}
.copyright-area {
  padding: 10px 0;
  display: block;
  color: #cccccc;
}
/* End Footer Area */
/* Start Color Nip */
.Switcher #colors li {
  border-radius: 5px;
}
.Switcher h5 {
  font-size: 15px;
  color: #666;
}
button#Switcher__control {
  width: 40px;
  height: 40px;
  margin-left: -40px;
}
#Switcher__control i:hover {
  color: #222;
}
.Switcher {
  top: 20% !important;
}
/* End Color NIp */
/* Start ScrollUp */
#scrollUp {
  background: #4272d7;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  /* End ScrollUp */
  line-height: 40px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}
.badge {
  background: rgba(250, 66, 81);
  color: #fff;
  width: auto;
  height: 17px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  padding: 5px;
  line-height: 7px;
}
/* Login Css */
.brand-wrapper {
  margin-bottom: 19px;
}
.brand-wrapper .logo {
  height: 37px;
}
.login-card, .company-details {
  border: 0;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden;
}
.company-section {
  height: 250px;
}
.login-card-img {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.login-card .card-body {
  padding: 30px 36px;
}
@media (max-width: 422px) {
  .login-card .card-body {
    padding: 35px 24px;
  }
}
.login-card-description {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  margin-bottom: 23px;
}
.company-details-title {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 15px;
}
.login-card .form-control {
  border: 1px solid #d5dae2;
  padding: 15px 25px;
  margin-bottom: 20px;
  min-height: 45px;
  font-size: 13px;
  line-height: 15;
  font-weight: normal;
}
.login-card .form-control::-webkit-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::-moz-placeholder {
  color: #919aa3;
}
.login-card .form-control:-ms-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::-ms-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::placeholder {
  color: #919aa3;
}
.login-card .login-btn {
  padding: 13px 20px 12px;
  background-color: #000;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.login-card .login-btn:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.login-card .forgot-password-link {
  font-size: 15px;
  color: #ff0000;
  margin-bottom: 0;
  line-height: 22px;
}
.login-card-footer-text {
  font-size: 16px;
  color: #0d2366;
  margin-bottom: 60px;
}
.login-card-footer-nav a {
  font-size: 14px;
  color: #919aa3;
}
.text-orange {
  color: #FF9300;
}
.login-card input[type="text"], .login-card input[type="password"], .login-card input[type="email"] {
  border: none;
  border-bottom: 1px solid #BCBCCA;
  padding: 13px 0px 10px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 0px;
  font: 17px 'Source Sans Pro', sans-serif;
  color: #FF9300;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  background: transparent;
}
#user-register input:-webkit-autofill, #user-register input:-webkit-autofill:hover, #user-register input:-webkit-autofill:focus, #user-register input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #09123B inset !important;
}
#user-login input:-webkit-autofill, #user-login input:-webkit-autofill:hover, #user-login input:-webkit-autofill:focus, #user-login input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.login-card input:-webkit-autofill {
  -webkit-text-fill-color: #BCBCCA !important;
}
#user-login input::placeholder {
  color: #BCBCCB;
}
#user-register input::placeholder {
  color: #BCBCCB;
}
#user-register .btn, .login-card .btn {
  background: #ff0000;
  display: block !important;
  color: #fff;
  margin: auto;
}
#user-register .get_otp {
  display: flex;
  align-items: end;
}
#user-register .get_otp, .login-card #login_send_otp {
  font-size: 11px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
/* Nav Tabs Start */
.nav-tabs {
  margin: 32px 0;
}
.nav-tabs .nav-link {
  background: #09123B;
  color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 9px 30px;
  border-radius: 0px;
  border-right: 1px solid #F0F0F7;
  opacity: 1;
}
.nav-tabs .nav-link.active {
  background: #ff0000;
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline;
}
.typeahead.dropdown-menu {
  height: 200px !important;
  overflow-y: scroll !important;
  list-style: none;
  width: 501px;
  padding: 0;
}
.typeahead.dropdown-menu ul {
  padding: 0;
  list-style: none;
}
.typeahead .dropdown-item > div {
  border-bottom: 1px solid #ddd;
  white-space: normal;
  padding: 10px 0px;
}
.typeahead .dropdown-menu > .active > a, .typeahead .dropdown-menu > .active > a:focus, .typeahead .dropdown-menu > .active > a:hover {
  background-color: #000 !important;
}
.typeahead .dropdown-item a {
  color: #A0A0A0;
  font-size: 13px;
  padding: 0;
  white-space: normal;
}
.typeahead .dropdown-item {
  padding: 0 15px;
  ;
}
.typeahead .dropdown-item .comp_data {
  display: inline-block;
  padding-right: 7px;
  color: #4E4E4E;
  font-size: 13px;
  font-weight: normal;
}
.typeahead .dropdown-item .comp_name {
  font-size: 16px;
  color: #333;
}
.dropdown-menu > .active > a {
  background-color: #f5f5f5 !important;
}
@media (min-width:1200px) {
  .container {
    max-width: 1200px;
  }
}
.most-downloaded-companies {
  margin-right: 15px;
  border: 1px solid #ddd;
  height: 95px;
  font-size: 21px;
  line-height: 25px;
  padding: 0 20px;
}
/*css changes*/
.bg-dark {
  background: #122e32 !important;
}
#Disrupt .carousel-item h5.date {
  color: #ff0000;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
}
#Disrupt .carousel-item h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
}
#Disrupt .carousel-indicators {
  bottom: -60px;
}
#Disrupt .carousel-control-next, #Disrupt .carousel-control-prev {
  width: auto;
}
#Disrupt .carousel-control-next {
  right: -50px;
}
#Disrupt .carousel-control-prev-icon {
  background-image: url("../image/prev-icon.png");
  height: 31px;
}
#Disrupt .carousel-control-next-icon {
  background-image: url("../image/next-icon.png");
  height: 31px;
}
#Disrupt .carousel-control-prev {
  left: -50px;
}
/*slider companies*/
.slider-carousel.owl-carousel .owl-nav.disabled, .slider-carousel.owl-carousel .owl-dots.disabled {
  display: none;
}
#download_companies .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
#download_companies .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
/*filter companies*/
#filter_companies .nav-tabs .nav-link.active {
  border-bottom: 5px solid #09123B;
  text-transform: uppercase;
  font-weight: bold;
}
#filter_companies .nav-tabs-wrapper {
  margin: auto;
}
#filter_companies .nav-tabs-wrapper .tab-content {
  width: 1000px;
}
#filter_companies .nav-tabs {
  width: 1010px;
  margin: auto;
  padding-bottom: 40px;
	justify-content: center;
}
#filter_companies .nav-tabs-wrapper .service-block {
  padding: 10px;
  border: 1px solid #09123B;
  margin-bottom: 10px;
  min-height: 72px;
  display: flex;
  align-items: center;
}
#filter_companies .nav-tabs-wrapper .service-block dd {
  color: #09123B;
  margin-bottom: 0;
  font-size: 19px;
}
#filter_companies .nav-tabs-wrapper .service-block span a {
  color: #0076FF;
}
#filter_companies .nav-tabs {
  border: none !important;
  font-size: 19px;
  line-height: 27px;
}
#filter_companies .nav-tabs .nav-link {
  font-size: 17px;
  color: #2E2E2E;
  line-height: 25px;
  text-transform: none;
  background: none;
  border-bottom: 1px solid #707070;
  border-right: none;
  padding: 10px 30px;
  border-left: none;
  border-top: none;
}

.service-block {
  padding-top: 70px;
  font-size: 27px;
  line-height: 25px;
  font-weight: normal;
}
.brand-area .service-block h3, .carousel-area .blog-content h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  padding-right: 0px;
}
.brand-area .service-block h3 {
  margin: 17px 0;
}
.data_galaxy .col-xl-2 {
  max-width: 20%;
  flex: 20%;
}
.data_galaxy .service-block h3 {
  font-size: 43px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
}
.brand-area .service-block h3 a, .carousel-area .blog-content h3 a {
  color: #09123B !important;
}
.section-title h5, .service-block h5, h5, .carousel-area .blog-content h5 {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 0px;
}
.form-search {
  margin-top: 40px;
}
.contact_form .form-control {
  border-bottom: 1px solid #707070 !important;
  border-radius: 0px;
  border: none;
  line-height: 25px;
  font-size: 19px;
  margin: 10px 0;
  background: none;
}
.contact_form .form-control::placeholder {
  color: #BCBCCB;
}
.btn-red {
  padding: 10px 35px;
  background: #ff0000 !important;
  border-radius: 3px;
  font-size: 15px;
}
.btn:hover {
  background: #eee !important;
  color: #000 !important;
  border-color: #ff0000;
}
.btn-white:hover {
  background: #333 !important;
  color: #fff !important;
}
/*table*/
.table thead th {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #F4E2E2;
}
.table td, .table th {
  padding: 8px 10px;
  color: #707070;
  line-height: 19px;
}
.table td .fa-rupee-sign, .table th .fa-rupee-sign {
  font-size: 12px;
}
/*company detail*/
.company-details dd {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.logo-image {
  margin-bottom: 10px;
}
.h4.company-logo {
  vertical-align: top;
  line-height: 50px;
  padding-left: 10px;
}
.company-details .address-line {
  padding: 0 25px;
}
.company-details .row.profie-txt {
  padding: 5px 0;
  border-bottom: 1px solid #BCBCCA;
  margin: 0;
}
.company-details .row.profie-txt label {
  line-height: normal;
  vertical-align: top;
  margin-bottom: 0px;
  line-height: 22px;
}
.company-details .row.profie-txt p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 22px;
}
.company-details .row.profie-txt .col-7 {
  padding-left: 0px;
}
.company-details .control-label{
  text-align:left;
  padding-left:0px;
  padding-top:10px;
}
.company-details .form-select{
   border:1px solid #ddd;
   padding:5px;
}
.subscribe-text h4 {
  margin-top: 50px;
  font-weight: normal;
}
.subscribe-text h4 a {
  color: #0076FF;
}
.dnt-miss {
  font-size: 23px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0 18px;
}
.address-line h3 {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  color: #707070;
}
.text-muted {
  color: #c8c9ca !important;
}
.nav-tabs .nav-link .h4.company-logo {
  font-size: 34px;
  line-height: 43px;
}
.company-details .row.profie-txt:last-child {
  border-bottom: none;
}
.short-link {
  font-size: 17px;
  line-height: 13px;
  margin-bottom: 15px;
}
.short-link .fas {
  margin-bottom: 5px;
}
.company-details .key-select.form-control {
  width: 89px !important;
  font-size: 13px;
  padding: 0 3px;
}
.side-ads {
  width: 300px;
  margin-left: -15px;
}
#tab-select.form-control {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #09123B;
  background-image: url("../image/arrow.png");
  background-repeat: no-repeat;
  background-position: right .99rem center;
  background-size: 12px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*my cart*/
.my-cart input[type=checkbox] {
  display: block;
  margin: auto;
}
.error-msg {
  color: #ff0000;
  font-size: 16px;
  line-height: 25px;
}
.success-msg {
  color: #16f507;
  font-size: 17px;
  line-height: 25px;
}
.success-msg-white {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
}
.sub-heading {
  font-size: 21px;
}
/*my-profile*/
#my-profile.card-body {
  padding: 40px 30px 20px;
}
#my-profile input[type="text"], #my-profile input[type="password"], #my-profile input[type="email"] {
  border: none;
  border-bottom: 1px solid #BCBCCA;
  padding: 5px 0px 10px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  background: transparent;
}
#my-profile .form-control::placeholder {
  color: #FF9300;
  font: 17px 'Source Sans Pro', sans-serif;
}
#my-profile label {
  font-size: 16px;
  color: #707070;
}
#my-profile .changepass_links {
  margin-top: 20px;
}
#my-profile .changepass_links a {
  font-size: 14px;
  color: #707070;
}
#my-profile .myprofile_cta {
  margin-top: 15px;
  width: 100px !important;
}
/*my order*/
.quick-search {
  border: none;
  padding: 0 10px;
}
.quick-search::placeholder {
  color: #BCBCCB;
}
/*Myorder pagination*/
.pagination .page-link {
  color: #707070;
  background: none;
  border-radius: 0px !important;
  border: none;
  border-left: 1px solid #BCBCCA;
}
.page-item.active .page-link, .paginate_button.active {
  background-color: #FF0000;
  border-color: #FF0000;
}
.contact_form .error-msg {
  padding-left: 0px
}
.contact_form .success-msg {
  text-align: center;
}
.footer-area .error-msg, .success-msg-white, .deep-dive .error-msg {
  padding: 0px;
  text-align: left !important;
  line-height: normal;
}
.card-text-overflow {
  max-height: 170px;
  overflow: auto
}
.dataTables_wrapper .row {
  width: 100%;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
  border: none !important;
}
.dataTables_wrapper {
  white-space: normal !important;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 0px !important;
}
.dataTables_wrapper .row:nth-last-child(1) {
  background: #F4E2E2;
  padding-left: .5rem !important;
}
.about-us-container {
  border-right: 1px dotted #999999;
  padding-right: 30px;
  margin-top: 20px;
}
.about-us-container p {
  line-height: 20px;
  color: #606060;
}
/*video css for discover page*/
.landing-page .header {
  margin: 60px 0 60px 0;
    text-align: center;
}
.landing-page .header .ssd-block dt {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
}
.landing-page .header .ssd-block dd {
  margin: 0 30px;
  line-height: 21px;
  font-size: 17px;
}
.landing-page .slider-area {
  background-color: #0d1732;
}
.landing-page .header .ssd-block .arrow-bg-icon {
  background-image: url("../image/arrow-icon.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.landing-page .header .keyword-search-txtbox {
  width: 562px;
}
.landing-page .video-thumbnail {
  margin: 50px 0 0;
}
.landing-page .video-thumbnail video {
  width: 100%;
  height: auto;
}
.landing-page .sample-data-txt {
  color: #FF9333 !important;
}
.landing-page .sample-data-txt:hover {
  text-decoration: underline;
  color: #fff !important;
}
.landing-page .header .btn.get-data {
  height: 57px;
  vertical-align: top;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  padding: 0 20px;
  line-height: 54px;
  margin-left: -4px;
}
.landing-theme-bg {
  background-color: #0d1732;
}
.plntxt {
  font-size: 14px;
  text-decoration: line-through;
  color: #444;
}
.redtxt {
  font-size: 16px;
  text-decoration: line-through;
}
/*price table*/
.buycredits-tab {
  width: 1140px;
  margin: 20px auto;
}
.buycredits-tab .section-title h4 {
  margin-bottom: 30px;
}
.buycredits-tab nav .nav-tabs {
  margin-bottom: 25px;
}
.buycredits-tab .nav-tabs .nav-link {
  background-color: #fff;
  padding: 0 15px;
  border: none;
}
.buycredits-tab .nav-tabs .nav-link .card-body {
  background-image: url("../image/tabs-bg.png");
  background-repeat: no-repeat;
  background-position: top -10px center;
  border: 1px solid #09123B;
  border-radius: 25px;
}
.buycredits-tab .nav-tabs .nav-link .card-body .d-count {
  background: #E93F33;
  color: #fff;
  display: inline-block;
  position: absolute;
  font-size: 13px;
  margin-top: 1px;
  padding: 0 5px;
  left: 15px;
  top: -1px;
}
.buycredits-tab .nav-tabs .nav-link .card-body h5 {
  color: #09123B;
  font-size: 15px;
  padding-bottom: 15px;
  padding-top: 0px;
}
.buycredits-tab .nav-tabs .nav-link .card-body h6 {
  margin: 15px 0 0 0;
  color: #ed1c24;
}
.buycredits-tab .nav-tabs .nav-link.active .card-body {
  background-image: url("../image/tabs-bg-active.png");
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.buycredits-tab .nav-tabs .nav-link .card-body span {
  font-size: 41px;
  color: #09123B;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
}
.buycredits-tab .nav-tabs .nav-link .recommended {
  background: #2D8ADB;
  color: #fff;
  height: 38px;
  line-height: 39px;
  margin: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: absolute;
  top: -20px;
  width: calc(100% - 30px);
  left: 15px;
}
.buycredits-tab .price-details {
  border-right: 1px solid #dee2e6;
  padding-right: 30px;
}
.buycredits-tab .price-details .apply-code span {
  position: absolute;
  top: 5px;
  left: 25px;
}
.buycredits-tab .price-details .apply-code .form-control {
  padding-left: 40px;
  border-radius: 10px;
  background-image: url("../image/right-angle.png");
  background-repeat: no-repeat;
  background-position: right;
}
.buycredits-tab .nav-tabs .nav-link.active::after {
  display: block;
  position: absolute;
  right: 10px;
  top: -10px;
  content: "✔";
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  border-radius: 20px;
  text-align: center;
  color: #2D8ADB;
  background-color: #fff;
  font-weight: normal;
}
.buycredits-tab .plan-table {
  padding: 0 15px;
  background: #F8F8F8;
  border-radius: 10px;
  margin-top: 10px;
}
.buycredits-tab .plan-table .row {
  padding: 10px 0;
}
.buycredits-tab .plan-table .row:first-child {
  background: #f1f1f1;
  color: #09123B;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.buycredits-tab .plan-table .row:last-child {
  font-weight: bold;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.buycredits-tab .terms-use ul {
  margin: 10px 20px;
}
.buycredits-tab .terms-use ul li {
  list-style: disc;
  font-size: 15px;
  padding-bottom: 8px;
}
.green-text {
  color: #e47400;
}
.p-top-20{
  padding-top: 20px;
}
.p-top-50{
  padding-top: 50px;
}

.custom-list {
  list-style: disc;
  /* margin: 32px; */
  padding: initial;
  margin: revert;
  padding: revert;
}

.custom-list li {
  list-style: disc;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  cursor: pointer;
  /* font-weight: bold; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  display: none;
  padding-top: 5px;
}