            td{
                font-size: 16px;
                font-weight: 400;
              }
            .singleBlogBanner{
                height: 686px   ;
              background: transparent;
              background-repeat: no-repeat;
              background-size: cover;
                padding: 486px 0;
                /* margin: -144px 0 0; */
            }
            .singleCountrySection{
              background: #fff;
            }
            /* .singleCountrySection h1{
              line-height: 35px !important;
            } */
            /* .pageBanner .bannerTitle {
                background: rgb(0 0 0 / 69%);
                padding: 37px;
                margin: 80px 0 -50px !important;
                border-radius: 20px;
            } */
            ul,ol{
              padding: 0 30px;
            }
            ul{
              list-style-type: disc;
            }
            ol{
              list-style-type: auto;
            }
            @media (min-width: 1200px) and (max-width: 1600px){
              .singleBlogBanner{
                  padding: 324px 0 !important;
                  margin: 0 0 -80px !important;
                  background-size: contain !important;
              }
            /* .singleBlogBanner .bannerTitle {
                position: relative;
                left: 12px;
                background: rgb(0 0 0 / 45%);
                padding: 37px;
                margin: 0 0px 30px !important;
                border-radius: 20px;
            } */
            }
            @media (max-width: 767px) {
            .singleBlogBanner{
              background-size: contain !important;
                /* height: 238px; */
                /* margin: -40px 0 0 !important; */
                padding: 190px 0 0 !important;
            }
            /* .singleBlogBanner .bannerTitle{
                margin: -144px 8px !important;
                padding: 10px 9px;
                margin: 47px 5px !important;
                position: unset;
            } */
            /* .singleBlogBanner .bannerTitle h1{
                font-size: 15px !important;
                line-height: 24px !important;
            }
            .singleBlogBanner .bannerTitle p{
                margin: 0;
                font-size: 11px;
                line-height: 20px;
            } */
            }