
@media screen and (max-width:700px){
	.m_off{
	    display: none!important;
	}
	.m_on{
	    display: block!important;
        margin-left: auto;
        margin-right: auto;
	}
	header {
    background: white;
    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;    display: block;
    position: absolute;
    top: 6px;
    right: 14px;
    padding: 10px;
    font-size: 40px;
    font-weight: 800;
    color: black;
	
	}
	
	header .head_txt {
    position: relative;
    right: auto;
    width: -webkit-fill-available;
    color: black;
}

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

header .logo h3 {
    margin: 30px 4px;
    font-size: 16px;
    font-weight: bold;
}
header .logo img {
    width: 73px;
    height: 72px;
}

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

.main3 h1 {
    font-weight: 400;
    margin: 13px 0px 33px;
    font-size: 16px;
    text-align: center;
}

.main3 form .input_box {
 border: 1px solid #c1c1c1;
    width: auto;
    border-radius: 4px;
    margin: 16px auto;
    padding: 8px;
}
.main3 form .input_box p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: -9px;
    background: white;
    width: fit-content;
    left: 16px;
}
.contact_details i.fa.fa-map-marker{
    width: 60px;
    height: 14px;
    border-radius: 50px;
}
.img_gall{max-width: 100% !important;display: block !important;}
.alert{padding:13px;}
.success {
    background: #50b331;
    color: #ffffff;
}
.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 {
    background: #015fb1;
    margin: 0px;
    padding: 10px 0;
    display: flex;
    box-shadow: 0px 0px 10px 0px #0000001f;
    width: 600px;
    max-width: 100%;
    color: #fff;
    font-weight: 600;
}
.card_row .row_contd{
    font-size: 16px;
}
.card_row2 {
    display: flex!important;
    width: 600px;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding: 0;
    background: #fff8f8;
    border-bottom: none;
    margin-bottom: 35px;
}
.card_row2 .row_contd{
    border: 1px solid #ff7575;
    border-radius: 0;
}
.card_row2 .hlf{
    width: calc(50% - 14px);
}
.divider {
    background: transparent;
    width: 250px;
    padding: 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #00000026;
    margin: 5px;
}
.main3 form img {
    width: 123px;
    max-width: 100%;
    height: 111px;
    border: 0px;
    margin: 29px auto 0;
    position: relative;
    transform: unset;
    left: unset;
}

.divider .num {
    width: fit-content;
    background: #5097d4;
    color: white;
    padding: 3px 9px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    font-size: 14px;
    background-color: #03a7f1;
}
.divider2 .num {
    padding: 10px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-color: #03a7f1;
}

.divider2{width: 100%;max-width: 271px;border: 1px solid #03a7f175;
}

.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;
}
.anker_button{padding:12px;}
.play_anker_button{padding: 12px 36px 12px 36px;   
}
a.fb-button{padding:11px;font-size: 12px;}
a.wa-button{padding:11px;font-size: 12px;}
.alert_one{
    max-width: 296px;font-size: 8px;line-height: 18px;
}
header .head_txt h3{padding:9px;font-size:14px;}
.customer_login{
    font-size: 13px;
    letter-spacing: 1px;
}
.nav_cont{padding:7px;font-size: 14px;}
.btn_holder .skip_btn{margin-top:-2px !important;}

}
