﻿

*{
    font-family: 'inter';
}

:root {
    --choosePlanAnFeatureDivWidth: 280px;
    --planHeaderAndPlanFeatureDivWidth: 220px;
}


/*Toggle Button css start*/


.pricing-tab .pricing-tab-switcher {
    /* height: 60px;
    width: 251px;*/
    min-height: 43px;
    width: 212px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    transition: .3s;
    margin: 0 0;
    transform: translateY(-3px);
    border: 1px solid #dcd2d2;
    cursor: pointer;
    font-family: 'inter';
    font-weight: 600;
    font-size: 16px;
    color: #A7A7A7;
}

    .pricing-tab .pricing-tab-switcher:after {
        content: "Yearly";
        position: absolute;
        top: 25%;
        right: 15%;
    }


    .pricing-tab .pricing-tab-switcher.active:after {
        content: "Monthly";
        position: absolute;
        top: 25%;
        left: -36%;
    }

    .pricing-tab .pricing-tab-switcher:before {
        font-weight: 600;
        font-size: 16px !important;
        line-height: 19px;
        letter-spacing: -.03em;
        color: #fff;
        content: "Monthly";
        position: absolute;
        display: flex;
        align-items: center;
        left: 1px; 
        background: #1580FE;
        width: 50%;
        height: 41px;
        border-radius: 50px;
        transition: .3s;
        padding: 20px;
        box-shadow: 0 14px 24px 0 rgba(176,70,70,.4);
        justify-content: space-around
    }

    .pricing-tab .pricing-tab-switcher.active:before {
        content: "Yearly";
        left: calc(100% - 106px)
    }
/*Toggle Button css end*/


/*Pricing table header css start*/
.cust-font-s32{
    font-size: 32px;
    font-family: 'inter';
    font-weight: 600;
}
/*Pricing table header css end*/


/*Pricing table feature body css start*/
.cust-save{
    height: 20px;    
}
/*Pricing table header css end*/
/*GetStart Button start*/
.cust-getstart {
    min-width: 60%;
    height: 50px;
    color: #1580FE;
    background: white;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #1580FE;
    border-radius: 40px;
    transition: 0.5s;
}

    .cust-getstart:hover {
        color: white;
        background: #1580FE;
        transition: 0.5s;
        box-shadow: 5px 20px 30px #F7BEC0;
    }
    /*GetStart Button end*/


/* Custom tryNow Button css start*/
/*.cust-tryNow{
    background-color: #1580FE !important;
    color: #FFFFFF !important;
    border-radius:10px;
    height:41px;
    width:160px;
}*/
.cust-tryNow {
    background-color: #1580FE !important;
    color: #FFFFFF !important;
    border-radius: 15px;
    height: 41px;
    width: 225px;   
}

/*.cust-trial-btn {   
      font-size: 12px;
      border: none;
      color: navy;
      background: none;
      text-decoration: underline;
      transition: 0.5s;
}*/

.cust-trial-btn {
    font-size: 16px;
    font-weight:600;
    line-height: 25px;
    border: none;
    color: #1580EF;
    background: none;
    text-decoration: underline;
    transition: 0.5s;
}

   /* .cust-trial-btn:hover {
        transition: 0.3s;
        color:#4444FF;
    }*/
    .cust-free-trial-btn {
        font-size: 14px;
        border: none;
        border-radius: 8px;
        background-color: #E56E94;
        padding: 5px 10px 5px 10px;
        color: #FFFFFF;
        min-width: 75%;
    }
.cust-category {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #181818;
    border-bottom: 1px solid #E1E1E1;
}
.cust-feature-main-div {
    display: flex;
    min-width: 90%;
    max-width: 90%;
    border: 1px solid #E1E1E1;    
}
.cust-feature-div {
    display: flex;
    border-bottom: 1px solid #E1E1E1;
}
.cust-feature {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.78px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #646464;
   /* min-width: 27.5%;
    max-width: 27.5%;*/
   min-width: 27.4%;
}
.cust-feature-value-div{
    display:flex;
    min-width: 73%;
    max-width: 73%;    
    text-align: center;    
}
.cust-feature-value {
    border-left: 1px solid #E1E1E1;   
    min-width: 33.33%;    
    justify-content: center;
}
/* Custom tryNow Button css end*/
/* sidebar header* start*/
#sidebar {
    position: fixed;
    right: -37%;
    top: 0;
    width: 37%;
    height: 100%;
    background-color: white;
    color: black;
    transition: right 0.3s ease;
    overflow: auto;
}

.sidebar-header {
    color: white;
    font: inter;
    font-size: 20px;
    font-weight: 700;
    width: 35.6%;
    position: fixed;
    width: 35%;
}

.sidebar-sub-header{
    font-size: 14px;
    font-weight:400;
}
/* sidebar header end*/


/* Plan Details From css Start*/


.cust-choose-plan {
    background-color: #EFF4F9;      
    height: 254px;
    padding: 44px 24px 44px 24px;
    gap: 23px;
}


.cust-pt-50{
    margin-top: 80px;
}

.cust-font-s14 {
    font-size: 14px !important;
}

.cust-remove-onfocus:focus {
    box-shadow: none !important;
    border: 1px solid black !important;
}

input::placeholder{
    font-size: 14px;
}

.cust-form-button-div {
    bottom: 0;
    width: 34%;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: fixed;
    background-color: #FFFFFF;
    height: 80px;
}
.cust-btn-cancel {
    background-color: #FFFFFF !important;
    color: #1580FE !important;
    border: 1.5px solid !important;
    border-radius: 5px;
    border-color: #1580FE !important;
    height: 41px;
    width: 160px;
    font-weight: 500;
    margin-right:2%;
    
}
.cust-btn-submit {
    background-color: #1580FE !important;
    color: #FFFFFF !important;
   border: 1.5px solid !important;
    border-radius: 5px;
    border-color: #1580FE !important; 
    height: 41px;
    width: 160px; 
    font-weight:500;    
    margin-left:2%;
}

/* Plan Details From css end*/


/* All Custome Css start*/

.cust-plan-header {
    font-size: 10px;
    font-weight: 500;
    min-width: 66%;
}

#cust-plan-headers {
    position: sticky;
    top: 70px;
    min-width: 90%;
    margin-left: 8%;
}

.cust-plan-header-column {
    background-color: #FFF1E1;
    border: 1px solid #EFEFEF;
    border-right: none;
    border-bottom: none !important;
    min-width: 33.33%;
    max-width: 33.33%;
    height: 254px;

}

/*.cust-plan-price {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    letter-spacing: -0.03em;
    text-align: left;
}*/
.cust-plan-price {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    letter-spacing: -0.03em;
    text-align: left;
    color:#515151;
}


.cust-plan-subscription-type {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #9F9F9F;
}
.cust-text-grey {
    color: rgb(146, 146, 146);
    font-size: 11px;
}

.cust-text {
    font-size: 15px;
    font-weight: 600;
}

.cust-text-green {
    color: #17BF13;
    
}

.cust-text-red {
    color: red;
    color: red;
}

.cust-text-primery {
    color: #1580FE;
}

.cust-bg-primery {
    background-color: #1580FE;
}
.cust-price {
    font-family: 'inter';
    font-weight: 600;
    font-size: 18px;
    color: #646464;
    min-width: 100%;
    max-width: 100%;
}

.cust-price-feature {
    font-family: 'inter';
    font-weight: 600;
    font-size: 18px;
    color: #646464;
    min-width: 100%;
    max-width: 100%;
   text-align: left;   
    font-size: 16px;
}

.compare-feature-div {
    background-color: #1580EF;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    color: #FFFFFF;
    text-align: center;
    padding: 16px;        
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
    width: 900px;
}
.cust-hide-show-icon{
    display: flex;
    justify-content: end;
    width: 50%;
}


/* FAQ css*/
#cust-faq-div{
    margin-top: 100px;
    display:grid;
    justify-content: center;
    /*border: 1px solid red;*/
    margin-bottom: 100px;
    width: 100%;
}
.cust-heading-div{
    text-align:center;
    margin-bottom: 40px;
}
.cust-faq-heading {    
    font-family: Inter;
    font-size: 48.83px;
    font-weight: 600;
    line-height: 59.1px;
    text-align: center;
    color: #101828;
}
.cust-faq-sub-heading {    
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #667085;
}
.cust-faq-quetions-answer-div{

}

#mobileDiv {
    display: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: 0px;
}

.cust-w-251px{
    width:251px;
}
.cust-font-inter{
    font-family: 'inter' !important;
}

.cust-choose-plan-title {
    max-width: 138px !important;
    min-width: 138px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    font-family: 'inter' !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 38.73px !important;
    letter-spacing: -0.03em !important;
    margin: auto;
    margin: auto;
    /*margin-left: 50px;*/
    margin-bottom: 50px;
}
#cust-plan-features {
    min-width: 83.5%;
    max-width: 83.5%;
    margin-left: 8%;
    border: 1px solid #E1E1E1;
}

#cust-decrement-btn{
    width: 10%;
    border: none;
    font-weight: 700;
}
#cust-no-of-user-text-field{
    width: 10%;
    outline: none;
    border: none;
    text-align: center;
}
#cust-increment-btn {
    width: 10%;
    border: none;
    font-weight: 700;
}
.compare-feature-div:hover{
    cursor:pointer;
}
/*#desktopDiv {
    margin-top: 20px;
    justify-content: center;
    display: grid;
    border: 1px solid red;
}*/
/* All Custome Css start*/
@media screen and (max-width: 992px) {
    #desktopDiv {
        display: none !important;
    }

   /*#sidebar {
        width: 140%;
    }*/

    .sidebar-header {
        font-size: 18px !important;
        width: 100% !important;
    }

    .cust-form-button-div {
        width: 95% !important;
    }

    #mobileDiv {
        display: block;
    }
    #sidebar{
        z-index: 1000;
    }
}