@media only screen  and (min-width: 1024px)  and (max-height: 1366px)  and (-webkit-min-device-pixel-ratio: 1.5) {
    p {font-size: 14px;}
    .main_header.sticky .bottom_header{  -webkit-animation: smoothScroll 1s;    animation: smoothScroll 1s;}
	.form-area {height:auto;}
	.thrd-image img {
		border-radius: 12px 12px 12px 12px;
		padding: 0;
		margin: 2px 10px 10px 2px;
		height: 496px;}
		
		.form-image img {
		 width: 324px;
		height: 319px;}
   
}

    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
        html{font-size: 14px;}
        p {font-size: 14px;}
        .main_header.sticky .bottom_header{  -webkit-animation: smoothScroll 1s;    animation: smoothScroll 1s;}
		.form-area {height:auto; padding: 30px 0px;}
		.thrd-image img {
		border-radius: 12px 12px 12px 12px;
		padding: 0;
		margin: 2px 10px 10px 2px;
		height: 496px;}
		
		.form-image img {
		 width: 324px;
		height: 319px;}
		.top_header{display: none;}
	
        
    }
    

    
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
        .btn-transparent-dark, .btn-transparent, .btn-transparent{padding: 6px 20px;font-size: 14px;}
        p {font-size: 14px;}
        .main_header.sticky .bottom_header{  -webkit-animation: smoothScroll 1s;    animation: smoothScroll 1s;}
        .top_header .top_contact a {font-size: 0;padding-right: 10px; margin-right: 10px;display: inline-block;}    
        .top_header .top_contact a i{font-size: 15px;}
        .top_header { padding: 5px 0;}
		.form-area {height:auto;padding: 30px 0px;}
      .thrd-image img {
		border-radius: 12px 12px 12px 12px;
		padding: 0;
		margin: 2px 10px 10px 2px;
		height: 496px;}
		
		.form-image img {
		 width: 324px;
		height: 319px;}
        .top_header{display: none;}

    }


    /* Portrait and Landscape */
    @media screen   and (device-width: 360px)   and (device-height: 640px)   and (-webkit-device-pixel-ratio: 2) {
       
        .main_header.sticky .bottom_header{  -webkit-animation: smoothScroll 1s;    animation: smoothScroll 1s;}
        .top_header .top_contact a {font-size: 0;padding-right: 10px; margin-right: 10px;display: inline-block;}    
        .top_header .top_contact a i{font-size: 15px;}
        .top_header { padding: 5px 0;}
		.form-area {height:auto;}
		.thrd-image img {
		border-radius: 12px 12px 12px 12px;
		padding: 0;
		margin: 2px 10px 10px 2px;
		height: 496px;}
		
		.form-image img {
		 width: 324px;
		height: 319px;}
       
    }
    
    