@media all and (min-width: 320px) and (max-width: 991px) {
button.navbar-toggler {
    padding: 0px !important;
    position: relative;
    box-shadow: none !important;
    outline: none !important;
}
button.navbar-toggler span.navbar-toggler-icon {
    background: none !important;
    position: relative;
    border-top: 2px solid #f05697;
    height: 22px !important;
}
button.navbar-toggler span.navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f05697;
}
button.navbar-toggler span.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 100%;
    height: 2px;
    background: #f05697;
}

}

/*320-991*/


@media all and (min-width: 320px) and (max-width: 767px) {
.mainbanner-bg {
    text-align: center;
}
.mainbanner-bg h1 {
    font-size: 34px;
}
.features-sec ul li {
    width: 100%;
    margin-bottom: 30px;
}
.btn.btn-info {
    padding: 15px 23px;
    font-size: 14px;
}
.mainbanner {
    padding: 100px 0px;
    background-position: right !important;
}
.heading-sec h2 {
    font-size: 30px;
    line-height: 36px;
}
.footerlogo a {
    width: 251px;
}
.site-footer svg {
    z-index: 1;
    top: -2px;
}
.copyright {
    padding: 50px 10px 20px;
    margin-top: 34px;
}
.clientsecowl-desc {
    padding: 0px 10px;
}
.cont-sec {
    padding: 70px 0px;
}
.contdesign p {
    font-size: 14px;
}
.contdesign ul li {
    font-size: 14px;
}
.contdesign h2 {
    font-size: 18px;
}
}

/*320-767*/

@media all and (min-width: 768px) and (max-width: 991px) {

}

/*768-991*/

@media all and (min-width: 992px) and (max-width: 1024px) {

}

/*992-1024*/

@media all and (min-width: 768px) and (max-width: 1024px) {
.mainbanner {
    background-position: right !important;
}
.features-sec ul li {
    padding: 0px 10px;
}
.features-card p {
    font-size: 13px;
    line-height: 19px;
}
.features-card h3 {
    font-size: 14px;
    margin-bottom: 11px;
}
}

/*768-1024*/

@media all and (min-width: 1025px) and (max-width: 1199px) {

}

/*1025-1199*/

@media all and (min-width: 1200px) and (max-width: 1280px) {

}

/*1200-1280*/
@media all and (min-width: 1470px) and (max-width: 1600px) {

}

@media all and (min-width: 1650px) and (max-width: 1900px) {

}

@media all and (min-width: 1901px) and (max-width: 2300px) {

}



