@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


img { max-width: 100% !important }
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.error {
    color: rgb(255 0 25 / 70%);
    font-size: 13px;

}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
}

#scrollToTopBtn {
    background-color: #004b4b !important;
    width: 48px;
    height: 48px;
    padding: 13px !important;
}

/* common classes start  */

:root {
    --yellow_c: #B69713;
    --green_c: #004B4B;
    --666666: #666666;
    --333333: #333333;
    --A6A6A6: #A6A6A6;
}

h1 {
    font-size: 48px;
    font-weight: bold;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

a {
    text-decoration: none;
}

button {
    border: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
    color: #000 !important;
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.main_button {
    background-color: var(--yellow_c);
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    padding: 13px 25px;
    transition: 0.8s;
    outline-offset: 3px;
    outline: solid 2px transparent;
}

.main_button:hover {
    outline: solid 2px var(--yellow_c);
}


.ul_list {
    padding-left: 52px;
}

.ul_list li {
    list-style: none;
    font-weight: 500;
    position: relative;
    color: #000;
    transition: 0.8s;
}

.ul_list li:hover {
    transform: translateX(30px);
}

.ul_list li:not(:last-child) {
    margin-bottom: 30px;
}

.ul_list li::before {
    content: "";
    position: absolute;
    width: 24px;
    left: -52px;
    height: 24px;
    background-size: contain;
    background-image: url(../images/right_check.jpg);
    background-repeat: no-repeat;
}

#noplan {
    text-align: center;
    margin: 32px 0 20px;
    font-weight: 600;
}



.line_link {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: var(--yellow_c);
    position: relative;
    cursor: pointer;
}

.line_link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 1s;
    background-color: var(--yellow_c);
}

.line_link:hover::before {
    width: 0;
}

.form-select:focus {
    border-color: #DADEE3;
    box-shadow: 0 0 0 0rem;
}


/* loader css start  */

.loader {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 19 !important;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-bar-spinner.spinner {
    width: max-content;

    animation: loading-bar-spinner 500ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: var(--yellow_c);
    border-left-color: var(--yellow_c);
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* loader css end */

/* common classes end  */


/* header css start  */

.top_header {
    background-color: #000;
    padding: 8px 0 7px;
}

.top_header .top_header_left {
    column-gap: 34px;
}

.top_header .top_header_left a {
    color: #fff;
    font-size: 14px;
    align-items: center;
    display: flex;
    transition: 0.8s;
}

.top_header .top_header_left a:hover {
    color: var(--yellow_c);
}

.top_header .top_header_left a i {
    font-size: 18px;
}

.top_header .top_header_right {
    column-gap: 11px;
}

.top_header .top_header_right a {
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.25);
}

.top_header .top_header_right a i {
    font-size: 10px;
    transition: 0.8s;
}

.top_header .top_header_right a:hover i {
    color: var(--yellow_c);
}

.bottom_header {
    background-color: var(--green_c);
}

.bottom_header .navbar {
    padding: 11px 0;
}

.bottom_header .navbar-brand {
    max-height: 60px;
}

.bottom_header .navbar-brand img {
    object-fit: contain;
    max-height: 60px;
}

.bottom_header .navbar-collapse {
    flex-grow: unset;
    flex: 1;
    justify-content: end;
    margin-right: 50px;
}

.bottom_header .nav-item .nav-link {
    padding: 0;
    color: #fff;
    font-weight: 500;
    transition: 1s;
}

.bottom_header .nav-item .nav-link.active {
    color: var(--yellow_c);
}

.bottom_header .nav-item .nav-link:hover {
    color: var(--yellow_c);
}

.bottom_header .navbar-nav {
    column-gap: 50px;
    justify-content: flex-end;
    width: 100%;
}

.bg_stop {
    overflow: hidden;
}


/* header css end  */

/* home banner css start  */

.home_banner {
    background-color: var(--green_c);
    padding-top: 89px;
    color: #fff;
}

.home_banner .banner_text p {
    font-size: 18px;
    font-weight: 500;
    max-width: 680px;
    margin: auto;
}

.home_banner .banner_text .banner_img {
    margin-top: 70px;
}

.home_banner .banner_text .banner_img img {
    margin-bottom: -10px;
    max-width: 100%;
}

.home_banner .banner_text_animate {
    box-sizing: content-box;
    height: 58px;
    overflow: hidden;
    word-break: keep-all;
}

.home_banner .banner_text_animate span {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 4px;
    color: var(--yellow_c);
}

.home_banner .banner_text_animate .rotating-4 {
    animation: spin_4words 10s infinite;
}

@keyframes spin_4words {
    12% {
        transform: translateY(0px);
    }

    24% {
        transform: translateY(-58px);
    }

    36% {
        transform: translateY(-116px);
    }

    49% {
        transform: translateY(-174px);
    }

    62% {
        transform: translateY(-232px);
    }

    73% {
        transform: translateY(-290px);
    }

    87% {
        transform: translateY(-348px);
    }

    100% {
        transform: translateY(-415px);
    }


}


/* home banner css end   */


/* all_in_one css start  */

.all_in_one {
    margin-top: 65px;
}

.all_in_one .all_in_text p {
    color: var(--666666);
    line-height: 30px;
}

.all_in_one .trademark_list {
    margin-top: 40px;
    row-gap: 15px;
    column-gap: 18px;
}


.trademark_list .trademark_item {
    background-color: #fff;
    border: solid 1px #E4E6EF;
    border-radius: 10px;
    padding: 30px 18px 26px;
    width: 15.3%;
}

.trademark_list .trademark_item .img {
    width: 54px;
    margin: auto;
}

.trademark_list .trademark_item .img img {
    width: 100%;
    transition: 0.8s;
}

.trademark_list .trademark_item:hover>.img img {
    transform: skewX(10deg);
}

.trademark_list .trademark_item h6 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}


/* all_in_one css end   */


/* Trademark Search Pro css start   */

.search_pro {
    margin-top: 60px;
}

.search_pro .pro_left h2 {
    margin-bottom: 12px;
}

.search_pro .pro_left p {
    font-size: 16px;
    color: var(--666666);
    margin-bottom: 30px;
    line-height: 30px;
}

.search_pro .pro_right img {
    width: 100%;
    transition: 1s;
}

.search_pro .pro_right:hover img {
    transform: scale(0.95);
}


/* Trademark Search Pro css end  */


/* dark_count css start  */

.dark_count {
    background-color: #161C28;
    color: #fff;
    margin-top: 47px;
    padding: 60px 0;
}

.dark_count .one_90 .one_img {
    width: 36px;
    margin: 0 auto 17px;
}

.dark_count .one_90 .one_img img {
    width: 100%;
}

.dark_count .one_90 p {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.dark_count .one_90 h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 4px 0 9px;
}

/* dark_count css end */


/* video_play css start  */

.video_play {
    margin-top: 70px;
}

.video_play .play_video video {
    border-radius: 20px;
    width: 100%;
}

/* video_play css end    */


/* why_choose css start    */

.why_choose {
    margin-top: 46px;
}

.why_choose h2 {
    margin-bottom: 42px;
}

.why_choose .benefits {
    background-color: var(--yellow_c);
    border-radius: 10px;
    height: 100%;
    border: dashed 1px #C0C0C0;
    background: linear-gradient(to top, #fff 0%, #fff 70%, #B69736 70%, #B69736 100%);
}

.why_choose .benefits_1 {
    /* background-color: var(--green_c); */
    background: linear-gradient(to top, #fff 0%, #fff 70%, #004B4B 70%, #004B4B 100%);
}

.why_choose .benefits h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    padding: 18px 25px 0;
    margin-bottom: 26px;
}

.why_choose .benefits .ul_background {
    background-color: #fff;
    border-radius: 30px 0px 10px 10px;
    padding: 25px 25px 30px;
}

.why_choose .benefits .ul_background ul {
    padding-left: 16px;
}

.why_choose .benefits ul li {
    font-size: 14px;
    color: #000;
}

.why_choose .benefits ul li:not(:last-child) {
    margin-bottom: 20px;
}

.why_choose .benefits .line_link {
    font-size: 18px;
    margin-left: 15px;
    margin-top: 30px;
}


/* why_choose css end */


/* download_trad css start */



.download_trad .download_trad_row {
    background-color: var(--green_c);
    border-radius: 30px;
    padding: 140px 40px 160px 50px;
    color: #fff;
    margin-top: 200px;
}

.download_trad .download_text {
    padding-right: 30px;
}

.download_trad .download_text h2 {
    color: #fff;
}

.download_trad .download_text p {
    font-size: 16px;
    line-height: 30px;
}

.download_trad .download_text .download_link {
    margin-top: 50px;
    gap: 14px;
}

.download_trad .download_text .download_link a {
    max-width: 180px;
    display: flex;
}

.download_trad .download_text .download_link a img {
    width: 100%;
    transition: 0.4s;
}

.download_trad .download_text .download_link a:hover img {
    transform: scale(1.05);
}

.download_trad .download_img {
    top: 50%;
    transform: translateY(-50%);
}

.download_trad .download_img img {
    width: 100%;
    transition: 1s;
}

.download_trad .download_img:hover img {
    transform: scale(0.90);
}


/* download_trad css end */


/* trad_manag css start    */

.trad_manag {
    background: url(../images/trad_manag_bg.png) no-repeat center center;
    background-size: cover;
    margin-top: 160px;
    padding: 65px 0;
}

.trad_manag .trad_manag_head h2 {
    margin: 12px 0 25px;
}

.trad_manag .trad_manag_head p {
    margin-bottom: 35px;
}

.trad_manag .trad_manag_head .main_button {
    line-height: 20px;
}

.trad_manag .trad_manag_img {
    padding-left: 50px;
}

.trad_manag .trad_manag_img img {
    width: 100%;
    border: solid 1px #DED9C0;
    border-radius: 15px;
    transition: 0.5s;
}

.trad_manag .trad_manag_img:hover img {
    transform: skewX(5deg);
}


/* trad_manag css end    */


/* people_say css start    */

.people_say {
    margin-top: 50px;
}

.people_say .people_say_head {
    margin-bottom: 45px;
}

.people_say .people_say_slider {
    margin: 0 60px;
}

.people_say .people_say_slider {
    border: solid 1px #D7D7D7;
    border-radius: 15px;
}

.people_say .people_say_slider .say_items {
    padding: 35px 40px 26px;
}

.people_say .say_items p {
    line-height: 30px;
    font-size: 16px;
    color: var(--333333);
    max-height: 150px;
    overflow: auto;
}

.people_say .say_items .star_img {
    width: 90px;
    margin: 0 auto 12px;
}

.people_say .say_items .star_img img {
    width: 100%;
}

.people_say .say_profile .img {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    border-radius: 50%;
    margin-right: 26px;
    overflow: hidden;
}

.people_say .say_profile .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people_say .say_profile .text h3 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}


.people_say .say_profile .text small {
    font-size: 13px;
    color: #4F626C;
}

.people_say .slick-prev:before,
.people_say .slick-next:before {
    color: #000;
    opacity: 25%;
    font-weight: bolder;
    font-size: 30px;
    font-family: bootstrap-icons !important;
}

.people_say .slick-prev:before {
    content: "\F284";
}

.people_say .slick-next:before {
    content: "\F285";
}

.people_say .slick-prev {
    left: -50px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}

.people_say .slick-next {
    right: -50px;
}

.people_say .slick-slide {
    height: auto;
}

/* people_say css end    */

/* footer css start  */

.footer {
    margin-top: 70px;
    padding: 70px 0 43px;
    background-color: #161C28;
    color: #fff;
}

.footer .text_box {
    padding-right: 100px;
}

.footer .text_box h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0 26px;
}

.footer .text_box p {
    color: var(--A6A6A6);
    line-height: 30px;
}

.footer .text_box .footer_hr {
    width: 100%;
    height: 1px;
    margin: 60px 0 41px;
    background-color: rgba(217, 217, 217, 0.4);
}

.footer .text_box h5 {
    font-size: 20px;
    margin-bottom: 23px;
}

.footer .text_box .text_link {
    margin-top: 16px;
}

.footer .text_box .text_link a {
    color: #fff;
}

.footer .text_box .text_link a:not(:last-child) {
    margin-bottom: 15px;
}

.footer .text_box .text_link a i {
    font-size: 20px;
    margin-right: 16px;
}

.footer .footer_form {
    background-color: #222938;
    padding: 57px 76px;
    border-radius: 20px;
}

.footer .footer_form .form-group:not(:last-child) {
    margin-bottom: 24px;
}

.footer .footer_form .form-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer .footer_form .form-control,
.footer .footer_form .form-select {
    font-size: 14px;
    font-weight: 500;
    color: var(--A6A6A6);
    height: 50px;
    padding-left: 20px;
    border: 0;
    border-radius: 10px;
}


.footer .footer_form .form-control::placeholder {
    /* font-weight: 500; */
    color: var(--A6A6A6);
}

.footer .footer_form textarea {
    height: 80px !important;
    padding-top: 20px;
}

.footer .footer_form .main_button {
    width: 100%;
    margin-top: 20px;
    border: 0;
    padding: 18px 0;
}

.footer .copyright {
    margin-top: 90px;
}

.footer .copyright .copy_text {
    margin-bottom: 0;
    font-size: 16px;
}

.footer .copyright .footer_link {
    column-gap: 12px;
}

.footer .copyright .footer_link a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    border: solid 2px rgba(255, 255, 255, 0.25);
    transition: 0.7s;
}

.footer .copyright .footer_link a:hover {
    color: var(--yellow_c);
}

.footer .copyright .footer_page a {
    color: #fff;
    transition: 0.5s;
    font-size: 15px;
}

.footer .copyright .footer_page a:hover {
    color: var(--yellow_c);
}


/* footer css end */


/* pricing page css star  */

.pricing_banner {
    background-color: var(--green_c);
    padding: 100px 0 110px;
    color: #fff;
}

.pricing_banner .banner_text {
    max-width: 900px;
    margin: auto;
}

.pricing_banner .country_dropdown {
    width: 270px;
    max-width: 100%;
    height: 44px;
    margin: 20px auto 0;
}

.pricing_banner .country_dropdown:focus {
    box-shadow: 0 0 0 0rem;
}


.tabing_table {
    margin: -110px 0 20px 0;
}

.tabing_table .country_dropdown {
    width: 270px;
    margin: auto;
}

.tabing_table .tabing_box {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
    border: solid 1px #E0E0E0;
}

.tabing_box .nav {
    column-gap: 70px;
    width: 100%;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
}

.tabing_box .tab-content {
    width: fit-content;
    margin: 0 auto;
    border: solid 1px #E0E0E0;
    max-width: 100%;
    border-top: 0;
    padding-top: 35px;
}

.tabing_box .nav button {
    padding: 16px 4px 11px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 0;
    border: 0;
    color: #000;
    border-bottom: solid 2px transparent;
    background-color: transparent !important;
    transition: 1s;
    white-space: nowrap;
}


.tabing_box .nav button.active,
.tabing_box .nav button:focus,
.tabing_box .nav button:hover {
    color: var(--yellow_c);
    border-bottom: solid 2px var(--yellow_c);
}

.tabing_box .tab-pane .table {
    margin-bottom: 0;
}

.tabing_box .tab-pane .table-responsive {
    max-height: 600px;
}

.tabing_box .tab-pane thead tr th {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 16px 12px;
    box-shadow: 0 2px 10px rgba(172, 199, 205, 0.25);
    transition: 0.8s;
    vertical-align: middle;
}

.tabing_box .tab-pane thead tr th:not(:first-child):hover {
    background-color: #FBF5ED;
    transform: scale(1.05);
}

.tabing_box .tab-pane thead tr th h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.tabing_box .tab-pane thead tr th h5 {
    font-size: 24px;
    color: var(--yellow_c);
    font-weight: 700;
    margin-bottom: 0;
}

.tabing_box .tab-pane thead tr th h5 sup {
    font-size: 16px;
    font-weight: 500;
    top: -5px;
    margin-right: 5px;
}

.tabing_box .tab-pane thead tr th h5 sub {
    font-size: 14px;
    color: #000;
}

.tabing_box .tab-pane thead tr th button {
    font-size: 15px;
    font-weight: 500;
    color: var(--666666);
    line-height: 30px;
    padding: 4px 30px;
    border-radius: 5px;
    margin-top: 12px;
    background-color: #fff;
    border: solid 1px #D7D7D7;
    white-space: nowrap;
    transition: 0.8s;
}

.tabing_box .tab-pane thead tr th button:hover {
    color: #fff;
    background-color: var(--yellow_c);
    border: solid 1px var(--yellow_c);
}

.tabing_box .tab-pane thead tr th .call_for {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.tabing_box .tab-pane tbody tr th {
    background-color: #F3F4F4;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 8px;
}

.tabing_box .tab-pane tbody tr {
    border-bottom: solid 1px #E0E0E0;
}

.tabing_box .tab-pane tbody tr td small {
    font-size: 14px;
    color: #000;
}

.tabing_box .tab-pane tbody tr td {
    padding: 9px 8px;
    transition: 0.8s;
}

.tabing_box .tab-pane tbody tr td:hover {
    background-color: #F3F4F4;
}

.tabing_box .tab-pane tbody tr td img {
    width: 18px;
}

.tabing_box .tab-pane tbody tr td:nth-child(1),
.tabing_box .tab-pane tr th:nth-child(1) {
    border-right: solid 1px #E0E0E0;
    min-width: 220px;
    position: sticky;
    left: 0;
    z-index: 10;
}
/*
.tabing_box .tab-pane tbody tr th:nth-child(1),
.tabing_box .tab-pane tbody tr td:nth-child(1) {
    display: block;
}*/

.tabing_box .tab-pane thead tr th:nth-child(1) {
    border-right: 0;
    z-index: 11;
}


.tabing_box table thead tr th {
    position: sticky;
    top: -1px;
    z-index: 9;
}

.tabing_box .tab-pane table .gold {
    background-color: #FBF5ED;
}



/* pricing page css end  */

/* contact page css start  */

.contact_banner {
    background-color: var(--green_c);
    padding: 65px 0 170px;
    color: #fff;
}

.contact_banner p {
    max-width: 600px;
    margin: auto;
    line-height: 30px;
    font-size: 16px;
}

.contact_form {
    margin-top: -110px;
}

.contact_form form {
    max-width: 940px;
    background-color: #fff;
    border-radius: 20px;
    margin: auto;
    padding: 50px 40px 30px;
    box-shadow: 0 4px 25px rgba(200, 207, 235, 0.25);
}

.contact_form .form-group {
    margin-bottom: 24px;
}

.contact_form .form-group .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.contact_form .form-group .form-label span {
    color: #E83D25;
}

.contact_form .form-group .form-control,
.contact_form .form-group .form-select {
    border-radius: 6px;
    border: solid 1px #DADEE3;
    height: 48px;
    font-size: 15px;
    color: #3F3E4F;
    padding-left: 20px;
}

.contact_form .form-group .form-control::placeholder {
    color: #3F3E4F;
}

.contact_form .form-group textarea {
    height: 120px !important;
}

.contact_form .main_button {
    line-height: normal;
    padding: 12px 39px;
    font-size: 18px;
    font-weight: 500;
}

/* map section css start */

.map_sec {
    margin-top: 50px;
    padding-bottom: 14px;
}

.map_sec .map_box iframe {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

/* map section css end  */

/* contact page css end */



/* feature page css start */

.feature_banner {
    background-color: var(--green_c);
    padding: 100px 0 100px;
    color: #fff;
}

.feature_banner .banner_text p {
    line-height: 30px;
    font-size: 16px;
}

.feature_banner .banner_img img {
    width: 100%;
    transition: 1s;
}

.feature_banner .banner_img:hover img {
    transform: scale(1.03);
}

.festure_box {
    margin-top: 68px;
}

.festure_box .box_heading {
    margin-bottom: 56px;
}

.festure_box .box_heading p {
    font-size: 16px;
    color: var(--666666);
}

.festure_box .box_heading p b {
    font-weight: 600;
    color: #000;
}

.festure_box .hr2 {
    display: none;
}

.festure_box .feature_list {
    width: 33%;
    padding-bottom: 36px;
    margin-bottom: 34px;
    border-bottom: solid 1px #D9D9D9;
    position: relative;
}

.festure_box .feature_list h5 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 16px;
}

.festure_box .feature_list p {
    font-size: 15px;
    color: var(--666666);
    margin-bottom: 0;
}

.festure_box .side_line {
    padding: 0 20px 0 40px;
    position: relative;
}

.festure_box .side_line::before,
.festure_box .side_line::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    top: 0;
    left: 0;
    border-left: dashed 1px #D9D9D9;
}

.festure_box .side_line::after {
    left: unset;
    right: 0;
}

.festure_box .feature_list:nth-child(3n+1) {
    padding-right: 30px;
}

.festure_box .feature_list:nth-child(3n+3) {
    padding-left: 30px;
}

.festure_box .line_link {
    margin-top: -10px;
}

/* .festure_box .right_gap {
    padding-right: 30px;
} */

/* .festure_box .left_gap {
    padding-left: 40px;
} */

.distinctive {
    margin-top: 60px;
    padding: 54px 0 46px;
    background: linear-gradient(to right, #F1F1F1 0%, #F1F1F1 50%, #161C28 50%, #161C28 100%);
}

.distinctive .some_left {
    padding-right: 40px;
}

.distinctive .some_left h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.distinctive .some_right {
    margin-top: 14px;
    padding-left: 30px;
}

.distinctive .some_right ul li {
    color: #fff;
}

.distinctive .ul_list li {
    font-size: 18px;
}

.distinctive .ul_list li:not(:last-child) {
    margin-bottom: 27px;
}

.indian_user {
    margin-top: 65px;
    padding-bottom: 16px;
}

.indian_user .indian_user_head {
    margin-bottom: 43px;
}

.indian_user .row {
    row-gap: 24px;
}

.indian_user .indian_list {
    background-color: #FAFAFA;
    border-radius: 15px;
    padding: 20px 25px;
    height: 100%;
}

.indian_user .indian_list_dark {
    background-color: #EEEEEE;
}

.indian_user .indian_list .img {
    width: 54px;
    margin-bottom: 18px;
}

.indian_user .indian_list .img img {
    width: 100%;
}

.indian_user .indian_list h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    max-height: 65px;
}

.indian_user .indian_list p {
    font-size: 15px;
    color: var(--666666);
    margin-bottom: 0;
}

/* feature page css end */



/* faq's page css start  */

.faq_banner {
    background-color: var(--green_c);
    padding: 100px 0 200px;
    color: #fff;
}

.faq_section .questions {
    margin-top: -130px;
    background-color: #f7f8fb;
    /* border: solid 1px #DADEE3; */
    box-shadow: 0px 4px 25px rgba(200, 207, 235, 0.25);
    border-radius: 20px;
    padding: 30px 40px 20px;
    border: solid 2px #eee;
}

.faq_section .questions h3 {
    font-size: 28px;
}

.faq_section .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 0 0 0rem;
}

.faq_section .questions .accordion-item {
    margin-bottom: 16px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 75 75 / 8%);
}

.faq_section .questions .accordion-item .accordion-body {
    color: var(--666666);
    padding-top: 0;
}



.accordion-button:focus {
    box-shadow: 0 0 0 0rem;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

/* faq's page css end  */

/* Terms Conditions page css start  */

.terms .terms_data {
    margin-top: -130px;
    background-color: #f7f8fb;
    box-shadow: 0px 4px 25px rgba(200, 207, 235, 0.25);
    border-radius: 20px;
    padding: 30px 40px 20px;
    border: solid 2px #eee;
}

.terms .terms_data .terms_policy_head h3 {
    font-size: 26px;
}

.terms .terms_data .data_policy_list h5 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}


/* Terms Conditions page css end */







/* responsive css start  */


@media (max-width:1199.98px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    .bottom_header .navbar-brand {
        max-height: 50px;
    }

    .bottom_header .navbar-brand img {
        max-height: 50px;
    }

    .bottom_header .navbar-nav {
        column-gap: 40px;
    }

    .main_button {
        padding: 11px 20px;
    }

    .home_banner .banner_text p {
        font-size: 16px;
    }

    .all_in_one {
        margin-top: 50px;
    }

    .all_in_one .trademark_list {
        margin-top: 30px;
    }

    .search_pro {
        margin-top: 40px;
    }

    .trademark_list .trademark_item {
        padding: 24px 10px 20px;
    }

    .trademark_list .trademark_item h6 {
        font-size: 15px;
    }

    .trademark_list .trademark_item .img {
        width: 44px;
    }

    .ul_list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .dark_count {
        margin-top: 40px;
        padding: 45px 0;
    }

    .dark_count .one_90 .one_img {
        width: 32px;
        margin: 0 auto 12px;
    }

    .dark_count .one_90 h3 {
        font-size: 30px;
    }

    .video_play {
        margin-top: 50px;
    }

    .why_choose {
        margin-top: 40px;
    }

    .why_choose h2 {
        margin-bottom: 32px;
    }

    .why_choose .benefits h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        padding: 18px 20px 0;
    }

    .why_choose .benefits .ul_background {
        padding: 20px 20px 24px;
    }

    .why_choose .benefits ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    .why_choose .benefits .line_link {
        margin-top: 25px;
        font-size: 16px;
    }

    .trad_manag {
        margin-top: 120px;
        padding: 49px 0;
    }

    .people_say .people_say_head {
        margin-bottom: 35px;
    }

    .people_say .say_items p {
        line-height: 28px;
        font-size: 15px;
    }

    .footer {
        margin-top: 50px;
        padding: 50px 0 33px;
    }

    .footer .text_box {
        padding-right: 50px;
    }

    .footer .text_box h3 {
        font-size: 30px;
    }


    .footer .footer_form {
        padding: 46px;
    }

    .footer .copyright {
        margin-top: 60px;
    }

    .footer .copyright .copy_text {
        font-size: 15px;
    }

    .tabing_box .nav {
        column-gap: 50px;
    }

    .tabing_box .nav button {
        font-size: 16px;
    }

    .map_sec {
        padding-bottom: 0;
    }

    .festure_box {
        margin-top: 50px;
    }

    .festure_box .box_heading {
        margin-bottom: 45px;
    }

    .distinctive {
        margin-top: 50px;
        padding: 50px 0 46px;
    }

    .indian_user {
        margin-top: 50px;
        padding-bottom: 0;
    }

    .distinctive .some_left h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .download_trad .download_trad_row {
        padding: 120px 40px 130px 50px;
        margin-top: 150px;
    }

    .all_in_one .trademark_list {
        column-gap: 15px;
    }

    .festure_box .feature_list {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .festure_box .feature_list:nth-child(3n+1) {
        padding-right: 20px;
    }

    .festure_box .feature_list:nth-child(3n+3) {
        padding-left: 20px;
    }

    .festure_box .side_line {
        padding: 0 20px 0 20px;
    }

    .home_banner .banner_text_animate {
        height: 50px;
    }


    @keyframes spin_4words {
        12% {
            transform: translateY(0px);
        }

        24% {
            transform: translateY(-48px);
        }

        36% {
            transform: translateY(-100px);
        }

        49% {
            transform: translateY(-158px);
        }

        62% {
            transform: translateY(-208px);
        }

        73% {
            transform: translateY(-252px);
        }

        87% {
            transform: translateY(-298px);
        }

        100% {
            transform: translateY(-350px);
        }
    }






}



@media (max-width:991px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .bottom_header .navbar-brand {
        max-height: 44px;
    }

    .bottom_header .navbar-brand img {
        max-height: 44px;
    }

    .bottom_header .navbar-nav {
        column-gap: 25px;
    }

    .main_button {
        padding: 10px 16px;
        font-size: 14px;
    }

    .home_banner {
        padding-top: 50px;
    }

    .home_banner .banner_text p {
        font-size: 15px;
    }

    .home_banner .banner_text .banner_img img {
        margin-bottom: -8px;
    }

    .all_in_one {
        margin-top: 40px;
    }

    .all_in_one .all_in_text p {
        line-height: unset;
        font-size: 14px;
    }

    .all_in_one .trademark_list {
        margin-top: 20px;
    }

    .trademark_list .trademark_item {
        width: 31.8%;
    }

    .line_link {
        margin-top: 20px;
        font-size: 16px;
    }

    .search_pro {
        margin-top: 30px;
    }

    .search_pro .pro_left p {
        font-size: 14px;
        margin-bottom: 26px;
        line-height: unset;
    }

    .search_pro .pro_right {
        display: none;
    }

    .dark_count {
        margin-top: 25px;
        padding: 35px 0;
    }

    .dark_count .one_90 .one_img {
        width: 28px;
    }

    .dark_count .one_90 p {
        font-size: 13px;
    }

    .dark_count .one_90 h3 {
        font-size: 24px;
        margin: 4px 0 6px;
    }

    .video_play {
        margin-top: 40px;
    }

    .video_play iframe {
        height: 400px;
    }

    .why_choose {
        margin-top: 30px;
    }

    .why_choose h2 {
        margin-bottom: 22px;
    }

    .why_choose .benefits h4 {
        font-size: 16px;
        line-height: unset;
        margin-bottom: 16px;
    }

    .trad_manag {
        margin-top: 100px;
        padding: 40px 0;
    }

    .trad_manag .trad_manag_head h2 {
        margin: 0 0 10px;
    }

    .trad_manag .trad_manag_head p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .trad_manag .trad_manag_img {
        display: none;
    }

    .people_say {
        margin-top: 40px;
    }

    .people_say .people_say_head {
        margin-bottom: 20px;
    }

    .people_say .say_items .star_img {
        width: 80px;
    }

    .people_say .people_say_slider .say_items {
        padding: 25px 24px;
    }

    .people_say .say_items p {
        line-height: unset;
        font-size: 14px;
    }

    .people_say .people_say_slider {
        margin: 0 40px;
    }

    .people_say .slick-next {
        right: -40px;
    }

    .footer {
        margin-top: 40px;
        padding: 40px 0 23px;
    }

    .footer .text_box h3 {
        font-size: 22px;
        margin: 20px 0 16px;
    }

    .footer .text_box p {
        line-height: unset;
        font-size: 14px;
    }

    .footer .text_box {
        padding-right: 0;
    }

    .footer .footer_form {
        padding: 26px;
    }

    .footer .text_box .footer_hr {
        margin: 30px 0 20px;
    }

    .footer .text_box h5 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .footer .text_box .text_link a i {
        font-size: 18px;
    }

    .footer .text_box .text_link a {
        font-size: 14px;
    }

    .footer .footer_form .form-label {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .footer .footer_form .form-group.mb-4 {
        margin-bottom: 16px !important;
    }

    .footer .footer_form .form-group:not(:last-child) {
        margin-bottom: 16px;
    }

    .footer .copyright {
        margin-top: 30px;
    }

    .footer .copyright .copy_text {
        font-size: 14px;
        padding: 0 30px;
        text-align: center;
    }

    .footer .copyright {
        flex-wrap: wrap;
    }

    .footer .copyright .footer_page {
        order: 1;
        width: 68%;
    }

    .footer .copyright .footer_link {
        order: 2;
        width: 32%;
        justify-content: end;
    }

    .footer .copyright .copy_text {
        order: 3;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        padding: 0 30px;
    }


    .footer .copyright .footer_link a {
        width: 38px;
        height: 38px;
    }

    .footer .copyright .footer_link a i {
        font-size: 12px;
    }

    .footer .footer_form .form-control {
        height: 44px;
        padding-left: 14px;
        border-radius: 8px;
    }

    .footer .footer_form textarea {
        height: 70px !important;
        padding-top: 10px;
    }

    .footer .footer_form .main_button {
        font-size: 16px;
        padding: 14px 0;
    }

    .ul_list {
        padding-left: 42px;
    }

    .ul_list li::before {
        left: -42px;
        width: 20px;
        height: 20px;
        top: 3px;
    }

    .tabing_box .nav {
        column-gap: 40px;
        overflow: auto;
        padding: 0 50px;
        flex-wrap: nowrap;
        justify-content: space-between;        overflow-y: hidden;
    }

    .pricing_banner {
        padding: 70px 0 130px;
    }

    .pricing_banner .banner_text h1 {
        margin-bottom: 12px !important;
    }

    .pricing_banner .banner_text p {
        font-size: 14px;
    }

    .tabing_box .tab-pane thead tr th h6 {
        font-size: 14px;
    }

    .tabing_box .tab-pane thead tr th h5 {
        font-size: 18px;
    }

    .tabing_box .tab-pane thead tr th h5 sub {
        font-size: 12px;
    }

    .tabing_box .nav button {
        font-size: 15px;
    }

    .tabing_box .tab-pane thead tr th .call_for {
        font-size: 14px;
    }

    .contact_banner {
        padding: 55px 0 160px;
    }


    .contact_form .form-group .form-label {
        font-size: 15px;
    }

    .contact_form .form-group .form-control,
    .contact_form .form-group .form-select {
        font-size: 14px;
    }

    .map_sec .map_box iframe {
        height: 400px;
    }

    .map_sec {
        margin-top: 40px;
    }

    .contact_banner p {
        font-size: 15px;
    }

    .contact_form .main_button {
        font-size: 16px;
    }

    .feature_banner {
        padding: 60px 0 40px;
    }

    .feature_banner .banner_text h1 {
        font-size: 30px;
    }

    .feature_banner .banner_text p {
        line-height: 24px;
        font-size: 15px;
    }

    .festure_box {
        margin-top: 40px;
    }

    .festure_box .box_heading h2 {
        margin-bottom: 16px !important;
    }

    .festure_box .box_heading {
        margin-bottom: 30px;
    }

    .festure_box .feature_list h5 {
        font-size: 16px;
        line-height: unset;
        margin-bottom: 12px;
    }

    .festure_box .right_gap {
        padding-right: 10px;
    }

    .festure_box .side_line {
        padding: 0 10px 0 20px;
    }

    .festure_box .left_gap {
        padding-left: 20px;
    }

    .festure_box .hr1 {
        margin: 26px 0;
    }

    .distinctive {
        margin-top: 40px;
        padding: 40px 0;
    }

    .distinctive .some_left {
        padding-right: 20px;
    }

    .distinctive .some_left h4 {
        font-size: 18px;
    }

    .distinctive .ul_list li:not(:last-child) {
        margin-bottom: 16px;
    }

    .distinctive .ul_list li {
        font-size: 16px;
    }

    .indian_user {
        margin-top: 40px;
    }

    .indian_user .indian_user_head {
        margin-bottom: 30px;
    }

    .festure_box .box_heading p {
        font-size: 15px;
    }

    .download_trad .download_trad_row {
        padding: 70px 30px;
        margin-top: 120px;
    }

    .download_trad .download_text p {
        font-size: 15px;
        line-height: unset;
    }

    .download_trad .download_text .download_link {
        margin-top: 30px;
    }

    .faq_banner {
        padding: 80px 0 170px;
    }

    .faq_section .questions h3 {
        font-size: 24px;
    }

    .faq_section .accordion-item .accordion-button {
        font-size: 16px;
    }

    .faq_section .questions .accordion-item .accordion-body {
        font-size: 14px;
    }

    .faq_section .questions {
        padding: 30px 30px 20px;
    }

    .terms .terms_data .terms_policy_head h3 {
        font-size: 22px;
    }

    .terms .terms_data .data_policy_list h5 {
        margin-top: 20px;
        font-size: 16px;
    }

    .terms .terms_data {
        padding: 26px 20px 20px;
    }

    .terms .terms_data p {
        font-size: 15px;
    }

    .terms .terms_data ul li {
        font-size: 15px;
    }

    .terms .terms_data .terms_policy_head h3 {
        font-size: 18px;
    }

    .home_banner .banner_text_animate {
        height: 32px;
    }

    .home_banner .banner_text_animate span {
        justify-content: center;
    }

    .home_banner .banner_text h1 {
        margin-bottom: 10px !important;
    }


    @keyframes spin_4words {
        12% {
            transform: translateY(0px);
        }

        24% {
            transform: translateY(-32px);
        }

        36% {
            transform: translateY(-64px);
        }

        49% {
            transform: translateY(-96px);
        }

        62% {
            transform: translateY(-130px);
        }

        73% {
            transform: translateY(-162px);
        }

        87% {
            transform: translateY(-194px);
        }

        100% {
            transform: translateY(-226px);
        }


    }

    .home_banner .banner_text .banner_img {
        margin-top: 40px;
    }



    .why_choose .benefits .line_link {
        font-size: 15px;
    }

    .tabing_box .tab-content {
        padding-top: 16px;
    }

    .tabing_table .country_dropdown {
        font-size: 15px;
    }

    .feature_banner .banner_text {
        padding-right: 0 !important;
    }




}




@media (max-width:767px) {



    .top_header .top_header_left a {
        font-size: 13px;
    }

    .top_header .top_header_left a i {
        font-size: 16px;
    }

    .top_header .top_header_left {
        column-gap: 16px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        margin-left: 20px;
        height: 34px;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0rem;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        width: unset;
        height: unset;
        position: relative;
        z-index: 100;
        align-items: center;
    }

    .navbar-toggler i {
        font-size: 36px;
        color: #fff;
    }


    .bottom_header .navbar-collapse {
        background-color: #000;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 100%;
        padding: 20px 0 10px 20px;
        opacity: 0;
        transition: 0.5s;
    }

    .bottom_header .navbar-collapse.show {
        left: 50%;
        opacity: 1;
        z-index: 99;
    }

    .bottom_header .navbar-nav {
        row-gap: 16px;
        margin-top: 46px;
    }

    .bottom_header .navbar {
        padding: 16px 0 11px;
    }

    .bottom_header .navbar-toggler:not(.collapsed) .navbar-toggler-icon .bi-list {
        opacity: 0;
    }

    .bottom_header .navbar-toggler .navbar-toggler-icon .bi-list {
        transition: 0.8s;

    }

    .bottom_header .navbar-toggler .navbar-toggler-icon .bi-x {
        opacity: 0;
        right: 15px;
        position: fixed;
        font-size: 30px;
    }

    .bottom_header .navbar-toggler:not(.collapsed) .navbar-toggler-icon .bi-x {
        opacity: 1;
        transition: 5s;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    .terms .terms_data p {
        font-size: 14px;
    }

    .terms .terms_data ul li {
        font-size: 14px;
    }

    .home_banner .banner_text .banner_img {
        margin-top: 30px;
    }

    .home_banner .banner_text .banner_img img {
        margin-bottom: -6px;
    }

    .all_in_one {
        margin-top: 30px;
    }

    .trademark_list .trademark_item {
        width: 31.3%;
    }

    .ul_list li {
        font-size: 15px;
    }

    .ul_list li::before {
        top: 2px;
    }

    .dark_count {
        margin-top: 20px;
        padding: 30px 0;
    }

    .dark_count .row {
        row-gap: 30px;
    }

    .dark_count .one_90 h3 {
        font-size: 22px;
    }

    .video_play iframe {
        height: 300px;
    }

    .video_play {
        margin-top: 30px;
    }

    .why_choose .row {
        row-gap: 20px;
    }

    .trad_manag {
        margin-top: 60px;
        padding: 30px 0;
    }

    .people_say {
        margin-top: 30px;
    }

    .people_say .say_profile .img {
        width: 62px;
        height: 62px;
        min-width: 62px;
        min-height: 62px;
    }

    .footer {
        margin-top: 30px;
        padding: 30px 0 20px;
    }

    .people_say .people_say_slider {
        margin: 0 20px;
    }

    .people_say .slick-prev:before,
    .people_say .slick-next:before {
        font-size: 22px;
    }

    .people_say .slick-prev {
        left: -36px;
    }

    .people_say .slick-next {
        right: -36px;
    }

    .footer .text_box h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .footer .footer_form {
        margin-top: 20px;
    }

    .footer .copyright .footer_link a {
        width: 28px;
        height: 28px;
    }

    .footer .copyright .footer_link a i {
        font-size: 10px;
    }

    .footer .copyright .copy_text {
        font-size: 13px;
    }

    .footer .copyright .footer_page a {
        font-size: 13px;
    }

    .line_link {
        font-size: 15px;
    }

    .pricing_banner {
        padding: 50px 0 110px;
    }

    .tabing_box .nav {
        column-gap: 24px;
        padding: 0 30px;
    }

    .tabing_box .tab-content {
        padding-top: 6px;
    }

    .tabing_box .nav button {
        padding: 7px 4px 4px;
    }

    .tabing_box .tab-pane thead tr th button {
        font-size: 13px;
        padding: 4px 20px;
    }

    .tabing_box .tab-pane tbody tr th {
        font-size: 13px;
    }

    .tabing_box .tab-pane tbody tr td small {
        font-size: 13px;
    }

    .tabing_box .tab-pane tbody tr td img {
        width: 16px;
    }

    .tabing_box .tab-pane thead tr th h6 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .contact_banner {
        padding: 45px 0 150px;
    }

    .contact_form form {
        padding: 30px 20px 30px;
    }

    .contact_form .form-group .form-label {
        font-size: 14px;
    }


    .contact_form .intl-tel-input,
    .contact_form .iti {
        width: 100%;
    }


    .contact_form .form-group {
        margin-bottom: 16px;
    }

    .map_sec {
        margin-top: 30px;
    }

    .map_sec .map_box iframe {
        height: 300px;
    }

    .contact_banner h1 {
        margin-bottom: 10px !important;
    }

    .contact_banner p {
        font-size: 14px;
        line-height: unset;
    }

    .contact_form .main_button {
        font-size: 14px;
    }

    .feature_banner {
        padding: 50px 0 40px;
    }

    .feature_banner .row {
        row-gap: 10px;
    }

    .feature_banner .banner_text h1 {
        font-size: 26px;
        margin-bottom: 16px !important;
    }

    .festure_box {
        margin-top: 30px;
    }

    .festure_box .box_heading h2 {
        margin-bottom: 10px !important;text-align: left;
    }

    .festure_box .feature_list h5 { text-align: left; }
  .festure_box .feature_list p {         text-align: justify; }

    .festure_box .box_heading p {
        font-size: 14px;text-align: justify;
    }

    .festure_box .feature_list {
        width: 50%;
    }

    .festure_box .hr1,
    .festure_box .hr2 {
        display: none;
    }

    .festure_box .left_gap {
        padding-left: 0;
    }

    .festure_box .festure_box_row {
        row-gap: 20px;
    }

    .festure_box .side_line {
        padding: 0;
    }

    .festure_box .feature_list {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .festure_box .feature_list:nth-child(3n+1) {
        padding-right: 0;
    }

    .festure_box .feature_list:nth-child(3n+3) {
        padding-left: 0;
    }

    .festure_box .side_line::before,
    .festure_box .side_line::after {
        display: none;
    }

    .festure_box .feature_list:nth-child(odd) {
        padding-right: 20px;
    }

    .festure_box .feature_list:nth-child(even) {
        padding-left: 20px;
    }

    .festure_box .feature_list:nth-child(odd) ::after {
        content: "";
        position: absolute;
        height: 80%;
        width: 1px;
        top: 0;
        right: 0;
        border-left: dashed 1px #D9D9D9;
    }

    .festure_box .line_link {
        margin-top: 20px;
        font-size: 15px;
    }

    .distinctive {
        margin-top: 30px;
        padding: 30px 0;
    }

    .distinctive .some_left h4 {
        font-size: 16px;
        margin-bottom: 20px;

    }

    .distinctive .ul_list li {
        font-size: 14px;
    }

    .ul_list {
        padding-left: 32px;
    }

    .distinctive .ul_list li::before {
        left: -32px;
        width: 18px;
        top: 3px;
    }

    .distinctive .some_right {
        padding-left: 10px;
    }

    .indian_user {
        margin-top: 30px;
    }

    .indian_user .indian_list p {
        font-size: 14px;
    }

    .indian_user .row {
        row-gap: 20px;
    }

    .download_trad .download_text {
        padding-right: 0;
    }

    .download_trad .download_text p {
        font-size: 14px;
    }

    .download_trad .download_trad_row {
        padding: 40px 30px;
        margin-top: 70px;
    }

    .faq_banner {
        padding: 40px 0 150px;
    }

    .faq_section .questions h3 {
        font-size: 18px;
    }

    .top_header {
        display: none;
    }

    .home_banner .banner_text p {
        font-size: 14px;
    }

    .why_choose .benefits .line_link {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer .footer_form {
        padding: 16px;
    }

    .footer .footer_form .form-control,
    .footer .footer_form .form-select {
        font-size: 13px
    }

    .faq_section .questions {
        padding: 14px 14px 10px;
    }

    .faq_section .questions .accordion-item {
        margin-bottom: 8px;
    }

    .faq_section .accordion-item .accordion-button {
        font-size: 13px;
        padding: 12px;
    }

    .faq_section .questions .accordion-item .accordion-body {
        font-size: 14px;
        padding: 0 12px 14px;
    }

    .accordion-button::after {
        background-size: 14px;
        margin-left: 14px;
    }

    .bottom_header .nav-item .nav-link {
        font-size: 15px;
    }

    .tabing_table .country_dropdown {
        font-size: 14px;
    }

    .footer .footer_form .form-label {
        font-size: 14px;
    }





}

@media (max-width:575.98px) {


    .home_banner {
        padding-top: 40px;
    }

    .home_banner .banner_text .banner_img img {
        margin-bottom: -3px;
    }

    .main_button {
        padding: 10px 16px;
        border-radius: 6px;
        margin: auto;
    }

    .navbar-toggler {
        margin-left: 14px;
    }

    .bottom_header .navbar-collapse.show {
        left: 40%;
    }


    h2 {
        font-size: 20px;
    }


    .home_banner .banner_text h1 {
        margin-bottom: 10px !important;
    }

    .home_banner .banner_text .banner_img {
        margin-top: 24px;
    }


    .search_pro {
        margin-top: 20px;
    }

    .ul_list {
        padding-left: 32px;
    }

    .ul_list li {
        font-size: 14px;
    }

    .ul_list li::before {
        left: -32px;
        width: 18px;
        height: 18px;
        top: 3px;
    }

    .ul_list li:not(:last-child) {
        margin-bottom: 16px;
    }

    .dark_count {
        margin-top: 14px;
    }

    .dark_count .one_90 h3 {
        font-size: 20px;
    }

    .search_pro .pro_left p {
        margin-bottom: 16px;
        text-align: justify;
    }

    .why_choose {
        margin-top: 24px;
    }

    .footer .text_box h3 {
        font-size: 18px;
    }

    .footer .text_box h5 {
        font-size: 16px;
    }

    .trademark_list .trademark_item h6 {
        font-size: 13px;
    }

    .all_in_one .trademark_list {
        row-gap: 10px;
        column-gap: 10px;
    }

    .trademark_list .trademark_item {
        width: 48%;
    }

    .trademark_list .trademark_item .img {
        width: 38px;
    }

    .trad_manag {
        margin-top: 30px;
        text-align: center;
    }

    .people_say .slick-prev {
        left: -26px;
    }

    .people_say .slick-next {
        right: -26px;
    }

    .line_link {
        margin-top: 14px;
        font-size: 14px;
    }

    .tabing_box .tab-pane thead tr th button {
        line-height: 24px;
    }

    .tabing_table {
        margin: -90px 0 20px 0;
    }

    .pricing_banner .banner_text p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .map_sec .map_box iframe {
        height: 250px;
    }

    .contact_banner {
        padding: 35px 0 150px;
    }

    .feature_banner .banner_text h1 {
        font-size: 22px;
    }

    .feature_banner .banner_text {
        padding-right: 0 !important;
        text-align: center;
    }

    .feature_banner {
        padding: 40px 0 20px;
    }

    .distinctive .some_left h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .distinctive .ul_list li {
        font-size: 13px;
    }

    .distinctive .ul_list li::before {
        left: -26px;
        width: 16px;
        top: 2px;
    }

    .distinctive .ul_list {
        padding-left: 26px;
    }

    .distinctive .ul_list li:not(:last-child) {
        margin-bottom: 12px;
    }

    .distinctive .some_left {
        padding-right: 10px;
    }

    .distinctive .some_left {
        padding-right: 10px;
    }

    .indian_user .indian_list h6 {
        font-size: 16px;
    }

    .indian_user .indian_user_head {
        margin-bottom: 20px;
    }

    .indian_user .row {
        row-gap: 16px;
    }

    .indian_user .indian_list .img {
        width: 44px;
        margin: 0 auto 18px;
    }

    .festure_box .feature_list {
        width: 100%;
    }

    .festure_box .festure_box_row {
        row-gap: 16px;
    }

    .download_trad .download_trad_row {
        padding: 30px 20px 10px;
        margin-top: 30px;
    }

    .download_trad .download_text .download_link {
        margin-top: 20px;
        justify-content: center;
    }

    .download_trad .download_text .download_link a {
        max-width: 120px;
    }

    .download_trad .download_trad_row .row {
        row-gap: 20px;
    }

    .download_trad .download_img {
        transform: unset;
        position: unset !important;
        max-width: 300px;
        margin: auto;
    }

    .festure_box .feature_list:nth-child(even) {
        padding-left: 0;
    }

    .people_say .say_profile .img {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        margin-right: 12px;
    }


    .error_message #show_msg1 {
        flex: unset !important;
        order: 2;
        width: 100%;
        padding-right: 0 !important;
    }

    .error_message #show_msg1 span {
        padding: 10px;
        margin-top: 16px;
        display: flex;
    }

    .pricing_banner {
        padding: 50px 0 130px;
    }

    .tabing_table {
        margin: -110px 0 20px 0;
    }

    .all_in_one .all_in_text {
        text-align: center;
    }

    .all_in_one .all_in_text p {
        text-align: justify;
    }

    .line_link {
        font-size: 14px;
    }

    .dark_count .one_90 p {
        font-size: 12px;
    }

    .download_trad {
        text-align: center;
    }

    .people_say .say_items p {
        font-size: 13px;
    }

    .why_choose .benefits ul li {
        text-align: justify;
    }

    .people_say .say_profile .text h3 {
        font-size: 14px;
    }

    .people_say .say_profile .text small {
        font-size: 11px;
        line-height: 16px;
        display: block;
        margin-top: 4px;
    }

    .download_trad .download_text h2 {
        margin-bottom: 10px !important;
    }

    .footer .text_box .footer_hr {
        margin: 22px 0 16px;
    }

    .festure_box .box_heading,
    .festure_box .feature_list {
        text-align: center;
    }

    .festure_box .line_link {
        font-size: 14px;
    }

    .indian_user {
        text-align: center;
    }

    .distinctive {
        background: #F1F1F1;
    }

    .distinctive .some_right ul li {
        color: #000;
    }

    .distinctive .some_right {
        padding-left: 0;
        margin-top: 0;
    }

    .tabing_box .tab-pane tbody tr td:nth-child(1),
    .tabing_box .tab-pane tr th:nth-child(1) {
        min-width: 160px;
        max-width: 160px;
    }

    .tabing_table .container-fluid {
        padding: 0 !important;
    }

    .tabing_table .tabing_box {
        border-radius: 0;
    }

    .tabing_box .nav {
        column-gap: 10px;
        padding: 0 20px;
    }

    .tabing_table .country_dropdown {
        font-size: 13px;
    }

    .faq_section .questions .accordion-item .accordion-body {
        text-align: justify;
    }

    .terms .terms_data p {
        text-align: justify;
    }

    .terms .terms_data ul li {
        text-align: justify;
    }






}


@media (max-width:425px) {

    .main_button {
        padding: 9px 13px;
    }

    .navbar-toggler .bi-list {
        font-size: 30px;
    }

    .all_in_one {
        margin-top: 20px;
    }

    .home_banner .banner_text h1 {
        flex-wrap: wrap;
    }

    .home_banner .banner_text_animate {
        width: 100%;
    }

}




/* responsive css end  */




/* responsive css end  */

/* sanjay blog css  */   
.rts-single-wized {
    background: #f3f3f38c; 
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 20px;
}
.rts-single-wized .wized-header .title {
    margin-bottom: 10px;
}
.rts-single-wized .wized-body {
    margin-top: 30px;
}
.rts-single-wized .single-categories {
    margin-bottom: 15px;
    padding: 0;
}
.rts-single-wized .single-categories li {
    list-style: none; 
    margin-top: 10px;
    margin-bottom: 10px;
    color: #553cdf;
}
 
.rts-single-wized .single-categories li a {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #000;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 16px;
}
.single-blog-style-one {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #004b4b36;
    height: 100%;
}
.single-blog-style-one .thumbnail {
    overflow: hidden;
    display: block;
    border-radius: 6px;
    position: relative;
}
.single-blog-style-one .thumbnail img {
    min-width: 100%;
    transition: 0.3s;
    height: 280px;
    object-fit: cover;
}
.single-blog-style-one .blog-top-area {
    display: flex
;
    align-items: center;
    gap: 43px;
    margin-top: 30px;
}
.single-blog-style-one .blog-top-area .single {
    display: flex
;
    align-items: center;
    gap: 12px;
}
.single-blog-style-one .blog-top-area .single p {
    color: #737477;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.single-blog-style-one .blog-top-area .single {
    display: flex
;
    align-items: center;
    gap: 12px;
}
.single-blog-style-one .blog-top-area .single p {
    color: #737477;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.single-blog-style-one a .title {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    transition: 0.3s;
}
 
 

.blog-single-post-listing {
    margin-right: 30px; 
    margin-bottom: 50px;
}
.blog-single-post-listing.details .thumbnail {
    border-radius: 20px;
}
.blog-single-post-listing .thumbnail {
    overflow: hidden;
}
.blog-single-post-listing .thumbnail img {
    transition: 0.3s;
    width: 100%;
}
.blog-single-post-listing .blog-listing-content {
    padding: 10px;
}
.blog-single-post-listing .blog-listing-content .user-info {
    display: flex
;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 30px;
    min-width: max-content;
}
.blog-single-post-listing .blog-listing-content p.disc {
    font-size: 16px;
    line-height: 26px;
}
.blog-single-post-listing p {
    color: #737477;
    margin: 0 0 40px;
    
}
.blog-single-post-listing.details .rts-quote-area {
    padding: 50px;
    background: #f9f9f9;
    border-radius: 14px;
    margin-bottom: 40px;
}
.blog-single-post-listing.details .rts-quote-area .title {
    margin-bottom: 25px;
}
.blog-single-post-listing.details .rts-quote-area p.author-name {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    color: var(--color-heading-1);
    font-size: 20px;
    font-weight: 600;
}
 
.blog-single-post-listing.details .details-share button {
    position: relative;
    border-radius: 50%;
    z-index: 1;
    margin-right: 23px;
    color: #1C2539;
    transition: 0.3s;
    font-size: 14px;
    background: #F6F6F6;
    height: 40px;
    width: 40px;
    transition: 0.3s;
    
}

.blog-description table {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
}

.blog-description table th, .blog-description table td {
    border: 1px solid #ccc;
    padding: 10px;
}