@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Bold.eot');
    src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helvetica-Bold.woff2') format('woff2'),
        url('fonts/Helvetica-Bold.woff') format('woff'),
        url('fonts/Helvetica-Bold.ttf') format('truetype'),
        url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/HelveticaMedium.eot');
    src: url('fonts/HelveticaMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaMedium.woff2') format('woff2'),
        url('fonts/HelveticaMedium.woff') format('woff'),
        url('fonts/HelveticaMedium.ttf') format('truetype'),
        url('HelveticaMedium.svg#HelveticaMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FS Lola';
    src: url('fonts/FSLolaBold.eot');
    src: url('fonts/FSLolaBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FSLolaBold.woff2') format('woff2'),
        url('fonts/FSLolaBold.woff') format('woff'),
        url('fonts/FSLolaBold.ttf') format('truetype'),
        url('fonts/FSLolaBold.svg#FSLolaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Lola';
    src: url('fonts/FSLola.eot');
    src: url('fonts/FSLola.eot?#iefix') format('embedded-opentype'),
        url('fonts/FSLola.woff2') format('woff2'),
        url('fonts/FSLola.woff') format('woff'),
        url('fonts/FSLola.ttf') format('truetype'),
        url('fonts/FSLola.svg#FSLola') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=== Heading style====*/


 h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}

 h1{
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #222;
}


 h2 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

h3 {
	font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222;
}



 h4 {
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #222;
}

 h5 {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #222;
}

 h6 {
	font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #222;
}





/*=== Heading style====*/


/*=== General Paragraph style====*/


p{
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
	color: #595959;
}


/*=== General Paragraph style ====*/


/*=== General ancor tag style====*/


 a:hover{
	text-decoration: none;
}

/*=== General ancor tag style ====*/


/*-- ======= Top Bar css ======= */


/* #Navigation
================================================== */

.logo{
    margin-top: -36px;
}

.logo-block{
    position: absolute;
    right: 0;
    top: -66px;
}

.logo-block img{
   width: 132px;
}

.custom-container {
    width: 80vw;
    margin: 0px auto;
    position: relative;
}

#header {
    background: transparent;
    color: #fff;
    width: 100%;
    z-index: 9;
    font-family: 'Inter', sans-serif;
    top: 0;
    
}

.top-free-estimate{
    padding-top: 20px;
}

.top-free-estimate p{
    font-family: 'Ek Mukta';
    font-size: 22px;
    color: #212121;
    text-align: center;
    line-height: 28px;
    margin-bottom: 0px;
}

.availability{
    line-height: 20px !important;
    font-size: 16px !important;
}

.top-call-section{
    display: flex;
    padding-top: 20px;
    padding-left: 10%;
}

.call-text-1{
    font-family: 'Ek Mukta';
    font-size: 22px;
    color: #212121;
}


.desk-top-banner{
    display: black;
}

.mobile-banner{
    display: none;
}

.call-text-2 {
    font-family: 'Gotham';
    font-size: 24px;
    color: #002675;
    font-weight: 500;
    text-align: right;
    margin-bottom: 0px;
    padding-top: 10px;
}

.call-text-2 i {
    transform: rotate(38deg);
    position: relative;
    top: 3px;
}

.call-text-2 a{
    color: #002675;
}

/*.fixed-header {
   
    position: fixed !important;
}*/

#navbarSupportedContent .navbar-nav{
    margin-top: 20px;
}

#header .start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 0px 0;
    box-shadow: 0 10px 30px 0 rgb(106 115 120 / 15%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    
}
#header .navbar{
	padding: 0;
    margin-bottom: 0px;
}
#header .navbar-brand img{
	
	width: 300px;
	display: block;
  
}
#header .navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
#header  .navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
#header  .navbar-light .navbar-toggler-icon {
	width: 24px;
    height: 17px;
    background-image: none;
    position: absolute;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
    top: -40px;
    right: 0px;
}
#header  .navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
#header .navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

#header .nav-item:hover .nav-link{
	color: #002675 !important;
}
#header .nav-item.active .nav-link{
	color: #002675 !important;
}
#header .nav-link {
    color: #000000 !important;
    font-family: 'Gotham';
    transition: all 200ms linear;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 10px 10px !important;
    display: inline-block;
    border-bottom: 3px solid  transparent;
}

#header .nav-link:hover {
    border-bottom: 3px solid #002675;
}





.request-link::after{
    display: none;
}

.other-service-link::after{
    display: none;
}



#header .nav-item{
	position: relative;
    transition: all 200ms linear;
}

#header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
#header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
#header .dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
#header .dropdown-toggle::after {
	display: none;
}

#header .dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
#header .dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #003e7e;
}


/*=== side cart css===*/


 
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 30;;
 
}


.header-logo{
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 10;
}

/*-- ======= Nav bar css ======= */

 

/*-- ======= Nav bar css ======= */




/*-- ======= home banner css======= */


.home-banner{
    width: 100%;
    position: relative;
}

.home-banner img{
    width: 100%;
}

.banner-heading {
    width: 94vw;
    position: absolute;
    top: 14%;
    text-align: left;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.banner-heading h2 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'FS Lola';
}

.caution-notice {
    color: #fff;
    font-size: 34px;
    background-color: #f11b25;
    font-family: 'FS Lola';
    display: inline-block;
    padding: 10px 20px 5px;
    margin-bottom: 12px;
    font-weight: bold;
    border-radius: 30px;
    line-height: normal;
}

.caution-hindi {
    padding: 4px 20px 4px;
    min-width: 200px;
    text-align: center;
}
.banner-phone-no{
     color: #ffe839;
    font-size: 40px;
    font-weight: bold;
    line-height: 44px;
    font-family: 'FS Lola';
}


 .banner-section {
    width: 100%;
    background-color: transparent;
    /*background-image: url(../images/home-slider-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -152px;
}

.desktop-banner {
    display: block;
}


.banner-btn {
    position: absolute;
    top: 0px;
    width: 81vw;
    text-align: right;
    padding-top: 50px;
    margin-top: 20px;
}

.banner-btn a {
    background-color: #ecba29;
    font-family: 'Lato';
    color: #003e7e;
    font-size: 18px;
    padding: 12px 14px;
    margin-left: 20px;
}

.banner-btn a:hover{
    background-color: #003e7e;
    color: #fff;
}

#main-carousel .owl-prev {
    position: absolute;
    top: 44%;
    left: 6%;
}

#main-carousel .owl-prev:focus{
    outline: none;
}

#main-carousel .owl-next {
    position: absolute;
    top: 44%;
    right: 6%;
}

#main-carousel .owl-next:focus{
    outline: none;
}

#main-carousel .owl-item.active{
    transition: all 1s ease;
}

.red-strip {
    background-color: #f11b25;
    padding: 10px;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0px;
}

.custom-container-1{
    width: 90%;
    padding-left: 30px;
}

.red-strip h2{
    color: #fff;
    position: relative;
}



.tickerwrapper {
    position: relative;
    top: 2px;
    left: 0%;
    border: 0px solid #444;
    background: transparent;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-right: 10%;
   
}
 
 .tickerwrapper ul.list {
   position: relative;
   display: inline-block;
   list-style: none;
   padding:0;
   margin:0;
 }
 
 .tickerwrapper ul.list.cloned {
   position: absolute;
   top: 0px;
   left: 0px;
 }
 
 .tickerwrapper ul.list li {
   float: left;
   padding-left: 0px;
   color: #fff;
   font-size: 24px;
   font-weight: 400;
   font-family: 'Roboto', sans-serif;
 }


  /*-- ======= end of home slider ======= */




/*===== about  section===*/

.content-main-section{
    background-color: #009a4f;
    padding-bottom: 0px;
}

.about-section{
    padding-top:  60px;
    padding-bottom: 60px;
}

.about-heading{
    color: #ffe839;
    font-size: 40px;
    text-align: center;
    font-family: 'FS Lola';
}

.about-info {
    font-family: 'FS Lola';
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    margin-top: 14px;
}

.content-white-bg {
    background-color: #fff;
    padding: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.onload-popup .modal-dialog {
    width: 40%;
    max-width: 700px;
    margin-top: 100px;
}
.onload-popup .modal-header{
    padding: 0px;
    border: 0px;
}

.onload-popup .modal-body{
    padding: 0px;
}

.onload-popup .modal-header .close {
    padding: 0px;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 18px;
    top: 12px;
    color: #000;
    z-index: 1;
}

.onload-popup .modal-header .close:focus{
    outline: none;
}

/*=== Durga Prasad trust css===*/

.durga-parsad-trust{
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.durga-trust-heading {
    color: #f11b25;
    font-size: 40px;
    text-align: left;
    font-family: 'FS Lola';
    padding-left: 0;
    margin-bottom: 10px;
}

.shri-chiranjilal-dhanuka{
    margin-top: 80px;
}

.healthcare-section{
    margin-top: 80px;
}

.healthcare-section .durga-trust-heading {
     padding-left: 0;
}

.durga-sub-text{
    font-family: 'FS Lola';
    color: #393838;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.durga-parsad-trust-inner{
    display: flex;
    flex-wrap: wrap;
}

.left-content-section {
    width: 50%;
    padding-left: 0%;
    padding-top: 6px;
}

.right-img-section{
    width: 50%;
    padding-left: 60px;
}

.healthcare-section .right-img-section{
    width: 50%;
    padding-left: 0px;
    padding-right: 60px;
}

.right-img-section img{
    width: 100%;
}

.date-button{
    background-color: #009a4f;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-family: 'FS Lola';
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
}

.date-block{
    text-align: left;
}

.address-block {
    display: flex;
    margin-top: 30px;
}

.address-icon i{
    font-size: 30px;
}

.address-info {
    padding-left: 20px;
}

.address-info h2{
    font-family: 'FS Lola';
    font-size: 24px;
    color: #009a4f;
    font-weight: normal;
}

.address-info p{
    font-family: 'FS Lola';
    color: #393838;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    line-height: 36px;
}

.service-list{
    padding-left: 0px;
}

.service-list li{
    list-style: none;
    font-family: 'FS Lola';
    color: #393838;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    line-height: normal;
}

.service-list li:before {
    color: #009a4f;
    content:"\25AA";
    font-size:1.5em;
    padding-right:.25em; 
    position:relative;
    top:.1em; 
  }

.phone-text {
    font-family: 'FS Lola';
    color: #393838;
    font-size: 24px;
    font-weight: normal;
}

.email-text {
    font-family: 'FS Lola';
    color: #393838;
    font-size: 24px;
    font-weight: normal;
    padding-left: 32px;
}

.trust-contact-section {
    padding-left: 0;
    padding-top: 6px;
}

.healthcare-section .durga-parsad-trust-inner {
    flex-direction: row-reverse;
}

.healthcare-section .left-content-section {
    width: 50%;
    padding-left: 6%;
    padding-right: 0%;
}

.healthcare-section .date-button{
    margin-top: 7px;
}


/* footer css */

.footer-section {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-logo {
    text-align: center;
}

.footer-logo-section p {
    font-family: 'FS Lola';
    color: #393838;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    margin-top: 14px;
}

.quick-links {
    padding-top: 22px;
    padding-left: 22%;
}

.quick-links h2{
    font-family: 'FS Lola';
    color: #454545;
    font-size: 22px;
}

.footer-link-list {
    padding-left: 0px;
}

.footer-link-list li {
    list-style: none;
    margin-top: 18px;
}

.footer-link-list li a {
    color: #454545;
    font-family: 'FS Lola';
    font-size: 18px;
}

.contact-details {
    padding-top: 22px;
    padding-left: 10%;
}

.contact-details h2{
    font-family: 'FS Lola';
    color: #454545;
    font-size: 22px;
}

.contact-details p{
    font-family: 'FS Lola';
    color: #393838;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
}

.footer-social-icon a {
    color: #717171;
    font-size: 26px;
    margin: 10px 22px 0 0;
    display: inline-block;
}

.footer-bottom{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.copyright-text{
    text-align: center;
}

.copyright-text p{
    font-family: 'FS Lola';
    color: #393838;
    font-size: 18px;
    font-weight: normal;
  
    margin-bottom: 0px;
}


 





