/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.headmenu {
        background-color: #210e01;
        padding: 10px 0;
        display: none;
    }
    .herocontent h2 {
        font-size: 40px;
        color: white;
        line-height: 65px;
        font-weight: 600;
    }
    .btn {
        margin-top: -75px;
        display: none !important;
    }
    .herocontent {
        text-align: center;
    }
    .herocontent h5 {
        font-size: 20px;
        color: white;
        font-weight: 400;
        line-height: 35px;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        height: 50px;
    }
    .herocontent h4 {
        color: white;
        font-size: 20px;
        font-weight: 500;
    }
    .trackform {
        background-color: white;
        padding: 25px 15px;
        margin-top: 43px;
    }
    .footerlogo {
        margin-top: 50px;
    }
    .aboutpage {
        padding: 15px 0;
    }
    
    .menubar{
        position: absolute;
        z-index: 999;
        top: 15px;
        left: 15px;
        display: block;
    }
.menubar i{
    color: white;
    font-size: 40px;
}
.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: 80px;
}
.sidemenu li{
    list-style: none;
    line-height: 35px;
}
.sidemain img {
    height: 50px;
}
.sidemenu li a{
    text-decoration: none;
    color: #000000;
    padding-left: 30px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
.cusmenu {
    border: solid 1px #ccc !important;
    margin: 15px 0  !important;
    border-radius: 10px !important;
    padding: 15px !important;
    display: none;
}
    
}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
    .footerlogo {
        margin-top: 50px;
    }
    .aboutpage {
        padding: 15px 0;
    }
	.headmenu {
        background-color: #210e01;
        padding: 10px 0;
        display: none;
    }
    .trackform {
        background-color: white;
        padding: 25px 15px;
        margin-top: 43px;
    }
    .herocontent h5 {
        font-size: 20px;
        color: white;
        font-weight: 400;
        line-height: 35px;
    }
    .herocontent h4 {
        color: white;
        font-size: 20px;
        font-weight: 500;
    }
    .herocontent h2 {
        font-size: 40px;
        color: white;
        line-height: 65px;
        font-weight: 600;
    }
    .btn {
        margin-top: -75px;
        display: none !important;
    }
    .logo {
        text-align: center;
    }
    
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}