body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.logo {
    width: 50%;
    max-width: 300px;
}

.top-content, .blue-section, .what-you-get-title, .what-you-get-holder, .breaking-news-holder, .news-update-holder, .footer-wrapper {
}

.top-content {
    position: relative;
    display: inline-block;
    overflow:hidden;
}

.blue-section {
    position: relative;
    width: 90%;
    border-radius: 15px;
    background-color: #0d4d8b;
    height: 200px;
    margin: -10px auto;
    z-index: 999;
    margin-bottom: 3%;
}

.main-content {
    position: relative;
    display: inline-block;
    border: solid 0px red;
    width: 65%;
    float: left;
}

.left-content {
    position: relative;
    width: 72%;
    margin: 5% auto;
    float: right;
}

.guy {
    position: absolute;
    bottom: 0;
    display: inline-block;
    border: solid 0px red;
    max-width: 300px;
    float: left;
    margin: 1% 0 0 11px;
    
}

    .guy img {
        width: 100%;
        vertical-align: bottom;
    }

.small-title {
    font-size: 18px;
    margin: 3% 0 2%;
    font-size: 13px;
}

.big-title {
    font-size: 25px;
    width: 65%;
     font-weight:500;
}

.big-title span {
    font-weight:700;
    color: #0d4d8b;
}

.lead-content {
    width: 94%;
    font-size: 14px;
    line-height: 20px;
}
.lead-content span {
    background-color: #e2e6ea;
    color: #0d4d8b;
    font-weight: 600;
}
.s-shape {
    position: relative;
    float: left;
    width: 30%;
}

.blue-content-wrapper {
    position: relative;
    float: left;
    width: 60%;
}

.s-shape img {
    width: 100%;
    margin: 4% 0 0 -2px;
}

.twisted-arrow1 {
    position: absolute;
    top: -43px;
    width: 70px;
    left: 28%;
}

.badge {
    position: absolute;
    top: -40px;
    width: 86px;
    right: 7%;
}

.blue-content {
    margin: 5% 0 0 5%;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
}

.subscribe-holder {
    margin: 5% 0 0 5%;
    background-color: #fff;
    width: 85%;
    height: 40px;
    border-radius: 7px;
}

.subscribe-button {
    float: right;
    width: 32%;
    background-color: #0d4d8b;
    border-radius: 6px;
    margin-top: 3px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
    padding: 1.8%;
    text-align: center;
    cursor: pointer;
}

input[type=email] {
    width: 61%;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url(emailicon.png);
    background-position: 10px 11px;
    background-repeat: no-repeat;
    padding: 2% 1% 1.5% 8%;
    background-size: 24px;
    float: left;
    margin: 2px;
    height: 36px;
}

.what-you-get-holder {
    position: relative;
    display: inline-block;
    border: 1.5px #9c9c9c;
    border-top-style: dotted;
}

.what-you-get-title {
    text-align: center;
    width: 100%;
    margin: 2% 0;
    padding: 1% 0;
    font-size: 23px;
    font-weight: 600;
}

.boxes-holder {
    width: 15%;
    font-size: 11px;
    float: left;
    margin: 0 1.5%;
}

.all-boxes {
    width: 90%;
    margin: 0% auto 0 10%;
}

.box {
    text-align: center;
    padding: 10% 5% 0;
    font-weight: 600;
}

.box-content {
    text-align: center;
    padding: 10% 5%;
    font-weight:normal;
}

.box-top-line {
    width: 50%;
    height: 33px;
    border: 1.5px #9c9c9c;
    border-right-style: dotted;
}

.box-wrapper {
    background-color: #c7c7c7;
    background: linear-gradient(#ededed, #ffffff);
    border-radius: 5px;
    padding: 20% 0 0;
}

.wyg-icons {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    /* border: solid 1px; */
    background-color: #ffffff;
    border-radius: 6px;
    vertical-align: middle;
    padding-top: 2%;
}

    .wyg-icons img {
        width: 64%;
    }

.the-time {
    color: #0d4d8b;
    line-height: 20px;
    font-weight: 600;
    font-size: 11px;
}

.breaking-news-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 4% auto;
    padding: 5% 0;
    text-align: center;
    background-color: #f7f7f7;
}

.breaking-news-title {
    padding: 2%;
    font-size: 23px;
    font-weight: 600;
}

.breaking-news-content {
    margin: 0 auto;
    font-size: 14px;
}

.news-update-title, .nu-calander, .nu-content, .arrows-holder, .arrow-left, .arrow-right {
    float: left;
    border: solid 0px red;
    color: #fff;
}

.news-update-title, .nu-calander, .nu-content {
    margin: 2% 0;
}

.news-update-holder {
    position: relative;
    display: inline-block;
    background-color: #000;
    width: 100%;
    text-align: center;
    height: 40px;
}

.nu-wrapper {
    position: relative;
    display: flex;
    width: 85%;
    margin: 0 auto;
    font-size: 12px;
    display:none;
}

.news-update-title {
    width: 15%;
}

.nu-calander {
    width: 15%;
}

.nu-content {
    width: 59%;
}

.arrows-holder {
    width: 10%;
    margin: 1% 0;
}

.arrow-left img, .arrow-right img {
    width: 100%;
}

.arrow-left, .arrow-right {
    width: 40px;
}

.footer-logo, .footer-sm, .footer-subscribe {
    float: left;
    border: solid 0px red;
}

.footer-wrapper {
    position: relative;
    display: flex;
    padding: 3%;
    width: 85%;
    margin: 0 auto;
    border-bottom: solid 1px #ddd;
}

.footer-logo {
    position: relative;
    display: inline-block;
    width: 28%;
}

    .footer-logo img {
        width: 90%;
    }

.footer-sm {
    position: relative;
    width: 35%;
}

.x, .fb, .in, .inst {
    float: left;
    width: 50%;
    border: solid 0px red;
    margin-top: 1%;
    text-align:center;
    padding: 10% 0 0 0;
}

    .x img, .fb img, .in img, .inst img {
        width: 100%;
        max-width: 40px;
    }

.footer-subscribe {
    width: 37%;
    text-align: center;
}

.footer-subscribe-btn {
    background-color: #0d4d8b;
    width: 70%;
    margin: 0 auto;
    padding: 2%;
    border-radius: 6px;
    color: #fff;
    float: right;
    font-size: 14px;
    cursor:pointer;
}

.bot-note {
    text-align: center;
    margin: 3%;
    font-size: 13px;
}

  .segment-title {
            width:80%;
            margin:0 auto;
        }
 
   .err-bubble {
            position: absolute;
            top: 161px;
            left: 36px;
            width: 215px;
            height: 20px;
            font-size: 15px;
            padding: 10px;
            background: #FF1F21;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            z-index: 999999;
            text-align: center;
            color: #fff;
            font-weight: normal;
            letter-spacing: .5px;
            display: none;
            padding-bottom: 20px;
            font-family: 'Source Sans Pro', Arial, Helvetica, Geneva, sans-serif;
        }

            .err-bubble:after {
                content: '';
                position: absolute;
                border-style: solid;
                border-width: 0 12px 10px;
                border-color: #FF1F21 transparent;
                display: block;
                width: 0;
                z-index: 1;
                top: -10px;
                left: 32px;
            }


        .inst {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            -webkit-background-clip: text; /* For text-based icons */
            background-clip: text;
            -webkit-text-fill-color: transparent; /* For text-based icons */
            height: 40px;
        }
        .fa-tiktok {
            color: #FE2C55; /* TikTok's signature red/pink */
        }

  
            @media ( max-width: 679px) {
                .left-content {
                    float: none;
                    width: 100%;
                    margin-bottom: 8%;
                }

                .main-content {
                    display: block;
                    float: none;
                    width: 95%;
                    margin: 0 auto;
                }

                .big-title {
                    width: 77%;
                }

                .logo {
                    width: 65%;
                }

                .guy {
                    right: -100px;
                    display: inline-block;
                    border: solid 0px red;
                    z-index: -9;
                    opacity: 0.3;
                }

                .lead-content {
                    width: 95%;
                    font-size: 13px;
                }

                .blue-section {
                    position: relative;
                    width: 100%;
                    border-radius: 0px;
                    background-color: #0d4d8b;
                    height: 200px;
                    margin: -10px auto;
                    z-index: 999;
                    margin-bottom: 3%;
                    padding: 4% 0 8%;
                }

                .s-shape {
                    position: relative;
                    width: 54%;
                }

                    .s-shape img {
                        position: absolute;
                        width: 100%;
                        margin: 4% 0 0 -2px;
                        opacity: .1;
                    }

                .blue-content-wrapper {
                    position: relative;
                    float: left;
                    width: 99%;
                }

                .blue-content {
                    padding: 0 5%;
                }

                input[type=email] {
                    width: 75%;
                    float: none;
                    margin: 2% auto;
                    height: 36px;
                    display: block;
                    border: 1px solid #ccc;
                    background-position: 2px 9px;
                    padding: 2% 1% 1.5% 10%;
                }

                .subscribe-holder {
                    margin: 2% auto;
                    background-color: #fff;
                    width: 70%;
                    height: auto;
                    border-radius: 7px;
                    padding: 3px;
                }

                .subscribe-button {
                    float: none;
                    width: 70%;
                    font-size: 12px;
                    padding: 3%;
                    margin: 4% auto 1%;
                }

                .badge {
                    top: -50px;
                }

                .box-content {
                    padding: 10% 1%;
                }

                .boxes-holder {
                    width: 19%;
                    margin: 0 .5%;
                }

                .all-boxes {
                    width: 100%;
                    margin: 0% auto;
                }

                .nu-content {
                    width: 100%;
                    padding-top: 2%;
                }

                .nu-calander {
                    width: 48%;
                    float: left;
                }

                .news-update-title {
                    width: 48%;
                    float: left;
                }

                .nu-wrapper {
                    display: block;
                }

                .arrows-holder {
                    width: 30%;
                    margin: 1% auto;
                    float:none;
                }
                .footer-wrapper {
                    width:97%;
                    padding:3% 0;

                }
                .footer-logo img {
                    width:90%;
                }
            }

            @media (min-width: 680px) and (max-width: 950px) {
                .left-content {
                    width: 100%;
                    float: none;
                    margin-left: 15%;
                }

                .blue-section {
                    width: 97%;
                    height: auto;
                    display: grid;
                }

                .badge {
                    top: -50px;
                }

                .s-shape {
                    position: relative;
                    width: 54%;
                }

                    .s-shape img {
                        position: absolute;
                        width: 100%;
                        margin: 4% 0 0 -2px;
                        opacity: .1;
                    }

                .blue-content-wrapper {
                    position: relative;
                    float: left;
                    width: 99%;
                }

                .blue-content {
                    padding: 0 5%;
                    font-size: 14px;
                }

                input[type=email] {
                    width: 75%;
                    float: none;
                    margin: 2% auto;
                    height: 36px;
                    display: block;
                    border: 1px solid #ccc;
                    background-position: 2px 9px;
                    padding: 2% 1% 1.5% 10%;
                }

                .subscribe-holder {
                    margin: 2% auto;
                    background-color: #fff;
                    width: 70%;
                    height: auto;
                    border-radius: 7px;
                    padding: 3px;
                }

                .subscribe-button {
                    float: none;
                    width: 70%;
                    font-size: 12px;
                    padding: 3%;
                    margin: 4% auto 1%;
                }

                .boxes-holder {
                    width: 17%;
                }

                .all-boxes {
                    width: 90%;
                    margin: 0% auto 0 5%;
                }

                .nu-content {
                    width: 100%;
                    padding-top: 2%;
                }

                .nu-calander {
                    width: 48%;
                    float: left;
                }

                .news-update-title {
                    width: 48%;
                    float: left;
                }

                .nu-wrapper {
                    display: inline-block;
                    margin:0 auto;
                }

                .arrows-holder {
                    width: 21%;
                    margin: 1% auto;
                }

                .footer-sm {
                    width: 37%;
                }

                .footer-subscribe-btn {
                    width: 80%;
                }

                .footer-logo img {
                    width: 80%;
                }
                .breaking-news-content {
                    width: 83%;
                }
                .footer-subscribe {
                    width: 32%; 
                }
                .footer-wrapper {
                    width:95%;
                }
            }

        @media (max-width: 599px) {

            body {
                font-weight:500;
            }
            .what-you-get-holder {
                width:97%;
                overflow:hidden;
            }
            .box-top-line{
                display:none;
            }
            .boxes-holder {
                position: relative;
                display: inline-block;
                float: none;
                width: 100%;
                margin: 2% 1%
            }
            .wyg-icons {
                float: left;
                width: 20%;
                background-color:transparent;
            }
            .box {
                width: 78%;
                float: left;
                padding:4% 0 1%;
                font-size:14px;
            }
            .the-time {
                line-height: 21px;
                float: left;
                font-size: 14px;
            }
            .box-content {
                float: left;
                width: 75%;
                padding: 0;
                font-size: 14px;

                font-weight:500;
                text-align: left;
            }
            .box-wrapper {
                position: relative;
                display: inline-block;
                padding: 0;
            }
            .blue-content {
                margin:2%;
                padding:2%;
            }
            .subscribe-holder {
                width:90%;
            }
            .blue-section {
                padding-bottom:15%;
            }
            .segment-title {
                float: left;
                width: 64%;
                padding-left: 10px;
                text-align: left;
            }
            .breaking-news-content {
                width: 83%;
            }

            .footer-wrapper {
                position: relative;
                display: inline-block;
                margin: 0 auto 0 10px;
                
            }
             .footer-logo{
                 width:55%;
             }
                .footer-logo img {
                    width: 80%;
                }
                .footer-subscribe {
                    position:relative;
                    display:inline-block;
                    float:none;
                    width:100%;
                    padding:5% 0;
                }
               .footer-subscribe-btn{
                   float:none;
               }
               .footer-sm{
                   width:45%;
               }
               .lead-content, .blue-content {
                  font-size:14px;
                  text-align:justify;
                  padding-bottom: 20px;
               }

             

            
        }