@media only screen and (min-width:1600px) {

}

@media only screen and (min-width:1900px) {

}

@media only screen and (max-width: 1599px) {
	.bannertxt {
		top: 45%;
	}
	.bd_banner {
		padding-top: 50%;
	}
	.continfo{align-items: start;}
}
/* 1200 */
@media only screen and (max-width: 1200px) {
	.shadowimg {
		background-size: 100% !important;
		background-repeat: repeat-y !important;
	}
	.shadowimg:after {		
		width: 100%;
		background-color: transparent;
		background-image: linear-gradient(89deg, #ffffff70 0%, #fff 100%);
	}
}

/* 1170 */
@media only screen and (max-width: 1199px) { 
	.continfo {
		padding: 15px;
	}
	
	.continfobox h2 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.continfobox p, .continfobox ul li {
		font-size: 14px;
		line-height: 22px;
	}

}

/* 992 */
@media only screen and (max-width: 1024px) {
	.offersec h2 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.offersec h2 strong {
		font-size: 25px;
	}
	.bd_logo a {
		width: 120px;
	}
	.bd_banner h2 {
		font-size: 38px;
		line-height: 46px;
	}
}


/* 768 */
@media only screen and (max-width:991px) {

.bd_logo {
    width: 100px;
}
.bannertxt {
	top:65%;
}
.bd_btn {
    font-size: 14px;
	line-height: 18px;
	padding: 8px 14px;
}
.inner_con h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
}
.inner_con p {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 24px;
}
.ptb {
    padding: 20px 0;
}
.pb{padding-bottom:20px;}
.pt{padding-top:20px;}

.ftrbox a {
    width: 150px;
}

.appointmentsec {
    position: relative;
	top: inherit;
	padding: 40px 0;
}
.appointmentbox .contact_form1 {
    background: #e5e7ff;
}
.appointmentbox .contact_form1 .row.g-4 {
    justify-content: center;
}
.appointmentbox .contact_form1 .row.g-4 .col {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
}
.appointmentbox .contact_form1 .row.g-4 .col+.col {
    border-left: 0;
}
.contact_form1 label {
    margin-bottom:5px;
}
.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-date, .contact_form1 .wpcf7-select {
    height: 45px;
}
.contact_form1 input[type="text"], .contact_form1 input[type="text"]:focus, .contact_form1 input[type="email"], .contact_form1 input[type="email"]:focus, .contact_form1 input[type="tel"], .contact_form1 input[type="tel"]:focus, .contact_form1 input[type="date"], .contact_form1 input[type="date"]:focus, .contact_form1 textarea, .contact_form1 select, .contact_form1 select:focus
{
    padding: 0 10px;
}
.bannerconsec .inner_con h2 {
    font-size: 46px;
    line-height: 50px;
    color: #fff;
}
.conbtn {
    margin-top: 10px;
}

}
/* 600 */
@media only screen and (max-width:767px) { 
	
	.bannerimg {
		padding-top: 50%;
	}
	.inner_con h2 {
	    font-size: 32px;
	    line-height: 38px;
	}
	
	.bd_toggle {
		width: 40px;
		height: 40px;
		padding: 0;
	}
	
	.bd_toggle span, .bd_toggle.closebar span::before, .bd_toggle.closebar span::after {
		width: 16px;
		height: 3px;
	}
	.appocon li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.emergencycon ul li {
		flex: 0 0 48%;
		max-width: 48%;
	}
}

@media only screen and (max-width:568px){
	.bd_logo a {
        width: 80px;
    }
	.bannerconsec .inner_con h2 {
        font-size: 35px;
        line-height: 42px;
    }
	.bannerconsec .inner_con p {
		font-size: 18px;
		line-height: 22px;
	}
	.bannerimg {
        padding-top: 65%;
    }
}


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

}

@media only screen and (max-width:480px) {
	.emergencycon ul li {
		font-size: 14px;
		line-height: 22px;
	}
}

/* 360 */
@media only screen and (max-width:414px) { 

	.bannerconsec {
		position: relative;
		top: inherit;
		transform: translateY(0);
		background: #3d1a6e;
		padding: 20px 0;
	}
	.thankyoupage .bannerconsec {
		background: #fff;
	}
/* 	.thankyoupage .inner_banner .bannerimg {
		padding-top: 60%;
	} */
	.thankyoupage .inner_banner .bannerimg img{opacity:1;}
		
}

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

/* 320 */
@media only screen and (max-width:360px) {

	
	
}
