
/* Login Page Style Here */
.login-signup-box {
  /* min-height: 100vh; */
  padding-top: 78px;
}

iframe{
  min-width: 100%;
  min-height: 100%;
}

.form-box {
  width: 50%;
  padding: 50px 20px;
}

.form-box form {
  max-width: 330px;
  margin: 0 auto;
}

.rating-detail h3 {
  font-size: 18px;
}

.form-head {
  padding-bottom: 30px;
}

.form-head h1 {
  max-width: 200px;
  padding: 0 0 20px;
}

.form-head h2 {
  color: #2e384d;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  color: #8c98a9;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 8px;
}

.form-group .form-control {
  background-color: #e0e7ff33;
  border: 1px solid #e0e7ff;
  border-radius: 5px;
  box-shadow: none;
  color: #2e384d;
  font-size: 12px;
  height: 44px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
}

.form-box .custom-dropdown::after {
  background-color: #f8faffd1;
  border-radius: 6px;
  width: 40px;
  height: 42px;
}

.form-button {
  padding: 30px 0 0;
}

.form-button p {
  color: #8c98a9;
  font-size: 14px;
  line-height: 18px;
  padding-top: 16px;
}

.form-button p a {
  font-weight: 600;
}

.form-button .btn {
  min-width: 250px;
}

.form-image-box {
  width: 50%;
  max-height: 570px;
}

.form-image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Signup Page Style Here */

.signup_section .form-box {
  padding-top: 36px;
}

.personal-information,
.domain-information {
  width: 100%;
  padding-right: 50px;
}

.signup_section .sub-head h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 14px;
  line-height: 28px;
}

.signup_section .sub-head p {
  color: #8c98a9;
  line-height: 22px;
  padding: 0px 0 20px;
  font-size: 14px;
}

.signup_section .form-button p {
  color: #8c98a9;
  font-size: 20px;
  line-height: 26px;
  padding: 16px 0;
}

.back-to-login {
  border-left: 1px solid #cccccc;
  padding-left: 20px;
  width: 100%;
  max-width: 360px;
  text-align: left;
}

.back-to-login .form-button {
  padding: 0px;
}

.back-to-login .form-button .btn {
  margin: 20px;
}

.form-group .text-danger,
.form-box .text-danger {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 0 0;
  display: block;
}

.form-box .dangermessage {
  color: #721c24 !important;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  display: block;
  margin-top: 10px;
}

.form-box .dangermessage strong,
.form-box .successmessage strong {
  padding: 0px;
  font-style: normal;
  font-weight: normal;
}

.form-box .successmessage {
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 0.25rem;
  color: #155724 !important;
  display: block;
  font-size: 12px;
  padding: 0.75rem 1.25rem;
  margin-top: 10px;
}

/* Header Section Style Here */

.header-section {
  position: fixed;
  width: 100%;
  z-index: 1030;
  background-color: #ffffff;
  /* border-bottom: 1px solid #dedede; */
  /* box-shadow: 0 0 6px #dedede; */
  padding: 10px 0;
  top: 0;
}

.header-section.header-fix {
  box-shadow: 0px 1px 6px rgb(0 0 0 / 20%);
  border-bottom: 1px solid #fbfbfb;
}

.header-section .navbar {
  border: none;
  padding: 0px;
}

.header-section .navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 220px;
  max-height: 70px;
}

.header-section .navbar-nav {
  margin-left: auto;
}

.header-section .navbar-nav .nav-item:not(:last-child) {
  padding-right: 42px;
}

.header-section .navbar-nav .nav-link {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  padding: 0;
  position: relative;
  margin-right: 20px;
  transition: all 0.6s ease;
}

.header-section .navbar-nav .nav-link.active,
.header-section .navbar-nav .nav-link:hover {
  color: #378daf;
}

.header-section .dropdown-toggle::after {
  background-image: url(../images/grey-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 0px;
  height: 20px;
  width: 13px;
  position: absolute;
}

.header-section .dropdown-menu {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px;
  border: 0;
  margin-top: 20px;
  padding: 0px;
  transition: all 0.6s ease;
}

.header-section .dropdown-menu > li {
  padding: 0 20px;
}

.header-section .dropdown-menu > li a {
  border-bottom: 1px solid #e5e5e5;
  color: #393939;
  display: block;
  font-size: 12px;
  padding: 13px 0;
  line-height: 18px;
}

.header-section .dropdown-menu > li a:hover,
.header-section .dropdown-item.active,
.header-section .dropdown-item:active {
  background-color: transparent;
  color: #378daf;
}

.header-section .btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  min-width: 120px;
  text-transform: capitalize;
  margin-left: 15px;
}

.header-section p {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding-left: 26px;
}

/* Banner Section Style Here */

.search-banner-section {
  background-color: #378daf;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: center; */
  /* min-height: 340px; */
  position: relative;
  margin-top: 78px;
  padding-top: 60px;
}

.user-slider-section .item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  /* min-height: 400px; */
  min-height: calc(100vh - 86px);
  width: 100%;
}

.search-banner-section h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 44px;
}

.search-banner-section p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}

.search-banner-section.inner-banner-section p {
  padding: 6px 0;
  max-width: 100%;
  text-align: center;
}

.search-box {
  background-color: #ffffff;
  border-radius: 50px;
  max-width: 600px;
  margin: 0 auto 12px;
  position: relative;
}

.search-box .custom-dropdown {
  border-radius: 0px;
  width: 100%;
  max-width: 180px;
}

.search-box .custom-dropdown::after {
  border-radius: 0;
  width: 38px;
  height: 47px;
}

.search-box select.form-control {
  border: 0;
  background-color: #ffffff;
  border-radius: 40px 0 0 40px;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 0 40px 0 15px;
  height: 100%;
}

.search-box #searchdomain.form-control {
  text-transform: lowercase;
}

.search-box .form-control {
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #cccccc;
  border-radius: 40px 0px 0px 40px;
}

.search-box .btn {
  border-radius: 0 40px 40px 0;
  font-size: 16px;
  font-weight: 400;
  min-width: 100px;
  text-transform: capitalize;
}

.slider-list .item .btn-primary {
  background-color: #ff7f27;
  border-color: #ff7f27;
  color: #ffffff;
  position: absolute;
  bottom: 45px;
  left: 20px;
  min-width: 150px;
}

/* User Slider Style Here */

.user-slider-section {
  /*background-color: #378DAF;*/
  /* padding: 88px 100px 30px; */
  padding: 88px 0px 30px;
}

.slider-list .banner-image {
  max-width: 460px;
  display: block;
}

.slider-list .banner-image.max-360 {
  max-width: 360px;
}

.slider-list .box > div:last-child {
  max-width: 600px;
  text-align: right;
}

.slider-list .box h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  padding: 0;
}

.slider-list .box p {
  color: #ffffff;
  font-size: 26px;
  line-height: 40px;
  padding: 34px 0 0;
}

.slider-list .box span {
  color: #ffffff;
}

.slider-list .box p img {
  max-width: 60px;
  display: inline-block;
}

.slider-list .box > div:first-child {
  max-width: 460px;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.owl-carousel .owl-nav button span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  border-radius: 4px;
  display: block;
  font-size: 0;
  height: 40px;
  width: 40px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}

.owl-carousel .owl-nav button.owl-prev span {
  background-image: url(../images/white-left-arrow.svg);
}

.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}

.owl-carousel .owl-nav button.owl-next span {
  background-image: url(../images/white-right-arrow.svg);
}

.owl-dots {
  height: 12px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  background-color: #000000;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 6px;
  opacity: 0.2;
  width: 12px;
}

.owl-carousel button.owl-dot.active span {
  opacity: 1;
  background-color: #ffffff;
}

/* Cybersecurity Section Style Here */

.user-slider-section.cybersecurity_section .item {
  background-size: cover;
  min-height: 600px;
  position: relative;
}

.user-slider-section.cybersecurity_section .item::before {
  content: '';
    background-color: #00000099;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
}

.user-slider-section.cybersecurity_section .item::after {
  content: '';
  border-top: 0px solid transparent;
  border-left: 110px solid transparent;
  border-bottom: 600px solid #00000099;
  position: absolute;
  right: 50%;
  top: 0;
}

.cybersecurity_section .content_box {
  width: 50%;
  margin-left: auto;
  position: relative;
}

.user-slider-section.inside_banner .content_box {
  width: 50%;
}

.content_box h3,
.user-slider-section.inside_banner .content_box h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  text-transform: capitalize;
}

.cybersecurity_section .content_box  p,
.user-slider-section.inside_banner .content_box p {
  line-height: 26px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0 24px;
}

.cybersecurity_section .content_box  .btn,
.user-slider-section.inside_banner .content_box .btn {
  min-width: 130px;
  position: static;
}

.user-slider-section.inside_banner .item {
  min-height: 500px;
  background-size: cover;
}

.user-slider-section.inside_banner .item::before {
  content: '';
    background: linear-gradient(90deg, black 50%, #00000005);
    position: absolute;
    height: 100%;
    width: 70%;
}

.user-slider-section.inside_banner .container {
  position: relative;
}

/* Domain Report Section Style Here */

.domain-report-section {
  padding: 80px 0;
}

.report-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px #00000040;
  margin-top: 20px;
}

.report-box h4 {
  color: #393939;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 0 0 40px;
}

.list-box {
  padding: 40px;
  max-width: 400px;
  width: 100%;
}

.list-box li {
  /*background-image: url(../images/grey-company-icon.svg);*/
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  color: #393939;
  display: block;
  font-size: 15px;
  padding: 0 35px 0 45px;
  position: relative;
  line-height: 35px;
  margin-bottom: 26px;
}

/*.list-box li:not(:last-child) {
    margin-bottom: 26px; 
}*/

/*.list-box li:last-child::before {
    content: '';
    background-color: #7fb82c;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
}

.list-box li:last-child {
    font-weight: 600;
}*/

.home-icon {
  position: absolute;
  left: 0;
  max-width: 35px;
}

.list-box li span {
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  position: absolute;
  line-height: 31px;
  right: 0;
  top: 0;
  text-align: center;
}

.rating-box {
  padding: 40px 20px 40px 0;
  max-width: 435px;
  width: 100%;
  text-align: center;
}

.rating-detail {
  padding-top: 10px;
}

.domainlastscan {
  padding: 40px 0 0;
  font-size: 10px;
}

.notice-message {
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
  color: #000;
  text-transform: none;
}

.signup-free-box {
  /* background: linear-gradient(180deg, #2ECFEB, #05D0EB); */
  background-color: #1245a8;
  border-radius: 0 10px 10px 0;
  padding: 60px 20px 20px;
}

.signup-free-box > span {
  display: block;
  max-width: 70px;
  margin: 0 auto 15px;
}

.signup-free-box > h4 .text-yellow {
  font-size: 30px;
}

.signup-free-box h4 {
  color: #ffffff;
  padding: 0 0 12px;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
}

.signup-free-box h4 strong {
  font-size: 64px;
  line-height: 90px;
  font-weight: 600;
}

.signup-free-box h6,
.signup-free-box p {
  color: #fff;
  line-height: 22px;
}

.signup-free-box .btn {
  display: block;
  line-height: 31px;
  font-size: 12px;
  font-weight: bold;
  /*margin-top: 30px;*/
  text-transform: capitalize;
  margin: 10px 0;
}

/* Dashboard Section Style Here */

.dashboard-section {
  padding-top: 60px;
}

.dashboard-section .item {
  padding: 40px 40px 60px;
}

.content-box {
  padding: 0 0 0 120px;
  position: relative;
  max-width: 510px;
}

.content-box span {
  display: block;
  width: 107px;
  position: absolute;
  left: 10px;
}

.content-box h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 0 0 18px;
}

.content-box p {
  color: #2e2e2e;
  font-size: 16px;
  opacity: 0.7;
  padding: 0 0 18px;
}

.image-box {
  width: 55%;
  position: relative;
}

.image-box::before,
.image-box::after {
  content: "";
  background-image: url(../images/dotted-square-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  width: 170px;
  position: absolute;
  z-index: -1;
}

.image-box::before {
  bottom: 30px;
  left: 40px;
}

.image-box::after {
  right: 70px;
  top: -25px;
  transform: rotate(180deg);
}

.image-box span {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.dashboard-section .owl-carousel .owl-nav button {
  top: 50%;
  margin-top: -25px;
}

.dashboard-section .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.dashboard-section .owl-carousel .owl-nav button.owl-next {
  right: 0px;
}

.dashboard-section .owl-carousel .owl-nav button span {
  background-size: 6px;
  background-color: #93a5ff73;
}

.dashboard-section .owl-carousel .owl-nav button.owl-prev span {
  background-image: url("../images/blue-left-arrow.svg");
}

.dashboard-section .owl-carousel .owl-nav button.owl-next span {
  background-image: url("../images/blue-right-arrow.svg");
}

.dashboard-section .owl-carousel button.owl-dot span {
  background-color: #93a5ff;
  height: 10px;
  margin: 0 8px;
  opacity: 0.3;
  width: 10px;
}

.dashboard-section .owl-carousel button.owl-dot.active span {
  height: 16px;
  width: 16px;
  background-color: #93a5ff;
  box-shadow: 0px 3px 6px #93a5ff73;
  opacity: 1;
}

/* Feature Section Style Here */

.feature-section {
  padding: 60px 0 30px;
}

.feature-section .container {
  max-width: 1300px;
}

.feature-section .sub-head {
  padding: 0 0 50px;
}

.sub-head p {
  line-height: 20px;
  padding: 8px 0 0;
}

.feature-section .row {
  margin-left: -25px;
  margin-right: -25px;
}

.feature-section .row [class*="col-"] {
  padding: 0 25px;
}

.feature-section .box {
  border-radius: 8px;
  padding: 15px 40px;
  margin-bottom: 30px;
  transition: all 0.6s ease;
  text-align: center;
}

.feature-section .box:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px #a3a9ae40;
}

.feature-section .box span {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.feature-section .box span::before {
  /* content: ""; */
  background-color: #f7f7f7;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}

.feature-section .box span img {
  max-height: 100px;
  max-width: 100px;
  position: relative;
  z-index: 2;
}

.feature-section .box h4 {
  color: #2c3b47;
  font-size: 20px;
  line-height: 26px;
  min-height: 52px;
}

.feature-section .box p {
  color: #2c3b47;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  padding-top: 10px;
}

/* FAQ Section Style Here */

.faq-section {
  background-color: #f7f8ff;
  padding: 60px 0;
}

.faq-section .container {
  max-width: 750px;
}

.accordion-box .accordion-item {
  margin-top: 26px;
}

.accordion-box .accordion-button {
  padding: 22px 50px 22px 20px;
  font-size: 14px;
  color: #32424e;
  background-color: #f2f2f2;
  border: 0;
  line-height: 16px;
}

.accordion-box .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.accordion-box .accordion-button::after {
  background-color: #3a485a;
  background-image: url(../images/white-plus-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-size: 10px;
  position: absolute;
  right: 30px;
}

.accordion-box .accordion-button:not(.collapsed) {
  color: #32424e;
  background-color: #ffffff;
}

.accordion-box .accordion-button:not(.collapsed)::after {
  background-image: url(../images/white-minus-icon.svg);
}

.accordion-box .accordion-collapse {
  border: 0;
  background-color: #ffffff;
  padding-top: 0;
}

.accordion-box .accordion-body {
  padding: 0px 50px 22px 20px;
}

.accordion-box .accordion-body p {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 24px;
}

.accordion-box .btn {
  margin-top: 30px;
  min-width: 200px;
}

.accordion-box .btn,
.header-section .btn-primary,
.search-box .btn,
.dashboard-slider .content-box .btn-primary,
.accordion-box.btn,
.cybersecurity_section .btn {
  background-color: #ff7f27;
  border-color: #ff7f27;
  color: #ffffff;
}

.accordion-box.btn {
  margin-top: 6px;
}

.accordion-box .btn:hover,
.header-section .btn-primary:hover,
.search-box .btn:hover,
.dashboard-slider .content-box .btn-primary:hover {
  border-color: #ff7f27;
  background-color: #ffffff;
  color: #ff7f27;
}

/* Footer Section Style Here */
.footer-section {
  background-color: #000000;
  padding: 10px 0px;
}

.footer-menu-list {
  /* border-top: 1px solid rgb(60 60 60 / 30%); */
  /* border-bottom: 1px solid rgb(60 60 60 / 30%); */
  padding: 0 0 40px;
}

.menu-list h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 0 20px;
}

.menu-list li {
  display: block;
  padding: 0 0 10px;
}

.menu-list li a {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.6s ease;
}

.follow-us {
  text-align: right;
}

.follow-us li {
  display: inline-block;
  margin-left: 10px;
}

.follow-us li a {
  width: 32px;
  height: 32px;
}

.menu-list li a:hover,
.footer-menu a:hover {
  color: #ff7f27;
}

.menu-list.submit-box .form-control {
  padding: 6px 12px;
  font-size: 12px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  height: 32px;
  margin-right: 15px;
  max-width: 230px;
}

.menu-list.submit-box .btn {
  font-size: 11px;
  padding: 0 10px;
  text-transform: capitalize;
  min-width: 84px;
  line-height: 30px;
  margin-right: auto;
}

.second-footer {
  padding: 20px 0;
}

.second-footer p,
.footer-menu a {
  color: #ffffff;
  line-height: 20px;
  transition: all 0.6s ease;
}

.footer-menu a {
  margin-left: 8px;
}

.back-to-top a {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #0000005c;
  display: inline-block;
  height: 44px;
  width: 44px;
  position: fixed;
  line-height: 42px;
  bottom: 70px;
  right: 25px;
  opacity: 0;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 2;
}

.back-to-top a.show {
  opacity: 1;
  visibility: visible;
}

/* Whitepaper Page Style Here */

.inner-banner-section {
  padding: 15px 0;
}

.inner-sub-section {
  /* padding: 60px 0 20px; */
  padding: 0 0 20px;
}

.inner-sub-section .container.d-flex {
  display: block !important;
}

.inner-sub-section .container::after {
  content: "";
  display: table;
  clear: both;
}

.inner-sub-section .image-box {
  display: block;
  margin-bottom: 25px;
  margin-right: 20px;
  /* width: 100%; */
  float: left;
}

.inner-sub-section .image-box::before,
.inner-sub-section .image-box::after {
  display: none;
}

.inner-sub-section .content {
  /* width: calc(100% - 520px); */
}

.inner-sub-section .content h1,
.inner-sub-section .content h2,
.inner-sub-section .content h3,
.inner-sub-section .content h4,
.inner-sub-section .content h5,
.inner-sub-section .content h6 {
  color: #000000;
  padding-bottom: 14px;
}

.inner-sub-section .content p {
  color: #2e2e2e;
  font-size: 16px;
  padding: 0;
}

.inner-sub-section .content p:not(:last-child) {
  padding-bottom: 20px;
}

.inner-sub-section ul {
  margin: 0px;
  padding-left: 0px;
}

.inner-sub-section li {
  color: #2e2e2e;
  font-size: 16px;
  padding: 0 0 8px;
  font-family: "Nunito", sans-serif;
  list-style-position: inside;
}

/* Pricing Page Style Here */

.pricing-section {
  margin-top: 80px;
  padding: 40px 0 0;
}

.subscription-feature-box {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 18px;
}

.left-box h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 2px;
}

.subscription-feature-box .left-box p {
  color: #ffffff;
}

.left-box p {
  /* color: #ffffff; */
  font-weight: 600;
  line-height: 20px;
}

.left-box ul {
  padding: 0 0 0 24px;
  margin: 0px;
}

.left-box li {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 13px;
}

.right-box {
  text-align: center;
}

.right-box h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 28px;
  padding-left: 30px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.right-box > div > span {
  color: #e2e2e2;
  display: block;
  font-size: 10px;
  margin-top: -6px;
  text-align: right;
}

.right-box h3::before {
  content: "$";
  color: #ffffff;
  font-size: 40px;
  line-height: 46px;
  position: absolute;
  left: 0px;
  top: 0;
}

.right-box h3 span {
  display: inline-block;
  font-size: 68px;
  font-weight: bold;
  line-height: 80px;
}

.buy-subscription-section .form-group .form-control {
  margin-right: 10px;
}

.buy-subscription-section .btn {
  font-size: 12px;
  line-height: 36px;
  text-transform: capitalize;
  white-space: nowrap;
  /*min-width: 220px;*/
  max-width: 100px;
  width: 100%;
}

.right-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 0 4px;
}

.purchase-credit .row {
  margin: 0 -10px;
  align-items: stretch;
  height: 100%;
}

.purchase-credit [class="*col-"] {
  padding: 0 10px;
  flex-direction: column;
  padding-bottom: 4px;
}

.purchase-credit form {
  height: 100%;
}

.purchase-box {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  margin: 2px 2px 20px;
  padding: 20px 24px;
}

.purchase-box .left-box h5 {
  color: #393939;
  font-weight: 400;
}

.purchase-box .left-box ul {
  padding: 0 0 0 15px;
}

.purchase-box .left-box li,
.purchase-box .left-box p {
  color: #9f9f9f;
  margin-top: 10px;
  font-weight: 400;
}

.purchase-box .right-box {
  max-width: 180px;
  width: 100%;
  margin-left: auto;
  padding-left: 10px;
  text-align: right;
}

.purchase-box .right-box > span,
.right-box .subsDomain > form > span {
  color: #e2e2e2;
  display: block;
  font-size: 10px;
  margin-top: -6px;
  text-align: right;
}

.purchase-box .right-box h3 {
  color: #378daf;
  font-size: 22px;
  padding-left: 25px;
}

.purchase-box .right-box h3::before {
  color: #378daf;
  font-size: 32px;
  line-height: 40px;
}

.purchase-box .right-box h3 span {
  font-size: 60px;
  line-height: 70px;
}

.count-box p {
  color: #bababa;
  text-align: left;
  font-size: 10px;
  line-height: 16px;
}

.count-box .qty {
  width: 100%;
}

.count-box .qty span {
  background-color: #d0f1ff;
  color: #378daf;
  font-size: 26px;
  max-width: 44px;
  line-height: 28px;
  width: 100%;
}

.count-box .count {
  border: 0;
  background-color: #f4f4f4;
  box-shadow: none;
  color: #378daf;
  font-size: 18px;
  width: 100%;
  height: 28px;
  text-align: center;
}

/* thankyou Page Style here */

.thankyou-page .form-head {
  text-align: center;
}

.thankyou-page .form-head h1 {
  display: inline-block;
}

.thankyou-page .cotnent {
  background-color: #e1f7ff;
  border-radius: 6px;
  padding: 20px 16px;
}

.thankyou-page .cotnent img {
  max-width: 50px;
  margin-bottom: 12px;
}

.thankyou-page .cotnent p {
  color: #378daf;
  font-size: 16px;
  line-height: 26px;
}

.modal-header,
.modal-footer {
  display: block;
  text-align: center;
}

.modal-title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin: 0;
  line-height: 1.5;
}

.modal-dialog,
.modal.show .modal-dialog {
  transform: translateY(-50%);
  top: 50%;
}

.modal-footer .btn-default {
  background-color: #378daf;
  color: #ffffff;
  margin: 0;
  padding: 0 14px;
  min-width: 160px;
}

/* Payment Page Style Here */

.add-payment-section {
  background-color: #fbfbfb;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}

.payment-detail {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 3px 6px #cccccc;
  max-width: 650px;
  margin: 0 auto;
  padding: 30px;
}

.payment-detail ul {
  padding: 0;
  margin: 0;
}

.payment-detail ul li {
  padding: 10px 0;
  text-align: center;
  display: flex;
}

.payment-detail ul li strong {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: block;
  padding-right: 14px;
  max-width: 230px;
  width: 100%;
  text-align: right;
}

.payment-detail ul li span {
  color: #000000;
  font-size: 15px;
  width: 50%;
  text-align: left;
}

.payment-detail ul li input {
  border: 1px solid #cccccc;
  border-radius: 6px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 230px;
}

.modal-header .modal-title {
  margin-right: auto;
  margin-left: 8px;
}

.search-box .form-control {
  border-color: #b1b1b1;
}

.form-control.card-number {
  letter-spacing: 8px;
}

.card-number::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  letter-spacing: 1px !important;
}

.card-number:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  letter-spacing: 1px !important;
}

.card-number::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  letter-spacing: 1px !important;
}

.card-number:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  letter-spacing: 1px !important;
}

.card-number::-ms-input-placeholder {
  /* Microsoft Edge */
  letter-spacing: 1px !important;
}

.card-number::placeholder {
  /* Most modern browsers support this now. */
  letter-spacing: 1px;
}

.stripe-button,
.align-center {
  text-align: center;
  padding-top: 20px;
}

.buy-subscription-section .row > * {
  padding-right: calc(var(--bs-gutter-x) / 5);
  padding-left: calc(var(--bs-gutter-x) / 5);
}

.subs-plan {
background-color: #ffffff;
box-shadow: 0px 3px 6px #cccccc;
  border-radius: 20px;
  /* border-bottom: 10px solid; */
  /* height: 100%; */
  padding: 20px;
  text-align: center;
  margin: 34px 12px;
  transition: all 0.4s ease;
}

.subs-plan:hover {
  transform: scale(1.04);
}

.subs-plan1.subs-plan {
  border-color: #4472c4;
}

.subs-plan2.subs-plan {
  border-color: #25a79f;
}

.subs-plan3.subs-plan {
  border-color: #90c800;
}

.subs-plan4.subs-plan {
  border-color: #ffc000;
}

.title {
    color: #516ae6;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    background-color: #e9eeff;
    border-radius: 50px;
    margin: 0;
    position: relative;
    padding: 8px 15px;
}

/* .subs-plan1 .title {
  background-image: linear-gradient(#4472c4 50%, #3e69b2 50%);
}

.subs-plan2 .title {
  background-image: linear-gradient(#25a79d 50%, #22988f 50%);
}

.subs-plan3 .title {
  background-image: linear-gradient(#90c800 50%, #84b600 50%);
}

.subs-plan4 .title {
  background-image: linear-gradient(#ffc000 50%, #e7af01 50%);
} */

.subs-plan .icon {
  margin-bottom: 20px;
  margin-top: 20px;
}

.subs-plan .icon img {
  max-width: 60px;
  max-height: 60px;
}

.subtitle {
    color: #4472c4;
  padding: 4px;
  min-height: 60px;
  font-size: 14px;
  line-height: 25px;
}

.subs-plan1 .subtitle {
  /* color: #4472c4; */
}

.subs-plan2 .subtitle {
  /* color: #25a79f; */
}

.subs-plan3 .subtitle {
  /* color: #90c800; */
}

.subs-plan4 .subtitle {
  /* color: #ffc000; */
}

.subs-plan .price {
    color: #000000;
    font-size: 46px;
    font-weight: 300;
    padding: 10px 0 0;
}

.subs-plan .price span {
    font-size: 26px;
    font-weight: 600;
}

.subs-plan .dropdown {
  padding: 10px 0;
  min-height: 60px;
}

.subs-plan .dropdown select {
  border-radius: 50px;
  color: #ffffff;
  padding: 0 10px;
  width: 100%;
  height: 40px;
}

.subs-plan .desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  min-height: 80px;
  text-align: left;
}

.subs-plan .desc br {
  display: none;
}

.subs-plan .desc ul {
  padding: 0;
}

.subs-plan .desc ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin: 4px 0;
}

.subs-plan .desc ul li::before {
  content: '';
  background-color: #9ab7eb;
  background-image: url(../images/white-tick-icon.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}

.subs-plan .button .btn {
  border: 0px;
  min-width: 170px;
  color: #ffffff;
}

.subs-plan1 .button .btn,
.subs-plan.subs-plan1 .dropdown select {
  /* background-color: #4472c4; */
    background-color: #378DAF;
}

.subs-plan2 .button .btn,
.subs-plan.subs-plan2 .dropdown select {
  /* background-color: #25a79f; */
    background-color: #378DAF;
}

.subs-plan3 .button .btn,
.subs-plan.subs-plan3 .dropdown select {
  /* background-color: #90c800; */
    background-color: #378DAF;
}

.subs-plan4 .button .btn,
.subs-plan.subs-plan4 .dropdown select {
  /* background-color: #ffc000; */
    background-color: #378DAF;
}

.blog-box {
  border: 1px solid #707070;
  border-radius: 6px;
  margin: 9px;
  max-width: 234px;
  width: 100%;
  text-align: center;
}

.blog-box span {
  display: block;
}

.blog-box span a {
  display: block;
  /* height: 130px; */
}

.blog-box span img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.blog-box .content-box {
  border-top: 1px solid #e5e5e5;
  padding: 16px;
  position: relative;
  max-width: 100%;
  text-align: left;
}

.blog-box .content-box h3 {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 8px;
}

.blog-box .content-box p {
  color: #2e2e2e;
  font-size: 14px;
  opacity: 1;
  padding: 0;
}

/* Pagination Style */

.pagination {
  display: block;
  padding: 14px 0px;
}

.pagination nav > .flex {
  display: none;
}

.pagination nav > .hidden {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination nav > .hidden > div > .shadow-sm {
  box-shadow: none;
}

.pagination nav > .hidden > div > span > span > .leading-5,
.pagination nav > .hidden > div > span > a {
  padding: 0 !important;
  border: 1px solid #d0f1ff !important;
  box-shadow: 0px 0px 6px #d0f1ff;
  border-radius: 4px;
  color: #707683;
  font-size: 13px;
  height: 28px;
  width: 28px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
}

.pagination
  nav
  > .hidden
  > div
  > span
  > span[aria-current="page"]
  > .leading-5 {
  background-color: #378daf !important;
  color: #ffffff;
}

.strip-slider-section {
  padding: 40px 0;
}

.slider {
  border-left: 6px solid #fb6c44;
  padding: 16px 0;
}

.slider h3 {
  color: #000000;
  font-size: 34px;
  font-weight: 600;
  font-style: italic;
  padding-right: 30px;
}

.slider .marquee_tag {
    max-width: calc(100% - 591px);
    width: 100%;
    color: #000000;
    font-size: 34px;
    font-weight: 600;
    font-style: italic;
    padding: 0 40px;
}

.slider p {
    color: #000000;
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    font-style: italic;
    padding: 0 40px;
}

.slider p span {
  color: #fb6c44;
  display: inline-block;
  padding-left: 12px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}