
/*****RJ Stylesheet 2021****/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**********

RESET CSS

**************/

body {
    background: #fff;
   font-family: ;
   scroll-behavior: smooth;
    width: 100%;
    font-size: 16px;
    padding: 0px;
    overflow-x: hidden;
    color:#000;
}
body,html,ul,li {

    font-size: 16px;
   font-family: ;
}
h1,h2, h3, h4{
    font-family: ;
}
a:hover{
    color: #1976d2;
    text-decoration: none;
}
.pdlr{
    padding:0;
}
p{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
   font-family: ;
/*word-break: break-all;*/
}

/*for iphone 6/7/8 plus & pixel 2 , pixel 2 xl*/
@media  (min-width: 411px) and (max-width:  731px){

}
/* for Iphone X*/
@media  (min-width: 375px) and (max-width: 812px){

}
/*for Galaxy s5*/
@media (min-width: 360px) and (max-width: 640px){

}

/*for iphone5*/
@media (min-width: 320px) and (max-width: 568px){

}