

@media screen and (max-width:700px){
	body {background: #ffffff;
    overflow-x: hidden;
}
		/*scroll bar*/
	/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
	
	
	.goog-te-gadget .goog-te-combo {
                margin: 0px 0px !important;
    padding: 7px 0px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
    width: fit-content;
    color: black;
    border: 0px solid #c7c7c7;
    background: transparent;
}
	.loader_box {
  
    margin: 19% auto 0px;
   
}
	
	.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: 115px;
    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: #007ee1;
    color: #ffffff;
    height: 57px;
    justify-content: space-between;}
	
	.mobile_header img {       width: 115px;
    margin: 7px 20px;
    z-index: 3;
    filter: invert(1);}
	.mobile_home_btn {       position: relative;
    right: 16px;
    z-index: 34;}
	.mobile_home_btn .mhline1,.mhline2,.mhline3{       width: 31px;
    border-radius: 1px;
    height: 4px;
    display: block;
    background: #ffffff;
    padding: 0px;
    margin: 4px;
    position: relative;}
	.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%;
}

.hero .cont_grid {
       z-index: 2;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    min-height: 568px;
    width: fit-content;
    max-width: -webkit-fill-available;
    margin: 0 auto;
}


.pro_box_cat {
             width: 200px;
    overflow: hidden;
    padding: 0px;
    margin: 10px;
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    
}

.pro_box_cat img {
    width: 100%;
    max-height: unset;
}

.search_page {
    width: -webkit-fill-available;
    margin: 10px;
}


	#search_mobile {display:block;}
	
	
	.head_lang_btn {
      font-size: 18px;
    padding: 8px 20px;
    border: 0px;
    margin: 10px 10px;
}