/*
*Template Name: Temple
*Copyright: All rights reserved Helth Sathi
*/

.fixed-header-enable{
    visibility: hidden;
}


h1,
h2,
h3,
p,
a,
span {
    font-family: 'Poppins';
}

/* navbar */
#home-head #fixed-header {
    background-color: #fff;
}

#head nav {
    background-color: #fff;
}

.navbar a,
.navbar-brand {
    color:#183D71 ;
}

.navbar .head_img_pc {
    width: 230px;
}

#head nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(33,51,96,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#head .navbar .head_img_mob {
    display: none;
}

#home-head nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(33,51,96,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#home-head .navbar .head_img_mob {
    display: none;
}

.head .nav-item a {
    font-weight: bold;
}

#home-head .nav-item a {
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    #head .navbar .head_img_mob {
        display: block;
    }

    #head .navbar h3 {
        display: none;
    }

    #head .btn_pop {
        display: none;
    }
    #home-head .navbar .head_img_mob {
        display: block;
    }

    #home-head .navbar h3 {
        display: none;
    }

    #home-head .btn_pop {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .btn {
        display: none;
    }
}

/**/
@media screen and (min-width: 1200px) {
    .head .nav-item {
        justify-content: space-between;
        flex-grow: 1;
        margin-right: 15px;
        display: flex;
        align-items: center;
        margin: 0px 20px 0px 20px;
        font-size: 18px;
    }

    .head .nav-item a:hover {
        color: #38b34a;
    }

    .head .nav-item .active {
        color: #38b34a;
    }

    .head .navbar-nav {
        display: flex;
        align-items: center;
        margin-left: 100px;
    }

    .head .btn_pop {
        margin-right: 100px;
    }
}


/* Home Banner */
@media only screen and (min-width: 992px) {
    .hero-banner{
        height: 671px;
    }
}
@media only screen and (max-width: 420px) {
    .first .f_cnt h1{
        color: #0e204d;
    }
    .first .f_cnt .btn {
        background-color: #38b34a;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 20px;
    }
}
.hero-banner{
    background: url(assets/img/hero-bg.png) no-repeat center;
}
.first {
    padding-top: 100px;
    padding-bottom: 40px;
}



.first h1 {
    font-size: 54px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    font-style: italic;
}

.first .p1 {
    font-size: 20px;
    color: #173c70;
    font-weight: bold;
    margin: 20px 0 20px;
}

.first p {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px 0px 0px;
}

.first a {
    text-decoration: none;
    font-weight: bold;
}

.first .btn {
    background-color: #fff;
    color: #213360;
    border: none;
    padding: 15px;
    border-radius: 20px;
}

.first .btn:hover {
    background-color: #2CC8BD;
    border: 1px solid #fff;
    color: #fff;
}

.first .img_pho {
    display: none;
}


@media only screen and (max-width: 600px) {

    .first p,
    .b_tab {
        text-align: center;
    }

    .first .fir_img {
        margin-bottom: 0px;
    }

    .first .fir_img img {
        width: 100%;
    }

    .first .img_pc {
        display: none;
    }

    .first .img_pho {
        display: block;
    }
    .first{
        padding-top: 0px;
    }
}

/* Partner Brands */
.brand {
    padding: 30px;
    background-color: #f3f5fa;
}

.brand img {
    width: 130px;
    cursor: pointer;
    filter: grayscale(100);
}

.brand img:hover {
    filter: none;
    transition: ease-in-out;
}

@media only screen and (max-width: 600px) {
    .brand img {
        width: 100px;
        padding: 10px;
    }
}

/* Home Service Content */
.service-content h2 {
    color: #0e204d;
}

@media only screen and (max-width: 600px) {
    .service-content .our_btn {
        margin: 0px;
    }

    .service-content .our_btn .btn {
        margin: 5px;
    }
}

/* Home Service Tabs */
.tabs_icn h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    color: #0e204d;
    margin-top: 50px;
}

.tabs_icn .nav-item {
    width: 185px;
}

.tabs_icn i {
    font-size: 80px;
    text-align: center;
}

.tabs_icn a {
    fill: #22B19F;
    color: #22B19F;
}

.tabs_icn a:hover {
    color: #205295;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #144272;
    background-color: #fff;
}

.tabs_icn .tab_box {
    margin: auto;
    width: 160px;
    height: 160px;
}

.tabs_icn span {
    padding: 10px 0px 10px 0px;
    text-align: center;
    overflow-wrap: anywhere;
    font-size: 15px;
}

.telcom-ico,
.helaid-ico,
.homdoc-ico,
.homthr-ico,
.labtes-ico,
.equip-ico {
    text-align: center;
}

/* Icon Hover effect and font awesome icon */
.telcom-ico::before {
    content: "\f0f0";
    font: var(--fa-font-solid);
    font-family: "Font Awesome 5 free";
    font-size: 80px;
}

.telcom-ico:hover::before {
    content: "";
    background: url(assets/img/ser_ico_1.png) no-repeat center center/cover;
    float: left;
    width: 130px;
    height: 80px;
}

/* 2nd icon */
.helaid-ico::before {
    content: "\f481";
    font: var(--fa-font-solid);
    font-family: "Font Awesome 5 free";
    font-size: 80px;
}

.helaid-ico:hover::before {
    content: "";
    background: url(assets/img/ser_ico_2.png) no-repeat center/cover;
    float: left;
    width: 130px;
    height: 80px;
}

/* 3rd icon */

.homdoc-ico::before {
    content: "\f82f";
    font: var(--fa-font-solid);
    font-family: "Font Awesome 5 free";
    font-size: 80px;
}

.homdoc-ico:hover::before {
    content: "";
    background: url(assets/img/ser_ico_3.png) no-repeat center/cover;
    float: left;
    width: 130px;
    height: 80px;
}

/* 4th icon */

.homthr-ico::before {
    content: "\f469";
    font: var(--fa-font-solid);
    font-family: "Font Awesome 5 free";
    font-size: 80px;
}

.homthr-ico:hover::before {
    content: "";
    background: url(assets/img/ser_ico_4.png) no-repeat center/cover;
    float: left;
    width: 130px;
    height: 80px;
}

/* 5th icon */

.labtes-ico::before {
    content: "\f484";
    font: var(--fa-font-solid);
    font-family: "Font Awesome 5 free";
    font-size: 80px;
}

.labtes-ico:hover::before {
    content: "";
    background: url(assets/img/ser_ico_5.png) no-repeat center/cover;
    float: left;
    width: 130px;
    height: 80px;
}

/* 6th icon */

.equip-ico::before {
    content: "\f48e";
    font: var(--fa-font-solid);
    font-family: "Font Awesome 5 free";
    font-size: 80px;
}

.equip-ico:hover::before {
    content: "";
    background: url(assets/img/ser_ico_6.png) no-repeat center/cover;
    float: left;
    width: 130px;
    height: 80px;
}

/* */

@media only screen and (max-width: 600px) {

    .telcom-ico:hover::before,
    .helaid-ico:hover::before,
    .homdoc-ico:hover::before,
    .homthr-ico:hover::before,
    .labtes-ico:hover::before,
    .equip-ico:hover::before {
        float: right;
        margin-right: -25px;
    }


}

@media only screen and (max-width: 600px) {
    .tabs_icn .tab_box {
        width: 105px;
        padding: 13px;
    }

    .tabs_icn i {
        font-size: 50px;
    }

    .tabs_icn .nav-item {
        margin: auto;
        width: 100px;
        margin-bottom: 20px;
    }
}

/* choose-us */
.choose-us span {
    margin-left: 10px;
}

.choose-us ul {
    margin-left: -25px;
}

.choose-us i {
    font-size: 20px;
    fill: #22B19F;
    color: #22B19F;
}

.choose-us h3 {
    font-weight: 700;
    font-size: 32px;
    color: #0e204d;
}

@media only screen and (max-width: 600px) {
    .choose-us .row .cho {
        margin-top: -17px;
    }

    .choose-us h3 {
        text-align: center;
    }
}

/* cont */
.user{
    background-color: #3851A2;
    padding: 50px;
}

.user img{
    width: 300px;
}

.user p{
    color: #fff;
}

/* How does Health sathi Work */
.work .section-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.work i {
    font-size: 70px;
    fill: #22B19F;
    color: #22B19F;
}

.work p {
    color: #22B19F;
}

.work h4 {
    padding: 10px 0px 10px 0px;
}

.work h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #0e204d;
    margin-top: 20px;
}

.work .icon-box {
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    margin-bottom: 15px;
}

.work a {
    color: #0e204d;
}

.work {
    margin: 50px;
}

@media only screen and (max-width: 600px) {
    .work {
        margin: 0;
    }
}

/* Why families Prefer Health Sathi */
.families i {
    font-size: 60px;
    fill: #22B19F;
    color: #22B19F;
}

.families h4 {
    padding: 10px 0px 10px 0px;
}

.families h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    color: #0e204d;
    margin-top: 20px;
}

.families .member {
    position: relative;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.families p {
    color: #22B19F;
}

.families {
    margin: 50px;
}

.families .member-info h4 {
    color: #0e204d;
}

@media only screen and (max-width: 600px) {
    .families {
        margin: 0;
    }
}

/* medical Condition */
.medical span {
    padding: 10px 0px 10px 0px;
}

.medical i {
    fill: #22B19F;
    color: #22B19F;
    font-size: 70px;
}

.medical .cont {
    width: 165px;
    height: 150px;
}

.medical h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    color: #0e204d;
    margin-top: 20px;
}

.medical p {
    color: #22B19F;
}

@media only screen and (max-width: 600px) {
    .medical i {
        font-size: 50px;
    }
}

@media only screen and (max-width: 769px) {
    .medical i {
        font-size: 50px;
    }

    .reasons .member i {
        font-size: 50px;
    }
}

/* Reasons of Engagement */
.reasons span {
    padding: 10px 0px 10px 0px;
}

.reasons i {
    font-size: 70px;
    fill: #22B19F;
    color: #22B19F;
}

.reasons .cont {
    width: 165px;
    height: 150px;
}

.reasons .member {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .reasons i {
        font-size: 50px;
    }

    .reasons .cont,
    .medical .cont {
        margin-top: 15px;
        height: 135px;
        padding: 5px;
    }
}

.reasons h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    color: #0e204d;
    margin-top: 50px;
}

.reasons p {
    color: #22B19F;
}

/* medical Condition and Reasons of Engagement */
.reasons .member,
.medical .member {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.medical span,
.reasons span {
    overflow-wrap: anywhere;
}

.reasons,
.medical {
    margin: 20px;
}

/* button */
.btn-custom {
    background-color: #38b34a;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 20px;
}

.btn-custom:hover {
    color: #fff;
    background-color: #173c70;
    box-shadow: inset 250px 0 0 0 #173c70;
}

/* contact */
.contact h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #0e204d;
    margin-top: 20px;
}

.contact .info {
    border-top: 3px solid #2CC8BD;
    border-bottom: 3px solid #2CC8BD;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #2CC8BD;
    border-bottom: 3px solid #2CC8BD;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}


/* footer */
#footer .social-links a {
    margin: 5px;
}

footer .f_logo {
    width: 267px;
    height: 80px;
}

.footer-bottom {
    color: #fff;
    background-color: #1D2A4D;
}

#footer .footer-top {
    background-color: #1D2A4D;
    color: #fff;
}

.footer-links a,
.f_quick i {
    color: #fff;
}

.f_quick li a:hover {
    color: #21cdc0;
    text-decoration: none;
}

.social-links i {
    font-size: 30px;
    color: #fff;
}

.footer-top .row {
    padding: 50px 100px 10px 100px;
}

.footer .footer-cont {
    list-style: none;
    padding-left: 0;
}

.footer .footer-cont i {
    padding-right: 10px;
}

#footer .footer-top hr {
    margin: 1px;
}


@media only screen and (max-width: 600px) {
    .footer {
        margin: 0;
    }

    .footer-top .row {
        padding: 10px;
    }
}


/* modal-content*/
.modal-content img {
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal-content {
    padding: 30px;
}

.m_logo {
    margin: auto;
    justify-content: center;
    display: flex;
}

.he_pop {
    width: 1163px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* padding: 90px 130px 88px 148px; */
    padding: 50px;
}

.modal-content {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}

.he_head {
    display: block;
    font-family: Montserrat-ExtraBold;
    font-size: 24px;
    color: #333333;
    height: 100px;
    text-align: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .modal img {
        display: none;
    }

    .he_pop {
        width: 330px;
        padding: 15px 0px 30px 0px;
    }
}



/* Service Pages */
.service-cont img{
    width: 700px;
    height: 420px;
}
.service-header{
    margin-top: 50px;
    /* height: 100vh; */
}
.header-content{
    padding-top: 450px;
    background-color: rgb(253 253 253 / 40%);
    padding-bottom: 100px;
}
.header-content p{ 
    margin: 20px 250px 20px 250px;
}

.header-content h2{
    color: #183D71;
    font-weight: bold;
}

.sidebar-services{
    padding: 33px 40px 40px;
    background-color: #def8f6;
    border-radius: 10px;
    position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 50px;
  font-size: 20px;
}
.our_btn1 a{
    margin: 5px;
}
.our_btn1 .btn-custom{
    height: 50px;
    width: 250px;
    float: left;
}

.service-cont i{
    color: #22B19F;
}
.sidebar-services h2{
    color: #183D71;
    font-weight: bold;
}
.sidebar-services .ser-active{
    background-color: #173c70;
}
.service-cont .fa-circle-check{
    margin: 5px 10px;
    font-size: 23px;
}

@media only screen and (max-width: 600px) {
    .service-cont img{
        width: 340px;
        height: 260px;
    }
}

/* SIDEBAR SERVICE*/
.service-cont .info-ul{
    margin: 30px 0px 10px 0px;
}
.service-cont .info-ul li{
    font-size: 20px;
}

/* FAQ IN SERVICE */
.panel-group a{
    text-decoration: none;
    color: #000;
}
.panel-group{
    margin: 50px 0px 50px 0px;
}
.panel-group h3{
    color: #183D71;
    font-weight: bold;
    padding: 10px;
}
.panel-group .hr1{
    background-color: #38b34a;
    height: 2px;
}
.panel{
    padding: 5px;
}
/* FAQ IN SERVICE ENDED */

/* KINDLY NOTES*/
.note ul{
    padding: 15px;
    background-color: #def8f6;
}
.note ul li{
    padding: 5px;
}
.ing .fa-circle-chevron-right{
    margin: 2px 10px;
} 

@media only screen and (max-width: 820px) {
    .header-content p{ 
        margin: 20px 150px 20px 150px;
    }
}
@media only screen and (max-width: 420px) {
    .header-content p{ 
        margin: 0;
        margin-bottom: 20px;
    }
}

/* ABOUT */
.head-title{
    margin-top: 100px;
 background-color: #1D2A4D;
 padding: 85px;
 color: #fff;
 justify-content: center;
 text-align: center;
}
.head-title h1{
    font-weight: bold;
}
.head-title a{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.head-title .a1::after{
    /* position: absolute; */
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}
.us-line{
    width: 100px;
    height: 2px;
    background: #38b34a;
    margin-top: 0px;
}
@media only screen and (max-width: 420px) {
    .head-title h1{
        font-size: 35px;
    }   
    .about-text{
        margin-top: 20px;
        text-align: center;
    }
    
}

