.YourCalculateMain {
    color: #222831;
    font-family: "Source Sans Pro", sans-serif;
}

.YourCalculateMain section, .WeclomeYourCalculateSection .wrap{
    margin: 0 auto;
    text-align: center;
}

.YourCalculateMain .btn{
    width: 100%;
    max-width: 320px;
    min-width: 75px;
    height: auto;
    text-align: center;
    align-self: center;
    align-items: center;
    align-content: center;
    padding: 20px; 
}
.YourCalculateMain .WeclomeYourCalculateSection{
    margin: 0 auto;
}
.YourCalculateMain section{
    margin: 100px auto 100px;
}
.YourCalculateMain h1, 
.YourCalculateMain h2, 
.YourCalculateMain h3, 
.YourCalculateMain h4, 
.YourCalculateMain p{
    margin: 0;
    color: #000;
}
.YourCalculateMain p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.YourCalculateMain b{
    font-weight: 600;
}
.titleSection{
    font-family: "Source Sans Pro";
    font-size: 36px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.subtitleSection{
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 400;
    color: #000;
}



@media (min-width: 576px) {
    .YourCalculateMain section, .WeclomeYourCalculateSection .wrap{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .YourCalculateMain section, .WeclomeYourCalculateSection .wrap{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .YourCalculateMain section, .WeclomeYourCalculateSection .wrap{
        max-width: 960px;
    }
}
@media (min-width: 1260px) {
    .YourCalculateMain section, .WeclomeYourCalculateSection .wrap{
        max-width: 1200px;
    }
}

.WeclomeYourCalculateSection{
    max-width: 100% !important;
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), 
                      url('../img/WelcomeYourCalculateBanner.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    padding-bottom: 50px;
}

.infoWelcomeText{
    margin: 300px 0 90px;
    max-width: 750px;
}

.infoWelcomeText h1{
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    margin-bottom: 30px;
}

.infoWelcomeText h2 {
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}

.AboutServiceSection .subtitleSection{
    margin-top: 45px;
    text-align: left;
}
.WhyDoYouSection h1, .WhyDoYouSection img {
    margin-bottom: 45px;
}
.whyDoYouList{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 100px;
    margin-bottom: 110px;
}

.whyDoYouItems{
    display: flex;
    width: 45%;
}
.WhyDoYouSection img {

    height: auto;
    width: 100%;
}
.iconCircle {
    margin-right: 20px;
    padding-top: 6px;
}
.imageIcongreenCheck{
    background-image: url('../img/imagesLuckyCalendar/green-check.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    padding: 12px;
}
.reasonText h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: left;
}

.reasonText p {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
}

.HowWorkSection h2{
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    color: #F1A873;
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
}

.howWorkList{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    grid-template-rows: repeat(5, 187px);
}

.howWorkList p{
    text-align: right;
    margin-right: 35px;
}
.howWorkList p:nth-child(2n) {
    text-align: left;
    margin-left: 35px;
}
.NodeLine{
    margin-top: 12px;
}
.node {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #F1A873;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line {
    display: inline-block;
    height: 137px;
    width: 2px;
    background-color: #222831;
    vertical-align: middle;
    margin: 0 auto;
}
.HowWorkSection{
    margin-bottom: 0 !important;
}
.BenefitsSection{
    margin-top: 30px !important;
}
.BenefitsSection h1{
    margin-bottom: 45px;
}

.benefitsList{
    max-width: 700px;
    margin: 0 auto;
}
.benefitsItems{
    display: flex;
    column-gap: 25px;
    margin-bottom: 30px;
}
.benefitsItemsText{
    display: grid;
    row-gap: 5px;
}
.benefitsItemsImg{
    width: 50px;
    height: 50px;
}
.benefitsItemsText p{
    text-align: left;
}
.benefitsItemsTextTitle{
    font-weight: 600 !important;
}

.PriceInfoSection{
    display: grid;
    row-gap: 40px;
}
.PriceInfoSection .pricing-grid{
    grid-template-columns: 1fr;
}

.PriceInfoSection .pricing-card{
    margin: 0 auto;
}

.PriceInfoSection .pricing-card h3, .PriceInfoSection .price{
    color: #fff;
    font-weight: 600;
}
.PriceInfoSection .price{
    font-size: 48px;
    padding: 30px;
}
.PriceInfoSection .pricing-grey .btn {
    width: 80%;
    margin-bottom: 30px;
    padding: 15px;
}
.HelpInfoSection .titleSection{
    margin-bottom: 50px;
}
.helpInfoManager .titleSection{
    margin-bottom: 0;
}
.HelpInfoSection h2{
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 100px;
}
.HelpInfoSection span{
    color: #F1A873;
}
.HelpInfoSection .faq-item{
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
    border-bottom: 0;
}
.HelpInfoSection .faq-item.lastItem{
    border-bottom: 1px solid #e5e5e5;
}
.HelpInfoSection .faq-icon{
    color: #000;
}
.helpInfoManager{
    margin: 95px auto 0;
    max-width: 994px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

@media (max-width: 1260px) {
    .whyDoYouList {
        gap: 30px 60px;
      }
}
@media (max-width: 990px) {
    .whyDoYouItems{
        width: 100%;
    }
}


@media (max-width: 770px) {
    .YourCalculateMain .howWorkItemsNone{
        display: none;
    }
    .YourCalculateMain .howWorkList{
        grid-template-columns: 50px 1fr;
        grid-template-rows: repeat(5, auto);
        row-gap: 40px;
    }
    .YourCalculateMain br{
        display: none;
    }
    .YourCalculateMain .howWorkList .line{
        display: none;
    }
    .YourCalculateMain #howWorkItemsP_1, .YourCalculateMain #howWorkItemsP_3, .YourCalculateMain #howWorkItemsP_5{
        grid-column-start: 2;
        text-align: left;
        margin-left: 35px;
    }
    .YourCalculateMain #howWorkItemsNodeLine_1{
        grid-row-start: 1;
        grid-column-start: 1;
    }
    .YourCalculateMain #howWorkItemsNodeLine_3{
        grid-row-start: 3;
        grid-column-start: 1;
    }
    .YourCalculateMain #howWorkItemsNodeLine_5{
        grid-row-start: 5;
        grid-column-start: 1;
    }
}

@media (max-width: 700px) {
    .YourCalculateMain p{
        font-size: 18px;
    }
    .titleSection{
        font-size: 36px;
    }
    .subtitleSection{
        font-size: 24px;
    }
    .HelpInfoSection h2, .HowWorkSection h2{
        font-size: 28px;
    }
    .reasonText h3{
        font-size: 18px;
    }
    .YourCalculateMain section{
        padding: 0 40px;
    }
    
    .PriceInfoSection .price{
        padding: 30px 0;
    }
    .YourCalculateMain .WeclomeYourCalculateSection{
        padding-bottom: 50px;
    }
}

@media (max-width: 400px) {
    .infoWelcomeText h1{
        font-size: 24px;
    }
    .infoWelcomeText h2{
        font-size: 32px;
    }
}