html{
 scroll-behavior: smooth;   
}

/* ************************Primary Heading**************************** */
.primary_heading {
    text-align: center;
    text-transform: uppercase;
    color:#9DCD17;
    letter-spacing: 1px;
    margin-top: 40px;
}

.primary-icons {
    background-color: #9DCD17;
    border-radius: 50px;
    padding: 12px;
    color: #FFF;
}

.section-margin{
    margin: 40px;
    justify-content: center;
    text-align: center;
}

*{
	margin: 0; 
	padding: 0; 
	box-sizing:border-box;
	font-family: 'Poppins', sans-serif;
}

section {
    position: relative;
    width: 100%;
    min-height: 95vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    position: relative;
    display: flex;
}

header ul li {
    list-style: none;
    margin-right: 40px;
    margin-bottom: 40px;
    
}

header ul li a {
    display: inline-block;
    color: #5F5E5C;
    font-weight: 400;
    margin-left: 40px;
    text-decoration: none;
    transition: .4s;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid gray;
}

header ul li a:hover {
    list-style: none;
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #9DCD17;
    border: 1px solid #5F5E5C;
    padding: 7px;
    border-radius: 8px;
}

.navbar-background{
    background-color: #FFF;
    opacity: 0.8;
}

.navbar-toggler-icon {
    color: #9DCD17;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.masthead {
    height: 80vh;
    min-height: 500px;
    background-image: url('../newImages/top_header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #9DCD17;
  }

.telehealth_masthead {
    height: 60vh;
    min-height: 300px;
    background-image: url('../newImages/top_header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead h2{
    color: #5F5E5C;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 500;
}  

.masthead h2 span {
    color: #9DCD17;
    font-size: 1.0em;
    font-weight: 700;
}

.masthead p{
    margin-top: 20px;
    color: #5F5E5C;
    text-align: justify;
}

.navbar-nav .nav-item .nav-link{
    color: #5F5E5C;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    margin-left: 30px;
}

.navbar-nav .nav-item .nav-link:hover{
    color: #9DCD17;
    transform: translateY(-4px);
    transition: all .4s;
}

.callnumber{
    background-color: #003366;
    color: #FFF !important;
    padding: 10px;
    border-radius: 20px;
}

.req_quote{
    background-color: #5F5E5C;
    color: #FFF;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
}

.req_quote:hover{
    background-color: #b2b355;
    text-decoration: none;
    color: #FFF;
}

.learn_about_telehealth_btn{
    background-color: #9DCD17;
    color: #FFF;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
}

.learn_about_telehealth_btn:hover{
    background-color: #b2b355;
    text-decoration: none;
    color: #FFF;
}
.sci{
    position: absolute;
    top: 40%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
display:none
}

.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    margin: 5px 0;
    transform: scale(0.6);
    filter: invert(1); 
}

.circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9DCD17;
    clip-path: circle(450px at right 150px) /* originally it is 800px */ 
}



/* ***************************card heading ************************* */
.card-heading{
    margin: 20px 0px;
    font-weight: 600;
}

.card-paragraph{
    color: #5F5E5C;
    text-align: justify;
}

/* *********************** Glass Morphism cards ********************** */
.glass-morphism-area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #023047;
    min-height: 50vh;
}

.glass-morphism-area::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 88%;
    background: linear-gradient(#9DCD17, gray);
    clip-path: circle(20% at right 30%);
}

.glass-morphism-area::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 88%;
    background: linear-gradient(#9DCD17, gray);
    clip-path: circle(20% at 10% 10%);
}

.container-gx{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0px;
}

.glass-card{
    position: relative;
    width: 300px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    margin: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.contentBx{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0.5;
    transition: 0.5s;
}

.glass-card:hover .contentBx{
    opacity: 1;   
}

.imgBx {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgba(255,255,255,0.25);
    margin: 0 auto;
}

.imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentBx h3{
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
    line-height: 1.1em;
}

.contentBx h3 span{
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;   
}

.social-icons{
    position: absolute;
    bottom: 50px;
    display: flex;
}

.social-icons li{
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
}

.social-icons li a{
    color: #fff;
    font-size: 24px;
}

/* AboutUs (little Insight) */


.about-container{
    margin-top: -30px;
    margin-bottom: 40px;
}

.about-heading{
    color: #9DCD17;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.check-icon{
    background-color: #9DCD17;
    padding: 7px;
    margin: 5px;
    border-radius: 25px;
    color: #FFF;
}


.appointment-button {
    background-color: #9DCD17;
    color: #FFF;
    padding: 8px
}

.about-para{
    font-size: 13px;
    color: #5F5E5C;
    text-align: justify;
}

.about_image_styling{
    width: 400px;
    height: 400px;
}
/*************************** contact section *************************/
.contact-form{
    background:#FFF;
    margin-top: 4%;
    margin-bottom: 5%;
    width: 70%;
}

.contact-form::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(#9DCD17, #9DCD17);
    clip-path: circle(10% at right 40%);
}

.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    /* transform: rotate(29deg); */
}
.contact-form form{
    padding-top: 3%;
    padding-bottom: 3%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    /* margin-bottom: 8%;
    margin-top: -10%; */
    text-align: center;
    color: #9DCD17;
}
.contact-form .btnContact {
    width: 150px;
    border: none;
    border-radius: 1rem;
    padding: 10px;
    background:#9DCD17;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-left: 780px;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
/**************************  contact section ends here ***************/

/* FAQs Section */
.container-fluid{
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.container-fluid h3{
    color: #9DCD17;
    position: relative;
    margin-top: 30px;
}

.accordion {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #9DCD17;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    margin: 10px 0;
    align-items: center;
}

accordion-icon {
    width: 30px;
    height: 30px;
    background-color: #9DCD17;
    border-radius: 50%;
    transition: all .4s ease-in;
} 

.accordion h5 {
    font-size: 14px;
    margin: 0;
    padding: 3px 0 0 0;
    font-weight: normal;
    color: #5F5E5C;
}

.panel {
    padding: 0 15px;
    border-left: 1px solid #9DCD17;
    margin-left: 25px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease-in;
}

.faq-image {
    width: 500px;
    height: 400px;
}
/* FAQs Section ends here */

/* section services */
.section-services{
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #211f24;
    color: #FFF;
}

.section-services .header-section{
    margin-bottom: 35px;
}

.section-services .header-section .title{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-services .header-section .title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #9DCD17;
}

.section-services .header-section .title:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #9DCD17;
}

.section-services .header-section span{
    color: #9DCD17;
}

.section-services .header-section .description{
    color: #FFF;
    font-size: 14px;
}

.section-services .single-service {
     margin-top: 40px;
     background-color: #24252a;
     box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.section-services .single-service .part-1{
    padding: 40px 40px 25px;
    border-bottom: 2px solid #1d1e23;
}

.section-services .single-service .part-1 i{
    margin-bottom: 25px;
    font-size: 50px;
    color: #9DCD17 ;
}

.section-services .single-service .part-1 .title{
    font-size: 17px;
    font-weight: 700px;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}

.section-services .single-service .part-2 {
    padding: 30px 40px 40px;
}

.section-services .single-service .part-2 .description{
    margin-bottom: 22px;
    color: #6f6f71;
    font-size: 14px;
    line-height: 1.8em;
     
}

.section-services .single-service .part-2 a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

.section-services .single-service .part-2 a i{
    margin-right: 10px;
    color: #9DCD17;
}

/* end section services */

/* telehealth benefits section */
.benefits_icon{
    width: 100%;
    height: 180px;
}

.quality_measures_images{
    height: 350px;
}

.benefits_count{
    background-color: #9DCD17;
    padding: 8px;
    border-radius: 25px;
    color: #FFF;
    margin: 5px;
}


/* footer section */
footer{
    background-color:#5F5E5C;
    line-height: 24px;
    color: '#FFF';
}

.footer-logo{
    width: 100px;
    height: 80px;
}

footer .art{
    background-color: rgba(0,0,0,0.8);;
    padding: 16px;
    padding-top: 48px;
    clip-path: polygon(0% 5%, 15% 0%, 100% 10%, 100% 100%, 0% 100%);
}

footer .content{
    max-width: 1080px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 160px;
}

footer .footer-header{
    font-size: 18px;
    padding-block: 16px;
    color: #9DCD17;
}



/* Go to buttton */
.gotopbtn{
    position: fixed;
    width: 50px;
    height: 50px;
    background:#9DCD17;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}

.gotopbtn:hover{
    color:grey
}


/* Media Queries */
@media only screen and (max-width: 600px) {
body {
    width: 100vw;

}    
.navbar {
    width: 100vw;
    opacity: 1
}

.navbar-toggler{
    border-color: #9DCD17;
}

.navbar-nav .nav-item .nav-link{
    color: #5F5E5C;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}


.masthead {
    height: 80vh;
    min-height: 400px;
    background-image: url('../newImages/top_header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

.masthead h2{
    color: #5F5E5C;
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 500;
}  

.masthead h2 span {
    color: #9DCD17;
    font-size: 0.8em;
    font-weight: 700;
}

.masthead p{
    margin-top: 20px;
    color: #5F5E5C;
    text-align: justify;
}
 
.half-circle-mv{
    display: none;
}

.about-para{
    font-size: 15px;
    color: #5F5E5C;
    text-align: justify;
}

.about_image_styling{
    width: 280px;
    height: 320px;
}

.quality_measures_images{
    height: 250px;
    width: 100vw;
}

.primary_heading {
    text-align: center;
    text-transform: uppercase;
    color:#9DCD17;
    letter-spacing: 1px;
    margin-top: 40px;
    font-size: 26px;
}

.faq-image {
    width: 320px;
    height: 320px;
}

footer .content{
    max-width: 100vw;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
}

footer .footer-header{
    font-size: 18px;
    padding-block: 16px;
    color: #9DCD17;
}

.contact-form .btnContact {
    width: 140px;
    border: none;
    border-radius: 1rem;
    padding: 10px;
    background:#9DCD17;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    margin-left: 110px;
}
}

