    a {
        text-decoration: none;
        color: unset;
    }

    li {
        list-style: none;
    }

    .container {
        width: 1170px;
        margin: 0 auto;
        padding:0;
    }
    @media only screen and (max-width: 1024px) {
        .container {
            width: 100%;
        }
    }
    .banner {
        height: 40px;
        background: #F4F5F9;
        color: #343434;
    }
    banner a{
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
    }


    .top1 img{
        margin:0 auto;
    }
    .top2 {
        padding-bottom: 42px;
    }

    .top2>.container h1 {
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 36px;
        color: #0066D9;
        line-height: 45px;
        text-align: center;
        margin: 70px auto 57px auto;
    }

    .top2 p {
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        margin-bottom: 20px;
        text-align: center;
    }

    .middle {
        background: #F4F5F9;
        padding-top: 45px;
        padding-bottom: 20px;

    }

    .middle .container h2,
    .themes .container h2,
    .service .container h2,
    .faqs .container h2,
    .guide .container h2{
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 24px;
        color: #0066D9;
        line-height: 23px;
        text-align: center;
        margin-bottom: 30px;
    }

    .middle .container p,
    .themes .container p {
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        margin-bottom: 10px;
        /* text-align: center;  */
    }

    .themes {
        padding-top: 45px;

    }
    .Navigation{
        margin-top: 40px;
    }
    .nav-info {
        display: flex;
        border-bottom: 2px solid #E6E6E6;
        justify-content: space-between;
        margin-bottom: 50px;
        position: relative;
    }
    ul.nav-info li{
        font-family: Trebuchet MS;
        font-weight: 400;
        font-size: 14px;
        padding-bottom: 5px;
        color: #343434;
        line-height: 23px;
        position: relative;

    }

    ul.nav-info li:hover,ul.nav-info li a:hover{
        text-decoration:none;
        color:#0066D9;
    }
    ul.nav-info li span{
        font-weight: bold;
        font-size: 18px;
    }
    ul.nav-info li.active::after {
        content: '';
        position: absolute;
        bottom: -2px; /* 调整位置使其与 ul 的底边对齐 */
        left: 0;
        right: 0;
        height: 3px;
        background: #0066D9; /* 设置为蓝色 */
    }
    .fixed {
        height: 50px;
        padding-top: 10px;
        position: fixed;
        top: 0;
        width: 1170px;
        z-index: 999;
        background:#F4F5F9;
    }
    .Navigation .container h2{
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 21px;
        color: #343434;
        line-height: 23px;
        text-align: unset;
    }
    #Destination1 p,#Destination2 p,#Destination3 p,#Destination4 p,#Destination5 p,#Destination6 p,#Destination7 p,#Destination8 p,#Destination9 p{
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        margin-bottom: 10px;
        text-align: unset;
    }
    #Destination1 h3,#Destination2 h3,#Destination3 h3,#Destination4 h3,#Destination5 h3,#Destination6 h3,#Destination7 h3,#Destination8 h3,#Destination9 h3{
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 21px;
        color: #343434;
        line-height: 23px;
        margin-bottom:20px;
        text-align: unset;
    }
    .routeul{
        display: flex;
        flex-wrap: wrap;

        margin-top: 29px;
    }
    .routeul li{
        width: 32.3%;
        border-radius: 6px;
        box-shadow: 1px 4px 14px #ccc;
        background: #ffffff;
        margin-bottom:34px;
        margin-right: 18px;
    }
    .routeul li:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .routeul li button{
        width: 110px;
        height: 36px;
        background: #0066D9;
        border-radius: 2px 2px 2px 2px;
        display: block;
        margin: 30px auto;
        border: 1px solid #0066D9;
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
        color: #FEFEFE;
        line-height: 24px;
    }
    .routeul li button:hover{
        border: 1px solid #0066D9;
        color: #0066D9;
        background: #ffffff;
        text-decoration:none;
    }
    .routeul li img{
        height:213px;
        width: 100%;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .routeul li h3{
        padding-top: 13px;
        padding-left: 10px;
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 18px !important;
        color: #0066D9 !important;
        line-height: 23px !important;
        margin-bottom: 20px;
        min-height: 59px;
    }
    .p_botm{
        margin: 0 10px;
    }
    .p_botm p{
        margin: 0;
    }
    .routeul li p{
        font-family: Arial;
        font-weight: bold;
        font-size: 14px !important;
        color: #343434;
        line-height: 26px;
    }

    .ipt img {
        margin-right: 10px;
        position: absolute;
        z-index: 5;
        top: 35%;
        left: 10px;
    }

    .ipt .ipt-tit {
        display: flex;
        align-items: center;
        background: #F4F5F9;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #D6D6D6;
        padding: 7px 10px;

        padding-left: 31px;
    }

    .ipt {
        position: relative;
        padding: 4px 0;
        width: 63%;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .ipt-tit span,
    .ipt-list .ipt-item span {
        margin-right: 8px;
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
        color: #343434;
        line-height: 24px;
    }

    .routeul .ipt-tit span,
    .routeul .ipt-list .ipt-item span {
        margin-right: 4px;
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        color: #343434;
        line-height: 24px;
    }
    .relevant .ipt-tit span{
        margin-right: 12px;
    }
    .routeul .ipt-tit span{
        margin-right: 8px;
    }
    .ipt-tit span a,.ipt-item span a {
        color: #0066D9;
        text-decoration: underline;
    }

    .ico {
        position: absolute;
        width: 11px;
        height: 8px;
        right: 18px;
        top: 43%;
        transform: translateY(-50%);
    }

    .ico img {
        width: 100%
    }

    .ipt-list {
        width: 100%;
        position: absolute;
        max-height: 277px;
        z-index: 3;
        overflow-y: scroll;
        border: 1px solid #ddd;
        border-top: 0;
        display: none;
        background: #ffffff;
        box-sizing: border-box;
        display:none;
    }

    .ipt-list .ipt-item {
        padding: 8px 0px;
        background: #ffffff;
        margin: 3px;
        cursor: pointer;
        padding-left: 28px;

    }

    .ipt-list .ipt-item:hover {
        background: #F4F5F9;
    }

    .cur{
        display: block !important;
    }
    .book{
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        color: #0066D9;
        line-height: 24px;
        position: absolute;
        right: 28px;
        top:20%;
        text-decoration: underline;
    }
    .book1{
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        color: #0066D9;
        line-height: 24px;
        position: absolute;
        right: 7px;
        top:17%;
        text-decoration: underline;
    }
    .top_botm{
        display: flex;

        align-items: center;
    }
    .top_botm p{
        font-family: Arial;
        font-weight: 400;
        font-size: 14px !important;
        color: #343434;
        line-height: 23px;
        margin-bottom:0 !important;
    }

    ul.star {
        display: flex;
        margin-left: 5px;
        margin-right: 8px;
        align-items: flex-start;
        padding-bottom: 2px;
        max-height: 19px;
    }
    .re_middle  ul.star{
        align-items: flex-end;
    }
    ul.star li {
        margin-left: 1%;
    }
    ul.star li img{
        width: 19px;
        height: 19px;
    }


    .top_p1 {
        color: #0066D9 !important;
        font-weight: Bold;
        font-size: 16px;
        font-family: Trebuchet MS;
        margin: 0 !important;
    }

    .top_p {
        color: #C71119 !important;
        font-weight: Bold;
        font-size: 16px;
        font-family: Trebuchet MS;
        margin: 0 !important;
    }
    .separator1{
        width: 1px;
        height: 11px;
        background-color: #343434;
        margin: 10px 5px;
    }
    #Lasha{
        padding-top: 6px;
        text-align: unset;
    }
    .service{
        padding: 50px 0;
        background: #F4F5F9;

    }
    .service h2{
        margin-bottom:50px !important;
    }
    .why{
        background: #ffffff;
        padding: 30px 20px;
        margin-bottom: 10px;

    }
    .why h3{
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 21px;
        color: #0066D9;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .whyul li{
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .whyul li p{
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        margin-bottom: 0px !important;
    }
    .whyul li img{
        width:25px;
        height:25px;
        margin-right: 10px;
    }
    .review{
        background: #ffffff;
    }
    .faqs{
        padding-top: 50px;
        padding-bottom: 42px;
    }

    .faqinfo{
        background: #F4F5F9;
        border-radius: 5px 5px 5px 5px;
        padding:15px 21px 22px 21px;
    }
    .faqinfo a {
        color: #0066d9;
    }
    .faqinfo li{
        border-bottom: 1px dashed #C2C2C2;
        padding-bottom: 8px;
    }
    .faqinfo li:last-child{
        border: none;
    }
    .faqinfo li p{
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        margin-bottom:20px !important;
    }
    .faqinfo .title{
        margin-top: 20px;
        margin-bottom: 18px;
    }
    .guide{
        background: #F4F5F9;
        padding-top: 45px;
        padding-bottom: 51px;
    }
    .guideul {
        display: flex;
        flex-wrap: wrap;

    }
    .guideul li{
        width: 24.3%;
        background: #ffffff;
        margin-right:10px;
        margin-bottom:10px;
    }
    .guideul li:nth-of-type(4n){
        margin-right:0px;
    }
    .guideul li img{
        width: 100%;
    }
    .guideul li p{
        font-family: Trebuchet MS;
        font-weight: 400 !important;
        font-size: 15px !important;
        color: #0066D9 !important;
        line-height: 23px;
        padding: 18px 10px;
        text-align:unset !important;
    }
    .guideul li a:hover{
        text-decoration:underline;
        color:#0066d9;
    }
    ul.relevant{
        margin-top:25px;
    }
    .relevantli{
        position:relative;
        display: flex;
        padding:26px  20px;
        padding-right: 16px !important;
        background-color: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        margin-bottom: 11px;
        text-align: none;
    }
    .re_left{
        margin-right: 16px;
        width: 21.3%;
        position:relative;
    }
    .re_left img {
        width: 100%;
        height: 100%;
    }
    .floating-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 41px !important;
        height: 44px !important;
        margin:5px;
    }
    .floating-image1 {
        position: absolute;
        top: -12px;
        right: -15px;
        width: 132px;
    }
    .floating-text {
        position: absolute;
        top: 21px;
        right: 28px;
        z-index: 10;
        font-family: Arial !important;
        font-weight: bold !important;
        font-size: 34px !important;
        color: #FFF100 !important;
        line-height: 23px;
    }
    .mid_top{
        display: flex;
    }
    .re_middle{
        width: 56%;
        padding-right: 10px;
    }
    .mid_top div{
        background: #e5efff;
        border-radius: 5px 5px 5px 5px;
        font-family: Trebuchet MS;
        font-weight: normal;
        font-size: 14px;
        color: #343434;
        line-height: 24px;
        margin-right: 7px;
        padding: 2px 14px;
        font-style: italic;
    }
    .re_middle h3{
        font-family: Arial;
        font-weight: bold;
        font-size: 17px;
        color: #0066D9;
        line-height: 23px;
        margin-top: 16px;
        margin-bottom: 13px;
    }
    .re_middle p{
        font-family: Arial;
        font-size: 15px;
        color: #343434;
        line-height: 23px;
        text-align: unset !important;
    }
    .promo{
        margin-bottom: 12px;
        font-size: 15px !important;
    }
    .tprice{
        margin-bottom:0px !important;
    }
    .route{
        margin-bottom: 13px;
        font-size: 15px !important;
    }
    .date,.high{
        margin-bottom:0 !important;
        font-size: 15px !important;
    }
    .size{
        margin-top: 20px;
        margin-bottom: 14px;
        font-size: 15px !important;
    }
    .rili {
        position: absolute;
        z-index: 1;
        top: 33%;
        margin-left: 10px;
    }
    .book{
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
        color: #0066D9;
        line-height: 24px;
        position: absolute;
        right: 36px;
        top:22%;
        text-decoration: underline;
    }
    .book1{
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
        color: #0066D9;
        line-height: 24px;
        position: absolute;
        right: 14px;
        top:17%;
        text-decoration: underline;
    }
    .top_botm {
        display: flex;

        align-items: center;
    }




    .re {
        display: flex;
        align-items: center;
    }

    .separator {
        width: 1px;
        height: 11px;
        background-color: #343434;
        margin: 10px 5px;
    }
    .separator1{
        width: 1px;
        height: 11px;
        background-color: #343434;
        margin: 10px 5px;
    }
    .top_p1 {
        color: #0066D9 !important;
        font-weight: Bold;
        font-size: 16px;
        font-family: Trebuchet MS;
        margin: 0 5px;
    }

    .top_p {
        color: #C71119 !important;
        font-weight: Bold;
        font-size: 16px;
        font-family: Trebuchet MS;

    }
    .re_right {
        width: 21.5%;
        margin: 48px 0px 46px 0px;
        border-left: 1px solid #C2C2C2;

        padding-top: 27px;
    }
    .re_right1{

        width: 21.5%;
        margin: 48px -10px 46px 0px;
        border-left: 1px solid #C2C2C2;

        padding-top: 36px;

    }
    .re_right p,.re_right1 p{
        font-family: Arial;
        font-weight: bold;
        font-size: 16px;
        color: #343434;
        line-height: 24px;
        margin-bottom:11px !important;
        text-align: center;
    }
    .re_right p span{
        font-size: 36px;
        color: #C71119;
    }
    .free{
        font-size: 16px !important;
        color:#0066D9 !important;
        font-weight:bold !important;
    }
    .highoveriew{
        margin-bottom: 10px;
    }
    .re-rbutn{

        margin-left: 56px;
        width: 130px;
        height: 36px;
        background: #0066D9;
        border-radius: 5px;
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #FEFEFE;
        line-height: 24px;
        border: 1px solid #0066D9;
    }
    .re-rbutn:hover{
        background: #FFFFFF;
        color: #0066D9;
    }
    .re-info {
        background: #ffffff;
        border-radius: 5px 5px 5px 5px;
        padding: 20px;
    }
    .re-info h4 {
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 21px;
        color: #0066D9;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .per-info {
        display: flex;
        align-items: center;
    }



    .pingfen {
        display: flex;
        margin-top: 10px;
    }

    .pingfen .num1 {
        font-style: italic;
        font-family: Times New Roman !important;
        font-weight: bold;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        margin-bottom:0px !important;
    }

    .ulre-info h4 {
        font-family: Arial;
        font-weight: bold;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        margin-top: 10px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .ulre-info h4:hover {
        color: #0066D9;
    }

    .ulre-info li {
        padding-top: 20px;
    }

    .ulre-infoli:first-child {
        padding-top: 10px;
    }

    .ulre-info .ulre-infoli:not(:first-child):nth-child(3n) {
        border: unset;
    }

    .ulre-info li:last-child {
        border: none;
    }

    .des {
        font-family: Trebuchet MS;
        font-weight: 400;
        font-size: 15px;
        color: #343434;
        line-height: 23px;
        padding-bottom: 10px;
    }

    .des1 {
        font-family: Arial;
        font-weight: 400;
        font-size: 15px !important;
        color: #343434;
        line-height: 23px;
        margin-top: 10px !important;
        margin-bottom:0px;
    }

    .des1 a {
        color: #0066D9;
    }

    .des2{
        font-style: italic !important;
        font-family: Times New Roman !important;
        font-weight: bold !important;
        font-size: 15px !important;
        color: #343434;
        line-height: 23px;
        margin-bottom: 25px !important;
    }
    .name-nation{
        margin-left: 6px;
    }
    .name-nation .name{
        font-size:16px !important;
    }
    .name-nation p{
        font-family: Times New Roman !important;
        font-weight: bold !important;
        font-size: 12px !important;
        color: #343434;
        line-height: 20px;
        font-style: italic;
        margin-bottom:0px !important;
    }
    .ulre-info li {
        border-bottom: 1px dashed #C2C2C2;
    }
    .star li {
        border: none;
        padding: 0;
    }

    ul.star li img {
        width: 19px;
        height: 19px;
    }
    .pagination,
    .pagination1 {
        text-align: center;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }
    .pagination1{
        padding: 0 15px 20px 0;
    }
    .pagination span,
    .pagination1 span {
        display: inline-block;
        margin: 0 3px;
        cursor: pointer;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        text-align: center;
        line-height: 28px;
        font-family: Arial;
        font-weight: bold;
        font-size: 18px;
        color: #343434;
    }

    .pagination span.active,
    .pagination1 span.active {
        background: #0066D9;
        color: #ffffff;
    }

    .prev,
    .next {
        margin-top: 3px !important;


    }
    .media-container .prev-btn,
    .media-container .next-btn{
        top:42%
    }
    .prev-btn,
    .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #ffffff;
        font-size: 40px;
        display: none;
    }

    .prev-btn {
        left: 40px;
    }

    .next-btn {
        right: 40px;
    }

    .reviewimg {
        display: flex;
    }

    .overlay {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1210px;
        height: 698px;
        background: rgba(255, 255, 255, 0.9);

        box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        display: none;
        justify-content: center;
        align-items: center;
        padding: 20px;
        z-index:10000;
    }
    .overlay3 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* 半透明黑色背景 */
        z-index: 1000;
        /* 确保蒙版在其他内容上方 */
        display: none;
        /* 默认隐藏蒙版 */

    }
    .overlay1{
        display:none;
    }
    .overlay img {
        width: 100%;
        height: 100%;
    }

    .popup-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .reviewimg {
        display: flex;
    }

    .reviewimg img {
        width: 137px;
        height: 77px;
        margin-right: 4px;
        border-radius: 5px 5px 5px 5px;

    }

    .close-btn {
        position: absolute;
        top: -16px;
        right: -15px;
        cursor: pointer;
        color: #FFFFFF;
        font-size: 40px;
        width: 40px;
        height: 40px;
    }
    .pages {
        padding: 0 10px;
    }

    .service  button
    {
        width: 324px;
        height: 40px;
        background: #0066D9;
        border-radius: 6px 6px 6px 6px;
        display: none;
        margin: 45px auto 0;
        border: 1px solid #0066D9;
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 23px;
    }
    .Faqs button{
        width: 324px;
        height: 40px;
        background: #0066D9;
        border-radius: 6px 6px 6px 6px;
        display: block;
        margin: 45px 0 55px 0;
        border: 1px solid #0066D9;
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 23px;
    }
    .Faqs a:hover{
        text-decoration:none;
    }
    ul.faqs_info {
        margin-top: 27px;
        padding:0 15px;
    }
    .service button:hover,
    .Faqs button:hover {
        color: #0066D9;
        background: #FFFFFF;
    }

.avatar-mask {
	width: 45px;
	height: 45px;
}

.avatar-mask img {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

    .travelogue {
        background: #525252;
        padding-top: 55px;
        padding-bottom: 68px;
    }

    .travelogue h3 {
        font-family: Trebuchet MS;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 23px;
        padding-bottom: 22px;
        padding-top:0px;
        text-align:center;
    }
    .travelogue p{
        font-family: Arial !important;
        font-weight: 400;
        font-size: 16px !important;
        color: #FFFFFF !important;
        line-height: 23px;
        text-align:center;
    }
    .media-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 26px;
    }

    .media-content {
        border: none;
        margin-bottom: 10px;
        width: 100%;
        height: 658px;
    }
    .media-content img{
        border-radius:10px;
    }
    .thumbnail1 {
        display: flex;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .thumbnail img:hover {
        border: 2px solid #C71119;
    }

    .thumbnail1 div {
        margin-right: 5px;

    }

    .thumbnail img {
        width: 142px;
        height: 100%;
        cursor: pointer;
        border-radius: 5px;
    }

    iframe {
        border-radius: 10px;
    }
    .selected1 {
        border: 2px solid #C71119;
    }

    .aq-form p {
        font-family: Arial;
        font-weight: bold;
        font-size: 16px;
        color: #343434;
        line-height: 23px;

    }
    .info_top {
        display: flex;
        align-items: center;
    }

    .info_top p {
        font-family: Times New Roman !important;
        font-weight: bold !important;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
        font-style: italic;
        margin-left: 8px;
        margin-bottom:0;
    }

    .info_middle {
        margin-left: 48px;
        margin-bottom: 35px;
        padding-right: 28px;
    }

    .info_middle p {
        margin-bottom:7px;
        font-family: Arial;
        font-weight: 400 !important;
        font-size: 16px;
        color: #343434;
        line-height: 23px;
    }

    .info_bottom {
        margin: 0 75px 0 70px;
        border-top: 1px dashed #C2C2C2;
        padding: 26px 5px 4px 44px;
    }

    .info_bottom a {
        color: #0066D9;
    }

    .info_bottom p {
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 23px;

    }

    .bom-p {
        margin-left: 48px;
        margin-bottom: 16px;
        font-weight: 400 !important;
        margin-right: -35px;
    }


    p.title {

        font-family: Arial;
        font-weight: bold;
        font-size: 18px;
        color: #0066D9;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .faqs_info li {
        background: #FFFFFF;
        padding: 24px 21px;
        border-radius: 5px;
        margin-bottom: 8px;
    }

    .price{
        font-family: Trebuchet MS ;
        font-weight: bold !important;
        font-size: 16px !important;
        color: #343434 !important;
        line-height: 24px;
        padding: 26px 0;
    }
    .price1{
        font-size:16px !important;
        font-family: Trebuchet MS ;
        font-weight: bold !important;
        color: #343434;
        line-height: 40px;
        padding-bottom:10px;

    }
    .price1 span{
        text-decoration: line-through;
        font-size:16px !important;
        color:#343434 !important;
    }