* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Philosopher;
    ;
}

mark {
    background-color: #99CC00!important;
    color: #000!important;
}

mark b i a {
    color: #000!important;
}

.container {
    max-width: 1366px!important;
    text-align: justify;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.navigation {
    height: 70px;
/*    background: linear-gradient(230deg, hsla(300, 100%, 64%, 1) 0%, rgb(255, 255, 255) 70%);*/
    background: linear-gradient(230deg, hsl(300, 100%, 63.9%) 0%, rgb(34, 56, 111) 70%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 90px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand img {
    height: 100px;
    width: 257px;
}

.brand a,
.brand a:visited {
    color: #990000;
    text-decoration: none;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    padding: 10px 20px 0 20px;
    line-height: 50px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

nav ul li a::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 0%;
    bottom: 0px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

nav ul li a:hover::before {
    width: 70%;
}

nav ul li a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 799px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 65px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li a:hover::before {
        width: 20%;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
    p.card-text {
        white-space: nowrap;
        width: 250px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000000;
    }
    .btns {
        display: flex;
        justify-content: left;
        align-items: center;
        padding-top: 15px;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ff00ff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

@media screen and (min-width: 980px) {
    .card-img-top {
        /* border-radius: 20px 0 0 20px; */
        width: 161px !important;
        height: 230px !important;
        aspect-ratio: 161/261;
        object-fit: cover;
    }
}

.Premium {
    background-color: #494A4A;
}

.Premium-text h1 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.video {
    padding-bottom: 20px;
    padding-top: 10px;
}

.contant-section {
    background-color: #333399;
    padding: 50px 0;
}

.heading {
    color: #fdff00;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.heading-2 {
    color: #FF00FF;
    font-size: 28px;
    font-weight: 600;
}

.heading-3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.heading-4 {
    color: #FF00FF;
    font-size: 20px;
    font-weight: 600;
}

.text {
    /*color: rgb(0, 0, 0)!important;*/
    color: rgb(255 255 255) !important; 
    font-family: Philosopher;
    line-height: 34px;
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
}

.bs-example {
    margin: 10px 0;
}

.card {
    /* border-radius: 20px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-img-top {
    /* border-radius: 20px 0 0 20px; */
    width: 140px;
    height: 240px;
    aspect-ratio: 161/261;
    object-fit: cover;
}

.card-body a {
    color: rgb(51, 78, 111);
    font-size: 22px;
    font-family: Philosopher;
    font-weight: 700;
    position: relative;
    bottom: 5px;
}

.card-text {
    color: #000000;
    line-height: 28px;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 20px 15px 0;
}

.card-body a:hover {
    color: #FF00FF;
    text-decoration: none;
    transition: 1s;
}

a.profile-btn {
    background-color: transparent;
    background-color: #FF00FF;
    font-size: 18px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    margin: 0 25px;
    border: 2px solid transparent;
    visibility: hidden;
}

a.profile-btn:hover {
    color: #FF00FF;
    transition: 1s;
    background: transparent;
    border: 2px solid #FF00FF;
    ;
}

.social-btn i {
    background-color: #FF00FF;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    border: 2px solid #FF00FF;
}

.social-btn i:hover {
    background-color: transparent;
    border: 2px solid #FF00FF;
    color: #FF00FF;
}

.btns {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 10px;
}

.btns1 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 75px;
}

.sidebar-div {
    border: 1px solid #555;
    border-radius: 5px;
}

.locbutton {
    width: 24%;
    background-color: #000;
    text-align: center;
    margin: 5px 6px;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.locbutton a {
    color: #fff;
    text-align: center;
}

.sidebar {
    width: 100%;
    background-color: #FF00FF;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar a {
    color: #fff;
    text-align: center;
}

.table-borde#FF00FF {
    background-color: #000;
    color: #fff;
}

.right-sidebar-image {
    width: 100%;
    padding-bottom: 10px;
}

.right-sidebar-image:first-child {
    padding-top: 10px;
}

.local-area2 {
    display: none;
}

.white-section {
    padding: 15px 0;
}

.class-round {
    border-radius: 15px!important;
}

.citylist {
    padding: 30px 0;
}

.citylist-heading {
    font-size: 26px;
    padding: 18px;
    background-color: #e7e7e7;
    border-radius: 6px;
    color: #0b00ff;
}

.faq {
    padding: 60px 0;
}

.faq-heading {
    font-size: 26px;
    padding: 18px;
    background-color: #e7e7e7;
    border-radius: 6px;
    color: #0b00ff;
    font-family: Philosopher;
}

.accordion {
    background-color: transparent;
    color: #00c0fa;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #dfcfcf;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 5px 0;
    border-radius: 6px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: Philosopher;
}

.active,
.accordion:hover {
    background-color: #FFD9DD;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 24px;
    background: #FF00FF;
    border-radius: 50%;
    padding: 0px 10px;
}

.active:after {
    content: "\2212";
    border: none;
}

.panel {
    padding: 0 18px;
    background-color: #8c00ff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0 0 6px 6px;
}

.panel p {
    padding: 20px 10px 10px 10px;
    font-size: 18px;
    font-weight: 400;
}

button:focus {
    outline: 1px solid #FFD9DD!important;
    outline: 5px auto -webkit-focus-ring-color;
}

.key-word {
    padding: 40PX 0;
    position: relative;
}

.key-word:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFD9DD;
    opacity: 1;
}

.key-word-text {
    line-height: 42PX;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Philosopher;
    font-weight: 500;
    word-spacing: 1PX;
}

.heading-keyword {
    color: #334E6F;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.hr-line {
    margin: 2em 0 1em;
    font-size: 12.2px;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    top: 16px;
    top: center;
}

.hr-line hr {
    display: block;
    border-top: 2px solid #FF00FF;
    z-index: -1;
    width: 50%;
    margin: 0;
    z-index: 9999;
}

.hr-line hr.right {
    left: auto;
    right: 0px;
}

.hr-line hr#thread1 {
    top: 0.8em;
    -webkit-animation: thread2 4s infinite;
    -moz-animation: thread2 4s infinite;
    -o-animation: thread2 7s infinite;
    animation: thread2 7s infinite;
}

@media (min-width: 768px) {
    .hr-line {
        font-size: 18px;
    }
    .hr-line hr {
        border-width: 3px;
    }
}

@-webkit-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.footer {
    width: 100%;
    background: #e6e6e6;
    display: block;
}

.inner-footer {
    width: 100%;
    margin: auto;
    padding: 30px 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.borders {
    border-top: 1px solid rgb(0, 0, 0) !important;
    border-bottom: 1px solid rgb(0, 0, 0) !important;
}

.borderright {
    border-right: 1px solid white !important;
}

.footer-items1 {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items2 {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items .footer-items2 .footer-items1 p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    color: #000000;
}

.footer-items .footer-items2 .footer-items1 h1 {
    color: #fff;
}

.border1 {
    height: 3px;
    width: 40px;
    background: #FF00FF;
    color: #FF00FF;
    background-color: #FF00FF;
    border: 0px;
}

ul {
    list-style: none;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
}

ul a {
    text-decoration: none;
    outline: none;
    color: #000000;
    transition: 0.3s;
}

ul a:hover {
    color: #FF00FF;
}

ul li {
    margin: 10px 0;
    height: 25px;
}

ol {
    padding-left: 20px;
}

li i {
    margin-right: 20px;
}

.social-media {
    width: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    z-index: 999;
    position: relative;
}

.social-media i:first-child {
    margin-left: 0!important;
}

.social-media a {
    text-decoration: none;
}

.social-media i {
    height: 25px;
    width: 25px;
    color: #fff;
    transition: 0.5s;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    background: #FF00FF;
    border-radius: 50%;
    margin: 5px;
    margin-left: 5px;
    padding: 13px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.contacticon {
    color: #fff;
    transition: 0.5s;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    background: #FF00FF;
    border-radius: 50%;
    margin-left: 26px;
    margin-left: 5px;
    margin-left: 0px;
    padding: 13px;
}

.social-media i:hover {
    transform: scale(1.5);
}

.footer-bottom {
    padding: 10px 0px 30px;
    background: #00121b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

.footer-items2,
.footer-items h3 {
    font-size: 22px!important;
}

.footer-items2 h3 {
    font-size: 22px!important;
}

.footer-items1 p {
    line-height: 30px;
}

@media screen and (max-width: 1275px) {
    .footer-items,
    .footer-items1,
    .footer-items2,
    .footer-items3 {
        width: 50%;
    }
}

@media screen and (max-width: 660px) {
    .footer-items,
    .footer-items1,
    .footer-items2,
    .footer-items3 {
        width: 100%;
    }
    .locbutton {
        width: 100%;
        background-color: #FF00FF;
        text-align: center;
        margin: 5px 6px;
        padding: 10px 0;
        border-radius: 5px;
        cursor: pointer;
        color: white;
    }
    .brand img {
        height: 75px;
        width: 193px;
    }
    .card-img-top {
        /* border-radius: 20px 0 0 20px; */
        width: 108px !important;
        height: 175px !important;
        aspect-ratio: 108/175;
        object-fit: cover;
    }
    .card-body {
        padding-bottom: 0 !important;
        margin-left: 38px;
    }
    .social-btn i {
        background-color: #FF00FF !important;
        color: #fff;
        padding: 10px 12px !important;
        border-radius: 2px !important;
        border: 2px solid #FF00FF;
    }
}

.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 25%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 22px;
    font-family: Philosopher;
    transition: all 0.8s;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.Facebook {
    background-color: #dc3545;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #53c5ff;
    color: #FFF;
}

.Instagram {
    background-color: #FD1D1D;
    color: #FFF;
}

.Google {
    background-color: #d34836;
    color: #FFF;
}

.whatsapp {
    background-color: #28a745;
    color: #000000;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}

.fas fa-shopping-cart {
    background-color: #FFF;
}

#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

.second {
    background-color: #31B0D5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
}

#mybutton {
    position: fixed;
    bottom: 10%;
    right: 50%;
}

#mybutton a {
    text-decoration: none;
    padding: 6px 27px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 5px;
    font-family: Philosopher;
}

@media(max-width:1440px) {
    #mybutton {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
}

@media(max-width:767px) {
    #mybutton {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
}

@media(max-width:2560px) {
    #mybutton {
        position: fixed;
        bottom: 0%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: #a83c7f;
        padding: 10px;
        z-index: 1000;
    }
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #FF00FF;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #FF00FF;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/* Header :::: Start */
header{ width: 100%; padding: 7px 0; z-index: 99;}
.header-top{width: 100%; padding:10px 0;}

.header-logo{width:330px; margin:0 auto; font-family: 'Georgia', serif; font-style: italic;}
.header-logo{text-align: center; font-size: 35px; font-weight: 600; color: #fff; margin-bottom: 15px;}
.header-logo a{color: #fff; font-family: 'Georgia', serif; font-style: italic;} 
.header-logo img{width:240px; padding: 0px; height: 100%}

.header-logo-vip{display: flex; justify-content: flex-end; flex: 1;}
.header-logo-vip-inner{font-size: 17px; color: #fff;}
.header-logo-vip-contact{text-align: center; color:#ffe376; font-size: 21px; font-weight: 800; padding-top: 6px;}
.header-social ul{display: flex; margin:0; margin-bottom: 10px; padding:0; justify-content: center;}
.header-social ul li{display: inline-block; height: 50px; width: 50px; margin-right: 5px; position: relative;}
.header-social ul li a{display: block; background: #fff; height: 50px; width: 50px; padding: 5px;border-radius: 50%; box-shadow: rgba(0,0,0,0.05) 1px 1px 10px;}
.header-social ul li a span{display: inline-block;}
.header-social ul li a span img{border-radius: 50%;}

.header-right{border-radius: 15px; background: #000000}
.connect-with-us a{display: inline-block; padding: 13px 23px; font-size: 15px; border-radius: 6px; color: #fff; border: rgba(255,255,255,0.2) solid 1px;} 
.header-right{width: 100%; display: block;}
.navi-menu ul li{display: block; padding: 10px; margin-left: 0;}
    .navi-menu ul li:before{display: none;}
	.navi-menu ul li a, .cg-l{display: block; border:#ffe376 solid 2px; font-size: 17px;}
	.navi-menu ul li:hover ul{display: none;}

    .navi-menu ul li.open-nav ul{display: block; position: relative; width: 100%;}
    .navi-menu ul li ul li{padding: 0; }
    .navi-menu ul li ul li a{border: 0; text-align: center;}
	.mobile-view{
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100% ;
        z-index: 9999;
    }
    .call-us{
        width: 33.33%;
        background:#FFE16A;
        color: #000;
    }
    .whatsapp-now{
        width: 33.33%;
        background: #0a790f
    }
    .telegram{
        width: 33.33%;
        background:#039be5;
        color: #fff;
    }
    .mob-txt{
        font-size: 18px;
        color: #fff;
        padding: 14px;
        padding-left: 60px;
        position: relative 
    }
    .mob-txt a{
        color: #00FF33
    }
    .call-us a{color: #FF0000;}
    .mob-txt .mob-txt-span{
        width: 30px;
        height: 30px;
        left: 20px;
        top: 10px;
        display: inline-block;
        position: absolute 
    }
    .call-us span img{filter:invert();}
    .mob-innertext{position: relative !important; width: auto !important; height: auto !important; left: auto !important; top: auto !important;}
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.details-note-box {
    padding: 20px;
    background: var(--secondary-color);
    margin-bottom: 15px;
}

.details-note-section .inner-data-wrap {
    margin-bottom: 20px;
}

.details-note-section h3 {
    color: var(--gray-text-color-01);
    font-weight: 400;
    margin: 5px 0 15px;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: solid 1px var(--gray-text-color-01);
}

.details-note-section ul li:not(:last-child),
.details-note-section ul,
.details-note-section p {
    margin-bottom: 15px;
    margin-top: 7px;
}

.details-note-box-info-col2 {
    margin-top: 15px;
    grid-gap: 4px;
    font-size: 13px;
}

.details-note-box-info-col2 a {
    text-decoration: underline;
}