@media only screen and (min-width:320px) and (max-width:991px) {

    /*core starts*/
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;line-height: 26px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    /*core ends*/ 
	
}

@media only screen and (min-width:320px) and (max-width:767px) {

    /*core start*/
    body {
        font-size: 12px !important;
		background-size: cover !important;
    }

    p {
        font-size: 13px !important;    line-height: 20px;
    }

    ul {
        font-size: 13px !important;
    }

    /**/
	.main-head {
        font-size: 28px !important;
        line-height: 27px !important;
        margin-bottom: 10px !important;
    }

    .main-head span {
        font-size: 13px !important;
        line-height: 20px;
    }
	.main-head span.brdr { 
		margin: 10px auto !important;
	}	

	.sub-head {
		font-size: 18px !important;
		font-weight: 600;
		line-height: 24px;
	}
	
	section.contents .content-bar {
		padding: 20px 0 20px;
	}
	
	.banner-bar {
		padding: 20px 0 ;
	}

	.banner-bar .banner-content h1 { 
		font-size: 23px !important;  
	}  

    /**/
    .modal#prModal {
        background: #fff;
    }

    .modal-dialog.frm-model {
        width: 100%;
        margin: 0;
    }

    .modal-dialog.frm-model .modal-content {
        border: 0;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .modal.fade .modal-dialog.frm-model {
        top: 0;
        left: 0;
        margin-bottom: inherit;
        margin-right: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    /*core ends*/
	
	header .logo-bar {
		padding: 5px 0;
	}

	header .logo {
		margin: 0 auto;
		width: 160px;
		padding: 5px 0;
	}

	.nav-bar{
		display:none
	} 
	
	.abt-row {
		padding: 40px 0 60px!important; 
	}
	 
	/**/ 
	.abt-us {
		margin-bottom: 0;
	} 
	.abt-us .col-row .col {
		padding-top: 0;padding-bottom: 0;
	} 
	.abt-us .col-row .col-img,
	.abt-us .col-row .col-desc {
		width: 100%;
	} 
	.abt-us .col-row .col-img{
		margin-bottom: 20px;
	}
	/**/  
	.why-chse .col-row {
		width: calc(100% - 30px);
	}
	
	.modls .col-row {
		width: 100%;
	}
	
	.contact-blk {
		width: calc(100% - 20px); height: auto;  
	}
	.contact-blk .cont-text p {
		line-height: 20px;margin-bottom: 0!important;
	}
	.contact-pg .enq-form {
		padding: 15px;
	} 
 
	/**/ 
	footer .site-nav ul { 
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1; 
	} 

	footer .footer-row-bottom { 
		padding-bottom: 45px;
	}

	.btn-reg-btm{  
		display: block!important;
	} 
}

@media only screen and (min-width:768px) and (max-width:991px) { 
    
	header .logo-bar {
		padding: 5px 0;
	}

	header .logo { 
        width: 160px;
        padding: 8px 0;
	} 
	
	.nav-bar{
		display:none
	} 
	
	.pg-all .main-head { 
		margin:0px 0 20px!important
	} 
 
	/**/
	.abt-us .col-row .col-img {
		display: none;
	}
	.abt-us .col-row .col-desc { width: 100%; padding-bottom: 0;padding-top: 0;}
	/**/
	.why-chse .col-row {
		width: calc(50% - 30px);
	}

	/**/
	 
	.contact-blk {
		width: calc(50% - 20px);  
	}
	.contact-blk .cont-text p {
		line-height: 20px;
	}  
}

@media only screen and (min-width:992px) and (max-width:1199px) { 
	header .nav-bar {
		margin: 13px 0 13px;
	}
	/**/
	.why-chse .col-row {
		width: calc(50% - 30px);
	}
	 
}