@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* font-family: 'Open Sans', sans-serif; */
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
  }
/* navbar */

.container1{
    width: 100%;
}



.navbar{
    position: fixed;
    
    width: 100%;
    z-index: 100;
    top: 0;
}
.main-header{
    padding-top: 150px;
    height: 720px;
}
.navbar-brand img{
    width: 100px !important;
}

.btn-outline-danger{
    transition: .5s;
}

.main-header .btn-danger:hover{
    transform: scale(1.08);
  
   text-decoration:none;
}

.margin-none{
    margin: 3px !important;
}

.navbutton{
    width: 100%;
}
.navbutton .btn{
    padding: 9px 25px;
    font-weight: bold;
}

.navbutton i{
    padding-left: 7px;
    position: relative;
    transition: .3s ease;
    font-weight: 300;
   
}
.btn-outline-blue:hover{
    background-color: #504EE4;
    color: white;
}
.navbutton:hover i{
  
    transition: .3s ease;
    animation: navbarButtonArrow 1.5s infinite;
}
.btn-blue{
    background-color: #504EE4 !important;
    color: white;
    font-weight: 600 !important;
}
.btn-blue:hover{
    text-decoration: none;
}
.btn-outline-blue{
    transition: .3s;
    color: #504EE4;
    border:1px solid  #504EE4;
    background-color: white;
}
/* @keyframes navbarButtonArrow{
    0%{left: 0px;}
    50% {left: 10px;}
    100%{left: 0px;}
} */
.nav-float-right .navLink {
    margin-right: 35px;
}
.navbar a {
    color: #05034E !important;
    font-size: 16px;
    font-weight: bold;
}
.navbar .btn{
    font-size: 14px !important;
}
.margin-none{
    margin-top: 0px !important;
} 
@media only screen and (max-width: 780px){
    .navbutton .btn {
        padding: 7px 16px;
        font-weight: bold;
    }
    .talk-section {
        padding: 150px 100px 20px !important;
    }
}
.navbutton .btn-outline-blue{
    background-color: white !important;
    color: #504EE4;
    transition: .3s;
    font-weight: 600 !important;
}
.navbutton .btn-outline-blue:hover{
    background-color: #504EE4 !important;
    color: white;
}
.web-hide svg{
    font-size: 35px;
    padding-top: 7px;
}

.container1 {
    max-width: 1304px !important;
}
.navbar{
    padding: .2rem 1rem !important;
}
.scrollEffect{
    background-color: white;
    box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
    transition: background-color 400ms linear;
}
.bg-yellow {
    background:var( --bg-yellow);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
    padding: 7px 10px;
}








/*  navbar end ---------------------*/

.landing-section{
    margin-top: 160px;
    margin-bottom: 70px;
    position: relative;
}
.main-hero-titie1{
    font-family: "Paytone One", sans-serif;
    padding: 0 0px;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    color: #05034E;
    margin-bottom: 40px;    
}
.landing-btn-arrow{
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
}
.main-hero-titie2{
    padding: 0 80px;
    font-size: 20px;
    text-align: center;
    color: #565656;
    margin-bottom: 100px;  
}
.hero-img{
    margin-bottom: 120px;
}
.second-header{
    margin-bottom: 40px;
}
.second-header{
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
}
.bg-red{
    background: var(--bg-red);
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
    padding: 7px 10px;
}
.bg-blue{
    background: var(--bg-blue);
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
    padding: 7px 10px;
}
.second-subheader{
    font-size: 25px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-family: 'Paytone One', sans-serif;
    color: #2C2C2C;
    line-height: 35px;
    margin-bottom: 25px;
}
.second-subheader1{
/*        width: 78%; */
}
.second-subheader2{
    width: 100%;
}
.second-para{
   
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #2C2C2C;
}
.w-77{
    width: 85%;
}
.main-hero-titie2 span {
    font-weight: bold;
}
.cross-li li {
    list-style-image: var(--cross-li-li);
}
.tick-li li, .cross-li li {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 10px;
}
.tick-li li {
    list-style-image: var(--tick-li-li);
}
.second-main .col-12{
    padding-left: 90px !important;
}
.second-para2{
   /*  width: 92%; */
}
.section-3-wraper{
    position: relative;
    left: 50px;
}
.second-last-para{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
/* .second-main{
    margin-top: 150px;
} */
.color-red{
      color: #FF1A0F
      ;  
}
.color-blue{
    color: #5A5FD2;
}
.flex-center{
    margin-top: 110px;
    display: flex;
    justify-content: center;    
}
.flex-center img{
    z-index: 1;
    margin-bottom: 40px;
}






.flex-mix-comment{
    font-weight: 500;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    color: #414141;
    margin-bottom: 25px;
}
.flex-mix-name{
    font-size: 20px;
    letter-spacing: -0.09em;
    text-transform: capitalize;
    color: #565656;
}
.flex-mix-name span{
    padding-left: 15px;
}

.w-60{
    width: 53%;
}
/* section---2 */

.list-item-title span {
    box-shadow: inset 0 -5px 0 #5a5ed2b0;
}
.section-2{
    overflow: hidden;
    padding: 30px 0px 0px;
    background: linear-gradient(94.76deg, #F9FFF9 3.51%, #F9FEFF 96.71%);
}
.section-e-header{
    font-family: 'Paytone One', sans-serif;
    font-size: 31px;
    margin-bottom: 50px;
    padding: 50px 0px 50px;
    text-align: center;
    height: 150px;
    background: linear-gradient(
        94.76deg
        , #F9FFF9 3.51%, #F9FEFF 96.71%);
    color: #05034E;
}
.section-2 .row{
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 100px !important;
}
.section-2 .row .col-12{
    padding: 0px !important;
    margin: 0px !important;
}
.list-item-text-wraper{
    
}
.list-item-1{
    height: 440px;
    display: flex;
    align-items: center;
    align-content: center;
}
.section-2 li{
    padding-bottom: 15px;
}
.list-item-title{
    margin-top: 50px;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #313131;
    margin-bottom: 24px;
}
.list-item-para{
    font-size: 16px;
    color: #313131;
    margin-bottom: 40px;
    width: 90%;

}
.section-2 .col-md-6{
    overflow: hidden;
}
.pos-relative{
    height: 630px;
    position: relative;
}
.gif-img{
    position: absolute;
    right: -220px;
    top: 0px;
    width: 850px;
}
@media only screen and (min-width: 1550px){
    .gif-img{
        /*  height: 650px; */
         /* width: 1200px !important; */
     }

}
/* arrow button */
.btn-arrow{
    padding: 0px !important;
   background: #504EE4 !important;
}
.btn-arrow p{
  font-weight: 700;
   
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 14px 25px;
    margin-bottom: 0px !important;
    transition: .3s;
    transform: translateX(5px);  
}
.btn-arrow i{
    transition: .3s;    
    opacity: 0;
    transform: translateX(-3px); 
}

.btn-arrow:hover p{
    transform: translateX(-2px);
}
.btn-arrow:hover i{
    opacity: 1;
    transform: translateX(9px);  
}
.btn-blue p{
    color: white !important;
}
.btn-blue{
    border: 1px solid #504EE4;
    background: #504EE4; 
}

.btn-trial{
    margin-top: 40px;
}





.hideme{
   opacity: 0;
}
.in-viewport{
    opacity: 1;
}



/* section-3 */

.section-3{
        padding: 80px 0 0px;
}
.pos-relative3{
    position: relative;
}
.yellow-star{
    position: absolute;
    top: -35px;
    left: -40px;
}
.section-2-header{
    font-size: 31px;
    line-height: 43px;
    margin-top: 55px;
    font-family: 'Paytone One', sans-serif;
    color: #05034E;
    margin-bottom:40px ;
}
.for-details{
    font-size: 20px;
    line-height: 25px;
    color: #25292B;
}

.for-details a{
    color: #504EE4;
}





/* section 3 */

.section-3{
    padding: 60px 0 40px;
}

.landing-section .section-3{
    padding: 120px 0 70px;
}
.section-3-title{
    font-family: 'Paytone One', sans-serif;
    font-size: 31px;
    margin-bottom: 80px;
    color: #000000;
}

.bg-pink{
    background: var(--bg-pink);
    display: inline-block;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: cover;
    padding: 0px 10px;
    position: relative;
    left: -10px;
}

.section-3-pera{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #2E2E2E;
    height: 160px;
    margin-bottom: 40px;
    width: 90%;
}

.section-3-profile-box{
    display: flex;
}
.section-3-profile-img{
    width: 40px;
    margin-right: 24px;
}

.profile-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #343434;
}
.profile-company{
    font-size: 14px;
    line-height: 19px;
    color: #676767;
}
.border-rig{
    border-right:  .7px solid #A6A6A6;
}
.happy{
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #05034E;
}


/* compare pricing */

/* table comparision */



/* price table */
.price-heading-main{
    margin-top: 30px;
}
.plan-heading {
    font-family: 'Paytone One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2A2A2A;
    margin-bottom: 7px;
    align-items: center;
    padding: 40px 0px;
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.toggle-wrapper {
    display: flex;
    justify-content: center;
}
.toggele-box-wrapper1 {
    padding: 3px;
    background: #F8F5FF;
    border-radius: 48px;
}
.toggele-box-wrapper {
    z-index: 5;
    padding: 3px;
    background: #F8F5FF;
    border-radius: 48px;
    display: flex;
    justify-content: space-around;
}
.toggele-box-wrapper p {
    margin-bottom: 0px !important;
    padding: 10px 25px;
    transition: s;
    cursor: pointer;
    font-size: 10px;
    color: #AF85FF;
}
.addfontcolor {
    color: #05034E !important;
    font-weight: 600 !important;
}
.abc {
    z-index: 6;
}
.bg-slider-wrapper {
    display: flex;
    justify-content: center;
}
.annual-switch {
    left: -45px !important; 
}
.month-switch {
    left: 47px !important;
}
.bg-slider {
    z-index: 1;
    position: relative;
    border-radius: 48px;
    top: -45px;
    width: 96px;
    height: 43px; 
    background: #FFFFFF;
    box-shadow: 1px 1px 14px rgba(201, 201, 201, 0.25);
    border-radius: 30px;
    transition: all .3s;
}
.toggle-container {
    position: absolute;
    right: 25px;  
    margin-top: 60px;
}
.plan-table-wrapper{
    margin-top: 70px;
    margin-bottom: 100px;
}
.plan-btn .btn-outline-blue:hover {
    color: white !important;
}
.table-wrapper {
    display: flex;
 
    box-sizing: border-box;
}
.heading-wrapper{
    padding: 0px 24px 20px;
}
.info-icon{
    width:34px !important;
    height: 11px !important;
    padding-left: 5px !important;
}
.plan-heading{
    font-family: 'Paytone One', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 16px;
    line-height: 19px;
    color: #2A2A2A;
    margin-bottom: 7px;
}
.plan-sub-heading{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #4D4D4D;
    height: 70px;
}

.mid-plan{
    border: 1px solid #504EE4;

}

.plan-btn i{
    position: relative;
    transform: translateX(-12px);
    opacity: 0;
    top: 2px;
    transition: .3s;
}
.plan-btn .btn{
    width: 90%;
    transition: .3s;
    margin-left: 0px !important;
}
.plan-btn .btn:hover i{
    opacity: 1;
    transform: translateX(6px);
}
.plan-btn .btn:hover span{
    transform: translateX(-8px);
}
.plan-btn .btn:hover{
    box-shadow: 0 0 14px 0 rgba(0,0,0,.12), 0 14px 24px 0 rgba(0,0,0,.12);
    transform: scale(1.03);
}
.heading-wrapper .plan-btn{
    display: flex;
    justify-content: center;
}
.plan-btn:hover a{
    text-decoration: none !important;
}
.heading-wrapper .plan-btn .btn{
    width: 140px;
    display: flex;
    justify-content: center;
    padding: 12px 42px 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: white;
    background: #504EE4 ;
    font-size: 12px;
    line-height: 15px;
    margin:0 0 0 10px;
    position: relative;
    bottom:10px;
}
.plan-btn .btn span{
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    padding-left: 7px;
    transition: .3s;
}
.plan-item{
    height: 707px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 270px;
    margin-right: 15px;
    width: 33%;
}
.last-plan-item {
    margin-right: 0px;
}
.price-wraper{
    display: flex;
    justify-content: center;
}
.price-doller{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #2A2A2A;
    position: relative;
    top: 25px;
    right: 5px;
}
.price-tag{
    font-weight: 600;
    font-size: 68px;
    color: #2A2A2A;
    margin-bottom: 0px !important;
}
.plan-price-user{
    font-size: 14px;
    color: #4D4D4D;
    position: relative;
    top: -15px;
    margin-bottom: 0px !important;
}
.plan-price-user-billing{
    font-size: 14px;
    color: #4D4D4D;
    position: relative;
    top: -15px;
}
.plan-item ul{
    list-style: none;
    margin: 40px -8px 60px 60px;
}
.price-1 {
 
    padding-top: 0px;
}
.plan-item ul img{
   padding-right: 15px;
}
.plan-item ul li{
    font-weight: 400;
    width: 220px;
    font-size: 14px;
    line-height: 19px;
    color: #00000A;
    padding-bottom: 12px;
}
.li-everything{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #00000A !important;
}
.li-left-padding{
    padding-left: 27px;
    margin-top: -7px;
}
.plan-view-comparison{
    font-size: 12px;
    line-height: 22px;
    color: #05034E;
    margin-top: 25px;
    cursor: pointer;
    font-weight: 400;
}
.plan-view-comparison i{
    padding-left: 7px;
    transition: .3s;
}
.plan-view-comparison:hover  i{
    transform: translateX(12px);
}
.plan-view-comparison:hover {
    text-decoration: underline;
}
.mid-plan{
    height: 765px;
    position: relative;
    top: -27px;
    border: 1px solid #504EE4;
    box-sizing: border-box;
    border-radius:  5px;
}
.mid-plan .heading-wrapper{
    padding-top: 27px !important;
}
.popular-tag{
    background:   var(--popular-tag) ; 
    width:87px;
    height: 97px;
    left: -.5px;
    position: absolute;
    background-size: contain;
    background-position: center;
}

.talk-heading{
    color: #05034E;
    font-weight: 400;
    padding: 30px 0px 80px;
    font-size: 40px;
    font-family: 'Paytone One', sans-serif;
}

.hr-mid{
    background: #504EE4 !important;
}
.mid-plan-top{
    position: absolute;
    background: #05034E;
    border: 1px solid #05034E;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
    width: 100.9%;
    z-index: 10;
    left: -1px;
    top: -28px;
    color:white;
}
.popular{
    margin-bottom: 0px !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color:white;
    padding: 5px 14px;

}
.plan-sub-heading {
    font-size: 16px;
    padding: 0px 40px;
}
@media only screen and (max-width: 800px){
    .plan-item ul {
        margin: 40px -8px 60px 30px;
    }
    .table-wrapper {
        flex-wrap: wrap;
    }
    .plan-table-wrapper {
        margin-top: 50px;
    }
    .plan-item{
        margin-bottom: 50px;
    }
    .plan-item {  
        margin-right: 0px; 
        width: 100%;
    }
    .mid-plan {
        top: -5px;
    }
    .plan-item ul {
        margin: 40px -8px 60px 90px;
    }
}
.showDemoRequest:hover{
    cursor: pointer;
    text-decoration: underline !important;
}








/* last-section */


.last-section{
    margin-top: 120px;
}
.why-settle-title{
    font-family: 'Paytone One', sans-serif;
    font-size: 39px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 24px;
}
.why-subtitle{
    font-size: 16px;
    color: #000000;
    margin-bottom: 60px;
    width: 75%;
}

.last-section form {
    max-width: 450px;
    display: flex;
    padding-bottom: 120px;
}
input {
    padding: 12px 25px;
    border: 1.5px solid #504EE4 !important;
    margin-right: -5px;
    color: #504EE4 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #ffffff;
    border-radius: .25rem 0 0 .25rem !important;
}
form .btn {
    background-color: #504EE4;
    font-size: 14px;
    position: relative;
    left: 5px;
    color: white;
    padding: 12px 25px;
    border: 1px solid #504EE4;
    border-radius: 0px 4px 4px 0px!important;
    font-weight: 600;
}

.badge-wraper-box{
    display: flex;
    flex-direction: column;
}
.badge-img{
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.badge-wrapper1,.badge-wrapper2{
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 1800px){
    .gif-img{
        width:1000px;   
        right: -120px;

    }
    .pos-relative {
        height: 700px;
    }
}

.contact-sales{
    text-decoration: underline !important;    
}
.contact-sales img{
    transition: .3s;
}
.contact-sales:hover img{
    transform: translateX(10px);
}



.toggle-container {
    position: absolute;
    padding: 5px;
    display: flex;
    top: -80px;

}
.height11{
    height: 50px;
}
.toggle-container p {
    min-width: 75px;
    color: black !important;
}
.toggle-container-wrapper{
    position: relative;
}
.abc {
    padding: 0px 4px !important;
}
.fontweightbold {
    font-weight: 700;
}
.toggle-item {
    margin-right: 15px;
}
.abc {
    z-index: 6;
}
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 27px;
}
.toggle-item {
    margin-right: 15px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #504EE4;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
input[name=check1]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input[name=check1]:checked + .slider:before {
    transform: translateX(18px);
  }

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 6px;
    bottom: 5px;
    background-color: white;
    transition: .4s;
}
.pad-right-50{
    margin-right: 140px !important;
}

/* footer */


.connect-title{
    font-weight: 700;
}
.social-link img{
    margin-left: 10px;
    padding-right: 15px;
    cursor: pointer;
}

.connect-footer{
    margin-bottom: 30px;
    margin-left: -10px;
}


.mob-screen  ul li{
    display: inline;
    padding-left: 10px;

}
.mob-screen  ul li a{
     color: #575757 !important;
}
.footer ul li a{
    color: #464646 !important;
}


.footer-end-row{
    width: 100% !important;
}

.footer-end ul li{
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
    margin-bottom: 0px !important;
}
.footer-end p{
    font-size: 12px;  margin-bottom: 0px !important;
}
.footer-end ul{
    margin-bottom: 0px !important;
}
.footer-end{
    padding: 0px 200px  !important;
    margin-bottom: 0px;
    height: 100%;
    
}
.footer-end-right{
    padding-left: 150px;
}

@media only screen and (max-width: 1050px){
    .main-hero-titie1 {
        font-size: 30px;
        line-height: 40px;
        padding: 0px 150px;
    }
    .landing-btn-arrow {
        top: 290px;
    }
    .second-main .col-12 {
        padding-left: 25px !important;
    }
    .gif-img {
       width: 68%;
    }    
    .section-3-wraper {
        position: static;
    }
    .list-item-title {
        margin-top: 0px;
    }
    .pos-relative {
        height: 500px;
    }
}
@media only screen and (max-width: 980px){
    .main-hero-titie1 {
        font-size: 30px;
        padding: 0px 50px;
    }
    .second-subheader {
        font-size: 20px;
        line-height: 30px;
    }
    .section-3-pera {
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        line-height: 25px;
    }
    .list-item{
        height: 530px;
    }
    .list-item-1 {
        height: 100%;
        display: block !important;
    }
    .why-settle-title {
        font-family: 'Paytone One', sans-serif;
        font-size: 26px;
        line-height: 39px;
    }
    .badge-img {
        width: 57px;
        margin-right: 20px;
        margin-top: 25px;
    }
    .pad-right-50 {
        margin-right: 10px !important;
    }
}
@media only screen and (min-width: 600px){
    .gif-img-mob{
        display: none;
    }
}
@media only screen and (max-width: 600px){
    .gif-img{
        display: none;
       
    }

    .list-item {
        height: 100%;
        margin-bottom: 100px;
        margin-top: 0px;
    }
    .badge-img {
        width: 90px;
        margin-right: 20px;
    }
    .gif-img-mob{
        width: 100%;
        margin-top: 40px;
    }
    .landing-btn-arrow {
        top: 440px;
    }
    .hero-img {
        margin-top: 70px;
        margin-bottom: 120px;
    }
    .second-main div{
        margin-bottom: 30px;
    }
    .section-3-pera {
        font-size: 16px;
        height: 100px;
        margin-bottom: 20px;
        width: 100%;
    }
    .campany-list {
        padding: 0px 20px 60px;
    }
    .border-rig {
        border-right: none;
       
        border-bottom: .7px solid #A6A6A6;
        margin-bottom: 70px;
        padding-bottom: 30px;
    }
    .section-e-header {
        font-family: 'Paytone One', sans-serif;
        font-size: 21px;
    }
    .gif-img {
        position: static;
        text-align: center;
        width: 100% !important;
        padding: 0 20px;
    }

    .k-footer-mid-itmes,.k-footer-end {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }
    .k-footer-item{
        margin-bottom: 50px;
    }
    .k-footer-end-row{
        display: flex;
        flex-direction: column !important;
    }
    .k-navlink,.k-login,.k-nav-btn-try{
        display: none;
    }
    .k-nav-btn-mobile {
        padding: 0px !important;
    }
    .k-container{
        padding: 0px 15px;
    }
    .k-footer-mid-itmes p {
        font-size: 14px;
        margin-bottom: 10px !important;
        cursor: pointer;
    }
    .k-footer-item {
        margin-bottom: 30px;
    }
    .k-footer-end {
        margin-top: 0px;
    }
    .k-footer-end-left p {
        padding-bottom: 0px;
    }
}


@media only screen and (max-width: 450px){

    .main-hero-titie1 {
        font-size: 22px;
        line-height: 30px;
        padding: 0px 20px;
    }
    .main-hero-titie2 {
        padding: 0 20px;
        font-size: 14px;
        text-align: center;
        color: #565656;
        margin-bottom: 85px;
    }

    .landing-btn-arrow {
        top: 284px;
    }
    .section-e-header {
        font-family: 'Paytone One', sans-serif;
        font-size: 24px;
        padding: 0px 30px;
    }
    .for-details {
        font-size: 13px;
    }
    .section-3 {
        padding: 0px 0 40px;
    }
    .section-2-header{
        margin-top: 0;
    }
    .compare-img{
        margin-top: 30px;
    }

    .toggle-container{
        right: 0;
        top: -96px;
    }
    .toggle-container-wrapper {
        display: flex;
        position: relative;
        justify-content: center;
    }
}
@media only screen and (max-width: 375px){
    .main-hero-titie1 {
        font-size: 21px;
        line-height: 26px;
        padding: 0px 20px;
    }
}