
.logo {
    padding-top: 14px;
}
.logo img{
    width: 198px;
}
.nav-content{
    -webkit-box-align: center;
    width: 1230px;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    
    /* display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: space-between; */
    padding: 0 30px;
    margin-bottom: 0px;
}




.nav-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.nav-btn {
    color: white;
    font-size: 16px;
    background-color: #74B72E;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 500;
}

.nav-btn:hover {
    background-color: white;
    border: 2px solid #74B72E;
}

.nav-btn span i {
    color: white;
    font-size: 13px;
    margin-right: 5px;
}

.nav-btn span:hover {
    color: #74B72E;
}

/* /header Section */


/* Banner Section */
.banner-screens{
    position: relative;
}
.screen-1{
    position: absolute;
    top: -20px;
    /* right: 510px; */
    /* bottom: -12px; */
}
.screen-1 img{
  width: 320px;
}
.screen-2{
    position: absolute;
    top: -14px;
    /* right: 353px;
    bottom: -145px; */
    z-index: 222;
}
.screen-2 img{
  width: 474px;
}
.screen-3{
     position: absolute;
     right: -56px;
     top: 70px;
     z-index: 333;
     width: 278px;
     transform: translatey(0px);
     animation: float 9s ease-in-out infinite;
     -webkit-animation: float 9s ease-in-out infinite;
     -webkit-transform: translatey(0px);
     -moz-transform: translatey(0px);
     -ms-transform: translatey(0px);
     -o-transform: translatey(0px);
}
.screen-3 img{
  width: 100%;
}
@keyframes float {
	0% {
		transform: translatey(100px);
		-webkit-transform: translatey(100px);
		-moz-transform: translatey(100px);
		-ms-transform: translatey(100px);
		-o-transform: translatey(100px);
}
	50% {
		transform: translatey(-20px);
		-webkit-transform: translatey(-20px);
		-moz-transform: translatey(-20px);
		-ms-transform: translatey(-20px);
		-o-transform: translatey(-20px);
}
	100% {
		transform: translatey(100px);
		-webkit-transform: translatey(100px);
		-moz-transform: translatey(100px);
		-ms-transform: translatey(100px);
		-o-transform: translatey(100px);
}
}
.section-banner {
    background: url(./public/home/web-banner_02.jpg) no-repeat;
    background-size: cover;
    /* height: 545px; */
    padding: 60px 0 32px;
    
}
.section-banner-header h1 {
    color: white ;
    font-size: 66px ;
    font-weight: 700;
    line-height: 1.0;
    text-transform: capitalize ;
    margin-bottom: 20px;
}
.section-banner-header h1 span{
    color: #74B72E;
}
.section-banner-header p {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}
.banner-btns{
    margin-top: 20px;
}
.banner-btn1 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
    margin-right: 20px;
    padding: 13px 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.banner-img img{
    width: 23px;
}
.banner-btn-text {
    line-height: 1;
    margin-top: -5px;
}

.banner-btn-text span {
    color: black;
    font-size: 11px;
    font-weight: 400;
}

.banner-btn-text p {
    color: black;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 !important;
}
.app-users{
    margin-top: 20px;
}
.app-users img{
    width: 150px;
}
/* /Banner Section */
/* digital Section */
.section-digital{
    background-color: #e4eae4;
    position: relative;
}
.digital-content{
    padding: 50px 0;
    height: 160px;
}
.digital-content p{
    color: black;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.143;
    margin-bottom: 0;
}
.digital-content p span{
    color: #74B72E;
}
.digital-arrow{
    position: absolute;
    top: 21px;
    left: 615px;
}
.digital-arrow img{
    width: 190px;
}
/* /digital Section */

/* Feature Section */
.section-features {
    padding: 70px 0 0 !important;
}
.feature-list{
    padding: 30px 0;
}
.feature-header h2 {
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    color: #234F1E;
    font-weight: 600;
    margin-bottom: 40px;
}
.feature-card{
    /* border: 1px solid black; */
}
.featurecard-img img{
    width: 348px;
}
.feature-content{
    padding: 20px 0;
}
.feature-content h3{
    color: black;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    padding-bottom: 5px;
}
.feature-content p{
    color: #989797;
    text-transform: none;
}
/* /Feature Section */
/* video section */
.section-video {
    background: url(./public/home/video-bg.jpg) no-repeat;
    background-size: cover;
    height: 586px;
    padding: 98px 0 ;
    position: relative;
}
.video-content{
    margin-bottom: 35px;
}
.video-col {
    margin: 0 auto;
}
.video-screen1{
    position: absolute;
    bottom: 0;
}
.video-screen1 img{
    width: 306px;
}
.video-screen2{
    position: absolute;
    right: 0;
    bottom: 0;
}
.video-screen2 img{
    width: 365px;
}
.video-text p{
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
   color: white;
   text-transform: none;
}
.modal-video{
    background: transparent !important;
    border: none !important;
}
.app-btns{
    margin-top: 20px;
}
.app-btn1 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: black;
    margin-right: 20px;
    padding: 13px 13px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 154px;
}
.app-img img{
    width: 23px;
}
.app-btn-text {
    line-height: 1;
    margin-top: -5px;
}

.app-btn-text span {
    color: white;
    font-size: 11px;
    font-weight: 400;
}

.app-btn-text p {
    color: white;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 !important;
}
.play-btn {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 33px auto;
    /* box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8); */
  }
  
  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    color: black !important;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #000;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
  }
  
  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }

/* /video section */
/* appointment section */
.section-appointment {
    background: white;
    padding: 80px 0 40px;
}
.appoitnment-row{
    margin-top: 40px;
    width: 970px;
    margin: 40px auto 70px;
}
.appointment-col1{
    position: relative;
    padding-left: 40px;
}
.app-triangle1{
    position: absolute;
    top: -26px;
    left: 65px;
}
.app-triangle1 img{
    width: 75px;
}

.app-shape1 img{
    width: 100%;
}
.app-shape1{
    position: absolute;
    top: 92px;
    left: 16px;
    z-index: 333;
    width: 216px;
    transform: translatey(0px);
    animation: float 9s ease-in-out infinite;
    -webkit-animation: float 9s ease-in-out infinite;
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
    -o-transform: translatey(0px);
}

.app-shape2{
    position: absolute;
    bottom: -74px;
    right: -78px;
}
.app-shape2 img{
    width: 296px;
}
.doc-triangle1{
    position: absolute;
    top: -26px;
    right: 28px;
}
.doc-triangle1 img{
    width: 75px;
}
.doc-shape1{
    position: absolute;
    top: 80px;
    left: -30px;
    z-index: 333;
    width: 238px;
    transform: translatey(0px);
    animation: float 9s ease-in-out infinite;
    -webkit-animation: float 9s ease-in-out infinite;
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
    -o-transform: translatey(0px);
}
.doc-shape1 img{
    width: 100%;
}
.doc-shape2{
    position: absolute;
    bottom: 27px;
    right: -58px;
}
.doc-shape2 img{
    width: 280px;
}
.patient-shape1{
    position: absolute;
    top: 127px;
    left: -45px;
}
.patient-shape1 img{
    width: 295px;
}
.patient-shape2{
    position: absolute;
    bottom: -61px;
    right: -58px;
}
.patient-shape2 img{
    width: 230px;
}
.patient-shape3{
    position: absolute;
    bottom: -4px;
    left: -18px;
}
.patient-shape3 img{
    width: 280px;
}
.appointment-col1-img img{
    /* margin-left: 40px; */
    width: 430px;
}
.appointment-header h2 {
    text-transform: capitalize;
    font-weight: 500;
    color: #234F1E;
}

.appointment-content {
    width: 405px;
    /* display: table; */
   padding: 60px 0;
   margin-left: 40px;
}

/* .appointment-content>div {
    vertical-align: middle;
    display: table-cell;
} */

.appointment-content h3 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.appointment-content p {
    font-size: 15px;
    color: #a0a6ad;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: none;
}


/* /appointment section */
/* footer */
.footer-links{
    padding: 20px 10px;
    border-left: 1px solid white;
}
.footer-links ul{
    margin: 0;
}
.footer-links ul li{
    list-style: none;
    padding: 10px;
}
.footer-links ul li a{
    color: white;
    text-transform: capitalize;
}
.footer-links ul li a:hover{
    color: #74B72E;
}
.footer-logo{
    margin-bottom: 0 !important;
}
.footer-title{
    margin-bottom: 8px !important;
}
.footer-title h2{
    font-weight: 500 !important;
}
.footer-contact{
    margin-top: 14px;
}
/* footer */
/* contact */

.section-contact {
    background: #234F1E;
    height: 150px;
    display: flex;
    align-items: center;
}

.contact-banner-header h1 {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
}
.section-contact-content{
    background: #f8f9fa;
    padding: 70px 0;
}
.contact-row{
    width: 820px;
    margin: 0 auto;
}
.contact-col1{
    padding: 30px;
	border-radius: 10px ;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px ;
	-ms-border-radius: 10px ;
	-o-border-radius: 10px ;
}
.contact-col1 h4{
    text-transform: none;
    font-size: 20px;
    font-weight: 700;
}
.contact-form label{
	color: #74B72E;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
    margin-bottom: 0 !important;
}
.contact-fields{
	margin: 5px 0;
}
.contact-fields input[type=text]{
	width: 100%;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
	text-transform: none;
	border: none;
	margin: 5px 0;
	padding: 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-fields input[type=tel]{
	width: 100%;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
	text-transform: none;
	border: none;
	margin: 5px 0;
	padding: 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-fields input[type=email]{
	width: 100%;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
	text-transform: none;
	border: none;
	margin: 5px 0;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-fields input::placeholder{
    text-transform: capitalize;
	color: #9b9c9e;
	font-size: 13px;
}
.contact-fields textarea{
	width: 100%;
	text-transform: none;
	font-size: 15px;
	color: #9b9c9e;
	border: none;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px 0;
    height: 98px;
}
.contact-fields textarea::placeholder{
    text-transform: capitalize;
	color: #9b9c9e;
	font-size: 13px;
}
.form-btn{
	background-color: #74B72E;
	padding: 10px 0;
	width: 100%;
    font-size: 13px;
    font-weight: 600;
	text-transform: uppercase;
	color: white;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-col2{
    padding: 30px;
    /* height: 447px; */
	border-radius: 10px ;
	background-color: #74B72E;
	-webkit-border-radius: 10px ;
	-moz-border-radius: 10px ;
	-ms-border-radius: 10px ;
	-o-border-radius: 10px ;
}
.contact-col2 h4{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: white;
}
/* .contact-col2-details{
    margin: 20px 0;
} */
.phone-detail{
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px 0;
}
.phone-icon{
    background: white;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.phone-icon i{
    font-size: 18px;
    color: #74B72E;
}
.phone-detail p{
    font-size: 18px;
    color: white;
    margin-bottom: 0;
    text-transform: none;
}
.social-icon{
    padding: 15px 0;
        text-align: center;

}
.sicons{
   margin-right: 15px;
}
.sicons i img{
    width: 20px;
}
/* /contact */
/* Media Queries */
@media only screen and (max-width: 1990px) and (min-width: 1537px) {
	.digital-arrow {
        left: 833px;
    }
}
@media only screen and (max-width: 1536px) and (min-width: 1170px){
	.digital-arrow{
        left: 615px;
    }
}
@media only screen and (max-width: 1450px) and (min-width: 1170px){
	.digital-arrow{
        left: 558px ;
    }
    /* about  */
    .about-features{
        padding: 0px 180px !important;
    }
     /* /about  */
}
@media only screen and (max-width: 1345px) and (min-width: 1170px){
	.digital-arrow{
        left: 484px ;
    }
    .footer-links ul {
        padding: 0 0 0 20px;
    }
    /* about  */
    .about-features{
        padding: 0px 100px !important;
    }
     /* /about  */
}
@media only screen and (max-width: 1170px) {
    .section-banner-header h1 {
        font-size: 55px;
    }
    .section-banner-header p {
        font-size: 16px;
    }
    .screen-1 {
        position: absolute;
        top: 27px;
        right: 194px;
    }
    .screen-1 img {
        width: 284px;
    }
    .screen-2 {
        position: absolute;
        top: 31px;
        right: 76px;
        z-index: 222;
    }
    .screen-2 img {
        width: 412px;
    }
    .digital-arrow img {
        width: 137px;
    }
	.digital-arrow {
        left: 472px;
        top: 39px;
    }
    .featurecard-img img {
        width: 290px;
    }
    .video-screen2 img {
        width: 330px;
    }
    .video-screen1 img {
        width: 282px;
    }
    .video-text p {
        font-size: 40px;
    }
    .footer-links ul {
        padding: 0 0 0 10px;
    }
    .footer-links ul li {
        padding: 8px;
    }
    /* about  */
    .about-features{
        padding: 0px 70px !important;
    }
     /* /about  */
}
@media only screen and (max-width: 1070px) {
    
	.digital-arrow {
        left: 420px;
    }
    .footer-links ul li a {
        font-size: 13px;
    }
    .footer-links ul {
        padding: 0px;
    }
}
@media only screen and (max-width: 992px) {
    .container{
        max-width: 720px !important;
        padding: 0 55px !important;
    }
    .section-banner {
        height: auto;
    }
    .section-banner-header h1 {
        font-size: 66px;
    }
    .section-banner-header p {
        font-size: 18px;
    }
    .screen-1 {
        position: absolute;
        top: 27px;
        left: 57px;
    }
    .screen-2 {
        position: absolute;
        top: 31px;
        right: 105px;
        z-index: 222;
    }
    .digital-content p {
        font-size: 17px;
    }
    .digital-content {
        padding: 52px 0;
        height: 142px;
        width: 236px;
    }
    .digital-content p br{
        display: none;
    }
    .screen-3 {
        right: -16px;
    }
    .digital-arrow {
       display: none;
    }
    .featurecard-img img {
        width: 198px;
    }
    .banner-screens {
        height: 412px;
    }
    .feature-header h2 {
        font-size: 30px;
    }
    .feature-content h3 {
        font-size: 17px;
    }
    .feature-content p {
        font-size: 12px;
    }
    .section-video {
        height: 393px;
        padding: 16px 0;
    }
    .video-text p {
        font-size: 29px;
    }
    .video-screen1 img {
        width: 194px;
    }
    .video-screen2 img {
        width: 206px;
    }
    .app-shape2 {
        position: absolute;
        bottom: -74px;
        right: 393px;
    }
    .appoitnment-row {
        margin-top: 40px;
        width: 970px;
        margin: 40px 32px 70px;
    }
    .doc-shape2{
        right: 393px;

    }
    .doc-shape2 img {
        width: 349px;
    }
    .patient-shape2 {
        right: 387px;
    }
    .patient-shape2 img {
        width: 270px;
    }
    .footer-title {
        font-size: 15px;
    }
    .footer-contact-info {
        font-size: 13px;
    }
    .footer-logo img {
        width: 151px;
    }
    .footer-links {
        padding: 0px 10px;
    }
    .footer-links ul li {
        padding: 5px 8px;
    }
     /* about  */
     .section-about {
        height: 338px;
        padding: 110px 0;
    }
     .about-features{
        padding: 0px !important;
    }
    .feature-text h3 {
        font-size: 15px !important;
        line-height: 0.5 !important;
    }
    .feature-icon span {
        font-size: 32px !important;
    }
     /* /about  */
     /* contact  */
     .contact-row {
        width: 530px;
        margin: 0 auto;
    }
    .contact-col2 {
        margin-top: 30px;
    }
     /* /contact  */
}
@media only screen and (max-width: 768px) {
    .digital-arrow {
        display: none;
     }
    .digital-content {
        width: 212px;
    }
    .screen-3 {
        right: -58px;
    }
    .screen-2 {
        right: 67px;
    }
    .digital-content {
        padding: 40px 0;
    }
    .digital-content p br {
        display: none;
    }
    .featurecard-img img {
        width: 367px;
    }
    .feature-list {
        padding: 30px 107px;
    }
    .feature-content h3 {
        font-size: 22px;
    }
    .feature-content p {
        font-size: 16px;
    }
    .feature-card {
        margin-top: 20px;
    }
    .appointment-content {
        padding: 30px 0 30px;
    }
    .appoitnment-row {
        padding: 0px 0px 50px;
    }
    .app-btn1 {
        margin-right: 8px;
    }
    .footer-logo img {
        width: 200px;
    }
    .footer-widget {
        margin-bottom: 0px; 
    }
    .footer-links ul li a {
        font-size: 15px;
    }
    .footer-title {
        font-size: 18px;
    }
    .footer-contact-info {
        font-size: 16px;
    }
    .footer-links {
        padding: 0 10px;
        border-left: none;
    }
    .footer-links ul li{
        padding: 10px 0 0;
    }
    .footer-links ul {
        display: block;
    }
    .footer .footer-top {
        padding: 40px 0 !important;
    }
    .footer-contact {
        margin-top: 22px;
        padding: 0 10px;
    }
    /* about  */
    .section-about {
        height: 300px;
        padding: 90px 0;
    }
     .about-features{
        padding:0 50px !important;
    }
    .section-aboutfeature {
        padding: 0px;
    }
    .feature-icon span {
        font-size: 40px !important;
    }
    .feature-text h3 {
        font-size: 17px !important;
        line-height: 0.7 !important;
    }
    .aboutsection-header h2 {
        font-size: 30px;
    }
    .aboutsection-header .sub-title {
        font-size: 14px;
    }
     /* /about  */
}
@media only screen and (max-width: 692px) {
    .screen-1 img {
        width: 264px;
    }
    .screen-1 {
        position: absolute;
        top: 27px;
        left: 30px;
    }
    .screen-2 {
        right: 35px;
    }
    .screen-2 img {
        width: 387px;
    }
    .banner-screens {
        height: 400px;
    }
    .digital-content {
        padding: 29px 0;
        height: 120px;

    }  
    .featurecard-img img {
        width: 316px;
    }
    .feature-list {
        width: 316px;
        margin: 0 auto;
        padding: 0px;
    }  
    .section-video {
        height: 289px;
        padding: 16px 0;
    }
    .play-btn {
        width: 60px;
        height: 60px;
    }
    .play-btn:before {
        width: 150%;
        height: 150%;
    }
    .video-screen1 img {
        width: 147px;
    }
    .video-screen2 img {
        width: 154px;
    }
    .video-text p {
        font-size: 20px;
    }
    .app-btn-text span {
        font-size: 9px;
    }
    .app-btn-text p {
        font-size: 13px;
    }
    .app-btn1 {
        padding: 11px 10px;
        width: 134px;
    }
    .appointment-col1-img img {
        width: 351px;
    }
    .app-shape2 {
        position: absolute;
        bottom: -57px;
        right: 514px;
    }
    .app-shape2 img {
        width: 240px;
    }
    .app-shape1 {
        position: absolute;
        top: 67px;
        left: 11px;
    }
    .app-shape1 img {
        width: 200px;
    }
    .app-triangle1 img {
        width: 66px;
    }
    .doc-triangle1 {
        position: absolute;
        top: -26px;
        left: 366px;
    }
    .doc-triangle1 img {
        width: 66px;
    }
    .doc-shape1 {
        position: absolute;
        top: 41px;
        left: -14px;
    }
    .doc-shape2 {
        position: absolute;
        bottom: 5px;
        right: 530px;
    }
    .doc-shape2 img {
        width: 300px;
    }
    .doc-shape1 img {
        width: 225px;
    }
    .patient-shape2 {
        right: 496px;
    }
    .patient-shape2 img {
        width: 220px;
    }
    .patient-shape1 {
        position: absolute;
        top: 95px;
        left: -35px;
    }
    .patient-shape1 img {
        width: 260px;
    }
    .patient-shape3 {
        position: absolute;
        bottom: 6px;
        left: -14px;
    }
    .patient-shape3 img {
        width: 250px;
    }
    .feature-content p {
        font-size: 14px;
    }
    .feature-content h3 {
        font-size: 18px;
    }
    .feature-header h2 {
        font-size: 25px;
    }
     /* contact  */
     .contact-row {
        width: 480px;
        margin: 0 auto;
    }
     /* /contact  */
}
@media only screen and (max-width: 592px) {
    .container{
        padding: 0 35px !important;
    }
    .screen-2 {
        right: 5px;
    }
    .screen-1 {
        position: absolute;
        top: 27px;
        left: 2px;
    }   
    /* about  */
    .section-about {
        height: 297px;
        padding: 60px 0;
    }
    .about-banner-header h1 {
        font-size: 51px !important;
    }
    .about-features{
        padding:0px !important;
    }
     /* /about  */
}
@media only screen and (max-width: 575px) {
    .container{
        padding: 0 25px !important;
    }
    .section-banner-header h1 {
        font-size: 50px;
    }
    .section-banner-header p {
        font-size: 16px;
    }
    .banner-screens {
        height: 370px;
    }
    .screen-1 img {
        width: 245px;
    }
    .screen-3 {
        width: 228px;
    }
    .digital-content {
        width: 170px;
    }
    .digital-content p {
        font-size: 14px;
    }
    .screen-2 {
        right: 20px;
    }
    .screen-2 img {
        width: 365px;
    }
    .video-content {
        margin-top: -16px;
    }
    .banner-img img {
        width: 18px;
    }
    .app-img img {
        width: 18px;
    }
    .app-btn1 {
        gap: 4px;
     padding: 10px 8px;
        width: 100px;
    }
    .app-btn-text span {
        font-size: 7px;
    }
    .app-btn-text p {
        font-size: 10px;
    }
    .appointment-col1 {
        padding-left: 0px; 
    }
    .app-shape2 {
        position: absolute;
        bottom: -57px;
        right: 542px;
    }
    .appointment-content {
        margin-left: 0px;
    }
    .appointment-content h3 {
        font-size: 36px;
    }
    .appointment-content p {
        font-size: 14px;
    }
    .doc-triangle1 {
        position: absolute;
        top: -26px;
        left: 262px;
    }
    .doc-shape2 {
        position: absolute;
        bottom: 5px;
        right: 568px;
    }
    .patient-shape2 {
        right: 580px;
        bottom: -32px;
    }
    .patient-shape2 img {
        width: 190px;
    }
   
     /* contact  */
     .contact-row {
        width: 423px;
        margin: 0 auto;
    }
    .contact-banner-header h1 {
        font-size: 30px;
    }
     /* /contact  */
}
@media only screen and (max-width: 480px) {
    .container{
        padding: 0 35px !important;
    }
    .feature-content h3 {
        font-size: 17px;
    }
    .feature-content p {
        font-size: 13px;
    }
    .section-banner-header h1 {
        font-size: 38px;
    }
    .section-banner-header p {
        font-size: 12px;
    }
    .banner-btn1 {
        gap: 6px;
        padding: 13px 11px;
        margin-right: 10px;
    }
    .banner-btn-text span {
        font-size: 9px;
    }
    .banner-btn-text p {
        font-size: 13px;
    }
    .app-users img {
        width: 110px;
    }
    .banner-screens {
        height: 297px;
    }
    .screen-1 {
        position: absolute;
        top: 27px;
        left: -3px;
    }
    .screen-1 img {
        width: 200px;
    }
    .screen-2 {
        right: 48px;
    }
    .screen-2 img {
        width: 280px;
    }
    .screen-3 {
        width: 166px;
        right: -40px;
    }
    .digital-content {
        width: 100px;
        padding: 13px 0;
        height: 79px;
    }
    .digital-content p {
        font-size: 12px;
    }
    .feature-header h2 {
        font-size: 20px;
    }
    .feature-list {
        width: 270px;
        margin: 0 auto;
        padding: 0px;
    }
    .featurecard-img img {
        width: 269px;
    }
    .feature-content p {
        font-size: 15px;
    }
    .video-screen1, .video-screen2 {
        display: none;
    }
    .appoitnment-row {
        margin: 0px;
    }
    .app-triangle1 img {
        width: 47px;
    }
    .app-triangle1 {
        position: absolute;
        top: -22px;
        left: 20px;
    }
    .app-shape1 {
        position: absolute;
        top: 46px;
        left: -23px;
    }
    .app-shape1 img {
        width: 128px;
    }
    .app-shape2 img {
        width: 166px;
    }
    .app-shape2 {
        position: absolute;
        bottom: -43px;
        right: -34px;    
    }
    .appointment-col1-img img {
        width: 237px;
    }
    .appointment-content h3 {
        font-size: 26px;
    }
    .appointment-content {
        margin-left: 0px;
        width: 272px;
    }
    .appointment-content p {
        font-size: 12px;
    }
    .doc-triangle1 {
        position: absolute;
        top: -26px;
        left: 174px;
    }
    .doc-triangle1 img {
        width: 47px;
    }
    .doc-shape1 {
        position: absolute;
        top: 34px;
        left: -14px;
    }
    .doc-shape1 img {
        width: 130px;
    }
    .doc-shape2 {
        position: absolute;
        bottom: 5px;
        right: -12px;
    }
    .doc-shape2 img {
        width: 200px;
    }
    .patient-shape1 {
        position: absolute;
        top: 64px;
        left: -18px;
    }
    .patient-shape1 img {
        width: 142px;
    }
    .patient-shape3 {
        position: absolute;
        bottom: 13px;
        left: -10px;
    }
    .patient-shape3 img {
        width: 146px;
    }
    .patient-shape2 img {
        width: 126px;
    }
    .patient-shape2 {
        right: -20px;
        bottom: -18px;
    }
    .appoitnment-row {
        width: 256px;
        margin: 0 auto;
    }
    /* contact  */
    .contact-row {
        width: 356px;
        margin: 0 auto;
    }
     /* /contact  */
}
@media only screen and (max-width: 438px) {
    .banner-screens {
        height: 262px;
    }
    .screen-1 img {
        width: 178px;
    }
    .screen-2 img {
        width: 254px;
    }
    .screen-2 {
        right: 13px;
    }
    /* about  */
    .section-about {
        height: 297px;
        padding: 60px 0;
    }
    .about-banner-header h1 {
        font-size: 51px !important;
    }
      .about-features{
        padding:0px !important;
    }
    .feature-icon span {
        font-size: 30px !important;
    }
    .feature-text h3 {
        font-size: 15px !important;
        line-height: 0.4 !important;
    }
     /* /about  */
     /* contact  */
    .contact-row {
        width: 300px;
        margin: 0 auto;
    }

    .contact-col1 {
        padding: 23px;
    }
     /* /contact  */
}
@media only screen and (max-width: 358px) {
    .feature-content h3 {
        font-size: 17px;
    }
    .feature-content p {
        font-size: 13px;
    }
    .section-banner-header h1 {
        font-size: 38px;
    }
    .section-banner-header p {
        font-size: 12px;
    }
    .banner-btn1 {
        gap: 6px;
        padding: 13px 11px;
        margin-right: 10px;
    }
    .banner-btn-text span {
        font-size: 9px;
    }
    .banner-btn-text p {
        font-size: 13px;
    }
    .app-users img {
        width: 110px;
    }
    .banner-screens {
        height: 213px;
    }
    .screen-1 {
        position: absolute;
        top: 27px;
        left: -3px;
    }
    .screen-1 img {
        width: 144px;
    }
    .screen-2 {
        right: 26px;
    }
    .screen-2 img {
        width: 218px;
    }
    .screen-3 {
        width: 153px;
        right: -35px;
    }
    .digital-content {
        width: 100px;
        padding: 13px 0;
        height: 79px;
    }
    .digital-content p {
        font-size: 12px;
    }
    .feature-header h2 {
        font-size: 20px;
    }
    .feature-list {
        width: 270px;
        margin: 0 auto;
        padding: 0px;
    }
    .featurecard-img img {
        width: 269px;
    }
    .feature-content p {
        font-size: 15px;
    }
    .video-screen1, .video-screen2 {
        display: none;
    }
    .appoitnment-row {
        margin: 0px;
    }
    .app-triangle1 img {
        width: 47px;
    }
    .app-triangle1 {
        position: absolute;
        top: -22px;
        left: 20px;
    }
    .app-shape1 {
        position: absolute;
        top: 46px;
        left: -23px;
    }
    .app-shape1 img {
        width: 128px;
    }
    .app-shape2 img {
        width: 166px;
    }
    .app-shape2 {
        position: absolute;
        bottom: -43px;
        right: -34px;    
    }
    .appointment-col1-img img {
        width: 237px;
    }
    .appointment-content h3 {
        font-size: 26px;
    }
    .appointment-content {
        margin-left: 0px;
        width: 272px;
    }
    .appointment-content p {
        font-size: 12px;
    }
    .doc-triangle1 {
        position: absolute;
        top: -26px;
        left: 174px;
    }
    .doc-triangle1 img {
        width: 47px;
    }
    .doc-shape1 {
        position: absolute;
        top: 34px;
        left: -14px;
    }
    .doc-shape1 img {
        width: 130px;
    }
    .doc-shape2 {
        position: absolute;
        bottom: 5px;
        right: -12px;
    }
    .doc-shape2 img {
        width: 200px;
    }
    .patient-shape1 {
        position: absolute;
        top: 64px;
        left: -18px;
    }
    .patient-shape1 img {
        width: 142px;
    }
    .patient-shape3 {
        position: absolute;
        bottom: 13px;
        left: -10px;
    }
    .patient-shape3 img {
        width: 146px;
    }
    .patient-shape2 img {
        width: 126px;
    }
    .patient-shape2 {
        right: -20px;
        bottom: -18px;
    }
    /* about */
    .section-about {
        height: 297px;
        padding: 60px 0;
    }
    .about-banner-header h1 {
        font-size: 51px !important;
    }
    /* /about */
     /* contact  */
     .contact-row {
        width: 270px;
        margin: 0 auto;
    }
    .contact-col2 {
        padding: 23px;
    }
    .contact-banner-header h1 {
        font-size: 30px;
    }
     /* /contact  */
}
