/*!
Theme Name: GA4 Landing
Theme URI: http://underscores.me/
Author: Tatvic Analytics
Author URI: https://wpconfigs.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ga4landing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GA4 Landing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none;}
html {scroll-behavior: smooth; scroll-padding-top: 100px;}
body{font-size: 14px;line-height:1.5em;color:#383838;margin:0;padding:0;outline:0px !important;font-weight: 400;letter-spacing: normal;font-family: 'Poppins', sans-serif;overflow-x: hidden;}
a{text-decoration:none;transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;color:#191a4a;outline:0px ;}
img{max-width:100%;display:inline-block;vertical-align:middle;border:0;outline:none;outline:0px !important;}
p{margin:0 0 20px;}
sup{font-size:0.6em;}
h1, h2, h3, h4, h5, h6{font-weight: 600;margin:0 0 20px 0;line-height: normal;}
h1{font-size:40px;}
h2{font-size:30px;}
h3{font-size:26px;}
h4{font-size:22px;}
h5{font-size:20px;}
h6{font-size:16px;}
table{empty-cells:show;border:1px solid #cbcbcb;border-collapse:collapse;border-spacing:0;margin-bottom:15px;outline:0px ;}
thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom;}
table td:first-child, .table th:first-child{border-left-width:0;}
table th, table td{padding:0.5em 1em;outline:0px ;}
table td, table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em;outline:0px ;}
table th{border-bottom:1px solid #cbcbcb;}
table td{border-bottom:1px solid #cbcbcb;}
ul{margin:0px;padding:0px 0 15px 15px;};
ol{margin:0px;padding:0px 0 15px 13px;}
li{margin:0px;padding:0 0 8px;list-style-type:disc;list-style-position:outside;}
ol li{list-style:decimal;}
input:focus{outline:none;outline:0px ;}
input.wpcf7-form-control.has-spinner.wpcf7-submit.migrated_audit {background-color: #4151E1;}
.btn, input[type="submit"]{display: inline-block;width: auto;padding: 18px 23px;background-color: #0D4AF1;min-width: 190px;text-align: center;color: #ffffff;border-radius: 7px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.03em;border: 0;font-size: 12px;cursor:pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-family: 'Poppins';}
.btn.sm-btn, input[type="submit"].sm-btn{padding: 7px 10px;min-width: 120px;font-size: 12px;}
.btn.btn-with-right-icon ,input[type="submit"].btn-with-right-icon{text-align: left;}
.btn-with-left-icon span{display: inline-block;padding-right: 10px;}
.btn-with-right-icon span {display: inline-block;margin-left: 8px;}
.white-btn{background-color: #ffffff !important;color: #0D4AF1 !important;}
.btn:hover, input[type="submit"]:hover{background-color: #002878;}
.white-btn:hover{background-color: #e5e5e5;}
.alignleft{float:left;margin:0 20px 20px 0;}
.alignright{float:right;margin:0 0 20px 20px;}
.alignnone{float:none;margin:0 0 15px 0px;display:block;}
.aligncenter{float:none;margin:0 auto 15px auto;display:list-item;}
.text-center{text-align:center;}
.section{display:inline-block; vertical-align:top; width:100%;}
.row{display:flex;flex-wrap:wrap;margin-left: -10px;margin-right: -10px;}
.row > div{padding: 0px 10px;}
.col-3{width: 25%;}
.col-4{width:33.33%;}
.col-6{width:50%;}
.col-12{width:100%;}
.p-0{padding: 0 !important;}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none !important;
}
/*Page Loader*/
.no-js #loader{display:none;}
.js #loader{display:block;position:absolute;left:100px;top:0;}
.se-pre-con{position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:9999;background:url(images/loader.svg) center no-repeat #fff;background-size:80px auto;}
/*Page Loader End*/
section{display:inline-block;vertical-align:top;width:100%;}
.container{width: 1180px;max-width:100%;margin:auto;padding:0 20px;}
.d-flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.flex-wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.align-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-start{-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-end{-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.justify-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-start{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.justify-end{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
span.line-seperator { /* By Riddhi */
    border-left: 1px solid;
    margin-left: 10px;
    margin-right: 10px;
}
.justify-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.overlay-link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;}
.slick-arrow{width: 10px;height: 15px;background-color: transparent;}
.slick-arrow:before{display: none;}
.slick-next{background-image: url('images/angle-right.svg');right: 0;}
.slick-prev{background-image: url('images/angle-left.svg');left: 0;}
.slick-dots{position: static;}
.slick-dots li{width: auto;height: auto;margin: 0 3px;}
.slick-dots li button{width: 10px;height: 10px;background-color: #D9D9D9;border-radius: 100%;border: 0px;padding: 0;}
.slick-dots li button:before{display: none;}
.slick-dots li.slick-active button{background-color: #494949;}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="url"], textarea, select{
    display: block;
    padding: 12px 9px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    background-color: #fafafa;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
input[type="text"].control-style-2, input[type="email"].control-style-2, input[type="password"].control-style-2, input[type="tel"].control-style-2, input[type="number"].control-style-2, input[type="url"].control-style-2, textarea.control-style-2, select.control-style-2{
    background-color: #ffffff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
textarea{
    height: 100px;
    resize: none;
}
::-webkit-input-placeholder{
    color: #9C9C9C;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	font-size:10px;
}

:-ms-input-placeholder{
    color: #9C9C9C;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	font-size:10px;
}

::placeholder{
    color: #9C9C9C;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	font-size:10px;
}
p:empty{
    display: none;
}
.form-group{
    width: 100%;
	position: relative;
    clear: both;
}
.form-group label {
    display: block;
    margin-bottom: 11px;
    float: left;
    width: 100%;
    clear: both;
}
.modal-form-block input[type="submit"] {
    min-width: 96px;
}

.title{
    width: 100%;
}
.title h3{
    font-weight: 400;
    margin-bottom: 6px;
}
.title h2{
    font-weight: 700;
    letter-spacing: -0.003em;
}
.title p a{
    color: #0D4AF1;
}
.modal-box {
    display: none;
    position: fixed;
    top: 50% !important;
    left: 50%;
	transform: translate(-50%, -50%);
    z-index: 4;
    width: auto;
    overflow: auto;
    border-radius: 0px;
    padding: 50px 0px;
}
.modal-container{
    width: 950px;
    max-width: 100%;
    background-color: #ffffff;
    margin: auto;
    left: 0;
    right: 0;
}
.modal-container-md{
    width: 560px;
}
.modal-container-sm{
    width: 442px;
}
.modal-container-sm-a{
    width: 442px;
}
.modal-box .modal-body {
    padding: 23px 30px;
    position: relative;
}
.modal-form-block {
    width: 100%;
    padding-top: 2px;
}
.modal-overlay{
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}
a.js-modal-close.close {
    position: absolute;
    right: 15px;
    top: 15px;
}
:root {
    --underline-intrinsic-width: 8;
    --underline-width: 16;
    --underline-color: #E1EFFF;
    --underline-cap-width: 0px;
    --underline-offset-y: -3px;
    --underline-padding-x: 0.12em;
    --cap-image-left: url(https://files-d4s40otz1.now.sh/left.svg);
    --cap-image-right: url(https://files-4vvqilj8v.now.sh/right.svg);
}

.heading-styling{
    display: inline;
    --underline-width-scale: calc(20 / var(--underline-intrinsic-width));
    box-decoration-break: clone;
    background-repeat: no-repeat;
    background-image:
        linear-gradient(180deg, var(--underline-color), var(--underline-color)),
        var(--cap-image-left),
        var(--cap-image-right);
    background-position-x:
        calc(var(--underline-cap-width) * var(--underline-width-scale)),
        0,
        100%;
    background-position-y: calc(100% - var(--underline-offset-y) * -1);
    background-size:
        calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px),
        auto calc(var(--underline-width) * 1px),
        auto calc(var(--underline-width) * 1px);
}

h1.heading-styling {font-size: 30px;}

.site-header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
}
.site-header.fixed-header{
    border-bottom: 1px solid #e0e0e0;
}
.t-logo {display: inline-block;}
.g-logo { display: initial;}
.g-logo img {width: 40%; margin-top: 5px;}
.header_topbar {
    width: 100%;
    padding: 8px 0;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.12);
}
.header_topbar_right {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
span.m_sucs{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 23px;
}
span.m_sucs img{
    margin-right: 6px;
}
span.m_sucs span{
    font-size: 14px;
    color: #01941A;
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 1;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
span.m_sucs span{
	/*text-decoration: blink;
	-webkit-animation-name: blinker;*/
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
span.m_sucs span:after{
    position: absolute;
    content: '';
    height: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #DBF8E6;
    z-index: -1;
}
.header_bottom_menu{
    width: 100%;
    position: relative;
}
.header_bottom_menu{
    width: 100%;
    background-color: #F6F6F6;
}
.header_bottom_menu nav ul{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.header_bottom_menu nav ul li{
    display: inline-block;
    list-style: none;
    padding: 0;
}
.ga4-feature-box .overlay-link {
    z-index: 1;
}
.vs-bg-block .overlay-link {
    z-index: 1;
}
.header_bottom_menu nav ul li a {
    padding: 19px 24.2px;
    display: inline-block;
}
.header_bottom_menu nav ul li a:hover{
    background-color: #E0E0E0;
}
.header_bottom_menu nav ul li.current-menu-item a{
    background-color: #E0E0E0;
}
.header_bottom_menu nav ul li.menu-item-has-children{
    position: relative;
}
.header_bottom_menu nav ul li.menu-item-has-children .sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    min-width: 178px;
    background-color: #e0e0e0;
}
.header_bottom_menu nav ul li.menu-item-has-children .sub-menu li{
    width: 100%;
}
.header_bottom_menu nav ul li.menu-item-has-children .sub-menu li a{
    width: 100%;
}
.header_bottom_menu nav ul li.menu-item-has-children .sub-menu li a:hover, .header_bottom_menu nav ul li.menu-item-has-children .sub-menu li.current-menu-item a{
    background-color: #d5d5d5;
}
.header_bottom_menu nav ul li.menu-item-has-children:after{
    position: absolute;
    content: '';
    right: 6px;
    top: 25px;
    background-image: url(images/down_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
}
.header_bottom_menu nav ul li.menu-item-has-children:hover .sub-menu{
    display: block;
}

.hero-block {
    width: 100%;
    padding-top: 50px; /*By Riddhi */
    padding-bottom: 37px;
}
.hero-block .hero-left-box{
    padding-top: 6px;
}
.hero-left-box {
    width: 50%;
}
.hero-left-box h2{
    position: relative;
}
.select-page{
    width: 100%;
    padding-bottom: 40px;
}
.custom-dropdown-box{
    position: relative;
}
.custom-dropdown-box .custom-dropdown{
    position: absolute;
    top: 30px;
    left: 0;
    /*background-color: #ffffff;*/
    list-style: none;
    padding: 0;
    margin: 0;
    /*-webkit-box-shadow: 0px 4px 25px 0px rgb(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 25px 0px rgb(0,0,0,0.15);*/
    display: none;
    z-index: 1;
}
.custom-dropdown-box .custom-dropdown li{
    display: block;
    list-style: none;
    padding: 0;
}
.custom-dropdown-box .custom-dropdown li a{
    /*padding: 10px 15px;*/
    display: inline-block;
    width: 100%;
}
.custom-dropdown-box .custom-dropdown li a:hover{
    /*background-color: #e0e0e0;*/
    color: #0D4AF1;
}
.custom-dropdown-link{
    width: auto;
    display: inline-block;
    font-size: 16px;
    padding-right: 28px;
    background-image: url('images/arrow_down.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 12px;
}
.custom-dropdown-link span{
    display: inline-block;
    color: #0D4AF1;
    font-weight: 700;
}
.select-page ul.custom-dropdown {
    left: 30px;
    min-width: 235px;
}
.hero-left-box h2{
    letter-spacing: -0.002em;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 27px;
    /* text-decoration: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #E1EFFF;
    text-underline-offset: -4px; */
}
.hero-left-box p{
    line-height: 1.58em;
	margin-top: 25px;
}
.g-partner {
    padding-top: 12px;
}
span.item-left {
    float: left; /* By Riddhi*/
}
span.item-right {
    float: right; /* By Riddhi*/
}
.item-right h6 {
    font-size: 14px; /* By Riddhi*/
}
.form-descri {
    display: inline-block; /* By Riddhi*/
}
.hero-form-box2 {margin-top: 25px !important; /* By Riddhi*/}
span.tag {
    position: absolute;
    top: -10%;
    text-transform: uppercase;
    background: #9BEC8E;
    color: #1E9700;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-radius: 5px;
}
.hero-right-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
.hero-form-box, .hero-form-box2 {
    width: 377px;
    max-width: 100%;
    -webkit-box-shadow: 0px 4px 25px 0px rgb(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 25px 0px rgb(0,0,0,0.25);
    margin: 0 auto;
    border: 1px solid #CBCBCB;
    border-radius: 7px;
    padding: 20px 32px;
    position: relative;
    right: -11px;
    background-color: #ffffff;
}
.hero-form-box h5{
    font-weight: 400;
    text-align: center;
}
.hero-form-box form{
    padding-top: 6px;
}
.hero-form-box .btn{
    margin-top: 10px;
    background-image: url('images/btn-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 84% 49%;
    padding-right: 50px;
}
/*.hero-form-box:before{
    position: absolute;
    content: '';
    width: 113px;
    height: 152px;
    background-image: url(images/hero-form-shape1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -67px;
    bottom: 8px;
    z-index: -1;
}*/
/*.hero-form-box:after{
    position: absolute;
    content: '';
    width: 113px;
    height: 152px;
    background-image: url(images/hero-form-shape1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -58px;
    top: 32px;
    z-index: -1;
    transform: rotate(-116deg);
}*/

.logo-carousel-block {
    width: 100%;
    background-color: #F6F6F6; /* By Riddhi */
}
.logo-carousel{
    width: 100%;
}
.logo-box {
    width: 155px;
    margin: 0 5px;
    text-align: center;
}
.logo-box img{
    display: inline-block !important;
}

.ga4-block{
    width: 100%;
    background-color: #F6F6F6;
    padding: 59px 0px 40px;
}
.ga4-two-col-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 7px;
    align-items: flex-start;
}
.ga4-accordion-block {
    width: calc(100% - 225px);
}
.ga4-accordion-block .acc{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.acc__card{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    border-radius: 6px;
    position: relative;
    margin-bottom: 20px;
}
.ga4-accordion-block .acc .acc__card .acc__title:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 11px;
    background-image: url(images/down_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 30px;
    top: 64px;
}
.left-modal-box .acc__title { /* By Riddhi */
    padding: 10px 10px 5px 10px;
}
.left-modal-box .acc__title h3 {
    font-size: 14px; /* By Riddhi */
}
.left-modal-box .acc__panel {font-size: 10px;padding: 0px 24px 10px 24px;/* By Riddhi */}
.left-modal-box .acc_title_icon img {max-height: 20px;/* By Riddhi */}
.acc__title{
    width: 100%;
    line-height: 1.52em;
    padding: 24px 64px 24px 24px; /* By Riddhi */
    transition: all .5s;
    cursor: pointer;
}
.acc__title h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.acc__title p{
    margin-bottom: 0;
}
.acc__panel{
    width: 100%;
    line-height: 1.52em;
    display: none;
    padding: 0px 24px 24px 24px;
}
.acc__panel p:last-child{
    margin-bottom: 0;
}
.ga4-feature-box{
    width: 225px;
    background-color: #0D4AF1;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 47px 22px 148px 24px;
}
.ga4-feature-box:before{
    position: absolute;
    content: '';
    top: 0;
    left: -12px;
    width: 100%;
    height: 100%;
    background-image: url(images/ga4-feature-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: contrast(0) brightness(0) saturate(2);
    opacity: 0.3;
}
.ga4-feature-box h4{
    position: relative;
    color: #ffffff;
    font-weight: 400;
}
.ga4-feature-box h4 strong{
    padding-left: 4px;
}
.ga4-feature-box .btn {
    position: absolute;
    bottom: 39px;
    left: 18px;
    right: 20px;
    margin: auto;
    padding: 15px 15px;
}

.comparison-table-block{
    width: 100%;
    padding: 57px 0px 68px;
}
.comparison-table-block .title h2{
    letter-spacing: -0.005em;
    margin-bottom: 22px;
}
.comparison-table-block .title h2 span{
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.comparison-table-block .title p {
    width: 78%;
    line-height: 2.1em;
}
.comparison-table{
    width: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    margin-top: 32px;
    overflow: hidden;
}
.comparison-table table{
    width: 100%;
    text-align: left;
    border: 0;
    margin: 0;
}
.comparison-table h3 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700;
}
.comparison-table table tr th{
    font-size: 20px;
    padding: 28px 23px 26px;
    width: 33.333%;
    border: 1px solid #E2E2E2;
    border-top: 0;
}
.comparison-table table tr td{
    width: 33.333%;
    padding: 22px 19px 22px;
    border: 1px solid #E2E2E2;
    border-top: 0;
    vertical-align: top;
}
.comparison-table table tr td ul{
    padding: 0 0 0 26px;
}
.comparison-table table tr td ul li{
    padding: 0 0 12px;
    list-style: none;
    position: relative;
}
.comparison-table table tr td ul li:before{
    position: absolute;
    content: '•';
    left: -14px;
}
.comparison-table table tr td ul li:last-child{
    padding-bottom: 0;
}
.comparison-table table tr th:first-child, .comparison-table table tr td:first-child{
    border-left: 0;
}
.comparison-table table tr th:last-child, .comparison-table table tr td:last-child{
    background-color: #FAF7EF;
    border-right: 0;
	-webkit-box-shadow: -7px 12px 24px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -7px 12px 24px 0px rgba(0,0,0,0.2);
box-shadow: -7px 12px 24px 0px rgba(0,0,0,0.2);
}
.comparison-table table tr td ul li a{
    color: #0D4AF1;
}

.ga4-calc-block{
    width: 100%;
    background-color: #FFFFFF;
    padding: 59px 0px 61px;
}
.ga4-calc-block .title h2{
    margin-bottom: 28px;
}
.ga4-calc-block .title p{
    font-size: 16px;
    line-height: 1.45em;margin-bottom: 30px;
}
.ga4-calc-acc-block{
    width: 100%;
    padding-top: 10px;
    display: flex; /* By Riddhi */
    flex-wrap: wrap;
    align-items: flex-start;
}
.acc.with-plus-sign {
    width: 50%; /* By Riddhi */
}
.with-plus-sign .acc__title {
    padding: 12px 64px 12px 24px;
}
.acc_title_icon{
    /*width: 100%; By Riddhi
    margin-bottom: 17px;*/
    float: left;
    margin-right: 10px;
}
.acc_title_icon img{
    max-height: 28px;
}
.right-section {
    width: 50%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  /*  padding: 47px 22px 148px 24px;*/
    background-image: url(images/price_estimate_badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.right-section .estimate_img {
    width: 60%;
}
.inner-right-section {
    text-align: center;padding: 40px;
}
.inner-right-section h4, .inner-right-section p{color: #fff;}
.with-plus-sign .acc__title:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    right: 29px;
    top: 25px;
    background-color: #2D2D2D;
    transition: all .4s;
}
.with-plus-sign .acc__title:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 14px;
    right: 35px;
    top: 19px;
    background-color: #2D2D2D;
    transition: all .4s;
}
.with-plus-sign .acc__title.active:after{
    opacity: 0;
}
.ga4-calc-acc-block .acc__title.active{
    padding-bottom: 0;
}
.estimate-btn {
    width: 100%; 
    margin-top: 13px;
}
.estimate-btn a.btn {
    padding: 14px 23px;
    min-width: 210px;
    letter-spacing: 0.08em;
}

.consulting-block{
    width: 100%;
    padding: 60px 0px;
    background-color: #ECF0FA;
}
.consulting-block .title h2{
    margin-bottom: 10px;
}
.get-start-btn {
    width: 100%;
    padding-top: 19px;
}
.get-start-btn a.btn {
    padding: 14px 23px;
    min-width: 170px;
    letter-spacing: 0.08em;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
}
.enterprise-clients{
    padding-top: 32px;
}
.enterprise-clients ul {
    padding: 15px 0 0 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.enterprise-clients ul li {
    width: auto;
    display: inline-block;
    padding: 0 14px;
}
.enterprise-clients ul li img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.g-t-block {
    width: 100%;
    padding: 59px 0px;
}
.g-t-box{
    width: 100%;
    background-color: #FAF7EF;
    padding: 24px 22px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    border-radius: 6px;
    margin-top: 27px;
}
.g-t-box-left {
    width: 70%;
}
.g-t-membar{
    width: 59px;
    height: 59px;
    border-radius: 100%;
    border:  3px solid #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.g-t-member-content{
    width: calc(100% - 59px);
    padding-left: 22px;
}
.g-t-member-content h4{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.g-t-member-content p{
    line-height: 2.2em;
    margin-bottom: 0;
}
.g-t-box-right {
    width: 30%;
    text-align: right;
    padding-right: 23px;
    padding-top: 18px;
}

.testimonial-block{
    width: 100%;
    padding: 60px 0px;
}
.testimonial-carousel-block {
    width: 100%;
    margin-top: 27px;
    background-color: #F2F2FF;
    border-radius: 6px;
    padding: 68px 49px 70px 86px;
}
.testimonial-slider {
    width: 100%;
    position: relative;
}
.testimonial-slider:before{
    position: absolute;
    content: '';
    width: 132px;
    height: 82px;
    background-image: url(images/quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -39px;
    left: 0;
}
.testimonial-slider .item{
    position: relative;
}
.testimonial-slider .slick-next{
    right: -25px;
}
.testimonial-slider .slick-prev{
    left: -60px;
}
.testimonial-item{
    width: 100%;
}
.testimonial-left{
    width: calc(100% - 332px);
    text-align: justify;
    padding-right: 43px;
    padding-top: 9px;
    font-style: italic;
    line-height: 1.7em;
}
.testimonial-left p{
    margin-bottom: 0;
}

.testimonial-left strong{
    display: inline;
    --underline-width-scale: calc(10 / var(--underline-intrinsic-width));
    box-decoration-break: clone;
    background-repeat: no-repeat;
    background-image:
        linear-gradient(180deg, #D6D6FF, #D6D6FF),
        var(--cap-image-left),
        var(--cap-image-right);
    background-position-x:
        calc(var(--underline-cap-width) * var(--underline-width-scale)),
        0,
        100%;
    background-position-y: calc(100% - 0px * -1);
    background-size:
        calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(10 * 1px),
        auto calc(10 * 1px),
        auto calc(10 * 1px);
}
.testimonial-left strong{
    position: relative;
    display: inline;
}
.testimonial-left mark {
    position: relative;
    background-color: transparent;
    /* text-decoration: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: #D6D6FF;
    text-underline-offset: -4px; */
}
.testimonial-right{
    width: 332px;
    border-left: 1px solid #D7E0F4;
    line-height: 1.57em;
}
.company-icon {
    width: 100%;
    margin-bottom: 16px;
}
.company-icon img{
    display: inline-block;
}
.ua-backup {width: 100%;padding: 59px 0px;background-color: #ECF0FA;}
.ua-backup-box {width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    border-radius: 10px;height: 140px;}
.ua-backup-img-block {width: 100%;height: 50px;text-align: left;padding: 24px 15px;}
.ua-backup-img-block img {width: 10%;}
.ua-backup-content h6 {font-size: 14px;color: #626262; font-weight: 400;}
.ua-backup-partner img {filter: grayscale(100%);}
.ua-backup-partner {padding-top: 5px !important;}
.ua-backup-modal-box p {margin-bottom: 30px;}
.www-block {
    width: 100%;
    padding: 59px 0px;
    background-color: #F6F6F6;
}
.www-boxes{
    width: 100%;
    padding-top: 7px;
}
.www-box{
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    border-radius: 10px;
}
.www-img-block{
    width: 100%;
    height: 270px;
    text-align: center;
}
.www-img-block img{
    width: 100%;
}
.www-content{
    width: 100%;
    padding: 24px 15px;
}
.www-content h6 {
    margin-bottom: 11px;
}
.www-content a{
    display: inline-block;
    color: #0D4AF1;
}
.www-content a img{
    margin-left: 3px;
    display: inline-block !important;
}
.ga4-two-col-content-block {
    width: 100%;
    padding: 60px 0px;
}
.ga4-content-left-block{
    width: 50%;
    text-align: center;
}
.ga4-two-col-content-block .ga4-content-right-block{
    width: 50%;
    padding: 0 40px;
}
.ga4-content-right-block h3 {
    letter-spacing: -0.003em;
    font-weight: 400;
    margin-bottom: 6px;
}
.ga4-content-right-block h2{
    letter-spacing: 0.005em;
    margin-bottom: 23px;
}
.ga4-content-right-block p{
    font-size: 16px;
    line-height: 1.5em;
}
.ga4-content-right-block p:last-child{
    margin-bottom: 0;
}
/* Footer By Riddhi K */
.foot-row {display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -85px;}
.column-inner {padding-right: 1.5rem;padding-left: 1.5rem;}
.column-3 {width: 33%;}
.column-3.about-tatvic {padding-right: 2.5rem;}
.about-tatvic .column-inner {padding-left: 0.5rem;}
.column-4 {width: 22%;}
.column-4.quick-links {padding-left: 2.5rem;}
.foot-logo img { display: block;text-align: left;}
.foot-content { margin-bottom: 30px;margin-top: 20px;}
.foot-content p {text-align: left;}
.footer-bt {text-align: left;}
.footer-bt a { background: #0D4AF1;padding: 15px 10px;color: #fff;font-size: 12px;border-radius: 7px;margin-right: 10px;}
.column-4 h6 {text-align: left;}
.column-4 p {text-align: left;line-height: 2.5;}
.column-4 p a {color: #383838 !important;}
.copy-right {padding-top: 20px;border-top: 1px solid #C2CFEF;margin-top: 40px;}
.copy-right p {text-align: left;}
.site-footer{
    width: 100%;
    background-color: #f6f6f6;
    padding-top: 45px;
    padding-bottom: 11px;
}
.site-footer p{
    margin-bottom: 0;
}
.site-footer p a{
    color: #002878;
    display: inline-block;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0px !important;
    width: 100%;
}
.fieldset-cf7mls .cf7mls_next {
    float: left;
}
.cf7mls_next.action-button {
    background-color: #0D4AF1;
}
#ga4-360-estimator span.wpcf7-spinner {
    display: none;
}
/* UNMIGRATE */


.hero-ul-listing{
    width: 100%;
    padding: 0;
}
.hero-ul-listing li{
    position: relative;
    list-style: none;
    padding-left: 32px;
    padding-bottom: 23px;
}
.hero-ul-listing li:before{
    content: '';
    /*content:url('images/unchecked-blue-1.png');*/
    position: absolute;
    width: 16px;
    height: 12px;
    background-image: url(images/correct.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    left: 2px;
    top: 5px;
}
.countdown-list{
    width: 100%;
    padding-top: 6px;
    margin-bottom: 33px;
}
.countdown-list ul{
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.countdown-list ul li{
    display: inline-block;
    list-style: none;
    background-color: #F6F6F6;
    border-radius: 4px;
    font-size: 11px;
    width: 22%;
    text-transform: capitalize;
    padding: 8px;
    line-height: normal;
}
.countdown-list ul li span{
    display: inline-block;
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 4px;
}
.hero-get-start-btn{
    width: 100%;
    text-align: center;
}
.hero-get-start-btn .btn{
    margin: 0;
    min-width: 170px;
}
.ga4-plan-block{
    width: 100%;
    padding: 59px 0px 8px;
}
.ga4-plan-carousel-block{
    width: 87.5%;
    margin: auto;
    padding-top: 25px;
}
.ga4-plan-carousel-block .slider-nav{
    width: 100%;
    display: flex;
    padding: 0px 27px;
}
.ga4-plan-carousel-block .slider-nav .item{
    padding: 0 15px;
}
.ga4-plan-carousel-block .slider-nav .item span{
    display: inline-block;
    width: 100%;
    position: relative;
    transition: alll .4s;
	cursor:pointer;
}
.ga4-plan-carousel-block .slider-nav .item span:after{
    position: absolute;
    content: '';
    height: 8px;
    background-color: #E1EFFF;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: alll .4s;
    opacity: 0;
    z-index: -1;
}
.ga4-plan-carousel-block .slider-nav .item.slick-current.slick-active{
    font-weight: 700;
}
.ga4-plan-carousel-block .slider-nav .item.slick-current.slick-active span:after{
    opacity: 1;
}
.ga4-plan-box{
    width: 100%;
    margin-top: 37px;
    padding: 42px 18px 33px 40px;
    border: 1px solid #D7E0F4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.ga4-plan-box:after{
    position: absolute;
    content: '';
    width: 540px;
    height: 540px;
    border-radius: 100%;
    right: -53px;
    top: -25px;
    background-color: #F9F4D1;
}
.ga4-plan-carousel-block .item:nth-child(even) .ga4-plan-box:after{
    background-color: #DBF6F4;
}
.ga4-plan-box-left{
    width: 46%;
    padding-right: 9%;
    padding-top: 16px;
    position: relative;
    z-index: 1;
}
.ga4-plan-box-right{
    width: 54%;
    position: relative;
    z-index: 1;
}
.ga4-plan-box-right img{
    width: 100%;
}
.ga4-plan-box-left h3{
    font-weight: 700;
    margin-bottom: 31px;
    font-size: 20px;
}
.ga4-plan-box-left .btn{
    margin-top: 7px;
    min-width: 177px;
}
.ga4-plan-carousel-block .slick-dots{
    margin-top: 20px;
}

.ga4-plan-table-block{
    width: 100%;
    padding: 59px 0px;
    background-color: #F6F6F6;
}
.plan-title h2{
    margin-bottom: 0;
    font-weight: 700;
    padding-left: 24px;
}
.ga4-plan-table-box{
    width: 100%;
    padding-top: 31px;
    display: table;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    border-radius: 6px;
    background-color: #ffffff;
    margin-top: 32px;
    border-collapse: collapse;
}
.ga-col-tr{
    display: table-row;
    border-collapse: collapse;
}
.ga4-plan-th{
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    text-align: center;
    padding: 51px 20px 49px;
    border: 1px solid #E2E2E2;
    border-top: 0;
    border-bottom: 0;
    border-collapse: collapse;
    position: relative;
    z-index: 1;
}
.ga4-plan-th h3 {font-size: 20px;}
.recomanded-tag{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.12);
    background-color: #01941A;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 10px;
}
.ga-col-tr .ga4-plan-th:first-child{
    width: 35%;
}
.ga4-plan-th h6 {
    margin-bottom: 4px;
}
.ga4-plan-th h5{
    margin-bottom: 4px;
}
.ga4-plan-th p{
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5em;
}
.week-times{
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin: auto;
    margin-top: 21px;
    color: #01941A;
	font-weight: 600;
    position: relative;
}
.week-times:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: #DBF8E6;
    z-index: -1;
}
.week-times img{
    margin-right: 5px;
}
.ga4-plan-td{
    display: table-cell;
    padding: 15px 18px;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.ga4-plan-td h4{ font-size: 14px;margin-bottom: 0px; }
/* By Riddhi K*/
span.has-text-grey-light {color: #b5b5b5;}
.ga4-plan-td:first-child{
    /*background-image: url('images/question-mark.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;*/
    text-align: left;
    padding-right: 45px;
	
}
.ga4-plan-td:hover:first-child{
	background-color:#F6F6F6;
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {display: none;}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.tooltip-badge{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 18px;
    top: 16px;
    background-image: url('images/question-mark.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.tooltip-block{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 100%;
    width: 414px;
    padding: 20px;
    background-color: #EDF2FF;
    border-radius: 9px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    display: none;
}
/*By Riddhi K*/
div#group-523 {
    top: -150px;
    width: 300px;
}
div#group-524 {
    top: -110px;
    width: 300px;
}
div#group-526 {
    top: -45px;
    width: 300px;
}
.tooltip-block.fix-input-hi {
    top: 100%;
    left: auto;
    right: 0;
    padding: 2px 7px;
    font-size: 10px;
    width: 120px;
}
.tooltip-badge:hover .tooltip-block{
    display: block;
}
.badge-main:hover .tooltip-block{
    display: block;
}
.ga4-plan-td p{
    margin-bottom: 0;
}
.ga4-plan-td p sub {
    vertical-align: bottom;
}
.ga4-plan-td p a{
    color: #0D4AF1;
}
.tooltip-block a{
    color: #0D4AF1;
}
.tooltip-block p {
    margin-bottom: 10px;
}
.free-text{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #01941A;
}
.ga-col-tr:last-child .ga4-plan-td:first-child{
    background-image: none;
}
.ga-col-tr .ga4-plan-th:nth-child(3), .ga-col-tr .ga4-plan-td:nth-child(3){
    background-color: #F1FFF4;
}
.faq-block{
    width: 100%;
    padding: 59px 0px 49px;
    background-color: #F6F6F6;
}
.faq-block .title h2{
    margin-bottom: 11px;
}
.faq-block .title p{
    font-size: 16px;
}
.faq-box{
    width: 100%;
    border-top: 1px solid #E2E2E2;
    margin-top: 30px;
    padding: 0px 17%;
}
.faq-box .acc{
    margin-top: 35px;
}
.acc-style-2 .acc__card{
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 10px;
}
.acc-style-2 .acc__title{
    background-color: transparent;
    position: relative;
    padding: 10px 25px 10px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #494949;
}
.acc-style-2 .acc__title:before{
    position: absolute;
    content: '';
    right: 4px;
    top: 20px;
    width: 14px;
    height: 2px;
    background-color: #2D2D2D;
    transition: all .4s;
}
.acc-style-2 .acc__title:after{
    position: absolute;
    content: '';
    right: 10px;
    top: 14px;
    width: 2px;
    height: 14px;
    background-color: #2D2D2D;
    transition: all .4s;
}
.acc-style-2 .acc__title.active:after{
    opacity: 0;
}
.acc__panel p a { color: #0D4AF1;}/* By Riddhi */
.acc-style-2 .acc__card .acc__panel{
    border: 1px solid #E2E2E2;
    background-color: #ffffff;
    padding: 14px;
    font-size: 16px;
}
.acc-style-2 .acc__card .acc__panel p{
    margin-bottom: 0;
}
.vs-block{
    width: 100%;
    background-color: #F6F6F6;
    padding: 30px 0px;
}
.vs-bg-block {
    width: 100%;
    min-height: 343px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vs-titles-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 7%;
    margin-top: -38px;
}
.vs-titles-block h2{
    margin-bottom: 0;
    font-size: 2.8vw;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    width: 36%;
    line-height: 1.2em;
}
.vs-titles-block h2:nth-child(2){
    text-align: right;
}
.vs-download-btn {
    position: absolute;
    bottom: 32px;
}
.vs-download-btn a.btn {
    padding: 9px 27px;
}

.two-block-modal-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.left-modal-box {
    width: 54%;
    padding: 40px;
}
.left-modal-box .title h2{
    font-weight: 400;
    line-height: 1.45em;
}
.right-modal-box {
    width: 46%;
    padding: 39px 45px;
    background-color: #EDF2FF;
}
.list-style-2{
    width: 100%;
    padding: 0;
}
.list-style-2 li{
    position: relative;
    list-style: none;
    padding-left: 32px;
    padding-bottom: 15px;
}
.list-style-2 li:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    background-image: url(images/correct.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    left: 2px;
    top: 5px;
}
.left-modal-box .list-style-2{
    padding: 20px 0 0 0;
}
.g-partners-batch{
/*    width: 100%; By Riddhi
    margin-top: 25px;*/
    position: absolute; /*By Riddhi*/
    right: 433px;top: 40px;
}
.g-partners-batch img{
    width: 104px;
}
.partner-icon-listing{
    width: 100%;
    padding-top: 40px;
}
.partner-icon-listing ul{
    padding: 0;
    list-style: none;
    display: flex;
}
.partner-icon-listing ul li{
    display: inline-block;
    padding: 0 10px 0 0;
}
.partner-icon-listing ul li img {
    max-height: 20px;
    max-width: 100px;
}
.right-modal-box .modal-form-block input[type="text"], .right-modal-box .modal-form-block input[type="email"], .right-modal-box .modal-form-block input[type="password"], .right-modal-box .modal-form-block input[type="tel"], .right-modal-box .modal-form-block input[type="number"], .right-modal-box .modal-form-block input[type="url"], .right-modal-box .modal-form-block textarea, .right-modal-box .modal-form-block select{
    margin-bottom: 10px;
}
.mobile-form-btn{
    display: none;
}
.for-mobile{
    display: none;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap{
    position: relative;
    width: 100%;
    display: block;
}
/*.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 11px;
    bottom: -20px;
    left: 0;
}*/
.wpcf7 .wpcf7-form .wpcf7-response-output{
    padding: 5px;
    margin: 0;
    font-size: 11px;
    line-height: 1em;
    border: 1px solid #0D4AF1;
    color: #002878;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #002878;
    color: #002878;
}

#migrated-status-modal .modal-body{
    padding: 35px;
}
.inline-two-btn-modal {
    width: 100%;
    margin: 40px 0 40px 0;
}
.inline-two-btn-modal .btn {
    min-width: 179px;
    padding: 14px 15px;
    margin: 0 15px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.25);
    background-color: #0D4AF1;
}
.inline-two-btn-modal .btn:hover{
    background-color: #0f3aad;
}
div#migrated-status-modal {
    top: 50% !important;
    transform: translate(-50%,-50%);
}
.loader-cls{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.8);
}
.loader-cls img{
    width: 100px;
}
.white-bg {
    background: #ffffff;
}
.center-btn{
    text-align: center !important;
}
.thank-you-mail-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.thank-you-modal .modal-body{
    padding: 50px;
}
.thank-you-btn {
    margin-top: 50px;
}
.thank-you-btn .btn {
    padding: 14px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.25);
}
.thank-you-modal .modal-container-md{
    width: 680px;
}
.hamburger-menu-icon{
    display: none;
    width: 20px;
    height: 14.44px;
    flex-wrap: wrap;
}
.hamburger-menu-icon span{
    display: inline-block;
    width: 100%;
    height: 2.78px;
    border-radius: 1px;
    transition: all .4s;
    background-color: #0D4AF1;
    position: relative;
}
.hamburger-menu-icon span:nth-child(2){
    margin: 3px 0px;
}
.open-menu .hamburger-menu-icon span:nth-child(2){
    opacity: 0;
}
.open-menu .hamburger-menu-icon span:nth-child(1){
    transform: rotate(-45deg);
    top: 7px;
}
.open-menu .hamburger-menu-icon span:nth-child(3){
    transform: rotate(45deg);
    bottom: 5px;
}
.modal-form-block .wpcf7 .fieldset-cf7mls-wrapper .fieldset-cf7mls .cf7mls-btns .cf7mls_btn{
    margin-top: 10px;
    margin-bottom: 0;
    opacity: 1;
}
.modal-form-block .wpcf7 .fieldset-cf7mls-wrapper .fieldset-cf7mls .cf7mls-btns .cf7mls_btn:hover{background-color: #002878;}
.thank-you-modal {
    top: 50%;
    transform: translate(-50%,-50%);
}
span.tooltip-badge.input-tip {
    display: inline-block;
    right: 7px;
    bottom: 11px;
    top: auto;
}
.for-step-form .fieldset-cf7mls {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.for-step-form div[data-class="wpcf7cf_group"] {
    width: 100%;
}
.for-step-form .cf7mls_back.action-button {
    padding: 25px 36px;
    font-size: 0;
    min-width: unset;
    background-image: url(images/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #ffffff;
    background-position: center;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.15);
    border-radius: 6px;
}
.for-step-form form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    padding: 16px 20px;
    padding-right: 45px;
    margin-left: 10px;
    font-family: inherit;
    letter-spacing: 1px;
    background-image: url(https://wpconfigs.com/galanding/wp-content/themes/ga4landing/images/btn-right-arrow.svg);
    background-position: 92% 50%;
    background-repeat: no-repeat;
    opacity: 1;
}
.for-step-form form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover{background-color: #002878;}
.select-toggle-box{
    width: 100%;
    display: none;
}
.toggle-button{
    position: relative;
}
.toggle-button input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}
.toggle-button label{
    cursor: pointer;
    text-indent: -9999px;
    width: 30px;
    height: 14px;
    display: block;
    background-color: #ffffff;
    border-radius: 100px;
    position: relative;
    border: 1px solid #5F6368;
}
.toggle-button label:after{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    background: #0D4AF1;
    border-radius: 90px;
    transition: 0.3s;
}
.toggle-button input:checked + label{
    background: #ffffff;
}
.toggle-button input:checked + label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}
.toggle-button label:active:after {
    width: 25px;
}

.form-group.for-fix-placeholder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
datalist#tickmarks {
    display: flex;
    justify-content: space-between;
    color: #000;
    width: 100%;
}
#tickmarks option {font-size: 10px;}
.for-tooltip-input{
    width: calc(100% - 65px);
    position: relative;
}
.form-group.for-fix-placeholder p{
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 11px;
}
.fieldset-cf7mls-wrapper .form-group.for-fix-placeholder .for-tooltip-input input{width: 100% !important;}
.for-tooltip-input span.tooltip-badge.input-tip {
    display: inline-block;
    right: 7px;
   top: 10px;
    bottom: auto;
    width: 18px;
    height: 18px;
}

/* ===== RESPONSIVE ===== */

@media only screen and (max-width: 1600px)
{
    .vs-titles-block h2{font-size: 3.5vw;}
}
@media only screen and (max-width: 1199px)
{
    .container{width: 1024px;}

    .hero-form-box:before{width: 93px;height: 132px;left: -62px;}
    .hero-form-box:after{width: 103px;height: 142px;right: -48px;}
}

@media only screen and (max-width: 1023px)
{
    h1{font-size:36px;}
    h2{font-size:28px;}
    h3{font-size:24px;}
    .container{width: 768px;}
    .hamburger-menu-icon{display: flex;margin-left: 18px;}
    .header_topbar_right{align-items: center;}
    .header_bottom_menu{position: fixed;top: 0;left: -250px;bottom: 0;background-color: #ffffff;width: 230px;-webkit-box-shadow: 4px 0px 10px 0px rgba(0,0,0,0.2);-moz-box-shadow: 4px 0px 10px 0px rgba(0,0,0,0.2);box-shadow: 4px 0px 10px 0px rgba(0,0,0,0.2);transition: all .6s;-webkit-transition: all .6s;padding: 15px 0px;}
    .open-menu .header_bottom_menu{left: 0;}
    .header_bottom_menu nav ul li{width: 100%;}
    .header_bottom_menu nav ul li a{font-size: 14px;padding: 15px 25px;}
    .header_bottom_menu nav ul li.current-menu-item a{background-color: transparent;}
    .header_bottom_menu nav ul li.current-menu-item a{font-weight: 700;}

    .hero-right-box{width: 42%;}
    .hero-form-box{padding: 20px 22px;}
    .ga4-accordion-block .acc > div{width: 100%;}
    .comparison-table table tr th{padding: 22px 18px 20px;}
    .comparison-table table tr td{padding: 18px 15px 18px;}
    .comparison-table table tr td ul{padding: 0 0 0 15px;}
    .enterprise-clients ul li img {max-height: 26px;}
    .g-t-box-right{padding-right: 0;}
    .testimonial-carousel-block{padding: 48px 60px 50px 60px;}
    .testimonial-left{width: 100%;padding: 0;text-align: center;}
    .testimonial-right{width: 100%;border: 0;border-top: 1px solid #D7E0F4;padding: 30px 0 0 0;margin-top: 30px;}
    .testimonial-slider .slick-prev{left: -40px;}
    .testimonial-slider .slick-next{right: -40px;}
    .www-img-block{height: 170px;}
    .hero-form-box:after{right: -34px;}

    .countdown-list ul li span{font-size: 26px;}
    .countdown-list ul li{width: 23%;font-size: 10px;}
    .hero-ul-listing li{padding-left: 25px;padding-bottom: 15px;}
    .ga4-plan-carousel-block{width: 95%;}
    .ga4-plan-box-left{padding-right: 4%;width: 50%;}
    .ga4-plan-box-right{width: 50%;}
    .ga4-plan-box-left h5{margin-bottom: 10px;}
    .btn, input[type="submit"]{padding: 15px 20px;}
    .ga4-plan-box:after{width: 500px;height: 500px;}
    .faq-box{padding: 0px 6%;}
}

@media only screen and (max-width: 767px)
{
    .container{width: 640px;padding: 0 15px;}
    .hide-show-for{display: none;}
    .g-logo {display: none;}
    span.m_sucs{display: none !important;}
    .hero-left-box{width: 100%;}
    .hero-right-box{width: 100%;}
    .hero-form-box{width: 100%;right: 0;}
    .hero-form-box:before,.hero-form-box:after{display: none;}
	.not-migrated-hero:before {position: absolute;content: '';background-color: #f6f6f6;top: 0;left: 0;right: 0;height: 52%;z-index: -1;}
    .mobile-form-btn{display: block;padding-top: 5px;}
/*    .hero-block .hero-form-box{display: none;}*/
    .hero-block .hero-form-box{display: block;}
    .hero-form-box .btn{background-image: auto;padding: 18px 23px;background-position: 87% 47%;}
    .modal-container{width: 100%;}
    .modal-box{top: 50% !important;padding: 0;width: calc(100% - 50px);transform: translate(-50%, -50%);background-color: transparent;}
	.modal-box .modal-container{background-color: transparent;max-height: 92vh;}
    .modal-box .modal-container .modal-body{background-color: #ffffff;}
    .modal-box .hero-form-box{box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;padding: 0;}
    div#migrated-status-modal{top: 50% !important;background: transparent !important;bottom: auto;}
    div#migrated-status-modal .modal-container{width: 85%;}
    .inline-two-btn-modal{align-items: center;margin: 20px 0 20px 0;}
    .inline-two-btn-modal .btn{margin: 8px;min-width: 180px;width: 180px;}
    .ga4-accordion-block{width: 100%;}
    .ga4-feature-box{width: 100%;text-align: center;}
    .ga4-accordion-block .acc{width: auto;}
    .ga4-accordion-block .acc > div{width: 100%;}
    .acc.with-plus-sign, .right-section {width: 100%}
    .right-section {background-size: cover;}
    .hero-form-box2 {right: 0;}
    .inner-right-section {padding: 0;padding-bottom: 10px;}
    .comparison-table{overflow-x: auto;}
    .comparison-table-block .title p{width: 100%;line-height: 1.65em;}
    .ga4-calc-acc-block .col-4{width: 100%;}
    .consulting-block{padding:41px 0px 50px;}
    .g-t-box-left{width: 100%;}
    .g-t-box-right{width: 100%;text-align: center;}
    .www-boxes .row > div{width: 100%;}
    .www-img-block{height: auto;}
    .ga4-content-left-block{width: 100%;}
    .ga4-two-col-content-block .ga4-content-right-block{width: 100%;padding: 30px 15px 0 15px;}
    .hero-block{position: relative;padding-top: 17px;}
    .g-partner {padding-top: 0;position: absolute;top: 20px;right: 0;width: 80px;}
    .show-more-link{text-align: center;width: 100%;}
    .comparison-table-block .show-more-link{margin-top: 18px;}
    .show-more-btn{font-size: 16px;color: #01941A;font-weight: normal;}
    .ga4-content-left-block{display: none;}
    .ga4-two-col-content-block{padding: 0px 0px 30px;}
    .ga4-plan-carousel-block .slider-nav{display: none;}
    .ga4-plan-box{margin-top: 0;}
    .ga4-plan-box-right{display: none;}
    .ga4-plan-box-left{width: 100%;padding: 0;}
    .ga4-plan-box:after{top: 50%;transform: translateY(-50%);right: -250px;}
    .ga4-plan-box{padding: 30px 30px 40px 30px;}
    .ga4-plan-table-box .ga-col-tr .ga4-plan-td{display: none;}
    .ga4-plan-table-box .ga-col-tr .ga4-plan-th:first-child{display: none;}
    .ga4-plan-table-box{display: none;}
    .ga4-plan-table-box .ga-col-tr{display: flex;flex-wrap: wrap;}
    .ga4-plan-table-box .ga4-plan-th{width: 100%;background-color: #ffffff;border: 0;-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);border-radius: 6px;margin-top: 15px;overflow: hidden;}
    .ga-col-tr .ga4-plan-th:nth-child(3), .ga-col-tr .ga4-plan-td:nth-child(3){background-color: #ffffff;}
    .ga4-plan-table-box .show-more-link{margin-top: 30px;}
    .recomanded-tag{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
    .faq-box{padding: 0;}
    .vs-bg-block{min-height: 260px;}
    .www-block{padding: 44px 0px;}
    .www-boxes .row{display: block;margin: 0;}
    .www-boxes{display: none;}
    .ua-backup-box {margin-bottom: 10px;}
    .ua-backup-modal-box p {margin-bottom: 0px;padding-top: 16px;font-size: 12px;}
    .ua-backup .www-boxes{display: block;}
    .www-box-carousel .www-box{width: 300px;margin-right: 15px;}
    .www-box-carousel{padding-left: 15px;}
    .site-footer p{font-size: 12px;}
    .hero-right-box-new .hero-form-box{display: block;}
    #ga4-360-estimator .left-modal-box {display: none;}
    div#ga4-360-estimator {top: 40% !important;}
    .left-modal-box{width: 100%;padding: 27px 24px 8px;}
    .right-modal-box{width: 100%;padding: 14px 25px;}
    .left-modal-box .title h2{font-size: 16px;margin-bottom: 0;}
    .left-modal-box .list-style-2{padding: 12px 0 0 0;}
    .left-modal-box .list-style-2 li{padding-left: 19px;font-size: 11px;padding-bottom: 6px;}
    .left-modal-box .partner-icon-listing{display: none;}
    .left-modal-box .g-partners-batch{width: 55px;position: absolute;right: 50px;top: 3px;}
    .right-modal-box .title h2{font-size: 16px;}
    .modal-body .title h2{font-size: 16px;}
    .modal-body .title p{font-size: 12px;}
    .modal-body .form-group label{font-size: 12px;margin-bottom: 7px;}
    input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="url"], textarea, select{margin-bottom: 15px;}
    .testimonial-block{padding: 39px 0px;}
    .testimonial-carousel-block{margin-top: 35px;padding: 18px 20px 20px 20px;}
    .testimonial-slider:before{display: none;}
    .testimonial-left{text-align: left;}
    .testimonial-right{padding: 32px 0 0 0;margin-top: 25px;}
    .company-icon img{max-height: 94px;}
    .testimonial-carousel-block .slick-dots{margin-top: 25px;}

    .for-mobile{display: block;}
    .ga4-plan-table-box{background-color: transparent;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
    .ga4-plan-table-box .ga4-plan-th{padding: 30px 20px;margin-top: 25px;}
    .ga4-plan-table-box .ga4-plan-th.recommendations-th{padding: 51px 20px 30px 20px;}
    .hidden-ga4-plan-data{width: 100%;display: none;background-color: #ffffff;position: relative;border: 1px solid #E2E2E2;border-bottom: 0;}
    .hidden-ga4-plan-data .ga-col-tr{display: flex;}
    .hidden-ga4-plan-data .ga-col-tr .ga4-plan-td{display: block;width: 60px;border-left: 0;border-top: 0;border-bottom: 1px solid #e2e2e2;}
    .hidden-ga4-plan-data .ga-col-tr .ga4-plan-td:first-child {width: calc(100% - 60px);}
    .hidden-ga4-plan-data .ga-col-tr .ga4-plan-td:last-child{border-right: 0;}
    .tooltip-block{left: auto;right: -10px;top: 18px;width: 300px;font-size: 12px;}
    .ga4-feature-box:before{background-image: url(images/ga4-feature-bg-mobile.svg);height: 350px;background-position: top left;top: auto;transform: translate(-50%);background-size: cover;filter: contrast(0) brightness(0) saturate(2);bottom: 0;}

    .thank-you-modal{background: transparent !important;bottom: auto;}
    .thank-you-modal .modal-container{width: 85%;}
    .thank-you-mail-icon img{width: 40px;}
    .thank-you-modal .modal-body .title h2{margin-bottom: 5px;}
    .thank-you-btn {margin-top: 30px;}
    .thank-you-btn .btn{padding: 11px;}
	.vs-block{background-color:#ffffff;}
	.www-block.white-bg {background-color: #f6f6f6;}
    .select-page .custom-dropdown-box{display: none;}
    .select-toggle-box{display: block;padding-top: 7px;font-size: 12px;}
    .select-toggle-button span{display: inline-block;}
    .select-toggle-button span.active{color:#0D4AF1;font-weight: 700;}
    .select-toggle-button{width: 100%;display: flex;align-items: center;}
    .toggle-button{margin: 0 16px 0 14px;}
    div#group-523 { top: -181px; width: 250px;left: auto;right: -56px;padding: 5px 12px;}
    div#group-524 {top: -110px;width: 250px;left: auto;right: -56px;}
    div#group-526 {width: 190px;}
     /*Footer Responsive*/
    .column-3 {width: 100%;}
    .column-4 {width: 100%;margin-top: 20px;}
    .column-4 h6 {margin-bottom: 0px;}
    .column-4.quick-links {padding-left: 0;}
    .about-tatvic .column-inner {padding-left: 1.5rem;}
    .foot-row {margin-right: 0px;}
    .column-3.about-tatvic {padding-right: 0;}
}

@media only screen and (max-width: 639px)
{
    h1{font-size:32px;}
    h2{font-size:26px;}
    h3{font-size:20px;}
    h4{font-size: 16px;}
    h5{font-size: 16px;}
    .container{width: 480px;}
    .btn, input[type="submit"]{padding: 13px 23px;}
    .btn.sm-btn, input[type="submit"].sm-btn{padding: 6px 10px;}
    .header_bottom_menu .container{padding: 0;}
    .custom-dropdown-link{font-size: 12px;padding-right: 20px;background-size: 10px;}
    .select-page{padding-bottom: 20px;}
    .hero-left-box h2{line-height: 1.5em;margin-bottom: 18px;}
    .hero-left-box p{line-height: 1.7em;}
    .mobile-form-btn{padding-top: 3px;}
    .mobile-form-btn .btn{min-width: 235px;text-align: center;}
    .logo-carousel-block{padding-top: 15px;padding-bottom: 26px;}
    .logo-box img{max-height: 80px;}
    .btn-with-right-icon span img{vertical-align: baseline;}
    .ga4-block{padding: 41px 0px 56px;}
    .ga4-two-col-block{padding-top: 12px;}
    .acc__title{padding: 24px 64px 13px 24px;}
    .ga4-accordion-block .acc .acc__card .acc__title:before{right: 14px;top: 31px;}
    /*.acc__title p{display: none;}*/
    .ga4-feature-box{margin-top: 4px;padding: 14px 52px 65px 54px;}
    .ga4-feature-box h4{font-size: 16px;}
    .ga4-feature-box .btn{bottom: 23px;left: 0;right: 0;padding: 13px 10px;width: 170px;}
    .comparison-table-block{padding: 37px 0px 57px;}
    .comparison-table-block .title h2 span{font-size: 16px;}
    .comparison-table{width: auto;margin: 0 -15px 0 0;}
    .ga4-calc-block{padding: 39px 0px 41px;}
    .ga4-calc-block .title h2{margin-bottom: 17px;}
    .ga4-calc-block .title p {font-size: 14px;line-height: 1.7em;}
    .acc_title_icon img{max-height: 18px;}
    .ga4-calc-acc-block .acc__title{display: flex;padding: 22px 35px 12px 24px;}
    .acc_title_icon{width: auto;padding-right: 9px;}
    .with-plus-sign .acc__title:before{width: 8px;height: 2px;right: 19px;top: 39px;}
    .with-plus-sign .acc__title:after{height: 8px;right: 22px;top: 36px;}
    .ga4-calc-acc-block .acc__title.active{padding-bottom: 3px;}
    .acc__panel{padding: 0px 24px 35px 24px;}
    .estimate-btn a.btn{text-align: center;min-width: 280px;max-width: 100%;}
   /* .btn.btn-with-right-icon, input[type="submit"].btn-with-right-icon{text-align: center;}*/
    .consulting-block{padding: 43px 0px;}
    .consulting-block .title.text-center{text-align: left;}
    .get-start-btn a.btn{min-width: 285px;}
    .get-start-btn{padding-top: 14px;}
    .enterprise-clients{padding-top: 27px;text-align: left;}
    .enterprise-clients ul li img{max-height: 22px;}
    .g-t-block{padding: 47px 0px;background-color: #FAF7EF;}
    .g-t-box{box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;padding: 18px 0px;margin-top: 0;}
    .g-t-membar{width: 68px;height: 68px;}
    .g-t-member-content{width: calc(100% - 68px);padding-left: 19px;}
    .g-t-member-content p{line-height: 1.7em;}
    .g-t-box-right{padding-top: 50px;}
    .g-t-box-right .btn{min-width: 280px;}
    .company-icon img{max-height: 94px;}
    .slick-dots li button{width: 8px;height: 8px;}
    .logo-box{width: 90px;}
    .plan-title img{width: 43px;}
    .plan-title{flex-wrap: nowrap;}
    .vs-bg-block{min-height: 160px;}
    .vs-titles-block h2{font-size: 3.3vw;}
    .vs-download-btn a.btn{padding: 3px 15px;font-size: 9px;}
    .vs-download-btn{bottom: 20px;}

    .hero-form-box h5{margin-bottom: 4px;}
    .countdown-list ul li{padding: 12px 8px;}
    .countdown-list{margin-bottom: 17px;}
    .hero-ul-listing li {padding-left: 34px;padding-bottom: 25px;}
    .hero-form-box .btn{padding: 14px 23px;}
    .hero-form-box{-webkit-box-shadow: 0px 4px 10px 0px rgb(0,0,0,0.25);-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);box-shadow: 0px 4px 10px 0px rgb(0,0,0,0.15);}
    .ga4-plan-carousel-block{padding-top: 7px;}
    .ga4-plan-carousel-block{width: 100%;}
    .ga4-plan-box{padding: 43px 23px 40px 23px;}
    .ga4-plan-box-left h5{margin-bottom: 43px;}
    .ga4-plan-box-left .btn{margin-top: 74px;padding: 13px 15px;min-width: 143px;}
    .acc-style-2 .acc__card .acc__panel p{font-size: 14px;}
    .ga4-plan-box-left .btn-with-right-icon span{display: none;}
    .tooltip-block{width: 210px;font-size: 10px;padding: 12px;}
    .ga4-feature-box:before{height: 200px;background-size: 110%;top: auto;left: 0;bottom: 0;}

    .thank-you-modal .modal-body{padding: 30px 15px;}
    .ga4-plan-block{padding: 43px 0px 3px;}
    .plan-title{align-items: flex-start;-webkit-box-align: flex-start;-ms-flex-align: flex-start;}
    .ga4-plan-table-block{padding: 45px 0px 23px;}
    .plan-title h2{padding-left: 14px;font-size: 30px;line-height: 1.2em;}
    .ga4-plan-table-box.for-mobile{margin-top: 0;}
    .ga4-plan-th a.btn.sm-btn{margin: auto;margin-top: 8px;padding: 10px 12px;min-width: 136px;display: block;width: 136px;}
    .week-times{margin-top: 13px;}
    .vs-bg-block{min-height: 106px;border-radius: 10px;}
    .comparison-table.for-mobile {margin-top: 36px;}
    .comparison-table table tr th{font-size: 18px;padding: 25px 20px 18px;}
    .comparison-table table tr td{padding: 14px 20px 14px;font-size: 12px;}
    .comparison-table table tr td p{margin-bottom: 5px;}
    .consulting-block .title h2{font-size: 30px;}
    .g-t-block .title h2{font-size: 30px;}
    .header_topbar_right .btn{min-width: 115px;font-size: 10px;letter-spacing: 0.1em;}
	.comparison-table table{width: 575px;}
    .for-tooltip-input span.tooltip-badge.input-tip{bottom: 27px;}
    :root{--underline-width: 13;}

}

@media only screen and (max-width: 480px)
{
    .vs-titles-block h2 {font-size: 4vw;line-height: 1.5em;}
    .vs-titles-block{margin-top: -26px;}
    .vs-download-btn a.btn{padding: 0px 10px;font-size: 6px;min-width: 150px;}
    .vs-download-btn {bottom: 3px;}
    .vs-download-btn .btn-with-left-icon span img{width: 8px;}
	.ga4-feature-box:before{height: 250px;background-size: 140%;top: auto;left: 0;bottom: -40%;background-position: bottom left;}

    .for-step-form .cf7mls_back.action-button{padding: 20px 25px;}
    .for-step-form form.cf7mls input.wpcf7-form-control.wpcf7-submit{padding: 11px 36px 10px 19px;margin-left: 0;}
}

@media only screen and (max-width: 375px)
{
    .select-toggle-box{font-size: 11px;padding-top: 15px;}
    .toggle-button{margin: 0 10px 0 9px;}
}


/* CUSTOM CSS RELATED TO GA$ REPORT */

.google_auth_buttoon{
    width: 100px;
    background-color: aqua;
    color: black;
    text-transform: uppercase;
    border: 2px solid black;
    height: 50px;
}



img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/*For Testing*/


.invalid-feedback{
    width: 100%;
    margin-top: -0.75rem;
    font-size: 80%;
    color: #f46a6a;
    clear: both;
}



/*New Page Custom CSS Start*/
    .hero-get-start-btn.googleSignUp-btn .btn {
        margin: 0;
/*        min-width: 100%;*/
        padding-left: 4px !important;
        padding: 3px 23px;
        text-transform: uppercase;
        background-image:  none;
    }
    .hero-get-start-btn.googleSignUp-btn .btn img {
        /*background: #fff;
        height: 40px;
        padding: 8px;
        border-radius: 5px;
        margin-right: 45px;*/

        background: #fff;
        height: 40px;
        padding: 8px;
        border-radius: 5px;
        margin-right: 9px;
      /*  margin-left: 43px;*/

    }
    .mt-3{
        margin-bottom: 3%;
    }
    .mx6-auto{
        margin: 6% auto;
    }
    /* all */
    .placeholderCustom14 ::-webkit-input-placeholder { font-size: 14px !important; }
    .placeholderCustom14 ::-moz-placeholder { font-size: 14px !important; } /* firefox 19+ */
    .placeholderCustom14 :-ms-input-placeholder { font-size: 14px !important; } /* ie */
    .placeholderCustom14 input:-moz-placeholder { font-size: 14px !important; }

    select.placeholderCustom14 {
        color: #abb8c3;
        font-size: 14px !important;
        float: left;
        width: 100%;
        clear: both;
    }
    .col-half-screenmd{
        width: 50%;
    }

    @media (max-width: 767px){
        .col-half-screenmd{
            width: 100%;
        }
    }
/*New Page Custom CSS End*/





/*Custom CSS Start*/
.mt20px{
    margin: 20px 0;
}
.submit-get-start-btn .btn-arrow-left {
    margin-top: 10px;
    background-image: url(btn-arrow-left.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 15% 50%;
    padding-left: 20px;
    min-width: 142px !important;
    display: block;
    margin: 10px auto 0 auto;
}
.submit-get-start-btn .btn-arrow{
    margin-top: 10px;
    background-image: url(https://ga4.tatvic.com/wp-content/themes/ga4landing/images/btn-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    background-position: 84% 50%;
    padding-right: 50px;
    min-width: 142px !important;
    display: block;
    margin: 16px auto 0 auto;
}
.floatRight{float: right;}
.orangeText-1{
    color: #e1a325;
}
.width-142{
    min-width: 142px !important;
}
/*Custom CSS End*/
a.btn.btn-small {
    padding: 9px 20px; /* By Riddhi */
    min-width: 130px;
    font-size: 10px;
}
.btn, input[type="button"] {
    display: inline-block;
    width: auto;
    padding: 18px 23px;
    background-color: #0D4AF1;
    min-width: 190px;
    text-align: center;
    color: #ffffff;
    border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Poppins';
}
.modal-overlay{
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}
