@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');

#blog {
            padding-top: 100px;
        }

        .blog-section h2 {
            font-size: 21px;
            font-weight: 600px;
            font-family: 'Poppins', sans-serif;
            font-style: normal;
            font-weight: 600;


        }

        .latest {
            margin-right: -80px;
        }



        .blog-section .search-box {

            height: 45px;
            border-radius: 40px;
            padding-bottom: 10px;
            padding-right: 20px;
            padding-top: 10px;
            background: #fff;
            width: 740px;
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

        }

        .blog-section .search-btn {

            float: left;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 10px;
            padding-bottom: 18px;
            text-decoration: none;
        }

        .blog-section .search-txt {
            border: none;
            background: none;
            outline: none;
            float: left;
            padding: 5px 0px;
            padding-left: 10px;
            font-weight: 300;
            font-size: 13px;
            line-height: 14px;
            width: 550px;
            color: rgba(0, 0, 0, 0.4);
        }


        .top-card {
            margin-top: 40px;
            border-radius: 17px;
            height: auto;
            margin-bottom: 50px;
            cursor: pointer;
        }

        .card-pic-wrap .card-img {
            height: auto;
            width: 100%;
        }

        .card-body h6 {
            font-size: 11px;
            color: mediumvioletred;
            line-height: 30px;
            letter-spacing: 1px;
        }

        .card-text {
            color:  #24296E;
            font-size: 15px;
            line-height: 20px;
        }

        .blog-section .card-title {
            color: black;
        }

        .card-body .read {
            margin-top: 0px;
            font-weight: bold;
            font-size: 15px;
            color: grey;
        }

        .fa-upload {
            margin-right: 0px;
            float: right;
            margin-top: -20px;
            color: grey;
        }

        .second {
            margin: 30px -40px 30px 20px;
            border-radius: 17px;
            margin-left: -3px;
            cursor: pointer;
        }

        .second:hover,
        .third:hover,
        .top-card:hover {
            box-shadow: 3px 16px 36px rgba(197, 220, 250, 0.7);
        }

        .card-img-top {
            height: auto;
            width: 100%;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .third {
            margin: 30px -40px 30px 20px;
            border-radius: 17px;
            margin-left: -3px;
            cursor: pointer;
        }

        .right-drop {
            float: right;
            cursor: pointer;

        }

        .dropdown1 input {
            position: absolute;
            margin-left: -96px;
            border: none;
            outline: none;
            background: none;
            cursor: pointer;
            font-size: 13px;

        }


        .fa-chevron-down {
            color: rgba(0, 0, 0, 0.6);

            transform: translate(-50%);

            transition: all 300ms ease-in-out;
        }

        .options1 {
            position: absolute;
            margin-top: 20px;
            width: auto;
            border-radius: 10px;
            visibility: hidden;
            opacity: 0;
            transition: all 500ms ease-in-out;
            height: auto;
            display: block;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
           font-family: 'Lato', sans-serif;
            font-size: 13px;
            letter-spacing: 1px;
            font-weight: 600;
            z-index: 5;
            right: 160px;

        }

        .options1 li:hover {
            background-color: rgba(197, 220, 250, 0.7);

        }

        .options1 li {
            cursor: pointer;
            padding: 10px 15px;
            color: #055D8C;
        }

        .options1 li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .options1 li:last-child {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }


        .button3.show .options1 {
            cursor: default;
            visibility: visible;
            opacity: 1;
            transition: all 300ms ease-in-out;
        }

        .button3.show .fa-chevron-down {
            transform: translate(-50%) rotate(180deg);
            transition: all 300ms ease-in-out;
        }

        @media (min-width: 320px) and (max-width: 480px) {
            .card-pic-wrap .card-img {
                height: auto;
                width: 100%;
            }

            .blog-section h2 {
                margin-left: 10px;

            }

            .blog-section .search-btn {


                width: 20px;
                height: 20px;
                padding-top: 5px;
                padding-right: 5px;
                padding-bottom: 0px;
            }

            .blog-section .search-txt {

                font-size: 11px;
                width: 160px;
            }

            .blog-section .search-box {

                height: 45px;
                padding: 10px;
                width: 300px;
                margin-right: 0px;

            }

            .third {
                margin: 20px 5px;
                margin-left: 0px;
            }

            .second {
                margin: 30px auto;
                max-width: 17.5rem;
            }
            .row{
                display: block;
                justify-content: center;
                align-items: center;
            }

            .latest {
                margin-right: 0px;

            }

            .top-card {
                margin: 30px 6px;

            }

            .dropdown1 input {
                margin-left: -70px;
                margin-top: 5px;

                font-size: 9px;

            }

            .options1 {

                font-size: 9px;
                right: 20px;

            }



        }

        @media (min-width: 768px) and (max-width: 1024px) {
            .blog-section .search-box {


                width: 700px;

            }

            .second {
                margin: 30px 15px;
            }

            .third {
                width: 20.5rem;
            }

            .blog-section .search-txt {

                font-size: 15px;
                width: 500px;
                padding-bottom: 3px;
            }

            .options1 {

                right: 5px;

            }
        }

        @media (min-width: 1024px) and (max-width: 1026px) {
            .popular {
                margin-left: 80px;
                margin-top: -2px;
            }
            .blog-section .search-box {


                width: 690px;

            }

            .third {
                width: 15rem;
            }
            .latest{
                margin-left: -10px;
            }
            .rightimg{
                height: 150px;
            }
        }

        @media (min-width: 481px) and (max-width: 767px) {
            .blog-section .search-box {


                width: 510px;

            }

            .blog-section .search-txt {

                font-size: 13px;
                width: 290px;
            }

            .options1 {

                right: 5px;

            }

            .top-card {
                margin: 30px 10px;
            }

            .card-pic-wrap .card-img {
                height: 300px;
            }
            .blog-section h2 {
                margin-left: 10px;

            }
            .second {
                margin: 30px 15px;
                width: 15rem;
            }
            .third{
                width: 15rem;
            }
             .rightimg{
                height: 160px;
            }

           
        }