
@media screen and (max-width:700px){
	.header {
  width: 85%;
    background: white;
    color: #1284df;
    display: block;
    align-items: center;
    position: fixed;
    top: 0;
    left: -600px;
    z-index: 30;
    height: 100%;
    overflow-y: auto;
}

.header .head_cont .head_logo img {
             width: 200px;
    margin: 15px 13px 0px;
    display: block;
    height: auto;
}
.header .head_cont .head_text {
       display: block;
    padding: 20px 20px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    color: black;
}

.header .head_cont .head_text i {
   
    color: #000000;
 
}
.header .head_cont .search_bar {
        background: #f4f4f4;
    border-radius: 36px;
    padding: 6px 7px 4px 11px;
    margin: 13px;
    height: 43px;
}

.header .head_cont {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    width: -webkit-fill-available;
}
	
	.pdf_card_slider img {
    width: 250px;
    height: 391px;
    margin: 10px;
    border-radius: 7px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.mobile_header {          display: flex;
    align-items: center;
    background: white;
    color: black;
    height: 77px;}
	
	.mobile_header img {    width: 200px;
    margin: 0px 8px;
    z-index: 3;}
	.mobile_home_btn {       position: absolute;
    right: 16px;
    top: 25px;
    z-index: 34;}
	.mobile_home_btn .mhline1,.mhline2,.mhline3{    width: 31px;
    border-radius: 7px;
    height: 0px;
    display: block;
    background: #000000;
    padding: 2px;
    margin: 4px;}
	.cross_menu_line .mhline1{animation:transf1 0.4s linear forwards;-webkit-animation:transf1 0.4s linear forwards;}
	.cross_menu_line .mhline2{animation:transf2 0.4s linear forwards;-webkit-animation:transf2 0.4s linear forwards;}
	
	@keyframes transf1{
		from {transform:rotate(0deg);}
		to {transform:rotate(45deg);top: 8px;}
	}
	@-webkit-keyframes transf1{
		from {transform:rotate(0deg);}
		to {transform:rotate(45deg);top: 8px;}
	}
	
	
	@keyframes transf2{
		from {transform:rotate(0deg);}
		to {transform:rotate(135deg);}
	}
	@-webkit-keyframes transf2{
		from {transform:rotate(0deg);}
		to {transform:rotate(135deg);}
	}
	
	.outside_click_close {border: 0px solid red;
    width: 15%;
    height: 100%;
    position: fixed;
    top: 1px;
    display:none;
    right: 0;
    z-index: -1;
    background: #00000012;}
	
	.header .head_cont .search_bar input {
    
    width: 85%;
}

main {
         background: #ffffff;
    background: url(images/back_img.jpg);
    object-fit: contain;
    background-attachment: fixed;
    background-size: 200%;
    background-position: right bottom;
    background-repeat: no-repeat;
}