* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins";
  overflow-x: hidden !important;
}

.dblock {
  display: none;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 50px;
  font-family: "Poppins";
  color: #282828;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}

h3 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #282828;
}

/* navbar css  */
.navbar {
  width: 100%;
  max-width: 870px;
  border-radius: 50px;
  background-color: #ffffff73;
  /* opacity: 0.6; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  margin-top: 34px;
}

.navbar::after {
  content: "";
  height: 100%;
  width: 22%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 100px 0 0 100px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  margin-top: 0;
  max-width: 100vw !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}

.nav-item {
  margin-right: 38px;
}

.nav-link {
  font-size: 1.6rem;
  font-family: "Poppins";
  color: #282828;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-weight: 700;
  text-transform: capitalize;
}

.nav_btn a {
  border: 2px solid #282828;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 700;
  color: #282828 !important;
  /* background-color: #fff; */
  text-decoration: none;
}

/* .nav_btn a {
  color: #282828 !important;
} */
.nav_btn a:hover {
  background-color: #000;
  color: #fff !important;
  border: 2px solid #000;
}

.nav_btn:hover img {
  filter: invert(100%) sepia(93%) saturate(28%) hue-rotate(8deg) brightness(105%) contrast(100%);
}

.my_nav .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none;
  background: transparent;
}

/* video banner css  */
.video_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.ban_video_area video {
  width: 100%;
  min-width: 100%;
  min-height: auto;
}

/* about section css  */
.about-section {
  margin-top: 100px;
  padding-bottom: 100px;
}

/* tanmoy */
.about_logo img {
  width: 150px;
}

/* tanmoy */

.about_title {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #323232;
  position: relative;
  padding-bottom: 28px;
}

.about_title::after {
  content: "";
  height: 12px;
  width: 82px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url("https://sisproj.com/dev/showmethemegabucks/assets/frontend/images/Shape3.png");
  background-size: 100% 100%;
  bottom: 0;
}

.about_sub {
  margin-top: 40px;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #323232;
  padding: 0 170px;
}

.about_btn {
  background-color: #2b4779;
  color: #fff;
  padding: 20px 40px;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
}

.about_btn:hover {
  color: #fff;
  background-color: #000;
}

/* newsletter css  */
.newsletter {
  position: relative;
  overflow: hidden;
}

.news_video_area video {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.news_video_area {
  position: absolute;
  width: 100%;
}

.news_box {
  position: relative;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  padding: 185px 0;
  background-color: #00000067;
}

.news_title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  font-family: "Playfair Display", serif;
  /* line-height: 13px; */
  margin-bottom: 35px !important;
}

.news_sub {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 15px auto;
  /* line-height: 20px; */
  margin-bottom: 40px !important;
}

.news_input {
  padding: 16px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  margin-right: 16px;
}

.subscribe_btn {
  padding: 16px 20px;
  background-color: #e70911;
  color: #fff !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 7px;
}

.subscribe_btn:hover {
  background-color: #000;
}

/* footer css  */
.footer {
  /* background-image: url(../images/footer-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
  /* background-attachment: fixed; */
}

.footer_logo {
  background-color: #fff;
  border-radius: 60px;
  overflow: hidden;
  padding: 10px 0;
}

.footer_logo a {
  display: inline-block;
}

.footer_logo a img {
  width: 140px;
}

.footer_title {
  margin-bottom: 15px;
  font-size: 24px;
  color: #2d2d2d;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-transform: capitalize;
}

.footer_btn {
  padding: 14px 16px !important;
  margin-bottom: 20px;
  font-size: 15px !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #2b4779 !important;
  border-radius: 7px;
}

.footer_btn:hover {
  color: #fff;
  background-color: #000;
}

.footer-sub {
  font-size: 15px;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.footer_sub_link {
  font-size: 12px;
  color: #2b4779;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.footer_social_link {
  font-size: 23px;
  color: #292929;
}

.footer_social_link:hover {
  /* color: #fff; */
}

.footer_bottom {
  margin: 35px 0;
}

.copyright {
  font-size: 14px;
  color: #292929;
}

.copyright a {
  color: #292929;
  text-decoration: none;
}

.footer_logo_col {
  padding: 0 10% 0 0;
}


.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-toggle span.icon-bar {
  transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.navbar-toggle span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
  transform: rotate(0);
}

.humburger-close,
.humburger-show {
  font-size: 30px;
  color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.humburger-close {
  display: none;
}

.d-blk {
  display: block;
}

.d-non {
  display: none;
}

/*============= contact-us page ===============*/
/*==== contact-ban ===*/
.contact-ban {
  position: relative;
}

.contact-ban:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  position: absolute;
}

.ban-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*==== contact-from-sec ===*/
.contact-from-sec {
  padding: 100px 0;
  margin-top: -200px;
}

.contact-from-sec #news_container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(255, 255, 255);
  border-radius: 20px;
  -webkit-box-shadow: -2px 7px 38px -1px rgba(194, 183, 194, 0.64);
  -moz-box-shadow: -2px 7px 38px -1px rgba(194, 183, 194, 0.64);
  box-shadow: -2px 7px 38px -1px rgba(194, 183, 194, 0.64);
}

.contact-from-sec .nav_btn {

  background: #000;
  color: #fff;

  margin-top: 20px;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: capitalize;
}

.contact-from-sec .nav_btn:focus {
  box-shadow: none;
}

.contact-from-sec .nav_btn:hover {
  border: 2px solid #878888;
  color: #282828;
  background: transparent;
  /* font-family: "Poppins";
    font-weight: 500; */
}

.contact-from-sec h3 {
  margin-bottom: 25px;
  text-align: center;
  text-transform: capitalize;
}

.contact-from-sec input {
  margin-bottom: 20px;
  /* text-transform: capitalize; */
}

.contact-from-sec textarea {
  resize: none;
  font-family: "Poppins";
  font-size: 16px;
}

/*============= log in page ===============*/
.login-body {
  position: relative;
  padding: 225px 15% 200px;
}

.login-body:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(168 185 225 / 40%);
  position: absolute;
}

.login-sec {
  position: relative;
  z-index: 5;
}

.login-sec .container {
  position: relative;
  z-index: 2;
}

.common-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-sec .Login-form {
  width: 100%;
  max-width: 500px;
  background-color: #000;
  border-radius: 10px;
  padding: 50px 30px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: -2px 7px 38px -1px rgba(194, 183, 194, 0.64);
  -moz-box-shadow: -2px 7px 38px -1px rgba(194, 183, 194, 0.64);
  box-shadow: -2px 7px 38px -1px rgba(194, 183, 194, 0.64);
}

.login-sec .Login-form h3 {
  text-align: center;
  text-transform: capitalize !important;
  color: #fff;
}

.login-sec .Login-form form {
  padding: 0 40px;
  box-sizing: border-box;
}

.login-sec form .text_field {
  position: relative;
  border-bottom: 2px solid #ffffff;
  margin: 30px 0;
}

.login-sec .text_field input {
  width: 100%;
  padding: 0 5px;
  height: 30px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  color: #fff;
  position: relative;
}

.login-sec .text_field label {
  position: absolute;
  top: -6px;
  left: 5px;
  color: #ffffff99;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  transition: 0.5s;
  font-family: "Poppins";
}

.form-control {
  position: relative;
}

.login-sec .text_field span {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #afc5eb;
  transition: 0.5s;
}

.login-sec .text_field input:focus~label,
.login-sec .text_field input:valid~label {
  top: -14px;
  color: #ffffff;
}

.login-sec .text_field input:focus~ ::before,
.login-sec .text_field input:valid~ ::before {
  width: 100%;
}

.login-sec .pass {
  margin: -5px 0 20px 5px;
  color: rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
  font-family: "Poppins";
  font-size: 16px;
  display: inline-block;
}

.login-sec .pass:hover {
  text-decoration: underline;
}

.login-sec .pass a {
  margin: -5px 0 20px 5px;
  color: rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
  font-family: "Poppins";
  font-size: 16px;
  display: inline-block;
}

.login-sec .pass a:hover {
  text-decoration: underline;
}

.login-sec input[type="submit"] {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #282828;
  background-color: #2b4779;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  border: 1px solid #fff;
  /* background: transparent; */
  color: #fff;
  font-family: "Poppins";
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.login-sec input[type="submit"]:hover {
  transition: 0.5s;
  background: #fff;
  color: #282828;
}

.login-sec .signup_link {
  margin: 30px 0;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "Poppins";
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  align-items: center;
}

.login-sec .signup_link a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.login-sec .signup_link a:hover {
  text-decoration: underline;
}

.reg_btn {
  border: 1px solid;
  padding: 11px;
  border-radius: 4px;
}

/*** =============== Terms Page Css ============== ***/
.terms {
  padding: 80px 0;
}

.terms_title {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #323232;
  text-transform: capitalize;
}

.terms_heading {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #323232;
  padding: 2% 10%;
  text-align: left;
  text-transform: capitalize;
}

.t_details {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #323232;
  padding: 25px 10%;
  text-align: left;
}

.term_list {
  padding: 1% 12%;
}

.term_list li {
  font-size: 20px;
}

.term_list li p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #323232;
  text-align: left;
  padding: 4px 0;
}

/* ====================== Payment css =====================  */

.payment_section .form-control {
  border-bottom: 2px solid #eee !important;
  border: none;
  font-weight: 600;
}

.payment_section .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 2px solid #2b4779 !important;
}

.payment_section .inputbox {
  position: relative;
  margin-bottom: 35px;
  width: 100%;
}

.payment_section .inputbox span {
  position: absolute;
  left: 8px;
  transition: 0.5s;
  font-size: 18px;
  bottom: 12px;
  font-family: "Poppins", serif;
  font-weight: 400;
}

.payment_section .inputbox i {
  position: absolute;
  right: 5px;
  transition: 0.5s;
  font-size: 15px;
  bottom: 12px;
  color: #2b4779;
}


.payment_section {
  padding: 100px 0;
}

.payment_section .inputbox input:focus~span {
  transform: translateX(-0px) translateY(-15px);
  font-size: 12px;
}

.payment_section .inputbox input:valid~span {
  transform: translateX(-0px) translateY(-15px);
  font-size: 12px;
}

.payment_section .card-blue {
  background-color: #2b4779;
}

.payment_section .hightlight {
  background-color: #2b4779 !important;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 14px;
}

.payment_section .yellow {
  color: #fdcc49;
}

.payment_section .decoration {
  text-decoration: none;
  font-size: 14px;
}

.payment_section .btn-success {
  color: #fff;
  background-color: #2b4779;
  border-color: #2b4779;
}

.payment_section .btn-success:hover {
  color: #fff;
  background-color: #2b4779;
  border-color: #2b4779;
}

.payment_section .decoration:hover {
  text-decoration: none;
  color: #fdcc49;
}

.payment_title {
  margin-bottom: 20px;
  font-family: "Poppins", serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  padding-left: 20px;
}

.payment_section .form-control {
  font-size: 16px;
}

.payment_section .card {
  border: none;
  box-shadow: none !important;
}



.payment_section .pay_btn {
  padding: 14px 16px;
  /* margin-bottom: 20px; */
  font-size: 15px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  background-color: #2b4779;
  border-radius: 7px;
  margin: 10px 0;
}

.payment_section .pay_btn:hover {
  color: #fff;
  background-color: #000;
}

.right_card span {
  font-size: 18px;
}

.payment_section .card-left {
  border: 1px solid #e9ebec !important;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 45px 35px !important;
}

.card_left {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.card_left {
  margin-top: 50px;
}

.left_col {
  padding: 0 5%;
}

/* ======================== My Account css  =======================  */
.my_acc {
  margin: 100px 0;
}

.my_acc nav .left_btn {
  background-color: #2b4779 !important;
  color: #fff;

}

.my_acc nav a {
  font-family: "Poppins", serif !important;
  font-weight: 500;
  margin-right: 10px;
}

.my_acc nav a:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.my_acc .modal-content {
  border-radius: 15px !important;
}

.my_acc .modal-title {
  font-size: 18px;
}

.my_acc .modal-body {
  font-size: 14px;
}

.my_acc .modal-footer {
  margin-top: 15px;
}

/* .my_acc .modal {
  border-radius: 15px !important;
} */
.acc_title {
  font-size: 25px;
}

.account_card {
  padding: 35px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
}

.c_body label {
  font-size: 18px;
  margin-bottom: 10px;
}

.c_body button {
  font-size: 16px;
  padding: 10px 12px;
}

.deactivate h4 {
  font-size: 18px;
}

.deactivate p {
  font-size: 14px;
}

.c_body .btn-primary {
  background-color: #2b4779 !important;
  border: none;
  font-family: "Poppins", serif;
}

.c_body .btn-primary:hover {
  color: #fff !important;
  background-color: #000 !important;
}


/* ============== subscription page =============  */
.sub_sec {
  padding: 100px 0;
}

.sub_head h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.sub_body .bottom-bar {
  border-bottom: 1px solid #495057;
  padding: 10px 0;
}

.sub_body {
  padding: 10px 50px !important;
}

.sub_body li {
  font-size: 18px;
}

.sub_card {
  /* background-color: #9aa7bf; */
  border-radius: 15px;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  /* margin-top: -45%; */
  /* background-color: #2b4779; */
}

.sub_card:hover {
  /* background-image: url(../images/login-bg.jpg); */
  background-size: cover;
  background-position: center;
}

.sub_btn {
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  background-color: #2b4779;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 5%;
  margin-bottom: 7%;
  border: 1px solid #fff;
  border-radius: 5px;
}

.sub_btn:hover {
  background-color: #000;
  color: #fff;
}

.sub_footer {
  padding: 7% 0;
}

.zoom-box {
  transition: transform 0.2s;
}

.sub_col {
  padding: 0 2%;
}

.zoom-box:hover {
  transform: scale(1.06) !important;
}

/* ============== Thanks css ========  */
.thanks {
  height: 50vh;
}

.thanks .card {
  width: 30%;
  border-radius: 15px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 40px 0 !important;
  margin-top: -70px;
}

.thanks h1 {
  font-family: "Playfair Display", serif;
}

.thanks .btn-primary {
  padding: 14px 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Poppins", serif;
  font-weight: 700;
  color: #fff;
  background-color: #2b4779;
  border-radius: 7px;
  margin-top: 15px;
}

/* ===================== result css ==========  */
.result-ban .ban_video_area {}

.result_top p {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
}

.result_top h4 {
  font-family: 'Poppins';
}

.table_section .white {
  background-color: #fff !important;
  border: none;
}

.result_top .result_search {
  position: relative;
  /* width: 50%; */
}

.result_top .d-hide {
  visibility: hidden;
}

.result_datepicker .fa-magnifying-glass {
  position: absolute;
  font-size: 15px;
  right: -40px;
  bottom: 1px;
  z-index: 10;
  background-color: #2B4779;
  padding: 9px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.result_datepicker .fa-magnifying-glass:hover {
  background-color: #000;
}

/* .result_top .result_search input {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 15px;
  font-family: "Poppins";
  width: 120px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
} */
/* .result_top .result_search input::after{
  content: "";
  position: absolute;
  background-color: #000;
  height: 100%;
  width: 5%;
  top: 0;
  right: 0;
} */
.table_section .head_colour {
  background-color: #323232;
  color: #fff !important;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  width: 49%;
  display: flex;
  justify-content: space-between;
  text-align: center;

}

.table_section .number-bg {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  font-weight: 400;
  font-size: 16px;
  /* border: 1px solid #000; */
}

.table_section ._border {
  border: 1px solid #000 !important;

}

.table_section .main_head {
  background-color: #fff !important;
  text-align: center;
  width: 100%;
}

/* .table_section .container{

} */

.table_section .card {
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px 10px;
  /* margin: 0 10px !important; */
  width: 100% !important;
  border-spacing: 10px;
  background-color: #fff !important;
  margin-bottom: 15px;
}

.table_section .value p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px !important;
}

.table_section .capital {
  text-transform: capitalize;
}

.table_section .border {
  border: 4px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-right: 10px !important;
  margin: -8px 12px;
}

.table_section tr:nth-child(odd) td {
  background-color: #f3f3f3;
}

.table_section tr {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.table_section th {
  /* width: 200px; */
  text-align: start;
}

.table_section td {
  width: 49%;
  text-align: start;
  display: inline-block;
}

.table_section h1 {
  font-size: 48px;
  font-family: "Playfair Display";
  font-weight: 500;
  margin-bottom: 10px;
}

.table_section h3 {
  margin: 0;
  padding: 2px;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  font-size: 25px;
}

.table_section p {
  padding: 10px 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
}

.result_datepicker input {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 15px;
  font-family: "Poppins";

}

.result_datepicker {
  text-align: start;
  position: relative;
  margin-right: 40px;
}

/*======== tanmoy 03-10-2023 ========*/
.dt-fnd-nw {
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, .9);
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0;
  font-family: "Playfair Display", serif;
}

/*======== tanmoy 05-10-2023 success page ========*/
.sucss-area {
  padding: 30px 30%;
  width: 100%;
}

.sucss-area h1 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.sucss-area hr {
  background-color: #888383;
}

.sucss-area h4 {
  font-size: 20px;
  margin: 15px 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}

.sucss-area p {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.sucss-area p b {
  width: 30%;
  font-size: 14px;
  font-weight: 500 !important
}

.sucss-area p span {
  width: 70%;
  word-break: break-all;
}

.rcv-wrap {
  background-color: #f5f5f5;
  padding: 10px 25px;
  border-radius: 20px;
}

.tck-scs {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  background-color: green;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  margin-bottom: 10px;
}

.go-btn-scs {
  padding: 8px 24px;
  background-color: #2b4779;
  display: inline-block;
  font-family: "Playfair Display";
  text-transform: capitalize;
  border-radius: 7px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.go-btn-scs:hover {
  background-color: #212529;
  color: #fff;
}

/*======== tanmoy 05-10-2023 paypal ========*/
.pypl-im {
  /* font-size: 80px;
  display: block;
  text-align: center; */

  display: block;
  width: 300px;
  margin: auto;
}

.paypal-wrap {
  text-align: center;
  background-color: #f5f5f5;
  padding: 30px 15px;
  border-radius: 20px;
}

.paypal-wrap h4 {
  font-size: 25px;
}

.paypal-wrap .pay_btn {
  width: 250px !important;
  font-size: 22px;
  padding: 10px 0;
}

/*=============== tanmoy alert message ================*/
.alert {
  background-color: #00a65a;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  border-radius: 5px
}

.alert-danger {
  background-color: #842029;
}

.alert-dismissible .btn-close {
  top: 3px;
  filter: invert(20);
}


/* 19-10-23  */
.paypal-wrap .form-group {
  margin-top: 20px;
}
.paypal-wrap .form-group label {
  font-size: 18px;
}

.paypal-wrap .form-group select {
  font-size: 15px;
  margin-left: 28px;
  padding: 4px 10px;
  border-radius: 4px;

}

.paypal-wrap .form-group p {
  font-size: 16px;
  margin-top: 16px;
}

.paypal-wrap .form-group .buy-btn {

  font-size: 15px;
  padding: 10px;
  background-color: #142c8e;
  color: #fff;
  border-radius: 10px;
  border: 0;
transition: 0.3s;
-webkit-transition: 0.3s;
}

.paypal-wrap .form-group .buy-btn:hover {
  background-color: #1040c1;
  transition: 0.3s;
-webkit-transition: 0.3s;
}
.rgs-sec .text_field span{
  top: 35px;
}