* 1. Use a more-intuitive box-sizing model. */ *,
*::before,
*::after {
  box-sizing: border-box;
}
/*
  2. Remove default margin
*/
* {
  margin: 0;
}
/*
  3. Allow percentage-based heights in the application
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style-type: none;
}
.theme_color {
  color: #1c76bc;
}
#root,
#__next {
  isolation: isolate;
}

/*Header Styling*/

.header_logo {
  width: 31%;
  margin: 1rem 0rem;
}

.theme_btn {
  background: #209e49;
}
.support_call a {
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
  padding: 9px 22px;
  margin: 1rem 0;
  line-height: 5rem;
}
.support_call a:hover {
  text-decoration: none;
}

.support_call a img {
  width: 20px;
}

/*Banner Style*/

.banner-content {
  padding: 5rem 0 0;
}
.banner-content h1 {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -1px;
}

.open_demat_account a {
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
  padding: 9px 22px;
  margin: 1rem 0;
  line-height: 5rem;
}

.header_form {
  font-family: "Montserrat", sans-serif;
  box-shadow: 2px 2px 2px 2px #ddd;
  margin: 26px;
  border-radius: 24px 24px 24px 24px;
}

.banner-form-title {
  background: #1c76bc;
  border-radius: 24px 24px 0px 0px;
  text-align: center;
  padding: 16px;
}

.banner-form-title h4 {
  color: #fff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.top_headerForm {
  padding: 20px;
}
.top_headerForm input,
.top_headerForm select {
  height: 53px !important;
  border: 2px solid #7d7d7d73;
  border-radius: 15px;
}

.form-control:focus {
  color: #209e49;
  background-color: #fff;
  border-color: #059032;
  box-shadow: 0 0 0 0.1rem rgb(5 144 50);
  border: 2px;
}

.form-control:focus::placeholder {
  color: #209e49;
}

.top_formSubmitBtn button {
  color: #fff;
  border: navajowhite;
  padding: 9px 58px;
  border-radius: 32px;
  margin: 1rem;
  font-weight: 600;
}

.banner_trading_btns {
    position: absolute;
    padding: 40px 0;
}

.banner-right-img {
  text-align: right;
}
.banner-right-img img {
    width: 60%;
}
span.order-price, span.brokerage {
    background: #209e49;
    color: #fff;
    padding: 11px 19px;
    border-radius: 32px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 7rem;
}

span.amc {
    background: #1c76bc;
    color: #fff;
    padding: 11px 19px;
    border-radius: 32px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 7rem;
}

.order_patch {
  margin: 0rem 3rem;
}

.brokerage_patch {
  margin: 7rem 0;
}
span.trust_color {
    color: #209e49;
}
/*Legacy*/

.legacy_head h2 {
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 73px;
}

.legacy_head.text-center p:first-child {
  text-transform: uppercase;
  font-weight: 600;
}
section.legacy {
  padding: 2rem 0;
}

.small {
  text-transform: capitalize;
  color: #6c6c72;
  font-weight: bold;
}
.legacy-options {
  margin: 2rem 0;
}

.box_img1 {
  background: #f5fafa;
  padding: 63px 20px;
  border-radius: 17px;
  height: 300px;
}
.about_box h5 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0px 16px;
}

.about_box p {
  color: #6c6c72;
  font-size: 14px;
}
.lowercase-mt{text-transform: lowercase;}
.lowercase-mt {
    text-transform: lowercase;
    font-size: 21px;
    font-weight: 800;
}
/*FAQ */

/*Testimonials*/

.testimonial_head h2 {
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 73px;
}

.testimonial_head.text-center p:first-child {
  text-transform: uppercase;
  font-weight: 600;
}
section.testimonials {
  padding: 2rem 0;
}

.testimonials .small {
  text-transform: capitalize;
  color: #6c6c72;
  font-weight: 400;
    font-size:14px;
}
.legacy-options {
  margin: 2rem 0;
}

section.faq {
  margin: 4rem 0;
}
.card-body ul {
  margin: 0;
  padding: 10px 20px;
}
.card-body ul li {
  list-style-type: circle;
}

.review {
  background: #f1fdf5;
  border-radius: 12px;
  padding: 21px;
  margin: 8px;
  height: 575px;
}
.client-img {
  display: inline-block;
  position: relative;
  top: 3rem;
}
.about-client h6 {
  color: #1c76bc;
  font-weight: 600;
  font-size: 14px;
}

.about-client p {
  color: #00000066;
  font-size: 15px;
  line-height: 24px;
  padding: 8px 55px 14px;
}
.about-client span {
  color: #209e49;
  background: rgba(32, 158, 73, 0.1);
  font-size: 12px;
  padding: 7px 22px;
  border-radius: 5px;
}

.review-text {
  font-size: 14px;
  padding: 10px 5px;
  line-height: 23px;
  font-weight: 100;
}

.about-client {
  margin: 37px 0px 7px;
}

.accordion {
  margin-top: 40px;
}

.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png)
    no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card {
  border-top: 1px solid #e2e8f0;
  padding: 22px 0;
  border-left: none;
  border-right: none;
}
.accordion .card h2 {
  font-size: 19px;
  color: #0f172a;
  font-weight: 600;
}

.accordion .card-body {
  padding: 15px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #0f172a;
  width: 95%;
}

/*Services*/

.services_row {
  background: url(../images/bg.png);
  background-size: cover;
  border-radius: 10px;
  padding: 31px;
}

.services_row h3{font-weight: bold;}
.service_row .center-img{padding:2rem 0;}
ul.service-list li {
  background: #fff;
  padding: 8px 20px;
  /*margin: 40px 0px;*/
   margin: 72px 2px;
  border-radius: 59px;
}
ul.service-list2{float: right;}
/*ul.service-list2 li {*/
/*  background: #fff;*/
/*  padding: 8px 20px;*/
/*   margin: 40px 0px;*/
/*  border-radius: 59px;*/
/*}*/
ul.service-list2 li {
    background: #fff;
    padding: 8px 20px;
    margin: 72px 2px;
    border-radius: 59px;
}
ul.service-list li img {
  padding-right: 17px;
}
.center-img {
    margin-top: 3rem;
}
/*.service-list li:nth-child(1) {*/
/*  left: 120px;*/
/*  position: relative;*/
/*  width: 280px;*/
/*}*/
.service-list li:nth-child(1) {
  left: 120px;
  position: relative;
  width: 265px;
  margin-top: 39px;
}
.service-list li:nth-child(2) {
  left: 60px;
  position: relative;
  width: 261px;
}
.service-list li:nth-child(3) {
  left: 90px;
  position: relative;
  width: 265px;
}

.service-list li:nth-child(4) {
  left: 120px;
  position: relative;
  width: 280px;
}

.service-list2 li:nth-child(1) {
  right: 120px;
  position: relative;
  width: 280px;
  margin-top: 39px;
}
.service-list2 li:nth-child(2) {
  right: 60px;
  position: relative;
  width: 265px;
}
.service-list2 li:nth-child(3) {
  right: 90px;
  position: relative;
  width: 261px;
}
.service-list2 li:nth-child(4) {
  right: 120px;
  position: relative;
  width: 265px;
}

/*.service-list2 li:nth-child(5) {*/
/*  right: 120px;*/
/*  position: relative;*/
/*  width: 265px;*/
/*}*/

ul.service-list {
  margin: 0;
  padding: 0;
}

ul.service-list2 {
  margin: 0;
  padding: 0;
}
.ser_box1 img {
  width: 20%;
}
.serv_boxes {
  margin: 2rem 0;
}
.ser_box1 h4 {
  color: rgba(32, 177, 90, 1);
  font-weight: 600;
  font-size: 15px;
  font-family: "Montserrat";
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #2f99d3;
}
.img_box {
  height: 80px;
}
section.video {
  padding: 2rem 0;
}
.video-container {
  position: relative;
}
.video-text {
  width: 38%;
  position: absolute;
  top: 100px;
  background: #fff;
  right: 69px;
  padding: 20px;
  box-shadow: 12px 3px 20px 2px #ddd;
  border-radius: 13px;
}

.video-text p {
  font-size: 14px;
  padding: 8px 0;
  color: rgba(108, 108, 114, 1);
  line-height: 24px;
}

.video-text h2 {
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -1px;
  padding: 12px 0 10px;
}
.ser_box1 {
  border-right: 1px solid #ddd;
}

.last-box {
  border-right: none;
}

/*Footer Style*/

footer {
  background-color: #1c76bc;
  padding: 30px 0 0;
  color: #fff;
}

.footer-title h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 3rem;
}
.footer-form-row {
  box-shadow: -1px -1px 9px -1px #00233f;
  padding: 61px 13px 0px 38px;
  border-radius: 29px;
  margin: 1rem 0;
}
.footer-widget {
  padding: 3rem 0;
    border-bottom:1px solid #ddd;
}
.footer-widget p {
    font-size: 16px;
    line-height: 28px;
}
.footer-widget a {
  color: #fff;
  font-weight: bold;
}

.query-heading{margin-bottom: 30px;}
.footer-form {
  padding: 30px 20px;
}
input.form-control,
select.form-control {
  font-size: 13px;
  color: #a6a6a6;
  font-weight: 500;
  border-radius: 8px;
  height: 42px;
}

.mt_subButton {
  background: #059032;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 32px;
  font-size: 14px;
  height: 42px;
}
.disclaimer p {
    font-style: italic;
    font-size: 12px;
    padding: 2rem 0 0;
}

.mt_address {
  padding: 2rem;
  text-align: center;
}

.mt_address p {
    padding: 1rem;
    font-size: 10px;
    line-height: 19px;
}

/* Example styles, customize as needed */
.form-group {
  position: relative;
}

.error-message {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 0;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-backdrop {
  z-index: 0;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
}

.modal-header {
  background-color: #1c76bc;
  color: #fff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

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

.modal-body {
  padding: 15px;
}

.form-control {
  height: 42px;
  border: 2px solid #7d7d7d73;
  border-radius: 15px;
}

.error-message {
  color: red;
  font-size: 12px;
}

.modal-footer {
  padding: 15px;
}

.btn-primary {
  background: #209e49;
  color: #fff;
  border: none;
  border-radius: 32px;
  font-weight: 600;
  font-size: 14px;
  height: 42px;
  cursor: pointer;
}

/* Style for the Select2 dropdown */
.select2-container {
  width: 100%; /* Adjust the width as needed */
  border-radius: 8px;
}

/* Style for the dropdown arrow */
.select2-container .select2-selection__arrow {
  height: 100%;
}

/* Style for the dropdown search input */
.select2-search__field {
  width: 100%;
  border: 1px solid #ccc; /* Add border color */
  border-radius: 5px; /* Add border radius */
  padding: 8px; /* Adjust padding as needed */
}

/* Style for the dropdown results */
.select2-results {
  max-height: 200px; /* Set max height for results */
  overflow-y: auto; /* Enable vertical scrolling if needed */
}

/* Style for individual result items */
.select2-results__option {
  padding: 8px; /* Adjust padding as needed */
}

/* Style for the selected option */
.select2-selection__choice {
  background-color: #007bff; /* Set background color for selected option */
  color: #fff; /* Set text color for selected option */
}

.select2-selection__rendered {
  height: 53px;
  /* border: 2px solid #7d7d7d73; */
  border-radius: 15px;
}