
@media screen and (max-width:700px){
	
	header {
    width: -webkit-fill-available;
    padding: 0;
    overflow: hidden;
    position: sticky;
    display: block;
    padding: 3px;
    top: 0;
    z-index: 22;
    height: 82px;
    box-shadow: 0px 0px 10px 0px #00000026;
}


.mobile_home {    
    display: block;
    position: absolute;
    top: 8px;
    right: 18px;
    padding: 10px;
    font-size: 48px;
    font-weight: 800;
    
	
	}
	
	header .head_txt h3 {
   
        padding: 14.5px 35px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: inherit;
    border-bottom: 1px solid #0000000d;
}
	
	header .head_txt {
                      position: fixed;
    right: auto;
    color: #484848;
    display: block;
    width: 85%;
    background: #ffffff;
    left:-700px	;
    border-radius: 0px;
    z-index: 300;
    top: 88px;
    box-shadow: 14px 0px 20px 0px #7f7c7c5c;
    height: 88%;
    overflow-y: auto;
}


header .head_txt h3:hover {
        transition: 0.2s;
    background: #2196f3;
    color: white;
}

.add_height{
	height: 341px !important;
    transition: 0.3s;
}

header .logo h3 {
    margin: 11px 13px;
    font-size: 36px;
    font-weight: bold;
}
header .logo img {
        width: 73px;
    height: auto;
}

.login {
    background: white;
    height: auto;
    margin: 0% 0px;
    box-shadow: 0px 0px 10px 0px #00000024;
    border-radius: 0px;
    padding: 34px 24px;
    width: -webkit-fill-available;
}



.main3 h1 {
    font-weight: 400;
    margin: 13px 0px 33px;
    font-size: 16px;
    text-align: center;
}
.login img {
    width: 98px;
    position: relative;
    display: block;
    margin: 10 auto;
}

.main3 form .input_box {
 border: 1px solid #c1c1c1;
    width: auto;
    border-radius: 4px;
    margin: 16px auto;
}
.main3 form .input_box p {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: gray;
    position: absolute;
    top: -9px;
    background: white;
    width: fit-content;
    left: 16px;
}
.main3 {
   margin: 0px;
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #80808036;
    border-radius: 0px;
}


.container {
   background: white;
    margin: 0px;
    padding: 0px;
    min-height: -webkit-fill-available;
    box-shadow: 0px 0px 10px 0px #0000001f;
    overflow-x: auto;
    height: 400px;
}

.card_row {
       margin: 0px;
    padding: 0px;
    display: grid;
    box-shadow: 0px 0px 10px 0px #0000001f;
    width: -webkit-fill-available;
    color: white;
    font-weight: 600;
    grid-template-columns: 33% 33% 33%;
}

.card_row2 {
              width: -webkit-fill-available;
    background: white;
    grid-template-columns: 33% 33% 33%;
}
.divider {
    background: transparent;
    width: 250px;
    padding: 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #00000026;
    margin: 5px;
}
.main3 form img {
   width: 100px;
   max-width: 80%;
    height: 100px;
    border: 0px;
    margin: 0 auto;
    position: relative;
    transform: unset;
    left: unset;
}

.divider .num {
    width: fit-content;
    background: #5097d4;
    color: white;
    padding: 5px 10px;
    position: absolute;
    z-index: 5;
    left: -17px;
    top: -6px;
    border-radius: 0px;
}

.block_screen_loading .loader {
  width: 50px;
    height: 50px;
    border: 10px solid white;
    border-bottom: 10px solid black;
    border-radius: 100%;
    margin: 50% auto;
    animation: loader 2s linear infinite;
    background: #015fb182;
}


.save_contact_popup {
    background: white;
    width: 78%;
    padding: 34px;
    position: fixed;
    z-index: 4;
    top: 51px;
    left: 50%;
    transform: translate(-50%, 39px);
    border-radius: 5px;
    box-shadow: 0px 0px 42px 0px #00000038;
}


	.goog-te-gadget .goog-te-combo {
              margin: 5px 28px !important;
    padding: 10px;
    border: 0px solid #2196f3;
    color: white;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
    width: fit-content;
    background: linear-gradient(45deg, #2196f3 83%, #4caf50 64%);
}