#main-content{
	font-family: SST W01 Roman, sans-serif, Helvetica Neue, Helvetica, Arial !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: SST W01 Roman, sans-serif, Helvetica Neue, Helvetica, Arial !important;
}
#main-content .box{
    padding: 15px;
    height: 420px;
    display: flex;
    flex-direction: column !important;
    align-items: flex-end !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

#main-content .box p{
    height: 180px;
 }
#main-content .box img{
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}

#main-content section:nth-child(even){
    background-color: #f2f5f9;
}
#main-content .accordion .card{
    counter-increment: inst;
}
#main-content .card-header button{
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    border: 0;
    background-color: transparent;
    margin-bottom: 0;
    line-height: 1;
    padding: 0 25px;
}
#main-content .card-header button:before{
    content: counter(inst);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    color: #000;
}
#main-content .card-header button:after{
    content: "\2212";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 900;
    font-size: 18px;
    color: #000;
}
#main-content .card-header button.collapsed:after{
    content: "+";
}
#main-content .btn-plan{
    border: 1px solid #858789;
    border-radius: 20px;
    background-color: #FFFFFF;
    display: block;
    padding: 15px 10px 30px 10px;
    position: relative;
    margin: 10px;
}
#main-content .btn-plan~.text-center{
    line-height: 1.2;
}
#main-content .btn-plan::after{
    content: "\f0d7";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}
#main-content .btn-plan img{
    width: 100%;
    height: auto;
    max-width: 140px;
    display: block;
    margin: 0 auto;
}
#main-content .btn-plan img:last-child{
    display: none;
}
#main-content .btn-plan.active,#main-content .btn-plan:hover{
    background-color: #858789;
}
#main-content .btn-plan.active img,#main-content .btn-plan:hover img{
    display: none;
}
#main-content .btn-plan.active img:last-child,#main-content .btn-plan:hover img:last-child{
    display: block;
}
#main-content .plan{
    display: none;
}
#main-content .bg-light-blue h3{
    border-left: 10px solid #2f5597;
    padding-left: 5px;
}
#main-content .plan.active{
    display: block;
}
#main-content .plan .table{
    font-size: 16px;
}
#main-content .plan .table thead th{
    font-weight: 700;
    width: 10%;
}
#main-content .table th, #main-content .table td{
    vertical-align: middle;
    text-align: center;
}
#main-content .plan .table thead th:first-child,#main-content .plan .table tbody td:first-child{
    width: 25%;
    text-align: left;
}

#main-content .plan .table th:nth-child(5),#main-content .plan .table th:nth-child(6),#main-content .plan .table td:nth-child(5),#main-content .plan .table td:nth-child(6){
   color: red;
}
#main-content .plan .table tbody tr:nth-child(odd){
    background-color: #f2f5f9;
}
.mid-line{
    position: relative;
}
.mid-line span{
    position: relative;
    z-index: 1;
}
.detail{
    border-radius: 10px;
    position: relative;
}
.detail h3{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.detail h3 span{
    background-color: #f2f5f9;
    padding: 0 20px;
}
.mid-line::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    width: 100%;
    height: 1px;
    background-color: #858789;
}
#main-content .bg-light-blue{
    background-color: rgb(195, 206, 241, 0.5);
}
#main-content .plan-bg{
    background-color: transparent;
    padding-bottom: 15px;
}
#main-content .plan-bg .text-center{
    display: block;
}
#main-content .plan-bg.active{
    background-color: rgb(195, 206, 241, 0.5);
}
@media (max-width: 992px) {
    #main-content .box{
        height: 410px;
    }
    #main-content .box img{
        max-width: 260px;
    }

 }
@media (max-width: 767.98px) { 
   
    #main-content .btn-plan{
        margin: 5px;
    }
    #main-content .plan .table thead th{
        width: 20%;
    }
    #main-content .plan .table{
        font-size: 14px;
    }

     #main-content .box p{
         height: auto;
      }
      #main-content .btn-plan{
        padding: 15px 10px 25px 10px;
      }
      #main-content .btn-plan::after{
        bottom: 5px;
      }
  
 }
 @media (max-width: 575.98px) { 

 }
 #main-content .form-select{
    border-radius: 0 !important;
    height: auto;
    margin-bottom: 0 !important;
    width: 100%;
    padding: 10px 8px 8px 8px;
 }
 #main-content .result-price{
    padding: 0;
    border-radius: 0;
    overflow-x: auto;
 }
 #main-content .result-price p{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
 }
 #main-content .result-price table{
    margin: 0 auto;
    font-size: 14px;
 }
 #main-content .result-price table th,
 #main-content .result-price table td{
    vertical-align: middle;
    padding: 10px 8px;
    font-size: 16px;
 }
 
 #main-content .result-price table thead th{
    font-weight: 700;
    background-color: #f8f9fa;
 }
 #main-content .result-price table tbody tr:nth-child(odd){
    background-color: #f2f5f9;
 }
 #main-content .result-price table tbody tr:nth-child(even){
    background-color: #ffffff;
 }
 #main-content .result-price i{
    font-size: 14px;
    font-weight: 400;
 }
 #main-content .step-card-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
 }
 #main-content .step-number{
    display: flex;
    justify-content: center;
    align-items: center;
 }
 #main-content .step-badge{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 @media (min-width: 992px) {
    #main-content .step-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
    #main-content .step-card {
        min-height: 220px;
    }
 }
 #main-content .nav-tabs{
    border-bottom: 2px solid #dee2e6;
    float: none!important;
 }
 #main-content .nav-tabs .nav-link{
    border: 0;
    border-bottom: 3px solid transparent;
    color: #6c757d;
    padding: 15px 30px;
    font-weight: 500;
 }
 #main-content .nav-tabs .nav-link:hover{
    border-bottom-color: #dee2e6;
    color: #495057;
 }
 #main-content .nav-tabs .nav-link.active{
    color: #2f5597;
    border-bottom-color: #2f5597;
    background-color: transparent;
 }
 #main-content .tab-content{
    border: 0;
 }
 #main-content .nav-tabs .nav-item{
    width: 50%;
    text-align: center;
 }
 #main-content .tab-content > .active{
    opacity: 1;
 }
 #main-content .tab-content{
    padding-top: 0;
 }
 #main-content .service-plan-timeline .timeline-blocks{
    margin-bottom: 0;
    position: relative;
 }
 #main-content .service-plan-timeline .timeline-blocks .timeline-number,
 #main-content .service-plan-timeline .timeline-number{
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    z-index: 10;
    white-space: nowrap;
    pointer-events: none;
 }
 #main-content .service-plan-timeline .timeline-blocks .timeline-number.timeline-number-below,
 #main-content .service-plan-timeline .timeline-blocks .timeline-number.timeline-number-below{
    bottom: -25px;
 }
 #main-content .service-plan-timeline .timeline-number.timeline-number-below{
    bottom: 0;
 }


 #main-content .service-plan-timeline .timeline-blocks .timeline-number.timeline-number-above,
 #main-content .service-plan-timeline .timeline-number.timeline-number-above{
    top: -25px;
 }
 #main-content .service-plan-timeline .timeline-blocks .block{
    position: relative;
 }
 #main-content .service-plan-timeline .col-12{
    position: relative;
    padding-top: 30px
 }
 #main-content .service-plan-timeline .col-12:nth-child(2),#main-content .service-plan-timeline .col-12:nth-child(4){
    border-left: 2px solid #808080!important;
    border-top: 0;
 }

 #main-content .service-plan-timeline .block{
    min-width: auto;
    padding: 0;
    border-radius: 0;
 
    transition: transform 0.2s, box-shadow 0.2s;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    min-height: 60px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 #main-content .service-plan-timeline .timeline-blocks .block{
    max-width: none;
    flex: 1 1 0;
 }
 #main-content .service-plan-timeline .timeline-blocks.two-years-plan .block{
    padding: 0;
    min-height: 60px;
    height: auto;
 }
 #main-content .service-plan-timeline .block-pink{
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    margin-top: 10px;
    min-height: 60px;
    height: auto;
    padding: 0;
 }


 #main-content .service-plan-timeline .block-content{
    text-align: center;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 #main-content .service-plan-timeline .block-label{
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
 }
 #main-content .service-plan-timeline .block-value{
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
 }
 #main-content .service-plan-timeline .block-orange{
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b1a 100%);
    border-color: #ff6b1a;
 }
 #main-content .service-plan-timeline .block-light-blue{
    background: linear-gradient(135deg, #6bb6ff 0%, #4a9eff 100%);
    border-color: #4a9eff;
 }
 #main-content .service-plan-timeline .block-green{
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
    border-color: #45a049;
 }
 #main-content .service-plan-timeline .block-pink{
    background: linear-gradient(135deg, #ff6b9d 0%, #ff4d7a 100%);
    border-color: #ff4d7a;
 }
 @media (max-width: 767.98px) {
    #main-content .plan-bg .text-center{
        display: none;
    }

    #main-content .service-plan-timeline .timeline-blocks .block{
        min-height: 60px;
        height: auto;
    }
    #main-content .service-plan-timeline .timeline-blocks.two-years-plan .block{
        min-height: 70px;
        height: auto;
    }
    #main-content .service-plan-timeline .block-pink{
     
        max-width: 100%;
        width: 100%;
    }

    #main-content .service-plan-timeline .col-12:nth-child(4),#main-content .service-plan-timeline .col-12:nth-child(2){
        border-left: 0!important;
        border-top: 0!important;
     }
     #main-content .service-plan-timeline .col-12:nth-child(3){
        position: relative;
        padding-top: 15px;
     }
     #main-content .service-plan-timeline .col-12:nth-child(3)::before{
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 2px;
        background-color: #808080;
     }
 }
 #main-content .service-plan-table{
    font-size: 14px;
 }
 #main-content .service-plan-table td{
    vertical-align: middle;
 }
 #main-content .service-plan-table tbody tr:nth-child(odd){
    background-color: #ffffff;
 }
 #main-content .service-plan-table tbody tr:nth-child(even){
    background-color: #f2f5f9;
 }
 #main-content .service-plan-table .pl-4{
    padding-left: 2rem !important;
 }
 #main-content .table .thead-light th{
    font-weight: bold;
    font-size: 20px;
   
 }
 #main-content .service-plan-table .left-border,#main-content .table .thead-light th.left-border{
    border-left: 2px solid #808080!important;
 }

 #main-content .table .thead-light th, #main-content .table-bordered td{
   border: 1px solid #adadad;
 }