@media only screen and (max-width: 1400px){
    .menu-box ul li a {
        padding: 0px 28px;
    }
}


@media only screen and (max-width: 1399px){
    .menu-box ul li a {
        padding: 0px 28px;
    }
    .collection-content p {
        font-size: 19px;
    }
    .menu-box ul li a {
        padding: 0px 23px;
    }
}
@media only screen and (max-width: 1199px){
 .menu-box ul li a {
        padding: 0px 18px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 1150px){
    .menu-box ul li a {
        padding: 0px 18px;
        font-size: 14px;
    }
    .news-title h2 {
        font-size: 28px;
    }
    .search-btn button {
        font-size: 15px;
        padding: 6px 10px;
    }
    .collection-content p {
        font-size: 18px;
    }
    .collection-content h3 {
        font-size: 14px;
    }
    .blog-middle-section {
        padding: 0 80px;
    }
    .blog-upper-part h1 {
        font-size: 35px;
        padding: 15px 0 5px;
        color: #181A2A;
    }
    .blog-upper-part p {
        font-size: 18px;
    }
       
}


@media only screen and (max-width:991px){
    .blog-detail-section .container {
        max-width: 650px;
    }
    .row.newsletter-box {
        padding: 0 30px;
    }
    .newsletter-box input {
        padding: 5px 10px;
    }
    .Subscribe-btn button {
        padding: 5px;
        font-size: 17px;
    }
    .news-title h2 {
        font-size: 23px;
        padding-bottom: 15px;
    }
    .newsletter-section {
        padding: 25px 0;
    }

    .menu-but span {
        background: #fff;
        display: block;
        position: absolute;
        right: 5px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 30px;
        height: 3px;
    }
    
    .menu-but span {
        background: #2274d8;
        width: 17px;
    }
    
    .menu-but span:nth-child(1) {
        top: 6.5px;
        right: 15px;
    }
    
    .menu-but span:nth-child(2),
    .menu-but span:nth-child(3) {
        top: 12.5px;
        right: 15px;
    }
    
    .menu-but span:nth-child(4) {
        top: 19.2px;
        right: 15px;
    }
    
    .menu-but.fly-open span:nth-child(1),
    .menu-but.fly-open span:nth-child(4) {
        top: 24px;
        /* right: 50%; */
        right:20%;
        width: 0%;
    }
    
    .menu-but.fly-open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .menu-but.fly-open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .openmenu .side-menu {
        right: 0;
        transition: all 0.5s;
    }
    
    .side-menu {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        position: fixed;
        right: -100%;
        top: 57px;
        transition: all 0.5s;
        z-index: 9999;
        overflow: scroll;
    }
    .mobile-menu-box ul li a {
        color: #231F20;
        font-family: 'Sohne';
        font-weight: 700;
        font-size: 16px;
        padding: 15px 0px;
        display: block;
        border-bottom: 1px solid #dfdfdf;
        letter-spacing: .2px;
    }
    .mobile-menu-box {
        padding: 42px 25px;
    }
    .middle-gradint-box img {
        width: 200px;
    }
    .right-gradint-box img {
        width: 432px;
    }
    .header-mobile-section.d-lg-none.d-md-block.d-block {
        background: #fafafa;
        padding: 10px 0;
    }
    .header-logo-box img {
        width: 70%;
    }
    .blog-upper-part h4 {
        font-size: 14px;
        padding: 4px 0px;

    }
    .blog-upper-part h1 {
        font-size: 26px;
    }
    .blog-middle-section {
        padding: 0 30px;
    }
    .blog-main-image img {
        width: 100%;
        height: auto;
    }
    .content p {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .content h4 {
        font-size: 25px;
    }
    .container h3,h2{
        padding: 20px 0 5px;
        font-weight: 500;
        font-size: 20px;
    }
    .blog-detail-icon h4 {
        font-size: 20px;
        font-weight: 600;
    }
    .blog-detail-share ul li a i {
        font-size: 18px;
        margin: 0 20px 0 0;
        background: transparent;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 30px;

    }
    .news-letter-logo img {
    width: 225px;
}
    .newsletter-blog-section {
    width: 400px;
    margin: 30px auto;
    padding: 25px 10px;
    border: 4px solid #141241;
    border-radius: 50px;
    box-shadow: rgb(149 157 165 / 12%) 0px 6px 15px;
}
    .blog-you-might-section {
        padding: 15px 0 45px;
    }
    .blog-you-might-section h2 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .blog-main-image img {
        margin-bottom: 20px;
    }

    .news-title p {
        font-size: 15px;
    }
    .mobile-menu-box .middle-search-section {
        padding: 0 0 12px 0;
        background: transparent;
    }
    .mobile-menu-box .middle-search-section .container {
        padding: 0;
    }
    .mobile-menu-box .middle-search-section .container input {
        border: 1px solid #6b7885;
    }
   
    .mobile-menu-box .middle-search-section {
        display: block;
        position: relative;
    }
    i.fa-solid.fa-arrow-right {
        position: absolute;
        right: 15px;
        top: 13px;
        opacity: .7;
    }
    .mobile-menu-box ul li a img {
        width: 90px;
    }
    .starlightpr-box ul li a i.fa-solid.fa-arrow-right {
        padding-left: 8px;
        position: unset;
        opacity: 1;
    }
    .starlightpr-box ul li a {
        color: #0047c5;
    }
   
}

@media only screen and (max-width:480px){
    .container h2, h3{
        padding: 20px 0 6px;
    font-weight: 500;
    font-size: 20px;
    }
    .blog-main-image {
        margin-bottom: 0px;
    }
    .blog-main-image img {
        margin-bottom: 10px;
    }
    .blog-upper-part {
    padding-bottom: 5px;
}
    .content p span {
        font-size: 16px;
        line-height: 1.75;
    }
    .blog-detail-share ul {
        justify-content: center;
    }
    a.request-btn {
        font-size: 17px;
        padding: 16px 38px;
    }
    .blog-detail-section .content h3 span {
        font-size: 20px;
        font-weight: 700;
        line-height: 33px;
    }
    .mobile-menu-box ul li a img {
        width: 90px;
    }

    .middle-search-section .container {
        padding: 0 15px;
    }
    .middle-search-section {
        padding: 20px 0 0;
        background: #ffffff;
    }
    .news-title p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .newsletter-box input {
        padding: 8px 10px;
        margin-bottom: 0;
    }
    .blog-main-image .container {
        padding: 0;
    }
    .container .content {
        padding: 0 0px;
    }
    .blog-detail-icon .container {
        padding: 0 15px;
    }
    .bynews-wapper {
        padding:0px 12px 15px;
    }
    .blog-middle-section .content {
        padding:0px 15px;
    }
    
    .newsletter-section {
        padding: 40px 16px 40px 16px;
    }
    .blog-you-might-section .collection-content h3 {
        display: none;
    }
    
    .collection-content {
        padding: 24px 12px;
        height: 140px;
        width: 100%;
    }
    .content h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .blog-you-might-section .coleection-image img {
        height: 140px;
        border-radius: 4px;
        width: 100%;
        object-fit: cover;
    }
    .blog-you-might-section .coleection-image {
        width: 60%;
        height: auto;
    }
    .blog-you-might-section .collection-box {
        padding: 0px;
        border: none;
        margin-bottom: 10px;
        display: flex;
        width: 100%;
    }
    .collection-box {
        padding: 0px;
        border: none;
        margin-bottom: 10px;
    }
    figcaption.image-source p {
        padding: 8px 22px 5px;
    }

    .coleection-image img {
        border-radius: 0;
    }
    
    .blog-main-image img {
        border-radius: 5px;
     }
     .bynews-wapper h4 {
        font-size: 10px;
    }
    .bynews-wapper h3 {
        font-size: 15px;
    }
    .content h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .blog-middle-section .content {
        padding:0px 15px;
    }
    .collection-content h3 {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }
   
    .blog-detail-section {
        padding: 40px 0;
    }
    .blog-middle-section {
        padding: 0 10px;
    }
    .blog-upper-part h1 {
        font-size: 30px;
        line-height: 38px;
        padding: 10px 0 10px;
        letter-spacing: .5px;
    }
    .blog-upper-part p {
        font-size: 19px;
    }
    .blog-upper-part h3 {
        font-size: 15px;
    }
    .newsletter-blog-section {
        width: auto;
    }
    .newsletter-blog-section h3 {
        font-size: 25px;
    }
    .content p {
        font-size: 15px;
        line-height: 1.75;
    }
    .newsletter-blog-section input {
        width: 100%;
    }
    .blog-newsletter-box {
        display: block;
    }
    .search-btn-blog button {
        width: 100%;
        margin-top: 10px;
    }

  






    .header-logo-box img {
        width: 100%;
    }
    .header-mobile-section.d-lg-none.d-md-block.d-block {
        padding:15px 15px;
        background: #fafafa;
    }
    .middle-search-section input {
        width: 100%;
        padding: 8px 5px;
    }
    .row.newsletter-box {
        padding: 0 1px;
    }
    .row.newsletter-box .col-lg-9.col-md-8.col-12 {
        padding-right: 15px !important;
        padding-left: 15px;
    }
    .row.newsletter-box  .col-lg-3.col-md-4.col-12{
        padding-left: 15px !important;
        padding-right: 15px;
    }
    .middle-search-section .col-lg-1.col-sm-2 {
        padding-left: 12px !important;
    }
    .newsletter-section {
        background-position: bottom;
    }
    .Subscribe-btn button {
        padding: 8px 5px;
        font-size: 17px;
        margin-top: 10px;
        font-weight: 500;
    }
    .search-btn button {
        font-size: 17px;
        padding: 10px 15px;
        font-weight: 600;
        margin-top: 10px;
        width: auto;
    }
    .search-btn {
        display: flex
    ;
        justify-content: center;
    }
    .collection-content h4 {
        font-size: 13px;
        background: none;
        padding: 0;
    }
    .collection-content p a {
        padding: 0 0 0px 0;
        line-height: 23px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 19px;
    }
    .collection-content p {
        padding: 6px 0 0px;
        line-height: 25px;
    }
    .news-title h2 {
        font-size: 28px;
        padding-bottom: 18px;
        line-height: 36px;
        text-align: left;
    }
    .middle-collection-section .container .col-md-4 {
        padding: 0;
    }
    .deeper-footer-section {
        padding: 40px 0;
    }
    .ftr-social-section ul {
        justify-content: start;
        padding: 20px 0;
    }
    .ftr-first {
        padding-bottom: 5px;
        border-bottom: none;
    }
    .ftr-social-section ul li {
        padding: 0 25px 0 15px;
    }
    .ftr-deeper-title p {
        text-align: left;
        font-size: 18px;
        padding: 0;
    }
    .ftr-second {
        padding-top: 20px;
    }
    .starlightpr-box {
        border-right:none;
    }
    .deeper-footer-text {
        border-right: none;
        text-align: left;
        padding: 25px 0;
    }
    .starlight-logo img {
        width: 150px;
    }
    .starlightpr-box ul li a {
        font-size: 17px;
    }
    .deeper-footer-text h3 {
        font-size: 25px;
    }
    .deeper-footer-text p {
        font-size: 18px;
    }
    .las-deeper-ftr ul li a {
        font-size: 18px;
        padding: 3px 0;
    }
    .ftr-logo img {
        width: 280px;
    }
    button.request-btn {
        padding: 12px 12px;
        background: #141241;
        border-radius: 100px;
        border: none;
        width: 67%;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin: auto;
        display: flex
    ;
        text-align: center;
        justify-content: center;
        margin-top: 35px;
    }
    .newsletter-blog-section p {
        line-height: 22px;
    }
}

