@media screen and (max-width : 991px){
    .section1{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width : 793px) {
    .links ul {
        flex-direction: column;
        align-items: center;
    }
    .links ul li{
        margin-bottom: 3rem;
    }
    .links ul li a span{
        display: block !important;
    }
    .design{
        height:auto;
    }
}
@media screen and (max-width : 680px){
    .sc1{
        margin-left: 18%;
    }
}
@media screen and (max-width : 400px){
    .image{        
    flex-direction: column;
    align-items: center;
    }
    /* .photo{
        width: 15rem;
    } */
    .faqheadline{
        font-size: 1.5rem !important;
    }
    .faq{
        display: block !important;
        padding: 1rem;
    }
    .faq div{
        width:initial !important;
    }
    .mn{
        display: none;
    }
}
@media screen and (max-width : 590px){
    .sc1 input{
        padding-right: 0.5rem !important;
    }
    .sc1 button{
        left: 0 !important;
    }
}
@media screen and (max-width : 575px){
    .ft_m{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .ft_m .ft_width{
        margin-top: 2rem !important;
    }
    .ft_img{
        text-align: center;
        margin-top: 0 !important;
    }
    .sc1{
        margin-left: 10%;
    }
}
@media screen and (max-width : 538px){
    .image_2{
        flex-direction: column;
    }
    .image_2 .photo{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width : 517px){
    .domain_bg_img{
        padding: 4rem 0;
    }
}
@media screen and (max-width : 318px){
    .domain_bg_img{
        padding: 1rem 0;
    }
}
@media screen and (max-width : 485px){
    .sc1{
        margin-left: 5%;
    }
}
@media screen and (max-width : 467px){
    .tab{
        display: block !important;
        /* margin-left: 20%; */
    }
}
@media screen and (max-width : 451px){
    .top-main{
        height: 56px;
    }
    .sc1{
        margin-left: 0%;
    }
}
@media screen and (max-width : 428px){
    .tab button{
        margin-right: 0 !important;
    }
}
@media screen and (max-width : 414px){
    .domain_bg_img button{
        width: auto !important;
    }
}
@media screen and (max-width : 303px){
    .last_footer{
        margin-top: 2rem !important;
    }
}
@media screen and (max-width : 567px){
    footer{
        height: 1.5rem;
      }
}