@charset "utf-8";
/* CSS Document */
 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin:0;
     padding:0;
}
 *:before, *:after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     margin:0;
     padding:0;
     font-family: 'Gilroy-Medium';
     -webkit-overflow-scrolling: touch;
    background-color: #F5FAFE;
    overflow-x: hidden;
}
 :focus {
     outline:none;
}
 ul, li, ol {
     list-style:none;
     padding: 0;
     margin: 0;
}
 a {
     text-decoration:none;
     -webkit-transition:0.5s;
     color: #494949;
     transition:0.5s;
}
 input[type="button"],input[type="submit"] {
     text-decoration:none;
     -webkit-transition:0.5s;
     transition:0.5s;
}
 a:hover{
    color:#0072ca;
     text-decoration: none;
     outline: none;
}
 a:focus {
    text-decoration: none;
     outline: none;
}
 a img, img {
     border:none;
     vertical-align:middle;
     max-width:100%;
     width:auto
}
 h1, h2, h3, h4, h5, h6 {
     font-weight: 700;
     margin: 0px;
     padding: 0px;
     font-family: 'Gilroy-Bold';
}
 p {
     font-weight: 400;
     color: #626262;
     font-size: 16px;
     line-height: 25px;
     margin-bottom: 15px;
    font-family: 'Gilroy-Medium';
}
 :before, :after {
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box 
}
 input, button, select, textarea {
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
     outline: none !important;
     text-decoration: none !important;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     padding: 0;
     border: 0;
}
 input[type="checkbox"], input[type="radio"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: 0;
}
 input[type="search"], input[type="text"], textarea {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 table {
     border-spacing: 0;
     border-collapse: collapse;
}
 .row:before, .row:after {
    display: inline-block !important;
}
 .container {
    max-width: 1200px;
     width: 100%;
     margin:0 auto;
}
 .container:before, .container:after {
     display:table;
     content:"";
}
 .container:after {
     clear:both;
}
 a.menu-icon {
     display:none;
     height:auto;
     padding:7px 0 7px 0;
     width:60px;
}
 a.menu-icon span {
    display: block;
     background: #f6ad4d;
     height: 3px;
     width: 25px;
     margin: 4px auto;
}
 a.menu-icon span:nth-child(2) {
    width: 35px;
}
 .section-title h1 {
    position: relative;
    text-align: center;
    font-size: 40px;
    color: #F6AD4D;
    margin: 0px;
    padding-bottom: 20px;
    font-family: 'Gilroy-Bold';
    line-height: 1;
}
 .section-title p {
    color: #505050;
    text-align: center;
    font-size: 20px;
}
 .btn.btn-white {
    border: 1px solid #E8B257;
    padding: 6px 20px;
    color: #707070;
    font-size: 18px;
    border-radius: 11px;
}
 .btn.btn-yellow {
    background: #E8B257;
    padding: 6px 20px;
    color: #fff;
    border: 1px solid #E8B257;
    font-size: 18px;
    border-radius: 11px;
}
 #header {
}
 #header .logo-box {
    max-width: 180px;
     width: 100%;
     display: inline-block;
}
 #header .logo-box img {
    width: 100% !important;
     height: auto !important;
    max-width: 180px;
}
 #header .header-block {
    padding: 10px 0px;
     width: 100% !important;
    transition: 0.5s ease-in-out;
}
 #header .main-nav {
    max-width: calc(100% - 190px);
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}
 #header .main-nav ul {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 15px;
}
 .bx-wrapper .bx-controls-direction a.disabled {
    display: block !important;
}
 .form-control::placeholder {
    color: #AFAFAF;
     opacity: 1;
}
 .form-control:-ms-input-placeholder {
    color: #AFAFAF;
}
 .form-control::-ms-input-placeholder {
    color: #AFAFAF;
}
 #slider {
    padding: 0;
}
 #slider .sliderBox.slide1 .row {
    align-items: center;
}
 #slider .sliderBox.slide1 .slider-content {
    max-width: 500px;
    margin-left: auto;
}
 #slider .sliderBox.slide1 .slider-img img {
    max-width: 600px;
}
 #slider .sliderBox.slide1 {
    padding: 50px 0;
}
 #slider .sliderBox.slide1 .slider-content h1 {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
}
 #slider .sliderBox.slide1 .slider-content p {
    color: #fff;
    font-size: 29px;
    margin: 25px 0;
    line-height: 1.3;
}
 #slider .sliderBox.slide1 .slider-content .btn.btn-yellow {
    padding: 6px 30px;
}
 #slider .sliderBox.slide2 {
    background-size: 100% 100%;
}
 #slider .sliderBox.slide2 .row {
    min-height: 700px;
}
 #slider .sliderBox.slide2 .slider-img {
    height: 100%;
    display: flex;
    align-items: end;
}
 #slider .sliderBox.slide2 .slider-img img {
    max-width: 550px;
    margin: 0 auto;
}
 #slider .sliderBox.slide2 .slider-content {
    padding-top: 100px;
    max-width: 500px;
}
 #slider .sliderBox.slide2 h2 {
    font-size: 75px;
    font-family: 'Gilroy-Black';
    color: #E8B257;
    text-transform: uppercase;
}
 #slider .sliderBox.slide2 h3 {
    font-size: 55px;
    font-family: 'Gilroy-Medium';
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

.registerBanner.owl-theme .owl-nav button.owl-prev ,
#owl-demo-mobile.owl-theme .owl-nav button.owl-prev ,
#owl-demo.owl-theme .owl-nav button.owl-prev {
  left: -100px;
}
.registerBanner.owl-theme .owl-nav i ,
#owl-demo-mobile.owl-theme .owl-nav i ,
#owl-demo.owl-theme .owl-nav i {
  padding: 12px;
  border-radius: 50%;
  background: #fff;
}
.registerBanner.owl-theme .owl-nav ,
#owl-demo-mobile.owl-theme .owl-nav ,
#owl-demo.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  right: 90px;
  bottom:180px;
}
#owl-demo-mobile.owl-theme .owl-nav [class*=owl-]:hover 
.registerBanner.owl-theme .owl-nav [class*=owl-]:hover ,
#owl-demo.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: transparent;
  text-decoration: none;
}
#owl-demo-mobile.owl-theme .owl-nav [class*=owl-] i ,
.registerBanner.owl-theme .owl-nav [class*=owl-] i ,
#owl-demo.owl-theme .owl-nav [class*=owl-] i {
  color: #45BDBC;
}
#owl-demo-mobile.owl-theme .owl-nav [class*=owl-]:hover i ,
.registerBanner.owl-theme .owl-nav [class*=owl-]:hover i ,
#owl-demo.owl-theme .owl-nav [class*=owl-]:hover i {
  background: #45BDBC!important;
  color: #000;
  text-decoration: none;
}

 section {
    padding: 60px 0;
}
 .section-title {
    margin-bottom: 40px;
}
 .about-content {
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
    margin-top: 60px;
    border: 1px solid #C3DFE6;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 60px;
    margin-bottom: -120px;
}
 .about-content p {
    font-size: 23px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
}
 #service {
}
 #service .service-content {
    background: #fff;
    width: auto;
    display: inline-block;
    margin-left: auto;
    padding: 20px;
    border-radius: 15px;
    min-width: 300px;
    text-align: left;
     border: 1px solid #AED8D7;
}
 #service .service-box .row .col-md-5, .service-box .row .col-md-2 {
    padding: 0;
}
 #service .serviceBox.leftBox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
}
 #service .serviceBox .service-content img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
/* #service .serviceBox li {
    margin: 15px 0;
}
 */
 #service .serviceBox.leftBox ul {
    display: flex;
    flex-direction: column;
    height: 70%;
    justify-content: space-between;
}
 #service .service-content h6 {
    display: inline-block;
    font-family: 'Gilroy-Medium';
    font-size: 27px;
    vertical-align: middle;
    margin-left: 15px;
}
 #service .serviceBox.leftBox li {
    text-align: right;
}
 #service .serviceBox.leftBox li.leftFirst,.serviceBox.leftBox li.leftRight {
    margin-right: -105px;
    z-index: -1;
}
 #service .serviceBox.leftBox li.leftCenter {
    margin-right: -95px;
    z-index: -1;
}
 #service .serviceBox.leftBox li.leftCenter .service-content {
    padding-right: 140px;
}
 #service .serviceBox.rightBox {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: center;
}
 #service .serviceBox.rightBox ul {
    display: flex;
    flex-direction: column;
    height: 70%;
    justify-content: space-evenly;
}
 #service .serviceBox.rightBox .rightFirst {
    margin-left: -110px;
    z-index: -1;
}
 #service .serviceBox.rightBox .rightFirst .service-content {
    padding-left: 80px;
}
 #service .serviceBox.rightBox .rightLast {
    margin-left: -110px;
    z-index: -1;
}
 #service .serviceBox.rightBox .rightLast .service-content {
    padding-left: 80px;
}
 #service .serviceBox.rightBox .service-content h6 {
    margin-left: 0;
    margin-right: 15px;
}
 #video {
    background: #45BDBC;
    padding-bottom: 0;
    margin-bottom: 360px;
}
 #video h1 {
    color: #fff;
}
 #video .container > .video-box {
    margin-bottom: -300px;
}

#video .container > .video-box .video-img {
	height: 600px;
	width: 100%;
	object-fit: contain;
}

#video .container > .video-box .video-img video {
	height: 100%;
	width: 100%;
	/* aspect-ratio: 19/6; */
	object-fit: fill;
}
 #problem {
    padding-bottom: 130px;
}
section#problem .section-title h1 br {
    display: none;
}
 #problem .problem-top h5 {
    text-align: center;
    color: #505050;
    text-transform: uppercase;
    font-size: 28px;
}

 #problem .problem-top p {
    font-size: 20px;
    text-align: center;
    max-width: 80%;
    margin: 20px auto;
}
 #problem .problem-top p span {
     font-family: 'Gilroy-Black';
}
 #problem .problem-top {
     margin-bottom: 55px;
}
 #problem .problem-center {
     display: flex;
     align-items: center;
     background: #45BDBC;
     border-radius: 15px;
     padding: 0 125px;
     margin-top: 205px;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
}
 #problem .problem-content h3 {
     font-size: 55px;
     font-family: 'Gilroy-Black';
     color: #fff;
     margin-bottom: 25px;
}
 #problem .problem-content p {
     font-size: 20px;
     color: #fff;
}
 #problem .problem-content {
     max-width: 500px;
     margin: 0 auto;
}
 #problem .problem-img {
     margin-top: -185px;
     margin-bottom: -160px;
}
 #problem .problem-bottom .problem-content {
     padding-top: 35px;
}
 #problem .problem-bottom {
     background: #F6AD4D;
}
 #problem .problem-bottom .problem-content {
     padding-top: 35px;
}
 #problem .problemContent-box {
     background: #fff;
     padding: 30px 26px;
     text-align: center;
     border-radius: 20px;
     box-shadow: 0 0 4px #8381815c;
}
 #problem .problemContent ul {
     display: flex;
     justify-content: space-between;
}
 #problem .problemContent ul li {
     flex: 0 0 150px;
     max-width: 150px;
     position: relative;
}
 #problem .problemContent ul li::after {
     content: "";
     background: url('../images/icon/rightArrow.png');
     width: 30px;
     display: block;
     height: 50px;
     position: absolute;
     top: 50%;
     right: -60px;
     transform: translate(0,-50%);
}
 #problem .problemContent ul li:last-child:after {
     display: none;
}
 #problem .problemContent ul li.big-box {
     flex: 0 0 300px;
     max-width: 300px;
}
 #problem .problemContent-box .problemContent-text {
     margin-top: 15px;
}
 #problem .problemContent-img img {
     width: 45px;
     height: 45px;
     object-fit: contain;
}
 #problem .problemContent-text h6 {
     font-family: 'Gilroy-SemiBold';
     font-size: 17px;
     color: #505050;
     min-height: 81px;
}
 #problem .problemContent {
    margin-top: 35px;
     margin-bottom: -100px;
}
 #techservice .section-title p {
     max-width: 800px;
     margin: 0 auto;
}

section#techservice .techservice-box .techservice-img img {
    /* animation: spin 3s linear infinite; */
    animation-play-state: paused; 
}
section#techservice .techservice-box .techservice-img img:hover {
    
        animation-play-state: running;
}

@keyframes spin {
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
  }


 #testimonial {
     padding-top: 0;
}
 #testimonial .testimonial-box {
     background: #fff;
     margin: 0 15px 70px;
     padding: 55px;
     border-radius: 23px;
}
 #testimonial .testimonial-box .video-img img {
    max-width: 90px;
     margin: 0 auto;
}
 #testimonial .testimonial-box .video-img {
     text-align: center;
     margin-bottom: -145px;
}
 #testimonial .testimonial-box .testinonial-content p {
     text-align: center;
     max-width: 700px;
     margin: 0 auto 25px;
     font-family: 'Gilroy-Regular';
     font-size: 18px;
     line-height: 1.4;
     color: #707070;
}
 #testimonial .testimonial-box .video-img p {
     font-family: 'Gilroy-Regular';
     color: #707070;
     margin-top: 10px;
     font-size: 18px;
}
 #company {
    background-image: url('../images/footerbanner.png');
}
 #company .company-box {
    text-align: center;
}
 #company .company-img img {
    max-width: 80px;
}
 #company .company-content h3 {
    color: #ffff;
     font-size: 50px;
     margin: 10px 0;
     font-family: 'Gilroy-Black';
}
 #company .company-content p {
    color: #fff;
     font-size: 30px;
     font-family: 'Gilroy-Bold';
     line-height: 1.3;
}
 #footer .footer-center ul {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 #footer .footer-top .row {
     align-items: center;
}
 #footer .footer-right ul {
     display: flex;
     align-items: center;
     justify-content: end;
     column-gap: 25px;
}
 #footer .footer-center ul li img {
     max-width: 110px;
}
 #footer .footer-top {
     padding: 60px 0 40px;
     border-bottom: 1px solid #AFAFAF;
}
 #footer .footer-bottom {
     padding: 20px 0;
     display: none;
}
 #footer .footer-bottom ul {
     display: flex;
     justify-content: center;
     column-gap: 70px;
}
 #footer .footer-bottom ul a {
     color: #707070;
     font-size: 18px;
}
 .form-control {
    border-radius: 15px;
    padding: 15px;
    color: #2E3540;
    font-size: 18px;
}
 #register {
    /* background-image: url('../images/register.png'); */
    /* padding-top: 160px; */
    margin-bottom: 200px;
}
 #register .register-box {
    background: #45BDBC;
    padding: 45px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: -250px;
}
 #register .register-box .mb-3 {
    margin-bottom: 20px !important;
}
 #register .register-box .button-box {
    text-align: center;
    margin-top: 35px;
}
 #register .register-box .btn.btn-yellow {
    text-align: center;
    padding: 10px 50px;
    font-size: 19px;
}
 #medipreneur {
}
 #medipreneur .medipreneur-box .section-title {
    margin-bottom: 10px;
}
 #medipreneur .section-title h1.text-left {
    text-align: left;
}
 #medipreneur .medipreneur-left {
    background: #2E3540;
    padding: 75px 100px 75px 75px;
    border-radius: 20px;
    flex: 0 0 90%;
    max-width: 90%;
    height: 80%;
    margin-right: -74px;
}
 #medipreneur .medipreneur-left p {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}
 #medipreneur .medipreneurBox {
    display: flex;
    align-items: center;
}
 #medipreneur .medipreneur-right {
    flex: 0 0 17%;
    max-width: 14%;
}
 #journey {
    background: #E8B257;
}
 #journey .section-title h1 {
     color: #fff;
}
 #journey .journeyBox {
     display: flex;
}
 #journey .journey-bg {
     background: #fff;
     border-radius: 30px;
     box-shadow: 0px 0px 4px rgba(131, 129, 129, 0.36);
     text-align: center;
     padding: 20px 13px;
}
 #journey .journey-img img {
     max-width: 100px;
}
 #journey .w-bg {
     flex: 0 0 15.3%;
     max-width: 15.3%;
}
 #journey .journey-arrow {
     text-align: right;
     margin: 15px;
}
 #journey .w-bg.journey-bottom {
     margin-top: 75px;
     margin-left: -15px;
}
 #journey .journey-content h5 {
     font-family: 'Gilroy-Bold';
     font-size: 18px;
     margin: 15px 0;
}
 #journey .journey-content p {
     font-size: 14px;
     line-height: 1.2;
     min-height: 80px;
}
 #journey .journey-top {
     margin-left: -15px;
}
 #journey .journey-top:first-child {
     margin-left: 0;
}
 #journey .journey-arrow img {
     margin-right: 15px;
}
 #registerContent .registerContent-box p {
     max-width: 800px;
     margin: 0 auto;
     font-size: 20px;
     text-align: center;
}
 .m-block{
    display: none;
}






/**/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

/**/
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        -ms-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}




/* App slider  */

.dm-width {
    width: 392px;
    height: 830px;
    margin: 0 auto;
 }
 
 .iphone-mockup {
    position: relative;
    z-index: 5;
 }
 
 .dm-device {
     position: relative;
     width: 100%;
     height: 100%;
 }
 
 .device {
   position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 103%;
     -webkit-background-size: 100% 100%;
     
     background-repeat: no-repeat;
           background-image: url("https://healthyzia.bluetick.info/wp-content/uploads/2024/11/M.png");
   background-size: cover;
     background-position: center center;
 }
 
 .screen {
     overflow: hidden;
     position: absolute;
     height: 93%;
     width: 93%;
     background-color: #000;
     left: 13px;
     top: 24px;
     border-radius: 34px;
 }
 
 .slider {
   height: 100%;
 }
 .slider div {
   height: 100%;
 }
 
 .slider__item img {
   width: 100%;
   height: 100%;
 }

 