/* Figtree Fonts */
@font-face {
    font-family: 'Figtree-Bold';
    src: url('fonts/Figtree-Bold.eot');
    src: url('fonts/Figtree-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Figtree-Bold.woff2') format('woff2'),
        url('fonts/Figtree-Bold.woff') format('woff'),
        url('fonts/Figtree-Bold.ttf') format('truetype'),
        url('fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree-Regular';
    src: url('fonts/Figtree-Regular.eot');
    src: url('fonts/Figtree-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Figtree-Regular.woff2') format('woff2'),
        url('fonts/Figtree-Regular.woff') format('woff'),
        url('fonts/Figtree-Regular.ttf') format('truetype'),
        url('fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree-SemiBold';
    src: url('fonts/Figtree-SemiBold.eot');
    src: url('fonts/Figtree-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('fonts/Figtree-SemiBold.woff') format('woff'),
        url('fonts/Figtree-SemiBold.ttf') format('truetype'),
        url('fonts/Figtree-SemiBold.svg#Figtree-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree-Medium';
    src: url('fonts/Figtree-Medium.eot');
    src: url('fonts/Figtree-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Figtree-Medium.woff2') format('woff2'),
        url('fonts/Figtree-Medium.woff') format('woff'),
        url('fonts/Figtree-Medium.ttf') format('truetype'),
        url('fonts/Figtree-Medium.svg#Figtree-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*Global CSS*/
*{
	font-family: "Figtree-Regular";
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
p{
	font-size: 18px;
	color: #333;
}
a:hover{
	text-decoration-line: none;
}
img{
	max-width: 100%;
	height: auto;
}
.pt-56{padding-top: 56px !important;}
.pb-56{padding-bottom: 56px !important;}
.pt-72{padding-top: 72px !important;}
.pb-72{padding-bottom: 72px !important;}
.mb-72{margin-bottom: 72px !important;}
.pt-48{padding-top: 48px !important;}
.pb-48{padding-bottom: 48px !important;}
.mb-16{margin-bottom: 16px !important;}
.mt-30{margin-top: 30px !important;}
.pt-30{padding-top: 30px !important;}
.blue-text{color: #0649ED !important;}
.container{
	width: 100%;
	max-width: 1248px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*Global CSS*/

/*START :: Home Page*/
.main{
	width: 100%;
}
.navbar{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.navbar>.container{
	padding: 0;
}
.login {
    border-radius: 8px;
    font-size: 18px;
    padding: 13px 28px;
    font-family: 'Figtree-Bold' !important;
    font-weight: 700 !important;
}
.start-free-trial {
    border-radius: 8px;
    background: #FA4616;
    font-size: 18px;
    color: #fff;
    padding: 13px 28px;
    font-family: 'Figtree-Bold' !important;
}
.new-tit-h1{
    color: #222;
    font-family: "Figtree-Bold" !important;
    font-size: 55px;
    margin:0 0 32px;
}
.new-tit-h2{
    color: #222;
    font-family: 'Figtree-Bold' !important;
    font-size: 32px;
}
.new-tit-h3{
    color: #222;
    font-family: 'Figtree-Bold' !important;
    font-size: 24px;
}
.new-tit-h4{
    color: #222;
    font-family: 'Figtree-Bold' !important;
    font-size: 20px;
}
.new-tit-h5{
    color: #222;
    font-family: 'Figtree-Bold' !important;
    font-size: 18px;
}
.new-tit-h6{
    color: #222;
    font-family: 'Figtree-Bold' !important;
    font-size: 16px;
}
.new-tit-pra{
    color: #333;
    font-size: 18px;
    max-width: 700px;
    margin: 16px auto 0;
}

.new-btn{
    border-radius: 8px;
    background: #FA4616;
    font-size: 18px;
    color: #fff;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    font-family: 'Figtree-Bold' !important;
    text-align: center;
    justify-content: center;
}
.new-btn:hover{
    color: #fff;
}
.new-btn>img,
.new-btn>svg{
    margin-left: 5px;
}
.btn-main{
    display: flex;
    flex-wrap: wrap;
}

.new-home-sec{
    padding: 72px 0;
}
.new-title-main{
    width: 100%;
    padding: 0 15px;
}
.new-title-main>p {
    margin-top: 10px;
    font-family: 'Figtree-Regular';
}
.bg-blue{
    background:linear-gradient(0deg, #E6F0FF 0%, rgba(230, 240, 255, 0.00) 100%);
}
.new-btn-outline{
    border-radius: 8px;
    border: 1px solid #0649ED;
    background: #FFF;
    color: #0649ED;
    font-size: 18px;
    font-family: 'Figtree-Bold' !important;
    padding: 8px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.new-btn-outline:hover{
    color: #0649ED;
}
.new-btn-outline svg{
    margin-right: 5px;
}
.new-link-text{
    color: #222;
    font-family: 'Figtree-Semibold' !important;
    font-size: 18px;
    text-decoration-line: none;
    display: flex;
    align-items: center;
}
.new-cta-static{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    background-color:#EDE9FF;
}
.new-cta-static-main{
    position: relative;
}
.cta-girl-pic{
    position: absolute;
    bottom: -40px;
    right: 0;
}
.new-whatsapp-modal,
.new-video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99999;
}
.new-whatsapp-modal.show-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.new-video-modal .modal-content {
    position: relative;
    width: 100%;
}
.new-video-modal .modal-dialog {
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
     height: 100%; 
}
.new-video-modal .close-button {
    position: absolute;
    cursor: pointer;
    border-radius: 100%;
    color: #fff;
    transition: color 0.12s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    top: -8px;
    right: -8px;
    background-color: #000;
    width: 20px;
    height: 20px;
    padding: 2px 0 0 1px;
    z-index: 999;
}
.new-whatsapp-modal.show-modal,
.new-video-modal.show-modal{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.new-video-modal-iframe{
    position: relative;
    z-index: 998;
    width: 100%;
    padding-bottom: 56.15%;
    background-color: #000;
}
.new-video-modal-iframe-cnt{
    z-index: 1000;
    position: absolute;
    -webkit-position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
.open-modal{
    overflow: hidden;
}
.desk-none{
    display: none !important;
}
.responsive-carousel .slick-arrow {
    display: none !important;
}
.bg-none{
    background-color: transparent !important;
}
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free")!important;
    font-weight: var(--fa-style,900)!important;
}
.star-rating.rating-10 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 90%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-20 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 80%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-30 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 70%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-40 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 60%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-50 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 50%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-60 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 40%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-70 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 30%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-80 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 20%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rating.rating-90 .fa-star.fa-half-active {
    background: linear-gradient(270deg,#d8d8d8 10%,#FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.star-rate-count {
    margin-left: 8px;
    font-size: 16px;
}
.star-rating .fa-star {
    color: #d8d8d8;
}
.star-rating .fa-star.fa-active {
    color: #ffa300;
}
.star-rating{
    margin-left: 8px;
}
.google-review-icn{
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
}
/*START :: HEADER*/
.new-header {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.07);
}
.new-header-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.menu-main{
    padding: 0;
    margin: 0;
}
.new-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.new-header-menu .btn-main{
    margin-left: 20px;
}
.new-header-menu .btn-main>a{
    margin-left: 10px;
}
.new-header .new-menu > ul > li{
    display: inline-block;
    line-height: 54px;
    margin-left: 30px;
    position: relative;
}
.new-header .new-menu > ul > li.has-children.has-children-mega-menu{
    position: static;
}
.new-header .new-menu > ul > li{
    padding: 15px 0;
}
.new-header .new-menu > ul > li > a {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Figtree-Regular" !important;
}
.new-header .new-menu > ul > li .sub-menu .sub-menu-items {
    line-height: normal;
    font-size: 15px;
    color: #222;
    padding: 10px;
    width: 100%;
    font-family: 'Figtree-Regular' !important;
}
.new-header .new-menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.10);
    padding: 10px;
    transition: all 0.5s ease;
    transform: translateX(-50%) translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    overflow: hidden;
    left: 50%;
    z-index: 99999;
    min-width: 180px;
}
.new-header .new-menu > ul > li.has-children:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.new-header .new-menu > ul > li .sub-menu.mega-menu {
    max-width: 1248px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    min-height: 350px;
    flex-direction: column;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    overflow: hidden;
}
.new-header .new-menu > ul > li.has-children:hover .sub-menu.mega-menu{
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    
}
.new-header .new-menu .has-children-left {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 270px;
    border-radius: 8px;
    /* width: 100%; */
    padding: 10px 10px 10px 15px;
    line-height: normal;
    /* color: #000;
    font-family: 'Figtree-Bold' !important; */
    color: #222;
    font-family: 'Figtree-SemiBold' !important;
    font-size: 15px;
    margin: 0 30px 5px 0;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
}
.new-header .new-menu .has-children-left.expand{
    background: #efefef;
}
.new-header .new-menu .sub-menu-child{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.new-header .new-menu .sub-menu-child-col{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: normal;
}
.new-header .new-menu .sub-menu-child-col>svg{
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
}
.new-header .new-menu .sub-menu-child-col-text{
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
    font-size: 15px;
    color: #222;
    line-height: 20px;
}
.new-header .new-menu .sub-menu-child-col-text strong {
    /* font-family: 'Figtree-Bold' !important; */
    font-family: 'Figtree-SemiBold' !important;
    margin-bottom: 3px;
    display: block;
}
.new-header .new-menu .sub-menu-child-col-text span {
    font-family: 'Figtree-Regular' !important;
}
.new-header .new-menu .has-children-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.new-header .new-menu .sub-menu-child {
    width: calc(100% - 315px);
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    /* padding: 40px 0 0 0; */
    padding: 20px 0 0 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
    overflow: hidden;
}
.new-header .new-menu .has-children-child::before {
    display: inline-block;
    content: '';
    border-right: 1px solid #D8D8D8;
    height: calc(100% - 30px);
    position: absolute;
    left: 315px;
    top: 15px;
}
.new-header .new-menu .sub-menu-child-col {
    width: 33.33%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0 5px 24px 30px;
    padding: 0 5px 16px 30px;
    word-break: break-word;
}
.new-header .new-menu .has-children-left svg {
    transform: translateX(-10px);
    transition: all 0.4s ease;
    opacity: 0;
}
.new-header .new-menu > ul > li.has-children svg{
    transition: all 0.4s ease;
}
.new-header .new-menu > ul > li.has-children:hover>a>svg{
    transform: rotateX(180deg);
}
.new-header-menu .btn-main .new-btn-outline {
    border-color: #222;
    color: #222;
    min-width: 85px;
    font-family: 'Figtree-Regular' !important;
    justify-content: center;
}
 
.new-header .new-menu > ul > li.has-children:hover .sub-menu-child.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.new-header .new-menu > ul > li.has-children:hover .has-children-left.expand svg {
    transform: translateX(0);
    opacity: 1;
}
.new-header .new-menu .sub-menu-child-col:hover .sub-menu-child-col-text strong{
    color: #0649ed;
}
.new-header .new-menu > ul > li .sub-menu .sub-menu-items:hover{
    color: #0649ed;
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#new-nav-icon{
    width: 26px;
    /*height: 25px;*/
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}
#new-nav-icon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #222;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#new-nav-icon span:nth-child(1) {
  top: 0;
}
#new-nav-icon span:nth-child(2),
#new-nav-icon span:nth-child(3) {
  top: 9px;
}
#new-nav-icon span:nth-child(4) {
  top: 17px;
}
#new-nav-icon.is-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#new-nav-icon.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#new-nav-icon.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#new-nav-icon.is-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*END :: HEADER*/
/*START :: FOOTER */
.new-footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;    
    padding: 40px 0 15px;
    background-color: #e7e7e7;
}
.new-ftr-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 15px;
    align-items: center;
}
.new-ftr-link-card{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.new-ftr-link-card .new-tit-h5{
    font-size: 17px;
    margin-bottom: 10px;
}
.new-ftr-menu-link{
    padding: 0 0 0 20px;
    margin: 0;
}
.new-ftr-menu-link li{
    list-style: disc;
    margin-bottom: 5px;
    line-height: 18px;
}
.new-ftr-menu-link li a{
    color: #333;
    font-family:'Figtree-Regular' !important;
    font-size: 14px;
    text-decoration-line: none;
}
.new-ftr-link-card .col-lg-3{
    padding: 25px 15px;
}
.new-ftr-link-card address{
    color: #333;
    font-family:'Figtree-Regular' !important;
    font-size: 14px;
    text-decoration-line: none;
    margin-bottom: 5px;
    line-height: 18px;
}
.new-copyright{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #D9D9D9;
    padding: 20px 0 10px;
}
.new-copyright-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 10px;
    align-items: center;
}
.new-copyright-main p{
    color: #333;
    font-family:'Figtree-SemiBold' !important;
    font-size: 14px;
}
.new-ftr-social-icn {
    padding: 0;
    margin: 0;
}
.new-ftr-social-icn li {
    display: inline-block;
    padding: 0 0 0 10px;
}
.new-ftr-social-icn li a.social-icon {
    padding: 0;
}
.new-copyright-link{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.new-copyright-link .new-ftr-menu-link li{
    list-style: none;
    display: inline-block;
    padding: 10px 4px;
    margin: 0;
}
.new-copyright-link .new-ftr-menu-link li a{
    font-family:'Figtree-SemiBold' !important;
}
.new-copyright-link .new-ftr-menu-link {
    padding: 0;
}
/*END :: FOOTER */
.whatsapp-info,.pulse {
    color: #fff;
    background: #36d169;
    text-align: center;
    border-radius: 90%;
    height: 60px;
    width: 60px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 auto;
    position: fixed;
    bottom: 20px;
    right: 20px
}
.whatsapp-info>img {
    filter: invert(1)
}
.whatsapp-info-icon {
    position: fixed;
    bottom: 80px;
    right: 0;
    padding: 16px;
    z-index: 9999
}
.whatsapp-toast-modal {
    cursor: pointer;
    position: relative;
    border: 1px solid #eaf0f6;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    border-radius: 4px;
    width: 240px;
    padding: 24px 16px 16px
}
.whatsapp-user-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0
}
.whatsapp-user-item {
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #d8d8d8;
    transform: scale(.8);
    padding: 0
}
.whatsapp-user-item.whatsapp-user-center {
    transform: scale(1);
    position: relative;
    z-index: 9
}
.whatsapp-toast-modal p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px
}
.whatsapp-toast-close {
    border: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 4px 7px;
    z-index: 99
}
.whatsapp-user-item:first-child {
    margin-right: -10px
}
.whatsapp-user-item:last-child {
    margin-left: -10px
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
@keyframes pulse {
    0 {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
.whatsapp-info-icon .pulse:nth-child(1) {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}
.whatsapp-info-icon .pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite .3s;
    animation: pulse 2s infinite .3s
}
.scrolltop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}
.scroll .calltoaction-button1.w-button {
    background: #FA4616 !important;
    font-size: 18px;
    color: #fff;
    padding: 14px 28px;
    display: none;
    align-items: center;
    font-family: 'Figtree-Bold' !important;
    justify-content: center;
    text-align: center;
}
.new-header .new-menu .sub-menu-child#sub-mega-menu-child2 .sub-menu-child-col {
    align-items: center;
}
.responsive-carousel .slick-dots li{width: 10px;height: 10px;}
.responsive-carousel .slick-dots li button{width: 100%;height: 100%;background-color: #D8D8D8;border-radius: 100%;}
.responsive-carousel .slick-dots li button:before{width: 0;height: 0;background-color: transparent;font-size: 0;}
.your-industry-boxes .responsive-carousel .slick-dots li button{background-color: #fff;}
.responsive-carousel .slick-dots li.slick-active button{background-color: #0649ED;}
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free") !important;
    font-weight: var(--fa-style,900) !important;
}
.star-rating.rating-10 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 90%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-20 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 80%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-30 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 70%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-40 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 60%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-50 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 50%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-60 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 40%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-70 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 30%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-80 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 20%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating.rating-90 .fa-star.fa-half-active {
    background: linear-gradient(270deg, #d8d8d8 10%, #FF9E28 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rate-count{
    margin-left: 8px;
}
.star-rating .fa-star {
    color: #d8d8d8;
}


.about-hero, .about-section, .award-section, .bottom-footer, .break-section, .calltoaction-section, 
.clients-section, .cta-section, .ebook-hero, .faq-section, .feature-hero-section, .feature-section, 
.feature-section-white, .footer, .hero-section, .indus-calltoaction, .industry-hero, .industry-section, 
.industry-testimonial, .menu-section, .mobile-section, .mobile-section-schedule, .navbar, .okr-hero.sales-okr, 
.partner-plan, .pricing-hero, .resource-hero, .resource-section, .schedule-demo-hero, .section, .statistics, 
.testimonial-section, .testimonial-tab, .thank-section, .unique-features, .unmatched-section, .who-can-partner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.max-700 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.max-900 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.modal-backdrop{
    z-index: 9999;
}
.modal{
    z-index: 99999;
}
.start-free-trial:hover, .w-button:hover {
    color: #fff;
}
/*Footer Below CTA*/
.call-to-action {
    background: linear-gradient(90deg, rgba(205, 204, 255, 1) 0, rgba(255, 232, 204, 1) 100%);
}
.call-to-action .calltoaction-section {
    background: transparent !important;
}
.calltoaction-button:hover{
    color: #fff;
}
.letter-document-name:hover{
    color: #0649ed !important;
}
.blog-p a:hover{
    color: #0649ed;
}
.blog-main ul.blog_content li a,
.blog-main ul.blog_content li a:hover{
    color: #0649ed;
}
#main-site .mainWrapper{
    width: 100%;
    max-width: 1248px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.jd-generator-parent.jd-generator-gradient .jd-generator-form .col-6{
    flex: auto;
}
.jd-generator-parent.jd-generator-gradient button.banner-button.generate-btn{
    line-height: normal;
}
.listicle-sc-demo-new-form .gform_wrapper ul.gform_fields li.gfield.gfield--type-captcha{
    margin: 0 0 30px !important;
    float: left;
}
.listicle-sc-demo-new-form .gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha{
    max-width: 130px !important;
    float: left !important;
}
.listicle-sc-demo-new-form .gform_legacy_markup_wrapper .gfield_captcha_input_container{
    padding-left: 10px;
}
.gl_directory_cus_design .container>.row {
    display: unset;
}
.section.hr-glossary-top .row {
    justify-content: center;
}
.module-card .card-img,
.module-card .card-img-bottom, 
.module-card .card-img-top{
    width: auto;
}
header.new-header.new-header-landing{
    padding: 10px 0;
    min-height: auto;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
#form-popup-close.fade,
#form-popup-close-google.fade{
    opacity: 1;
}
#form-popup-container p{
    font-size: 14px;
}
.btn:hover{
    color: #fff;
}
.try-btn-blue:hover{
    color: #fff;
}
.form-control.header-reset{
    width: auto;
    height: auto;
}
.new-header .new-menu > ul > li .sub-menu{
    min-width: 200px;
}
.new-subpage-banner {
    width: 100%;
    padding: 48px 0px;
    background: linear-gradient(180deg, #E6F0FF 0%, rgba(230, 240, 255, 0.00) 100%);
    display: flex;
    flex-wrap: wrap;
}
.new-home-banner-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-self: center;
}
.info-icn-table.tooltip {
    opacity: 1;
    display: unset;
    position: unset;
}

/*START :: Letter box CSS*/
.sample-format-text-bg {
    width: 100%;
    float: left;
    border-radius: 10px;
    background: #E6F0FF;
    padding: 24px 24px 0;
    margin: 0 0 24px;
}
/*END :: Letter box CSS*/

/*START :: breadcrumb CSS*/
.breadcrumb {
    display: inline-block !important;
    background-color: transparent;
    padding: 0;
    margin: 0 0 24px;
}
.breadcrumb-item {
    display: unset !important;
}
.breadcrumb-item.active {
    color: #333;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #333;
}
.breadcrumb-item a {
    color: #0649ED !important;
}
.google-new-form-main .large:focus-visible,
.gfield_captcha_input_container.math_medium input:focus-visible,
.iti__country-container button:focus-visible,
.iti__country-container .iti__search-input:focus-visible{
    outline: none;
}
.close:not(:disabled):not(.disabled):focus{
    outline: none;
}
.Google-form-modal .close:focus,
button:focus{
    border: none;
    outline: none;
}
/*END :: breadcrumb CSS*/
/* START:: Form Checkbox */
.google-new-form-main .gfield_checkbox .gchoice,
.ginput_container_checkbox .gfield_checkbox .gchoice{
    display: flex;
    align-items:start;    
} 
.google-new-form-main .gfield_checkbox .gfield-choice-input,
.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input{
    margin: 5px 10px 0 0 !important;
}
.google-new-form-main .gfield_checkbox .gfield-choice-input[type="checkbox"],
.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.google-new-form-main .gfield_checkbox .gchoice .gform-field-label,
.ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label{
    font-size: 16px !important;
    cursor: pointer;
}
.google-new-form-main .google-new-form-main .mo_gravity_validate .gform_button {
    padding: 14px 28px !important;
}
.google-new-form-main .gfield_checkbox .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true]{
    color: #333 !important;
}
.google-new-form-main .otp-first-block:last-child .ginput_container{
    margin-bottom: 0;
}

.google-new-form-main .mo_gravity_validate input{
    font-size: 16px;
    margin:15px 0 0 0;
    border-radius: 8px;
    background: #FA4616;
    font-size: 18px;
    color: #fff;
    padding: 14px 28px !important;
    display: flex;
    align-items: center;
    font-family: 'Figtree-Bold';
    text-align: center;
    justify-content: center;
    margin: 0px;
    border: 0;
    width: 100%;
    line-height: normal !important;
    min-height: unset !important;
}
.google-new-form-main .ginput_container.ginput_container_phone{
    margin-bottom: 0;
}
.google-new-form-main .intl-tel-input .country-list{
    width: 100%;
    z-index:9999999 !important;
}
.google-new-form-main .intl-tel-input .flag-container{
    width: 100%;
}
.Google-form-modal .modal-dialog{
    max-width: 500px !important;
}
.google-new-form-main #mo_message {
    text-align: center;
    padding: 8px 0 !important;
    border-radius: 5px;
    margin: 10px 0 0;
    font-size: 15px;
    background-color: transparent !important;
}
.google-new-form-main .intl-tel-input .country-list .divider{
    border: none !important;
}
.ginput_container.ginput_container_phone:has(.gfield_description.validation_message) .mo_gravity_validate {
    margin: 53px 0 0;
}
.Google-form-modal .intl-tel-input.allow-dropdown .gfield_description.validation_message {
    position: absolute;
    top: 100%;
    margin: 15px 0 0 !important;
}
.selected-flag:focus-visible{
    outline: none;
}
.ginput_container.ginput_container_phone .mo_gravity_validate {
   justify-content: center;
}
.iti-mobile .intl-tel-input.iti-container{
    z-index: 999999 !important;
}

/* START :: RTL CSS */
[dir="rtl"] .new-header-menu .btn-main{margin:0 20px 0 0;}
[dir="rtl"] .new-header-menu .btn-main>a{margin:0 10px 0 0;}
[dir="rtl"] .new-header .new-menu > ul > li{margin:0 30px 0 0;}
[dir="rtl"] .new-header .new-menu .sub-menu-child{right: auto;left: 0;}
[dir="rtl"] .new-header .new-menu .sub-menu-child-col-text{padding: 0 10px 0 0;}
[dir="rtl"] .new-header .new-menu .sub-menu-child-col{padding: 0 30px 24px 5px;}
[dir="rtl"] .new-header .new-menu .has-children-left{margin: 0 0 5px 30px;}
[dir="rtl"] .new-header .new-menu .has-children-child::before{right: 315px;left: auto;}
[dir="rtl"] .new-header .new-menu .has-children-left svg {transform: translateX(0) rotate(180deg);}
[dir="rtl"] .new-header .new-menu > ul > li.has-children:hover .has-children-left.expand svg{
    transform: translateX(-10px) rotate(180deg);
}
[dir="rtl"] .new-btn>img, 
[dir="rtl"] .new-btn>svg {transform: rotate(180deg);margin: 0 5px 0 0;}
[dir="rtl"] .star-rate-count{margin: 0 8px 0 0;}
[dir="rtl"] .star-rating {margin:0 8px 0 0;}
[dir="rtl"] .border-right0 {border-right: 1px solid #d8d8d8;border-left: 0;border-radius: 0 0 16px 0;}
[dir="rtl"] .star-rate-box-dtl{left: auto;right: 20px;}
[dir="rtl"] .new-ftr-menu-link{padding: 0 20px 0 0;}
[dir="rtl"] .new-copyright-link .new-ftr-menu-link{padding: 0;}
[dir="rtl"] .new-video-modal .close-button{right: auto;left: -8px;}
.new-video-modal .close-button{padding: 0;}
/* END :: RTL CSS */

/* Event Topbar */
.event-topbar{
    position: sticky;
    top: 0;
    left: 0;
    padding: 10px 15px;
    /* background: url(/wp-content/themes/factohr-theme/images/new/event-topbar-bg.png) no-repeat; */
    background-size: contain;
    width: 100%;
    height: max-content;
    z-index: 9999;
    background-color: #ffeae6;
    text-align: center;
    background-position: top center;
}
.event-topbar strong{
    font-family: 'Figtree-Bold';
}
.event-topbar>p>img {
    max-width: 40px;
    margin: 0 8px 0 0;
}
.event-topbar>p {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Header Changes */
.new-header-menu .btn-main .new-btn-outline {
    color: #0649ED;
    font-family: 'Figtree-Bold' !important;
    padding: 0px;
    min-width: auto;
    border: 0;
}
.testimonial-box-sing .blue-text,
.blue-text.text-uppercase{
    color: #222 !important;
}
.language-switcher{
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}
[dir="rtl"] .language-switcher{
    margin: 0 20px 0 0;
}
.language-switcher li{
    display: inline-block;
    margin: 0 5px;
}
.language-switcher li a{
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
}
.language-switcher li.active{
    border-bottom: 2px solid #222;
}
.language-switcher li.active a{
    font-family: 'Figtree-Bold';
}
/*START::  VideoJSFramework */
.video-js .vjs-big-play-button {
    height: 44px;
    width: 64px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff0000 !important;
    border:0;
}
.video-js .vjs-tech{
    object-fit: cover;
}
.new-video-modal:has(.video-js) .new-video-modal-iframe{
    padding-bottom:0 !important;
}
.video_player_model-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 56.15%;
}
.vjs-poster img{
    object-fit: cover;
}
.vjs-button:focus-visible {
    outline: 0;
}
/*END::  VideoJSFramework */
.menu-vline {
    width: 1px;
    height: 15px;
    background-color: #333;
    margin: 5px;
}
strong, strong i{
    font-family:"Figtree-Bold";
}
input, select, textarea {
    font-family: 'Figtree-Regular';
}
.new-design-inp.large::placeholder {
    color: #333;
}
/* INTER LINKING */
.inter-linking{
    border-radius: 10px;
    background: #E6F0FF;
    margin: 1em 0;
    margin: 0 0 30px;
    color: #333;
    font-size: 14px;
    padding: 16px 25px 16px 20px;
    line-height: 1.55em;
    float: left;
    width: 100%;
}
.inter-linking p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0 !important;
}
.inter-linking ul,
.inter-linking ol{
    margin: 10px 0 0 0 !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 16px !important;
    row-gap: 10px;
    float: left;
}
.inter-linking ul li,
.inter-linking ol li {
    color: #333;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 0;
    margin: 0 !important;
    width: 100%;
}
.inter-linking a{
    word-break: break-word;
    color: #0649ed;
    font-size: 16px !important;
    font-family: 'Figtree-Regular' !important;
}
.inter-linking .two_col li {
    width: 50%;
    padding: 0 20px 0 0;
}
.inter-linking .three_col li{
    width: 33.33%;
    padding: 0 20px 0 0;
}
/* INTER LINKING */
/*Get a summary Section*/
.modify-blog-dtl{
    gap:10px;
    display: flex;
    flex-wrap: wrap;
    color: #9ca3af;
    align-items: center;
    font-size: 14px;
    align-items: center;
}
.modify-blog-dtl span{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modify-blog-dtl span:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #e4e4e4;
    margin: 0 0 0 10px;
}
.new-ai-tools-icon{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 10px 0 16px;
    list-style: none;
}
.new-ai-tools-icon li {
    font-family: 'Figtree-Semibold';
}
.new-ai-tools-icon li>a{
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.new-ai-tools-icon li a>svg{
    max-width: 25px;
    max-height: 25px;
    filter: brightness(0) invert(1);
}
.icon-bg-green{background-color: #3BA755;}
.icon-bg-blue{background-color: #0ea5e9;}
.icon-bg-orange{background-color: #f97316;}
.icon-bg-purple{background-color: #8b5cf6;}
.icon-bg-black{background-color: #222;}

.blog-page-new ol li strong em,
.blog-page-new ul li strong em,
.blog-page-new p strong em,
.blog-page-new .blog-h1 em,
.blog-page-new .blog-h2 em,
.blog-page-new .blog-h3 em,
.blog-page-new .blog-h4 em,
.blog-page-new .blog-h5 em,
.blog-page-new .blog-h6 em{
    font-family: 'Figtree-Bold';
}

/* Author Section (09-12-2025) */
.author-sec.box-shadow-box,
.author-sec{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.10);
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    height: auto;
    text-align: left;
    padding: 24px;
    align-items: flex-start;
}
.author-sec-right{
    width: calc(100% - 60px);
    padding: 0 0 0 20px;
}
.author-name-with-social{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.author-social-media{
    padding:0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.author-social-media li{
    list-style: none;
    display: inline-block;
    margin: 0 0 0 10px;
}
.author-social-media li a{
    color: #0649ED;
    text-decoration-line: none;
    display: inline-block;
    font-size: 20px;
}
.author-picture {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f0ff;
    color: #0649ed;
    border: 0;
    font-size: 28px;
    font-weight: 600;
    border-radius: 100%;
}
.author-picture>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.author-sec .author-picture:has(img) {
    border: 1px solid #d8d8d8;
    background-color: transparent;
}
.author-sec-right p {
    font-size: 14px;
    line-height: 22px !important;
}
.author-name-with-social a.new-tit-h3:hover{
    color: #333;
}
.hr-faq-arw{min-height: 24px;}
.new-ftr-top .iso>img{min-height: 60px;}
.author-picture{min-height: 60px;}
.letter-document-icn img{min-height: 25px;}
.breadcrumb {
  min-height: 24px;
}
.modify-blog-dtl{min-height: 21px;}
.menu-main{display: flex;flex-wrap: wrap;}
.breadcrumb-item+.breadcrumb-item::before{min-width: 15px;}
.new-header-main .logo{display: inline-flex;}
.new-header{min-height: 84px;contain: layout;box-shadow: 0 2px 3px rgba(0,0,0,0.05);}
/* .detail-top-picture img{aspect-ratio: 2/1;} */
/* View Past Notifications Modal */
.new-modal-dialog .normal-icn,
.letter-document-name.normal-icn{
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
}
.new-modal-dialog .modal-content {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.new-modal-dialog .modal-header {
    padding: 14px;
    align-items: center;
    background-color: #e2e8f0;
    border: 0;
}
.new-modal-dialog .modal-body {
    max-height:calc(100vh - 110px);
    overflow: auto;
    padding: 14px;
}
.new-modal-dialog .modal-body::-webkit-scrollbar{
    height:5px;
    width: 5px;
    border-radius: 10px;
}
.new-modal-dialog .modal-body::-webkit-scrollbar-thumb{
    background-color:#D1D5DB;
    border-radius: 10px;
}
.new-modal-dialog .modal-body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
@supports not (-moz-appearance: none) {
    ::-webkit-scrollbar{
        height:7px;
        width: 7px;
        border-radius: 15px;
    }
    ::-webkit-scrollbar-thumb{
        background-color: #D1D5DB;
        border-radius: 15px;
    }
    ::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 15px;
    }
}
body:has(.new-modal-dialog.show) {
    overflow: hidden;
}
/* New Video Player */
.new-video-tag{
    position: relative;
    z-index: 998;
    width: 100%;
    padding-bottom: 56.15%;
    background-color: #fff;
}
.new-video-tag-source {
    z-index: 1000;
    position: absolute;
    -webkit-position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    cursor: pointer;
    object-fit: cover;
}
#thank-you:has(.new-video-tag) .start-free-trial {
    margin-top: 43px !important;
}
.static-videoplayer{
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    overflow: hidden;
}
/* New Video Player */
.blink-txt {
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
}
@keyframes blink {
    0% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 0 }
}
.topbar-hover-arw{transition: all 0.4s ease;}
.event-topbar:hover .topbar-hover-arw{
    transform: translateX(5px);
}
.blog-page-new p>a {
    word-break: break-word;
}

.event-topbar.event-bg{
    background: url(/wp-content/themes/factohr-theme/images/new/event-topbar-bg.png) no-repeat;
    background-size: contain;
    background-color: #ffeae6;
    text-align: center;
    background-position: top center;
    height: auto;
}

/* New Form Dropdown menue */
/* .new-country-dropdown-form .sc-demo-new-form-design .form-control, .sc-demo-new-form-design .gform_wrapper .large{padding: 3px 10px 4px 15px !important;} */
.new-country-dropdown-form.schedule-demo-modal-new-form .gform_wrapper.gravity-theme .gfield input.large,
.new-country-dropdown-form .sc-demo-new-form-design .form-control:not(.large-phone .form-control),
.sc-demo-new-form-design .gform_wrapper .large:not(.large-phone .large) {
    padding: 3px 10px 4px 15px !important;
}
.new-country-dropdown-form  .large-phone .iti__country-container .iti__selected-country-primary{
    padding-left: 15px;
}
.new-country-dropdown-form .large-phone .iti__selected-country .iti__flag {
    margin-right: 0 !important;
}        
.new-country-dropdown-form .gform_wrapper .gfield.large-phone  .iti.iti--allow-dropdown input{
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    height: 50px;
    color: #777;
    padding: 3px 10px 4px 15px;
    width: 100%;
    font-size: 16px;
}
.new-country-dropdown-form .gform_wrapper .gfield.large-phone .iti.iti--allow-dropdown input:focus-visible{
    outline: none;
}
.new-country-dropdown-form .gform_wrapper .gfield.large-phone .iti.iti--allow-dropdown .iti__search-input{
    line-height: 1.5;
}
.new-country-dropdown-form .large-phone .iti .iti__selected-dial-code{
    margin-left: 0;
}
.new-country-dropdown-form .large-phone .iti--inline-dropdown .iti__dropdown-content{
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.10);
    border: 0;
    border-radius: 6px;
    overflow: hidden;
}
.new-country-dropdown-form .gform_wrapper .gfield.large-phone .iti.iti--allow-dropdown input.iti__search-input{
    height: 36px;
    border-radius: 0;
    border: none;
    padding: 8px 15px !important;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    font-size: 16px;
    color: #777;
}
.new-country-dropdown-form .large-phone .iti__country-list, 
.new-country-dropdown-form .large-phone .iti__dropdown-content{
    border-radius: 0;
    padding: 0;
    border: 0;
}
.new-country-dropdown-form .large-phone .iti__country.iti__highlight{
    background-color: #E6F0FF;
}
.new-country-dropdown-form .large-phone .iti__country-name{
    color: #333;
}
.new-country-dropdown-form .large-phone .iti__country .iti__dial-code{
    color: #999;
}
.new-country-dropdown-form.schedule-demo-modal-new-form .large-phone .iti__country-container{
    line-height: normal;
}
/* .new-country-dropdown-form .iti--container.iti--inline-dropdown{z-index: 99999;} */
.modal-open .iti--container {
    z-index: 99999;
}
.schedule-demo-modal-main .new-country-dropdown-form .gform-footer.gform_footer{
    padding-top: 10px;
}
.new-country-dropdown-form .large-phone .iti__selected-country-primary .iti__arrow.iti__arrow--up {
    transform: scaleY(-1) rotate(225deg);
    top: 3px;
}
.new-country-dropdown-form .large-phone .iti__selected-country-primary .iti__arrow {
    border-top: 1px solid #8b8b8b;
    border-left: 1px solid #8b8b8b;
    border-right: 0;
    border-bottom: 0;
    width: 8px;
    height: 8px;
    margin: 0 2px 0 8px;
    position: relative;
    top: -1px;
    transform-origin: center;
    transform: scaleY(1) rotate(225deg);
}
.new-country-dropdown-form .large-phone .iti__country-list::-webkit-scrollbar {
    height: 7px;
    width: 9px;
    border-radius: 10px;
}
.new-country-dropdown-form .large-phone .iti__country-list::-webkit-scrollbar-thumb{
    background-color: #8b8b8b;
    border-radius: 10px;
}
.new-country-dropdown-form .large-phone .iti__country-list::-webkit-scrollbar-track{
    background: #fcfcfc;
    border-radius: 10px;
}
.new-country-dropdown-form .large-phone .iti__country{
    padding: 8px 15px;
}
.new-country-dropdown-form .gform_wrapper.gravity-theme .gfield input.medium:not([type="file"]),
  .new-country-dropdown-form .gform_wrapper.gravity-theme .gfield select.medium{
    font-size: 16px !important;
    height: 50px;
    border: 1px solid #e4e4e4;
    margin-top: 0px !important;
    color: #777;
    border-radius: 5px;
    width: 100% !important;
}
.new-country-dropdown-form .large-phone .gf-intl-phone-validity{
    display: none;
}
.schedule-demo-modal-main .new-country-dropdown-form .gform_wrapper .gfield.large-phone .iti.iti--allow-dropdown input{
    padding: 4px 10px 4px 15px;
}
.new-country-dropdown-form .gform_wrapper.gravity-theme .gfield input.large::placeholder, .gform_wrapper.gravity-theme .gfield select.large::placeholder {
    color: #777;
}
.new-country-dropdown-form input[type="file"]{
    width: 100% !important;
}

/*START :: Responsive CSS*/
@media screen and (min-width:1201px) and (max-width: 1300px) {
    /*Header, Footer & Global*/
    .container, .new-home-cta{max-width: 1140px !important;}
    .new-header .new-menu > ul > li .sub-menu.mega-menu{max-width: 1140px;}
    .new-title-main + .row {margin: 0;}
    .new-cta-static-main>.col-lg-7 {max-width: 65%;}
    /* Event Topbar */
    /* .event-topbar{background: url(/wp-content/themes/factohr-theme/images/new/event-topbar-bg-small.png) no-repeat;background-color: #ffeae6;background-position: center;} */

    .new-header .new-menu > ul > li .sub-menu.mega-menu{min-height: 420px;}
    .event-topbar.event-bg{background: url(/wp-content/themes/factohr-theme/images/new/event-topbar-bg-small.png) no-repeat;background-color: #ffeae6;background-position: center;}
}
@media screen and (max-width: 1200px) {
    .container{max-width: 960px !important;}
    /*Header, Footer & Global*/
    .new-home-cta{max-width: 960px !important;}
    .new-title-main + .row {margin: 0;}
    .new-tit-h1{font-size: 40px;}
    .new-cta-static-main>.col-lg-7 {max-width: 75%;}
    /*Responsive Menu*/
    .new-header .new-menu > ul > li{margin-left: 10px;}
    .new-header-menu .btn-main{margin-left: 10px;}
    .new-header .new-menu > ul > li .sub-menu.mega-menu{max-width: 960px;}
    .new-header .new-menu .has-children-left{max-width: 240px;margin: 0 20px 5px 0}
    .new-header .new-menu .sub-menu-child{width: calc(100% - 275px);padding: 30px 0 0 0;}
    .new-header .new-menu .has-children-child::before{left: 275px;}
    .new-header .new-menu .sub-menu-child-col{padding: 0 5px 24px 20px;width: 50%;}
    .new-header .new-menu > ul > li .sub-menu.mega-menu{min-height: 450px;}
    /* RTL CSS */
    [dir="rtl"] .new-header .new-menu .has-children-child::before{right: 275px;}
    .event-topbar{background: none;background-color: #ffeae6;}

    /* Header changes */
    .new-header .new-menu > ul > li {margin-left: 5px;}
    .new-header-menu .btn-main>a.new-btn{padding: 14px 18px;}

    .new-header .new-menu .sub-menu-child{padding: 20px 0 0 0;}
    .new-header .new-menu > ul > li .sub-menu.mega-menu{min-height: 508px;}
    .new-header-menu {margin: 0 0 0 20px;}

    .event-topbar.event-bg{background: none;background-color: #ffeae6;}
}

@media screen and (max-width: 991px) {
    .container{max-width: 720px !important;}
    /*Header, Footer & Global*/
    .new-home-cta{max-width: 720px !important;}
    .col-lg-6 {max-width: 100%;flex: 0 0 100%;}
    .new-home-sec{padding: 56px 0;}
    .new-cta-static-main>.col-lg-7{max-width: 80%;}
    .new-cta-static-main>.col-lg-10{max-width: 80%;}
    .new-tit-h1{margin: 0 0 24px;}
    .scroll .calltoaction-button1.w-button {
        background: #FA4616 !important;
        font-size: 18px;
        color: #fff;
        padding: 14px 28px;
        display: flex;
        align-items: center;
        font-family: 'Figtree-Bold' !important;
        justify-content: center;
    }
    /*Responsive Header*/
    .new-header{padding: 10px 0;}
    #new-nav-icon{display: block;position: absolute;right: 0;top: 17px;}
    .new-header-main{position: relative;padding: 0 45px 0 0;}
    .new-menu{
        right: -100%;
        top: 70px;
        transition: 0.4s ease-in-out;
        background: #fff;
        width: 100%;
        position: fixed;
        z-index: 9;
        height: auto;
        /* max-width: 330px; */
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        max-width: 300px;
        padding: 0;
        border-radius: 10px;
        margin: 10px;
        z-index: 99999;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
    }
    .new-header-menu.is-open .new-menu{
        right: 0;
    }
    body.is-open{overflow: hidden;}
    nav.new-menu {width: 100%;margin: 0 10px; padding: 10px;max-height: calc(100vh - 130px);overflow: auto;}
    .new-header .new-menu > ul > li{line-height: normal;display: block;margin-left: 0;padding: 0;}
    .new-header .new-menu > ul > li > a{justify-content: space-between;padding: 10px 15px;}
    .new-header-menu .btn-main{display: none !important;}
    .new-header .new-menu > ul > li .sub-menu.mega-menu{box-shadow: none;min-height: auto;margin: 0;padding: 0 10px;transform: unset;visibility: visible;opacity: 1;display: none;transition: unset;}
    .new-header .new-menu .sub-menu-child{position: relative;width: 100%;padding: 0 15px 5px;display: none;}
    .new-header .new-menu .has-children-left{max-width: 100%;padding:5px;}
    .new-header .new-menu .has-children-child::before{border: 0;}
    .new-header .new-menu .sub-menu-child-col{padding: 7px 0;width: 100%;}
    .new-header .new-menu .has-children-left.expand{box-shadow: none;background-color: transparent;}
    .new-header .new-menu > ul > li.has-children:hover .has-children-left.expand svg {transform:translateX(0) rotate(90deg);}
    .new-header .new-menu > ul > .has-children-left > svg{width: 20px;}
    .new-header .new-menu > ul > li.has-children .has-children-left svg {display: none;}
    .new-header .new-menu > ul > li.has-children .sub-menu-child{transform: unset;visibility: visible;opacity: 1;display: block;}
    .new-header .new-menu > ul > li .sub-menu{transform: unset;box-shadow: none;min-width: 100%;left: 0;visibility: visible;opacity: 1;display: none;position: unset;padding: 0 15px;}
    .new-header .new-menu > ul > li.has-children:hover .sub-menu{transform: unset;transition: unset;}
    .new-header .new-menu > ul > li.has-children:hover .sub-menu.mega-menu {visibility: visible;opacity: 1;transform: unset;transition: unset;}
    .new-header .new-menu > ul > li.has-children:hover>a>svg {transform: unset;}
    .new-header .new-menu > ul > li.has-children>a.active>svg {transform: rotateX(180deg);}
    .new-header .new-menu > ul > li.has-children.active .sub-menu {display: block;}
    .new-header .new-menu > ul > li.has-children > a.active + .sub-menu {display: block;}
    .new-header .new-menu .has-children-left.active + .sub-menu-child{display: block;}
    .new-header .new-menu > ul > li.has-children .has-children-left.active>svg{transform: translateX(0) rotate(270deg) !important;}
    .new-header .new-menu .sub-menu-child-col>img,
    .new-header .new-menu .sub-menu-child-col>svg,
    .new-header .new-menu .sub-menu-child-col-text>span{display: none;}
    .new-header .new-menu .sub-menu-child-col-text{width: 100%;padding: 0;}
    .new-header .new-menu .sub-menu-child-col-text strong{font-family: 'Figtree-Regular' !important;font-weight: 400;margin-bottom: 0 !important}
    .new-ftr-link-card .col-lg-3{width: 50%;}
    #main-site{padding-bottom: 54px;}
    .scroll .calltoaction-button1.w-button{display: flex;}
    header.new-header.new-header-landing .new-header-main{padding: 0 !important;}
    .new-ftr-link-card .col-lg-3{max-width: 50%;flex:0 0 50%;}
    .blog-main .w-col-9.pr-4 {padding: 0px 10px !important;}

    /* RTL CSS */
    [dir="rtl"] .new-header .new-menu .sub-menu-child-col {padding:7px 0;}
    [dir="rtl"] .new-header .new-menu .sub-menu-child-col-text {padding: 0;}
    [dir="rtl"] .new-header .new-menu > ul > li{margin: 0;} 
    [dir="rtl"] .new-header .new-menu .has-children-left {margin: 0 0 5px 20px;}
    [dir="rtl"] #new-nav-icon{right: auto;left: 0;}
    [dir="rtl"] .new-menu{right: unset;left: -100%;}
    [dir="rtl"] .new-header-menu.is-open .new-menu{right: unset;left: 0;}
    [dir="rtl"] .new-header-main{padding: 0 0 0 45px;}

    /* Event Topbar */
    .event-topbar>p {font-size: 16px;}
    .sub-menu-child-col.border-top {border-top: 0 !important;}
    .new-header-menu {margin: 0;}

    /* INTER LINKING */
    .inter-linking .three_col li{width: 50%;}
    .scroll .calltoaction-button1.w-button{min-height: 55px;}
    .menu-main{flex-direction: column;}
    .new-header{min-height: 71px;}
    .new-modal-dialog .modal-lg{max-width: 720px;}
}

@media screen and (max-width: 767px) {
    .container{max-width: 540px !important;}
    /*Header, Footer & Global*/
    .new-cta-bar {padding: 24px 24px 32px;text-align: center;border-radius: 10px;}
    .new-cta-left{max-width: 100%;}
    .new-cta-right{max-width: 100%;}
    .new-cta-right.text-right{text-align: center !important;margin: 20px 0 0;}
    .gradient-img{padding: 25px 25px 35px;border-radius: 10px;}
    .new-home-cta{max-width: 540px !important;}
    .res-none{display: none !important;}
    .desk-none{display: block !important;}
    .new-tit-h1{font-size: 36px;}
    .new-tit-h1{margin: 0 0 32px;}
    .new-btn{max-width: 330px;justify-content: center;width: 100%;padding: 14px 20px;}
    .new-tit-h2{font-size: 28px;}
    .new-tit-h3{font-size: 22px;}
    picture.pt-56 {padding-top: 40px !important;}
    .new-tit-h5.blue-text.mb-16 {margin-bottom: 10px !important;margin-top: 10px;}
    .new-video-modal .modal-dialog{max-width: 96%;}
    .new-video-modal-iframe{padding-bottom: 55.20%;}
    .new-video-modal .close-button{top: -4px;right: -4px;}
    .cta-girl-pic{display: none;}
    .new-cta-static-main>.col-lg-7{max-width: 100%;padding: 0;text-align: center;}
    .new-cta-static-main>.col-lg-10{max-width: 100%;padding: 0;text-align: center;}
    .new-cta-static-main .btn-main{justify-content: center;}
    .new-btn-outline.new-lg-btn-outline {padding: 14px 18px 11px;width: 100%;max-width: 330px;margin: 0 auto;}
    .responsive-carousel{margin:0 -15px;width: calc(100% + 30px);}
    .new-cta-static{padding: 40px 15px;}
    .new-btn-outline.open-modal-click{margin-top: 10px;}
    .whatsapp-toast-modal {display: none !important;}
    .new-ftr-link-card .col-lg-3{padding: 15px;}
    .new-copyright-link .new-ftr-menu-link li{padding: 5px;}
    .new-copyright-link{text-align: center;}

    .section.hr-glossary-top, .gl_nav_cus_design{padding-left: 15px !important;padding-right: 15px !important;}
    .call-to-action {background: linear-gradient(180deg,rgba(205,204,255,1) 0,rgba(255,232,204,1) 100%) !important;}

    .error-page .new-btn{max-width: 120px !important;justify-content: center !important;width: 100% !important;padding: 8px 10px !important;font-size: 16px !important;}

    /* RTL CSS */
    [dir="rtl"] .border-right0{border-left: 1px solid #d8d8d8;}
    [dir="rtl"] .new-video-modal .close-button{left: -4px;}
    /* Event Topbar */
    .event-topbar{padding: 5px 10px;height: max-content;}
    /*START::  VideoJSFramework */
    .video-js .vjs-big-play-button {font-size: 28px;line-height: 40px;height: 40px;width: 60px;}
    /*END::  VideoJSFramework */
    .testimonial-box-left .new-tit-h5.mb-16 {font-size: 16px;margin: 5px 0 10px !important;}
    
    /* INTER LINKING */
    .inter-linking .two_col li,
    .inter-linking .three_col li{width: 100%;padding: 0;}
    .inter-linking ul, .inter-linking ol{row-gap: 7px;}
    .inter-linking{padding: 16px;margin: 0 0 20px;}
    .blog-page-new .inter-linking p,
    .inter-linking p{line-height: normal;}

    /* Author Section (09-12-2025) */
    .author-sec-right {width: 100%;padding: 20px 0 0;}
    .author-sec{padding: 20px;}
    .author-picture.author-picture {margin: 0 !important;}
    
    .new-modal-dialog .modal-lg{max-width: 540px;}
    .letter-document-list .letter-document-sing-box svg{margin: 0;}
    .letter-document-list .letter-document-sing-box {width: 100%;margin: 0 10px 10px;}

    /* form cuntry dropdown field */
    .schedule-demo-modal-new-form .ginput_container {margin-bottom: 10px !important;}
    .schedule-demo-modal-new-form.new-country-dropdown-form .large-phone .iti__country-container .iti__selected-country-primary {padding-left: 12px;}
    .new-country-dropdown-form .gform_wrapper .gfield.large-phone .iti.iti--allow-dropdown input{height: 42px; font-size: 16px !important;} 
    .schedule-demo-modal-new-form.new-country-dropdown-form .large-phone .iti .iti__selected-dial-code{font-size: 16px;}

    /* css for partner-with-us form */
    #PartnerFormModal .schedule-demo-modal-new-form.new-country-dropdown-form .large-phone .iti__country-container .iti__selected-country-primary {padding-left: 12px;}
    #PartnerFormModal .new-country-dropdown-form .gform_wrapper .gfield  input{height: 42px; font-size: 16px !important;} 
    #PartnerFormModal .new-country-dropdown-form .gform_wrapper .gfield .large{padding-left: 12px !important;}
    .schedule-demo-modal-new-form .gform_wrapper.gravity-theme .gfield textarea.large{height: 80px !important;}
    .schedule-demo-modal-new-form.new-country-dropdown-form .large{font-size: 16px !important}
}

@media screen and (max-width: 575px) {
    .container{max-width: 100% !important;}
    /*Header, Footer & Global*/
    .new-ftr-link-card .col-lg-3{width: 100%;}
    .new-footer{padding: 30px 15px 0;}
    .new-ftr-top .iso{width: 100%;margin-top: 30px;}
    .new-ftr-menu-link li:last-child{margin-bottom: 0;}
    .new-copyright{padding: 30px 15px 10px;}
    .new-ftr-social-icn li:first-child{padding-left: 0;}
    .new-ftr-social-icn {padding: 0 0 10px;width: 100%;}
    .new-copyright-main{padding: 0 0 25px;flex-wrap: wrap-reverse;}
    .new-copyright-link{text-align: left;justify-content: flex-start;}
    .new-copyright-link .new-ftr-menu-link li{display: block;}
    .new-header-main>.logo>img{max-width: 150px;}
    .new-header{padding: 10px 15px;}
    .new-header-menu .btn-main{margin-left: 0;}
    .new-header-main{padding: 0 40px 0 0;}
    .new-header-menu .btn-main .new-btn-outline{min-width: 70px;padding: 4px 15px;font-size: 16px;border-radius: 5px;}
    nav.new-menu{top: 60px;}
    #new-nav-icon{top: 10px;}
    .new-ftr-top .logo img {max-width: 150px;}
    .new-ftr-top .iso>img {margin: 0 !important;}
    header.new-header.new-header-landing{padding: 10px 15px;}
    .new-ftr-link-card .col-lg-3{max-width: 100%;flex:0 0 100%;}
    .breadcrumb-item{font-size: 14px;}
    /* .breadcrumb-item+.breadcrumb-item {padding-left: 2px !important;} */
    .breadcrumb-item+.breadcrumb-item::before {padding-right: 5px !important;}

    /* RTL CSS */
    [dir="rtl"] .new-copyright-link{text-align: right;}
    .Google-form-modal .modal-dialog{max-width: 96% !important;}
    .new-header{min-height: 58px;}
    
    .new-modal-dialog .modal-lg{max-width: 100%;}
    .letter-document-list .letter-document-sing-box{margin: 0 0 10px;}
    .letter-document-list .letter-document-sing-box:has(.letter-document-name-history){margin: 0 0 20px;}
    .new-home-sec .letter-document-list {width: 100%;margin: 0;}
    .new-country-dropdown-form .gform_wrapper .gfield .iti.iti--allow-dropdown input.iti__search-input{padding: 4px 13px !important;}
}
@media screen and (max-width: 480px) {
    .modify-blog-dtl span:first-child::after {background-color: transparent;width: 0;}
    .modify-blog-dtl span:first-child{width: 100%;}
    /* .new-ai-tools-icon li>a{ width:32px; height:32px; }
    .new-ai-tools-icon li a>svg{ max-width:20px; max-height:20px; } */
    .new-ai-tools-icon{gap: 8px;}
    .modify-blog-dtl {gap: 0 5px;}
    .modify-blog-dtl span:not(:last-child)::after{margin: 0 0 0 5px;height: 13px;position: relative;bottom: 1px;}
    .modify-blog-dtl.mb-3 {margin-bottom: 10px !important;}
    .new-ai-tools-icon li:first-child{ width: 100%;}

    .cta-picture-height{min-height: 216px;}
    .aspect-ratio-image{aspect-ratio: 4/3;}
    .topbar-hover-arw{width: 16px;height: 16px;}
    .event-topbar p{font-size: 13px;}
    
}

@media screen and (max-width: 370px) {
    .event-topbar>p>img {max-width: 35px;margin: 0 3px 0 0;}
}
/*END :: Responsive CSS*/