

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

@font-face {
  font-family: 'Cera Pro Thin';
  src: url('CeraPro-Thin.eot');
  src: url('CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
  url('CeraPro-Thin.woff') format('woff'),
  url('CeraPro-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }

.ind{
    font-family: sans-serif;
}

.info2{
  font-family: 'Playfair Display', serif;
}

.sidetext{
  font-family: 'Recursive', sans-serif;
  font-size: 5vw;
}

.ads{
    font-family: 'Cairo', sans-serif;
}


.full-screen {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.carousel-caption {
    top: 20%;
    left:20%;
}



#more {
  display: none;
  animation-duration: 4s;
}

.carousel-item{
  transition: transform 2s, opacity .5s ease-in-out;
}

.fade-in {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
 

/*////////////////////////////////Large desktop /////////////////////////*/
@media (min-width: 851px) and (max-width: 100000px) {
  
  .introname{ width:55%; margin:0 auto; top:20%; position :absolute; z-index:20; right:0%; color:white;}
  
  .ade{font-size: 25px;}
  
  .fertile{font-size: 50px;}
  
  .details {font-size:  18px;}

  .left{text-align: center;}

  .view1{margin-top: -80%; width: 80%; margin-left: 150px; border: }

  .box{ height: 60%; }

  .logo{max-width: 20vw;}

  .marketing{max-width: 5vw;}

  .in{padding: 14px 28px;}

  .out{padding: 6px 16px;}

  .footimage{max-width: 7vw;}
}
 
/* ////////////////////////////////////////Portrait tablet to landscape and desktop ////////////////////////////////*/
@media (min-width: 605px) and (max-width: 850px) {

  .introname{ width:40%; margin:0 auto; top:15%; position :absolute; z-index:20; right:0%; color:white;}
  
  .ade{font-size: 14px;}
  
  .fertile{font-size: 25px;}
  
  .details {font-size:  12px;}

  .left{text-align: center;}

  .view1{margin-top: -60%; width: 80%; margin-left: 100px;}

  .box{ height: 60%; }

  .logo{max-width: 30vw;}

  .testi1{font-size: 14px;}

  .in{padding: 14px 28px;}

  .footimage{max-width: 14vw;}
  
}
 
/* Landscape phone to portrait tablet ////////////////////////////////////////////////////////////////// */
@media (min-width: 481px) and (max-width: 604px) {
    
  .introname{ width:42%; margin:0 auto; top:30%; position :absolute; z-index:20; left:0%; color:white;}
  
  .ade{font-size: 15px;}
  
  .fertile{font-size: 35px;}
  
  .details {font-size:  12px;}

  .left{text-align: left;}

  .view1{margin-top: -50%; width: 80%; margin-left: 100px;}

  .box{ height: 60%; }

  .logo{max-width: 40vw;}

  .testi1{font-size: 13px;}

  .in{padding: 14px 28px;}

  .footimage{max-width: 6vw;}

  .footimage{max-width: 12vw;}
}
 
/* Landscape phone to portrait tablet ////////////////////////////////////////////////////////////////// */
@media (min-width: 400px) and (max-width: 480px) {

  .introname{ width:50%; margin:0 auto; top:30%; position :absolute; z-index:20; left:0%; color:white;}
  
  .ade{font-size: 15px;}
  
  .fertile{font-size: 35px;}
  
  .details {font-size:  12px;}

  .left{text-align: left;}

  .view1{margin-top: -50%; width: 80%; margin-left: 100px;}

  .box{ height: 60%; }

  .logo{max-width: 40vw;}

  .testi1{font-size: 12px;}

  .marketing{max-width: 20vw;}

  .in{padding: 14px 28px;}

  .footimage{max-width: 8vw;}
       
} 


/* Landscape phones and down ////////////////////////////////////*/
@media (max-width: 399px) { 

  .introname{ width:60%; margin:0 auto; top:30%; position :absolute; z-index:20; left:0%; color:white;}
  
  .ade{font-size: 18px;}
  
  .fertile{font-size: 35px;}
  
  .details {font-size:  13px;}

  .left{text-align: left;}

  .view1{margin-top: -75%; width: 80%; margin-left: 60px;}

  .box{ height: 60%; }

  .logo{max-width: 40vw;}

  .testi1{font-size: 11px;}

  .marketing{max-width: 20vw;}

  .in{padding: 16px 25px;}

  .footimage{max-width: 18vw;}

  
       
} 


/*//////////////////////////////////////////////*/

.img {
   object-fit: cover;
   width: 50px;
   height: 100px;
}


.arrow {
  margin:0 auto; bottom:100px; position :absolute; z-index:20; left:50%; color:white;
  width: 3vw;
  height: 3vw;
  border: 1vw solid;
  border-color: rgb(98, 0, 255) transparent transparent rgb(0, 238, 255);
  transform: rotate(225deg);
  -webkit-animation: slide 3s linear infinite; 
          animation: slide 3s linear infinite;
}

.d1 {
  -webkit-animation-delay: -1s; 
    animation-delay: -1s;
}
.d2 {
  -webkit-animation-delay: -2s; 
    animation-delay: -2s;
}

    @-webkit-keyframes slide {
    0% { opacity:0; bottom:50px; }  
   25% { opacity:1; bottom:30px; } 
   50% { opacity:1; bottom:15px;}  
  100% { opacity:0; bottom:10px;} 
}
@keyframes slide {
    0% { opacity:0; bottom:50px; }  
   25% { opacity:1; bottom:30px; } 
   50% { opacity:1; bottom:15px;}  
  100% { opacity:0; bottom:10px;} 
}

.navbar{
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin-top: 0px; 
padding-top: 2px;  
z-index: 100;
color: white;
}

.nv{
  background-color: #1D4C06;
}

 
#loader {
  display:inline-block;
  padding:0px;
  -webkit-animation: loader4 1s ease-in-out infinite;
  animation: loader 1s ease-in-out infinite;
  position: absolute;
  left: 50%;
  bottom: 45%;
  transform: translate(-50%, -45%);
}



  .loader{
    width: 100px;
    height: 40px;
    position: relative;
    margin: 50px auto 0;
}
.loader .inner_loader{
    background: #db2651;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    animation: move-ball 1s infinite linear;
}
.loader .inner_loader:nth-child(2){
    background: #021c2c;
    animation-delay: -0.2s;
}
.loader .inner_loader:nth-child(3){
    background: #512961;
    animation-delay: -0.4s;
}
.loader .inner_loader:nth-child(4){
    background: #d62edf;
    animation-delay: -0.6s;
}
.loader .inner_loader:nth-child(5){
    background: #742cc0;
    animation-delay: -0.8s;
}
@keyframes move-ball{
    0%{
        box-shadow: 0px 21px 15px 0px rgba(0, 0, 0, 0.25);
        filter: brightness(1.1);
        transform: translatey(0) scale(1);
    }
    25%{
        box-shadow: 0px 38.5px 25px 0px rgba(0, 0, 0, 0.25);
        filter: brightness(1);
        transform: translatey(-17.5px) scale(0.75);
    }
    50%{
        box-shadow: 0px 21px 15px 0px rgba(0, 0, 0, 0.25);
        filter: brightness(0.8);
        transform: translatey(0px) scale(0.5);
    }
    75%{
        box-shadow: 0px 3.5px 5px 0px rgba(0, 0, 0, 0.25);
        filter: brightness(1);
        transform: translatey(17.5px) scale(0.75);
    }
    100%{
        box-shadow: 0px 21px 15px 0px rgba(0, 0, 0, 0.25);
        filter: brightness(1.1);
        transform: translatey(0) scale(1);
    }
}


 .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0%;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-color: rgba(51, 77, 0);  
  opacity: 0.96;"
}

.sideS{background-color: rgba(51, 77, 0);}

.tx1{background-image: linear-gradient(to right, #388D3C ,  #E9D50B);}

.lg_btn{
  margin: auto; 
  display: block; 
  font-family: Courier, monospace;
  background-image: linear-gradient(to right, #388D3C ,  #D4AC0D);
}

.lg_bg{
  background:url("../images/login.jpg");
   background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  font-family: Coronetscript, cursive;
   -webkit-animation: loader4 1s ease-in-out infinite;
   animation: loader 1s ease-in-out infinite;

 }

.input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #D4AC0D;
 
}

.ref {
  border: 0;
  outline: 0;
  background: #D4BF0D;
}

.input1 {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #D4AC0D;
   border-right: 2px solid #D4AC0D;
 height:5vh;
}

.input3 {
  background: transparent;
  border: 2px solid #D4AC0D;
  height:5vh;
}

.input2 {
 border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #D4AC0D;
   border-right: 2px solid #D4AC0D;
 height:6vh;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.long{
  border:0;
  background:transparent;
  border-bottom: 2px solid #D4AC0D;
}




/* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 6, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 145px;
  padding-bottom: 129px;
  background: #1F1F1F;
}

@media (max-width: 767px) {
  /* line 6, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 14, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 21, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 21, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 41, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #C7C7C7;
}

/* line 44, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 50, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

/* line 53, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

/* line 59, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

/* line 63, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

/* line 67, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 76, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  font-size: 16px;
  color: #BABABA;
  line-height: 42px;
}

/* line 80, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: #5DB2FF;
}

/* line 86, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 89, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

/* line 97, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

/* line 102, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5DB2FF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

/* line 116, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 16px;
  color: #BABABA;
}

/* line 122, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}

/* line 125, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

/* line 128, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 16px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 128, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

/* line 136, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #5DB2FF;
}

/* line 141, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /* line 141, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 147, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
}

/* line 150, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 18px;
  line-height: 42px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background: #000000;
  border-radius: 4px;
  line-height: 50px !important;
  margin-right: 7px;
}

/* line 163, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_footer.scss */
.footer .socail_links ul li a:hover {
  color: #6dffc9 !important;
}

.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

.one{
  background: -webkit-linear-gradient(rgb(255, 255, 255), #7dfab8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.who{
  background: -webkit-linear-gradient(rgb(0, 0, 0), #7dfab8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in{
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.455);
  background-image: linear-gradient(to right, #7dfab8 ,  #0be9cf);
  color: black;
}

.btn1{color: #fff; background: linear-gradient(135deg, #444603, #0d1501);text-decoration: none;}
    .btn2{color: #fff; background: linear-gradient(135deg, #0e0301, #000000);text-decoration: none;}
    .btn{color: #fff; background: linear-gradient(135deg, #000000, #d400fa);text-decoration: none;}
    .btn3{color: #fff; background: linear-gradient(135deg, #03463e, #07b684);text-decoration: none;}