@media only screen and (max-width:1080px) and (min-width:768px){
	#blanket-layout .headerText>.heading1{
	    font-size: 30px !important;
	}
}

@media only screen and (max-width:767px) and (min-width:549px){
	#blanket-layout .headerText>.heading1 {
	    font-size: 32px !important;
	}
	#blanket-layout .headerText>.heading3 {
	    font-size: 15px !important;
	}
}

@media only screen and (max-width: 550px){
	#blanket-layout .headerText>.heading1 {
	    font-size: 18px !important;
	}
	#blanket-layout .headerText>.heading3 {
	    font-size: 12px !important;
	}
	.upperdivheader>.tagline-outerdiv >.tagline-inner-div>.merhcant-paragraph .headerText{
		margin-top: 20px;
	}
}

@media (max-width: 520px){
	#blanket-layout .headerText {
	    background: transparent !important;
	    opacity: 1 !important;
	    position: initial !important;
	    margin-top:0 !important;
	}
	#blanket-layout .headerText>.heading1,#blanket-layout .headerText>.heading2,#blanket-layout .headerText>.heading3{
	    color: #000000 !important;
		}
}