@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
}
.container.for-header {
	max-width: 1250px;
}
.logo-main img {
    max-width: 300px;
}
.navlinks li {
	padding: 0 5px;
}
.navlinks li a {
    font-size: 16px;
    font-weight: 400;
    color: #1F2329;
	font-family: "Roboto", sans-serif;
}
.top-header {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 2px 0px;
}
.top-header .navlinks .nav-item a:hover {
	color: #701011;
}
.scrolled {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 999;
}
.home-banner {
	text-align: center;
}
.home-banner img {
    max-width: 100%;
    height: auto;
}
.section-element {
    background-color: #b9995b;
    padding: 45px 0px;
}
.My-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
}
.My-contact i {
    color: #fff;
    font-size: 25px;
}
.My-Brand a {
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    fill: #fff;
    color: #fff;
    background-color: #0e1314;
    border-style: none;
    border-radius: 27px;
    padding: 14px 38px;
}
.My-Brand a:hover {
	color: #0e1314;
    background-color: #fff;
    border-color: #fff;
}
.My-Brand {
    text-align: right;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #701011 !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
	.My-contact {
		text-align: center;
		padding-top: 30px;
	}
	.My-Brand {
		text-align: center;
	}

}

/* section-2 */
h2.consider {
    color: #0e1314;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0;
}
i.public {
    color: #919191;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 35px;
    font-weight: 300;
    font-style: italic;
    padding-left: 30px;
}
.text-consider {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #f0f4f9;
}
@media only screen and (min-width: 768px) and (max-width: 990px)  {
h2.consider {
    font-size: 35px;
}
i.public {
    font-size: 27px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px)  {
	h2.consider {
		font-size: 25px;
	}
	i.public {
		font-size: 22px;
		padding: 0px;
	}
	.consider-public {
		text-align: center;
	}
}
.frst-items img {
    width: 18%;
    height: auto;
}
.f-items {
    padding-top: 70px;
}
.frst-items h3 {
    color: #919191;
    font-family: "Poppins", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    padding-top: 15px;
}
.frst-items p {
    color: #1d1d1d;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.map-img img {
    width: 100%;
    max-width: 800px;
    height: auto;
}
.map-img{
	text-align: center;
}
section.abour-com {
    padding: 50px 0px;
}
.hyper p {
    color: #1d1d1d;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
}
.hyper a {
    color: #701011;
    text-decoration: none;
    font-weight: 700;
}
.all-hyper {
    padding-top: 50px;
}

  
/* about-new */
section.about-cont {
    background-color: #f0f4f9;
    padding: 50px 0px;
}
.Meet-head h3 {
    color: #222;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 31px;
    font-weight: 400;
    font-style: italic;
}
.text-border img {
    float: left;
    width: 400px;
    height: auto;
	padding-right: 25px;
}
.text-border p {
    color: #020202;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    word-spacing: 3px;
}
.text-border {
    padding-top: 10px;
}
.book-button a {
    background-color: #222222;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 12px 10px 12px;
    color: #fff;
    border-radius: 3px;
    transition: all .3s;
    font-size: 15px;
}
.book-button a:hover {
    background-color: #701011;

}

.book-button {
    text-align: center;
    padding-top: 30px;
}
 
 /* footer */
 .logo-footer p a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
.logo-footer ul li {
    list-style: none;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
}
.logo-footer ul li a {
    list-style: none;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    text-decoration: none;
}
.logo-footer ul {
    padding: 0px;
}
.social-i i {
    font-size: 26px;
    color: #fff;
}
.social-i a {
    margin: 0px 10px;
}

.dav-btn a {
    background-color: #61CE7000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 19px 14px 19px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.dav-btn a:hover {
	background-color: #611112;
	color: #FFFFFF;
	border-color: #701011;
}
.dav-btn {
    padding-top: 20px;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    column-gap: 38px;
    list-style: none;
}
.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}


.linarg {
    padding-top: 50px;
    padding-bottom: 50px;
}
.offices p {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.newf {
    display: flex;
    gap: 5px;
}
.field1 {
    width: 48%;
    float: left;
}
.field2 {
    width: 48%;
    float: right;
}
input.sendb {
    background: #701011;
    color: white;
    border-color: #701011;
    padding-left: 20px;
    padding-right: 20px;
}
.wpcf7-form-control {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
}

.bottom-sec {
    /* border-top: 1px solid #595A5D; */
    padding-top: 30px;
    /* margin-top: 65px; */
    text-align: center;
}
hr.solid {
    color: #ffffff;
    width: 83%;
    margin: 0 auto;
    margin-top: 60px;
}
.bottom-sec h4 {
	font-size: 16px;
}
.bottom-sec h4 a {
	text-decoration: none;
}
.right-reserve h4 {
    color: #595A5D;
    font-size: 16px;
    font-weight: 400;
}
.right-reserve {
    padding-top: 30px;
}
.social-i {
    padding-top: 20px;
}
.footer-menu ul li a:hover {
    color: #701011;
}
.social-i a i:hover {
    transform: scale(1.3) rotate(1deg);
}
.social-i a i {
    transition: all 0.3s;
}
/* service */

section.product-bac {
    background-color: #F0F4F9;
    padding: 50px 0px;
}
.srrvice-pro h3 {
    color: #2E2E2E;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
}
.srvs-items img {
    width: 18%;
    height: auto;
}
.service-items {
    padding-top: 30px;
}
.srvs-items h3 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
p.service-p {
    color: #2E2E2E;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.service-icon {
    text-align: center;
    color: #919191;
    padding-bottom: 30px;
}
.service-icon i {
    border: 3px solid;
    padding: 16px;
    border-radius: 50px;
    font-size: 30px;
    width: 70px;
    height: 70px;
}
/* end service */
 
/* trademark-process */
section.process-back {
    background-color: #F0F4F9;
    padding-top: 50px;
    padding-bottom: 30px;
}
.process-head {
    text-align: center;
}
.process-head h3 {
    color: #2E2E2E;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
}
.process-head h4 {
    color: #919191;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 27px;
    font-weight: 300;
    font-style: italic;
}

.bn {
    padding-bottom: 40px;
}
.tradesec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first-sec {
    width: 33%;
    text-align: center;
}
.first-sec img {
    width: 150px;
}
.second-sec {
    width: 33%;
    text-align: center;
}
.second-sec img {
    width: 20px;
}
.third-sec {
    width: 33%;
}
.third-sec a {
    text-decoration: none;
}
.third-sec h3 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: #2E2E2E;
}
.boo::after {
	height: 3px;
	display: block;
	width: 145px;
	background: #8d9693;
	border-right: 1px #fff;
	content: '';
	margin-top: 0;
	transform: rotate(90deg);
	position: absolute;
	top: 76px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.second-sec {
	position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 990px){
.boo:after {
    height: 0px;
    display: block;
    width: 149px;
    background: #8d9693;
    border-right: 1px #fff;
    content: '';
    margin-left: 35px;
    margin-top: 0;
    transform: rotate(90deg);
    position: relative;
    top: 59px;
}
}
@media only screen and (min-width: 991px) and (max-width: 1200px){
    .boo:after {
        margin-left: 28px;
       
    }

}

.trademark {
    padding-top: 30px;
}

section.process-sec3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EAEAEA;
}
.next-head h2 {
    background-color: rgb(161, 148, 132);
    height: 49px;
    position: relative;
    width: 349px;
    transition: all 1s ease;
    padding: 6px;
    color: #fff;
}
.next-head p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    color: #000;
}

.points {
    display: flex;
    gap: 14px;
}
span.numb {
    font-size: 32px;
    font-weight: 500;
    font-family: math;
    line-height: 54px;
}
.tarea h2 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 2px;
}
.tarea p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.full-con {
    padding-top: 15px;
}

section.process-sec4 {
    background-color: #F0F4F9;
    padding: 50px 0px;
}
.application-head h2 {
    color: #000000;
    font-family: ui-sans-serif;
    font-size: 41px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
}
.image-text {
    padding-top: 30px;
}

span.usesec {
   
    background: rgb(161, 148, 132);
    padding: 8px 5px;
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.use-heading h2 {
    color: #000000;
    font-family: ui-monospace;
    font-size: 28px;
    font-weight: 500;
    margin: 0px
}
.ner {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #5f5c58;
    margin-bottom: 10px;
}
.use-heading {
    position: relative;
}
/* .use-heading h2:before {
    content: "";
    display: block;
    width: 205px;
    background-color: #a19484;
    height: 1px;
    top: 35px;
    position: absolute;
} */
.use-heading p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.men-work img {
    width: 100%;
    height: auto;
}
.see-image img {
    width: 100%;
    height: auto;
}


section.process-sec5 {
    background-color: #EAEAEA;
    padding: 50px 0px;
}
.uspto-head h2 {
    color: #383838;
    font-family: ui-monospace;
    font-size: 41px;
    font-weight: 400;
    word-spacing: 0px;
}
.uspto-head p {
    color: #000000;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
}
.frst {
    text-align: center;
    background: #F0F4F9;
    max-width: 400px;
    margin: 0 auto;
    padding: 1px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    border-radius: 9px;
}
.frst:before {
    height: 2px;
    display: block;
    width: 72px;
    content: '';
    border: 1px dashed #5f5c58;
    margin-left: 59px;
    margin-top: 0;
    transform: rotate(90deg);
    position: relative;
    top: 120px;
}
.frst h4 {
    font-size: 20px;
    font-family: 'Poppins';
    padding-top: 10px;
}
.frst p {
    font-size: 15px;
    font-family: 'Poppins';
}
.frst:after {
    height: 2px;
    display: block;
    width: 72px;
    content: '';
    border: 1px dashed #5f5c58;
    margin-left: 66%;
    margin-top: 0;
    transform: rotate(90deg);
    position: relative;
    top: 38px;
}
.line2 {
    float: left;
    width: 100%;
}
.left-main {
    width: 48%;
    float: left;
}
.lefcon {
    /* position: absolute;
    top: 100px; */
    text-align: center;
    /* left: 80px; */
}
.lefcon h5 {
    font-size: 15px;
}
.center-con .lefcon {
	float: left;
	width: 48%;
}
.center-con .rigcon {
	float: right;
	width: 48%;
}
.last-items::before {
	height: 0px !important;
	width: 0px !important;
	background: transparent;
	border: 0px;
}
.left1 {
    width: 100%;
    float: left;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    padding: 3px;
    border-radius: 9px;
    text-align: center;
    background: #F0F4F9;
}
.left1 h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Poppins';
    padding-top: 10px;
}
.left1 p {
    font-size: 15px;
    font-family: 'Poppins';
}
.beff {
    margin-top: 50px;
}
.right-main {
    width: 48%;
    float: right;
}
.rigcon {
    /* position: absolute;
    top: 100px;
    right: 138px; */
    text-align: center;
}
.rigcon h5 {
    font-size: 15px;
}
.right1 {
    float: right;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    padding: 3px;
    border-radius: 9px;
    text-align: center;
    background: #F0F4F9;
}
.rigg:before {
    height: 2px;
    display: block;
    width: 47px;
    content: '';
    border: 1px dashed #5f5c58;
    margin-left: 124px;
    margin-top: 0;
    transform: rotate(90deg);
    position: relative;
    top: 106px;
}
.right1 h4 {
    font-size: 20px;
    font-family: 'Poppins';
    margin-bottom: 4px;
    padding-top: 10px;
}
.right1 p {
    font-size: 15px;
    font-family: 'Poppins';
}
.rigg2:before {
    height: 2px;
    display: block;
    width: 47px;
    content: '';
    border: 1px dashed #5f5c58;
    margin-left: 124px;
    margin-top: 0;
    transform: rotate(90deg);
    position: relative;
    top: 127px;
}
.rigg3:before {
    height: 2px;
    display: block;
    width: 47px;
    content: '';
    border: 1px dashed #5f5c58;
    margin-left: 124px;
    margin-top: 0;
    transform: rotate(90deg);
    position: relative;
    top: 129px;
}
.left1:before {
    height: 2px;
    display: block;
    width: 47px;
    content: '';
    border: 1px dashed #5f5c58;
    margin-left: 124px;
    margin-top: 0;
    transform: rotate(90deg);
    position: relative;
    top: 130px;
}

/* tp-end */

/* packages */
section.packages-sec {
    padding: 50px 0px;
    background-color: #F0F4F9;
}
.pac-head h3 {
    color: #000000;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 35px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
tr.backnone th {
    background: none !important;
    border-color: black;
    border-width: 2px;
    color: black;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}
table th {
    font-weight: 700;
}
tr.backk td {
    border-color: black;
    border-width: 2px;
    text-align: center;
    color: black;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
}
td.iconedit:before {
    content: '\2713';
    display: inline-block;
    color: black;
    padding: 0 6px 0 0;
    font-size: 40px;
    font-weight: 600;
}
table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843);
}
.table-main {
    padding-top: 30px;
}

.discount p {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.discount {
    padding-top: 20px;
}

/* end packages */

/*faq */
section.accor-sec {
    padding: 50px 0px;
    background-color: #F0F4F9;
}
.faq-question h1 {
    text-align: center;
    color: #2E2E2E;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
}
.main-acc-faq {
    padding-top: 40px;
}



details {
	padding-bottom: 30px;
  }
  
  summary {
    cursor: pointer;
	list-style-position: outside;
    color: #333333;
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
  }
  summary::marker {
	content: "\f103    ";
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	font-family: 'FontAwesome';

  }
  /* details[open] summary {

  } */
 details[open] summary::marker {
	content: "\f102    ";
	font-family: 'FontAwesome';

}

  .content-faq p {
    padding-top: 30px;
}
summary:active {
    color: #701011;
}
details:active {
    color: #701011;
}

/* faq end */

/* contact */
.contact-banner {
    padding: 100px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.contact-text {
    background-color: #303030B5;
    color: #DDDD;
}
.blob h2 {
    color: #DDDDDD;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
}
.blob p {
    color: #DDDDDD;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 25px;
}
.contact-text {
    width: 440px !important;
    padding: 30px 15px 30px 15px;
    border-radius: 8px;
}

.call-now a {
    background-color: #FFFFFF00;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    line-height: 16px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 36px 15px 36px;
    color: #fff;
}
.call-now {
    margin-top: 50px !important;
    margin-left: 70px !important;
}
.call-now a:hover {
background-color: #701011;
border-color: #701011;
}

@media only screen and (min-width: 320px) and (max-width: 576px){
    .call-now {
        margin-top: 50px !important;
        margin-left: 0px !important;
    }
    .ner {
        margin-top: 25px;
    }
}
/* end contact */

/* blog */

.left-content {
    width: 70%;
    font-family: "Poppins", Sans-serif;
    }
    .title-top {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    margin-top: 20px;
    }
    .right-sidebar {
    width: 30%;
    font-family: "Poppins", Sans-serif;
    }
    .blog-sec {
    display: flex;
    gap: 30px;
    padding-top: 50px;
    }
    .entry-data > span:not(:first-child)::before {
    content: '-';
    padding-left: 3px;
    padding-right: 8px;
    }
    .entry-data {
    font-size: 13px;
    }
    .entry-data {
    font-size: 13px;
    color: #999999;
    }
    .entry-data {
    font-size: 12px;
    color: #999999;
    font-family: "Poppins", Sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
    }
    .title-top h3 {
    margin-bottom: 0px;
    }
    .entry-data span a {
    color: #701011;
    }
    .entry-data span a:hover {
    text-decoration: underline;
    color: #000;
    }
    .short-des p {
        font-size: 14px;
        color: #777;
        margin-top: 10px;
    }
    .readmore a {
    padding: 12px 14px 12px 15px;
    border: 2px solid #701011;
    color: #701011;
    }
    .readmore a:hover {
    background: #701011;
    border: 2px solid #701011;
    color: #fff;
    }
    .readmore {
    padding: 10px 0;
    }
    .title-top h3 a {
    color: #000;
    }
    .title-top h3 {
    font-size: 30px;
    }
    .title-top h3 a:hover {
    text-decoration: underline;
    }
    .right-sidebar .recent-post {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    margin-top: 20px;
    }
    .right-sidebar .recent-post h3 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    color: #000;
    }
    .tags-list a {
    background: #f6f6f6;
    padding: 2px 20px;
    margin: 5px 5px 5px 0px !important;
    font-size: 13px;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    }
    .tags-list a:hover {
    background: #701011;
    color: #fff;
    text-decoration: underline;
    }
    .right-sidebar .recent-post h3 {
    padding-bottom: 10px;
    }
    .cate-sec ul {
    padding: 0;
    margin: 0;
    }
    .cate-sec ul li {
    list-style: none;
    }
    .cate-sec ul li a {
    display: flex;
    justify-content: space-between;
    }
    .cate-sec ul li a {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    margin: 6px 0px;
    }
    .cate-sec ul li a:hover {
    text-decoration: underline;
    }
    .cate-sec .count {
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: var(--accent);
    border-radius: 30px;
    background-color: #f6f7fb;
    }
    .rec-sec ul {
    padding: 0px;
    margin: 0px;
    }
    .rec-sec ul li {
    list-style: none;
    margin-bottom: 10px;
}
    .rec-sec ul li a {
    color: #000;
    font-size: 14px;
    }
    .rec-sec ul li a:hover {
    text-decoration: underline;
    }
    @media only screen and (max-width: 990px) {
    .right-sidebar  {-webkit-order: 1;}
    .blog-sec {
    display: block;
    padding-top: 50px;
    }
    .left-content {
    width: 100%;
    font-family: "Poppins", Sans-serif;
    }
    .right-sidebar {
    width: 100%;
    font-family: "Poppins", Sans-serif;
    }
    .left-post-sec {
    width: 100% !important;
    }
    .next-p {
    display: block !important;
    }
    }
    .left-post-sec {
    width: 70%;
    }
    .next-p {
    display: flex;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .blog-sec {
    padding-bottom: 50px;
    }
    .title-top h3 a:hover {
        text-decoration: underline;
    }
    .title-top h3 a {
        color: #000;
        text-decoration: none;
    }
    .blog-sec a {
        text-decoration: none;
    }
    .left-content img {
        width: 100%;
        height: auto;
    }

    .left-post-sec img {
        width: 100%;
        height: auto;
    }
    .next-p a {
        text-decoration: none;
    }
/* blog end */
@media only screen and (max-width: 500px) {
    .left-main {
        width: 100% !important;
    }
    .right-main {
        width: 100% !important;
    }
    .frst::before {
        border: 0px dashed #5f5c58;
    }
    .frst::after {
        border: 0px dashed #5f5c58;
    }
    .left1::before {
        border: 0px dashed #5f5c58;
    }
    .rigg::before {
        border: 0px dashed #5f5c58;
    }
    .rigg2::before {
        border: 0px dashed #5f5c58;
    }
    .rigg3::before {
        border: 0px dashed #5f5c58;
    }
    .center-con {
        display: none;
    }
    .rigcon {
        margin-top: 31px;
    }
    .beff {
        margin-top: 30px;
    }
    .rigcon h5 {
        font-size: 22px;
    }
    .lefcon h5 {
        font-size: 22px;
    }
    .logo-main img {
        max-width: 200px;
    }
    .top-header .navbar-toggler {
        border: none;
        padding: 0px;
    }
    .text-border img {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 501px) {
    .lefcon {
        display: none;
    }
    .center-con .lefcon {
        display: block;
    }
    .rigcon {
        display: none;
    }
    .center-con .rigcon {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .use-heading h2 {
        text-align: center;
        margin: 0px;
    }
    .use-heading h2::before {
        display: none;
    }
    /* span.usesec {
        display: none;
    } */
    .application-head h2 {
        font-size: 32px;
    }
    .use-heading p {
        text-align: center;
    }
    .men-work img {
        width: auto;
        height: auto;
    }
    .men-work {
        text-align: center;
    }
    .uspto-head h2 {
        text-align: center;
    }
    .uspto-head p {
        text-align: center;
    }
    .next-head p {
        text-align: center;
    }

    section.accor-sec {
        padding: 50px 50px;
    }
}


@media only screen and (min-width: 501px) and (max-width: 991px){
    .frst::before {
        border: 0px dashed #5f5c58;
    }
    .frst::after {
        border: 0px dashed #5f5c58;
    }
    .left1::before {
        border: 0px dashed #5f5c58;
    }
    .rigg::before {
        border: 0px dashed #5f5c58;
    }
    .rigg2::before {
        border: 0px dashed #5f5c58;
    }
    .rigg3::before {
        border: 0px dashed #5f5c58;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
    span.usesec {
        right: 5%;
      
    }

}

@media only screen and (max-width: 767px) {
    .footer-menu ul {
        display: flex;
        justify-content: center;
        column-gap: 22px;
        list-style: none;
        flex-wrap: wrap;
        padding: 0px;
        row-gap: 10px;
    }
    .frst-items {
        margin-bottom: 20px;
    }
    .text-consider {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .f-items {
        text-align: center;
    }
    .all-hyper {
        text-align: center;
    }
    section.about-cont {
        text-align: center;
    }
    section.product-bac {
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    .newf {
        display: block;
        gap: 5px;
    } 
    .field1 {
        width: 100% !important;
    }
    .field2 {
        width: 100% !important;
    }
    .offices {
        margin-top: 15px;
    }
    hr.solid {
        margin-top: 20px;
    }
    .My-Brand a {
        font-size: 15px;
        padding: 14px 20px;
    }
    .top-header .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .section-element {
        padding-bottom: 30px;
    }
    .srrvice-pro h3 {
        text-align: center;
    }
}



/* accordian */


  .accordion-item {
	background: none !important;
	border: none !important;
}
  .accordion-item hr{
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .accordion-link{
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
  }
  .accordion-link h3{
    cursor: pointer;
	list-style-position: outside;
    color: #333333;
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
  }
  .accordion-link i {
	color: #333333;
	font-size: 18px;
	padding-right: 10px;
	margin: 5px;
}
  .accordion-link div{
    display: flex;
  }
  .accordion-link .ion-md-arrow-down{
    display: none;
  }
  .answer{
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 800 ms;
  }
  .answer p {
	color: #3D3D3D;
	font-size: 16px;
	padding-top: 25px;
	padding-left: 25px;
	font-weight: 400;
}
  .accordion-item:target .answer{
    max-height: 18rem;
  }
  .accordion-link h3:active {
	color: #611112;
}
   
 

.accordion {
	padding-top: 40px;
}
.usesec.b-sec {
	background: #5f5c58;
}
/* end */




/*start styles*/
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__item {
    border: 1px solid #e5f3fa;
    border-radius: 10px;
    overflow: hidden;
}

.accordion__header {
	padding: 20px 25px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-style: italic;
}

.accordion__header::after {
	content: '';
	background: url(/public/frontent/img/angle-dobule-down-svgrepo-com.svg);
	width: 17px;
	height: 17px;
	transition: .4s;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 27px;
	z-index: 1;
	background-size: cover;
}
.accordion__header.active {
   color: #701011;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.faq-p {
	background: #F0F4F9;
	padding: 50px 0px;
}
.faq-p .ac-title {
	text-align: center;
}
.faq-p .ac-title h2 {
	font-style: italic;
	color: #2E2E2E;
	font-size: 38px;
	font-weight: 400;
}
.subs {
	padding: 0px;
}
.subs li {
	list-style: none;
}
.subs li a {
	border: none !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px)  {
    .container.for-header {
        max-width: 1420px;
    }
}
@media only screen and (min-width: 1801px) and (max-width: 2400px)  {
    .container.for-header {
        max-width: 1520px;
    }
}