/*
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');*/
  
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

h1,h2,h3,h4,h5,h6{ font-family:'Poppins', sans-serif;}

.main_txt h2{
	font-size:30px;
    font-weight:700;
    line-height:48px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
}
/* input[type="date"]::before{
    color: #ffffff;
    content: attr(placeholder) ": ";
 }
 input[type="date"]:focus::before {
    content: "" !important;
 } */
html {
    scroll-behavior: smooth;
}
::selection {
    color: #fff;
    background: #1D6064;
  }
  
  

/* body{    position: relative;} */

.navbar-expand-xl .navbar-nav .nav-link {
    padding: 49px .5rem;
}


/* .active a{color:#fb9c2b!important;position: relative;} */

.header .navbar-collapse ul li.active:before {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.sticky {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1)!important;
    position: fixed!important;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(70px);
    transition: transform .5s ease, background .5s ease;
    -webkit-transition: transform .5s ease, background .5s ease;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    background: #fff;
}

.header .navbar-collapse ul.change_style li {
    margin: 18px 0px;
}

.custom_dropdown ul.change_style li:not(:last-child) {
    border-bottom: 2px solid #f5f2f2!important;
}

.custom_dropdown ul.change_style li {
    padding: 8px;
}

.custom_dropdown ul.change_style li:hover {
    background-color: #4a454566!important;
    padding: 8px;
}

.custom_dropdown ul.change_style li a {
    font-size: 18px;
    letter-spacing: 1px;
}

.header .navbar-collapse ul.change_style li:hover a {
    color: #fff;
    transform: translateX(8px);
}

.header .navbar-collapse ul.change_style li i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.main_div {
    background-image: url('../img/home-hero-new.jpg');
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_div .main_txt {
    position: relative;
}

.main_div .line {
    content: "";
    border-top: 35px solid #1D6064;
    border-bottom: 35px solid #1D6064;
    border-left: 35px solid #1D6064;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* webkit-clip-path: polygon(0 0,89% 0,45% 100%,0 100%); */
    clip-path: polygon(0 0, 89% 0, 45% 100%, 0 100%);
    z-index: -1;
}

.main_div .text_border .main_txt {
    padding: 100px 0px 100px 100px;
    margin: 13rem 0px;
    z-index: 0;
}

.main_div .text_border .main_txt h1 {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 4px 5px rgb(0 0 0 / 25%);
}



.main_div .text_border .main_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-bottom: 40px;
}

.thumb {
    width: 100%;
    display: none;
}

.book_appoint {
    padding: 10px 20px;
    background-color: #fb9c2b;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s linear all;
}

.book_appoint:hover {
    background: #1D6064;
    color: #fff;
    transform: scale(0.9);
    /* border-radius: 8px; */
}

.top-header {
    background: #1D6064;
}

.top-header ul {
    margin-bottom: 0;
}

.top-header .social {
    margin-top: 8px;
}

.top-header .social li {
    display: inline-block;
}

.top-header .social li a {
    color: #fff;
    margin-right: 23px;
}

.top-header .social li a:hover {
    color: #264653;
}

.top-header .flat-custom-info.style1 {
    margin-right: 0;
}

.top-header .flat-custom-info {
    padding: 7px 0 7px;
}


/*.flat-custom-info ul.custom-info li:first-child {    margin-left: 0;}*/

.flat-custom-info ul.custom-info li {
    margin-right: 15px;
}

.flat-custom-info ul.custom-info li,
.flat-user-section ul.user-section li {
    display: inline-block;
    color: #fff;
}

.flat-custom-info ul.custom-info li a {
    color: #fff;
    font-size: 16px;
}

.flat-custom-info ul.custom-info li a:hover {
    text-decoration: none;
    color: #cfcfcf;
}

.navbar-toggler i {
    font-size: 32px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.header {
    z-index: 2;
    position: relative;
    left: 0px;
    right: 0px;
}

.header.sticky .navbar-brand img {
    width: 120px;
    height: auto;
}

.header.sticky .navbar-nav .nav-link {
    padding: 9px .5rem;
}

.header.sticky .custom_dropdown ul {
    top: 81%;
}

.header.sticky .navbar-collapse ul li a.get_instant {
    padding: 9px 20px;
}

.header .navbar-brand img {
    width: 177px;
    height: auto; margin:0;
}

.header .navbar-collapse ul li a {
    color: #264653;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}

.header .navbar-collapse ul li a:hover {
    color: #fb9c2b;
}

.header .navbar-collapse ul li a.get_instant {
    background-color: #fb9c2b;
    color: #fff;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 50px;
    transition: all 0.3s linear;
}

.header .navbar-collapse ul li a.get_instant:hover {
    background: #1D6064;
    transform: scale(0.9);
    /* border-radius: 8px; */
}

.header .navbar-collapse ul li a.get_instant i {
    margin-right: 5px;
}

.header .navbar-collapse ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
    /* transition: all 1.3s linear; */
}

.header .navbar-collapse ul.drop li {
    display: flex;
    align-items: center;
    position: unset;
    margin-right: 20px;
}
.header .navbar-collapse ul.drop li span img{ width:100%;}
.header .navbar-collapse ul.drop li span{ width:14%; margin:0 10px 0 0;}


/* .header .navbar-collapse ul .nav-item:not(:last-child):before{
    content:"";
    background-color:#fff;
    height:4px;
    width:80%;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    margin:auto;
    opacity: 0;
    transform:translateY(20px);
    visibility: hidden;
    transition: all 0.3s linear;
} */

.header.sticky .navbar-collapse ul li:hover:not(:last-child):before {
    opacity: 1;
    transform: translateY(14px);
    visibility: visible;
}

.header .navbar-collapse ul li:hover:not(:last-child):before {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.megamenu {
    background-image: url(../img/top-menu.jpg);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 1rem!important;
}

.megamenu .overlay {
    position: absolute;
    background-color: rgb(85 157 164 / 68%);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 70px;
    font-weight: 600;
}

.megamenu .service img {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius:5px;
}

.megamenu .service {
	height:340px;
	padding-top:25px !important;
    margin-top: 26px;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear all;
}

.megamenu .service:hover {
	background-color: rgb(255 255 255 / 12%);
    transform: translateY(-4px);
    box-shadow: 0px 0px 3px rgb(255 255 255 / 7%);
    backdrop-filter: blur(7px);
    backdrop-filter: brightness(12);
    backdrop-filter: opacity(0%);
    transition: 0.3s linear all;
}

.megamenu .service:hover img {
    background-color:#FB9C2B;
    transition: 0.3s linear all;
}

.megamenu .service h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 500 !important;
    margin-top: 10px;
    letter-spacing: 2px;
    height: 35px;
}
.megamenu .service p{
	font-size: 14px !important;
    color: #fff;
    font-weight: 400 !important;
    margin-top:-30px !important;
}

.megamenu.change_style h6 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    margin: 5px 0px 15px;
    letter-spacing: 2px;
}

.mobile-menu {
    display: none;
    height: 236px!important;
    overflow-y: scroll;
    left: 110px!important;
    top: 0%!important;
}


/* custom dropdown */

.custom_dropdown {
    position: unset!important;
}

.sticky .custom_dropdown:hover>ul {
    transform: translateY(15px);
    opacity: 1;
}

.sticky .custom_dropdown>ul {
    top: 100%;
}

.custom_dropdown>ul {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    padding: 0px 0px;
    min-width: 193px;
    border-radius: 0px;
    transform: translateY(20px);
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.custom_dropdown>ul li:before {
    position: relative;
}

.custom_dropdown>ul li:not(:last-child) {
    border-bottom: 1px solid #f5f2f2;
}

.custom_dropdown>ul li {
    margin-right: 0px!important;
    transition: all 0.2s ease-in!important;
}

.custom_dropdown>ul li a {
    margin: 0px 0px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.custom_dropdown a i {
    transition: all 0.3s linear;
    /*font-size: 20px;*/
}

.custom_dropdown:hover a i {
    transform: rotate(180deg);
}

.custom_dropdown>ul li:hover {
    background-color: #f2f2f2;
}

.custom_dropdown>ul li:hover a {
    color: #fff;
}

.custom_dropdown:hover>ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.appointment_form {
    background-color: #1D6064;
    padding: 28px 90px 67px;
    border-radius: 200px;
    opacity: 0.94;
    margin-top: -105px;
}

.appointment_form h6 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 40px;
}

.appointment_form ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    background-color: #fff;
    padding: 0px 0px;
    box-shadow: 0px 6px 7px rgb(0 0 0 / 25%);
}

.appointment_form ul li {
    margin: 0px 30px;
}

.appointment_form ul li:not(:last-child) input {
    width: 100%;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom-color: #000;
    padding-left: 0px;
}
.appointment_form ul li:not(:last-child) select {
    width: 100%;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom-color: #000;
    padding-left: 0px;
}
.appointment_form ul li:not(:last-child) input::placeholder {
    color: #000;
    font-size: 20px;
}

.appointment_form ul li:not(:last-child) input:focus {
    outline: none;
    box-shadow: none;
}
.appointment_form ul li:not(:last-child) select:focus {
    outline: none;
    box-shadow: none;
}
/* input[type="date"]:not(.has-value):before {
    color: #000;
    font-size: 20px;
    content: attr(placeholder);
} */

.appointment_form ul li:last-child input {
    padding: 25px 40px;
    background-color: #fb9c2b;
    font-size: 28px;
    border-radius: 0px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s linear;
}

.appointment_form ul li:last-child input:hover {
    background: #1D6064;
}

.appointment_form ul li:last-child {
    margin-right: 0px;
}

.main_heading h6 {
    font-weight: 600;
    Font-size: 36px;
    Line-height: 54px;
    color: #fb9c2b;
}

.main_heading p {
    font-weight: 500;
    Font-size: 20px;
    Line-height: 30px;
    margin: 27px 0px 50px 0px;
}

#carousel .item {
    text-align: center;
}

#carousel .item .text {
    text-align: center;
    padding: 25px 0px 0px;
    border: 1px solid #E7E7E7
}

#carousel .item .text h4 {
    font-weight: 600;
    font-size: 22px;
    color: #1D6064
}

#carousel .item .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #B0B0B0;
    margin: 20px 0px 30px;
}

#carousel .item .text a {
    background-color: #fb9c2b;
    font-size: 18px;
    color: #fff!important;
    padding: 12px 0px;
    display: block;
}

#carousel .item .img {
    position: relative;
}

#carousel .item .img .overlay {
    position: absolute;
    background-color: rgba(111, 201, 210, 0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 70px;
    font-weight: 600;
}

#carousel .item .img .number {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -45px;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s linear;
}

#carousel .item:hover .img .number {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
}

#carousel .item:hover .text h4 {
    color: #fb9c2b;
}

#carousel .item:hover .text a {
    background-color: #1D6064;
}

.spacer {
    margin-top: 80px;
}

.intro-container .right_banner{
	margin-top:0px;
	padding-top:0px;
}

.intro-container img{
	margin-top:0px;
	padding-top:0px;
	height:auto;
	width:100%;
}
.intro-container .col-xl-6{
    align-items: center;
    display: flex;
}
.intro-container h2{
	color:#21656A;
    font-weight:700;
}
.intro-container p{
	color:#212529;
    font-size:13px;
}
.col-lg-2.col-md-3.col-6.text-center{
	width: 25% !important;
    max-width: 25% !important;
    min-width: 25%;
}


.video_sec .spacer{
    margin-top:0px !important;
}
.video_sec {
    background-color: #fb9c2b;
}

.video_sec .text-sec {
    margin: 0rem 80px 0px 8rem;
}

.video_sec .text-sec h2 {
    font-size: 32px;
    font-weight: 500;
    color: #1D6064;
}

.video_sec .text-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.video_sec .text-white a{ 
	color:#fff !important;
}

.video_sec .img {
    position: relative;
}

.video_sec .img {
    background-image: url(../img/vedio_play-1500x1000.jpg);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20rem 26rem;
}

.video_sec .img i {
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #fb9c2b;
    border-radius: 100px;
    padding: 17px;
    width: 100px;
    height: 100px;
    color: #fff;
    transition: all 0.3s linear;
}

.video_sec .img i:hover {
    background: #1D6064;
    transform: scale(1.1);
    cursor: pointer;
}



.your-search-container img{
	width:90%;
}
.your-search-container h2{
	font-weight:700;
    color: #21656A;
    margin-bottom:30px;
   	text-align:center;
    line-height:1.6;
}
.your-search-container p{
	color:#212529;
    font-size:16px;
    margin-bottom 20px;
    text-align:center;
    line-height:30px;
}


.general-container {
	background-color:#21656A;
    overflow:visible;
    position:relative;
    margin:100px auto;
    padding:30px;
}

.general-container img{
    position:absolute;
    top: -90px;
    height: 440px !important;
}
.general-container h2{
	font-weight:700;
    color: #fff;
    margin-bottom:20px;
   	text-align:center;
    line-height:1.6;
}
.general-container p{
	color:#fff;
    font-size:15px;
    text-align:center;
    line-height:24px;
}
.team_sec .text {
    text-align: center;
    margin: 0px 40px;
}

.team_sec .text img {
    width: 100%;
}

.team_sec .text .txt {
    margin-top: 20px;
}

.team_sec .text .txt h6 {
    font-size: 22px;
    color: #1D6064;
}

.team_sec .text .txt p {
    font-size: 16px;
    color: #B0B0B0;
}

.gallery .img_over {
    max-height: auto !important;
}
/*
.gallery .img_over {
    max-height: 271px;
    overflow: hidden;
}

.gallery .img_over.left {
    max-height: 538px;
    overflow: hidden;
}
*/


.gallery .img_over img {
    width: 100%;
}

#testimonial .img img {
    width: 165px;
    height: 165px;
    margin: auto;
    border-radius: 100px;
}

#testimonial .item {
    text-align: center;
}

#testimonial .item .text h4 {
    font-size: 18px;
    color: #fb9c2b;
    font-weight: 600;
    margin: 20px 0px 20px;
}

#testimonial .item .text p {
    font-size: 16px;
    line-height: 25px;
    color: #505050;
}

.contact_num {
    background-image: url(../img/rev-slider-img-1500x389.jpg);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding:20rem 26rem; */
    position: relative;
}

.contact_num .over_lay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(29, 96, 100, 0.75);
}

.contact_num .text {
    padding: 8rem 0px;
}

.contact_num .text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.contact_num .text h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px;
}

.contact_num .text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0px auto 40px auto;
}

.contact_num .text a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #fb9c2b;
    padding: 12px 25px;
    border-radius: 8px;
    transition: all 0.3s linear;
}

.contact_num .text a:hover {
    background-color: #fff;
    color: #fb9c2b;
    transform: scale(0.9);
    /* border-radius: 8px; */
}
.our_blog { margin-top:30px; }
.our_blog .text img {
    width: 40%;
}

.our_blog .text {
    display: flex;
    align-items: center;
}

.our_blog .text .txt {
    margin: 0px 0px 0px 20px;
    position: relative;
}

.blog-section .main_heading, .blog-section .col-xl-7{
	width:100% !important;
    min-width:100% !important;
 
}
.blog-section .main_heading p{
	width:100% !important;
}
.our_blog .text .txt:before {
    content: "";
/*    background-color: #2F9F92;
*/    height: 2px;
    width: 140px;
    position: absolute;
    top: 32px;
    left: 0px;
}

.our_blog .text .txt h6 {
    font-size: 22px;
    color: #1D6064;
    font-weight: 600;
}

.our_blog .text .txt p {
    margin:10px 0;
    font-size: 16px;
    line-height: 25px;
    color: #454545;
}

.our_blog .text .txt a {
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
    ;
    line-height: 25px;
    color: #fb9c2b;
    text-decoration: none;
}

.footer {
    background-color: #4ABECA;
    padding: 50px 0px 30px;
    margin-top: 15rem;
}

.footer .foote_sec img {
    width: 200px;
    height: auto;
}

.footer .foote_sec p {
    font-size: 16px;
    font-weight: 400;
    ;
    line-height: 25px;
    color: #fff;
    margin: 20px 0px;
}

.footer .foote_sec ul {
    list-style-type: none;
    display: flex;
    padding-left: 0px;
}

.footer .foote_sec ul li:not(:first-child) {
    margin-left: 20px;
}

.footer .foote_sec ul li a {
    font-size: 20px;
    color: #2E3A59
}

.footer .footer_middle ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer .footer_middle ul li {
    font-size: 18px;
    font-weight: 400;
    ;
    line-height: 30px;
    color: #1D6064;
    margin: 20px 0px;
    text-align: left;
}

.footer .footer_middle {
    background-color: #fff;
    padding: 42px;
    border-radius: 24px;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 50%);
    margin-top: -12rem;
}

.footer .footer_middle a {
    background-color: #fb9c2b;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s linear;
}

.footer .footer_middle a:hover {
    background: #1D6064;
    transform: scale(0.9);
    /* border-radius: 8px; */
}

.footer .footer_right ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer .footer_middle .row {
    margin-bottom: 30px;
}

.footer .footer_right h6 {
    color: #1D6064;
    font-size: 18px;
    font-weight: 600;
}

.footer .footer_right ul li {
    margin-top: 9px;
}

.footer .footer_right ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    word-break: break-all;
}
.footer .footer_right ul li a p{
    margin:0px;
}
.footer .footer_right ul li a i {
    margin-right: 5px;
}

.footer .foot_bottom {
    margin-top: 45px;
}

.footer .foot_bottom p {
    color: #1D6064;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

.main_div.header2 {
    background-image: none;
    background-color: #4abeca;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_div.header2 .header {
    border-bottom: 2px solid #2CABB8; padding:0 0 8px 0;
}

.common-top .main_text {
    padding: 80px 0px 130px;
    text-align: center;
    position: relative;
}

.common-top .main_text h1 {
    font-size: 45px;
}

.common-top .main_text h1,
.common-top .main_text h2,
.common-top .main_text h3 {
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.common-top .main_text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.scroll-down {
    text-align: center;
    width: 34px;
    height: 58px;
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -17px;
    line-height: 90px;
}

.scroll-down i {
    height: 16px;
    width: 4px;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes fadebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.service2 .banner_text img {
    width: 100%;
    border: 6px solid #4abeca;
}

.service2 .right_sec h5 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #1D6064;
}

.service2 .right_sec p,
.service2 .right_sec ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #878787; text-align:justify;
}

.service2 .right_sec ul {
    margin-left: 17px;
}

.video_sec.text .img1 img {
    width: 100%;
}

.video_sec.text {
    background-color: #4abeca; padding:0 0 5px 0;
}

.video_sec.text .text-sec ul {
    list-style-type: none;
}

.video_sec.text .text-sec ul li {
    display: flex;
    align-content: center;
    align-items: baseline;
}

.video_sec.text .text-sec ul li i {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
}

.video_sec.text .text-sec ul li h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #1D6064;
}

.video_sec.text .text-sec ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.vedio_div img {
    width: 100%;
}

.vedio_div {
    position: relative;
}

.vedio_div i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50px, -50px);
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #fb9c2b;
    border-radius: 100px;
    padding: 17px;
    width: 100px;
    height: 100px;
    color: #fff;
    transition: all 0.3s linear;
}

.vedio_div i:hover {
    background-color: #1D6064;
}

.form_bg_img {
    background-image: url(../img/dentistry-inside.jpg);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.form_bg_img .over_lay {
    position: absolute;
    background-color: rgba(29, 96, 100, 0.5);
    ;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 70px;
    font-weight: 600;
}

.form_bg_img .text_div {
    padding: 20px 0px;
}

.form_bg_img .text_div a {
    color: #fff;
    text-decoration: underline;
}

.form_bg_img .text_div h6 {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    color: #1D6064;
}

.form_bg_img .text_div div {
    font-size: 96px;
    font-weight: 600;
    color: #fb9c2b;
}

.form_bg_img .text_div p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin-right: 16rem;
}

.form_bg_img .form {
    background-color: #1D6064;
    padding: 90px 25px;
}

.form_bg_img h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #fb9c2b;
}

.form_bg_img h5 {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 30px;
}


/* .form_bg_img .input{
    margin:20px 0px;
} */

.form_bg_img .input input {
    margin: 20px 0px;
    height: 50px;
    font-size: 18px;
    color: #616161;
    font-weight: 600;
}
.form_bg_img .input select{   
    margin: 20px 0px;
    height: 46px;
    font-size: 18px;
    color: #616161;
    font-weight: 600;
    }

.form_bg_img .input button {
    font-size: 30px;
    font-weight: 600;
    background: #fb9c2b;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    padding: 6px 0px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.form_bg_img .input button:hover {
    background: #fff;
    border-radius: 8px;
    color: #1D6064;
}

.contact_us .right_sec ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.contact_us .right_sec ul li {
    display: flex;
}


/* .contact_us .right_sec ul li:not(:last-child){
    border-right: 3px solid #4ABECA;
    padding-right: 35px;
} */

.contact_us .right_sec h5 {
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    color: #1D6064;
    text-align: center;
    text-transform: capitalize;
    margin: 40px 0px 60px;
}


/* .contact_us .right_sec ul li .main_contact i{
    color:#1D6064;
    font-size:22px;
} */

.contact_us .right_sec .main_contact img {
    width:90px;
    height: auto;
}

.contact_us .right_sec .main_contact div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contact_us .right_sec .main_contact p.head {
    /* color:#2F9F92;
    font-size:22px; */
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    font-size: 38px;
    color: #fb9c2b;
    margin: 18px 0px;
}


/* .contact_us .right_sec .main_contact p.smile{
    color: #49535d;
    font-family: 'Allura', cursive;
    font-size: 24px;
    line-height: normal;
} */

.contact_us .right_sec .main_contact p.bottom {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 34px;
    color: #49535d;
    font-weight: 600;
}

.contact_us .right_sec .main_contact .fill {
    color: #ffffff;
    border-width: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 8px 15px;
    background-color: #1D6064;
}

.contact_us .right_sec .main_contact .fill:hover {
    color: #ffffff;
    letter-spacing: 1px;
    background-image: initial;
    background-color: #e4aa12;
    -webkit-box-shadow: rgb(0 0 0 / 40%) 0px 3px 7px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 7px 0px;
    box-shadow: rgb(0 0 0 / 40%) 0px 3px 7px 0px;
}

.contact_us .form h5 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #1D6064;
    margin-bottom: 30px;
}

.contact_us .form p {
    font-weight: 500;
    Font-size: 20px;
    Line-height: 30px;
    color: #1D6064;
}

.contact_us .form input {
    margin: 20px 0px;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
    background: rgba(219, 246, 241, 0.51);
}

.contact_us .form select {
    margin: 20px 0px;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
    background: rgba(219, 246, 241, 0.51);
}

.contact_us .form textarea {
    margin: 20px 0px;
    font-size: 15px;
    font-weight: 600;
    background: rgba(219, 246, 241, 0.51);
}

.contact_us .form button {
    font-size: 20px;
    font-weight: 600;
    background: #fb9c2b;
    color: #fff;
    padding: 10px 100px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.contact_us .form button:hover {
    background: #1D6064;
    color: #fff;
}

.contact_us .right_img img {
    width: 90%;
    height: auto;
    margin-top: 0rem;
    margin-left: 100px;
}

.contact_us .form_img {
    padding: 130px 0px 0px;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
    padding: 5px 0px;
}

#cssmenu a {
    line-height: 1.3;
}

#cssmenu {
    width: 100%;
}

#cssmenu>ul>li>a {
    padding-right: 40px;
    font-size: 25px;
    font-weight: bold;
    display: block;
    background: #4abeca;
    color: #ffffff;
    border-bottom: 1px solid #4abeca;
    text-transform: uppercase;
    position: relative;
}

#cssmenu>ul>li>a>span {
    background: #4abeca;
    padding: 20px;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

#cssmenu>ul>li>a:hover {
    text-decoration: none;
}

#cssmenu>ul>li.active {
    border-bottom: none;
}

#cssmenu>ul>li.active>a {
    color: #fff;
}

#cssmenu>ul>li.active>a span:first-child {
    background: #fb9c2b;
}

#cssmenu span.cnt {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: none;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu ul ul li {
    border: 1px solid #e0e0e0;
    border-top: 0;
}

#cssmenu ul ul a {
    padding: 10px;
    display: block;
    color: #ed1144;
    font-size: 13px;
}

#cssmenu ul ul a:hover {
    color: #bd0e36;
}

#cssmenu ul ul li.odd {
    background: #f4f4f4;
}

#cssmenu ul ul li.even {
    background: #fff;
}

#cssmenu ul p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin: 20px;
}

.blogs .banner_text img {
    width: 100%;
    border: 6px solid #4abeca;
}

.blogs .blog_text ul {
    list-style-type: none;
    display: flex;
    margin: 26px 0px;
}

.blogs .blog_text ul li:last-child {
    margin-left: 35px;
}

.blogs .blog_text ul i {
    font-size: 22px;
    color: #fb9c2b;
}

.blogs .blog_text ul span {
    font-size: 22px;
    color: #878787;
}

.blogs .blog_text h3 {
    font-size: 19px;
    color: #4ABECA;
    font-weight: 600;
}

.blogs .blog_text h2 {
    font-size: 24px;
    color: #1D6064;
    font-weight: 600;
}

.blogs .blog_text p {
    font-size: 16px;
    color: #505050;
    margin: 20px 0px;
}

.blogs .blog_text a {
    font-size: 16px;
    color: #fff;
    background-color: #fb9c2b;
    padding: 10px 15px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.blogs .blog_text a:hover {
    background-color: #1D6064;
}

.blogs .right_sec h5 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    background-color: #4ABECA;
    width: 100%;
    padding: 10px 25px;
}

.blogs .right_sec ul {
    list-style-type: none;
}

.blogs .right_sec ul li {
    display: flex;
    border-bottom: 1px solid #CACACA;
}

.blogs .right_sec ul li .flex {
    display: flex;
    padding: 18px 0px;
}

.blogs .right_sec ul li .txt p {
    font-size: 22px;
    color: #878787;
    font-weight: 400;
    margin: 20px 0px;
}

.blogs .right_sec ul li .txt h6 {
    font-size: 22px;
    color: #1D6064;
    font-weight: 600;
}

.blogs .right_sec ul li .txt {
    margin-left: 20px;
}

.pagination {
    float: right;
}

.pagination ul {
    list-style-type: none;
    display: flex;
}

.pagination ul li {
    margin-right: 20px;
    border: 1px solid #fb9c2b;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fb9c2b;
    font-weight: 600;
}.current li{    margin-right: 20px;    border: 1px solid #fb9c2b;    width: 60px;    height: 60px;    border-radius: 100px;    display: flex;    align-items: center;    justify-content: center;    font-size: 20px;    color: #fb9c2b;    font-weight: 600;}

.pagination ul li:last-child {
    color: #878787;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
}

.meet_doctor .main_heading img {
    width: 100%;
}

.meet_doctor .main_heading h5 {
    font-size: 35px;
    color: #1D6064;
    margin-top: 30px;
    font-weight: 600;
}

.meet_doctor .main_heading p {
    font-size: 22px;
    color: #878787;
    font-weight: 400;
    margin: 22px 0px;
}

.meet_doctor .main_heading .social {
    list-style-type: none;
    display: flex;
}

.meet_doctor .main_heading .social li {
    margin-right: 25px;
}

.meet_doctor .main_heading .social li a {
    list-style-type: none;
}

.meet_doctor .main_heading .social li a i {
    font-size: 20px;
    color: #4ABECA;
}

.meet_doctor .main_heading .quali {
    list-style-type: none;
}

.meet_doctor .main_heading .quali li {
    font-size: 18px;
    color: #878787;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    margin: 16px 0px;
}

.meet_doctor .main_heading h4 {
    font-size: 22px;
    color: #1D6064;
    font-weight: 600;
    margin: 25px 0px 10px;
}

.meet_doctor .main_heading .quali li i {
    color: #4ABECA;
    margin-right: 10px;
}

.meet_doctor .main_heading .txt {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
}

.meet_doctor .expert {
    margin-left: 6rem;
}

.meet_doctor .expert h4 {
    font-size: 35px;
    color: #1D6064;
    font-weight: 600;
}

.meet_doctor .expert .ex h6 {
    font-size: 22px;
    color: #4ABECA;
    font-weight: 600;
    margin: 40px 0px 15px;
}

.meet_doctor .expert .ex p {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
}


/* progessbar css */

.textbox {
    height: 700px;
}

.progress {
    margin-bottom: 10px;
    height: 22px;
}

.progress-bar {
    width: 0;
}

.process_bar .bars {
    font-size: 35px;
    color: #1D6064;
    font-weight: 600;
    margin-top: 54px;
}

.process_bar h6 {
    font-size: 20px;
    color: #878787;
    font-weight: 400;
    margin-top: 50px;
}

.contact_num.counter_set {
    background-image: url(../img/counter.png);
}

.contact_num.counter_set .over_lay {
    background:rgba(253, 163, 58, .85);
}

.contact_num.counter_set .text {
    padding: 6rem 0px;
}

.contact_num.counter_set .flex i {
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 25%);
    font-size: 33px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.contact_num.counter_set .flex div {
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0px;
}

.contact_num.counter_set .flex p {
    font-size: 22px;
    font-weight: 600;
    margin:25px 0 0;
}

.gallery .port {
    /* min-height:300px; */
    overflow: hidden;
    position: relative;
}

.gallery .port img {
    width: 100%;
    height: auto;
}

.gallery .port .overlay {
    background-color: rgb(8 90 98 / 73%);
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    visibility: hidden;
}

.gallery .port .overlay div {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-14px, -14px);
    transition: all 0.3s linear;
    text-align: center;
}

.gallery .port .overlay p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

.gallery .port:hover .overlay {
    visibility: visible;
}

.gallery .port .overlay div i {
    transition: all 0.3s linear;
    font-size: 40px;
    color: #fff;
}

.gallery .port:hover .overlay div i {
    font-size: 48px;
    color: #fb9c2b
}


/* .gallery .port .overlay div i:hover{
    color:#fb9c2b
} */

.about ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 25%);
    padding: 50px 40px;
    margin: 0px;
    margin-top: -70px;
    background: #fff;
}

.about ul li:not(:last-child) {
    border-right: 1px solid #B0B0B0;
    margin-right: 35px;
}

.about ul li .about_sec {
    display: flex;
    align-items: flex-start;
}

.about ul li .about_sec img {
    width: 100px;
    height: auto;
}

.about ul li .about_sec .text {
    margin: 0px 35px 0px 22px;
}

.about ul li .about_sec .text h4 {
    font-size: 22px;
    font-weight: 500;
    color: #1D6064;
    margin: 0px;
}

.about ul li .about_sec .text p {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin: 10px 0px 0px;
}

.about_second {
    background-color: #f5f5f5;
    padding: 35px 0px 0px;
}

.about_second .about_right h4 {
    font-size: 32px;
    font-weight: 600;
    color: #1D6064;
}

.about_second .about_right p {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin: 20px 0px 40px;
    position: relative;
}

/*.about_second .about_right p:after {
    content: '';
    background-color: #878787;
    width: 160px;
    height: 1px;
    position: absolute;
    top: 70px;
    left: 0px;
}*/

.about_second .about_sec {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
}

.about_second .about_sec .text {
    margin: 0px 0px 0px 0px;
}
.about_second .about_sec img {
    width: 100px;
    height: auto;
}

.about_second .about_sec .text h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1D6064;
}

.about_second .about_sec .text p {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
}

.about_third .img {
    background-image: url(../img/about3.png);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 23rem;
}

.about_third .text-sec h2 {
    font-size: 32px;
    font-weight: 600;
    color: #1D6064;
    position: relative;
}

.about_third .text-sec h2:after {
    content: '';
/*    background-color: #fb9c2b;*/
    width: 160px;
    height: 1px;
    position: absolute;
    top: 95px;
    left: 0px;
}

.about_third {
    background-color: #fff;
    ;
}

.about_third .text-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    line-height: 30px;
    margin:15px 0;
}
.about_third .text-sec h3{ color: #fb9c2b;
font-style: italic;
font-size: 20px;}

.about_third .text-sec {
    margin: 0rem 80px 0px 2rem;
}

.about_third .text-sec a {
    background-color: #fb9c2b;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s linear;
    border-radius: 100px;
}

.about_third .text-sec a:hover {
    background-color: #1D6064;
}

.team_about {
    background-color: #f5f5f5;
    padding: 40px 15px;
}

.team_about h6 {
    margin: 30px 0px;
}

.contact_num.megamenu {
    background-image: url(../img/service1-1500x1000.jpg);
}

.contact_num.megamenu h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0px 40px;
}

.contact_num.megamenu .text {
    padding: 3rem 0px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 200px;
}

.owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    background: #1D6064;
    margin-left: -13px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 84%);
}

.owl-nav .owl-prev:focus {
    box-shadow: none;
    outline: none;
}

.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    background: #1D6064;
    margin-right: -13px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 84%);
}

.owl-nav .owl-next:focus {
    box-shadow: none;
    outline: none;
}

.owl-nav span {
    font-size: 43px;
    color: #fff;
    line-height: 33px;
}

.contact_us .form .input-join input[type="radio"] {
    height: 20px;
    width: 30px;
}

.contact_us .form .input-join label {
    font-size: 21px;
    font-weight: 400;
    line-height: normal;
    color: #454545;
}

.affiliation .logo_img img {
    width: 100%;
    padding: 0px 40px;
}

.affiliation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.affiliation_bg {
    background-color: #f7f0f09c;
    padding: 40px 0px;
    box-shadow: 0px 0px 8px -4px rgb(0 0 0 / 50%);
}

.main_div.mobile {
    overflow: hidden;
    display: none;
}

.right_banner img {
    width: 289%;
    position: absolute;
    right: -71px;
    bottom: -70px;
}

.main_div.mobile .text_border .main_txt {
    margin: 1rem 0rem 5rem 0px;
    padding: 20px 0px 20px 0px;
}

.main_div.mobile .text_border .main_txt p {
    font-size: 13px;
    color: #fff;
    margin-right: 0px;
}

.covid h4{ font-size: 14px;margin: 8px 0 4px; padding:5px 0 0;}
.medical{ background:#f0f0f0; text-align:center; padding:25px 0; margin:5px 0; border-radius:5px;}
.covid p{ font-size:14px; padding:8px 0;}
.form-check label{ font-size:13px;}
.covidlogo{text-align: center;border-bottom: 1px solid #ededed;padding: 11px 0;margin: 0 0 10px;}
.covidlogo img{ width:30%;}
.covid h2{ font-size:22px; color:#fff;margin:10px 0 6px; background:#1D6064; padding:10px;}
.covid h3{ font-size:19px; color:#fb9c2b;margin: 8px 0; padding:8px 0;}
.form-check-inline label{ font-size:13px;}
.covid button {    font-size:18px;    font-weight: 500;    background: #fb9c2b !important; border:none;color: #fff;    padding: 10px 50px;    margin-top: 30px;    transition: all 0.3s linear;}
.covid button:hover {    background: #1D6064 !important;    color: #fff;}
.m-signature-pad{ margin:8px 0 0;}
.navbar-expand-md .navbar-nav .dropdown-menu {position: absolute;	top:50px;}
.dropdown:hover>.dropdown-menu {display: block;	padding: 0px;}
.covidnew{ padding:30px 0.5rem; }
.covidnew:hover{text-decoration:none;}
.covidnew + .dropdown-menu a {	font-size: 14px!important;	padding: 10px 20px;	border-bottom: 1px solid #cccccc61;	color: #383d41cf;}

.service_icon img{ width:15%;}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=date] {
  -moz-appearance: textfield;
}
.contact_num .text.whatwe a {font-size: 24px;	font-weight: 600;	color: #fff; text-decoration:none;	background-color: transparent;	padding: initial;	border-radius: initial;	transition: all 0.3s linear;}
.main_covid{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.main_covid img{
    width:150px;
    height: auto;
    margin-right: 18px;
}
.main_covid h3{
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    color: #1D6064;
}
.main_covid p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #878787;
}
.border-divider{
    border-top:1px solid #b3b3b3;
    margin:20px 0px;
}


/*=====================15-5-2021===================================*/
.contcall{ width: 100%;display: flex;justify-content:center;margin: 0 auto;text-align: center;}
.call1{ border:1px solid #fb9c2b; border-radius:20px; background:#fff; padding:7px 25px;}
.call1 a{ color:#fb9c2b; font-size:16px;font-weight:600; text-decoration:none;}
.call2{ border:1px solid #fb9c2b; border-radius:20px; background:#fb9c2b; padding:7px 25px; margin:0 0 0 15px;}
.call2 a{ color:#fff; font-size:16px; font-weight:600; text-decoration:none;}
.emergenc{}
.emergenc h2{ font-size:32px;  color:#1D6064; font-weight:600; padding:0 0 10px;}
.emergenc p{ font-size:16px; color:#878787; line-height:28px; text-align:justify;}
.emergenc img{ width:100%;}
.emergenc .embut{ margin:30px 0 0;}
.emergenc .embut a{background-color: #fb9c2b;font-size: 18px;font-weight: 600;color: #fff;padding: 10px 20px;text-decoration: none;transition: all 0.3s linear;border-radius:30px;}
.emergenc .embut a:hover {background-color: #1D6064;}
.contnew{ padding:80px 120px 80px 250px; background-image:url(../img/contbg.png); background-size:cover; background-position:right; width:70%; float:right;}
/* .contact_form_set{
    display: flex;
    align-items: center;
} */
.right_cont{ 
    background:#4ABECA; 
    padding:50px 50px; 
    position:absolute; 
    margin:130px 0 0 115px;
    float: left;width: 30%;
}
.right_cont ul{list-style-type: none;    padding-left:0px;}
.right_cont h3{color:#fff;    font-size:32px;    font-weight:600;}
.right_cont h5{color:#1D6064;    font-size:22px;    font-weight:600;}
.right_contul li{margin-top:9px;}
.right_cont ul li{ width:100%; float:left; border-bottom:1px solid #fff; padding:20px 0;}
.right_cont ul li h6{ color:#1D6064; font-size:20px;}
.right_cont ul li i{margin-right:15px; font-size:22px; float:left; color:#1D6064;}
.right_cont ul li p{ float:left;color:#fff;    font-size:14px;    font-weight:400; margin:0; padding:0 0 0 30px;line-break: anywhere;}
.left-cont{ float:left; margin:0;}

.contnew .form h5{    font-size: 32px;    font-weight: 600;    line-height: normal;    color: #1D6064;    margin-bottom: 30px;}
.contnew .form p{    font-weight: 500;    Font-size: 20px;    Line-height: 30px;    color:#1D6064;}
.contnew .form input{    margin: 20px 0px;    height: 46px;    font-size: 15px;  background: rgba(255, 255, 255, 0.75);    line-height: 37px;    font-family: 'Poppins', sans-serif;font-weight: 500;}
.contnew .form select{    margin: 20px 0px;    height: 46px;    font-size: 15px;  background: rgba(255, 255, 255, 0.75);    font-family: 'Poppins', sans-serif;font-weight: 500;}
.contnew .form textarea{    margin: 20px 0px;    font-size: 15px;  background: rgba(255, 255, 255, 0.75);    font-family: 'Poppins', sans-serif; font-weight: 500;}
.contnew .form button{    
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600; 
    text-align:center; 
    margin:0 auto;
    background: #fb9c2b;    
    border-radius: 16px;    
    color: #fff; 
    padding: 10px 100px;    
    margin-top: 30px;    
    transition: all 0.3s linear;
}
.contnew .form button:hover{    background: #1D6064;    border-radius: 8px;    color:#fff;}
.contnew .right_img img{    width: 90%;    height: auto;    margin-top: 0rem;    margin-left: 100px;}
.contnew .form_img{    padding: 130px 0px 0px;}
.workarea{ background:#fb9c2b; padding:49px 100px; float:left;}
.workarea h2{ color:#fff; font-size:32px;}
.workarea ul{ width:100%; float:left; padding:0; margin:15px 0 0;}
.workarea li{ width:50%; float:left; font-size:18px; color:#fff; padding:5px 0;list-style: inside;}

.common-top .over_lay {    position: absolute;    left: 0px;    top: 0px;    right: 0px;    bottom: 0px;    background: rgba(29, 96, 100, 0.75);}
.common-top{    height: auto;    background-position: center center;    background-repeat: no-repeat;    background-size: cover;  position: relative;}
.mob_fields{
    display: none;
}


/* New blog layout css start */

.blog-style a.btn{
border-radius: 8px;
}

.blog-style .blog-title{
margin-top:20px;
line-height: 32px;
}

.blog-style .blog-content{
line-height: 28px;
    font-size: 16px;
    margin-bottom: 20px;

}

.page-id-177.affiliation_bg {
display:none !important;
}
.blog-banner-bg{
background-size:cover;
background-position:center;
}
.blog-whole-sec .pagination{
width:100%;
justify-content:center;
}

.blog-whole-sec .pagination ul li{
width:40px;
height:40px;
border-radius:0px;
margin-left:20px;
margin-right:20px;
font-weight:500;
font-size:18px;
}
.blog-whole-sec .pagination ul{
width:100%;
justify-contemt:center;
}
.blog-pagination-sec a.page-numbers{
padding-top:20px;
padding-bottom:20px;
}
.blog-whole-sec .pagination ul li:last-child {
    color: #1D6064;
    background-color: transparent;
    border: 2px solid #1D6064;
}
.blog-whole-sec .pagination ul .page-numbers.current li{
 background-color: #1D6064;
 color:#fff;
}

.blog-pagination-sec{
display:flex;
background-color:#f7f0f09c;
width:100%;
justify-content:center;
align-items:center;
}
.pagnation-icon{
color:#fb9c2b;
font-size:25px;
}
.sp-recent-blog-style{
justify-content:center;
}
.sp-heading{
    color: #1D6064 !important;
    background-color: transparent !important;
    text-align: center;
    margin-bottom: 30px;
}
.sp-main-title{
color: #1D6064;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}
.post-author-text{
color:#fb9c2b !important;
font-size:16px !important;
padding-left:5px;
padding-right:5px;
}
.sp-item-details{
display:flex;
}
.sp-item-details ul{
margin:0px !important;
}
.sp-item-details ul li a{
color: #fb9c2b !important;
    background-color: transparent !important;
    padding:5px !important;
}
.sp-item-details ul li {
margin-left:0px !important;
}
.sp-main-list{
display: flex;
    align-items: center;
    margin-left:0px !important;
}
.blog-whole-info-sep{
margin-left:20px;
margin-right:20px;
color:#fb9c2b !important;
}
.blog-info-cat-item{
background-color: transparent !important;
    color: #fb9c2b !important;
    padding:0px !important;
}
.post-author-text .blog-info-sep:last-child{
display:none;
}

.sp-content h3{
color:#1D6064 !important;
}
.sp-content ul, .sp-content ol {
padding-left:30px;
}
.sp-content ul li, .sp-content ol li{
line-height:25px;
}
.sp-meta-infos{
margin-top:20px !important;
margin-bottom:20px !important;
}
.sp-content{
border-top:3px solid #fb9c2b;
}
.sp-recent-blog-sec img{
border:6px solid #4abeca;
}
.blog-content p{
font-size:16px !important;
line-height:28px !important;
}
.blog-content{
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical;

}
.sp-whole-content{
margin-top:20px;
margin-left:0px !important;
}
.sp-recent-blog-sec{

}
.sp-whole-content a.sp-recent-blog-title{
background-color:transparent;
padding:0px !important;
margin:0px !important;
}
.sp-whole-sec img{
width:100% !important;
height:auto !important;
}
.recent-blog-sec{
background-color:#fafafa;
padding-top:30px;
padding-bottom:30px;
}
.sp-recent-blog-sec ul li{
border-bottom:0px !important;
}
.sp-content ul{
list-style-type:disc !important;
display:block !important;
}

.sp-content ul li:last-child{
margin-left:0px !important;
}
.sp-content h2{
margin-bottom:20px;
}
/* New blog layout css end */


.footer .fa-expand-alt{
	margin-left:15px;
}





/* Responsive Mobile CSS */

@media only screen and (max-width: 1200px) {
	.general-container img{ 
		top: -45px;
		height: 360px !important;
	}
	.general-container h2{ font-size:24px; }
    .contact_num .text p{ margin: 0px auto !important;}
}

@media only screen and (max-width: 992px) {
	
	.row{
		display:flex;
		flex-direction: column;
		align-content: center;
	}
    img{
    	width:100%;
    }
	.col-xl-6, .col-lg-6, .col-md-6, .col-md-10, .col-3, .col-4, .col-8, .col-9{
		width:100%;
		max-width:95%;
	}
	.megamenu .service {
        height: 400px;
    }
	
    .contact_num .text p{ width:100% !important; }
    
    .your-search-container img{
		width:100%;
	}
	
	.general-container img{ 
		margin-top:30px;
        top:0px;
		position:relative;
        width:100%;
        height:auto !important;
	}
	.general-container h2{ font-size:24px; }
	
	.whatwe .row{
		flex-direction:row;
	}
	.whatwe .col-lg-2.col-md-3.col-6.text-center{
		min-width: 33.33%;
	}
	.megamenu .service h5{
		margin-bottom: 40px;
        height:auto;
	}
	.megamenu .service {
		height:360px;
	}
    
    
    .our_blog{
		flex-direction: row;
	}
    .our_blog .col-md-6{
		max-width: 50% !important;
        width: 50% !important;
	}
    
    .footer_middle .row, .footer .col-md-10 .row{
		flex-direction: row !important;
	}
    .footer .col-xl-10{
    	padding-top:30px;
    }
	
}


@media only screen and (max-width: 768px) {
	.megamenu .service p{
		margin-top: 0px !important;
	}
	.megamenu .service{
		height: 100%;
	}
	.whatwe .col-lg-2.col-md-3.col-6.text-center{
		min-width: 50%;
		max-width: 50% !important;
	}
	.megamenu .service img{
		width:90px !important;
	}

}

@media only screen and (max-width: 576px) {

	.main_div.mobile .col-xl-10{
		padding:30px 0px !important;
	}
	.main_div.mobile .col-xl-10 .book_appoint{
		margin-top:20px !important;
	}
    .main_div.mobile{
    	background-color:#67B9C4;
    }
    .row.our_blog{
		flex-direction: column !important;
	}
    .our_blog .col-md-6{
		max-width: 100% !important;
        width: 100% !important;
	}

}


@media only screen and (max-width: 480px) {

	.whatwe .col-lg-2.col-md-3.col-6.text-center{
		min-width: 90%;
		max-width: 90% !important;
		margin:0px auto !important;
	}


}

/*Rupinder Singh Added CSS */
/* Set uniform font size for the entire top header row */
/*Top Header*/
.custom-info li,
.welcome-message,
.social-large li a i {
    font-size: 18px; /* Ensuring consistency */
    font-weight: bold;
}
/* Enlarged Social Media Icons */
.social-large li a i {
    font-size: 22px !important; /* Increased social media icon size */
}
/* Keep gradient animation only for the center section */
.welcome-message {
    color: white;
    background: linear-gradient(90deg, white, orange, white);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientAnimation 3s infinite linear;
    padding:7px 0px;
}

/* Gradient Animation for Center Section */
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/*homepage*/
.homepage-s2 .image-container {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.homepage-s2 .image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Adds subtle rounded corners */
    display: block;
    margin: 0 auto;
}

.homepage-s2 .image-caption {
    font-size: 14px;
    font-style: italic;
    color: #555; /* Subtle grey for elegance */
    margin-top: 8px;
    text-align: center;
    display: block;
    width: 100%;
}

.intro-container p{
    font-size: 17px !important;
}

.video_sec .img {
    background-position: top center !important;
}
.video_sec .image-caption {
    position: absolute;
    bottom: 10px; /* Adjust position */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

/* Container to wrap both buttons */
.appointment-buttons {
    display: flex;
    flex-direction: column; /* Align buttons in vertical order */
    align-items: center; /* Center align them */
    gap: 8px; /* Add spacing between buttons */
    margin:5px 0px;
}

/* Style the "Request an Appointment" button */
.appointment-buttons .get_instant {
    display: block;
    width: 140px; /* Adjust width as needed */
    text-align: center;
    background-color: #007bff; /* Blue color */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

/* Style the CDCP button */
.appointment-buttons .cdcp-button {
    display: block;
    width: 140px;
    text-align: center;
    background-color: #28a745; /* Green color */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

.header .navbar-collapse ul li.appointment-container .appointment-buttons .get_instant {
    padding: 9px 0px;#046674
}
.header .navbar-collapse ul li.appointment-container .appointment-buttons .cdcp-button {
    background-color: #046674;
}

/* Ensure the parent container is positioned relative */
.general-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Default styling for large screens (≥1576px) */
.general-container p.image_caption {
    position: absolute; 
    bottom: -25%; /* Align closer to the image */
    left: 40%; /* Center the caption */
    transform: translateX(-50%); /* Ensures proper centering */
    background: rgba(0, 0, 0, 0.6); 
    color: white; 
    padding: 8px 15px; 
    font-size: 16px; 
    font-weight: bold; 
    border-radius: 5px; 
    text-align: center;
    width: auto;
}
/* Ensure top header is visible on all devices */
.top-header {
    display: block !important;
}

/* Ensure the CDCP button is visible on all devices */
.appointment-buttons .cdcp-button {
    display: block !important;
}

/* Default: Hide buttons for larger screens */
.mobile-nav-buttons {
    display: none;
}

/* Default: Hide the mobile caption on larger screens */
.mobile-image-caption {
    display: none;
}

/* Default: Hide the text caption on larger screens */
.mobile-text-caption {
    display: none;
}

/* Default: Content always visible for desktop */
.text_border {
    display: block;
    height: auto;
}