    <!-- Custom Styles -->
    <style>
        /* Custom Styles */
        .ftr-mb-60 {
            margin-bottom: 30px;
        }
 
        ul#sides li {
            display: inline;
        }

        .lists-index:hover {
            background-color: #1FA2FF;
        }

        .input-holder:before {
            content: '%';
        }

        .input-holder {
            display: inline-block;
        }

        .description {
            padding: 15px;
            font-size: 19px;
        } 

        .description ul li {
            list-style: disc;
        }

        .title {
            color: black;
            font-weight: bold;
            margin-top: 40px;
        }

        .input-title input {
            border: none;
        }

        .side-links {
            border-bottom: 1px solid #ecedef;
            padding: 8px 15px;
        }

        .search_margin {
            margin-left: -20px !important;
        }

        .slider {
            -webkit-appearance: none;
            width: 100%;
            height: 10px;
            border-radius: 5px;
            background: #d3d3d3;
            outline: none;
            -webkit-transition: .2s;
            transition: opacity .2s;
        }

        .slider:hover {
            opacity: 1;
        }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #1FA2FF;
            cursor: pointer;
        }

        .shadow-custom {
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 5px rgba(0, 0, 0, 0.05) !important;
        }

        .slider::-moz-range-thumb {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #1FA2FF;
            cursor: pointer;
        }

        .form-control {
            border: 0;
        }

        .label-head {
            color: black;
            font-weight: 600;
            font-size: 16px;
        }

        .border_bottom {
            margin-top: 20px;
            padding-bottom: 25px;
        }

        .amount {
            color: darkblue;
            font-size: 18px;
            font-weight: bold;
            margin-top: -31px;
            margin-left: 325px;
        }

        .description th {
            border-left: 1px solid white;
        }

        .description td {
            border: 1px solid #80808036;
        }

        .girls-age {
            border: 2px solid #ddd;
            background: #f5f5f5;
            border-radius: 4px;
            justify-content: space-between;
            padding: 0 10px;
            font-family: 'Muli';
            font-style: normal;
            font-weight: 700;
            font-size: 19px;
            line-height: 100%;
            padding-top: 5px;
            padding-bottom: 5px;
            color: red;
        }

        .result_div {
            background: #fff;
            padding: 50px 50px;
        }

        .result {
            margin-bottom: 20px;
            color: black;
        }

        .amount1 {
            color: black;
            font-size: 18px;
            font-weight: 400;
            margin-top: -31px;
            border: 1px solid #cfcfcf;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 5px;
            padding: 10px 0;
        }

        li {
            list-style: none;
        }

        .lists-index {
            list-style: none;
        }

        .nav-menu ul li ul li a:hover {
            background-color: #2874fc;
        }

        .inpt-data {
            position: absolute;
            margin-left: 12px;
            margin-top: 1px;
            color: black;
            font-weight: 600;
            font-size: 18px;
        }
        
        #logo h1 a 
        {
            width: 250px;
            height: 35px;
            background-size: 250px 42px;
        }

        @media screen and (min-width:200px) and (max-width:922px) {
            table {
                zoom: 100% !important;
            }

            .title {
                font-size: 17px !important;
                margin-left: 10px !important;
            }

            .amount {
                margin-left: 168px !important;
            }

            .mob-margin {
                margin-top: 15px !important;
                margin-left: 0 !important;
            }

            .amount1 {
                color: black;
                font-size: 14px;
                font-weight: 400;
                margin-top: -4px;
                border: 1px solid #cfcfcf;
                width: 100%;
                margin-bottom: 0;
                border-radius: 5px;
                padding: 7px 0;
            }

            .mob-side {
                margin-left: 0 !important;
                padding: 0 !important;
            }

            .girls-age {
                margin-left: 10px !important;
            }
            
            #logo h1 a 
            {
                width: 242px;
                height: 35px;
                background-size: 205px 35px;
            }
            
            .label-head {
                font-size: 11px;
            }
        }

        @media screen and (min-width:375px) and (max-width:424px) {
            .title {
                font-size: 20px !important;
                text-align: center;
            }

            .amount {
                margin-left: 220px !important;
            }
            
                .label-head {
                font-size: 14px;
            }
            
            #logo h1 a {
                width: 250px;
                height: 35px;
                background-size: 250px 35px;
            }
        }

        @media screen and (min-width:425px) and (max-width:767px) {
            .title {
                font-size: 23px !important;
            }

            .amount {
                margin-left: 275px !important;
            }

            .input_percentile {
                margin-left: -50px !important;
            }
            
            #logo h1 a {
                width: 270px;
                height: 35px;
                background-size: 270px 35px;
            }
            
                .label-head {
                font-size: 16px;
            }
        }

        @media screen and (min-width:768px) and (max-width:1023px) {
            .latest_posts {
                font-size: 22px !important;
            }

            .ulist-index {
                padding: 0px !important;
            }

            .list-font {
                font-size: 13px !important;
            }

            .tab-padding {
                padding: 30px 20px !important;
            }

            #sides {
                padding-left: 200px !important;
            }

            .title {
                font-size: 19px !important;
                margin-left: 100px !important;
            }

            .search_margin {
                margin-left: -20px !important;
            }

            .girls-age {
                margin-left: 0 !important;
            }
        }
        
        
        @media screen and (min-width:922px) and (max-width:992px)
        {
            .label-head 
            {
                font-size: 15px;
            }
            
            .amount
            {
                margin-left: 225px;
            }
            
            .amount1
            {
                font-size: 14px;
                padding: 8px 0;
            }
        }
        
        
        
        
        
    </style>
    <style>
  .comparison-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
  }

  .comparison-box {
    flex: 1;
    min-width: 280px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
  }

  .comparison-box h3 {
    margin-top: 0;
    color: #333;
  }

  .comparison-box ul {
    padding-left: 20px;
    margin: 10px 0 0 0;
  }

  .comparison-box ul li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
</style>
