@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
   
}

nav .navbar-brand img{
    height: 50px;
    width: 104px;
}
.navLink{
    margin-right: 25px;
    font-size: 18px;
    color: #575757 !important;
    font-weight: 500;
}
.navbar a{
    color: #575757 !important;
}
.navbar a:hover{
    color: #2196f3 !important;
}
.navLink:hover{
    color: #2196f3 !important;
    
    text-decoration: none;
}
.nav-float-right{
    float: right;
}
.navbar-brand img{
    width: 104px;
}

.navLink .btn-danger:hover{
    color: #575757 !important;
}

.dropbtn {
    cursor: pointer;
    padding: 16px;
    font-size: 18px;
    border: none;
}

.dropdown1 {
    position: relative;
    display: inline-block;
    z-index: 10000;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 40px;
    border-radius: 5px;

    border: 1px solid rgb(221, 221, 221);
}
.dropdown-content1 i{
    width: 20px;
    margin-right: 10px;
}
.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content1 a:hover {background-color: rgb(255, 255, 255);}

.dropdown1:hover .dropdown-content1 {display: block;}


.dropdown-content1::before,
.dropdown-content1::after {
    content: '\0020';
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index:999999;
    width: 0;
    height: 0;
    overflow: hidden;
    border:  10px solid  transparent;
    border-top: 1px;
    border-bottom-color: #ffffff;


}
.dropdown-content1::before{
    top: -10px;
    z-index: 1;
    border-bottom-color: #305252;
}

.scrollEffect {
    background-color: white;
  
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
    transition: background-color 400ms linear;
}


    /* landing  */
.btn-danger{
    transition: .5s;
    background-color: #504EE4 !important;  
    font-weight: 600; 
}
.hero-left{
    padding-left: 70px;
    padding-top: 70px;
}
.looking{
    color: #444A4A !important;
    line-height: 80px;
}
.lookfor{
    font-size:65px ;
    margin-bottom: 0px !important;
    font-weight: 700;
    
}
.reply{
    font-size: 85px;
    margin-bottom: 0px !important;
    font-weight: 700;
}
.alter{
    font-size:62px ;
    font-weight: 700;
}
.bg-blue{
    height: 100vh;
    background-image:linear-gradient(#a4e4f8, white );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
 }
.btn-outline-danger{
    margin-left:50px ;
    border-color: #504EE4 !important;   
    font-weight: 600;
}

.navbar{
    position: fixed;
    
    width: 100%;
    z-index: 100;
    top: 0;
}
.main-header{
    padding-top: 100px;
}


.btn-outline-danger{
    transition: .5s;
}
.hero-reply-img{
    width:500px ;
    position: relative;
    top: -200px;
    left: 120px;
}
.btn-outline-danger:hover{
    transform: scale(1.1);
    background-color: transparent !important;   
     color: #504EE4  ;
     text-decoration: underline;

}

.main-header .btn-danger:hover{
    transform: scale(1.08);
  
   text-decoration:none;
}
.trials .btn{
    padding: 12px 20px !important;
    font-size: 18ox !important;
}

.hero-right{
    padding: 70px;
    color: #444A4A !important;
}
.hero-right p{
    padding-left: 200px;
    font-size: 49px;
}
.hero-reply-img{
    float: right;
}

.trials .btn{
    border-radius: 10px;
}
.reason-flex{
    display: flex;
    justify-content: center;
    flex-wrap:  wrap ;
    
}
.reason-item{
    padding: 20px 30px;
}
.reason-1{
    margin-top: 50px;
}
/* versus */

.versus{
    width: 100%;
    padding-top: 50px;
}

.versus h3{
    font-size: 40px;
}
.versus .sub-titile{
    padding: 0px 280px;
}
.versus .offer{
    padding: 0px 200px;
    font-weight: 300 !important;
    font-size: 24px;
    font-style: italic;
}
.versus .reason{
    padding: 0px 200px;
    font-size: 24px;
    color:#3E8A8E ;
    margin-top: 75px;
}
.reason-1 {
    color: #575757;
}
.versus .line{
    display: flex;
    justify-content: center; 
}
.w-500{ 
    border-bottom: 1px solid #3E8A8E ;
    width: 500px;
}
.reason-1 img{
    margin-top: -3px;
    width: 20px;
}
.reason-1 span{
    font-size: 20px;
}

/* choose */

.choose-heading{
    font-size: 40px !important;
}
.choose p{
    font-size: 14px;
}
.choose{
    margin-top: 120px;
}
.choose-container{
    margin-top: 120px;
}
.icon {
    width: 40px;
    line-height: -50px;
}
.experience p{
    font-size: 14px;
}
.arrow-0{
    position: absolute;
    right: 0;
    margin-right: -50px;
    top: 20px;
}
.superior .leftimage{
    margin-top: 70px !important;
}
.choose-container-2 .leftimage{
    width: 100%;
}
.email-campaogns ul{
    list-style: none;
}
.email-campaogns ul li::before{
    content: "\2022";
    font-size: 30px;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    color: rgb(98, 210, 216)  !important;
}
.create-img{
    width: 100%;
}
.choose .leftimage{
    transition: all .4s;
}
.choose .create-img{
    transition: all .4s;
}
.choose .leftimage:hover{
    transform: scale(1.05);
}
.choose .create-img:hover{
    transform: scale(1.05);
}
.choose-container-2{
    
    margin-top: 60px;
    position: relative;
}
.circle-img{
    margin-top: 30px;
    width: 100%;
    padding:  0px 50px;
}
.arrow-1{
    position: absolute;
    margin-left: -80px;
    top: 150px;
}
.choose-container-2 ul{
    list-style: none;
}
.choose-container-2 ul li::before{
    content: "\2022";
    font-size: 30px;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    color: rgb(98, 210, 216)  !important;
}

.no-margin{
line-height: 24px;
}

.plan-image{
    padding-right:0px ;
}
.choose-title-wrapper{
    display: flex;
    align-items: center;
}
.choose-title-wrapper p{
    padding-left: 20px;
    font-size:28px ;
    padding-top: 10px;
    font-family: 'Quicksand', sans-serif;
}
.choose ul li{
    font-size: 14px;
}


  
.choose-container,.choose-container-2{
  padding:30px 10% ;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.bg-light-color{
    background-color: #FBFDFD;
} 


/* email box */

.email-box{
    background-color:#464646 ;
}

.email-heading{
    font-size: 28px;
    color: white;
}
.email-box .input-group{
    padding: 0px 200px;
}
.input-group input{
    padding: 14px;
    font-size: 18px;
}
.input-group-append{
    cursor: pointer;
}
.input-group-text{
    background-color:#504EE4  ;
    border: none !important;
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.trial-title{
    color: white;
    font-size: 16px;
}
.intersetd{
    margin-top: 100px;
}
.choose-container,.choose-container-2{
    color: #151515;
    
}
.email-button{
    cursor: pointer;
    transition: .4s;
}
.email-button:hover{
    transform: scale(1.05);
    text-decoration: none !important;
}
.input-group-append{
    overflow: hidden;
}
/* table */

.table-heading{
    font-size: 28px;
}
.arrow-2{
    top: 550px;
    right: 0;
    position: absolute;
    margin-right: -50px;
}
.arrow-3{
    top: 50px;
    position: absolute;
    margin-left: -150px;
   
}
.arrow-4{
    bottom: 250px;
    position: absolute;
    margin-left: -120px;
   
}
.table-wrapper{
   position: relative;
  padding: 0px 100px !important;
}

.bg-light-color2{
    background-color: #FBFDFD;
}



.color-blue{
    color: rgb(59, 181, 187);
}

.table-sub{
    font-size: 14px;
}
.intersetd{
    font-size: 28px;
}
.col-red a{
    color:#504EE4;
}
.next-icon{
    width: 25px;
}
.customer{
  
    padding-bottom: 100px;
}
.join{
    font-size: 30px;
    padding: 65px 0px;
}

.intersetd{
    margin-bottom: 0px !important;
}

/* footer */


.footer ul{
    list-style: none;
    
}
.footer-logo{
    width: 103px;
}
.footer{
    background-color: rgb(238, 238, 238);
}
.footer ul li{
    padding: 10px 0px;
}
.footer ul .header{
    font-weight: 700;
 
}
.connect-title{
    font-weight: 700;
}
.social-link img{
    margin-left: 10px;
    padding-right: 15px;
    cursor: pointer;
}
.arrow-5{
   position: absolute;
   right: 60px;
   margin-top: -80px;
   
}
.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{
    margin-top: 70px;
    padding: 0px 200px  !important;
    margin-bottom: 0px;
    height: 100%;
    
}
.footer-end-right{
    padding-left: 150px;
}
@media only screen and (max-width: 1024px){
    .footer-end {
        padding: 0px 50px !important;
    }
    .footer-end-right {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 500px){
    .footer-end ul li{
        margin-right: 10px;
    }
    .footer-end ul{
        margin-bottom: 0px !important;
    }
    .footer-end {
        height: 100%;
        overflow: initial;
        padding: 0px 20px !important;
    }
    .footer-end-right {
        padding-left: 10px;
    }
}
@media only screen and (min-width: 1040px){
    .downimage{
        display: none;
    }
    .trials .btn {
        margin-right: 0px !important;
        
    }
}

.downimage{
    width: 100%;
}

@media only screen and (min-width: 500px){
   
    .mob-screen{
        display: none;
    }
    
}
@media only screen and (max-width: 1024px){
    
    .choose-container {
        padding: 0px 100px;
    }
    .choose-container-2 {
        padding: 0px 100px;
    }
    .trials .btn-danger{
        margin-right: 20px !important;
    }
    .arrow-0 {
        position: absolute;
        right: 0;
        margin-right: -80px;
        top: 59px;
    }
    
    .arrow-1 {
        position: absolute;
        margin-left: -120px;
        top: -58px;
    }
    .arrow-2 {
        top: 550px;
        right: 0;
        position: absolute;
        margin-right: -35px;
    }
    .arrow-4 {
        bottom: 250px;
        position: absolute;
        margin-left: -83px;
    }
    .create-img {
       
        width: 100%;
    }
    .leftimage{
        display: none;
    }
   
    .bg-blue {
        height: 700px;
    }
    .versus .sub-titile {
        padding: 0px 180px;
    }
    .versus .offer {
        padding: 0px 150px;
    }
    .versus .reason {
        padding: 0px 150px;
    }
    .plan-image {
        padding-right: 0px;
    }
    .choose-title-wrapper{
        justify-content: center;
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 1070px){
    .navbar-brand img {
        width: 80px !important;
    }
    
    .leftimage{
        display: none;
    }
    .navLink {
        margin-right: 16px;
       font-size: 14px !important;
    }
    .btn-outline-danger {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    
    .versus .sub-titile {
        padding: 0px 115px;
    }
    .trials .btn {
        margin: 0px;
        margin-top: 20px;   
    }
    .hero-left {
        padding-left: 34px;

    }
    .hero-right p {
        padding-left: 200px;
    }
    .hero-right {
        padding: 60px 0px;
    }
    .versus .offer {
        padding: 0px 76px;
    }
    .versus .reason {
        padding: 0px 120px;
    }
    .choose {
        margin-top: 99px;
    }
    .reason-item {
        padding: 20px 10px;
    }
    .bg-blue {
        height: 700px;
    }
    .email-box .input-group {
        padding: 0px 40px;
    }
    .table-wrapper {
        padding: 0px 50px !important;
    }
    .trials .btn {
        padding: 10px 14px !important;
    }
    .footer ul li {
        
        font-size: 14px;
        padding: 10px 0px;
    }
    .footer ul li a{
        color: #464646 !important;
    }
   
    .choose-container {
        margin-top: 40px;
    }
    .plan-image {
        padding-right: 0px;
    }
    .choose-container-2 {
        margin-top: 30px;
    }
    .arrow-5{
        display: none;
    }
    .choose-title-wrapper p {
        font-size: 20px;
    }
    .hero-reply-img {
        width: 500px;
        position: relative;
        top: -200px;
        left: 30px;
    } 
}
@media only screen and (max-width: 800px){
    .hero-right p {
        padding-left: 117px;
    }
    .lookfor {
        font-size: 44px;
    }
    .reply {
        font-size: 64px;
    }
    .alter {
        font-size: 42px;
    }
    .looking {
        color: #444A4A !important;
        line-height: 55px;
    }
}


@media only screen and (max-width: 500px) {
    .mobile-hide{
        display: none;
    }
    .navbar-brand img {
        width: 80px;
    }

    .Navbar1 .py-4{
        padding: 0px !important;
    }
    
    nav .navbar-brand img {
        height: 45px;
        padding-left: 25px;
    }
    .mob-screen{
        margin-top:14px ;
    }
    .mob-screen ul li{
        padding-right: 20px;
    }

    .table-heading {
        font-size: 20px;
    }
    .trials .btn {
        margin-right: 30px !important;
        padding: 10px 12px !important; 
    }
    .reason-flex{
        justify-content: left;   
    }
    .reason-item {

        padding: 10px 10px;
    }
    .arrow-0{
        display: none;
    }
    .arrow-1{
        display: none;
    }
    .arrow-2{
        display: none;
    }
    .arrow-3{
        display: none;
    }
    .arrow-4{
        display: none;
    }
    .arrow-5{
        display: none;
    }

    .hero-right{
        display: none;
    }
    .trials .btn {
        margin: 0px;
        margin-top: 20px;   
    }
    .hero-left {
        padding-left: 36px;
     
    }
    
    .versus .sub-titile {
        padding: 0px 0px;
    }
    .versus .offer {
        padding: 35px 0px;
    }
    .versus .reason {
        padding: 0px ;
       
    }
    .versus .reason {
       margin-top: 60px;
    }
    .versus{
        margin-top: 80px;
        padding: 0px 40px;
    }
    .circle-img {
        margin-top: 50px;
        width: 100%;
        padding: 0px 2px;
    }

    
    .reason-1{
        margin-top: 30px;
        text-align: left;
    }
    .reason-1 .row{
        margin: 0px !important;
    }
    
   
    .email-box{
        padding: 50px 10px !important;
    }
    .email-box .input-group {
        padding: 0px ;
    }
    .table-wrapper {
        padding: 0px !important;
    }
    table td {
        padding: 8px 10px !important;
    }
    .feature {
        font-size: 20px;
      padding-left: 10px !important;
    }
    table img {
        width: 80px;
    }
    .intersetd {
        font-size: 18px;
    }
    .choose-heading {
        font-size: 24px !important;
    }
    .join {
        font-size: 18px;
        margin: 50px 0px;
    }
    .input-group-text{
        font-size: 10px;
    }
   
    .choose {
        padding: 0px 0px;
        margin-top: 77px;
    }
    .reason-flex{
        flex-direction: column;
    }
    .choose-container {
        margin-top: 60px;
    }
    .choose-container-2 {
        margin-top: 10px;
    }
    .email-heading {
        font-size: 18px;
        color: white;
    }
    .plan-image {
        padding: 0px;
    }
    .circle-img {
        margin-top: 20px;
        width: 100%;
        padding: 0px 20px;
    }
    .downimage{
        margin-top: 20px;
    }
    .customer {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    table td {
        padding: 4px 10px !important;
    }
    .reason-1 .col-12{
        margin-bottom: 10px;
    }
    table td{
        font-size: 14px;
    }
    .input-group input {
        padding: 7px;
       
    }
    .choose-container,.choose-container-2{
        padding: 0px 20px;
    }
    nav{
        padding: 10px ;
    }
    .lookfor {
        font-size: 40px;
    }
    .reply {
        font-size: 60px;
    }
    .alter {
        font-size: 40px;
    }
    .looking {
        line-height: 55px;
    }
    .trials{
        margin-top: 3rem !important;
    }
    .bg-blue {
        height: 550px;
    }
    .connect-title{
        font-size: 14px;
    }
    nav{
        padding-top: 1rem !important;
    }
    .reason-1 span {
        font-size: 14px;
    }
    .hide3{
        display: none;
    }
    .footer ul li {
        font-size: 14px;
        padding: 5px 0px;
    }
    table .correct-icon {
        width: 18px;
    }
    .email-campaogns ul{
        padding: 0px !important;
    }


}
@media only screen and (max-width: 400px){
    .trials .btn {
        margin-right: 10px !important;
    
    }
}
@media only screen and (max-width: 350px){
    .versus {
        margin-top: 80px;
        padding: 0px 20px;
    }
   
}
@media only screen and (max-width: 370px){
    .trials .btn {
        margin-right: 10px !important;
        padding: 10px 7px !important;
    }
}

.btn-danger, .btn-danger:hover{
    background-color: #504EE4;
    border-color: #504EE4;
}
.btn-outline-danger, .btn-outline-danger:hover{
    color: #504EE4;
    border-color: #504EE4;
}


.chart{
    width: 100%;
}
.modelLabel{
    color: #008ed6;
    font-weight: 400;
    font-size: 15px;
}
.required{
    border-left: 3px solid #aa090f;
}
.modal-content {
    padding: 10px 30px 30px 30px;
}
.dark-text {
    color: #454545;
    text-align: center;
}
.standard-button {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px !important;
    border: none !important;
    padding: 18px 40px 18px 40px !important;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
    width: 100%;
}
.pointer{
    cursor: pointer;
}
.demo_error{
    color: #aa090f;
}
.kl-form{
    display: -webkit-inline-box;
    width: 76%;
}
.showDemoRequest:hover{
    cursor: pointer;
    text-decoration: underline !important;
}
