
/*Media Queries Of Website*/

/*Small Laptops*/
@media screen and (max-width:992px) and (min-width:768px) { 
 .left-sidebar {
    width: 90%;
    background: white;
    position: fixed;
    top: 0px;
    left: -100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 99;
    max-width: 300px;
}
.right-content-wrapper {
    width: 100%;
}
.mobile-menu-opened .left-sidebar  {
	left: 0px;
}
}


/*Tablet Devices*/
@media screen and (max-width:767px) and (min-width:520px) { 
.footer-row {
    flex-wrap: wrap;
}
.footer-about {
    width: 100%;
    padding: 0px 30px 0px 0px;
}
 
    .footer-list , .footer-contact {
        width: 50% !important;
        padding-top: 40px;
    }
    .left-sidebar {
    width: 90%;
    background: white;
    position: fixed;
    top: 0px;
    left: -100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 99;
    max-width: 300px;
}
.right-content-wrapper {
    width: 100%;
}
.mobile-menu-opened .left-sidebar  {
	left: 0px;
}
.search-form-wrapper {
	display: none;
}
.left-custom-block {
    width: 100%;
}
.right-custom-block {
    width: 100%;
}

.cart-leftbar {
    width: 100%;
}
.cart-rightbar {
    width: 100%;
    padding-top: 30px;
}
.profile-sec-left {
    width: 100%;
}

.profile-sec-right {
    padding-top: 30px;
    width: 100%;
    padding-left: 0px;
}
.bg-playstore {
    background-image: url(../images/playstore-bg.png);
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e1e8fb;
}
.left-side-sec2 {
    width: 100%;
}
.right-side-sec2 {
    width: 100%;
}
}




/*Mobile Devices*/
@media screen and (max-width:519px) and (min-width:320px) { 
    .mob-text-5 {
    font-size: 5px !important;
}
.mob-text-6 {
    font-size: 6px !important;
}
.mob-text-7 {
    font-size: 7px !important;
}
.mob-text-8 {
    font-size: 8px !important;
}
.mob-text-9 {
    font-size: 9px !important;
}
.mob-text-10 {
    font-size: 10px !important;
}
.mob-text-11 {
    font-size: 11px !important;
}
.mob-text-12 {
    font-size: 12px !important;
}
.mob-text-13 {
    font-size: 13px !important;
}
.mob-text-14 {
    font-size: 14px !important;
}
.mob-text-15 {
    font-size: 15px !important;
}
.mob-text-16 {
    font-size: 16px !important;
}
.mob-text-17 {
    font-size: 17px !important;
}
.mob-text-18 {
    font-size: 18px !important;
}
.mob-text-19 {
    font-size: 19px !important;
}
.mob-text-20 {
    font-size: 20px !important;
}
.mob-text-21 {
    font-size: 21px !important;
}
.mob-text-22 {
    font-size: 22px !important;
}
.mob-text-23 {
    font-size: 23px !important;
}
.mob-text-24 {
    font-size: 24px !important;
}
.mob-text-25 {
    font-size: 25px !important;
}
.mob-text-26 {
    font-size: 26px !important;
}
.mob-text-27 {
    font-size: 27px !important;
}
.mob-text-28 {
    font-size: 28px !important;
}
.mob-text-29 {
    font-size: 29px !important;
}
.mob-text-30 {
    font-size: 30px !important;
}
.mob-text-31 {
    font-size: 31px !important;
}
.mob-text-32 {
    font-size: 32px !important;
}
.mob-text-33 {
    font-size: 33px !important;
}
.mob-text-34 {
    font-size: 34px !important;
}
.mob-text-35 {
    font-size: 35px !important;
}
.mob-text-36 {
    font-size: 36px !important;
}
.mob-text-37 {
    font-size: 37px !important;
}
.mob-text-38 {
    font-size: 38px !important;
}
.mob-text-39 {
    font-size: 39px !important;
}
.mob-text-40 {
    font-size: 40px !important;
}
.mob-text-41 {
    font-size: 41px !important;
}
.mob-text-42 {
    font-size: 42px !important;
}
.mob-text-43 {
    font-size: 43px !important;
}
.mob-text-44 {
    font-size: 44px !important;
}
.mob-text-45 {
    font-size: 45px !important;
}
.mob-text-46 {
    font-size: 46px !important;
}
.mob-text-47 {
    font-size: 47px !important;
}
.mob-text-48 {
    font-size: 48px !important;
}
.mob-text-49 {
    font-size: 49px !important;
}
.mob-text-50 {
    font-size: 50px !important;
}

.footer-row {
    flex-wrap: wrap;
}
.footer-about {
    width: 100%;
    padding: 0px 30px 0px 0px;
}
.footer-list {
    width: 100%;
    padding-top: 30px;
}
.left-sidebar {
    width: 90%;
    background: white;
    position: fixed;
    top: 0px;
    left: -100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 99;
    max-width: 300px;
}
.right-content-wrapper {
    width: 100%;
}
.mobile-menu-opened .left-sidebar  {
	left: 0px;
}
.search-form-wrapper {
	display: none;
}
.left-custom-block {
    width: 100%;
}
.right-custom-block {
    width: 100%;
}
.otp-code-field {
    width: 45px;
    height: 42px;
}
.profile-img-small {
    width: 45px;
    height: 45px;
}

.cart-leftbar {
    width: 100%;
}
.cart-rightbar {
    width: 100%;
    padding-top: 30px;
}
.small-width2 {
    max-width: 100%;
} 
.profile-sec-left {
    width: 100%;
}

.profile-sec-right {
    padding-top: 30px;
    width: 100%;
    padding-left: 0px;
}
.bg-playstore { 
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e1e8fb;
}
.left-side-sec2 {
    width: 100%;
}
.right-side-sec2 {
    width: 100%;
}
}