body {
                font-family: 'Montserrat', sans-serif;
                color:#383838;
            }
            
            p {
                font-size: 18px;
                font-weight: normal;
            }
            
            a {
                color:#215ae8;
                text-decoration:none;
            }
            
            a:hover {
                text-decoration: underline;
            }
            
            .orgads-text-1:hover {
                color: #383838;
                text-decoration: underline;
            }
        
            .container{
                max-width: 680px !important;
            }
        
            .nav-container{
                width: 90% !important;
                margin: 0 auto;
                padding: 15px 0;
            }
            
            .nav-div-1{
                display: flex;
                align-items: center;
                justify-content: center;
                height:100%;
            }
            
            .nav-text-1{
                font-size: 12px; 
                font-weight: 100;
                color:gray;
            }
            
            .nav-div-2{
                display: flex;
                align-items: center;
                justify-content: right;
                height:100%;
            }
            
            .nav-div-3{
                padding:0px !important;
            }
            
            .nav-img-1 {
                width: 25px;
            }
            
            .logo{
                width: 130px;
            }
            
            @media (max-width:600px){
                .logo{
                    width:100px;
                }
            }
            
            .main-container{
                position: relative;
            }
            
            .text-1-tag {
                color:#39507c;
                text-decoration: underline;
                font-weight: 500;
            }
            
            @media (max-width:600px){
                .text-1-tag {
                    color:#39507c;
                    text-decoration: underline;
                    font-size:14px;
                    font-weight: 500;
                }
            }
            
            @media (min-width:600px){
                .gray-box{
                    background: #EEF2FE; 
                    height:600px; 
                    width:100%; 
                    position: absolute; 
                    top:0;
                }
            }
            
            @media (max-width:600px){
                .gray-box{
                    background: #EEF2FE; 
                    height:350px; 
                    width:100%; 
                    position: absolute; 
                    top:0;
                    display:none;
                }
            }
            
            .text-1{
                margin:0;
                font-size: 16px;
            }
            
            .text-2{
                color: green;
            }
            
            .text-2:hover {
                text-decoration: underline;
            }
            
            @media (max-width:413px){
                .text-2-extra{
                }
            }
            
            .text-3 {
                margin:0;
                font-size: 14px;
            }
            
            @media (max-width:600px){
                .text-3 {
                    margin:0;
                    font-size: 12px;
                }
            }
            
            .div-1{
                z-index:5;
                position:absolute; 
                left:0; 
                right:0;
            }
            
            .div-2{
                background: white;
                border-radius: 7px 7px 0 0;
            }
            
            @media (min-width:600px){
                .div-3{
                    padding: 12px;
                }
                
                .div-7{
                    padding: 65px 35px;
                }
            }
            
            @media (max-width:600px){
                .div-3{
                    padding: 5px 0px;
                }
                
                .div-7{
                    padding: 65px 5px;
                }
            }
            
            .div-4{
                
            }
            
            .div-5{
               position: relative; 
            }
            
            .div-6{
                position:absolute;
                top:-40px;
                left:0;
                right:0;
            }
            
            .div-6-b {
                margin-top: 20px;
                margin-bottom: -30px;
            }
            
            .div-9{
                position:relative;
            }
            
            .btn-1, .btn-2{
                background: linear-gradient( #01C614, #019E10);
                font-weight: 600;
                text-shadow: 1px 2px 2px #036b0a;
                font-size: 28px;
                color: white;
                padding: 20px 45px;
                border-radius: 7px;
                -webkit-box-shadow: 0px 0px 16px 1px rgba(0,199,17,1);
                -moz-box-shadow: 0px 0px 16px 1px rgba(0,199,17,1);
                box-shadow: 0px 0px 16px 1px rgba(0,199,17,1);
            }
            
            .btn-2{
                width: 100%;
            }
            
            @media (max-width:600px){
                .btn-1, .btn-2{
                    background: linear-gradient( #01C614, #019E10);
                    font-weight: 600;
                    text-shadow: 1px 2px 2px #036b0a;
                    font-size: 17px;
                    color: white;
                    padding: 15px 22px;
                    border-radius: 7px;
                    -webkit-box-shadow: 0px 0px 16px 1px rgba(0,199,17,1);
                    -moz-box-shadow: 0px 0px 16px 1px rgba(0,199,17,1);
                    box-shadow: 0px 0px 16px 1px rgba(0,199,17,1);
                }
            }
            
            .btn:hover {
                color: #fff;
                background: linear-gradient( #019E10, #01C614);
            }
            
            .title-1{
                font-family: 'Lato', sans-serif;
                font-size: 45px;
                font-weight: 800;
                color: #131313;
                line-height: 1.1;
            }
            
            @media (max-width:600px){
                .title-1{
                    font-family: 'Lato', sans-serif;
                    font-size: 35px;
                    font-weight: 600;
                    color: #131313;
                    line-height: 1.1;
                }
            }
            
            .title-1 span {
                color: red;
            }
            
            
            .image-1{
                border-radius: 7px 0 0 0;
            }
            
            @media (max-width:600px){
                .image-1{
                    border-radius: 5px;
                }
            }
            
            .image-2{
                aspect-ratio: 4/3 !important;
                width: 100% !important;
                object-fit: cover !important;
                max-height:390px;
                border-radius: 0 0 7px 7px;
            }
            
            @media (max-width:767px){
                .image-2{
                    aspect-ratio: 4/3 !important;
                    width: 100% !important;
                    object-fit: cover !important;
                    max-height:390px;
                    border-radius: 5px;
                }
            }
            
            footer p{
                font-size:12px;
            }
            
            .footer-div-1{
                background: #F2F2F2;
            }
            
            .footer-div-2{
                background: #4D4D4D;
            }
            
            .footer-div-3{
                color:#999999;
            }
            
            footer p {
                color: #999999;
            }
            
            .footer-text-1{
                
            }
            
            .footer-text-2{
                color:white;
                font-size: 14px;
            }
            
            .footer-links-1{
                text-decoration: none;
                color: #F2F2F2;
                font-size: 14px; 
            }
            
            .footer-links-1:hover {
                color: #F2F2F2;
            }
            
            .footer-date{
                
            }
            
            .orgads-image-1{
                aspect-ratio: 4/3 !important;
                width: 100% !important;
                object-fit: cover !important;
                border-radius: 7px;
                margin-top: 10px;
            }
            
            .orgads-text-1{
                font-size: 15px;
                font-weight: 600;
                color: #383838;
                margin-top: 15px;
            }
            
            .orgads-text-2{
                font-size: 12px;
                color: #215ae8;
                font-weight: bold;
                margin-bottom: 10px;
        
            }
            
            @media (min-width:527px) and (max-width:767px){
                
                .orgads-text-1{
                    font-size: 23px;
                    font-weight: 600;
                    color: #383838;
                    margin-top: 15px;
                }
                
                .orgads-text-2{
                    font-size: 18px;
                    color: #215ae8;
                    font-weight: bold;
                    margin-bottom: 10px;
            
                }
                    
            }
            
            .orgads-text-3{
                margin:0; 
                font-size: 14px;
                text-transform: uppercase;
                color:#0c0c0c;
                font-weight: 600;
            }
            
            .orgads-box:hover {
                background-color: #EEF2FE;
                border-radius: 7px;
            }
            
            @media (min-width:600px){
                .orgads-text-line{
                    width:100%; 
                    height:10px; 
                    border-top:1px solid #d6cccc; 
                    position:absolute; 
                    top:10px;
                }
            }
            
            @media (max-width:600px){
                .orgads-text-line{
                    width:100%; 
                    height:10px; 
                    border-top:1px solid #d6cccc; 
                    position:absolute; 
                    top:10px;
                }
            }
            
            
            .orgads-div-1{
                border-left: 5px solid #FBB03B; 
                padding:0 10px;
            }
            
            .orgads-div-2{
                height:100%; 
                position:relative;
                flex-grow:1;
            }