@charset "UTF-8";
@import url("../css/bootstrap.min.css");
@import url("../css/all.min.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/owl.theme.default.min.css");
* {
  box-sizing: border-box;
  list-style: none;
}

body {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-style: normal; 
  font-weight: 600;
  line-height: 1.4;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800;
}

h1, .h1 {
  font-size: 35px;
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}

a {
  color: #E51D50;
}

.clr1 {
  color: #E51D50 !important;
}

.bg-1 {
  background: #E51D50;
}

.bg-gray {
  background: #f8f8f8;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr{margin-right: 80px;}
.ml{margin-left: 80px !important;}
.mr0{margin-right: 0px;}

.py-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}



main {
  min-height: 50vh;
}

.container.gutter20 {
  padding-left: 10px;
  padding-right: 10px;
}
.container.gutter20 .row.gutter20, .container.gutter20 > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container.gutter20 .row.gutter20 > div, .container.gutter20 > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutter20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.container.gutter10 {
  padding-left: 5px;
  padding-right: 5px;
}
.container.gutter10 .row.gutter10, .container.gutter10 > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.container.gutter10 .row.gutter10 > div, .container.gutter10 > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutter10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter10 > div {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutter0 > div{
  padding-left: 0px;
  padding-right: 0px;
}

.sec-pd {
  padding-top:100px;
  padding-bottom: 100px;
}
.pt100{padding-top: 100px;}

.sec-pdt {
  padding-top: 70px;
}

.sec-pdb {
  padding-bottom: 40px;
}

.d-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

input.form-control:focus {
  box-shadow: none;
}

.sec-title {
  margin-bottom: 40px;
  text-align: center;
}
.sec-title .st-title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.sec-title .st-title .text-shadow {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  color: #000000;
  z-index: -1;
  font-size: 217%;
  opacity: 0.05;
  font-weight: 800;
}
.sec-title .st-bottom-design {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -6px;
}
.sec-title.title-white .st-title {
  color: #FCF8EE;
}
.sec-title.title-white .text-shadow {
  color: #313131;
  opacity: 1;
}
.sec-title.title-white .st-bottom-design {
  filter: brightness(100) contrast(0);
  position: relative;
  z-index: 2;
}
.sec-title .sec-title-info {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  margin-top: 22px;
}

.page-title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.advisory-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.section-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.sponsor-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.sponsor-list .sponsor-list-image {
  width: 20%;
  padding-right: 50px;
  text-align: center;
}
.sponsor-list .sponsor-list-image a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 30px;
}
.sponsor-list .sponsor-list-image a img {
  width: 100%;
  max-width: 150px !important;
  margin: 0 auto;
}
.sponsor-list .sponsor-list-content {
  width: 80%;
  line-height: 1.8;
}
.sponsor-list a.read-more {
  color: #E51D50;
  text-decoration: none;
}
.sponsor-list span.more-text {
  display: none;
}

.btn-1 {
  background-color: #E51D50;
  border-width: 2px;
  border-color: #E51D50;
  color: #FCF8EE;
  font-size: 20px;
  padding: 6px 20px;
  border-radius: 10px;
  display: inline-block;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
}
.btn-1.btn-outline {
  background: transparent;
  color: #E51D50;
  border-color: #E51D50;
}
.btn-1.btn-outline line,
.btn-1.btn-outline path {
  stroke: #E51D50;
}
.btn-1 .ico {
  width: 18px !important;
  height: 16px !important;
  display: inline-block !important;
  margin-left: 15px;
}
.btn-1:hover {
  background-color: #FCF8EE;
  color: #E51D50;
}
.btn-1:hover svg path {
  stroke:#E51D50;
}
.btn-1:hover svg line {
  stroke : #E51D50;
}
.btn-1.btn-bordered {
  background: transparent;
  color: #000000;
}
.btn-1.btn-bordered:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FCF8EE;
}

a.downloadBtn {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #E51D50;
  border-color: #E51D50;
  color: #FCF8EE;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 10px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  margin: 0px 20px 10px 0;
  text-transform: uppercase;
}
a.downloadBtn:hover {
  background-color: #282828;
  color: #FCF8EE;
}

.btn-white {
  background-color: #FCF8EE;
  border-color: #FCF8EE;
  color: #000000;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1;
}
.btn-white:hover {
  background-color: #C00000;
  color: #FCF8EE;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #FCF8EE;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1;
}
.btn-dark:hover {
  background-color: #FCF8EE;
  border-color: #FCF8EE;
  color: #000000;
}



/* black header start */
.blackHeader .container-fluid {
  max-width: 1700px;
  width: 100%;
}
.blackHeader .header-top-strip{background:#000;padding: 14px 0px;}

.blackHeader .headerIn {
  position: relative;
  padding-right: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
}
.blackHeader .headerLeft,
.blackHeader .headerRight{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blackHeader .whiteLogo, .blackHeader .whiteLogo:hover {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
}
.blackHeader .whiteLogo img{
  display: block;
  width: 142px;
}
.blackHeader .LoginBtn {
  position: absolute;
  right: 0;
  top: 5px; margin-left: 40px;
}
    

.blackHeader .LoginBtn .btn-1 {min-width: 150px; text-align: center; text-decoration: none;}
.blackHeader .logoText {
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.blackHeader .icon-list.border-div{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;}

.blackHeader .icon-list li a{padding: 2px 0; font-size: 15px;}

/* black header end */



.top-header {
  background: #000000;
  padding: 8px 0;
}

.header {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 0;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px -4px rgb(0 0 0 / 52%);
}
.header .navbar-brand {
  padding: 0;
}
.header .nav {
  list-style: none;
  display: inline-flex;
  align-items: center;
}
.header .nav-wrapper {
  padding-top: 18px;
  float: right;
}
.header .navbar {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0px;
  padding: 0px;
}
.header .navbar .nav-link {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  padding: 20px 10px;
  transition: all 0.3s ease;
}
.header .navbar .nav-link.active {
  color: #E51D50;
}
.header .navbar .nav-item:hover > a {
    color: #E51D50;
}
.header .navbar .dropdown-item {
  font-size: 14px;
    padding: 6px 15px;
}
.header .navbar .dropdown-item:focus,
.header .navbar .dropdown-item:hover {
  background: #FCF8EE;
  color: #000000;
}
.header .navbar .dropdown .dropdown-menu {
  background: #eee9db;
}
.header .navbar .dropdown-toggle:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACCSURBVHgBjc/hCYAgEAVgTycSF2gUEQdog2wPf7RJtYCu0Cb2jIIwlR4ciHcfnowhWuuB/cwzK6y1AxGtUkoWY9x7yBgzcc4XpdQuQggHDoR718MZ4QGHmr33i8iXwFsPF8hdqz7NFq6hHCpXwp9dSmlCXUM1VIVvfMMP6iZj1NjqnxeQSvoOtsUdAAAAAElFTkSuQmCC');
  display: inline-block;
  background-repeat: no-repeat;
  border-style: none;
  width: 12px;
  height: 6px;
  background-size: contain;
}
.header .nav-btn {
  margin-left: 15px;
  align-self: center;
}
.header .top-logo-nav {
  padding: 15px 0;
}
.header .top-logo-nav .btn-white {
  -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.3);
}
.header .top-logo-nav .btn-white:hover {
  color: #FCF8EE;
}

.header .navbar-brand img {
  width: 142px;
}
.header.header-scrolled {
  position: fixed;
  width: 100%;
}
.header.header-scrolled + * {
  margin-top: 100px;
}

.drop-menulist {
  position: relative;
  list-style: none;
  padding: 0;
}
.drop-menulist > li > a:hover {
  background-color: #E51D50;
  color: #FCF8EE;
  text-decoration: none;
}
.drop-menulist li.drop-left > a {
  padding-right: 15px;
  position: relative;
  padding-left: 0px;
}
.drop-menulist li.drop-left > a i {
  position: absolute;
  top: 14px;
  right: 0;
  opacity: 0;
  font-size: 12px;
}
.drop-menulist li.drop-left .drop-left-menus {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 40px;
  list-style: none;
  width: 300px;
  opacity: 0;
  visibility: hidden;
}
.drop-menulist li.drop-left .drop-left-menus a {
  padding-left: 0px;
  padding-right: 0px;
}
.drop-menulist li.drop-left:hover > a > i {
  opacity: 1;
}
.drop-menulist li.drop-left:hover > .drop-left-menus {
  visibility: visible;
  opacity: 1;
}

.navbar-toggler {
  padding: 0px 0px;
  outline: none;
  box-shadow: none;
  margin-top: 10px;
  position: relative;
  z-index: 999999;
}
.navbar-toggler span {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  display: block;
  width: 32px;
  background: #E51D50;
  height: 3px;
  position: relative;
  top: 0;
  margin: 5px 0;
}
.navbar-toggler span:nth-child(2) {
  margin: 7px 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg);
  top: -10px;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

/* ================About page start ===================== */

.subBanner .subBannerImg{width: 100%; position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
  .subBannerImg > img {
    width: 100%;
}
  .textMid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 30px;
}
.subBanner .contentBox h2{font-size: 65px; line-height: 72px;font-weight: 600;color: #000;}
.subBanner .contentBox p{font-size:20px; font-weight:500;color: #000;}

.aboutUs .img-style-1:before {
  top: -12px;
  left: -12px;
  border-top-left-radius:40px;border-top-right-radius: 0;
}

.aboutUs .img-style-1 img {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.aboutUs .img-style-1 {
  margin-right: 100px;
}


.lightGrayBg{background: #F9F9F9;}
.ourTeam .colIn {
  background: #fff;
  text-align: center;
  padding: 45px 35px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
  cursor: pointer;
  transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;
}

.ourTeam .colIn:hover {
  box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
}
.ourTeam .colIn .contentBox h4{font-size: 20px;font-weight:500;color: #000; margin: 15px 0px;}
.ourTeam .colIn .contentBox h4 span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.ourTeam .colIn .contentBox h4 p {
  font-size: 16px;line-height: 32px;
  display: block;
}

.readMore{font-size: 20px; color: #E51D50;font-weight:500;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;}
.readMore:hover {
  text-decoration: none;
  color: #000;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  font-family:"fontAwesome";
  font-style: normal;
}
.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  content: "\f178";
}


/* ================About page end ===================== */



/* ================contact page start ===================== */
.ContactMap .container .row{align-items: center;}

.ContactMap iframe {
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
.ContactMap ul {
  padding: 0;
}
.ContactMap ul li {
  margin-bottom: 40px;
}
.ContactMap ul li:last-child {
  margin: 0;
}
.addIn {
  position: relative;
  padding-left: 30px;
}

.ContactMap ul li i {
  position: absolute;
  left: 0;
  top:7px;
  color: #E51D50;
}
.addIn p, .addIn a {
  color: #000;
  font-size: 20px;
  margin: 0px;
}
.img-style-1.mapIn {
  max-width: 100%;
}

.addIn a:hover{text-decoration:none; color: #E51D50;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;}
/* ================contact page end ===================== */

/*====================== landing page start ================= */
.copyright .container-fluid {
  max-width: 1700px;
  width: 100%;
}
.landingInner {
  width: 100%;
  height: calc(100vh - 133px);
}
.landingInner .leftSide,
.landingInner .rightSide {
  position: relative;
  width: 50%; height: 100%;
}
.landingInner .leftSide{background: url(../img/landing1.jpg) center center no-repeat; background-size: cover;}
.landingInner .rightSide{background: url(../img/landing2.jpg)center center no-repeat;background-size: cover;}

.overLay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
 content: ""; 
  
}
.landingInner .imageBox {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}
.landingMain .imageBox img{width: 100%;}
.landingContent {position: relative; z-index: 1;
}
.landingContent h3,
.landingContent p {
  color: #fff;
}
.landingContent a {padding: 10px 20px;
  font-size: 16px;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;
}
.landingContent a:hover{text-decoration: none;}
/*====================== landing page end ================= */

.banner-slider-wrapper {
  position: relative;
}
.banner-slider-wrapper .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 1;
}
.banner-slider-wrapper .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.banner-slider-wrapper .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #f4f3f2;
}

.icon-list li {margin-left: 30px;}

.social-list-top {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
}
.social-list-top li a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #484849;
  text-align: center;
  color: #F0F0F0;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  list-style: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.social-list-top li a:hover {
  text-decoration: none;
  background: #E51D50;
}
.social-list-top li:not(:last-child) {
  margin-right: 8px;
}
.header-top-strip {
  background: #E51D50;
}
.header-top-strip .container {
  display: flex;
  justify-content: flex-end;
}
.icon-list {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-list li a,
.icon-list li span {
  display: inline-block;
  color: #FCF8EE;
  padding: 5px 0;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}


.icon-list li a:hover {
  text-decoration: none;
}
.icon-list li a i,
.icon-list li span i {
    margin-right: 6px;
}
.border-div.icon-list li {
  position: relative;
}
.border-div.icon-list li:not(:last-child):before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #ffffff;
  transform: translateY(-50%);
  top: 50%;
  right: -15px;
}
.icon-list.border-div {
  margin-left: 15px;
}
.header-search {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  background: #E51D50;
  line-height: 1;
  padding: 8px;
  color: #000000;
  border-radius: 50%;
  font-size: 14px;
}
.header .container {
    position: relative;
}
.header .tln-right {
    position: relative;
}
.header .top-logo-nav .tln-right {
    position: relative;
}
section.banner-sec {
  overflow: hidden;
  position: relative;
}
body.menu-show .navbar-toggler span {
  background: #000000;
}

.bg-fixed {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}


.banner-sec {
  display: flex;
  align-items: center;
}
.banner-sec .container .row {
  min-height: 725px;
}
.banner-sec .banner-inner-block {
  padding: 42px 45px 42px 0px;
  width: 100%;
/*  max-width: 850px;*/
  max-width: 900px;
  text-align: start;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.banner-sec .banner-inner-block .banner-title {
  font-size: 65px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
.banner-sec .banner-inner-block .title-text-for {
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #000000;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: #E51D50;
  font-weight: 500;
}

.text-link img {
  height: auto;
  width: 18px !important;
  margin-left: 5px;
}
.text-link:hover {
  color: #826951;
  text-decoration: none;
}
.owl-nav-setting .owl-nav {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  margin: 0;
  display: flex;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 4px; 
}
.owl-theme .owl-dots .owl-dot:not(.active) span {
  border: 1px solid #869791;
}
.owl-nav-setting .owl-nav button {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #E51D50 !important;
  color: #FCF8EE !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0px 0 10px !important;
}

.owl-nav-setting .owl-nav button:hover {
  background: #FCF8EE !important;
  color: #E51D50 !important;
  box-shadow: 0 0 5px #00000040 !important;
}
.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}

.title-1 p.top-txt {
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 5px;
  position: relative;
  color: #979288;
  font-weight: 700;
}

.title-1 {
  margin-bottom: 40px;
}
.title-1 h1 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.icon-card h2 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
.icon-card {
  padding: 42px 20px;
  box-shadow: 0 0 30px 0 #00000029;
  background: #FCF8EE;
}

.icon-card>img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.icon-card h2 {
  margin-top: 20px;
}

.icon-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #999999;
}
.icon-card2 {
  display: block;
  text-align: center;
}

.title-1.title-center {
  text-align: center;
}
.icon-card2 .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #E51D50;
  border-radius: 50%;
}

.icon-card2 p {
  font-size: 20px;
  margin: 20px 0 0;
}
.icon-card2 p span {
  font-size: 30px;
  font-weight: 500;
  display: block;
  line-height: 1;
}

.footer {
  padding: 40px 0;
  background: #DED7C9;
  overflow: hidden;
}
.footer .pay-in-block {
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.footer .col-sbm-1,
.footer .col-sbm-2,
.footer .col-sbm-3,
.footer .col-sbm-4{
  padding-left: 15px;
  padding-right: 15px;
}

.footer-title {
  margin-bottom: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.footer-list {
  list-style: none;
  padding: 0px;
}
.footer-list li {
  margin-bottom: 5px;
}
.footer-list li a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #636363;
  font-weight: 300;
  text-decoration: none;
}
.footer-list li a i {
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.footer-list li a:hover {
  color: #E51D50;
}


.copyright {
  background: #000000;
  padding: 10px 15px;
}
.copyright a {
  font-size: 18px;
  color: #636363;
  margin: 0px;
}

.copyright .icon-list li a:hover{color: #E51D50;}
.copyright p {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-align: left;
  line-height: 1.1;
}
.footer .col-sbm-1 {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 100px;
}
.footer p {
  color: #FCF8EE;
  font-size: 15px;
  line-height: 1.9;
}
.footer .col-sbm-2,
.footer .col-sbm-3 {
  -webkit-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.footer .col-sbm-4 {
  -webkit-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}



#gototop {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background: #6A6A75;
  width: 30px;
  text-align: center;
  height: 30px;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  cursor: pointer;
  display: flex;
  border-radius: 5px;
}
#gototop:hover {
  background: #E51D50;
}
#gototop.btn-show {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.social-list-1 {
  list-style: none;
  padding: 0px;
  margin: 0 !important;
  width: 100%;
  justify-content: flex-end;
}
.social-list-1 li a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #E51D50;
  border-radius: 4px;
  font-size: 18px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-list-1 li a:hover {
  text-decoration: none;
  color: #FCF8EE;
}
.social-list-1 li:not(:last-child) {
  margin-right: 15px;
}
.footer .col-sbm-1 .f-logo {
  margin-bottom: 15px;
}

.footer-right-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.footer-right-wrap .col-sbm-2 ,
.footer-right-wrap .col-sbm-3 ,
.footer-right-wrap .col-sbm-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-rightwrapper {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-list.icon-list li {
  margin-left: 0;
  width: 100%;
}
ul.footer-list.icon-list li a {
  position: relative;
  padding-left: 25px;
}

ul.footer-list.icon-list li a i {
  position: absolute;
  left: 0;
  top: 11px;
  color: #E51D50;
}

.banner-sec .owl-dots {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.banner-sec .owl-dots .owl-dot {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 2px;
  border-radius: 50%;
}
.banner-sec .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 3px;
  background: #FCF8EE;
}
.banner-sec .owl-dots .owl-dot.active {
  -webkit-box-shadow: 0 0 1px 1px #E51D50;
  box-shadow: 0 0 1px 1px #E51D50;
}
.banner-sec .owl-dots .owl-dot.active span {
  background: #E51D50;
}
.count-card {
    position: relative;
    padding: 20px 90px 0 0;
}
.count-card h2 {
    font-size: 72px;
}
.count-card h2 .svg-icon {
  position: relative;
  top: -15px;
  z-index: -1;
}
.count-card.cc-1 h2 .svg-icon {
  left: -50px;
}
.count-card.cc-2 h2 .svg-icon {
  left: -60px;
}
.count-card.cc-3 h2 .svg-icon {
  left: -40px;
}

.fw-600 {
  font-weight: 600;
}


.EarlyStageDxSec {
  padding-top: 0;
}
.review-card {
  display: block;
  padding: 100px 40px 30px;
  background: #FCF8EE;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  margin: 15px 0;
}
.review-card p {
  margin-bottom: 30px;
}
.review-card .review-from {
  text-align: center;
}
.review-card .review-from img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}
.review-card .review-from .star-rated {
  color: #E51D50;
}
.review-card .review-from h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.review-card .review-from .star-rated i {
  font-size: 14px;
}

.img-card {
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  border-bottom-right-radius: 35px;
  border-top-left-radius: 35px;
  overflow: hidden;
}
.img-card h2 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0;
  
}
.img-card h2 a{color: #ffffff;}
.img-card :hover h2 a{text-decoration: none;}

.img-card>img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.img-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #999999;
}

.img-card .right-block {
  max-width: 100%;
  flex: 0 0 100%;
}
.img-card .img-wrap img {
  border-top-left-radius: 35px;
  width: 100%;
  border-bottom-right-radius: 35px;
}
.img-card .right-block .right-block-inner-wrap {
  background: rgb(229 29 80 / 45%);
  border-top-left-radius: 35px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.img-card:hover .right-block .right-block-inner-wrap {
    background: rgb(229 29 80 / 100%);
}
.img-card .right-block .right-block-inner-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.step-card h2 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: 100%;
  margin-top: 30px;
}
.step-card>img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.step-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #636363;
  min-height: 80px
}
.step-card .step-num {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FCF8EE;
  border-radius: 50%;
}
.step-card .step-num.step-1 {
  background-color: #E51D50;
}
.step-card .step-num.step-2 {
  background-color: #3C5CCF;
}
.step-card .step-num.step-3 {
  background-color: #3CCF91;
}
.step-card-num-bg {
  width: 70%;
  height: 2px;
  background: rgb(253,28,21);
  background: -moz-linear-gradient(-45deg, rgba(253,28,21,1) 0%, rgba(60,92,207,1) 49%, rgba(60,207,145,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(253,28,21,1) 0%,rgba(60,92,207,1) 49%,rgba(60,207,145,1) 100%);
  background: linear-gradient(135deg, rgba(253,28,21,1) 0%,rgba(60,92,207,1) 49%,rgba(60,207,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51D50', endColorstr='#3ccf91',GradientType=1 );
  position: relative;
  top: 28px;
}
.adv-wrap img {
  width: 100%;
  border-radius: 15px;
}


.discover-card {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background: #FCF8EE;
  border-radius: 15px;
}
.discover-card h2 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.discover-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #999999;
}
.discover-card .dc-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.discover-card .dc-img {
  margin-bottom: 0;
  width: 100%;
}
.discover-card .dc-content {
  padding: 30px;
}

.owl-carousel.height-e .owl-stage {
  display: flex;
}
.discover-card .btn svg {
  margin-left: 20px;
}
.discover-card .dc-content h4 {
  min-height: 120px;
}


/* Faq */
.faq-wrap .card-body p:not(:last-child) {
  margin-bottom: 15px;
}
.faq-wrap .card-body,
.faq-wrap  .btn-link:not(.collapsed) {
  background: #FCF8EE;
}
.faq-wrap  .card {
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
  margin-bottom: 15px;
  
}
.faq-wrap  .card-header {
  padding: 0px;
}
.faq-wrap .btn-link {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  background: #FCF8EE;;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 15px 20px 15px 50px;
  white-space: normal;
}

.faq-wrap .btn-link:hover,
.faq-wrap .btn-link:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.faq-wrap .btn-link svg {
  position: absolute;
  left: 15px;
  top: 17px;
}

.faq-wrap .btn-link:not(.collapsed) svg circle {
  fill :#BF2627;
}
.faq-wrap .btn-link.collapsed svg circle {
  fill :#E51D50;
}
.list-dotted {
  list-style: inside;
}
.list-dotted li {
  list-style: disc;
}
.your-money-sec {
  position: relative;
  z-index: 2;
}
.your-money-sec .btn-outline {
  background: #FCF8EE;
}
.your-money-sec h1 {
  color: #FCF8EE;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.your-money-sec .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.review-slider  .owl-nav {
  opacity: 0;
}
.review-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 40px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.review-nav-right ,
.review-nav-left {
  display: inline-block;
}
.review-slider-nav .slide-num {
  color: #aeaeae;
  padding: 0 20px;
}
.review-slider-nav .slide-num span {
  color: #000000;
}

.banner-block .bg-fixed {
  background-position: center !important;
}

.banner-block .bg-fixed:before {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

/* END Faq */

.count-card.cc-1 svg,
.count-card.cc-2 svg,
.count-card.cc-3 svg {
  height: 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.count-card.cc-1 svg.anim-start,
.count-card.cc-2 svg.anim-start,
.count-card.cc-3 svg.anim-start {
  height: 70px;
}

.step-anim-wrap .step-card {
  opacity: 0;
  transition: all 0.3s ease;
}
.step-anim-wrap.anim-start .step-card {
  opacity: 1;
}

[anim-delay="0.1s"] {
  transition-delay: 0.1s !important;
}
[anim-delay="0.2s"] {
  transition-delay: 0.2s !important;
}
[anim-delay="0.3s"] {
  transition-delay: 0.3s !important;
}
[anim-delay="0.4s"] {
  transition-delay: 0.4s !important;
}
[anim-delay="0.5s"] {
  transition-delay: 0.5s !important;
}
[anim-delay="0.6s"] {
  transition-delay: 0.6s !important;
}
[anim-delay="0.7s"] {
  transition-delay: 0.7s !important;
}
[anim-delay="0.8s"] {
  transition-delay: 0.8s !important;
}
[anim-delay="0.9s"] {
  transition-delay: 0.9s !important;
}
[anim-delay="1s"] {
  transition-delay: 1s !important;
}
[anim-delay="1.1s"] {
  transition-delay: 1.1s !important;
}
[anim-delay="1.2s"] {
  transition-delay: 1.2s !important;
}
[anim-delay="1.3s"] {
  transition-delay: 1.3s !important;
}
[anim-delay="1.4s"] {
  transition-delay: 1.4s !important;
}
[anim-delay="1.5s"] {
  transition-delay: 1.5s !important;
}
[anim-delay="1.6s"] {
  transition-delay: 1.6s !important;
}
[anim-delay="1.7s"] {
  transition-delay: 1.7s !important;
}
[anim-delay="1.8s"] {
 transition-delay: 11.8s!important;
}
[anim-delay="1.9s"] {
  transition-delay: 1.9s !important;
}
[anim-delay="2s"] {
  transition-delay: 2s !important;
}

.step-anim-wrap .step-card-num-bg {
  width: 1px;
}
.step-anim-wrap.anim-start .step-card-num-bg {
  width: 70%;
  animation: 1.4s step-card-num-bg linear;
}

@keyframes step-card-num-bg {
  0% {
    width: 1px;
  }
  40% {
    
    width: 35%;
  }
  60% {
    
    width: 35%;
  }
  100% {
    
    width: 70%;
  }
}

.mob-only .step-slider .step-card .step-num {
    position: relative;
}

.mob-only .step-slider .step-card .step-num:before {
    position: absolute;
    height: 2px;
    width: calc(100vw - 30px);
    content: "";
    left: 0;
    top: 23px;
    z-index: -2;
}

.mob-only .step-slider .step-card .step-num.step-1:before {
    background: #E51D50;
    background: -moz-linear-gradient(left, rgba(253,28,21,1) 0%, rgba(60,92,207,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(253,28,21,1) 0%,rgba(60,92,207,1) 100%); 
    background: linear-gradient(to right, rgba(253,28,21,1) 0%,rgba(60,92,207,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51D50', endColorstr='#3c5ccf',GradientType=1 ); 
}

.mob-only .step-slider .step-card .step-num.step-2:before {
    background: rgb(60,92,207); 
    background: -moz-linear-gradient(left, rgba(60,92,207,1) 0%, rgba(60,207,145,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(60,92,207,1) 0%,rgba(60,207,145,1) 100%); 
    background: linear-gradient(to right, rgba(60,92,207,1) 0%,rgba(60,207,145,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5ccf', endColorstr='#3ccf91',GradientType=1 ); 
}
.mob-only .step-slider .step-card .step-num.step-3:before {
  display:none;
}

.page-info-sec {
  position: relative;
  z-index: 2;
}
.page-info-sec .row {
  padding-top: 30px;
}
.page-info-sec .row .col {
  max-width: 800px;
}

.page-info-block {
  
}
.page-info-block h1 {
  color: #000000;
  font-weight: 700;
  font-size: 68px;
}
.page-info-block p {
  color: #000000;
  font-size: 14px;
  margin: 0;
}
.page-info-block p a {
  color: #000000;
}
.floted-btns {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99;
  width: auto;
  padding: 7px 5px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  display: flex;
  transform-origin: right bottom;
  background: #FCF8EE;
  overflow: hidden;
}
.page-info-sec .banner-right-img {
  max-width: 100%;
}
.sidebar-box {
  display: block;
  margin-bottom: 30px;
}
.sidebar-box .sidebar-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.sidebar-list  {
  padding: 0px;
}
.sidebar-list li a {
  font-size: 18px;
  color: #636363;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar-list li a:hover {
  color: #000000;
}
.sidebar-list li:not(:last-child) {
  margin-bottom: 25px;
}
.sbm-navigation a.page-link,
.sbm-navigation .page-item.disabled .page-link {
  background: transparent;
}

.sbm-navigation a.page-link {
  font-size: 16px;
  border-style: none;
  color: #000000;
  box-shadow: none;
}
.sbm-navigation a.page-link svg path,
.sbm-navigation a.page-link svg line {
  stroke: #000000;
}
.sbm-navigation a.page-link:hover svg path,
.sbm-navigation a.page-link:hover svg line {
  stroke: #FCF8EE;
}
.sbm-navigation .page-item.disabled .page-link svg path,
.sbm-navigation .page-item.disabled .page-link svg line {
  stroke: #bbbbbb; 
}
.sbm-navigation a.page-link:hover svg line,.sbm-navigation a.page-link:hover svg path {
  stroke: #E51D50;
}

.sbm-navigation .page-item.active .page-link {
  background: transparent;
  border-color: transparent;
  color: #000000;font-weight: 700;
}

.blog-search-strip {
  background: #DED7C9;
  margin-bottom: 100px;
}
.blog-search {
  background: #CAC0AC;
}
.blog-search .form-control {
  background: transparent;
  border-style: none;
}

.blog-search .input-group-text {
  background: transparent;
  border-style: none;
}
.banner-sec.inner-banner .container .row {
  min-height: 300px;
}
.white-box-card {
  padding: 30px;
  background: #FCF8EE;
  height: 100%;
}
.white-box-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.white-box-card p {
  font-size: 18px;
  color: #636363;
}
.career-sec .white-box-card {
  height: auto;
  margin-bottom: 30px;
}
.career-sec .white-box-card ol  li, .career-sec .white-box-card ul li {
  list-style: inherit;
  margin-bottom: 10px;
}

.career-sec .white-box-card ol {
  list-style: decimal;
}

.career-sec .white-box-card ul {
  list-style: disc;
}

.career-sec .white-box-card ul, .career-sec .white-box-card ol {padding-left: 25px;}

.career-sec .white-box-card ol ul {
  margin-top: 10px;
}
.need-info-block {
  background-color: #FCF8EE;
}
.need-info-block .col-btn, .need-info-block .col-img {
  flex: 0 0 300px;
  max-width: 300px;
}

.need-info-block .col-text {
  flex: 0 0 calc(100% - 600px);
  max-width: calc(100% - 600px);
  text-align: center;
}
.need-info-block .btn svg {
  margin-left: 20px;
  align-items: center;
}
.need-info-block .btn {
  display: inline-flex;
}
.need-info-block h3 {
  font-size: 24px;
}
.need-info-block p {
  color: #636363;
}
.need-info-block .col-img img {
  max-width: 100%;
}

.left-img-box, .right-img-box {
  background: #FCF8EE;
  margin-bottom: 30px;
  border-radius: 10px;
}
.left-img-box .title-1, .right-img-box .title-1 {
  margin-bottom: 15px;
}

.left-img-box .lib-content {
  padding: 40px 100px 40px 30px;
}
.right-img-box .rib-content {
  padding: 40px 30px 40px 100px;
}

.right-img-box .img-holder {
  text-align: right;
}
.faq-wrap .btn-link.collapsed {
  color: #636363;
}
.header .navbar  .dropdown .nav-link:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.header .navbar  .dropdown.show .nav-link:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.icon-list2 {
  list-style: none;
  padding-left: 35px;
}
.icon-list2 .il-ico {
  position: absolute;
  left: -35px;
  top: 4px;
}
.icon-list2 li {
  position: relative;
  margin-top: 20px;
}
.contactus-sec iframe {
  height: 100%;
}
.title-1 p.bottom-txt {
  color: #000000;
  font-weight: 700;
}

.title-1 p.bottom-txt svg {
  height: auto;
  vertical-align: bottom;
  margin-right: 5px;
}


.form-design-1 .form-group {
  margin-bottom: 20px;
}
.form-design-1 .form-group .form-control {
  border-radius: 10px;
  height: auto;
  padding: 9px 15px;
  font-size: 18px;
  border-width: 1px;
  border-color: #EEE9DB;
  color: #000000;
  background-color: #EEE9DB;
  font-weight: 600;
}
.form-design-1 .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-design-1 .form-group label {
  font-size: 16px;
  color: #636363;
  margin-bottom: 5px;
  padding-left: 10px;
}
.form-design-1 .form-group .checkbox-1 {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding-left: 35px;
  min-height: 30px;
}
.form-design-1 .form-group .checkbox-1 .markbox {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #929292;
  top: 3px;
  left: 0;
  margin-top: 0;
  background: #ffffff;
  border-radius: 4px;
}
.form-design-1 .form-group .checkbox-1 .markbox:before {
  width: 11px;
  height: 6px;
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  border: 2px solid #ffffff;
  border-style: none none solid solid;
  -webkit-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-design-1 .form-group .checkbox-1 input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.form-design-1 .form-group .checkbox-1 input:checked ~ span.markbox {
  background: #C00000;
  border-color: #C00000;
}
.form-design-1 .form-group .checkbox-1 input:checked ~ span.markbox:before {
  -webkit-transform: rotate(-50deg) scale(1);
  transform: rotate(-50deg) scale(1);
  opacity: 1;
}
.form-design-1 .form-group .custom-select {
  background: #fff url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflAwYMHjb6d1a/AAAAWElEQVQI123LMQrCQBhE4e8CaSWdXkHIDSRgZxEQNSaQnD9XkD/Fgq7LvmrmDcPJRclZQ+fj8adXm2MK4fnVb2HJS5om4Z7fX0LvWmoYhHBTYTaq0jr8yg6I1xE2uVXddAAAAABJRU5ErkJggg==") no-repeat right 0.75rem center;
  border-color: #C7C7C7;
  border-width: 1px;
  border-radius: 0px;
  color: #000000;
  padding: 9px 15px;
  font-size: 16px;
  height: auto;
  box-shadow: none;
}
.form-design-1 ::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}
.form-design-1 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.form-design-1 ::placeholder {
  color: #000000;
}
.form-design-1 .full-name-block {
  display: flex;
}
.form-design-1 .full-name-block .custom-select {
  -webkit-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
}
.form-design-1 .full-name-block .full-name-input {
  -webkit-flex: 0 0 calc(100% - 140px);
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding-left: 20px;
}
.form-design-1 .form-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.form-design-1 .form-inline .checkbox-1 {
  margin-right: 15px;
  padding-left: 30px;
}
.form-design-1 .btn {
  min-width: 170px;
}
.apply-form {
    background: #FCF8EE;
    padding: 40px;
    border-radius: 10px;
}
.left-txt-field {
  position: relative;
}
.left-txt-field .input-group-prepend {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 5;
}
.left-txt-field .form-control {
  padding-left: 30px !important;
}
.left-txt-field .input-group-text {  
  background: transparent;
  border-style: none;
  font-weight: 700;
  color: #000000;
}
.form-title {
  display: flex;
  padding: 0 40px;
}
.form-title .form-icon {
  flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
  max-width: 120px;
}
.form-title p {
  align-self: center;
}

.img-style-1 {
  display: block;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  max-width: 94%;
}
.img-style-1 img {
  width: 100%;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
.img-style-1:before {
  content: "";
  position: absolute;
  display: block;
  background: #E51D50;
  top: -12px;
  right: -12px;
  height: 90%;
  width: 90%;
  z-index: -1;
  border-top-right-radius: 35px;
}
.right-border-1 {
  border-right: 1px solid #ffffff;
}
.foot-text-right {
  text-align: right;
}
.img-info-card {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #E51D50;
}
.img-info-sec .iic-content.bg-white h2,
.img-info-sec .iic-content.bg-white p {
  color: #000;
}

.img-info-card .iic-content,
.img-info-card .iic-img {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  max-width: 50%;
}
.img-info-card .iic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-info-card .iic-content {
  background: #E51D50;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.img-info-card:hover .iic-content {
  background: #fff;
}
.img-info-card:hover .iic-content.bg-white{background: #E51D50 !important;}
.img-info-card:hover .iic-content.bg-white h2,
.img-info-card:hover .iic-content.bg-white p {
  color: #fff;
}
.img-info-card:hover .iic-content h2,
.img-info-card:hover .iic-content p {
  color: #000;
}
.img-info-card .iic-content h2,
.img-info-card .iic-content p {
  color: #ffffff;
  line-height: 1.6;
}
.img-info-card .iic-content h2 {
  font-size: 35px;
  font-weight: 600;
}
.img-info-card .iic-content .inner-box {
  text-align: center;
  padding: 15px;
  width: 100%;
}


/* ===================Therapies page start=================== */
.subBannerRight .subBannerImg > img {
  object-position: right;
}

.therapiesSec .row {align-items: center;}
.therapiesSec .img-style-1{max-width: 100%;}
.therapiesSec h3 {
  font-size: 35px;
}
.therapiesSec .leftBar .img-style-1 img {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.therapiesSec .leftBar .img-style-1 img{
  width: 100%;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.therapiesSec .rightBar .img-style-1 img {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.therapiesSec .leftBar .img-style-1:before {
  left: -12px;
  border-top-left-radius: 35px;
  border-top-right-radius: 0;
}
.ulList ul {
  padding: 0;
  margin: 0;
}

.ulList ul li {
  position: relative;
  padding: 3px 5px 3px 28px;
}
.ulList ul li:after {
  width: 6px;
  height: 6px;
  background: #E51D50;
  position: absolute;
  left: 0;
  top: 17px;
  content: "";
  border-radius: 50%;
}

.therapiesSec .ulList h5,
.ulList ul li p,
.ulList ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 0px;
}

/* pricing */

.PricingMain ul {
  padding: 0;
/*  max-width: 450px;*/
  width: 100%;
}

.PricingMain ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  line-height: 35px;
  padding: 3px 0px;
}
.PricingMain ul li span {
  font-weight: 500;
}

/*25-06-2024*/
.mediaSec .img-style-1{
  padding-top: 12px;
}
.mediaSec .leftBar .img-style-1{
  padding-left: 12px;
}
.mediaSec .rightBar .img-style-1{
  padding-right: 12px;
}
.therapiesSec.mediaSec .leftBar .img-style-1:before{
  left: 0;
  top: 0;
}
.therapiesSec.mediaSec .rightBar .img-style-1:before{
  right: 0;
  top: 0;
}
.mediaSec .owl-theme .owl-nav{
  position: absolute;
  bottom: 100%;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}
.mediaSec .owl-theme .owl-nav button{
  background-color: #E51D50;
  border: 2px solid #E51D50;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  color: #FCF8EE;
  font-size: 16px;
  transition: all ease 0.3s;
}
.mediaSec .owl-theme .owl-nav button:hover{
  background-color: white;
  color: #E51D50;
}
.btnFlex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 250px;
}
