@media (max-width: 1366px){
.package .btn {
    width: 95%;
    font-size: 11px;
    padding: 11px 0;
}
}

@media (max-width: 1100px){
.package .btn {
    width: 100%;
}
}

@media (max-width: 1024px){
.package .btn {
    font-size: 10px;
}
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
    .form-struct .col-md-10 {margin: 0px 0 20px;}
    .service-box {height: 100%;flex-direction: column;} 
    .service-box .img-box {max-width: 100%;flex: 100%;}   
    .our-banner .banner-form {float: none;margin: 0 auto;}
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .our-banner .banner-form h3 strong {font-size: 25px;}
  
   
    .service-box {height: 100%;flex-direction: column;} 
    .service-box .img-box {max-width: 100%;flex: 100%;}   
    .our-banner .banner-form {float: none;margin: 0 auto;padding: 18px;width: 100%;}
.our-action h2:after {
    background: #ffcc33;
    height: calc(100% + 30px);
    width: calc(100% + 80px);
    position: absolute;
    z-index: -1;
}
header .top-head {
    display: none;
}

.our-banner h1:after {
    left: 50%;
    margin-left: -90px;
    display: none;
}

section.our-banner.home-banner.comprehensive-banner h1, section.our-banner.home-banner.copyright-banner h1 {
    font-size: 23px !important;
    margin-top: 92px !important;
}
.our-banner p {
    font-size: 15px;
}
.home-banner ul li {
    font-size: 12px;
}

.home-banner ul {
    margin-bottom: 0px;
}

.our-help {
    text-align: center;
    font-size: 12px;
}

h2:after {
    display: none;
}

.our-services .col-md-4 {
    margin-bottom: 20px;
}

.our-services h2 {
    margin-bottom: 20px;
}

footer ul.info li {
    display: inline-block;
}

i.fas.fa-map-marker-alt {
    top: -4px;
}

footer ul.info li i {}
textarea.required {
    height: 100px;
}
.popup-bann {
    display: none;
}

.popup-content {
    width: 100%;
    padding: 10px 20px;
}

.popup-content h2 {
    font-size: 17px;
    line-height: 20px;
}

.popup-content h2 span {}

.popupform h2+p, .popup-content h2+p {
    font-size: 12px;
}

    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 999999 !important;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: -50px !important;
        z-index: 3;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
        background: #fff;
    }
    .menu-bottom.click span {
        background: white;
    }
    .menu-bottom.click {
        top: 11px !important;
        position: fixed;
        z-index: 9999 !important;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #45578f;
        height: 100%;
        z-index: 99 !important;
        padding-top: 20px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }
    .menu li {
        display: block !important;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: none;
        position: relative;
        text-align: left;
        clear: both;
    }
    .menu li a {
        font-size: 14px !important;
        padding-left: 0;
        color: #fff !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 16px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
        border-bottom: 1px solid;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    header .menu {
        opacity: 0;
    }
    header {
        padding: 10px 0;
        z-index: 2;
    }
    header .logo img {
        max-width: 200px;
    }
	
	img.logo {
		max-width: 60%;
	}

    .home-banner h1 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 40px;
    }

    .home-banner h6 {
        margin-top: 40px;
        margin-bottom: 18px;
    }

    h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .text-center h2+p {
        width: 100%;
    }
    .home-banner, .our-banner {
        padding: 30px 0 !important;
        height: auto;
        display: block;
    }

    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        z-index: 99;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0;
    }

    header ul li.phone a {
        font-size: 16px;
    }
.our-banner h1 {
    font-size: 24px !important;
}
    .btn {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 6px 15px;
        display: block;
        margin: 7px 0;
        padding: 8px 6px;
        white-space: inherit;
    }
    section {
        padding: 30px 0;
    }

    h6 {
        font-size: 14px;
    }
    header .top-head ul {
        text-align: center;
        display: block;
    }

    header .top-head li {
        display: block;
        margin: 0 0 10px;
    }
    .home-banner h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .our-approved {
        margin: 0;
        background: #000;
    }

    .our-help h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .our-help h4 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .our-help img {
        margin-top: 20px;
    }

    .our-pricing h2 br {
        display: none;
    }

    .package {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }

    .our-pricing .container-fluid {
        padding: 0 15px;
    }
    .our-action p {
        margin-top: 20px;
        margin-bottom: 15px;
        margin: 0;
        text-align: center;
        font-size: 15px;
    }.menu-open .main-menu .btn-blue {
    background: #ff9c00;
    width: 97%;
    margin: 0 auto;
}
    .main-menu .dropdown-menu {
        display: block;
        background: #253565;
        position: static;
        border: 0px none !important;
    }

    .menu li a {
        clear: both;
    }
    .about-banner {
        height: auto;
        background-position: center;
    }

    section.our-banner.home-banner h1 {
        font-size: 23px !important;
        line-height: 29px;
        margin-top: 113px;
    }

    .our-banner h1 br {
        display: none;
    }
    .reg-trademark-banner {
        height: auto;
        overflow: hidden;
    }
    .our-banner {
        height: auto;
        text-align: center;
    }

    .free-trademark-banner {
        height: auto;
    }

    .free-trademark-banner .form-wrapper {
        width: 100%;
    }

    .free-trademark-banner .form-wrapper input {
        width: 100%;
        margin-bottom: 15px;
    }
    .offset-1 {
        margin: 0;
    }

    .can-copyright ul li {
        width: 100%;
    }

    section.can-copyright p {
        margin: 0 0 20px;
    }

    .can-copyright ul {margin: 0 0 0px;}
    .reg-get ul li img {
    /* float: none; */
    display: inline-block;
    margin: inherit;
    margin-right: 10px;
}

.reg-get img {
    display: table;
    float: none;
    margin: auto;
}

    .our-services {
    padding-bottom: 0;
    text-align: center;
}

.package .btn {
    position: static;
}

.our-pricing [class*='col-'] {
    margin-bottom: 20px;
}

.our-pricing .content {
    height: 160px;
    padding: 20px 10px 20px 10px;
}

.package h4 {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
}

.our-pricing .content p {
    margin: 0;
}

.package ul li {
    margin: 0 0 16px;
}

.our-action h2 {
    text-align: center;
    margin: 0 0 5px;
    font-size: 23px;
    /* padding: 12px 10px; */
    letter-spacing: -1px;
    /* background: #ffcc33; */
    color: #fff;
}
.our-banner h1 span {
    font-size: 25px;
}

section.home-sec-2n {
    text-align: center;
    padding: 30px 0;
}

section.home-sec-2n h2 {
    font-size: 16px;
}

section.home-sec-2n .col-md-5 ul li h6 {
    font-size: 24px;
}

section.home-sec-2n .col-md-5 ul li span {
    font-size: 14px;
    line-height: 19px;
}

section.terminal-work {
    text-align: center;
}

.package h4 em {
    bottom: inherit;
    top: -159px;
    right: -10px;
}

.package h3 {
    font-size: 15px;
}
.our-action a.btn {
    width: 100% !important;
    margin: 7px 0;
}

.our-action {
    height: auto;
    padding: 20px 0;
}
.searching-trademark .box {
    display: block;
}
.our-carry .box .top {
    margin: 0;
}

.our-carry .box {
    padding: 30px 20px;
}

.our-carry .col-md-4 {
    margin: 0 0 17px;
}

.our-carry .box .top:after {
    height: 100px;
    width: 100px;
    right: 70px;
}
section.choose-up ul li {
    width: 49%;
    margin-bottom: 20px;
}

section.choose-up ul li:last-of-type {
    border: none;
}
.contact-us h6 {
    margin-top: 20px;
}


footer {
    padding: 30px 0;
    text-align: center;
}

footer .col-md-3 {
    margin-bottom: 20px;
}

footer h4 {
    margin: 0 0 10px;
}


.bg-rg .btn {
margin-bottom: 30px;
}

.info-register2 h2 {
font-size: 30px;
}

.info-register2 h3 {
font-size: 18px;
}

.info-reg {
width: 100%;
}

.info-reg h2 {
font-size: 28px;
line-height: 36px;
}

.info-reg p {
width: 100%;
}

.info-registry h1 {
font-size: 32px;
line-height: 36px;
}

.info-registry h1 + p {
font-size: 16px;
line-height: 24px;
}

.banner-amazon-registry .btn {
margin-bottom: 40px;
}

.llp-tab-txt {
padding: 0;
margin-top: 40px;
}

.tab-img img {
max-width: 100%;
margin-bottom: 30px;
}

.tab-img p {
max-width: 100%;
}

.tab-img2 {
display: inline-block;
width: 100%;
background: #f8fff2;
height: auto;
padding: 30px 0 20px;
}

.plus-left, .plus-right {
width: 100%;
margin-bottom: 20px;
}

.llp-tab-txt p {
font-size: 13px;
}

.llp-faqs h2 {
font-size: 22px;
}

.llp-togle .card-header a {
font-size: 13px;
}

.llp-togle p {
font-size: 13px;
}

.tab-img {
padding-bottom: 0;
}


.llp-bg {
padding: 30px 0px;
}

.llp-tab-txt h4
{
font-size: 18px;
}


.llp-bg .nav-tabs li a span {
background-size: 52%;
height: 24px;
}

.llp-bg .nav-tabs li a {
font-size: 13px;
padding: 8px 16px;
}

.our-banner h4 br {
display: none;
}

.our-banner h4 {
font-size: 13px;
}


.form-tooltip-body {
    top: auto;
    left: 50%;
    max-width: 280px;
    transform: translateX(-50%);
}

.form-tooltip{
    position:static;
}

.form-btns {
   justify-content: space-between;
    gap:5px;
    margin-top:10px;
}

.step-form .bgform {
    padding: 40px 5px;
}

.expedited-box {
    padding: 60px 15px 10px 30px;
    margin-bottom: 20px;
}

.expedited-box h6 {
    font-size: 14px;
}

.form-progress-bar {
    margin-top: 15px;
}

.step-form h2 {
    font-size: 20px;
}


.form-btns .btn {
    padding: 11px 20px;
    
}

.form-btns {
    justify-content: space-between;
    gap: 5px;
}

}

/* Responsive
------------------------------------*/

  
    

    @media (min-width:992px) and (max-width: 1199px) {
        .our-banner .banner-form h3 strong {font-size: 35px;}
    }

 @media (min-width:768px){
     .video-review-slider {
        height: auto;
        padding: 0.5rem 0 0.5rem 0;
    }

    .video-review-box {
        display: block;
        height: auto;
        text-align: center;
        padding: 15px 10px;
    }
    
    .video-review {
    width: 100%;
    height: 450px;
    }
    
    .video-review-content {
        width: 100%;
        padding: 30px 10px 0 10px;
    }
    
    .video-review-content h3 {
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }
    .video-review-content p {
        font-size: 16px;
        width: 100%;
    }
    .client-det-vid h5 {
        font-size: 1.5rem;
    }
}

@media (min-width:540px){
     .video-review-slider {
        height: auto;
        padding: 0.5rem 0 0.5rem 0;
    }

    .video-review-box {
        display: block;
        height: auto;
        text-align: center;
        padding: 15px 10px;
    }
    
    .video-review {
    width: 100%;
    height: 450px;
    }
    
    .video-review-content {
        width: 100%;
        padding: 30px 10px 0 10px;
    }
    
    .video-review-content h3 {
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }
    .video-review-content p {
        font-size: 16px;
        width: 100%;
    }
    .client-det-vid h5 {
        font-size: 1.5rem;
    }
}


@media (min-width:425px){
     .video-review-slider {
        height: auto;
        padding: 0.5rem 0 0.5rem 0;
    }

    .video-review-box {
        display: block;
        height: auto;
        text-align: center;
        padding: 15px 10px;
    }
    
    .video-review {
    width: 100%;
    height: 450px;
    }
    
    .video-review-content {
        width: 100%;
        padding: 30px 10px 0 10px;
    }
    
    .video-review-content h3 {
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }
    .video-review-content p {
        font-size: 16px;
        width: 100%;
    }
    .client-det-vid h5 {
        font-size: 1.5rem;
    }
}

@media (min-width:375px){
     .video-review-slider {
        height: auto;
        padding: 0.5rem 0 0.5rem 0;
    }

    .video-review-box {
        display: block;
        height: auto;
        text-align: center;
        padding: 15px 10px;
    }
    
    .video-review {
    width: 100%;
    height: 450px;
    }
    
    .video-review-content {
        width: 100%;
        padding: 30px 10px 0 10px;
    }
    
    .video-review-content h3 {
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }
    .video-review-content p {
        font-size: 16px;
        width: 100%;
    }
    .client-det-vid h5 {
        font-size: 1.5rem;
    }
}