/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 575px) {
	.menu {
        display: none;
    }
    .hero-section {
        height: 100%;
    }
    .page-title h1 {
        font-size: var(--clamp32);
        font-weight: bold;
    }
    .page-title p {
        font-size: var(--clamp18);
        font-weight: 400;
    }
    .package-block {
        height: auto;
    }
    .testimonials {
        padding: 10px 0;
    }
    .fsupport img {
        position: relative;
        top: 0;
        height: 120px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fsupport h3 {
        text-align: center;
    }
    .fsupport h5 {
        text-align: center;
        margin-top:0;
        line-height: 20px;
    }
    .logo {
        text-align: center;
    }

    .menu{
        display: none;
    }
    .header {
        background-color: #1c4e9e;
        height: 40px;
        display: none;
    }
    .mobilethings{
        display: block;
    }
    .menubar{
        position: absolute;
        top: 12px;
    }
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .inner-banner {
        padding: 30px 0;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
    }
    .sidemain img {
        height: 60px;
    }

    .mobilethings{
        display: block;
    }
    .topmenu {
        background-color: var(--topmenu);
        height: 50px;
        DISPLAY: NONE;
    }
    .links {
        DISPLAY: NONE;
    }
    .mobilethings{
        display: block;
    }
    .menubar{
        position: absolute;
        top: 12px;
    }
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
}
/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 576px) and (max-width: 768px) {
	.menu {
        display: none;
    }
    .hero-section {
        height: 100%;
    }
    .page-title h1 {
        font-size: var(--clamp32);
        font-weight: bold;
    }
    .page-title p {
        font-size: var(--clamp18);
        font-weight: 400;
    }
    .package-block {
        height: auto;
    }
    .testimonials {
        padding: 10px 0;
    }
    .fsupport img {
        position: relative;
        top: 0;
        height: 120px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fsupport h3 {
        text-align: center;
    }
    .fsupport h5 {
        text-align: center;
        margin-top:0;
        line-height: 20px;
    }
    .logo {
        text-align: center;
        z-index: -2;
        position: relative;
        width: auto;
    }
    .mobilethings{
        display: block !important;
    }
    .menubar {
        position: absolute;
        top: 12px;
        z-index: 9 !important;
    }
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .inner-banner {
        padding: 30px 0;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
    }
    .sidemain img {
        height: 60px;
    }

}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
	.menu {
        display: none;
    }
    .hero-section {
        height: 100%;
    }
    .page-title h1 {
        font-size: var(--clamp32);
        font-weight: bold;
    }
    .page-title p {
        font-size: var(--clamp18);
        font-weight: 400;
    }
    .package-block {
        height: auto;
    }
    .testimonials {
        padding: 10px 0;
    }
    .fsupport img {
        position: relative;
        top: 0;
        height: 120px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fsupport h3 {
        text-align: center;
    }
    .fsupport h5 {
        text-align: center;
        margin-top:0;
        line-height: 20px;
    }
    .logo.aos-init.aos-animate {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .abouthomecontent {
        margin-top: 33px;
    }
    .innnerhbanner h1 {
        font-size: var(--clamp50);
        color: white;
        font-weight: 400;
        text-align: center !important;
    }

    .mobilethings{
        display: block;
    }
    .menubar{
        position: absolute;
        top: 12px;
    }
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .inner-banner {
        padding: 30px 0;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
    }
    .sidemain img {
        height: 60px;
    }
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}