@import url('https://fonts.googleapis.com/css2?family=Asul:wght@700&family=Roboto:wght@400;500;700&family=Sora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asul:wght@700&family=Qwitcher+Grypen:wght@700&family=Roboto:wght@400;500;700&family=Sora:wght@400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");



/* ........................... */
/* Comman css */
/* ........................... */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    color: var(--color-Black);
}

.row {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    padding: 0;
    margin: 0;
    list-style: none;
}

:root {
    --color-Black: #000;
    --color-White: #fff;
    --color-bgbtn: #6EE3D2;
    --color-bgbtntwo: #2F7581;

}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 52px;
    font-weight: 600;
}

h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

a {
    text-decoration: none;
    color: var(--color-Black);
}

a:hover {
    color: var(--color-Black);
}

.maincontainer {
    max-width: 1440px;
    margin: 0 auto;
}

.Experience_Contnat p, .Monitorlive_txt p{
  margin-top: 16px;
}

.containerX {
    margin: 0 150px;
}


.sectionmargin {
    margin-top: 100px;
}

.sectionpadding {
    padding-top: 100px;
}

.btn_thames {
    padding: 10px 30px;
    background-color: var(--color-bgbtn);
    font-weight: 500;
    border: 0;
    display: inline-block;
    border: 2px solid var(--color-bgbtn);
    transition: 0.5s;
}


.btn_thames:hover {
    background-color: transparent;
}

.mb50 {
    margin-bottom: 50rem;
}

.herosection_background {
    padding-bottom: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(110, 227, 210, 0.20) 33.85%, rgba(112, 222, 166, 0.20) 100%), url(/wp-content/themes/tallyquick/images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body:has(.Navbar_Rightsec.active) .Black_Layars{
    display: block;
}
body:has(.Navbar_Rightsec.active){
    overflow: hidden;
}
.Black_Layars{
    display: none;
}
.Navbar {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 0.5s;
}

.topbar {
    padding: 27px 176px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Navbar.navbarbg {
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}


.Navbar_Rightsec {
    display: flex;
    align-items: center;
    gap: 57px;
}

.Navbar_Contant {
    display: flex;
    align-items: center;
    gap: 57px;
}

.Navbar_Contant .Navbar_link {
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.Navbar_items .Navbar_link.active::after {
    width: 100%;
}

.login_signup_btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.Login_btn,
.SignUp_btn {
    font-size: 14px;
}

.login_signup_btn .SignUp_btn {
    background-color: var(--color-bgbtntwo);
    color: var(--color-White);
    border: 2px solid var(--color-bgbtntwo);
    transition: 0.5s;
}

.login_signup_btn .SignUp_btn:hover {
    background-color: transparent;
    color: var(--color-Black);
}

.hamburger-menu {
    transition: all 0.3s ease-in-out;
}

.hamburger-menu .menu-item {
    background: var(--color-Black);
    display: block;
    height: 2px;
    margin: 0 0 6px;
    transition: all 0.3s ease-in-out;
    width: 30px;
}

.hamburger-menu.open .menu-item {
    margin: 0 0 5px;
}

.hamburger-menu.open .menu-item:first-child {
    transform: rotate(45deg);
    transform-origin: 3px;
}

.hamburger-menu.open .menu-item:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open .menu-item:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 6px;
}

/* BootStrap */
.row {
  padding: 0;
  margin: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.position-relative{
    position: relative;
}
.order-1 {
  order: 1 !important;
}
.order-0 {
  order: 0 !important;
}
.d-block{
    display: block;
}
.overflow-hidden{
    overflow: hidden;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.text-center{
    text-align: center;
}
.form-control, .ContactUs_Section .wpforms-container input.wpforms-field-medium, .ContactUs_Section textarea.wpforms-field-medium {
    display: block !important;
    width: 100% !important;
    font-size: 1rem !important;
    border-radius: 0px !important;
    padding: 15px 20px !important;
    font-weight: 400 !important;
    line-height: 28px;
    color: #212529 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #93A5A2 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    height: 58px;
}
div.wpforms-container-full input:focus, div.wpforms-container-full textarea:focus{
  border: 1px solid #93A5A2 !important;
  box-shadow: none !important;
  outline: none;
}
.wpforms-field-label {
    margin-bottom: .5rem !important;
    display: inline-block !important;
}
.wpforms-field a{
  color: #2F7581;
  font-size: 15px !important;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
}
.form-group {
    margin-bottom: 1rem;
}

/* Hero Section */
.Hero_section {
    padding-top: 174px;
    margin-left: 150px;
    align-items: center;
}

.ContactUs_btn {
    padding: 15px 30px;
    margin-top: 24px;
}

.Hero_imgessec {
    position: relative;
}

.Hero_contant{
    padding: 0;
    order: 0;
}

.Hero_contant p {
    margin: 35px 0;
}

.Hero_imgessec{
    order: 1;
}

.full_imges,
.hero_img {
    position: relative;
    z-index: 2;
}

.full_imges {
    left: 46%;
}

.wpforms-form input{
  max-width: 100% !important;
}
div.wpforms-container-full{
  margin: 0px;
}
.wpforms-container .wpforms-field{
  padding: 0px 0px 15px !important;
}
.wpforms-container .wpforms-submit-container{
  padding: 0px;
}

.heroimges_bgthames {
    border-radius: 50%;
    background: #57CDBC;
    filter: blur(70px);
    width: 300px;
    height: 300px;
    position: absolute;
    top: -100px;
    left: 40%;
    z-index: 1;
}

.AdaptExplore_Section {
    background-image: url(/wp-content/themes/tallyquick/images/adaptexplore-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 44px 0;
    position: relative;
}

.AdaptExplore_contant h3 {
    color: var(--color-White);
    position: relative;
    z-index: 1;
}

.Explore_btn {
    color: var(--color-bgbtn);
    border: 2px solid var(--color-bgbtn);
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
    font-weight: 500;
    transition: 0.4s;
}

.Explore_btn:hover {
    background-color: var(--color-bgbtn);
}

.AdaptExplore_bgthames {
    width: 300px;
    height: 300px;
    background-color: #6ED063;
    filter: blur(97px);
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 0;
    right: 60px;
    transform: translateY(-50%);
}

.Looking_text {
    max-width: 77%;
    text-align: center;
    margin: 0 auto;
}

.Looking_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 110px;
  align-items: center;
}
.sectionmargin.Looking_section:nth-child(odd) .Experience_Contnat {
  order: 2 !important;
}
.sectionmargin.Looking_section:nth-child(odd) .Experience_imges{
  order: 1 !important;
}

.Experience_imges {
    position: relative;
}

.Experience_img {
    position: relative;
    z-index: 1;
}

.Experience_img img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.35));
}

.Experience_bgthames {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background: #2F7581;
    filter: blur(97px);
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 20px;
}

.Features_Ul {
    margin-top: 22px;
    padding-left: 20px;
}

.Features_Ul li p {
    margin-left: 10px;
}

.Features_Ul li {
    margin-bottom: 14px;
    position: relative;
}

.Features_Ul li::before {
    content: url(/wp-content/themes/tallyquick/images/right-mark.png);
    position: absolute;
    left: -20px;
}

.Features_bgthames {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #70DEA6;
    filter: blur(97px);
    position: absolute;
    opacity: 0.6;
    top: -100px;
    left: 0;
}

.MonitorLive_section {
    background-image: url(/wp-content/themes/tallyquick/images/monitorLive-bgimges.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.Monitorlive_Contant {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 70px;
    align-items: center;
}

.Monitorlive_txt {
    color: var(--color-White);
}

.Monitorlive_Ul {
    margin-top: 22px;
    padding-left: 20px;
}

.Monitorlive_Ul li p {
    margin-left: 10px;
}

.Monitorlive_Ul li {
    margin-bottom: 14px;
    position: relative;
}

.Monitorlive_Ul li::before {
    content: url(/wp-content/themes/tallyquick/images/right-mark-white.png);
    position: absolute;
    left: -20px;
}

.Monitorlive_imges {
    position: relative;
}

.Monitorlive_imges .Monitorlive_img {
    position: relative;
    z-index: 1;
}

.Monitorlive_bgthames {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: #70DEA6;
    filter: blur(97px);
    position: absolute;
    opacity: 0.4;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.GrowYour_text {
    max-width: 40%;
    text-align: center;
    margin: 0 auto;
}

.Empower_bgthames {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background: #2F7581;
    filter: blur(97px);
    position: absolute;
    opacity: 0.6;
    top: -60px;
    right: -30px;
}

.Optimize_bgthames {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: #70DEA6;
    filter: blur(97px);
    position: absolute;
    opacity: 0.6;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.Unlock_bgthames {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: #719B9C;
    filter: blur(97px);
    position: absolute;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Different_section {
    padding: 100px 0;
    background: #E2F9EE;
}

.Different_Contant {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 100px;
    align-items: center;
}
.Different_txt p{
    margin-top: 16px;
}
.Different_txt .ContactUs_btn{
    margin-top: 24px;
}
.Different_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.Price_mainbox {
    display: grid;
    gap: 18px;
}

.box_items {
    padding: 40px 35px;
    border-radius: 20px;
    background: var(--color-White);
    box-shadow: 3px 3px 10px 2px rgba(25, 26, 35, 0.10);
    transition: all 0.5s;
}

.frist_box {
    height: 263px;
}

.second_box {
    height: 322px;
}

.thread_box {
    height: 289px;
}

.Four_box {
    height: 300px;
}

.box_items h4 {
    margin: 10px 0;
}

.box_items p {
    line-height: 27.7px;
}

.box_items:hover {
    background-color: #70DEA8;
    box-shadow: 3px 3px 10px 2px rgba(47, 167, 108, 0.20);

}

.Empowering_text {
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
}

.Empowering_text h5 {
    font-family: 'Qwitcher Grypen', cursive;
    font-size: 80px;
    font-weight: 700;
}

.Empowering_text span {
    font-family: 'Roboto', sans-serif;
}

.leftset_imges {
    position: absolute;
    top: 33px;
    left: 0;
}

.rightset_imges {
    position: absolute;
    top: 0;
    right: 0;
}

.Streamlines_section {
    background-color: #E2F9EE;
    display: grid;
    grid-template-columns: auto 33%;
    grid-gap: 118px;
    margin-top: 60px;
}

.Streamlines_ul {
    padding: 60px 0 60px 60px;
}


.Streamlines_ul li p {
    margin-left: 20px;
}

.Streamlines_ul li {
    margin-bottom: 14px;
    position: relative;
}

.Streamlines_ul li::before {
    content: url(/wp-content/themes/tallyquick/images/right-mark.png);
    position: absolute;
    left: -20px;
}

.streamlines_imges {
    position: relative;
}

.streamlines_img {
    position: absolute;
    bottom: 0;
    right: 55px;
    z-index: 1;
}

.streamlines_bgthames {
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: #70DEA6;
    filter: blur(97px);
    position: absolute;
    opacity: 0.9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.FourSteps_bg {
    background-image: url(/wp-content/themes/tallyquick/images/four-stepsbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;

}

.four_txt {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.FourSteps_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 92px;
    margin-top: 76px;
    border-bottom: 1px solid #389565;
    padding-bottom: 40px;
}

.DisplayDiscount_items {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 20px;
}

.boxright_border {
    position: relative;
}

.boxright_border::after {
    content: '';
    position: absolute;
    top: 0;
    right: -46px;
    width: 1px;
    height: 100%;
    background: #389565;
}

.Experience_box {
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: 0;
}

.Automates_section {
    background-image: url(/wp-content/themes/tallyquick/images/automates-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: 60% auto;
    gap: 110px;
}

.Tallyquick_heading_section {
    max-width: 60%;
    margin: 0 auto;
}

.TallyQuick_Contant {
    margin-left: 150px;
    padding-top: 110px;
    display: grid;
    align-content: space-between;
}

.kudos_section {
    display: flex;
    align-items: center;
    gap: 22px;
}

.kudos_section h4 {
    color: var(--color-White);
}

.kudos_btn {
    background-color: var(--color-White);
    border: 0;
    padding: 8px 17px;
    border-radius: 35px;
}
.kudos_imges{
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.Automates_Ul {
    margin-top: 46px;
    color: var(--color-White);
    position: relative;
}

.Automates_Ul li {
    position: relative;
    z-index: 1;
}

.Automates_bgthames {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #6ED063;
    filter: blur(97px);
    position: absolute;
    opacity: 0.4;
    top: 0;
}

.automates_imges {
    margin-top: 90px;
    position: relative;
    display: flex;
    justify-content: center;
}

.ContactUs_bg {
    background: #E2F9EE;
    padding: 100px 0;
}

.ContactUs_Section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 102px;
}

.ContactUs_Contant p {
    font-size: 22px;
    margin-top: 10px;
    line-height: 35px;
}


.Contactus_imges {
    margin: 50px 0;
}

.Available_txt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Available_txt i {
    font-size: 28px;
}

.Available_txt p {
    line-height: normal;
    margin-top: 0;
    font-weight: 500;
}

.ContactUs_From {
    border-radius: 20px;
    background: var(--color-White);
    box-shadow: 3px 3px 10px 2px rgba(25, 26, 35, 0.10);
    padding: 40px 50px;
}

.Froms_items {
    margin-bottom: 15px;
}

.Froms_items input {
    border: 1px solid #93A5A2;
    border-radius: 0;
    padding: 15px 20px;
    line-height: 28px;
    height: 58px;
}

.Froms_items input::placeholder {
    color: #AEAEAE;
    font-weight: 500;
}


.Froms_items .form-control:focus {
    border-color: #93A5A2;
    outline: 0;
    box-shadow: none;
}

.PhoneNumber_items {
    position: relative;
    display: flex;
    align-items: center;
}

.country_select {
    position: absolute;
    width: 60px;
    left: 20px;
    border-right: 1px solid #93A5A2;
    padding-right: 10px;
}

.PhoneNumber_items select {
    border: 0;
    outline: 0;
    background: transparent;
    border: 0px none;
    -webkit-appearance: none; 
    appearance: none; /
}

.PhoneNumber_items input {
    padding-left: 100px;
}

.Message_text textarea {
    border: 1px solid #93A5A2;
    border-radius: 0;
    padding: 15px 20px;
    line-height: 28px;
    height: 133px;
    width: 100%;
}

.Message_text textarea::placeholder {
    color: #AEAEAE;
    font-weight: 500;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container{
  margin: 0px !important;
  padding: 0px !important;
}

.Submit_btn button, .wpforms-submit-container button.wpforms-submit {
    padding: 15px 30px !important;
    width: 100%;
    background-color: #6EE3D2 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-top: 25px;
    transition: 0.5s !important;
    border: 2px solid #6EE3D2 !important;
    height: 61px !important;
    color: #000 !important;

}
div.wpforms-container-full button[type=submit]:focus:after{
  display: none !important;
}

.Submit_btn button:hover, .wpforms-submit-container button.wpforms-submit:hover {
    background: #fff !important;
}

.NeedHelp_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 98px;
    align-items: center;
}

.Footer_section {
    background-color: var(--color-Black);
    padding: 55px 0;
    position: relative;
}

.Footer_Contant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-White);
    position: relative;
    z-index: 1;
}

.Footer_Ul {
    display: flex;
    align-items: center;
    gap: 66px;
}

.Footer_Ul li a {
    color: var(--color-White);
}

.Footer_Rights {
    margin-top: 50px;
    color: var(--color-White);
    text-align: center;
}

.Footer_bgthames {
    width: 300px;
    height: 277px;
    border-radius: 50%;
    background: #6ED063;
    filter: blur(97px);
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 17%;
}

/* Login */

.Modisoft-wrapper {
  font-family: "Varela Round", sans-serif;
}

div#background_branding_container {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition-property: opacity;
  transition-duration: 1s;
}

/* Don't Change - Positioning */
.absoluteCenter {
  margin: auto;
}

/* Sizing */
img.absoluteCenter {
  max-height: 100%;
  max-width: 100%;
}

div#background_page_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  background: #f7f7f7 no-repeat top left fixed;
}

.login_panel {
  background: #fff;
  position: fixed;
  right: 0;
  float: right;
  height: 100%;
  width: 500px;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

.login_panel_layout {
  margin: 0 auto;
  text-align: left;
}

.login_inner_container {
  min-height: 100%;
  width: 100%;
  margin-bottom: -50px;
}

.login-main-section {
  display: flex;
  width: 100%;
  padding: 0px;
}

.push {
  content: "";
  display: block;
}

.login_footer_container,
.push {
  height: 50px;
}

.sticky_footer {
  margin-top: -3.5em;
}

.inner_container {
  padding-left: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 100%;
}
.terms-footer {
  margin-left: 30px;
  color: #2c2c2c;
  height: 50px;
}

.Modisoft-wrapper .signup-page-wrapper {
  background-color: #ffffff;
  height: 100vh;
  overflow: auto;
  padding: 47px 80px 5px 80px;
  border-right: 1px solid #e7e7e7e3;
}
.Modisoft-wrapper .signup-page-wrapper > * {
  max-width: 315.25px;
  margin: auto;
}

.Modisoft-wrapper .signup-page-wrapper .logo {
  margin-bottom: 33px;
}

.Modisoft-wrapper .signup-page-wrapper .logo img {
  height: 36px;
}

.Modisoft-wrapper .signup-page-wrapper .signup-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0px;
}

.signup-page-wrapper input{
  height: 47px !important;
}

.Modisoft-wrapper .signup-page-wrapper .click-paragraph {
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 410px);
}

.Modisoft-wrapper .signup-page-wrapper .click-paragraph .customer-title {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #000000;
}

.Modisoft-wrapper
  .signup-page-wrapper
  .click-paragraph
  .customer-title
  .create-title {
  color: #2f7581;
  font-weight: 400;
}

.Modisoft-wrapper .signup-page-wrapper .login-click {
  margin-top: 34px;
}

.Modisoft-wrapper .signup-page-wrapper .login-click .title-checking {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
}

.Modisoft-wrapper
  .signup-page-wrapper
  .login-click
  .title-checking
  .title-privacy {
  color: #00a7d9;
}

.Modisoft-wrapper .signup-page-wrapper .bottom-heading > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Modisoft-wrapper .signup-page-wrapper .bottom-heading .title-looking {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dashed #707070;
  width: 100%;
  padding: 5px 0px;
  margin: 0;
}

.Modisoft-wrapper .signup-page-wrapper .bottom-heading .we-title {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
}

.Modisoft-wrapper .signup-page-wrapper .bottom-heading .icon-main {
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-top: 24px;
}
.Modisoft-wrapper .signup-page-wrapper .bottom-heading .icon-main .hideimp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Modisoft-wrapper
  .signup-page-wrapper
  .bottom-heading
  .icon-main
  .hideimp
  .icon-title {
  margin-top: 16px;
}

.signup-page-wrapper .wpforms-submit-container button.wpforms-submit, .login_bg_div .wpforms-submit-container button.wpforms-submit{
  background: #2F7581 0% 0% no-repeat padding-box !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #2F7581 !important;
  height: 47px !important;
}

.signup-page-wrapper .wpforms-submit-container button.wpforms-submit:hover, .login_bg_div .wpforms-submit-container button.wpforms-submit:hover{
  background-color: #fff !important;
  color: #2F7581 !important;
  border: 1px solid #2F7581 !important;
}

.Modisoft-wrapper .signup-page-wrapper .bottom-heading .icon-title a {
  font-size: 15px;
  line-height: 25px;
  color: #2f7581;
  font-weight: 400;
}

.Modisoft-wrapper .signup-images-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.Modisoft-wrapper .support-pages .report-form {
  padding: 0px 25px 16px 25px;
}

.Modisoft-wrapper .support-pages h4 {
  font-size: 18px;
  line-height: 27px;
  color: #2f7581;
  font-weight: 600;
  border-bottom: 1px solid #2f7581;
  padding: 16px 25px 14px 25px;
}

.Modisoft-wrapper .support-pages .form-group {
  margin-bottom: 15px;
}

.Modisoft-wrapper .support-pages .form-group label,
.detail-label-ticket {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}

.Modisoft-wrapper .support-pages .form-group .form-control {
  height: 47px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.Modisoft-wrapper .support-pages .form-group .form-control:focus {
  border-color: #c1c1c1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 254, 254, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(254, 254, 254, 0.25);
}

.Modisoft-wrapper .support-pages .form-group input {
  font-size: 16px;
}

.Modisoft-wrapper .support-pages .form-group input::-webkit-input-placeholder {
  color: #000;
}

.Modisoft-wrapper .support-pages .form-group input:-ms-input-placeholder {
  color: #000;
}

.Modisoft-wrapper .support-pages .form-group input::-ms-input-placeholder {
  color: #000;
}

.Modisoft-wrapper .support-pages .form-group input::placeholder {
  color: #000;
}

.Modisoft-wrapper .support-pages .text-area .form-control {
  height: 85px;
}

.Modisoft-wrapper .support-pages .text-area .form-control:focus {
  border-color: #c1c1c1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 254, 254, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(254, 254, 254, 0.25);
}

.Modisoft-wrapper .support-pages .upload-file .label-file {
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

.Modisoft-wrapper .support-pages .upload-file .label-file b {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
}

.Modisoft-wrapper .support-pages .upload-file input {
  display: none;
}

.Modisoft-wrapper .support-pages .upload-file label {
  min-width: 100%;
  width: 100%;
  height: 93px;
  padding: 15px;
  border: 1px dashed #c5c5c5;
  border-radius: 4px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.Modisoft-wrapper .support-pages .upload-file label:hover {
  background-color: #f2f2f2;
}

.Modisoft-wrapper .support-pages .upload-file span {
  max-width: 100%;
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Modisoft-wrapper .support-pages .page-header {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
}

.Modisoft-wrapper .support-pages .button-group .button-login {
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.Modisoft-wrapper .support-pages .button-group .button-login .button-cancle {
  border: 1px solid #2f7581;
  border-radius: 4px;
  padding: 11px 25px;
  background-color: #fff;
  color: #2f7581;
  font-weight: 500;
  font-size: 18px;
}

.Modisoft-wrapper
  .support-pages
  .button-group
  .button-login
  .button-cancle:hover {
  border: 1px solid #2f7581;
  background-color: #2f7581;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.Modisoft-wrapper .support-pages .button-group .button-login .button-submit {
  background-color: #2f7581;
  font-size: 18px;
  line-height: 27px;
  padding: 11px 25px;
  border-radius: 4px;
  border: none;
  color: #fff;
  border: 1px solid #2f7581;
}

.Modisoft-wrapper
  .support-pages
  .button-group
  .button-login
  .button-submit:hover {
  background-color: #fff;
  color: #2f7581;
  border: 1px solid #2f7581;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.Modisoft-wrapper .field-validation-error {
  color: #2f7581 !important;
  font-size: 14px;
  font-weight: 500;
}

.bg-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0px;
  text-align: center;
}

.bg-image-blur {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(23px);
  height: 100%;
}

.login-banner-center {
  justify-content: center;
}

.Modisoft-wrapper .login-banner-center .signup-page-wrapper {
  border-right: none;
}

.Modisoft-wrapper .login-banner-center #divSideMainBanner {
  display: none;
}

.Modisoft-wrapper .k-input {
  padding-top: 11px;
}

#divLoginForm .k-calendar {
  width: 300px;
}

.login-form-section {
  width: 25%;
}

.login-banner-section {
  width: 75%;
  padding: 0px;
}


/* Forgot PassWord */
.login_bg_div {
  background-image: url(/wp-content/themes/tallyquick/images/login_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #f2f5fa;
  min-height: 100vh;
}
.login_container{
  max-width: 580px;
  margin: auto;
}
.login_logo{
  text-align: center;
  margin-bottom: 24px;
  padding-top: 48px;
}
.login_logo img{
    max-width: 100%;
    height: auto;
}

.login_container .card{
  padding: 24px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  background-color: #fff;
  margin: 0px 16px;
}
.login_container .card h4{
  font-size: 22px;
  margin-bottom: 24px;
}
.login_container input.wpforms-container input.wpforms-field-medium{
  height: 47px !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
}

/* Sign Up */
.sign_up .login_container{
  max-width: 1140px;
}
.sign-up-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #0000002b;
  margin-bottom: 30px;
}
.sign-up-header p{
  font-size: 13px;
  color: #656565;
  margin-bottom: 8px;
}
.sign-up-text{
  font-size: 24px !important;
}
.login_container label.wpforms-field-label{
  font-size: 13px !important;
  color: #656565 !important;
}
/* Sign Up End */

/* Privacy Policy */
.privacy_policy.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 8%;
  display: block;
}
.site-content h1 {
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: block !important;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  line-height: 27px;
}
.site-content h2 {
  padding-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.site-content p {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #0b1932;
  margin-bottom: 1.2em;
}
.site-content ol,
.site-content ul {
  font-family: "Albert Sans", sans-serif;
  padding-left: 20px;
  margin-bottom: 1.4em;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #0b1932;
}
.site-content ul {
  list-style: disc;
}
.site-content table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 5%;
  padding: 0;
}
.site-content table tbody > tr:nth-child(odd) > td,
.site-content table tbody > tr:nth-child(odd) > th {
  background-color: #80808012;
}
.site-content table td,
.site-content table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #80808080;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 300;
  color: #0b1932;
}
.site-content table td b {
  font-weight: 700;
}
.site-content tbody tr:hover > td,
.site-content tbody tr:hover > th {
  background-color: #8080801a;
}
/* Privacy Policy End */

/* Login Media Query */
@media screen and (max-width: 1800px) {
  .login-form-section {
    width: 30%;
  }

  .login-banner-section {
    width: 70%;
  }
}

@media screen and (max-width: 1400px) {
  .login-form-section {
    width: 40%;
  }

  .login-banner-section {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .Modisoft-wrapper .signup-page-wrapper .logo img {
    height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .Modisoft-wrapper .signup-page-wrapper {
    padding: 47px 50px 5px 50px;
  }
}

@media screen and (max-width: 991px) {
  .Modisoft-wrapper .signup-page-wrapper .logo img {
    height: 28px;
  }

  .Modisoft-wrapper .signup-page-wrapper {
    height: 100vh;
    padding: 30px 30px 5px 30px;
  }
}

@media screen and (max-width: 767px) {
  .Modisoft-wrapper .signup-page-wrapper .logo {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .Modisoft-wrapper .signup-page-wrapper .logo img {
    height: 28px;
  }

  .Modisoft-wrapper .signup-images-box {
    display: none;
  }

  .Modisoft-wrapper .signup-page-wrapper .click-paragraph {
    flex-direction: column;
    height: calc(100% - 327px);
  }

  #divLoginForm .k-calendar {
    width: 350px;
  }

  .login-form-section {
    width: 100%;
  }

  .login-banner-section {
    width: 100%;
  }

  .login-main-section {
    flex-flow: column;
  }
}

@media screen and (max-width: 576px) {
  .Modisoft-wrapper .signup-page-wrapper .logo img {
    height: 24px;
  }

  .Modisoft-wrapper .signup-page-wrapper .logo {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .Modisoft-wrapper .signup-page-wrapper {
    padding: 19px 20px 50px 20px;
  }

  .Modisoft-wrapper .signup-page-wrapper .signup-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .Modisoft-wrapper .signup-page-wrapper .bottom-heading .icon-wheel img {
    width: 25px;
    height: 25px;
  }

  .Modisoft-wrapper .support-pages .button-group .button-login .button-cancle {
    border: 1px solid #2f7581;
    border-radius: 4px;
    padding: 10px 40px;
    background-color: #fff;
    color: #2f7581;
  }

  .Modisoft-wrapper .support-pages .button-group .button-login .button-submit {
    background-color: #2f7581;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 40px;
    border-radius: 4px;
    border: none;
    color: #fff;
    border: 1px solid #2f7581;
  }

  .Modisoft-wrapper .support-pages .form-group .form-control {
    height: 45px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
  }
}
/* Login Media Query End */

@media screen and (min-width: 1200px) and (min-height: 750px) {
  .banner {
    padding: 155px 15px 15px;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .p-md-5 {
    padding: 48px;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

 @media (min-width: 991px) {
    .d-lg-none{
        display: none;
    }
        .order-lg-0 {
        order: 0 !important;
    }
    .kudos_imges{
        justify-content: end;
        margin-top: 0;
    }
 }

 @media (max-width: 991px) {
  .Navbar_Rightsec {
    display: none;
  }
  .Navbar_Rightsec.active {
    display: block;
  }
  img.absoluteCenter {
    width: 90%;
    height: 90%;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .full_imges {
    left: 32% !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .Automates_section {
    grid-template-columns: 55% auto;
    gap: 70px;
  }

  .full_imges {
    left: 16%;
  }

  .heroimges_bgthames {
    left: 14%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .Looking_text {
    max-width: 100%;
  }

  .GrowYour_text {
    max-width: 50%;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .sectionmargin {
    margin-top: 80px;
  }

  .sectionpadding {
    padding-top: 80px;
  }

  .containerX {
    margin: 0 120px;
  }

  .topbar {
    padding: 27px 146px;
  }

  .Hero_section {
    padding-top: 160px;
    margin-left: 120px;
  }

  .heroimges_bgthames {
    left: 10%;
  }

  .Hero_contant p {
    margin: 25px 0;
  }

  .full_imges {
    left: 16%;
  }

  .Different_Contant {
    grid-gap: 70px;
  }

  .Different_section {
    padding: 70px 0;
  }

  .rightset_imges,
  .leftset_imges {
    width: 250px;
  }

  .Empowering_text h5 {
    font-size: 70px;
  }

  .Streamlines_ul {
    padding: 40px 0 40px 40px;
  }

  .streamlines_bgthames {
    width: 290px;
    height: 290px;
  }

  .Streamlines_section {
    grid-gap: 80px;
    margin-top: 50px;
  }

  .FourSteps_bg {
    padding: 70px 0;
  }

  .TallyQuick_Contant {
    margin-left: 120px;
    padding-top: 80px;
  }

  .Automates_section {
    grid-template-columns: 50% auto;
    gap: 60px;
  }

  .ContactUs_bg {
    background: #e2f9ee;
    padding: 70px 0;
  }

  .automates_imges {
    margin-top: 40px;
  }

  .Footer_section {
    padding: 40px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
    font-weight: 700;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 22px;
  }

  .sectionmargin {
    margin-top: 60px;
  }

  .sectionpadding {
    padding-top: 60px;
  }

  .containerX {
    margin: 0 90px;
  }

  .topbar {
    padding: 22px 115px;
  }

  .Navbar_Contant {
    gap: 30px;
  }

  .Navbar_Rightsec {
    gap: 40px;
  }

  .Hero_section {
    padding-top: 130px;
    margin-left: 90px;
    grid-gap: 0;
  }

  .full_imges {
    left: 16%;
  }

  .heroimges_bgthames {
    width: 240px;
    height: 240px;
    top: -100px;
    left: 0;
  }

  .Looking_text {
    max-width: 100%;
  }

  .Hero_contant p {
    margin: 16px 0;
  }

  .AdaptExplore_bgthames {
    width: 240px;
    height: 240px;
    right: 0px;
  }

  .AdaptExplore_Section {
    padding: 32px 0;
  }

  .Explore_btn {
    padding: 10px 26px;
    margin-top: 20px;
  }

  .Looking_section {
    grid-gap: 50px;
  }

  .Features_Ul li p,
  .Experience_Contnat p {
    font-size: 16px;
  }

  .Features_Ul {
    margin-top: 12px;
  }

  .Features_Ul li {
    margin-bottom: 8px;
  }

  .Experience_bgthames {
    width: 300px;
    height: 300px;
  }

  .Features_bgthames {
    width: 340px;
    height: 340px;
    top: -40px;
  }

  .MonitorLive_section {
    padding: 60px 0;
  }

  .Monitorlive_Contant {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }

  .Monitorlive_bgthames {
    width: 360px;
    height: 360px;
  }

  .Monitorlive_txt p {
    font-size: 16px;
  }

  .Monitorlive_Ul {
    margin-top: 12px;
  }

  .Monitorlive_Ul li {
    margin-bottom: 8px;
  }

  .GrowYour_text {
    max-width: 50%;
  }

  .Empower_bgthames {
    width: 300px;
    height: 300px;
  }

  .Optimize_bgthames {
    width: 350px;
    height: 350px;
  }

  .Unlock_bgthames {
    width: 350px;
    height: 350px;
  }

  .Different_Contant {
    grid-gap: 70px;
  }

  .Different_box {
    gap: 14px;
  }

  .Price_mainbox {
    gap: 14px;
  }

  .box_items {
    padding: 20px 15px;
  }

  .box_items h4 {
    margin: 6px 0;
  }

  .box_items p {
    font-size: 16px;
  }

  .Different_section {
    padding: 50px 0;
  }

  .rightset_imges,
  .leftset_imges {
    width: 180px;
  }

  .Empowering_text span {
    font-size: 50px;
  }

  .Empowering_text h5 {
    font-size: 60px;
  }

  .Streamlines_ul {
    padding: 25px 0 25px 35px;
  }

  .streamlines_bgthames {
    width: 250px;
    height: 250px;
  }

  .Streamlines_section {
    grid-gap: 60px;
    margin-top: 50px;
  }

  .Different_txt p {
    font-size: 16px;
  }

  .Streamlines_ul li p {
    font-size: 16px;
  }

  .FourSteps_bg {
    padding: 60px 0;
  }

  .FourSteps_box {
    column-gap: 60px;
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .Experience_box {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .boxright_border::after {
    right: -30px;
  }

  .DisplayDiscount_items p {
    font-size: 16px;
  }

  .TallyQuick_Contant {
    margin-left: 90px;
    padding-top: 60px;
  }

  .Tallyquick_heading_section {
    max-width: 80%;
  }

  .Automates_Ul p {
    font-size: 16px;
  }

  .Automates_section {
    grid-template-columns: 50% auto;
    gap: 50px;
  }

  .kudos_btn {
    padding: 8px 20px;
  }

  .ContactUs_bg {
    padding: 60px 0;
  }

  .Contactus_imges {
    margin: 25px 0;
  }

  .Froms_items input, .wpforms-container input {
    padding: 8px 15px;
    line-height: 20px;
    height: 44px;
  }

  .PhoneNumber_items input {
    padding-left: 100px;
  }

  .Froms_items {
    margin-bottom: 10px;
  }

  .Submit_btn button {
    padding: 10px 30px;
    margin-top: 20px;
  }

  .ContactUs_From {
    padding: 25px 30px;
  }

  .ContactUs_Section {
    grid-gap: 70px;
  }

  .automates_imges {
    margin-top: 40px;
  }

  .NeedHelp_section {
    grid-gap: 65px;
  }

  .Footer_section {
    padding: 40px 0;
  }

  .Footer_Contant {
    padding-bottom: 30px;
  }

  .Footer_Ul {
    gap: 46px;
  }

  .Footer_Rights {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .Navbar_Rightsec {
    position: fixed;
    width: 100%;
    background: var(--color-White);
    height: auto;
    left: 0;
    top: 71px;
    display: none;
    z-index: 9999;
    padding: 3rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  }

  .Black_Layars {
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 0%, 0.616);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .Navbar_items {
    margin-bottom: 15px;
  }

  .Navbar_items .Navbar_link {
    font-size: 20px;
  }

  .Navbar_Contant {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 34px;
    font-weight: 700;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .btn_thames {
    padding: 8px 25px;
    font-size: 16px;
  }

  .sectionmargin {
    margin-top: 60px;
  }

  .sectionpadding {
    padding-top: 60px;
  }

  .containerX {
    margin: 0 60px;
  }

  .herosection_background {
    padding-bottom: 60px;
  }

  .topbar {
    padding: 20px 90px;
  }

  .Navbar_Contant {
    top: 80px;
  }

  .Navbar_Contant {
    gap: 30px;
  }

  .Navbar_Rightsec {
    gap: 40px;
  }

  .Hero_section {
    padding-top: 110px;
    margin-left: 60px;
  }

  .full_imges {
    left: 17%;
  }

  .heroimges_bgthames {
    width: 200px;
    height: 200px;
    left: 0;
  }

  .Looking_text,
  .Hero_contant {
    max-width: 100%;
  }

  .Hero_contant p {
    margin: 18px 0;
  }

  .AdaptExplore_bgthames {
    width: 200px;
    height: 200px;
    right: 0px;
  }

  .AdaptExplore_Section {
    padding: 26px 0;
  }

  .Explore_btn {
    padding: 10px 26px;
    margin-top: 20px;
  }

  .Looking_section {
    grid-gap: 50px;
  }

  .Features_Ul li p,
  .Experience_Contnat p {
    font-size: 16px;
  }

  .Features_Ul {
    margin-top: 12px;
  }

  .Features_Ul li {
    margin-bottom: 6px;
  }

  .Experience_bgthames {
    width: 261px;
    height: 260px;
  }

  .Features_bgthames {
    width: 300px;
    height: 300px;
    top: -40px;
  }

  .MonitorLive_section {
    padding: 50px 0;
  }

  .Monitorlive_Contant {
    grid-template-columns: none;
    grid-gap: 40px;
  }

  .Monitorlive_txt p {
    font-size: 16px;
  }

  .Monitorlive_Ul {
    margin-top: 12px;
  }

  .Monitorlive_Ul li {
    margin-bottom: 6px;
  }

  .Empower_bgthames {
    width: 280px;
    height: 280px;
  }

  .Optimize_bgthames {
    width: 320px;
    height: 320px;
  }

  .Unlock_bgthames {
    width: 320px;
    height: 320px;
  }

  .Different_Contant {
    grid-gap: 25px;
  }

  .Different_box {
    grid-gap: 10px;
  }

  .Price_mainbox {
    gap: 10px;
  }

  .box_items h4 {
    margin: 6px 0;
  }

  .box_items {
    padding: 15px;
    height: auto !important;
  }

  .box_items p {
    font-size: 16px;
  }

  .Different_section {
    padding: 50px 0;
  }

  .rightset_imges,
  .leftset_imges {
    width: 150px;
  }

  .Froms_items {
    margin-bottom: 10px;
  }

  .Empowering_text span {
    font-size: 40px;
  }

  .Empowering_text h5 {
    font-size: 60px;
  }

  .Streamlines_ul {
    padding: 0px 30px 25px 30px;
  }

  .streamlines_bgthames {
    width: 250px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
  }

  .Streamlines_section {
    grid-gap: 40px;
    margin-top: 0;
    grid-template-columns: none;
  }

  .streamlines_img {
    position: inherit;
    bottom: inherit;
    right: inherit;
  }

  .Different_txt p {
    font-size: 16px;
  }

  .Streamlines_ul li p {
    font-size: 16px;
  }

  .streamlines_imges {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 35px;
  }

  .FourSteps_bg {
    padding: 50px 0;
  }

  .FourSteps_box {
    column-gap: 50px;
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .Experience_box {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .boxright_border::after {
    right: -25px;
  }

  .DisplayDiscount_items p {
    font-size: 16px;
  }

  .TallyQuick_Contant {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 0;
  }

  .Tallyquick_heading_section {
    max-width: 90%;
  }

  .Automates_Ul p {
    font-size: 16px;
  }

  .Automates_section {
    grid-template-columns: none;
    gap: 50px;
  }

  .kudos_btn {
    padding: 8px 20px;
  }

  .ContactUs_Section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  .ContactUs_bg {
    padding: 50px 0;
  }

  .ContactUs_Contant p {
    font-size: 18px;
    line-height: 26px;
  }

  .Contactus_imges {
    margin: 20px 0;
  }

  .Froms_items label,
  .Froms_items label {
    font-size: 16px;
  }

  .Froms_items {
    margin-bottom: 10px;
  }

  .ContactUs_From {
    padding: 20px 30px;
  }

  .Froms_items input {
    padding: 6px 20px;
    height: 42px;
  }

  .PhoneNumber_items input {
    padding-left: 100px;
  }

  .automates_imges {
    margin-top: 40px;
  }

  .NeedHelp_section {
    grid-gap: 50px;
  }

  .Footer_section {
    padding: 30px 0;
  }

  .Footer_Contant {
    padding-bottom: 20px;
  }

  .Footer_Ul {
    gap: 30px;
  }

  .Footer_Rights {
    margin-top: 20px;
  }

  .Footer_Rights p {
    font-size: 16px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .btn_thames {
    padding: 8px 25px;
    font-size: 16px;
  }

  .sectionmargin {
    margin-top: 40px;
  }

  .sectionpadding {
    padding-top: 50px;
  }

  .containerX {
    margin: 0 40px;
  }

  .Hero_section {
    padding-top: 110px;
    margin-left: 40px;
    grid-gap: 30px;
  }

  .full_imges {
    left: -20px;
  }

  .heroimges_bgthames {
    width: 230px;
    height: 230px;
    left: 100px;
  }

  .hero_img {
    width: 70%;
    margin-left: auto;
  }

  .herosection_background {
    padding-bottom: 40px;
  }

  .topbar {
    padding: 16px 60px;
  }

  .Hero_contant p {
    margin: 15px 0;
    font-size: 16px;
  }

  .Looking_text,
  .Hero_contant {
    max-width: 100%;
  }

  .AdaptExplore_bgthames {
    width: 200px;
    height: 200px;
    right: 0px;
  }

  .AdaptExplore_Section {
    padding: 20px 0;
  }

  .Explore_btn {
    padding: 8px 20px;
    margin-top: 15px;
    font-size: 16px;
  }

  .Looking_section {
    grid-template-columns: none;
    grid-gap: 30px;
  }

  .Features_Ul li p,
  .Experience_Contnat p {
    font-size: 16px;
  }

  .Features_Ul {
    margin-top: 12px;
  }

  .Features_Ul li {
    margin-bottom: 6px;
  }

  .Experience_bgthames {
    width: 261px;
    height: 260px;
  }

  .Features_bgthames {
    width: 300px;
    height: 300px;
    top: -40px;
  }

  .MonitorLive_section {
    padding: 40px 0;
  }

  .Monitorlive_Contant {
    grid-template-columns: none;
    grid-gap: 30px;
  }

  .Monitorlive_txt p {
    font-size: 16px;
  }

  .Monitorlive_Ul {
    margin-top: 12px;
  }

  .Monitorlive_Ul li {
    margin-bottom: 6px;
  }

  .Monitorlive_bgthames {
    width: 450px;
    height: 450px;
  }

  .GrowYour_text {
    max-width: 50%;
  }

  .Empower_bgthames {
    width: 280px;
    height: 280px;
  }

  .Optimize_bgthames {
    width: 300px;
    height: 300px;
  }

  .Unlock_bgthames {
    width: 300px;
    height: 300px;
  }

  .Different_section {
    padding: 40px 0;
  }

  .Different_Contant {
    grid-template-columns: inherit;
    grid-gap: 30px;
  }

  .box_items {
    padding: 20px;
  }

  .box_items p {
    font-size: 16px;
  }

  .rightset_imges,
  .leftset_imges {
    width: 100px;
  }

  .leftset_imges {
    top: 18px;
  }

  .Empowering_text h5 {
    font-size: 40px;
  }

  .Tallyquick_heading_section p {
    font-size: 16px;
  }

  .streamlines_bgthames {
    width: 250px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
  }

  .Streamlines_section {
    grid-gap: 30px;
    margin-top: 0;
    grid-template-columns: none;
  }

  .streamlines_img {
    position: inherit;
    bottom: inherit;
    right: inherit;
  }

  .Different_txt p {
    font-size: 16px;
  }

  .Streamlines_ul li p {
    font-size: 16px;
  }

  .streamlines_imges {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .Streamlines_ul {
    padding: 0 20px 20px 30px;
  }

  .FourSteps_bg {
    padding: 40px 0;
  }

  .FourSteps_box {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    border-bottom: none;
    padding-bottom: 0;
  }

  .boxright_border::after {
    position: inherit;
  }

  .Experience_box {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .DisplayDiscount_items {
    padding: 20px 0;
    border-bottom: 1px solid #389565;
  }

  .DisplayDiscount_items p {
    font-size: 16px;
  }

  .DisplayDiscount_items {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 15px;
  }

  .Automates_section {
    grid-template-columns: none;
    gap: 30px;
  }

  .ContactUs_bg {
    padding: 40px 0;
  }

  .ContactUs_Contant p {
    font-size: 18px;
    line-height: 20px;
  }

  .Contactus_imges {
    margin: 20px 0;
  }

  .Available_txt i {
    font-size: 22px;
  }

  .ContactUs_From {
    padding: 18px 24px;
  }

  .Froms_items label,
  .Froms_items label {
    font-size: 16px;
  }

  .Froms_items {
    margin-bottom: 10px;
  }

  .Froms_items input {
    padding: 6px 20px;
    height: 40px;
  }

  .Submit_btn button {
    padding: 10px 30px;
    margin-top: 15px;
  }

  .PhoneNumber_items input {
    padding-left: 100px;
  }

  .Message_text textarea {
    padding: 10px 20px;
    line-height: 22px;
  }

  .ContactUs_Section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .TallyQuick_Contant {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
  }

  .Tallyquick_heading_section {
    max-width: 100%;
  }

  .kudos_imges {
    margin: 0 40px;
  }

  .Automates_Ul p {
    font-size: 16px;
  }

  .automates_imges {
    margin-top: 30px;
  }

  .NeedHelp_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .NeedHelp_Contant p {
    font-size: 16px;
  }

  .Footer_section {
    padding: 20px 0;
  }

  .Footer_Contant {
    padding-bottom: 20px;
  }

  .Footer_Ul {
    justify-content: center;
    gap: 16px;
  }

  .social-menu ul {
    gap: 16px;
    justify-content: center;
  }

  .Footer_Rights {
    margin-top: 20px;
  }

  .Footer_Rights p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .btn_thames {
    padding: 8px 16px;
    font-size: 16px;
  }

  .sectionmargin {
    margin-top: 30px;
  }

  .sectionpadding {
    padding-top: 50px;
  }

  .containerX {
    margin: 0 20px;
  }

  .Nav_logo {
    max-width: 37%;
  }

  .login_signup_btn {
    gap: 6px;
  }

  .Hero_section {
    padding-top: 90px;
    margin-left: 20px;
    grid-gap: 30px;
  }

  .full_imges {
    left: -10px;
  }

  .heroimges_bgthames {
    width: 160px;
    height: 160px;
    left: 0;
    top: -50px;
  }

  .hero_img {
    width: 70%;
    margin-left: auto;
  }

  .herosection_background {
    padding-bottom: 40px;
  }

  .topbar {
    padding: 16px 35px;
  }

  .Navbar_Rightsec {
    top: 59px;
  }

  .Looking_text,
  .Hero_contant {
    max-width: 100%;
  }

  .Hero_contant p {
    margin: 15px 0;
    font-size: 16px;
  }

  .AdaptExplore_bgthames {
    width: 160px;
    height: 160px;
    right: 0px;
  }

  .AdaptExplore_Section {
    padding: 20px 0;
  }

  .Explore_btn {
    padding: 6px 18px;
    margin-top: 12px;
    font-size: 14px;
  }

  .Looking_section {
    grid-template-columns: none;
    grid-gap: 30px;
  }

  .Features_Ul li p,
  .Experience_Contnat p {
    font-size: 16px;
  }

  .Features_Ul {
    margin-top: 12px;
  }

  .Features_Ul li {
    margin-bottom: 6px;
  }

  .Experience_bgthames {
    width: 261px;
    height: 260px;
  }

  .Features_bgthames {
    width: 300px;
    height: 300px;
    top: -40px;
  }

  .MonitorLive_section {
    padding: 30px 0;
  }

  .Monitorlive_Contant {
    grid-template-columns: none;
    grid-gap: 30px;
  }

  .Monitorlive_txt p {
    font-size: 16px;
  }

  .Monitorlive_Ul {
    margin-top: 12px;
  }

  .Monitorlive_Ul li {
    margin-bottom: 6px;
  }

  .Monitorlive_bgthames {
    width: 350px;
    height: 350px;
  }

  .GrowYour_text {
    max-width: 60%;
  }

  .Empower_bgthames {
    width: 250px;
    height: 250px;
    right: 0;
  }

  .Optimize_bgthames {
    width: 280px;
    height: 280px;
  }

  .Unlock_bgthames {
    width: 280px;
    height: 280px;
  }

  .Different_section {
    padding: 30px 0;
  }

  .Different_Contant {
    grid-template-columns: inherit;
    grid-gap: 30px;
  }

  .Different_box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
  }

  .Price_mainbox {
    gap: 14px;
  }

  .box_items {
    padding: 20px;
    height: auto;
  }

  .box_items p {
    font-size: 16px;
  }

  .rightset_imges,
  .leftset_imges {
    width: 50px;
  }

  .Empowering_text h5 {
    font-size: 30px;
  }

  .Empowering_text {
    gap: 10px;
  }

  .Empowering_text img {
    width: 48%;
  }

  .Tallyquick_heading_section p {
    font-size: 16px;
  }

  .streamlines_bgthames {
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .Streamlines_section {
    grid-gap: 0;
    margin-top: 0;
    grid-template-columns: none;
  }

  .streamlines_img {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 60%;
  }

  .Different_txt p {
    font-size: 16px;
  }

  .Streamlines_ul li p {
    font-size: 16px;
  }

  .streamlines_imges {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .Streamlines_ul {
    padding: 20px 30px;
  }

  .FourSteps_bg {
    padding: 30px 0;
  }

  .FourSteps_box {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }

  .boxright_border::after {
    position: inherit;
  }

  .Experience_box {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .DisplayDiscount_items {
    padding: 15px 0;
    border-bottom: 1px solid #389565;
  }

  .DisplayDiscount_items p {
    font-size: 16px;
  }

  .DisplayDiscount_items {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 15px;
  }

  .Automates_section {
    grid-template-columns: none;
    gap: 30px;
  }

  .TallyQuick_Contant {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .leftset_imges {
    top: 10px;
  }

  .Tallyquick_heading_section {
    max-width: 95%;
  }

  .kudos_imges {
    margin: 0 20px;
  }

  .kudos_section {
    gap: 12px;
  }

  .Automates_Ul p {
    font-size: 16px;
  }

  .automates_imges {
    margin-top: 30px;
  }

  .ContactUs_bg {
    padding: 30px 0;
  }

  .ContactUs_Contant p {
    font-size: 16px;
    line-height: 20px;
  }

  .Contactus_imges {
    margin: 20px 0;
  }

  .Available_txt i {
    font-size: 22px;
  }

  .ContactUs_From {
    padding: 18px 24px;
  }

  .Froms_items label,
  .Froms_items label {
    font-size: 16px;
  }

  .Froms_items {
    margin-bottom: 10px;
  }

  .Froms_items input {
    padding: 6px 15px;
    height: 40px;
    font-size: 16px;
  }

  .PhoneNumber_items select {
    font-size: 16px;
  }

  .country_select {
    left: 15px;
  }

  .Submit_btn button {
    padding: 10px 30px;
    margin-top: 15px;
    font-size: 16px;
  }

  .PhoneNumber_items input {
    padding-left: 100px;
  }

  .Message_text textarea {
    padding: 10px 20px;
    line-height: 22px;
    height: 100px;
  }

  .ContactUs_Section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .NeedHelp_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .NeedHelp_Contant p {
    font-size: 16px;
  }

  .Footer_section {
    padding: 20px 0;
  }

  .Footer_Contant {
    padding-bottom: 20px;
  }

  .Footer_Contant {
    display: grid;
    justify-content: center;
    gap: 15px;
  }

  .Footer_Ul {
    justify-content: center;
    gap: 16px;
  }

  .social-menu ul {
    gap: 16px;
    justify-content: center;
  }

  .Footer_Rights {
    margin-top: 20px;
  }

  .Footer_Rights p {
    font-size: 16px;
  }

  .Footer_bgthames {
    width: 250px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
  }
}