 /* view prayer wall button in header starts */ 
       .c-btn--navyblue{
            background-color: #5413D9;
            margin-right: 10px;
        }

        .c-btn--navyblue:hover{
            background-color: #340791;
        }
        /* view prayer wall button in header ends */ 

        /*  Banner text related  starts */ 
        .o-video-banner-container__caption.u-table-row .u-table-cell h2{
            text-transform: uppercase;
            margin-bottom: 14px;
        }
        .o-video-banner-container__caption.u-table-row .u-table-cell p{
            font-weight: 400;
            font-family: "Lato",sans-serif;
            margin-bottom: 40px;
        }
        /*  Banner text related  ends */ 

        /*  Latest feedback text in home page starts */ 
        .u-latestprayer-feedback h2{
            font-family: "Lato",sans-serif;
            color: #6C6C6C;
            font-weight: 300;
            margin-bottom: 15px;
            text-transform: none;
        }

        /*  Latest feedback text in home page ends */ 

        /*  DON'T FORGET TO LET US KNOW  text in home page starts */ 
        .u-latestprayer-feedback h3{
            font-family: "Lato",sans-serif;
            text-transform: uppercase;
            color: #0082c9;
            font-weight: 300;
            font-size: 19px;
            margin-bottom: 0;
        }

        .u-latestprayer-feedback h3 a{
            color: #ED343C;
        }

        .u-latestprayer-feedback h3 a:hover{
            color: #340791;
        }

        /*  DON'T FORGET TO LET US KNOW  text in home page ends */ 

        /* ticker space adjust  starts  */
       .u-latestprayer-feedback .marque-area ul li{
            margin-right: 6px;
        }

        .u-latestprayer-feedback .marque-area ul li img{
            margin-right: 3px;
            max-width: none;
        }

         /* ticker space adjust  ends  */

         /* gdpr related starts */

         .modal { 
            background-color: #000 !important; 
            }

         .commongdprpapcls .modal-header, .commongdprpapcls .modal-footer{
            border:none;
         }

         .commongdprpapcls .modal-body{
            margin:0 20px;
            border: solid 1px #000;
            padding: 30px 20px;
            height: 300px;
            overflow-y: auto;
         }

         .commongdprpapcls .btn{
             background: #ff0000 !important;
             border-color: #6b748d !important;
             border: none !important;
             color: #fff !important;
             font-size: 24px;
             line-height: 32px;
             text-transform: uppercase;
         }


         .commongdprpapcls .proces{
            background: green !important;
         }


        .checkbox-custom {
          display: none !important;
        }

        .checkbox-custom-label {
            display: inline-block;
            position: relative;
            vertical-align: middle;
            margin: 5px;
            cursor: pointer;
        }

        .checkbox-custom + .checkbox-custom-label:before {
            content: '';
            background: #fff;
            border: 2px solid #ddd;
            display: inline-block;
            vertical-align: middle;
            width: 40px;
            height: 25px;
            padding: 2px;
            margin-right: 10px;
            text-align: center;
        }

        .secondchkbox .checkbox-custom + .checkbox-custom-label:before{
            float:left;
            margin-top:3px;
        }

        .checkbox-custom:checked + .checkbox-custom-label:after {
            content: "";
            padding: 2px;
            text-align: center;
            position: absolute;
            width: 16px;
            height: 5px;
            border: solid #ba00ff;
            border-width: 0 0 3px 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(-39deg);
            -ms-transform: rotate(-39deg);
            top: 10px;
            left: 13px;
        }

        .checkboxwarper{
            display: inline-block;
        }



        .secondchkbox .checkbox-custom-label p{
            margin-left: 60px;
            font-size: 16px;
            line-height: 20px;
            color: #000;
            font-size:bold;
        }

        .secondchkbox .checkbox-custom-label p span{
            font-size: 12px;
            font-size:normal;
        }


        .commongdprpapcls .modal-body div{
            padding-bottom:30px;
        }


        h2.bigredtxt{
            color: #ff0000;
            font-size: 26px;
            line-height: 32px;
            padding-bottom: 18px;
        }

        @media only screen and (min-width: 0px) and (max-width : 640px) { 
            h2.bigredtxt{
            font-size: 18px;
            line-height: 22px;
        }
          }

        .commongdprpapcls .modal-body p.bottompara{
            font-size: 16px;
            padding: 0;
            margin: 0;
        }


        .commongdprpapcls .modal-body p.bottompara a{
            color: #000;
        }     

        p.nobottompadding{
            margin-bottom: 0;
            font-style: italic;
        }  

       .papmod{
        overflow-y:auto;
       }        


        .papmod .perplebtn{
             background: #ba00ff !important;
             border-color: #6b748d !important;
             border: none !important;
             color: #fff !important;
             font-size: 24px;
             line-height: 44px;
             text-transform: uppercase;
             padding:0 30px;
             border-radius: 10px;
         }


        @media only screen and (min-width: 0px) and (max-width : 640px) { 
            .papmod .perplebtn{
            font-size: 18px;
            line-height: 40px;
            padding:0 25px;
        }
        }

        .papmod .graybtn{
             color: #fff !important;
             border-radius: 10px;
             font-size: 16px;
             padding:0 20px;
             line-height:30px;
             margin-bottom: 20px;
         }


         .commongdprpapcls .modal-content, .papmod .modal-content{
            border-radius: 0;
            -webkit-border-radius:0;
         }

         

        .papmod  .modal-header, .papmod .modal-footer{
            border:none;
         }

         /* gdpr related ends */