@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');


/*******************
    General
*******************/

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}	

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

html {
	font-size: 62.5% !important;
	scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #505458;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5rem;
  position:relative;
  overflow-x: hidden;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  color:#222;
  font-weight: 600;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background: #F28715;
  color: #ffffff;
}

::selection {
  background: #F28715;
  color: #ffffff;
}

.ftmb a:hover {
  color: #F28715 !important;
}


.text-justify {
  text-align: justify;
}

body .text-primary {
  color: #0e1e36 !important;
}

.fw-semibold {
    font-weight: 600;
}

.fw-black {
    font-weight: 800;
}

.text-justify {
    text-align: justify;
}

.text-blue {
    color: #5252D4;
}

.bg-blue {
    background-color: #5252D4;
}

.border-primary {
    border-color: #5252D4 !important;
}


/******************
    Navbar
*******************/

/*.info a {
    color: #ffda6c !important;
}*/
 
.top-header a:hover {
    color: #fff !important;
    transition: all 0.5s linear;
}

.social span {
    width: 4rem;
    height: 4rem;
}

.brand-wrap {
    width: 25%;
}

.brand-wrap img {
  width: 60px;
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav .drop-link {
    color: #0e1e36;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.5rem;
    padding: 3rem 10px !important;
    letter-spacing: .2px;
    margin: 0 4px;
}

/* .navbar .navbar-nav .nav-link:hover, 
.navbar .navbar-nav .nav-link:focus, 
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .drop-link:hover,
.navbar .navbar-nav .sub-link:hover, 
.navbar .navbar-nav .drop-link:focus, 
.navbar .navbar-nav .drop-link.active {
  background: transparent;
  color: #ef0548;
} */

.dropdown-menu {
    min-width: 35rem;
}               

.navbar .dropdown-menu a {
    font-size: 1.5rem;
    padding: 1em 5em .5em 0em !important;
    line-height: 3rem !important;
}

.navbar .dropdown-item:hover .nav-link {
  background-color: transparent;
}



.dropdown-menu i {
    position: absolute;
    right: 15px;
}

hr.dropdown-divider {
    margin: 0;
}

.btn-blue {
    font-size: 15px;
    padding: 15px 30px !important;
    border-radius: 5px;
    border: 2px solid #5252d4;
    background-color: #5252d4 !important;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: inset 0 0 3px 0 rgb(2 18 106 / 10%);
    display: inline-block;
}

.navbar:hover {
  z-index: unset;
}

body .btn-blue:hover, .btn-blue:focus {
  background: #fff !important;
  color: #5252d4 !important;
}

.sub-title {
  font-size: 35px;
}


.offcanvas-end, .offcanvas-start {
    max-width: 100%;
    width: 100% !important;
    padding: 1em;
    height: 100vh;
}


/******************
    Hero 
*******************/

.hero {
  width:100%;
  position: relative;
  display: block;
  clear: both;
}

.hero .carousel-item {
  background-position: center !important;
  background-size: cover !important;
  min-height: 80vh;
  display: block;
}

.slide_info h2 {
    font-size: 6rem;
    font-weight: 800;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 50px;
}

body .carousel-control-next, .carousel-control-prev {
    width: 5%;
}



.title {
  font-size: 5rem;
}

.spacing {
  padding: 80px 0px 0px 0px;
}

img:hover {
  cursor: pointer;
}


#button {
    display: inline-block;
    background-color: #5252d4;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}


#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #e48f22;
}
#button:active {
  background-color: #ef0548;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.whatsap {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.service_ img {
    filter: brightness(0) invert(1);
}

img.essmg {
    filter: brightness(1) !important;
}

.fields .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .5em solid;
  border-right: .5em solid transparent;
  border-bottom: 0;
  border-left: .5em solid transparent;
  right: 20px;
  position: absolute;
  top: 21px;
}

.fields .dropdown-toggle {
  position: relative;
}

.bg-mix {
  background: linear-gradient(180deg, #E7F3F7 50%, #e4d6d6);
}
.rounded-4 {
  border-radius: 1rem;
}

.form-control, .form-select {
  height: 50px;
  font-size: 14px;
  text-indent: 12px;
  font-weight: 600;
  color: #6c757d !important;
}

.title-sm {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.pric-header {
  height: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ff000029;
  border-radius: 0 0 50% 50%;
}

.nme {
  font-size: 24px;
  font-weight: 600;
}

h2.num {
  font-size: 60px;
  color: #ec3237;
}
 
/*******************
    Footer
*******************/



.footer {
  padding: 20px 0px;
}

.copyright {
  color: #fff;
  margin: 0px;
}

.footer-one {
  color: #98a6ad;
  padding-top: 60px;
  padding-bottom: 0px;
}

.footer-one h5 {
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
	position:relative;
}
.footer-one a {
    color: #98a6ad;
    line-height: 28px;
    font-size: 1.5rem;
    font-weight: 400;
	transition: all .4s linear;
}


.footer-one a:hover {
  color: #5252d4 !important;
}



.footer-one-alt {
  padding: 10px 0px;
  border-top: 1px solid #ffffff45;
}


.navbar.fixed-onscroll {
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
}

.ftb {
    background: linear-gradient(90deg, rgba(14,30,54,1) 0%, rgba(239,5,72,1) 100%);
    padding: 10px;
}

.specarea img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.autor img {
  width: 60px !important;
  height: 60px;
  margin: 0 auto 20px;
}

.bg-red {
  background: #ec3237;
}

.text-red {
  color: #ec3237;
}

.page_bg {
  background-image: url(../images/nimages/pbg.jpg);
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

h2.page_title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec_space {
  padding-block: 80px;
}

.doc_img img {
  border-radius: 30px;
}

.doc_item {
  position: relative;
}

.doctors_area .doc_info {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 0;
  border-radius: 0 0 30px 30px;
  color: #fff;
  line-height: normal;
  font-size: 15px;
}

a.explore {
  color: #5c5c5c;
  font-weight: 600;
}


.bg1 {
  background: #83d2ff !important;
}

.bg2 {
  background: #CDEDBC !important;
}

.bg3 {
  background: #ffa6ad !important;
}


.bg4 {
  background: #ffbd77 !important;
}


.fw-600 {
  font-weight: 600;
}


.dcont h2 {
  font-size: 3.5em;
  font-weight: 800;
}

.callinfo a {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.callinfo {
  margin-block: 2.4rem !important;
  padding-block: 20px !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.callinfo i {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa6ad;
  border-radius: 10px;
  margin-right: 15px !important;
}

.followus i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 5px;
}

.followus i:hover {
  background: #396CF0 !important;
  color: #fff !important;
}

.appform {
  background: #9eb9ff;
}

/******************* Inner pages css start *******************/


/*******************  Responsive *******************/


@media (max-width: 1200px) {
.home-carousel .carousel-item {
    min-height: 30rem !important;
}

}



@media (max-width: 1023px) {
html {
		font-size: 60%;	
}

.brand-wrap {
    width: 70%;
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav .drop-link {
    padding: 1.5rem 10px !important;
}

.navbar-toggler:focus {
    outline: 0;
     box-shadow: 0 0 0 0rem; 
}
	
.navbar {
    padding: 2rem 1rem;
    width: 100%;
    position: relative;
}
	

.navbar-toggler {
    font-size: 2.2rem;
    /*background-color: #273423;*/
}


.hero .carousel-item {
    min-height: 36rem !important;
     padding: 0 !important; 
}


.slide_info h2 {
    font-size: 3rem;
}

}
@media (min-width: 768px) {

  .ftbox-sec {
    width: 100% !important;
    padding: 45px;
    top: 45px !important;
}
.footer {
  padding: 50px 0px 30px 0px !important;
  background: #0e182f !important;
}
.bookmg img {
  height: auto !important;
}
.hero-sec {
  padding: 25px 0px 100px 0px !important;
  text-align: center;
}
button.navbar-toggler span i.fal.fa-bars.text-white {
  color: #000 !important;
}
div#main_nav ul.navbar-nav {
  gap: 0px !important; 
}
.signbtn {
  margin-left: 0px !important;
}
.abo-sec {
  padding: 60px 0px !important;
}
.simgs {
  margin-top: 30px !important;
}
.simgs {
  display: flex !important;
}
.ftpart {
  padding: 18px !important;
}
}




 
 @media (max-width: 767px) {
	html {
		font-size: 50%;	
	}

  .bigcl {
    width: 100% !important;
    margin: auto;
}

  .carousel-caption {
    padding: 55px 0;
}
button.navbar-toggler span i.fal.fa-bars.text-white {
  color: #000 !important;
}
div#main_nav ul.navbar-nav {
  gap: 0px !important; 
}
.hero-con h2 {
  font-size: 28px !important;
  margin-bottom: 10px;
}
.signbtn {
  margin-left: 0px !important;
}

.bookmg img {
  height: auto !important;
}
.combtn {
  padding: 8px 29px !important;
  font-size: 14px !important;
}

.hero-con p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.heromg-sec {
  top: 15px !important;
}
.plat-sec {
  padding-top: 50px !important;
}
.spnm {
  line-height: 24px;
}
.tithd {
  font-size: 25px !important;
  margin: 11px 0px;
}
.abo-sec.opdbook {
  padding: 0px 0px 30px 0px !important;
}

.plat-hd p {
  font-size: 16px !important;
  line-height: 24px;
}
.parts {
  padding: 20px !important;
  margin-bottom: 20px;
}
.plbtn {
  margin-top: 15px !important;
}
.abo-sec {
  padding: 40px 0px !important;
}
.abo-sec {
  text-align: center !important;
}
.book-con p {
  font-size: 16px !important;
  line-height: 23px !important;
}

.abobtn {
  margin-top: 15px !important;
}
.bookmg {
  margin-top: 30px !important;
}
.feat-sec {
  padding: 30px 0px !important;
  text-align: center !important;
}
.ftbtn {
  margin-top: 20px !important;
  margin-bottom: 25px !important;
}
.ftpart {
  margin-bottom: 20px;
}

.footer {
    padding: 35px 0px 30px 0px !important;
    /* background-image: url(../images/foterimg2.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background: #0e182f;
    margin-top: 70px;
}

.fooser {
  margin-top: 10px !important;
}
.foot-sc ul {
  padding-left: 10px !important;
}
.footer .row { 
  padding-bottom: 0px !important; 
}

nav.navbar.navbar-expand-lg.d-lg-block.fixed-onscroll {
  background: #fff !important;
}


.ab-sec {
  padding: 30px 0px !important;
}
.ab-sec.bglig {
  text-align: center !important;
}
.simgs {
  margin-top: 27px !important;
  display: flex !important;
  align-items: center;
  margin-bottom: 20px !important;
}
.spacing {
  padding: 40px 0px 0px 0px;
}
.ftbox-sec {
  width: 100% !important;
  padding: 20px !important;
  top: 40px !important;
}
.box-con h3 {
  font-size: 32px !important;
  margin-bottom: 10px !important;
}

.hero-sec {
  padding: 10px 0px 30px 0px !important;
}

.hero .carousel-item {
    min-height: 26rem !important;
     padding: 0 !important; 
}


.footer-one {
    padding-top: 20px;

}
  

  .footer-one h5 {
    margin-top: 30px;
  }

  .footer-one-alt {
    text-align: center !important;
  }


.footer-one a {
    font-size: 1.3rem;
}

.copyright {
    font-size: 1.3rem;
}


.title {
    font-size: 3rem;
}

footer .col-lg-4 ul li a {
    width: 75% !IMPORTANT;
}

/* .memrow .col-6:nth-child(even) {
  padding-left: 25px;
}

.memrow .col-6:nth-child(odd) {
  padding-right: 25px;
} */


.gpb {
  padding-bottom: 10px !important;
}

body .memrow {
  margin-top: 30px !important;
}

.memrow .col-6 {
  width: 46% !important;
}

.row {
  margin-inline: 0 !important;
}

 }



 .hdrcon {
  text-align: center;
}
.hdrtop {
  background: #ff9d28;
  padding: 7px 0px;
}
.hdrcon h3 {
  margin: 0px;
  font-size: 15px;
  font-weight: 400;
}

.combtn {
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
div#main_nav ul.navbar-nav {
  gap: 20px;
}
.signbtn {
  margin-left: 18px !important;
}
header {
  background: #ffe1c2 !important;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.rbtm {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.rtop {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.r50 {
  border-radius: 50px;
}


.hero-sec {
  padding: 80px 0px 100px 0px;
  text-align: center;
}
.hero-con h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
.hero-con p {
  margin-bottom: 30px;
  font-size: 19px;
}
.heromg-sec {
  position: relative;
  top: -90px;
}
.plat-hd {
  text-align: center;
}
.spnm {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0px;
}
.tithd {
  font-size: 35px;
  font-weight: 700;
  margin: 15px 0px;
}
.plat-hd p {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}
.parts {
  text-align: center;
}
.parts {
  text-align: center;
  padding: 30px;
  background: #f2f2f285;
  border-radius: 22px;
}
.parts h4 {
  margin: 20px 0px 10px 0px;
  font-size: 17px;
}
.parts p {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 45px 20px 45px;
  line-height: 20px;
}
.plbtn {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
.abo-sec {
  padding: 80px 0px;
}
.abo-sec .row {
  align-items: center;
}
.bookmg img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.book-con p {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}
.abobtn {
  margin-top: 25px;
}
.bglig {
  background: #f0f2f8 !important;
}

.feat-sec {
  padding: 80px 0px;
  background: #f7f8fc;
}
.ftbtn {
  margin-top: 25px;
}
.ftpart {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  height: 250px;
  box-shadow: 0px 0px 3px #ccc;
}
.ftpart img {
  width: 35%;
}
.ftpart h4 {
  margin: 30px 0px 5px 0px;
  font-size: 14px;
  color: #ca1d29;
  font-weight: 700;
}
.ftpart p {
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}
.ab-sec {
  padding: 80px 0px;
}
.simgs {
  margin-top: 60px;
}
.ab-sec p {
  margin: 25px 0px;
}
.simgs img {
  margin-right: 45px;
}
.test-wrap span {
  font-size: 35px;
  letter-spacing: -1px;
}

.testicard i.fas.fa-quote-left {
  margin-bottom: 13px;
  margin-left: 18px;
  color: #f28715;
}
.quteo i.fas.fa-quote-right {
  margin-left: 470px;
  color: #f28715;
}
.autor {
  text-align: right !important;
  margin-right: 45px;
}
.fw-semibold {
  font-weight: 600;
  font-size: 15px;
  color: #f38715;
}
.ftbox-sec {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 65px;
  border-radius: 12px;
  background: #ffffffdb;
}
.box-con h3 {
  font-size: 38px;
  color: #f28715;
  font-weight: 700;
  margin-bottom: 18px;
}
.box-con p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.box-btn {
  margin-bottom: 18px;
}
.footer {
  padding: 255px 0px 30px 0px;
  background-image: url(../images/foterimg2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.foot-sc ul {
  list-style: none;
  padding-left: 20px;
  display: flex;
  gap: 14px;
  margin-top: 25px;
}
.foot-sc ul li a {
  color: #fff;
  font-size: 29px;
}
.foot-sc h2 {
  color: #fff !important;
}

.fooser ul {
  list-style: none;
  padding: 0px;
}
.fooser ul li {
  padding-bottom: 16px;
}

.fooser ul li a {
  color: #fff;
  font-weight: 600;
}
.footer .row {
  border-bottom: 2px solid #fff;
  padding-bottom: 65px;
  margin-bottom: 18px;
}
.copyri {
  text-align: center;
}
.copyri span {
  color: #fff;
}
.fooser h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
nav.navbar.navbar-expand-lg.d-lg-block.fixed-onscroll {
  background: #fff !important;
}
.imghero img.img-fluid {
  box-shadow: 0px 0px 12px #7474743b;
  border-radius: 25px;
}
.imghero {
  text-align: center;
  margin-top: 20px;
}

.page_header {
  padding-block: 50px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #ffe1c2;
}

.memb_sec img {
  width: 40px;
  margin: auto;
}

.memb_sec h5 {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.bigcl {
  width: 70%;
  margin: auto;
}

.memrow {
  margin-top: -70px !important;
}

.memb_sec {
  padding-bottom: 70px;
}

.gpb {
  padding-bottom: 70px;
}

.frmcrd input {
  height: 40px !important;
}

.input_btn input {
  height: 35px !important;
  font-size: 13px;
}

.logpage {
  max-height: 280px;
  height: 100% !important;
  overflow: visible !important;
}



/*# sourceMappingURL=style.css.map */