@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
div#myLinks {
    display: none;
}
#toggle {
    display: block;
    width: 29px;
    height: 24px;
    position: relative;
    margin-top: 50px;
    float: right;
    margin-left: 0;
    left: 0;
}
#toggle span, #toggle span:after, #toggle span:before {
    width: 100%;
    height: 3px;
    background-color:#87be43;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}
#toggle span {
    position: relative;
    display: block;
}
#toggle span:after, #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
#toggle span:after {
    top: 9px;
}
#toggle.on span:before {
    transform: rotate( 
45deg
 ) translate(5px, 5px);
}
#toggle.on span:after {
    transform: rotate( 
-45deg
 ) translate(7px, -8px);
}
#toggle.on span {
    background-color: transparent;
}
.logo img {
    width: 100% !important;
}
.logo {
    width: 100%;
    
}
.menu-nav {
    position: absolute;
    top: 130px;
    right: 0;
    background:#fb5386;
    z-index: 2;
    width: 100%;
    padding: 15px 0;
}
.menu-nav ul {
    flex-direction: column;
}
.menu-nav ul li {
    padding: 13px 15px !important;
}
.menu-nav ul li a {
    color: #fff !important;
    display: block;
    font-size: 18px !important;
    font-family: system-ui;
}
.ab-img {
    display: none;
}
.about-us p {
    color: #e6e6e6;
    font-size: 17px !important;
    text-align: justify;
}
.about-us h2 {
    color: #fff;
    font-size: 40px !important;
    font-family: 'Cookie';
    letter-spacing: 3px;
    font-weight: 600;
}
section.gallery {
    padding: 30px 0 !important;
}
.price-heading img {
    width: 100% !important;
}
.gallery-heading img{
    width: 100% !important;
}
.contact-form {
    width: 100% !important;
    position: unset !important;
    padding: 50px 10px 50px 10px !important;
}
.foot-ct {
    width: 100% !important;
    position: relative;
}
.foot-ct h3 {
    color: #bfa070;
    font-size: 25px !important;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.foot-ct p {
    color: #fff;
    text-align: justify;
    font-size: 17px !important;
    margin-bottom: 30px;
}
.foot-ct ul li a {
    color: #fff;
    font-size: 17px !important;
}
.foot-ct ul li {
    list-style: none;
    padding: 8px 0 !important;
}
.foot-ct {
    margin-bottom: 35px;
}
.ct-icon {
    position: fixed;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9;
}
.tophead {
    display: none;
    position: relative;
}
.cot-ico {
    display: none;
}
section.mmd {
    padding: 50px 0 !important;
}
.srec {
    display: none;
}
}
@media only screen and (max-width : 320px) {
/* Styles */
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
/* Styles */
}