@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 16px;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-family: "Inter", sans-serif;
  transition-duration: 0.6s;
  background-color: #0b0b13;
}

* {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

p {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .6s;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader_mainsec {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.9);
  z-index: 999999999;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  border-top-color: #d477c9;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

.container {
  max-width: 1350px;
  padding: 0px 30px;
}

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

.form-label {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 5px;
}

.form-control {
  background-color: #fff;
  border: 1px solid #fff !important;
  border-radius: 4px;
  color: #d477c9;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 8px 20px;
  outline: none !important;
  box-shadow: none !important;
}

.header_mainsec {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #000;
}

.header_mainsec.fixed_sec.stick {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  background-color: #0b0b13;
}

.header_mainsec .navbar .navbar-collapse {
  justify-content: center;
  flex-grow: initial;
}

.header_mainsec .navbar.navbar-expand-lg {
  padding: 0px;
}

.header_mainsec .navbar .navbar-brand {
  padding: 0px;
}

.header_mainsec .navbar .navbar-brand img {
  width: 280px;
  height: auto;
}

.header_mainsec .navbar .navbar-nav li {
  margin: 0px 20px;
  position: relative;
}

.header_mainsec .navbar .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.header_mainsec .navbar .navbar-nav li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d477c9;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header_mainsec .navbar .navbar-nav li a:hover {
  color: #d477c9;
}

.header_mainsec .navbar .navbar-nav li a:hover::before {
  right: 0;
}

.header_mainsec .navbar .navbar-nav li .nav-link.active {
  color: #d477c9;
}

.header_mainsec .navbar .navbar-nav li .nav-link.active::before {
  right: 0px;
}

.header_mainsec .navbar .navbar-nav li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 15px 25px 0px rgba(224, 224, 224, 0.66);
  padding-left: 0px;
  list-style: none;
  border: none;
  padding: 0px;
}

.header_mainsec .navbar .navbar-nav li:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.header_mainsec .navbar .navbar-nav li .dropdown_menu li {
  list-style: none;
  margin: 0px;
}

.header_mainsec .navbar .navbar-nav li .dropdown_menu li .dropdown-item {
  color: #212429;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 14px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.header_mainsec .navbar .navbar-nav li .dropdown_menu li .dropdown-item.active::before {
  right: 0;
}

.header_mainsec .navbar .navbar-nav li .dropdown_menu li:last-child .dropdown-item {
  border-bottom: none;
}

.header_mainsec .navbar .navbar-nav li .dropdown_menu li:hover .dropdown-item {
  color: #212429;
  background-color: #fff;
}

.header_mainsec .navbar .navbar-nav li.dropdown .dropdown_menu.dropdown-menu {
  display: block;
}

.header_mainsec .navbar .navbar-nav li.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.header_mainsec .right_box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 15px;
}

.header_mainsec .right_box .search_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 8px;
}

.header_mainsec .right_box .search_box svg {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.header_mainsec .right_box .search_box svg:hover {
  color: #ff8f00;
}

.header_mainsec .right_box .needhelp_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.header_mainsec .right_box .needhelp_box .phnicon_box .phn_icon img {
  width: 35px;
  height: auto;
}

.header_mainsec .right_box .needhelp_box .phnicon_txt p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0px;
}

.header_mainsec .right_box .needhelp_box .phnicon_txt a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.header_mainsec .right_box .needhelp_box .phnicon_txt a:hover {
  color: #ff8f00;
}

.header_mainsec .profile_boxsec .profile_imgbox {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  vertical-align: middle;
}

.header_mainsec .profile_boxsec .profile_imgbox img {
  width: 100%;
  height: auto;
}

.header_mainsec .profile_boxsec .profile_txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header_mainsec .profile_boxsec .profile-dropdown {
  margin-top: 0px;
  padding: 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 220px;
}

.dropdown.profile_boxsec .dropdown_toggle {
  display: block;
  padding-bottom: 5px;
}

.dropdown.profile_boxsec:hover .dropdown-menu.profile-dropdown {
  display: block;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-item {
  color: #727b83;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  padding: 12px 20px;
  border-bottom: 1px solid #e9e9e9;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-item:last-child {
  border-bottom: none;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-item:hover {
  color: #fff;
  background-color: #d477c9;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-item svg {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  color: #d477c9;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-item:hover svg {
  color: #fff;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-item span {
  color: #0b0b13;
}

.header_mainsec .profile_boxsec .profile-dropdown .dropdown-item:hover span {
  color: #fff;
}

.header_mainsec .btn_mainsec .btn_style::before {
  background-color: #fff;
}

.header_mainsec .btn_mainsec .btn_style:hover {
  color: #000;
}

.search_mainbox {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  text-align:center;
}

.search_mainbox .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px;
  color: #fff;
}

.search_mainbox .closebtn:hover {
  color: #ff8f00;
}

.search_mainbox .search_innersec {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.search_mainbox .search_innersec form {
  width: 40%;
}

.search_mainbox .search_innersec .search_form .search_input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
  padding: 10px 20px 10px 0px;
  outline: none;
  box-shadow: none;
  width: 90%;
}

.search_mainbox .search_innersec .search_form .btn_style {
  background-color: #ff8f00;
  border: 1px solid #ff8f00;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  padding: 10px 10px;
  width: 55px;
  height: 64px;
  text-align: center;
  outline: none;
  box-shadow: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

.search_mainbox .search_innersec .search_form .btn_style:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #ff8f00;
}

.footer_mainsec {
  padding-top: 22px;
  padding-bottom: 15px;
  background-color: #000;
  position: relative;
}

.footer_mainsec .container .row {
  align-items: center;
}

.footer_mainsec .logo_cotntbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.footer_mainsec .logo_cotntbox .logo_box {
  margin-bottom: 15px;
}

.footer_mainsec .logo_cotntbox .logo_box img {
  width: 220px;
  height: auto;
}

.footer_mainsec .logo_cotntbox .contnt_box p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.social_mainsec ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.social_mainsec ul li a {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #4D5054;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.social_mainsec ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d477c9;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.social_mainsec ul li a:hover::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.footer_mainsec .footer_menu .menu_box {
  padding-left: 100px;
}

.footer_mainsec .footer_menu.services_menu .menu_box {
  padding-left: 30px;
}

.footer_mainsec .title_sec h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 50px;
  position: relative;
}

.footer_mainsec .title_sec h3::after {
  content: "";
  background-color: #d477c9;
  width: 40px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  bottom: -20px;
}

.footer_mainsec .logo_box img {
  width: 300px;
  height: auto;
}

.footer_mainsec .footer_menu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 35px;
}

.footer_mainsec .footer_menu ul li {
  margin-bottom: 12px;
}

.footer_mainsec .footer_menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.footer_mainsec .footer_menu ul li a:hover {
  color: #d477c9;
}

.footer_mainsec .address_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer_mainsec .address_box ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  width: 100%;
}

.footer_mainsec .address_box ul li .iconbox svg {
  color: #d477c9;
  font-size: 25px;
}

.footer_mainsec .address_box ul li .textbox {
  width: 80%;
}

.footer_mainsec .address_box ul li .textbox p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
}

.footer_mainsec .address_box ul li .textbox a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.footer_mainsec .address_box ul li .textbox a:hover {
  color: #d477c9;
}

.btn_mainsec .btn_style {
  background-color: #d477c9;    
  border: 1px solid #d477c9;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 12px 28px;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn_mainsec .btn_style:hover {
  color: #fff;
  border-radius: 6px;
}

.btn_mainsec .btn_style::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #200336;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 6px;
}

.btn_mainsec .btn_style:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.copyright_mainsec {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #d477c9;
}

.copyright_mainsec .contnt_sec {
  text-align: center;
}

.copyright_mainsec .contnt_sec p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
}

.home_banner_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 800px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home_banner_mainsec::after {
  content: "";
  background-image: url(../img/home-banner-bgimg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.2;
}

.home_banner_mainsec .banner_contntbox {
  position: relative;
}

.home_banner_mainsec .banner_contntbox::after {
  content: "";
  background-color: #1a0f5e;
  width: 800px;
  height: 260px;
  box-shadow: 2px 2px 100px 150px #1a0f5e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.home_banner_mainsec .top_budgesec {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.home_banner_mainsec .top_budgesec span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.home_banner_mainsec .title_sec {
  position: relative;
  z-index: 9;
  text-align: center;
}

.home_banner_mainsec .title_sec h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 20px;
}

.home_banner_mainsec .title_sec p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.home_banner_mainsec .title_sec .btn_mainsec {
  margin-top: 50px;
}

.how_setup_mail_sec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.title_mainsec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 20px;
}

.how_setup_mail_sec .title_mainsec {
  text-align: center;
  margin-bottom: 30px;
}

.how_setup_mail_sec .title_mainsec h2 {
  font-size: 50px;
  line-height: 60px;
}

.how_setup_mail_sec .video_mainsec {
  border-radius: 10px;
  border: 15px solid #d477c9;
}

.booking_call_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #181230;
}

.booking_call_mainsec > .container > .row {
  align-items: center;
}

.booking_call_mainsec .contnt_box {
  padding-right: 50px;
}

.booking_call_mainsec .contnt_box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 15px;
}

.booking_call_mainsec .contnt_box p {
  color: #cacaca;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.booking_call_mainsec .contnt_box .btn_mainsec {
  margin-top: 50px;
}

.booking_call_mainsec .img_box {
  position: relative;
}

.booking_call_mainsec .img_box img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.booking_call_mainsec .img_box::after {
  content: "";
  background-color: #d477c9;
  width: 90%;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 33px;
  box-shadow: 0px 10px 50px 15px #d477c9;
  transform: translate(-50%);
}

.enough_buyers_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.enough_buyers_mainsec > .container > .row {
  align-items: center;
}

.enough_buyers_mainsec .contnt_box {
  padding-right: 50px;
}

.enough_buyers_mainsec .contnt_box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 30px;
}

.enough_buyers_mainsec .contnt_box p {
  color: #cacaca;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.enough_buyers_mainsec .contnt_box .btn_mainsec {
  margin-top: 50px;
}

.email_problems_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.email_problems_box .email_boxsec {
  width: 48%;
  background-color: #d477c9;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  min-height: 315px;
}

.email_problems_box .email_boxsec .iconbox {
  margin-bottom: 20px;
  background-color: #442ca4;
  border-radius: 6px;
  padding: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.email_problems_box .email_boxsec img {
  width: 55px;
  height: auto;
}

.email_problems_box .email_boxsec .contntbox h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
}

.email_problems_box .email_boxsec .contntbox p {
  color: #cacaca;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
}





.email_fastercheaper_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.email_fastercheaper_mainsec > .container > .row {
  align-items: center;
}

.email_fastercheaper_mainsec .contnt_box {
  text-align: center;
  width: 60%;
  margin: 0px auto;
  margin-bottom: 50px;
}

.email_fastercheaper_mainsec .contnt_box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 30px;
}

.email_fastercheaper_mainsec .contnt_box p {
  color: #cacaca;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.email_fastercheaper_mainsec .contnt_box .btn_mainsec {
  margin-top: 50px;
}

.testimonial_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #181230;
}

.testimonial_mainsec .contnt_box {
  text-align: center;
  width: 60%;
  margin: 0px auto;
  margin-bottom: 50px;
}

.testimonial_mainsec .contnt_box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
}

.testimonial_mainsec .contnt_box p {
  color: #cacaca;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.testimonials_box {
  background-color: #d477c9;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  min-height: 315px;
  margin: 40px 10px;
}

.testimonials_box::before {
  content: "";
  background-image: url("../img/quote-icon.png");
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -48px;
  left: 20px;
}

.testimonials_box .contntbox {
  padding-top: 25px;
}

.testimonials_box .contntbox p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 30px;
}

.testimonials_box .user_infobox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.testimonials_box .user_infobox .imgbox {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.testimonials_box .user_infobox .imgbox img {
  width: 100%;
  height: auto;
}

.testimonials_box .user_infobox .namebox h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 3px;
}

.testimonials_box .user_infobox .namebox span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}


.pricing_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing_mainsec .top_contnt_sec .title_mainsec h2::after {
  left: 50%;
  transform: translate(-50%);
}

.pricing_mainsec .top_contnt_sec {
  margin-bottom: 50px;
}

.pricing_mainsec .top_contnt_sec .title_mainsec {
  width: 50%;
  margin: 0px auto;
}

.pricing_mainsec .top_contnt_sec .title_mainsec h2 {
  margin-bottom: 30px;
}

.pricing_mainsec .top_contnt_sec .title_mainsec p {
  color: #cacaca;
}

.pricing_mainsec .top_contnt_sec .contnt_sec p span {
  color: green;
  font-size: 18px;
  font-weight: 500;
}

.pricing_mainsec .pricing_boxsec {
  width: 100%;
  min-height: 725px;
  display: inline-block;
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 10px;
  position: relative;
  box-shadow: inset 0 0 60px -16px #1f1947;
  padding-bottom: 100px;
}

.pricing_mainsec .pricing_boxsec .top_title_sec {
  background-color: #d477c9;
  text-align: center;
  padding: 25px 15px;
  border-radius: 10px 10px 0px 0px;
}

.pricing_mainsec .pricing_boxsec .top_title_sec h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.pricing_mainsec .pricing_boxsec .price_innersec {
  padding: 25px 35px;
}

.pricing_mainsec .pricing_boxsec .price_innersec .price_sec {
  margin-bottom: 25px;
  text-align: center;
}

.pricing_mainsec .pricing_boxsec .price_innersec .price_sec h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.pricing_mainsec .pricing_boxsec .price_innersec .price_sec h4 {
  color: #8f8f8f;
  font-size: 20px;
  font-weight: 500;
}

.cut_price {
  position: relative;
}

.cut_price::before {
  content: "";
  background-color: #8f8f8f;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0px;
}

.pricing_mainsec .pricing_boxsec .price_innersec .plan_contnt_sec {
  margin-top: 35px;
  margin-bottom: 30px;
}

.pricing_mainsec .pricing_boxsec .price_innersec .plan_contnt_sec ul {
  padding-left: 0px;
  list-style: none;
}

.pricing_mainsec .pricing_boxsec .price_innersec .plan_contnt_sec ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}

.pricing_mainsec .pricing_boxsec .price_innersec .plan_contnt_sec ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border: solid #d477c9;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 0px;
}

.pricing_mainsec .pricing_boxsec .price_innersec .price_btnstyle {
  text-align: center;
}

.pricing_mainsec .pricing_boxsec .price_innersec .price_btnstyle .btn_style {
  background-color: #01885f;
  border: 2px solid #01885f;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.pricing_mainsec .pricing_boxsec .price_innersec .price_btnstyle .btn_style:hover {
  background-color: transparent;
  border: 2px solid #01885f;
  color: #01885f;
}

.pricing_mainsec .pricing_boxsec.box02 .top_title_sec {
  background-color: #d477c9;
}

.pricing_mainsec .pricing_boxsec.box02 .price_innersec .price_btnstyle .btn_style {
  background-color: #051431;
  border: 2px solid #051431;
}

.pricing_mainsec .pricing_boxsec.box02 .price_innersec .price_btnstyle .btn_style:hover {
  background-color: transparent;
  border: 2px solid #051431;
  color: #051431;
}

.pricing_mainsec .pricing_boxsec.box03 .top_title_sec {
  background-color: #d477c9;
}

.pricing_mainsec .bottom_contnt_sec {
  margin-top: 30px;
}

.pricing_mainsec .pricing_boxsec .price_innersec .btn_mainsec {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.faq_mainsec {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  background-color: #181230;
}

.faq_mainsec .title_mainsec {
  text-align: center;
  margin-bottom: 40px;
} 

.faq_mainsec .accordion {
  background-color: transparent;
}

.faq_mainsec .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
}

.faq_mainsec .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  padding: 22px 0px;
  outline: none;
  box-shadow: none;
}

.faq_mainsec .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background-image: url("../img/arrow-down.png");
}

.faq_mainsec .accordion .accordion-item .accordion-body {
  padding: 0px 0px 10px;
  color: #cacaca;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.faq_mainsec .accordion .accordion-item .accordion-body p {
  color: #cacaca;
}

.login_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.login_mainsec .login_boxsec {
  background-color: #d477c9;
  border-radius: 5px;
  padding: 35px;
  width: 50%;
  margin: 0px auto;
}

.login_boxsec .form-check .form-check-label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  cursor: pointer;
}

.login_boxsec .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
}

.login_boxsec .form-check .form-check-input:checked {
  background-color: #0b0b13;
  border-color: #0b0b13;
}

.login_boxsec .forgot_pass_txt {
  text-align: right;
}

.login_boxsec .forgot_pass_txt a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.login_boxsec .forgot_pass_txt a:hover {
  color: #181230;
}

.login_boxsec .btn_mainsec {
  margin-top: 15px;
}

.login_boxsec .btn_mainsec .btn_style {
  background-color: #fff;
  color: #0b0b13;
}

.login_boxsec .btn_mainsec .btn_style:hover {
  color: #fff;
}

.login_boxsec .btn_mainsec .btn_style::before {
  background: #181230;
}

.login_boxsec .signup_link {
  margin-top: 25px;
  text-align: center;
}

.login_boxsec .signup_link span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.login_boxsec .signup_link span a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: underline;
}

.login_boxsec .signup_link span a:hover {
  color: #181230;
}

.login_boxsec .title_mainsec h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 30px;
  text-align: center;
}

.domain_list_mainsec ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  padding-top: 10px;
}

.domain_list_mainsec ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 0px;
}

.domain_list_mainsec ul li .name_box svg {
  color: #d477c9;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.domain_list_mainsec ul li .name_box span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.domain_list_mainsec ul li .price_btn_box .price_txt {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.domain_list_mainsec .custom_checkbox {
  padding-left: 40px;
}

.domain_list_mainsec .custom_checkbox .checkmark {
  background-color: #d477c9 !important;
  border-radius: 3px;
  top: -7px;
}

.domain_list_mainsec .custom_checkbox .checkmark::after {
  height: 15px;
  width: 7px;
  left: 9px;
  top: 4px;
}

.domain_list_mainsec .payment_form .btn_mainsec .btn_style::before {
  background-color: #0b0b13;
}

.domain_list_mainsec .payment_form .btn_mainsec .btn_style:hover {
  color: #fff;
}

.unavailable span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.domain_list_mainsec ul li .price_btn_box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 20px;
  position: relative;
}

.domain_list_mainsec ul li .price_btn_box .btn_mainsec .custom_checkbox {
  width: 40px;
  height: 24px;
  padding: 0px;
  margin-bottom: 0px;
}

.domain_list_mainsec ul li .price_btn_box .btn_mainsec .btn_style {
  padding: 7px 20px;
}

.payment_form {
  width: 380px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 10px;
  box-shadow: 0 4px 6px -4px #0000001a,0 10px 15px -3px #0000001a;
  padding: 20px;
}

.amount_heading {
  font-weight: bold;
  margin-bottom: 15px;
}

.emaillist {
  padding: 0;
  margin-top: 39px;
  list-style: none;
  color: #fff;
}

.emaillist li {
  padding: 5px 0;
}

.emaillist li span {
  display: inline-block;
  word-break: break-all;
}

/* The custom_checkbox */
.custom_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 0;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
  background-color: #d477c9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.email_checker_mainsec .fileinput_sec {
  padding-left: 50px;
}

.upload_box {
  margin-bottom: 20px;
}

.upload_box .upload_txt {
  border: 2px dashed #bcbcbc;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.upload_box {
  margin-bottom: 20px;
  position: relative;
}

.upload_box .form-control {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.upload_box .upload_txt {
  border: 2px dashed #bcbcbc;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.upload_box .upload_txt svg {
  color: #d477c9;
  font-size: 30px;
  margin-bottom: 10px;
}

.upload_box .upload_txt .contnt_txt {
  width: 100%;
}

.upload_box .upload_txt .contnt_txt p {
  margin-bottom: 0px;
  color: #fff;
}

.emaildata_wrapper {
  background-color: #262643;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  margin-top: 70px;
}

.emaildata_wrapper .btn_mainsec {
  text-align: right;
}

.emaildata_wrapper .btn_mainsec br {
  display: none;
}

.emaildata_wrapper .emaillist li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #505074;
  padding: 15px 0px;
}

.email_checker_mainsec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.email_checker_mainsec .title_sec h3 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 25px;
}

.email_checker_mainsec .email_verification_box .form_mainsec {
  padding-top: 0px;
}

.form_mainsec .form-group {
  position: relative;
}

.email_verification_box .form_mainsec .btn-style {
  background-color: #d477c9;
  border: 1px solid #d477c9;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  top: 1px;
  right: 1px;
}

.email_checker_mainsec .email_verification_sec {
  padding-right: 50px;
  position: relative;
}

.email_checker_mainsec .email_verification_sec::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 320px;
  position: absolute;
  top: -44px;
  right: -15px;
}

.email_verification_box .form_mainsec .btn-style:hover {
  border: 1px solid #0b0b13;
}

.email_verification_box .form_mainsec .btn-style::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b0b13;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 6px;
}

.email_verification_box .form_mainsec .btn-style:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.email_verification_box .form_mainsec .form-group .form-control {
  padding: 12px 130px 12px 20px;
}

.email_validat_msg {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}

.loader_mainsec .loader_innerbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  min-height: 330px;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.loader_mainsec .loader_contnt {
  width: 100%;
  text-align: center;
  padding: 0px 15px;
}

.loader_mainsec .loader_contnt p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.infopopupModal {
  background-color: rgba(0,0,0,0.8);
}

.infopopupModal .modal-dialog {
  max-width: 500px;
}

.infopopupModal .modal-content .modal-body {
  padding: 30px;
}

.infopopupModal .modal-body .closebtn {
  text-align: right;
  margin-bottom: 15px;
  margin-top: -25px;
  margin-right: -15px;
}

.infopopupModal .modal-body .contnt_mainsec {
  text-align: center;
}

.infopopupModal .modal-body .contnt_mainsec h2 {
  color: #d477c9;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 37px;
}

.infopopupModal .modal-body .contnt_mainsec .total_emailbox h4 {
  color: #d477c9;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.infopopupModal .modal-body .contnt_mainsec .email_render_class {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.infopopupModal .modal-body .contnt_mainsec .email_render_class span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  width: 50%;
  text-align: right;
  padding: 0px 10px;
}

.infopopupModal .modal-body .contnt_mainsec .email_render_class .btn_mainsec {
  width: 50%;
  padding: 0px 10px;
  text-align: left;
}

.infopopupModal .btn_mainsec .btn_style:hover {
  color: #fff;
}

.infopopupModal .btn_mainsec .btn_style::before {
  background: #0b0b13;
}

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

.form-label {
  color: #d477c9;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 5px;
}

.form-control {
  background-color: #fff;
  border: 1px solid #dbdbdb !important;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 12px 22px;
  outline: none !important;
  box-shadow: none !important;
}

.btn_mainsec .btn_style {
  background-color: #d477c9;
  border: 1px solid #d477c9;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 12px 30px;
  outline: none;
  box-shadow: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn_mainsec .btn_style:hover {
  color: #fff;
}

.header_mainsec .logo_box {
  text-align: center;
}

.header_mainsec .logo_box img {
  width: 350px;
  height: auto;
}

.step_mainsec {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

.step_mainsec .title_box h1 {
  color: #d477c9;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 70px;
  text-align: center;
}

.step_mainsec .step_boxsec {
  position: relative;
  padding-right: 50px;
}

.step_mainsec .step_boxsec .step_txt {
  width: 60px;
  height: 60px;
  background-color: #d477c9;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.step_mainsec .step_boxsec .step_txt h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 0px;
}

.step_mainsec .step_boxsec .title_box h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 25px;
}

.step_mainsec .step_boxsec .contnt_box p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.step_mainsec .step_boxsec .contnt_box p:last-child {
  margin-bottom: 0px;
}

.about_cost_contnt {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}

.about_cost_contnt .contnt_txt {
  text-align: center;
}

.about_cost_contnt .contnt_txt p {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 30px;
}

.about_cost_contnt .contnt_txt p:last-child {
  margin-bottom: 0px;
}

.form_mainsec {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.form_mainsec .form_box {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  width: 50%;
  margin: 0px auto;
}

.form_mainsec .form_box .btn_mainsec .btn_style:hover {
  color: #fff;
}

.form_mainsec .form_box .btn_mainsec .btn_style::before {
  background-color: #0b0b13;
}

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

.signup_link {
  margin-top: 15px;
}

.signup_link span {
  color: #000;
  font-size: 15px;
}

.signup_link span a {
  color: #d477c9;
  text-decoration: underline;
}

.signup_link span a:hover {
  color: #000;
}

.email_checker_mainsec .fileinput_sec .btn_mainsec .btn_style:hover {
  color: #0b0b13;
}

.email_checker_mainsec .fileinput_sec .btn_mainsec .btn_style::before {
  background: #fff;
}

.email_verification_box .form_mainsec .btn-style:hover {
  color: #fff;
}

.email_verification_box .form_mainsec .btn-style::before {
  background: #0b0b13;
}

.step_questions_form .form_mainsec .form_sec .btn_mainsec .btn_style:hover {
  color: #fff;
}

.step_questions_form .form_mainsec .form_sec .btn_mainsec .btn_style::before {
  background: #000;
}

.domain_list_mainsec .btn_mainsec .btn_style:hover {
  color: #fff;
}

.domain_list_mainsec .btn_mainsec .btn_style::before {
  background: #000;
}

.emailchecker_mainsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.download_s_btn {
  margin-left: 15px;
}

.uploadbox_mainsec {
  margin-top: 30px;
  width: 100%;
}

.campaign_chart {
  padding: 20px 20px 20px;
}

.number_boxsec .innerbox {
  background-color: #d477c9;
  border: 1px solid #d477c9;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.number_boxsec .innerbox h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.number_boxsec .innerbox h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.table_mainsec .table tbody tr td .btn_style {
  color: #fff;
  margin-left: 8px;
}

.table_mainsec .table tbody tr td .btn_style:hover {
  color: #d477c9;
}

.baarchart_mainsec {
  height: 300px;
  margin-bottom: 25px;
}

.radio_custmbtn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_custmbtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_custmbtn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_custmbtn input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_custmbtn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_custmbtn .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.confirm_popup .modal-content .modal-body {
  padding: 20px;
}

.confirm_popup .modal-content .modal-body .contnt_mainsec .total_emailbox .text-start {
  margin-bottom: 6px;
}

.confirm_popup .modal-content .modal-footer .btn_mainsec .btn_style {
  margin-left: 10px;
}

.loader_inner .validate_msg {
  color: #fff;
  display: block;
  margin-top: 15px;
  font-size: 20px;
}

.warmup_dashboard {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: 25px 25px 10px;
}

.warmup_dashboard .number_of_emails {
  width: 20%;
  padding-right: 15px;
  margin-bottom: 15px;
}

.warmup_dashboard .number_of_emails .services_box {
  align-items: center;
  background: linear-gradient(180deg,#d477c9,#fff 86%);
  border: 1px solid #d477c9;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  min-height: 180px;
  padding: 20px;
}

.warmup_dashboard .number_of_emails .services_box .title_box {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.warmup_dashboard .number_of_emails .services_box .title_box h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 5px;
}

.warmup_dashboard .number_of_emails .services_box .contnt_box {
  text-align: center;
}

.warmup_dashboard .number_of_emails .services_box .contnt_box h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 4px;
}

.warmup_dashboard .number_of_emails .services_box .contnt_box p {
  color: #d477c9;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 10px;
}

.warmup_dashboard .number_of_emails .services_box .contnt_box p:last-child {
  margin-bottom: 0px;
}

.dashboard_body .tophead_mainsec .refresh_btn {
  text-align: right;
}

.dashboard_body .tophead_mainsec .refresh_btn a {
  color: #d477c9;
  font-size: 20px;
}

.dashboard_body .tophead_mainsec .refresh_btn a:hover {
  color: #000;
}

.login_mainsec .login_boxsec h4 {
  color: #111827;
  font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 30px;
  text-align: center;
}
 
.login_mainsec .login_boxsec .qrcodebox {
  text-align: center;
  margin-bottom: 20px;
}
 
.login_mainsec .login_boxsec .otpform input {
  background-color: initial;
  border: 1px solid #dedede !important;
  border-radius: 4px;
  box-shadow: none !important;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  outline: none !important;
  padding: 8px 20px;
  width: 67%;
}
 
.login_mainsec .login_boxsec .otpform button {
  background-color: #d946ef;
  border: none;
  box-shadow: 0 0 1px #0000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
}
 
.login_mainsec .login_boxsec .otpform button:hover {
  background-color: #000;
}

/* ========== Responsive Css Start ========== */

@media only screen and (max-width: 767px) {
.container {
  max-width: 100%;
  padding: 0px 20px !important;
}

.header_mainsec .navbar .navbar-toggler {
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
}

.header_mainsec .navbar .navbar-collapse {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.header_mainsec .navbar .navbar-nav li a {
  color: #000;
  display: block;
  padding: 15px 0px 15px;
}

.home_banner_mainsec {
  height: 720px;
}

.home_banner_mainsec .title_sec h1 {
  font-size: 40px;
  line-height: 47px;
}

.how_setup_mail_sec {
  padding-top: 30px;
  padding-bottom: 50px;
}

.how_setup_mail_sec .title_mainsec {
  margin-bottom: 15px;
}

.how_setup_mail_sec .title_mainsec h2 {
  font-size: 35px;
  line-height: 47px;
}

.how_setup_mail_sec .video_mainsec {
  border: 5px solid #d477c9;
}

.booking_call_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.booking_call_mainsec .contnt_box {
  padding-right: 0px;
}

.booking_call_mainsec .contnt_box h2 {
  font-size: 35px;
  line-height: 47px;
}

.booking_call_mainsec .img_box {
  padding-top: 30px;
}

.enough_buyers_mainsec {
  padding-top: 40px;
  padding-bottom: 50px;
}

.enough_buyers_mainsec .contnt_box {
  padding-right: 0px;
}

.enough_buyers_mainsec .contnt_box h2 {
  font-size: 35px;
  line-height: 47px;
}

.email_problems_box {
  padding-top: 30px;
}

.email_problems_box .email_boxsec {
  width: 100%;
}

.email_fastercheaper_mainsec {
  padding-top: 10px;
  padding-bottom: 50px;
}

.email_fastercheaper_mainsec .contnt_box {
  width: 100%;
}

.email_fastercheaper_mainsec .contnt_box h2 {
  font-size: 35px;
  line-height: 47px;
}

.email_fastercheaper_mainsec .email_problems_box {
  padding-top: 0px;
}

.testimonial_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial_mainsec .contnt_box {
  width: 100%;
  margin-bottom: 20px;
}

.testimonials_box {
  margin: 40px 0px 0px;
}

.pricing_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.login_mainsec .login_boxsec {
  padding: 25px;
  width: 100%;
}

.login_mainsec .login_boxsec .group-form.form-check {
  margin-bottom: 8px;
}

.login_boxsec .forgot_pass_txt {
  text-align: left;
  margin-bottom: 15px;
}

.emaildata_wrapper {
  padding: 25px;
}

.loader_mainsec .loader_contnt {
  top: 66%;
}

.email_checker_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.email_checker_mainsec .email_verification_sec {
  padding-right: 0px;
  margin-bottom: 40px;
}

.email_checker_mainsec .title_sec h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.email_checker_mainsec .fileinput_sec {
  padding-left: 0px;
}

.email_checker_mainsec .fileinput_sec .btn_mainsec {
  text-align: center;
}

.email_checker_mainsec .email_verification_sec::after {
  background-color: transparent;
}

.footer_mainsec .footer_menu ul {
  justify-content: center;
  gap: 10px;
}

.footer_mainsec .footer_menu ul li {
  margin-bottom: 5px;
}

.form_mainsec .form_box {
  width: 100%;
}

.number_boxsec .innerbox {
  margin-bottom: 10px;
}

.number_boxsec > .row {
  row-gap: 15px;
}

.profile_box_mainsec .nav-item.dropdown .dropdown-menu {
  transform: translate(65px,11px) !important;
}
}

@media only screen and (min-width: 400px) and (max-width: 450px)  {
.loader_mainsec .loader_contnt {
  top: 62%;
}
}


@media only screen and (min-width: 1300px) and (max-width: 1600px)  {
.email_checker_mainsec {
  height: 82vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
}


@media only screen and (min-width: 1800px) and (max-width: 2500px)  {
.loader_mainsec .loader_contnt {
  top: 60%;
}

.email_checker_mainsec {
  height: 87vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
}

/* ========== Responsive Css End ========== */

















