@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback');

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h3 {
  font-weight: 400;
}

/* Login */
.login-box .h2>b {
  font-size: 32px;
}

p{
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a:hover {
  text-decoration: none;
}

.inputerror {
  border: 1px solid red;
}

span.error {
  color: red;
  font-size: 13px;
}

span.error p {
  color: red !important;
  font-size: 13px;
  margin: 0px;
}




/* =========logo new ======= */
.logo_name h1 {
  text-transform: uppercase;
  color: #2c1475;
  font-weight: 900;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  height: 24px;
  letter-spacing: 0px;
  margin-top: 8px;
}

.logo_name h4 {
  text-transform: uppercase;
  color: #2c1475;
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  margin-top: 0px;
}

.logo_name {
  width: 79%;
  margin: auto;
  padding-left: 10px;
}

.flex_block {
  display: flex;
}

.logo_section {
  width: 34%;
  display: flex;
}

.logo_name {
  width: 91%;
  margin: auto;
  padding-left: 10px;
}

img.logoimg_1new {
  width: 100%;
}

.main_logo {
  width: 80px;
  float: right;
}

section#header {
  padding: 10px 0px;
  border-bottom: 2px solid #2c1475;
}

.image_block p {
font-size: 22px;
color: #2c1475;
font-weight: 500;
margin: 0px;
}
.image_block {
width: 26%;
text-align: end;
margin: auto;
}

.loginsec p {
font-size: 18px;
font-style: italic;
text-align: center;
}
.space {
width: 36%;
}

.inputerror {
border-color: red !important;
}


/* =========logo new end style======= */


/* =========login page======= */
.left_bg {
  background-attachment: fixed;
  background: url(../images/new1.png) !important;
  min-height: 852px;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -80px;
}

.d-none.d-sm-block {
  padding: 0px;
}


.bgimg img {
  min-height: 877px;
}

.loginsec {
  width: 69%;
  margin: auto;
  background: #fafafa;
  padding: 15px 32px;
  margin-top: 38px;
  border-radius: 10px;
}

.loginsec h2 {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 20px;
}

li.main {
  width: 50%;
  text-align: center;
}

li.main1 {
  width: 50%;
  text-align: center;
}

label.control_lable {
  font-size: 18px;
  padding-bottom: 20px;
}

.form_sty {
  margin-top: 20px;
}

.submitbtn {
  padding: 20px 13px 36px 13px;
}

button.btn.btn-primary {
  width: 100%;
  background: #3743bb;
  border: none;
}

ul.scllogin li {
  float: left;
  width: 12%;
}

ul.scllogin {
  list-style: none;
  padding: 0px;
}



.sclmdasty {
  padding-bottom: 30px;
}

p.newsty {
  color: #5d5b5b;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}


.textsty {
  min-height: 300px;
}

p.img_text {
  padding-top: 5px;
}

.indflg_img {
  display: flex;
}

.flg_img {
  width: 7%;
}

.flg_img img {
  width: 75%;
}

li.main a {
  color: gray;
}

li.main1 a {
  color: black;
}

.link {
  width: 50%;
  text-align: center;
  color: grey;
  font-size: 18px;
}

a.active {
  border-bottom: 2px solid #2c1475;
  color: black;
}

.alert.alert-danger.alert-dismissable {
  padding: 5px;
}
.alert.alert-danger.alert-dismissable p {
  font-size: 16px;
  margin: 0px;
}

.new_one {
  margin: 0px;
}

/* =hero= */

.hero {
  height: 81vh;
}

.hero .hero_img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.hero .hero_img_padd {
  padding-left: 0;

}

.register-box {
  margin: auto;
  width: 404px;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 22px !important;
}

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
}
.form-control:focus {
  border-bottom: 1px solid #007bff;
  box-shadow: none;
  outline: 0;
  background-color: #ebebeb;
}
.input-group-text {
  background-color: #fff;
  border-bottom: 1px solid #ced4da !important;
  border: none; 
  border-radius: 0px;
  margin-top: 9px;
}

.card-header.text-center h3 {
  color: #2c1475;
  font-weight: 600;
  font-style: italic;
}
.card-header.text-center {
  background: white;
}
.card.card-outline.card-warning {
  border-top: 2px solid #f7c1a3;
}

.main_btn {
  font-size: 18px;
  border-radius: 30px;
  padding: 10px;
  margin-top: 20px;
  transition: .5s ease;
  background-color: #123c69 !important;
  width: 38% !important;
  margin: 15px 14px 0px 220px;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main_btn i {
    background: #1da1f2;
    padding: 6px 10px;
    border-radius: 50%;
}
.carousel-caption.d-md-block {
  top: 530px;
  left: -8%;
  right: 38%;
}

.modal-dialog.modal-dialog-scrollable {
  padding: 0px 21px;
}

.modal-dialog {
  max-width: 1129px;
  margin: 1.75rem auto;
  max-width: 46rem;
}
button.btn-close {
  font-size: 18px;
}

h5.modal-title {
  color: #123c69;
  font-size: 23px;
  font-weight: 600;
}
.message {
  width: 100%;
  border: 1px dashed;
  padding: 12px 12px 0px;
  border-color: #2c1475;
}

.message p {
  float: right;
}
.message span {
  font-size: 16px;
  color: #75797d;
}

button.payment_btn {
  border: none;
  font-size: 15px;
  padding: 7px;
  border-radius: 6px;
  float: right;
  background: #3743bb;
  color: white;
}

.card-header.text-center h4 {
  font-size: 28px;
  font-style: italic;
  color: #123c69;
  text-align: left;
}

.new_sty {
  margin-top: 200px;
  width: 82%;
}

ul.ul_sty li {
  font-size: 18px;
}

.modal-content {
  overflow: auto;
  height: 708px;
  padding-left: 30px;
}

