html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  background: #651f3b;
  color: #868686;
  font-weight: 300;
  font-size: 1.1rem;
  /* background-image: url(../images/body-bg1.png), url(../images/body-bg2.png);
  background-position:100% 0, 0% 100%;
  background-repeat: repeat-y, repeat-y; */
  overflow-x: hidden;
  position: relative;
  /* background-size:inherit; */
  margin: 0;
  padding: 0;
}
/* body::before {content: ''; position: absolute; left: 0; top: 0;} */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #bbbbbb #dddddd;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 5px;
}

*::-webkit-scrollbar-track {
	background: #dddddd;
}

*::-webkit-scrollbar-thumb {
	background-color: #610575;
	border-radius: 10px;
	border: 0px solid #ffffff;
}

::-moz-selection {
  background: rgb(189, 4, 4);
  color: #fff
}

::selection {
  background: rgb(189, 4, 4);
  color: #fff
}

a {
  color: #610575;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

a:hover {
  text-decoration: none;
  color: #c5280d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.80rem;
}

h3 {
  font-size: 1.15rem;
}

h4 {
  font-size: 0.80rem;
}

h5 {
  font-size: 0.50rem;
}

h6 {
  font-size: 0.30rem;
}

p {

  color: #868686;
  /* line-height: 18px; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.theme-color {color:#2c307a !important;}
.secondary-color {color:#03aa98 !important;}
img {
  width: 100%;
}

ul,
ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
li {
  list-style-type: none;}

.border-light {
  border: 1px #eee solid;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.text-black {
  color: #000 !important
}

.bg-black {
  background: #000 !important
}

.mt-10 {
  margin-top: 120px;
}

/* Button */

.action-btn {
  padding: 10px 40px 10px 40px;
  font-size: 18px;
  color: #651f3b;
  font-weight: 500;
  display: inline-block;
  margin: 3px;
  border-radius: 35px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0px #000 solid;
}

.primary-btn {
  color: #651f3b;
  background: #eec52c;
}

.secondary-btn {
  background: #2c307a;
  color: #FFF;
}

.primary-btn:hover {
  color: #651f3b;
  background: #eec52c;
}



/* Button */

.bg-navy {
  background: #f2f4ff;
}

.form-control {
  height: auto;
  font-size: 0.8rem;
  padding: 10px;
}

.form-control:active,
.form-control:focus {
  border-color: #7971ea
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.middle-content, footer {padding: 0px 50px;}

.logobox {
  width: 100%;
  padding: 10px 20px 10px 10px;
  font-size: 20px;
  position: relative;
  color: #FFF;
  text-align: center;
  margin: 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-container img {width: 150px; margin: 0px 0px;}

.logobox img:nth-of-type(1) {width: 100px;}
.logobox img:nth-of-type(2) {width: 60px;}

.middle-content h2 {font-size: 24px; font-weight: 600; color: #ebc236;}
.middle-content p {font-size: 0.85rem; font-weight: 500; color: #FFF;}

.owl-nav {width: 100%; position: absolute; top: 50%; font-size: 42px; color: #FFF;}
.owl-nav .owl-prev {position:absolute; left: -50px;}
.owl-nav .owl-next {position:absolute; right: -50px;}

.card-image {width:100%; max-width: 400px;}
.card-image img {width: 100%; height: 265px; object-fit: contain;}
.card-text h3 {font-size: 25px; font-weight: 600; color: #ebc236;}
.card-text ul {margin: 0; padding: 0; display: flex; }
.card-text ul li {font-size: 14px; font-weight: 400; color: #FFF; margin: 0px 25px 0px 0px; display: flex; align-items: center; flex-direction: column;}
.card-text img {width: 50px !important; height: 50px; object-fit: contain;}
.card-text ul li span {margin: 10px 0px;}
.card-text p {position: relative; font-size: 0.8rem; margin: 10px 0px 10px 0px; padding-left: 20px;}
.card-text p::before {content: ''; position: absolute; top: 5px; left: 0; background: url('../images/star.png') no-repeat; background-size: cover; width: 14px; height: 14px;}

.fee-container {display: flex; justify-content: space-between; width: 100%;}

.card-features h3 {font-size: 18px; font-weight: 600; color: #ebc236;}
.card-features ul {margin: 10px 0px; padding: 0;}
.card-features ul li {font-size: 0.85rem; font-weight: 400; color: #FFF; position: relative; padding-left:25px; line-height: 20px; margin: 0px 0px 10px 0px;}
.card-features ul li::before {content: ''; position: absolute; top: 3px; left: 0; background: url('../images/star.png') no-repeat; background-size: cover; width: 14px; height: 14px;}
.fee-container span {font-size: 14px; width: 100%; color: #FFF; margin: 0px 0px 15px 0px;}
.card-features {margin-left: 100px;}
.mobile-btn12 {position: absolute; left: 55%; top: 75%; z-index: 11;}

.thankyou-container {margin: 0; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; padding: 0; border: 0px #000 solid; background: #651f3b;}
.thankyoubox {text-align: center;}
.thankyoubox img {width: 100px; display: inline-block; margin: 0px;}
.thankyoubox h1 {font-size: 36px; color: #FFF;}
.thankyoubox span {font-weight: 300; color: #FFF; display: block; font-size: 14px; margin-bottom: 0px; padding: 0px 10px;}
/* .thankyoubox .action-btn {text-decoration: none; background: #FFF; color: #610575; padding: 10px 20px 10px 20px; margin-top: 20px;}
.thankyoubox .action-btn:hover {color: #610575;} */

@media (max-width: 767px) {
  .middle-content .row .col-md-6:nth-of-type(2) {order: 1;}
  .middle-content .row .col-md-6:nth-of-type(1) {order: 2;}
  .middle-content, footer {padding:0px 20px 20px 20px;}
  .logo-container {padding: 0px 0px 0px 0px;}
  .left-text h2 {font-size: 18px; margin: 15px 0px;}
  footer h3 {font-size: 18px;}
  .bottom-line {display: block;}
  .left-text ul li {width: 100%; display: block;}
  footer ul li {padding-right: 0; border: 0px #000 solid; display: block; margin: 5px 0px;}
  .logobox {width: 100%; height: 65px; border-radius: 5px; margin: 0; display: flex; justify-content: space-between; align-items: center;}
  .logobox img:nth-of-type(1) {width: 100px;}
  .logobox img:nth-of-type(2) {width: 60px;}
  .form-section {border-radius: 5px;}
  .logobox:after {display: none;}
  .logo-container img {width: 100px;}
  .card-image img {width: 100%; height: auto;}
  .card-text h3 {font-size: 18px; margin: 10px 0px 5px 0px;}
  .fee-container {display: block; margin: 0px 0px 20px 0px;}
  .card-features {margin-left: 0; margin-top: 20px;}
  .fee-container span {margin: 0;display: block;}
  .card-features ul + div {text-align: center;}
  .middle-content p {margin-bottom: 0;}
  .modal-dialog {margin: 1.5rem;}
  .thankyoubox img {width: 100px;}
  .thankyoubox h1 {font-size: 22px;}    
  .mobile-btn {display: none;}
  .mobile-btn12 {position: fixed; display: block;  top:auto; left: 50%; bottom: 5px; width: 90%; z-index: 11; text-align: center;margin-left: -45%;}
  .mobile-btn12 .action-btn {width: 100%;}
  .owl-slider {margin-bottom: 50px;}
  .card-image {margin: 0px auto;}
  .owl-nav {width: 100%; position: absolute; top: 85px; font-size: 42px; color: #FFF;}
  .owl-nav .owl-prev {position:absolute; left: -27px;background: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;}
  .owl-nav .owl-next {position:absolute; right: -27px;background: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;}
    .card-text ul li {
      font-size: 12px;}

}



@media (min-width: 431px) and (max-width: 767px) {
  .owl-nav {
    top: 110px;
}
}