:root {
    --black: #000;
    --white: #fff;
    --primary_color: #C62828;
    --secondary_color: #2b3a67;
    --font-family: Poppins, sans-serif;
    --center__color: #93e6ff;
    --font-heading: "Alatsi", sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0;
}

ul {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}


/* Header Section Begin */

.menu___sec___main ul li a {
    font-size: 14px;
    color: #414141;
    padding: 0 24px 0 0;
    font-weight: 600;
}

.menu___sec___main li {
    display: inline-block;
}

header .row {
    align-items: center;
}

header {
    padding: 20px 0;
}

.logo___web a {
    display: inline-block;
}

.logo___web a img {
    width: 70%;
}

.btn___header ul li {
    display: inline-block;
    padding: 0 11px 0 5px;
}

.btn___header ul li a.head__button {
    background: var(--primary_color);
    padding: 11px 32px 15px;
    color: var(--white);
    font-size: 17px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}

.menu___sec___main {
    text-align: center;
}

.btn___header ul li a.head__button:hover {
    background: var(--secondary_color);
}

/* Header Section End */

/* Banner Section Begin */


.banner___Sec .carousel-item:after {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 74%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.banner___Sec .carousel-item .carousel-caption {
    z-index: 99;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    height: 100%;
    bottom: 0;
}

.banner___heading h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    padding-bottom: 20px;
}

ul.first____list li {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 38px;
    font-weight: 500;
    font-family: "Alatsi", sans-serif;
}

ul.first____list {
    margin-bottom: 20px;
}

.banner___heading p {
    font-size: 30px;
    color: var(--white);
    font-family: "Alatsi", sans-serif;
    line-height: 42px;
}

ul.btm___list li {
    font-size: 22px;
    list-style: disc;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
}

ul.btm___list {
    text-align: center;
    justify-content: center;
}

.banner___btn ul li a {
    background: var(--primary_color);
    padding: 13px 32px 15px;
    color: var(--white);
    font-size: 17px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}

.banner___btn ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
}

.banner___btn {
    padding-top: 30px;
    text-align: center;
}

/* Banner Section End */


/* Services Section Begin */

.paddding____120 {
    padding: 120px 0;
}

.center_heading h2 {
    font-size: 40px;
    color: var(--black);
    line-height: 50px;
}

.services___img img {
    width: 100%;
}

.services___content h3 {
    font-size: 24px;
    color: var(--black);
    padding-bottom: 10px;
    font-weight: 500;
}

.services___content p {
    color: #020305a6;
    font-size: 18px;
}

.services___content p span {
    font-weight: 700;
}

a.anchor___link {
    color: var(--black);
    font-size: 17px;
    font-weight: 600;
    padding-top: 20px;
    display: inline-block;
}

.services___list___Sec .row {
    margin-bottom: 30px;
}

.center____sec___para {
    text-align: center;
    border-top: 1px solid rgb(0 0 0 / 22%);
    padding-top: 20px;
}

.center____sec___para p {
    font-size: 17px;
    color: var(--black);
}

/* Services Section End */


/* Success Section */


.success___content h6 {
    font-size: 21px;
}

.success___content h3 {
    font-size: 48px;
    color: var(--black);
}

.success___content p {
    font-size: 18px;
    color: #212529;
    font-weight: 400;
}

.per__content h4 {
    font-size: 48px;
    color: var(--black);
}

.btn___web {
    padding-top: 40px;
}

.btn___web ul li a {
    background: var(--primary_color);
    padding: 13px 13px;
    color: var(--white);
    font-size: 17px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}

/* Success Section */

/* News Letter Section Begin */


.newsletter___sec {
    background: var(--primary_color);
    padding: 70px 0;
}

.news__letter__heading h2 {
    color: var(--white);
    font-size: 50px;
}

.news__letter__content p {
    color: var(--white);
    font-size: 19px;
    line-height: 30px;
}

.newsletter___form input {
    background: rgb(255 255 255 / 10%);
    border-radius: 0;
    height: 55px;
    border: none;
    width: 78%;
    font-size: 17px;
    padding: 0 20px;
    color: #fff !important;
}

.newsletter___form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: pink;
}

.newsletter___form input::-moz-placeholder {
    /* Firefox 19+ */
    color: pink;
}

.newsletter___form input:-ms-input-placeholder {
    /* IE 10+ */
    color: pink;
}

.newsletter___form input:-moz-placeholder {
    /* Firefox 18- */
    color: pink;
}

.newsletter___form button {
    background: var(--secondary_color);
    color: var(--white);
    border: none;
    height: 55px;
    padding: 0 29px;
    font-size: 15px;
}

/* News Letter Section End */

/* Contact Us Section Begin */

.contact___us__info {
    background: #F3F3F3;
}

.icon___contact i {
    font-size: 45px;
    margin-bottom: 20px;
}

.info___det h4 {
    font-size: 31px;
    color: var(--black);
}

.info___det p,
.info___det a {
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    font-weight: 400;
}

/* Contact Us Section End */

/* Footer Section Begin */

footer {
    padding: 50px 0 20px;
}

.footer___menu ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 18px;
}

.footer___menu ul li a {
    font-size: 16px;
}

.footer___menu ul li a:hover {
    color: red;
}

.footer___menu {
    text-align: center;
}

.footer__content {
    text-align: center;
    padding-top: 20px;
}

.footer__content h6 {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
}

.footer__content p {
    font-size: 17px;
    line-height: 27px;
    color: var(--black);
}

.social___footer ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
}

.social___footer {
    text-align: center;
}

.social___footer ul li a {
    font-size: 21px;
}

.copyright .container {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.link____copyright ul li {
    display: inline-block;
}

.copyright p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--black);
}

.link____copyright ul li {
    padding: 0 5px 0 5px;
    font-size: 14px;
    text-align: right;
}

.link____copyright {
    text-align: center;
}

.link____copyright ul li a {
    font-size: 15px;
    font-weight: 700;
}

.link____copyright ul li a:hover {
    color: red;
}

.develop__links {
    text-align: right;
}

.develop__links a {
    color: black;
    font-size: 16px;
}

.develop__links a:hover {
    color: red;
}

/* Footer Section End */

/* Inner Banner Section Start */

section.inner__banner {
    background: var(--secondary_color);
    height: 270px;
    display: flex;
    align-items: center;
}

.inner__banner___main h1 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}

.about__left h2 img {
    width: 60px;
    margin-right: 10px;
    position: relative;
    top: -8px;
}

.about__left h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: var(--black);
}

.about__left p {
    font-size: 19px;
    line-height: 32px;
    color: var(--black);
    padding-right: 15px;
}

.about__left p span {
    font-weight: 600;
}

.about__left h3 img {
    width: 26px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.about__left h3 {
    font-size: 23px;
    color: #24292e;
}

.about__left {
    padding-bottom: 20px;
}

.explore___table___sec thead {
    background: #2b3a67;
    color: #fff;
}

.explore___table___sec th:first-child,
.explore___table___sec td:first-child {
    width: 50px;
}

.explore___table___sec th,
.explore___table___sec td {
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #000;
}

.explore___table___sec table {
    /* width: 100%; */
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.explore___table___sec th {
    border-color: rgb(255 255 255 / 12%);
}

.explore___table___sec td a {
    color: #2b3a67;
    font-weight: 600;
}

.table__btm h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

.table__btm h5 span {
    font-style: italic;
}

.table__btm p {
    font-size: 17px;
    line-height: 27px;
    color: #212529;
}

.center___content___sec h2 {
    font-size: 40px;
    color: #24292e;
    border-bottom: 1px solid #ffffff;
}

.center___content___sec p {
    font-size: 19px;
    line-height: 30px;
    color: var(--black);
}

.center___content___sec p span {
    font-weight: 500;
}

.center___content___sec ul li {
    list-style: decimal;
    font-size: 17px;
}

.center___content___sec ul li ul li {
    list-style: disc;
}

.latest__content ul li {
    list-style: disc;
}

.center___content___sec .btn___web ul li a {
    width: 100%;
    display: block;
}

.btn___web ul li {
    list-style: none;
}

.center___content___sec h3 {
    text-align: center;
    font-size: 32px;
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    padding-bottom: 10px;
}

.center___content___sec img {
    margin-bottom: 30px;
}

.box____partner___sec {
    background: #ccc;
    padding: 30px 30px;
    border: 1px solid #c62828;
    box-shadow: 9px 9px 0 0 #000;
    border-radius: 15px;
    height: 380px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    margin-bottom: 30px;
}

.box____partner___sec p {
    margin: 0;
    padding: 10px 0;
    color: black;
}

.box____partner___sec span {
    font-size: 17px;
    font-weight: 600;
}

.box____partner___sec h3 img {
    width: 20px;
    margin-right: 10px;
}

.box____partner___sec h3 {
    font-size: 20px;
    display: flex;
}

.box____partner___sec ul li {
    font-size: 16px;
    \: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 7px 0px 1px 30px;
}

.box____partner___sec ul li:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    top: 8px;
    color: #c62828;
}

.box____partner___sec.mark__dic ul li {
    list-style: disc;
    padding-left: 0;
}

.box____partner___sec.mark__dic ul li::before {
    opacity: 0;
}

.box____partner___sec ul li a:hover {
    color: var(--primary_color);
}

.contact___det h6 {
    font-size: 19px;
    color: #24292e;
}

.contact___det h2 {
    color: #24292e;
    font-size: 48px;
}

.contact___det p {
    font-size: 17px;
    line-height: 27px;
}

.contact__form input {
    height: 50px;
    margin-bottom: 0px;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.contact__form .row {
    margin-bottom: 20px;
}

.contact__form textarea {
    height: 100px;
    margin-bottom: 0px;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    resize: none;
}

input.submit___btn {
    background: var(--primary_color);
    color: var(--white);
    border: 0;
    padding: 0 30px;
    margin: 20px auto;
    display: table;
}

.tax___liabilities__content h2 {
    color: #24292e;
    font-size: 40px;
    line-height: 60px;
}

.tax___liabilities__content p {
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
}

.tax___liabilities__content ul li {
    font-size: 18px;
    padding-bottom: 10px;
}

.tax___liabilities__content ul li img {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.privacy__policy__sec .row {
    box-shadow: 0px 0px 16px -8px;
    padding: 40px 10px;
}


.privacy___content p {
    font-size: 18px;
    color: var(--black);
    line-height: 30px;
}

.privacy___content h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


.accessibility___content h3 img,
.accessibility___content h4 img {
    width: 18px;
    position: relative;
    top: -3px;
}

.accessibility___content h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


.accessibility___content h4 {
    font-size: 19px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.accessibility___content h6 img {
    width: 18px;
    position: relative;
    top: -1px;
}

.accessibility___content h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.accessibility___content p {
    font-size: 19px;
    line-height: 30px;
    color: var(--black);
    font-weight: 400;
}

.accessibility___content p span {
    font-weight: 600;
}

.accessibility___content ul li {
    font-size: 19px;
    list-style-type: disc;
    padding-bottom: 10px;
    padding-right: 30px;
}

.accessibility___content ul {
    padding: 0 0px 0 22px;
}

.accessibility___content ul li img {
    width: 14px;
    position: relative;
    top: -2px;
    right: 5px;
}

.accessibility___content ul li span {
    font-weight: 600;
}

.center___auto {
    margin: 40px auto 0;
}

.accessibility___content label {
    font-size: 19px;
    margin-bottom: 10px;
}

.accessibility___content input {
    height: 45px;
    margin-bottom: 15px;
    border-color: #000;
}

.accessibility___content li input {
    height: auto;
}

.accessibility___content textarea {
    height: 150px;
    margin-bottom: 20px;
    border-color: #000;
    resize: none;
}

ul.label_input {
    padding: 0;
}

ul.label_input li {
    list-style-type: none;
}

.accessibility___content ol li {
    list-style: auto;
    padding-bottom: 12px;
    font-size: 18px;
}

.accessibility___content p img {
    width: 24px;
    position: relative;
    top: -1px;
}

.blogs____search__sec input {
    height: 55px;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

.blogs____search__sec .submit___btn {
    width: 110%;
    margin-left: -26px;
    border-radius: 0;
}

.blogs____search__sec .submit___btn:hover {
    background: var(--secondary_color);
}

.states___Blogs___list {
    background: #f2f2f2;
    padding: 20px !important;
    border-radius: 20px;
    margin-top: 40px;
}

.state_list li {
    list-style-type: disc;
    font-size: 19px;
    margin: 0 30px;
    font-weight: 500;
    line-height: 44px;
}

.city___Blogs___list .row {
    box-shadow: 0px 0px 7px 0px #0000004d;
    padding: 20px;
    border-radius: 20px;
}

.city_list ol li {
    font-size: 18px;
    margin-bottom: 10px;
    list-style: auto;
}

.city_list ol {
    column-count: 3;
    list-style-type: auto;
}

.heading____blog__head h2 {
    background-color: #2b3a67;
    width: 100%;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 50% 90%, 45% 100%, 0 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.blog___box {
    position: relative;
    padding: 10px;
    box-shadow: 0px 0px 10px -3px #0000005c;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: color 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 30px !important;
}

.blog___box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #2b3a67;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.blog___img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.blog___content h3 {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    MARGIN-BOTTOM: 10PX;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.blog___content p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    min-height: 70px;
    color: var(--black);
}

a.read___more___blg {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    border: 1px solid #2b3a67;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    background: #2b3a67;
    color: #fff;
    border: 1px solid transparent;
}

.blog___box:hover:before {
    left: 0;
}

.blog___content {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.blog___box:hover .blog___content h3,
.blog___box:hover .blog___content p {
    color: var(--white);
}

.blog___box:hover a.read___more___blg {
    border: 1px solid #fff;
}


.detail__content {
    box-shadow: 0px 0px 40px -20px #000;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    padding: 20px;
    border-radius: 10px;
}

.det___img img {
    width: 100%;
    height: 500px;
    object-fit: fill;
}

.det___blog___text p {
    color: var(--black);
    font-size: 18px;
    margin-bottom: 10px;
}

.det___blog___text ul li img {
    width: 17px;
    margin-right: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 5px;
}

.det___blog___text {
    padding-bottom: 20px;
}

a.btn__Det {
    font-size: 21px;
    color: #049df9;
    font-weight: 600;
}

/* ========== CART DROPDOWN STYLING ========== */
.cart-product {
    position: relative;
    display: flex;
    align-items: center;
    bottom: 0;
    gap: 15px;
}

/* Cart icon area */
.cart-product .single-icon {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease;
}

.cart-product .single-icon:hover {
    color: var(--primary_color);
    /* nice pink hover color */
}

/* Quantity badge */
.cart-product .total-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    min-width: 18px;
    text-align: center;
}

/* Dropdown Mini Cart */
.shopping-item {
    position: absolute;
    right: 0;
    top: 110%;
    background: #fff;
    width: 320px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 111111111;
}

/* Show on hover */
.sinlge-bar.shopping:hover .shopping-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Cart header */
.shopping-item .dropdown-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f7f7f7;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
}

/* Cart items list */
.shopping-item .shopping-list {
    display: block;
    max-height: 280px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 10px;
}

/* Individual cart item */
.shopping-item .shopping-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
    margin: 0;
}

.shopping-item .shopping-list li:last-child {
    border-bottom: none;
}

.shopping-item .cart-img {
    flex: 0 0 55px;
    margin-right: 10px;
}

.shopping-item .cart-img img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 5px;
}

/* Product name */
.shopping-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

/* Quantity and price */
.shopping-item p.quantity {
    font-size: 13px;
    color: #666;
    margin: 5px 5px 0;
}

/* Remove button */
.shopping-item a.remove {
    color: var(--primary_color);
    font-size: 14px;
    transition: 0.3s;
}

.shopping-item a.remove:hover {
    color: var(--primary_color);
}

/* Bottom area (total + checkout) */
.shopping-item .bottom {
    padding: 12px 15px;
    border-top: 1px solid #eee;
}

.shopping-item .bottom .total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}

.shopping-item .bottom .btn {
    display: block;
    text-align: center;
    background: var(--primary_color);
    color: #fff;
    padding: 10px 0;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease;
}

.shopping-item .bottom .btn:hover {
    background: var(--primary_color);
}


.center___content___sec .accordion .accordion-item {
    margin-bottom: 15px;
    color: white;
    border: none;
}

.center___content___sec .accordion .accordion-item button.accordion-button {
    padding: 20px 20px;
    font-size: 20px;
    background-color: var(--primary_color);
    color: white;
    border-radius: 20px;
    box-shadow: none;
}

.center___content___sec .accordion .accordion-item .accordion-body {
    padding: 1rem 1.25rem;
    background-color: var(--primary_color);
    border-radius: 20px;
}

.center___content___sec .accordion .accordion-item .accordion-body P {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

/* Inner Banner Section End */

/*Mobile Nav Start*/
.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: var(--secondary_color);
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #fff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
}

.mobile-nav-btn {
    display: none;
    position: absolute;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14;
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 50px;
}

.mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: 50px;
}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: transparent;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:before,
.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
}


.mobile-nav-btn .lines:before {
    /* top: 0; */
    bottom: 0px;
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 26px;
    color: var(--secondary_color);
    position: absolute;
    right: 0;
    background: transparent;
    padding: 6px 15px;
    border-radius: 45px;
    border: 1px solid var(--secondary_color);
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: var(--secondary_color);
    color: white;
}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

ul.firstlevel.unstyled {
    padding: 0;
}


.mobile__cart ul li {
    display: block;
    margin-bottom: 20px;
}

.mobile__cart ul li img {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile__cart ul li a {
    background: var(--secondary_color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.mobile__cart {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    display: none;
}


.mobile__cart span.total-count {
    font-size: 19px !important;
    color: #fff;
    position: absolute;
    top: -10px;
    right: 35px;
    background: #000;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    height: 30px;
    border: 1px solid #fff;
}
/*Mobile Nav End*/



/*Responsive Begin*/

@media (max-width: 1600px) {
    
    .banner___heading h1{
        font-size: 52px;
        line-height: 65px;
        padding-bottom: 10px;
    }
    
    ul.first____list li{
        padding: 0 10px 0 0;
        font-size: 34px;
    }
    
    .banner___heading p{
        font-size: 25px;
        line-height: 40px;
    }
    
    ul.btm___list li {
        font-size: 20px;
    }
    
    .banner___btn ul li a{
        padding: 13px 22px 15px;
    }
    
    .center_heading h2 {
        font-size: 35px;
    }
    
    .services___content p{
        font-size: 17px;
    }
    
    .success___content h3 {
        font-size: 40px;
    }
    
    .success___content p{
        font-size: 17px;
        line-height: 32px;
    }
    
    .per__content h4 {
        font-size: 40px;
    }
    
    .news__letter__heading h2{
        font-size: 45px;
    }
    
    .news__letter__content p{
        font-size: 17px;
    }
    
    .copyright p{
        font-size: 14px;
    }
    
    .about__left h2 {
        font-size: 35px;
    }
    
    .about__left p {
        font-size: 17px;
        line-height: 30px;
    }
    
    .about__left h3 {
        font-size: 21px;
    }
    
    .single-product .product-content h3 a {
        font-size: 18px;
    }
    
    .single-des h1 {
        font-size: 24px;
    }
    
    
    .center___content___sec h3{
        font-size: 25px;
    }
    
    .center___content___sec h2 {
        font-size: 30px;
    }
    
    .box____partner___sec ul li {
        font-size: 14px;
    }
    
    .state_list li{
            font-size: 17px;
    }
    
    .blog___content p {
        font-size: 16px;
    }
    
    .blog___content h3 {
        font-size: 18px;
    }
    
    
    .det___blog___text p{
        font-size: 16px;
    }
    
    .accessibility___content p {
        font-size: 16px;
    }
    
    .accessibility___content h4 {
        font-size: 17px;
    }
    
    .accessibility___content ul li {
        font-size: 17px;
    }
    
    .footer__content p {
        font-size: 16px;
        line-height: 26px;
    }
    
}

@media (max-width: 1440px) {
    
    .banner___heading h1 {
        font-size: 45px;
    }
    
    ul.first____list li {
        font-size: 30px;
    }
    
    .banner___heading p {
        font-size: 23px;
    }
    
    .logo___web a img {
        width: 60%;
    }
    
    .center_heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .services___content h3 {
        font-size: 20px;
    }
    
    .success___content h3 {
        font-size: 35px;
    }
    
    .per__content h4 {
        font-size: 35px;
    }
    
    .news__letter__heading h2 {
        font-size: 40px;
    }
    
    .info___det p, .info___det a {
        font-size: 17px;
    }
    
    .info___det h4 {
        font-size: 25px;
    }
    
    .about__left h2 {
        font-size: 30px;
    }
    
    .about__left h3 {
        font-size: 19px;
    }
    
    .explore___table___sec th, .explore___table___sec td{
        font-size: 14px;
    }
    
    .center___content___sec p {
        font-size: 17px;
    }
    
    .box____partner___sec{
        height: -webkit-fill-available;
    }
    
    .center___content___sec .accordion .accordion-item .accordion-body P{
        font-size: 17px;
    }
    
    .center___content___sec .accordion .accordion-item button.accordion-button{
        font-size: 18px;
    }
    
    .center___content___sec p {
        font-size: 15px;
        line-height: 26px;
    }
    
    a.btn__Det {
        font-size: 18px;
    }
    
    
}

@media (max-width: 1366px) {
    .btn___header ul li {
        display: inline-block;
        padding: 0 0px 0 5px;
    }
    
    .newsletter___form button {
        padding: 0 25px;
    }
}

@media (max-width: 1200px) {
    .banner___btn{
        padding: 20px 0px !important;
    }
    
    .paddding____120{
        padding: 80px 0;
    }
}

@media (max-width: 1100px) {
    .menu___sec___main ul li a {
        font-size: 12px;
    }
    
    .btn___header ul li a.head__button {
        padding: 11px 20px 15px;
    }
    
    .banner___heading h1 {
        font-size: 30px;
        line-height: 41px;
    }
    
    ul.first____list li {
        font-size: 22px;
    }
    
    .banner___heading p {
        font-size: 19px;
    }
    
    ul.btm___list li {
        font-size: 18px;
    }
    
    .banner___btn ul li a {
        padding: 13px 10px 15px;
    }
    
    .newsletter___form button {
        padding: 0 15px;
    }
    
    .footer___menu ul li {
        padding: 0 0px 0 10px;
    }
    
    .link____copyright ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .header___icon___top.right___header ul {
        display: none;

    }

    .mobile__cart {
        display: block;
        z-index: 1111;
    }

    .menu___sec___main {
        text-align: center;
        display: none;
    }
    
    .logo___web {
        text-align: center;
    }
    
        .logo___web a img {
        width: 50%;
    }
    
    .banner___Sec .carousel-item img{
        height: 730px;
    }

    .banner___heading h1{
        font-size: 17px;
        padding: 0;
        line-height: 30px;
    }
    
    ul.first____list li {
        font-size: 20px;
        margin: 0;
    }

    .banner___heading p {
        font-size: 14px;
        margin: 0;
        line-height: 25px;
    }

    .first____list li{
        font-size: 11px;
    }

    ul.btm___list li {
        font-size: 13px;
    }
    
    .banner___btn {
        padding: 5px 0px !important;
    }

    .banner___btn ul li {
        width: 100%;
        margin: 20px 0;
    }

    .banner___btn ul li a {
        width: 100%;
        text-align: center;
    }
    
    .paddding____120 {
        padding: 50px 0;
    }
    
    .center_heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .services___content h3 {
        font-size: 18px;
        padding: 0;
    }
    
    .services___content p {
        font-size: 15px;
        margin: 0;
    }
    
    a.anchor___link {
        font-size: 17px;
        padding-top: 10px;
    }
    
    .success___content h3 {
        font-size: 24px;
    }
    
    .success___content p {
        font-size: 15px;
        line-height: 30px;
    }
    
    .btn___web {
        padding-top: 15px;
    }
    
    .success___img img {
        width: 100%;
    }
    
    .newsletter___sec{
        background: var(--primary_color);
        padding: 50px 0;
    }
    
    .news__letter__heading h2 {
        font-size: 30px;
    }
    
    .news__letter__content p {
        font-size: 15px;
    }
    
    .newsletter___form input {
        height: 45px;
        width: 69%;
        padding: 0 4px;
    }
    
    .newsletter___form button{
        padding: 0px 3px;
        height: 45px;
    }
    
    .social___footer ul li{
        display: block;
        padding: 0;
    }
    
    .footer___menu ul li {
        display: block;
        padding: 0;
        font-size: 15px;
    }
    
    .footer__content p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .footer___logo img {
        width: 100%;
    }
    
    .link____copyright ul li {
        display: block;
        text-align: center;
    }
    
    .copyright p {
        text-align: center;
    }
    
    .develop__links {
        text-align: center;
    }
    
    .box____partner___sec {
        padding: 25px 25px;
    }
    
    .box____partner___sec h3 {
        font-size: 14px;
    }
    
    .btn___web ul li {
        list-style: none;
        margin-bottom: 20px;
    }
    
    .tax___liabilities__content h2 {
        font-size: 23px;
        line-height: 45px;
    }
    
    .about__left p {
        font-size: 13px;
        padding: 0;
        margin: 5px 0;
    }
    
    .about__right img {
        display: none;
    }
    
    section.about__main__sec .col-sm-6 {
        flex: 100%;
        width: 100%;
    }
    
    section.success__sec__main .col-sm-6 {
        flex: 100%;
        width: 100%;
    }
    
    .success___img img {
        display: none;
    }
    
    .tax___liabilities__img img {
        display: none;
    }
    
    section.tax___liabilities__sec .col-sm-6 {
        flex: 100%;
        width: 100%;
    }
    
    .contact___img img {
        display: none;
    }
    
    section.contact___us .col-sm-6 {
        flex: 100%;
        width: 100%;
    }
    .services___img img {
        padding-bottom: 10px;
    }
    .contact___info {
        padding: 20px 0;
    }
}

@media (max-width: 450px) {
    .logo___web {
        text-align: center;
    }
    
    .logo___web a img {
        width: 50%;
    }
    
    .banner___Sec .carousel-item img {
        height: 770px;
    }
    
    .footer___logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer___logo img {
        width: 50%;
    }
    .social___footer {
        text-align: center;
        padding-top: 10px;
    }
    .social___footer ul li {
        display: inline-block;
        padding: 0;
    }
    .contact___info {
        padding: 20px 0;
    }
    .services___img img {
        padding-bottom: 10px;
    }
}

@media (max-width: 390px) {
    .banner___Sec .carousel-item img {
        height: 770px;
    }

    .city_list ol {
        column-count: 2;
        list-style-type: auto;
    }
    .det___img img {
        height: auto;
    }
    .social___footer {
        padding-top: 10px;
    }
    .social___footer ul li {
        display: inline;
        padding: 0px;
    }
    .footer___logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer___logo img {
        width: 50%;
    }
    .social___footer {
        text-align: center;
        padding-top: 10px;
    }
    .social___footer ul li {
        display: inline-block;
        padding: 0;
    }
    .contact___info {
        padding: 20px 0;
    }
    .services___img img {
        padding-bottom: 10px;
    }
}


/*Responsive End*/