/* Minify_CSS_UriRewriter::$debugText

*/

/* style-elearning1.css */

/* 1    */ body{
/* 2    */     font-family: 'Open Sans', sans-serif;
/* 3    */ }
/* 4    */ section{
/* 5    */     overflow: initial;
/* 6    */ }
/* 7    */
/* 8    */ .hide_navigation{
/* 9    */     display: none;
/* 10   */ }
/* 11   */ .banner_logo img{
/* 12   */     max-width: 200px;
/* 13   */     aspect-ratio: auto 3228/2165;
/* 14   */ }
/* 15   */ .banner_section {
/* 16   */     position: relative;
/* 17   */     background-image: url(../images/webinar-elearning/elearning-banner.png);
/* 18   */     /* background-size: cover; */
/* 19   */     background-size: 100% 100%;
/* 20   */         padding-bottom: 13rem;
/* 21   */ }
/* 22   */ .banner_section .banner_heading{
/* 23   */     padding: 3rem 0 2rem;
/* 24   */ }
/* 25   */ .banner_section .banner_heading h1{
/* 26   */     color: #002860;
/* 27   */     font-size: 37px;
/* 28   */     line-height: 1.4em;
/* 29   */     font-weight: 500;
/* 30   */     position: relative;
/* 31   */ }
/* 32   */  .elearning-t1{
/* 33   */     color: white;
/* 34   */     font-weight: 800;
/* 35   */     font-size: 2.4rem;
/* 36   */  }
/* 37   */ .banner_section .banner_heading h1 .elearning-t2{
/* 38   */     display: block;
/* 39   */     font-weight:800;
/* 40   */     font-size: 2.4rem;
/* 41   */     color: white;
/* 42   */ }
/* 43   */ .nextline-elerning{
/* 44   */     display: block;
/* 45   */ }
/* 46   */ .banner_section .webinar_deatail .webinar_date .schedule{
/* 47   */     display: flex;
/* 48   */     align-items: center;
/* 49   */     margin-bottom: 2%;
/* 50   */ }

/* style-elearning1.css */

/* 51   */ .banner_section .webinar_deatail .webinar_date .schedule h3,
/* 52   */ .banner_section .webinar_deatail .webinar_date .schedule h2 {
/* 53   */     font-size: 20px;
/* 54   */     font-weight: bold;
/* 55   */     padding-left: .5rem;
/* 56   */     color: #002860;
/* 57   */     padding-top: 3px;
/* 58   */     margin: 0;
/* 59   */ }
/* 60   */ .schedule img {
/* 61   */     aspect-ratio: auto 60/59;
/* 62   */ }
/* 63   */ .know-your-panalist-img img,
/* 64   */ .meet-your-host-img img {
/* 65   */     aspect-ratio: auto 663/292;
/* 66   */ }
/* 67   */ .banner_section .webinar_deatail .webinar_date .schedule img{
/* 68   */     width: 30px;
/* 69   */ }
/* 70   */ .banner_section .webinar_deatail{
/* 71   */     display: flex;
/* 72   */     width: 100%;
/* 73   */     align-items: center;
/* 74   */     padding-bottom: 2rem;
/* 75   */ }
/* 76   */ .banner_section .webinar_deatail .schedule_wrapper{
/* 77   */   background: #FFFFFF 0% 0% no-repeat padding-box;
/* 78   */ box-shadow: inset 0px 7px 6px #00000042;
/* 79   */     width: fit-content;
/* 80   */     padding: .6rem .6rem .3rem .6rem;
/* 81   */     border-radius: .5rem;
/* 82   */     display: flex;
/* 83   */ }
/* 84   */ .webinar_date.schedule_wrapper .schedule:first-child {
/* 85   */     border-right: 2.5px solid #E63946;
/* 86   */     padding-right: 13px;
/* 87   */ }
/* 88   */ .webinar_date.schedule_wrapper .schedule:nth-child(2) {
/* 89   */     padding-left: 13px;
/* 90   */ }
/* 91   */ .banner_section .webinar_deatail .webinar_timer{
/* 92   */     background: url(../images/webinar-elearning/time_sec_bg.png) no-repeat;
/* 93   */     background-size: contain;
/* 94   */     padding: 1rem;
/* 95   */     font-size: 20px;
/* 96   */     color: #fff;
/* 97   */ }
/* 98   */ .banner_section .webinar_deatail .webinar_timer h3{
/* 99   */     font-size: 16px;
/* 100  */ }

/* style-elearning1.css */

/* 101  */ .banner_section .webinar_deatail .webinar_timer #timer{
/* 102  */     display: flex;
/* 103  */     font-size: 30px;
/* 104  */     font-weight: 600;
/* 105  */ }
/* 106  */ .banner_section .webinar_deatail .webinar_timer_wrapper{
/* 107  */     padding: 1.5rem;
/* 108  */     border-left: 2px solid #843246;
/* 109  */ }
/* 110  */ .banner_section .form_wrapper{
/* 111  */     padding: 3rem 2rem;
/* 112  */ }
/* 113  */ .banner_section .right_double_arrow{
/* 114  */     width: 120px;
/* 115  */     position: absolute;
/* 116  */     bottom: 2rem;
/* 117  */     right: 5rem;
/* 118  */ }
/* 119  */ .banner_section .left_double_arrow{
/* 120  */     width: 120px;
/* 121  */     position: absolute;
/* 122  */     bottom: 2rem;
/* 123  */     left: 5rem;
/* 124  */     transform: rotate(180deg);
/* 125  */ }
/* 126  */
/* 127  */ .key_takeaways_section{
/* 128  */     background: #1D3557;
/* 129  */     background-repeat: no-repeat;
/* 130  */     background-size: cover;
/* 131  */     box-shadow: 0px 10px 15px #0000004d;
/* 132  */         margin-top: -7rem;
/* 133  */ }
/* 134  */ .key_takeaways_section .form_section{
/* 135  */     display: flex;
/* 136  */     background: #F6F4F1;
/* 137  */         border-radius: 20px 20px 0px 0px;
/* 138  */     box-shadow: 5px 5px 20px #000;
/* 139  */     margin-top: 36px;
/* 140  */     margin-bottom: 40px;
/* 141  */     position: relative;
/* 142  */ }
/* 143  */ .key_takeaways_section .form_section .f_box{
/* 144  */     width: 100%;
/* 145  */     padding: 1rem;
/* 146  */ }
/* 147  */ .key_takeaways_section .key_takeaways ul{
/* 148  */     padding: 2rem 2rem 0 0;
/* 149  */         display: flex;
/* 150  */ }

/* style-elearning1.css */

/* 151  */ .key_takeaways_section .key_takeaways ul li{
/* 152  */     display: grid;
/* 153  */     align-items: start;
/* 154  */     padding: 1rem 0 !important;
/* 155  */     text-align: center;
/* 156  */     border-right: 2px #e1d3d3 dashed;
/* 157  */     width: calc((100% - 100px) / 3);
/* 158  */ }
/* 159  */ .key_takeaways_section .key_takeaways ul li:last-child{
/* 160  */     border-right: none;
/* 161  */ }
/* 162  */ .talk_to_experts{
/* 163  */     width: fit-content !important;
/* 164  */     background: #E63946;
/* 165  */     border: none;
/* 166  */     color: #fff !important;
/* 167  */     padding: 0.5rem 1rem;
/* 168  */     margin: 0rem auto 0px;
/* 169  */     display: inherit;
/* 170  */     font-size: 18px;
/* 171  */     position: absolute;
/* 172  */     left: 43%;
/* 173  */     border-radius: 8px;
/* 174  */ }
/* 175  */  .popup-wrapper #zoom_form_top {
/* 176  */     border: 2px solid #ccc;
/* 177  */     margin: 1rem;
/* 178  */     padding: 2rem;
/* 179  */     margin: 0 auto;
/* 180  */     border-radius: 10px;
/* 181  */     background: #fff;
/* 182  */ }
/* 183  */ .popup-wrapper #zoom_form_top p {
/* 184  */     font-size: 14px;
/* 185  */ }
/* 186  */ .popup-wrapper a {
/* 187  */     color: #EB616B;
/* 188  */ }
/* 189  */ .popup-wrapper #btnSubmit {
/* 190  */     background: #EB616B;
/* 191  */     color: #fff;
/* 192  */     border: none;
/* 193  */     padding: .6rem 3rem;
/* 194  */     font-size: 18px;
/* 195  */     font-weight: 600;
/* 196  */     border-radius: 6px;
/* 197  */     text-decoration: none;
/* 198  */     margin: 2rem 0 0;
/* 199  */ }
/* 200  */ .agree-label {

/* style-elearning1.css */

/* 201  */     margin-left: .5rem;
/* 202  */ }
/* 203  */ .popup-wrapper p a {
/* 204  */     color: #EB616B;
/* 205  */ }
/* 206  */ .key_takeaways_section .key_takeaways .key_takeaways_icon{
/* 207  */     width: 100%;
/* 208  */ }
/* 209  */ .key_takeaways_section .key_takeaways .key_takeaways_icon img{
/* 210  */     width: 85px;
/* 211  */ }
/* 212  */ .key_takeaways_section .key_takeaways  .key_takeaways_text{
/* 213  */     font-size: 16px;
/* 214  */     padding-left: 1rem;
/* 215  */     width: 90%;
/* 216  */     color: #4F5158;
/* 217  */         min-height: 140px;
/* 218  */     padding-top: 1rem;
/* 219  */ }
/* 220  */ .key_takeaways_section .form_section .form_wrapper{
/* 221  */     background: #F6F4F1;
/* 222  */     border-radius: 0 10px 10px 0;
/* 223  */     box-shadow: 10px 10px 15px #00000066;
/* 224  */ }
/* 225  */ .banner_section .form_wrapper form .error{
/* 226  */    color: #e54600;
/* 227  */    font-size: 13px;
/* 228  */ }
/* 229  */ .banner_section .form_wrapper form{
/* 230  */     padding: 2rem 4rem;
/* 231  */     background: #fff;
/* 232  */ }
/* 233  */ .banner_section .form_wrapper input{
/* 234  */     width: 100%;
/* 235  */     margin: 0.5rem 0;
/* 236  */     padding: 0.5rem ;
/* 237  */ }
/* 238  */ .banner_section .form_head_sec{
/* 239  */     text-align: center;
/* 240  */     color: #fff;
/* 241  */     background: #E63946;
/* 242  */     /* display: block; */
/* 243  */     padding: 1.5rem 1rem;
/* 244  */     background: transparent linear-gradient(95deg, #16008B 0%, #654FD5 100%) 0% 0% no-repeat padding-box;
/* 245  */ }
/* 246  */ .banner_section .form_head_sec h2{
/* 247  */     font-size: 30px;
/* 248  */     font-weight: bold;
/* 249  */     padding-bottom: 0.5rem;
/* 250  */ }

/* style-elearning1.css */

/* 251  */ .banner_section .form_wrapper input[type="checkbox"]{
/* 252  */     width: 20px;
/* 253  */     height: 20px;
/* 254  */     vertical-align: middle;
/* 255  */     margin-right: 0.5rem;
/* 256  */ }
/* 257  */ .banner_section .form_head_sec p{
/* 258  */     font-size: 14px;
/* 259  */ }
/* 260  */ .banner_section .form_wrapper label{
/* 261  */     padding: 1rem 0 0;
/* 262  */ }
/* 263  */ .banner_section .form_wrapper label a{
/* 264  */     color: blue;
/* 265  */ }
/* 266  */ .banner_section .form_wrapper input[type="submit"],
/* 267  */ .button{
/* 268  */     font-size: 18px;
/* 269  */     width: auto;
/* 270  */     background: #e54600;
/* 271  */     border: none;
/* 272  */     color: #fff;
/* 273  */     padding: 0.5rem;
/* 274  */     margin: 3rem auto 0px;
/* 275  */     display: inherit;
/* 276  */ }
/* 277  */ .banner_section .form_wrapper .form_footer_div{
/* 278  */     height: 20px;
/* 279  */     margin-top: 0;
/* 280  */     background: transparent linear-gradient(95deg, #16008B 0%, #654FD5 100%) 0% 0% no-repeat padding-box;
/* 281  */ }
/* 282  */ .grey_bg{
/* 283  */     background-color: #f6f7fa;
/* 284  */ }
/* 285  */ .img-fluid{
/* 286  */     width: 100%;
/* 287  */ }
/* 288  */ .banner_section_img_wrapper {
/* 289  */     align-self: center;
/* 290  */     text-align: center;
/* 291  */     margin-top: 4rem;
/* 292  */ }
/* 293  */ /*New css*/
/* 294  */ .key_takeaways_section .form_section h3{
/* 295  */     color: #464953;
/* 296  */     font-weight: 600;
/* 297  */     font-size: 25px;
/* 298  */         text-align: center;
/* 299  */ }
/* 300  */ .form_wrapper .form-group label{

/* style-elearning1.css */

/* 301  */     color: black;
/* 302  */     font-size: 14px;
/* 303  */     margin-bottom: 2px;
/* 304  */     font-weight: 700;
/* 305  */ }
/* 306  */ .form_wrapper .form-group .text-red{
/* 307  */     color: #ff0000;
/* 308  */ }
/* 309  */ .form_wrapper .form-group{
/* 310  */     margin-bottom: 20px;
/* 311  */ }
/* 312  */ .form_wrapper .form-group .form-control{
/* 313  */     padding: 0 10px;
/* 314  */     min-height: 40px;
/* 315  */     color: #000;
/* 316  */     border-radius: 0;
/* 317  */     border: 0px;
/* 318  */ }
/* 319  */ .key_takeaways_section .form_section .form_wrapper h3{
/* 320  */     margin-bottom: 30px;
/* 321  */ }
/* 322  */ .key_takeaways_section .form_section .form_wrapper .form-group-box{
/* 323  */     display: flex;
/* 324  */     flex-wrap: wrap;
/* 325  */ }
/* 326  */ .key_takeaways_section .form_section .form_wrapper .form-group-box .form-group{
/* 327  */     width:calc((100% - 20px)/2);
/* 328  */ }
/* 329  */ .key_takeaways_section .form_section .form_wrapper .form-group-box .form-group:nth-child(odd){
/* 330  */     margin-right: 20px;
/* 331  */ }
/* 332  */ .key_takeaways_section .form_section .form_wrapper .form-control:focus{
/* 333  */     box-shadow:0px 0px 2px 0px rgb(0 0 0 / 20%);
/* 334  */     border: 1px solid #ced4da;
/* 335  */ }
/* 336  */ .key_takeaways_section .form_section .form_wrapper input[type=checkbox]{
/* 337  */     margin-right: 5px;
/* 338  */     width: 18px;
/* 339  */     display: inline-block;
/* 340  */     vertical-align: middle;
/* 341  */ }
/* 342  */ .key_takeaways_section .form_section .form_wrapper .agree-label{
/* 343  */     font-size: 14px;
/* 344  */     font-weight: 400;
/* 345  */ }
/* 346  */ .key_takeaways_section .form_section .form_wrapper .agree-label a{
/* 347  */     text-decoration: none;
/* 348  */     color: #9B121E;
/* 349  */ }
/* 350  */ .banner_section_img img {

/* style-elearning1.css */

/* 351  */     aspect-ratio: auto 500/502;
/* 352  */     display: none;
/* 353  */ }
/* 354  */ .key_takeaways_section .form_section .form_wrapper .submit{
/* 355  */     margin-right: auto;
/* 356  */     display: block;
/* 357  */     border-radius: 9px;
/* 358  */     background: transparent linear-gradient(90deg, #DF3B55 0%, #CB1942 100%) 0% 0% no-repeat padding-box;
/* 359  */     box-shadow: 0px 5px 15px #00000066;
/* 360  */     width: 95%;
/* 361  */     padding: 9px 0px;
/* 362  */     margin-top: 9%;
/* 363  */     color: #fff;
/* 364  */     border:0px;
/* 365  */ }
/* 366  */ .key_takeaways_section .form_section .form_wrapper .error{
/* 367  */     color: #ff0000;
/* 368  */ }
/* 369  */ .key_takeaways_section .key_takeaways_content{
/* 370  */     margin-top: 2rem;
/* 371  */     margin-bottom: 4rem;
/* 372  */ }
/* 373  */ .key_takeaways_section .key_takeaways_content .content-takeways p{
/* 374  */     color: #fff;
/* 375  */     padding-bottom: 20px;
/* 376  */     font-size: 16px;
/* 377  */     line-height: 1.7;
/* 378  */ }
/* 379  */ .key_takeaways_section .key_takeaways_content .content-takeways h4{
/* 380  */     font-size: 20px;
/* 381  */     color:#fff;
/* 382  */     font-weight: 700;
/* 383  */     margin-bottom: 2rem;
/* 384  */ }
/* 385  */ .key_takeaways_section .key_takeaways_content .content-takeways ul{
/* 386  */     padding-left: 20px;
/* 387  */     list-style-type: none;
/* 388  */ }
/* 389  */ .key_takeaways_section .key_takeaways_content .content-takeways li{
/* 390  */     font-size: 16px;
/* 391  */     color: #fff;
/* 392  */     position: relative;
/* 393  */     margin-bottom: 5px;
/* 394  */ }
/* 395  */ .key_takeaways_section .key_takeaways_content .content-takeways li:after{
/* 396  */     content: '';
/* 397  */     height: 8px;
/* 398  */     width: 8px;
/* 399  */     background: #fff;
/* 400  */     display: block;

/* style-elearning1.css */

/* 401  */     position: absolute;
/* 402  */     transform: rotate(45deg);
/* 403  */     top: 10px;
/* 404  */     left:-20px;
/* 405  */ }
/* 406  */ .know-your-panalist{
/* 407  */    background-repeat: no-repeat;
/* 408  */    background-size: cover;
/* 409  */    background-position: center;
/* 410  */ }
/* 411  */ .category-elearning .know-your-panalist.spacing {
/* 412  */     background-size: 100% 100%;
/* 413  */ }
/* 414  */
/* 415  */ .know-your-panalist .know-your-panalist-title h2,.meet-your-host .know-your-panalist-title h2{
/* 416  */     font-size: 28px;
/* 417  */     color: #464953;
/* 418  */     margin-bottom: 3rem;
/* 419  */     position: relative;
/* 420  */     display: inline-flex;
/* 421  */     background: none;
/* 422  */
/* 423  */ }
/* 424  */ /*.know-your-panalist .know-your-panalist-title h2:before{
/* 425  *|     content: "";
/* 426  *|     background-image: url(../images/webinar-hrtech/left-line.png);
/* 427  *|     background-repeat: no-repeat;
/* 428  *|     width: 32px;
/* 429  *|     height: 32px;
/* 430  *|     background-size: contain;
/* 431  *|     display: block;
/* 432  *|     position: absolute;
/* 433  *|     left: -50px;
/* 434  *| }
/* 435  *| .know-your-panalist .know-your-panalist-title h2:after{
/* 436  *|     content: "";
/* 437  *|     background-image: url(../images/webinar-hrtech/left-line.png);
/* 438  *|     background-repeat: no-repeat;
/* 439  *|     width: 32px;
/* 440  *|     height: 32px;
/* 441  *|     background-size: contain;
/* 442  *|     display: block;
/* 443  *|     position: absolute;
/* 444  *|     right: -50px;
/* 445  *|     transform: rotate(180deg);
/* 446  *| }*/
/* 447  */ .know-your-panalist .know-your-panalist-title img,.meet-your-host .know-your-panalist-title img{
/* 448  */     width: auto;
/* 449  */     margin-top: -2rem;
/* 450  */ }

/* style-elearning1.css */

/* 451  */ .know-your-panalist .know-your-panalist-row{
/* 452  */     position: relative;
/* 453  */     display: flex;
/* 454  */     flex-wrap: wrap;
/* 455  */     justify-content: center;
/* 456  */ }
/* 457  */ .host{
/* 458  */     position: absolute;
/* 459  */     left: 0;
/* 460  */     background-size: 100% 100%;
/* 461  */     padding: 10px 20px;
/* 462  */     top: 36%;
/* 463  */     z-index: 2;
/* 464  */     box-shadow: inset 0px 3px 6px #00000029, -5px 5px 8px #0000003D;
/* 465  */     border: 1px solid #FFFFFF;
/* 466  */     border-radius: 7px;
/* 467  */     opacity: 1;
/* 468  */     backdrop-filter: blur(50px);
/* 469  */     color: white;
/* 470  */     font-weight: 700;
/* 471  */     width: 126px;
/* 472  */     text-align: center;
/* 473  */ }
/* 474  */ .Panelist{
/* 475  */     right: 30%;
/* 476  */   position: absolute;
/* 477  */     background-size: 100% 100%;
/* 478  */     padding: 10px 20px;
/* 479  */     top: 36%;
/* 480  */     z-index: 2;
/* 481  */     box-shadow: inset 0px 3px 6px #00000029, -5px 5px 8px #0000003D;
/* 482  */     border: 1px solid #FFFFFF;
/* 483  */     border-radius: 7px;
/* 484  */     opacity: 1;
/* 485  */     backdrop-filter: blur(50px);
/* 486  */     color: white;
/* 487  */     font-weight: 700;
/* 488  */     width: 126px;
/* 489  */     text-align: center;
/* 490  */ }
/* 491  */ .Panelist2{
/* 492  */         right: 30%;
/* 493  */   position: absolute;
/* 494  */     background-size: 100% 100%;
/* 495  */     padding: 10px 20px;
/* 496  */     top: 36%;
/* 497  */     z-index: 2;
/* 498  */     box-shadow: inset 0px 3px 6px #00000029, -5px 5px 8px #0000003D;
/* 499  */     border: 1px solid #FFFFFF;
/* 500  */     border-radius: 7px;

/* style-elearning1.css */

/* 501  */     opacity: 1;
/* 502  */     backdrop-filter: blur(50px);
/* 503  */     color: white;
/* 504  */     font-weight: 700;
/* 505  */     width: 126px;
/* 506  */     text-align: center;
/* 507  */ }
/* 508  */ .know-your-panalist .know-your-panalist-row .know-your-panalist-col{
/* 509  */     width:calc((100% - 80px)/3);
/* 510  */     margin-bottom: 2rem;
/* 511  */ }
/* 512  */ .know-your-panalist-col .know-your-panalist-img{
/* 513  */     position: relative;
/* 514  */ }
/* 515  */ .know-your-panalist .know-your-panalist-row .know-your-panalist-col img{
/* 516  */     margin-bottom: 2rem;
/* 517  */ }
/* 518  */ .know-your-panalist .know-your-panalist-row .know-your-panalist-col p{
/* 519  */     color: #2D344D;
/* 520  */     font-weight: 400;
/* 521  */     font-size: 17px;
/* 522  */     line-height: 24px;
/* 523  */     position: absolute;
/* 524  */     transition: all 1s;
/* 525  */     top: 25%;
/* 526  */     background: white;
/* 527  */     height: 68%;
/* 528  */     bottom: 0;
/* 529  */     right: 0;
/* 530  */     opacity: 0;
/* 531  */     padding: 1rem;
/* 532  */     box-shadow: -4px 13px 19px #00000040;
/* 533  */     border-radius: .5rem;
/* 534  */     margin: .5rem;
/* 535  */     -webkit-border-radius: .5rem;
/* 536  */     -moz-border-radius: .5rem;
/* 537  */     -ms-border-radius: .5rem;
/* 538  */     -o-border-radius: .5rem;
/* 539  */ }
/* 540  */ .know-your-panalist-col .know-your-panalist-img:hover  p{
/* 541  */     opacity: 1;
/* 542  */     top:0%;
/* 543  */     z-index: 3;
/* 544  */ }
/* 545  */ .power-hour-div{
/* 546  */     text-align: center;
/* 547  */     margin-top: -3rem;
/* 548  */ }
/* 549  */ .power-hour-div img{
/* 550  */     width: 90%;

/* style-elearning1.css */

/* 551  */ }
/* 552  */ .meet-your-host{
/* 553  */     background-image: url(../images/webinar-elearning/bg-host.png);
/* 554  */     background-size: 100% 100%;
/* 555  */     background-repeat:no-repeat;
/* 556  */     background-position: center;
/* 557  */ }
/* 558  */ .meet-your-host .meet-your-host-row{
/* 559  */     display: flex;
/* 560  */     flex-wrap: wrap;
/* 561  */ }
/* 562  */ .meet-your-host .meet-your-host-row .meet-your-host-col{
/* 563  */     width:calc((100% - 80px)/ 2);
/* 564  */     align-self: center;
/* 565  */ }
/* 566  */ .meet-your-host .meet-your-host-row .meet-your-host-col .meet-your-host-img img{
/* 567  */     width: auto;
/* 568  */     margin-bottom: 3rem;
/* 569  */ }
/* 570  */ .meet-your-host .meet-your-host-row .meet-your-host-col:first-child{
/* 571  */     margin-right: 80px;
/* 572  */ }
/* 573  */ .meet-your-host .meet-your-host-row .meet-your-host-col .meet-your-host-content p{
/* 574  */     font-size: 17px;
/* 575  */     color: #2D344D;
/* 576  */ }
/* 577  */ .about-harbinger{
/* 578  */      background: url(../images/webinar-elearning/about-harbinger-bg.png);
/* 579  */     /* background: none; */
/* 580  */     /* background-repeat: no-repeat;
/* 581  *|     background-size: cover;
/* 582  *|     background-position: top; */
/* 583  */     /* box-shadow: 0px -10px 15px #0000004d; */
/* 584  */     position: relative;
/* 585  */     width: 80%;
/* 586  */     margin: 0 auto;
/* 587  */     background-size: 100% 100%;
/* 588  */     margin-top: -5rem;
/* 589  */ }
/* 590  */ .about-harbinger .about-harbinger-row{
/* 591  */     display: flex;
/* 592  */     flex-wrap: wrap;
/* 593  */     justify-content: center;
/* 594  */     width: 96%;
/* 595  */     /* border-radius: 50px 50px 0 0;
/* 596  *|     border: 1px solid #1D3557;
/* 597  *|     background: #fff; */
/* 598  */     margin: 0 auto;
/* 599  */     /* box-shadow: 0 10px 10px #707070; */
/* 600  */ }

/* style-elearning1.css */

/* 601  */ .about-harbinger .about-harbinger-row .about-harbinger-box{
/* 602  */     width: calc((100% - 10px) / 1);
/* 603  */     padding: 2rem;
/* 604  */     text-align: center;
/* 605  */ }
/* 606  */ .about-harbinger .about-harbinger-row .about-harbinger-box p{
/* 607  */     font-size: 17px;
/* 608  */ }
/* 609  */ .about-harbinger .about-harbinger-row .about-harbinger-box h3{
/* 610  */     font-size: 25px;
/* 611  */     padding-bottom: 1rem;
/* 612  */     text-align: center;
/* 613  */     color: #464953;
/* 614  */     font-weight: 600;
/* 615  */     background: none !important;
/* 616  */     background-size: 100% 100%;
/* 617  */     padding: 0px 7px 4px 7px;
/* 618  */     position: relative;
/* 619  */     display: inline-flex;
/* 620  */     align-items: center;
/* 621  */ }
/* 622  */ .about-harbinger .about-harbinger-row.two_sec .about-harbinger-box{
/* 623  */     width: calc((100% - 4rem) / 2);
/* 624  */     padding: 2rem;
/* 625  */ }
/* 626  */ .about-harbinger .about-harbinger-row.two_sec .about-harbinger-box:first-child{
/* 627  */     border-right: 1px solid #1D3557;
/* 628  */ }
/* 629  */ .about-harbinger .join-webinar .join-webinar-text{
/* 630  */  background: transparent linear-gradient(180deg, #E63946 0%, #FF5C68 43%, #B80815 100%) 0% 0% no-repeat padding-box;
/* 631  */ box-shadow: 0px 12px 12px #00000040;
/* 632  */     width: 50%;
/* 633  */     border-radius: 0 0 0px 50px;
/* 634  */     box-shadow: 0 4px 8px rgba(0,0,0,0.2);
/* 635  */      transition: all 0.3s ease-in-out;
/* 636  */     -webkit-border-radius: 0 0 0px 50px;
/* 637  */     -moz-border-radius: 0 0 0px 50px;
/* 638  */     -ms-border-radius: 0 0 0px 50px;
/* 639  */     -o-border-radius: 0 0 0px 50px;
/* 640  */ }
/* 641  */ .about-harbinger .join-webinar .signup-seat{
/* 642  */     width: 50%;
/* 643  */     text-align: center;
/* 644  */ }
/* 645  */ .about-harbinger .join-webinar{
/* 646  */     border-radius: 0 0 50px 50px;
/* 647  */     display: flex;
/* 648  */     flex-wrap: wrap;
/* 649  */     justify-content: space-between;
/* 650  */     width: 95%;

/* style-elearning1.css */

/* 651  */     align-items: center;
/* 652  */     margin: 0 auto;
/* 653  */     margin-left: 2%;
/* 654  */  background: transparent linear-gradient(179deg, #1D3557 0%, #4A5D79 41%, #0C1625 100%) 0% 0% no-repeat padding-box;
/* 655  */ box-shadow: 0px 12px 12px #00000040;
/* 656  */     margin-top: 2rem;
/* 657  */     -webkit-border-radius: 0 0 50px 50px;
/* 658  */     -moz-border-radius: 0 0 50px 50px;
/* 659  */     -ms-border-radius: 0 0 50px 50px;
/* 660  */     -o-border-radius: 0 0 50px 50px;
/* 661  */ }
/* 662  */ .about-harbinger .join-webinar .join-webinar-text h3{
/* 663  */     text-align: center;
/* 664  */     color: #FFFFFF;
/* 665  */     font-size: 30px;
/* 666  */     padding: 2.5rem;
/* 667  */     font-weight: bold;
/* 668  */     align-self: center;
/* 669  */
/* 670  */ }
/* 671  */ .about-harbinger .join-webinar .join-webinar-text p{
/* 672  */     margin-bottom: 0px
/* 673  */ }
/* 674  */ .about-harbinger .red-patch-top{
/* 675  */     position: absolute;
/* 676  */     top: 0;
/* 677  */     left: -15px;
/* 678  */     width: 100px;
/* 679  */ }
/* 680  */ .about-harbinger .red-patch-bottom{
/* 681  */     position: absolute;
/* 682  */     bottom: 0;
/* 683  */     right: -15px;
/* 684  */     width: 100px;
/* 685  */ }
/* 686  */ .about-harbinger .bottom-white-arrow{
/* 687  */     margin: 3rem auto 0;
/* 688  */     text-align: center;
/* 689  */     display: inherit;
/* 690  */ }
/* 691  */ .about-harbinger  .signup-seat a{
/* 692  */     /* background: linear-gradient(90deg, #b71c1c, #e53935); */
/* 693  */         background: url(https://www.harbingergroup.com/wp-content/uploads/2025/08/Rectangle-6078-1-e1756590833886.png);
/* 694  */     background-size: 100% 100%;
/* 695  */     font-weight: bold;
/* 696  */     text-transform: uppercase;
/* 697  */     padding: 14px 36px;
/* 698  */     cursor: pointer;
/* 699  */     transition: all 0.3s ease;
/* 700  */     display: inline-block;

/* style-elearning1.css */

/* 701  */     text-decoration: none;
/* 702  */     color: white !important;
/* 703  */     position: static;
/* 704  */     /* background: rgb(230,57,70);
/* 705  *|     background: linear-gradient(90deg, rgba(230,57,70,1) 0%, rgba(207,0,15,1) 100%); */
/* 706  */     padding: 1rem 3rem;
/* 707  */     border-radius: 0 0 30px 30px;
/* 708  */     -webkit-border-radius: 0 0 30px 30px;
/* 709  */     -moz-border-radius: 0 0 30px 30px;
/* 710  */     -ms-border-radius: 0 0 30px 30px;
/* 711  */     -o-border-radius: 0 0 30px 30px;
/* 712  */ }
/* 713  */ .key_takeaways_icon img {
/* 714  */     aspect-ratio: auto 60/60;
/* 715  */ }
/* 716  */ .elearning-webinar-line{
/* 717  */     display: none;
/* 718  */ }
/* 719  */ .Panelist2{
/* 720  */     display: none;
/* 721  */ }
/* 722  */ @media screen and (min-width: 1800px) and (max-width: 1920px){
/* 723  */         .category-hrtech .banner_section.spacing .container, .category-elearning .banner_section.spacing .container {
/* 724  */         max-width: 85%;
/* 725  */     }
/* 726  */     .category-elearning .banner_section .banner_heading h1{
/* 727  */         line-height: 1.5em;
/* 728  */     }
/* 729  */     .elearning-t1, .banner_section .banner_heading h1 .elearning-t2{
/* 730  */                 font-size: 3rem;
/* 731  */         line-height: 3rem;
/* 732  */     }
/* 733  */     .banner_section{
/* 734  */         padding-bottom: 22rem;
/* 735  */     }
/* 736  */     .key_takeaways_section{
/* 737  */         margin-top: -9rem;
/* 738  */     }
/* 739  */     .webinar_date.schedule_wrapper {
/* 740  */         width: 68% !important;
/* 741  */     }
/* 742  */     .banner_section .webinar_deatail .webinar_date .schedule h2 {
/* 743  */         font-size: 30px;}
/* 744  */         .talk_to_experts{
/* 745  */     font-size: 22px;
/* 746  */         }
/* 747  */     .know-your-panalist-col .know-your-panalist-img:hover p{
/* 748  */         opacity: 1;
/* 749  */         top: -7%;
/* 750  */         z-index: 3;

/* style-elearning1.css */

/* 751  */         line-height: 2rem !important;
/* 752  */         height: 74%;
/* 753  */     }
/* 754  */
/* 755  */ }
/* 756  */ @media screen and (min-width: 1201px) and (max-width: 1400px){
/* 757  */     .know-your-panalist .know-your-panalist-row .know-your-panalist-col p{
/* 758  */         height: 72%;
/* 759  */         font-size: 14px;
/* 760  */     }
/* 761  */     .know-your-panalist-col .know-your-panalist-img:hover p {
/* 762  */         top: -4.5%;
/* 763  */     }
/* 764  */
/* 765  */     .talk_to_experts{
/* 766  */             left: 41%;
/* 767  */     }
/* 768  */
/* 769  */     .banner_section .banner_heading h1 .elearning-t1, .banner_section .banner_heading h1 .elearning-t2{
/* 770  */         font-size: 2rem !important;
/* 771  */     }
/* 772  */ .elearning-webinar-line{
/* 773  */     width: 82% !important;
/* 774  */ }
/* 775  */ .banner_section .webinar_deatail .webinar_date .schedule h3, .banner_section .webinar_deatail .webinar_date .schedule h2{
/* 776  */     font-size: 21px !important;
/* 777  */ }
/* 778  */ }
/* 779  */ @media screen and (min-width: 1270px) and (max-width: 1285px) {
/* 780  */     .key_takeaways_section .key_takeaways .key_takeaways_text{
/* 781  */             min-height: 164px;
/* 782  */     }
/* 783  */     .category-elearning .banner_section .banner_heading h1 {
/* 784  */         font-size: 36px;
/* 785  */     }
/* 786  */     .about-harbinger .join-webinar .join-webinar-text h3{
/* 787  */              font-size: 26px;
/* 788  */     }
/* 789  */
/* 790  */ }
/* 791  */ @media screen and (min-width: 992px) and (max-width: 1200px) {
/* 792  */     .banner_section .form_head_sec h2{
/* 793  */         font-size: 25px;
/* 794  */     }
/* 795  */     .banner_section .form_wrapper label{
/* 796  */         display: contents;
/* 797  */     }
/* 798  */     .body_sec .expert_opinion .expert_opinion_card{
/* 799  */         width: calc((100% - 60px) / 3);
/* 800  */         padding: 2rem 2rem;

/* style-elearning1.css */

/* 801  */         margin: 10px;
/* 802  */     }
/* 803  */     .social-links ul li {
/* 804  */         padding: 10px 1px;
/* 805  */     }
/* 806  */     .banner_section .banner_heading h1{
/* 807  */         font-size: 30px;
/* 808  */     }
/* 809  */     .banner_logo img {
/* 810  */         width: 150px;
/* 811  */     }
/* 812  */     .banner_section .right_double_arrow{
/* 813  */         right: 0;
/* 814  */     }
/* 815  */     .banner_section .left_double_arrow{
/* 816  */         left: 0;
/* 817  */     }
/* 818  */     .banner_section .webinar_deatail .webinar_timer #timer{
/* 819  */         font-size: 20px;
/* 820  */     }
/* 821  */     .banner_section .webinar_deatail .webinar_date .schedule h3,
/* 822  */     .banner_section .webinar_deatail .webinar_date .schedule h2 {
/* 823  */         font-size: 16px;
/* 824  */         padding-left: 0.5rem;
/* 825  */     }
/* 826  */     .signup-seat {
/* 827  */         width: 45%;
/* 828  */         align-self: center;
/* 829  */     }
/* 830  */     .about-harbinger .red-patch-bottom{
/* 831  */         right: 0;
/* 832  */     }
/* 833  */ }
/* 834  */ @media screen and (min-width: 768px) and (max-width: 991px) {
/* 835  */     .host{
/* 836  */         left: -18px;    top: 17%;
/* 837  */     }
/* 838  */     .Panelist {
/* 839  */             right: 35%;    top: 17%;
/* 840  */     }
/* 841  */         .Panelist2{
/* 842  */                 left: 18%;
/* 843  */                     top: 69%;
/* 844  */     display: block !important;
/* 845  */ }
/* 846  */     .category-elearning .banner_section .banner_heading h1{
/* 847  */         width: 80%;
/* 848  */     }
/* 849  */     .banner_section{
/* 850  */             padding-bottom: 3rem;

/* style-elearning1.css */

/* 851  */     }
/* 852  */     .banner_section .webinar_deatail .webinar_date .schedule img {
/* 853  */     width: 23px;
/* 854  */ } .banner_section .webinar_deatail .webinar_date .schedule h2 {
/* 855  */     font-size: 16px;}
/* 856  */     .key_takeaways_section .container{
/* 857  */         max-width: 100%;
/* 858  */         width: 100%;
/* 859  */         padding: 0;
/* 860  */     }
/* 861  */     .key_takeaways_icon img{
/* 862  */             width: 80%;
/* 863  */     }
/* 864  */     .banner_section_img_wrapper .banner_section_img img{
/* 865  */         width: 80%;
/* 866  */         margin: 0 auto;
/* 867  */     }
/* 868  */     .key_takeaways_section .container .row .col-12.col-md-10{
/* 869  */         width: 98%;
/* 870  */     }
/* 871  */     .banner_logo img {
/* 872  */         width: 150px;
/* 873  */     }
/* 874  */     .banner_section .banner_heading h1 {
/* 875  */         font-size: 30px;
/* 876  */         letter-spacing: normal;
/* 877  */     }
/* 878  */     .banner_section .eleraning_card_outer{
/* 879  */         padding: 2rem 0;
/* 880  */     }
/* 881  */     .banner_section .form_wrapper{
/* 882  */         padding: 3rem 0;
/* 883  */     }
/* 884  */     .banner_section .form_head_sec{
/* 885  */         padding: 1.5rem 0.5rem;
/* 886  */     }
/* 887  */     .banner_section .form_head_sec h2{
/* 888  */         font-size: 22px;
/* 889  */     }
/* 890  */     .banner_section .form_wrapper form{
/* 891  */         padding: 2rem 1.5rem;
/* 892  */     }
/* 893  */     .banner_section .form_wrapper label{
/* 894  */         display: contents;
/* 895  */     }
/* 896  */     .body_sec .expert_opinion .expert_opinion_card{
/* 897  */         width: calc((100% - 80px) / 2);
/* 898  */         padding: 2rem 2rem;
/* 899  */         background: #fff;
/* 900  */         margin: 20px;

/* style-elearning1.css */

/* 901  */     }
/* 902  */     .about-harbinger .about-harbinger-row .about-harbinger-col{
/* 903  */         width: 100%;
/* 904  */     }
/* 905  */     .about-harbinger .about-harbinger-row .about-harbinger-col .about-harbinger-box.box2{
/* 906  */         margin-top: 2rem;
/* 907  */     }
/* 908  */     .signup-seat{
/* 909  */         width: 50%;
/* 910  */     }
/* 911  */     .key_takeaways_section .key_takeaways .key_takeaways_icon {
/* 912  */         width: 100% !important;
/* 913  */     }
/* 914  */     .key_takeaways_section .form_section{
/* 915  */         margin-top: -15px;
/* 916  */     }
/* 917  */     .banner_section .right_double_arrow{
/* 918  */         width: 80px;
/* 919  */         bottom: 1rem;
/* 920  */         right: 0rem;
/* 921  */     }
/* 922  */     .know-your-panalist .know-your-panalist-row .know-your-panalist-col{
/* 923  */             width: calc((100% - 0px) / 2);
/* 924  */     }
/* 925  */     .know-your-panalist-col .know-your-panalist-img:hover p {
/* 926  */          top: -12%;
/* 927  */              height: 81%;
/* 928  */     }
/* 929  */     .about-harbinger.spacing{
/* 930  */     width: 90%;
/* 931  */         margin-top: -3rem;
/* 932  */     }
/* 933  */         .about-harbinger .join-webinar {
/* 934  */         width: 94% !important;
/* 935  */     }
/* 936  */     .banner_section .left_double_arrow {
/* 937  */         width: 80px;
/* 938  */         bottom: 1rem;
/* 939  */         left: 0rem;
/* 940  */     }
/* 941  */     .key_takeaways_section .key_takeaways ul{
/* 942  */         padding: 0;
/* 943  */     }
/* 944  */     .key_takeaways_section .form_section .f_box{
/* 945  */         padding: 1rem;
/* 946  */     }
/* 947  */     .about-harbinger .red-patch-bottom{
/* 948  */         bottom: 0;
/* 949  */         right: 0;
/* 950  */         width: 50px;

/* style-elearning1.css */

/* 951  */     }
/* 952  */     .about-harbinger .red-patch-top{
/* 953  */         left: 0;
/* 954  */         width: 50px;
/* 955  */     }
/* 956  */     .about-harbinger .join-webinar .join-webinar-text h3{
/* 957  */         font-size: 20px;
/* 958  */     }
/* 959  */     .about-harbinger .signup-seat a{
/* 960  */         padding: 0.5rem 2rem;
/* 961  */     }
/* 962  */     .about-harbinger .about-harbinger-row{
/* 963  */         width: 100%;
/* 964  */     }
/* 965  */     .about-harbinger .about-harbinger-row.two_sec .about-harbinger-box{
/* 966  */         width: calc((100% - 0rem) / 2);
/* 967  */         padding: 1rem;
/* 968  */     }
/* 969  */     .about-harbinger .join-webinar{
/* 970  */         width: 100%;
/* 971  */     }
/* 972  */     .meet-your-host .meet-your-host-row{
/* 973  */         padding: 2rem 0;
/* 974  */     }
/* 975  */     .meet-your-host .meet-your-host-row .meet-your-host-col:first-child{
/* 976  */         margin-right: 30px;
/* 977  */     }
/* 978  */     .meet-your-host .meet-your-host-row .meet-your-host-col{
/* 979  */         width: calc((100% - 30px)/ 2);
/* 980  */     }
/* 981  */     .meet-your-host .know-your-panalist-title h2{
/* 982  */         margin-bottom: 0;
/* 983  */     }
/* 984  */ }
/* 985  */ @media screen and (min-width: 950px) and (max-width: 1025px){
/* 986  */     .host{
/* 987  */             left: -28px;
/* 988  */     }
/* 989  */     .Panelist {
/* 990  */     right: 27%;
/* 991  */     }
/* 992  */     .key_takeaways_section .key_takeaways .key_takeaways_text{
/* 993  */             min-height: 181px;
/* 994  */     }
/* 995  */     .about-harbinger .join-webinar{
/* 996  */             width: 91%;
/* 997  */     }
/* 998  */     .about-harbinger{
/* 999  */         width: 86%;
/* 1000 */         margin-top: -3rem;

/* style-elearning1.css */

/* 1001 */     }
/* 1002 */     .key_takeaways_section .form_section .f_box{
/* 1003 */         padding: 2rem 1rem 1rem 1rem;
/* 1004 */     }
/* 1005 */     .know-your-panalist .know-your-panalist-row .know-your-panalist-col{
/* 1006 */         width: calc((100% - 0px) / 3);
/* 1007 */     }
/* 1008 */     .know-your-panalist .know-your-panalist-row .know-your-panalist-col p{
/* 1009 */         height: 69%;
/* 1010 */         font-size: 12px;
/* 1011 */         line-height: 21px;
/* 1012 */     }
/* 1013 */     .talk_to_experts{
/* 1014 */         left: 39%;
/* 1015 */     }
/* 1016 */     .know-your-panalist-col .know-your-panalist-img:hover p{
/* 1017 */         top: -2%;
/* 1018 */     }
/* 1019 */     .elearning-t1{
/* 1020 */         font-size: 2.2rem;
/* 1021 */     }
/* 1022 */     .banner_section{
/* 1023 */             padding-bottom: 5rem;
/* 1024 */     }
/* 1025 */     .banner_section .banner_heading h1 .elearning-t2 {
/* 1026 */     font-size: 2rem;
/* 1027 */     }
/* 1028 */     .about-harbinger .join-webinar .join-webinar-text h3{
/* 1029 */         font-size: 24px;
/* 1030 */     }
/* 1031 */ }
/* 1032 */ @media screen and (max-width: 767px) {
/* 1033 */     .Panelist{left: -4px;top: 46%;}
/* 1034 */     .Panelist2{left: -4px;    top: 77%;}
/* 1035 */         .host{    left: -4px;    top: 13%;}
/* 1036 */     .Panelist2{
/* 1037 */     display: block !important;
/* 1038 */ }
/* 1039 */  .key_takeaways_section .key_takeaways .key_takeaways_icon {
/* 1040 */         width: 100% !important;
/* 1041 */     }
/* 1042 */ .key_takeaways_section .key_takeaways ul li{
/* 1043 */             border-right: none;
/* 1044 */     width: calc((100% - 0px) / 1);
/* 1045 */     }
/* 1046 */  .banner_section .banner_heading {
/* 1047 */     padding: 1rem 0 2rem;
/* 1048 */ }
/* 1049 */  .elearning-t1{
/* 1050 */         font-size: 1.5rem;

/* style-elearning1.css */

/* 1051 */     }
/* 1052 */  .webinar_date.schedule_wrapper .schedule:first-child{
/* 1053 */         border: none;
/* 1054 */     }
/* 1055 */  .banner_section .webinar_deatail .webinar_date .schedule h3, .banner_section .webinar_deatail .webinar_date .schedule h2 {
/* 1056 */     font-size: 22px !important;}
/* 1057 */  .banner_section{
/* 1058 */         background-image: url('https://www.harbingergroup.com/wp-content/uploads/2025/08/Sep-10-Enterprise-Content-_PH_Landing-Page_Mobile-Banner_1.jpg') !important;
/* 1059 */     }
/* 1060 */ .banner_section .banner_heading h1 .elearning-t2 {
/* 1061 */         font-size: 1.5rem !important;
/* 1062 */     }
/* 1063 */ .banner_section .webinar_deatail .schedule_wrapper {
/* 1064 */         width: 100% !important;
/* 1065 */         display: block !important;
/* 1066 */     }
/* 1067 */  .webinar_date.schedule_wrapper .schedule:nth-child(2) {
/* 1068 */         padding-left: 0px !important;
/* 1069 */     }
/* 1070 */  .banner_logo img {
/* 1071 */         width: 100px;
/* 1072 */     }
/* 1073 */  .banner_section .banner_heading h1{
/* 1074 */         font-size: 27px;
/* 1075 */         line-height: 1.2;
/* 1076 */         letter-spacing: normal;
/* 1077 */     }
/* 1078 */  .key_takeaways_section .form_section {
/* 1079 */         background: transparent;
/* 1080 */         box-shadow: none;
/* 1081 */     }
/* 1082 */ .key_takeaways_section .key_takeaways .key_takeaways_text{
/* 1083 */         min-height: 83px;
/* 1084 */     }
/* 1085 */     .talk_to_experts{
/* 1086 */         left: 26%;
/* 1087 */     }
/* 1088 */ .key_takeaways_section .form_section{
/* 1089 */         flex-wrap: wrap;
/* 1090 */         margin-top: 40px !important;
/* 1091 */     }
/* 1092 */     .banner_section .right_double_arrow{
/* 1093 */         width: 80px;
/* 1094 */         bottom: 2rem;
/* 1095 */         right: 0rem;
/* 1096 */     }
/* 1097 */     .banner_section .left_double_arrow {
/* 1098 */         width: 80px;
/* 1099 */         bottom: 2rem;
/* 1100 */         left: 0;

/* style-elearning1.css */

/* 1101 */     }
/* 1102 */     .banner_section .webinar_deatail .schedule_wrapper{
/* 1103 */         width: 100%;
/* 1104 */         border-left: 0px;
/* 1105 */         padding-left: 8px;
/* 1106 */     }
/* 1107 */     .key_takeaways_section .form_section .f_box{
/* 1108 */         width: 100%;
/* 1109 */         border-radius: 10px;
/* 1110 */         padding: 1rem;
/* 1111 */     }
/* 1112 */     .key_takeaways_section .key_takeaways{
/* 1113 */         background-color: #fff;
/* 1114 */         margin-bottom: 2rem;
/* 1115 */         box-shadow: 10px 10px 15px #00000066;
/* 1116 */         border-top-left-radius: 10px;
/* 1117 */         border-bottom-left-radius: 10px;
/* 1118 */     }
/* 1119 */     .key_takeaways_section .form_section .form_wrapper{
/* 1120 */         box-shadow: 10px 10px 15px #00000066;
/* 1121 */         border-top-right-radius: 10px;
/* 1122 */         border-bottom-right-radius: 10px;
/* 1123 */     }
/* 1124 */     .key_takeaways_section .key_takeaways ul {
/* 1125 */         display: block;
/* 1126 */     }
/* 1127 */     .key_takeaways_section .key_takeaways .key_takeaways_icon {
/* 1128 */         width: 25%;
/* 1129 */     }
/* 1130 */     .key_takeaways_section .key_takeaways .key_takeaways_text {
/* 1131 */         font-size: 14px;
/* 1132 */         padding-left: 0.5rem;
/* 1133 */     }
/* 1134 */     .key_takeaways_section .key_takeaways_content .content-takeways p,.key_takeaways_section .key_takeaways_content .content-takeways h3,.key_takeaways_section .key_takeaways_content .content-takeways li{
/* 1135 */         font-size: 16px;
/* 1136 */     }
/* 1137 */     .know-your-panalist .know-your-panalist-title h2, .meet-your-host .know-your-panalist-title h2{
/* 1138 */         font-size: 20px;
/* 1139 */     }
/* 1140 */     .know-your-panalist .know-your-panalist-row .know-your-panalist-col{
/* 1141 */         width: 100%;
/* 1142 */     }
/* 1143 */     .know-your-panalist .know-your-panalist-row .know-your-panalist-col:first-child,.meet-your-host .meet-your-host-row .meet-your-host-col:first-child{
/* 1144 */         margin-right: 0px;
/* 1145 */     }
/* 1146 */     .key_takeaways_section .form_section .form_wrapper .form-group-box .form-group{
/* 1147 */         width: 100%;
/* 1148 */     }
/* 1149 */     .key_takeaways_section .form_section .form_wrapper .form-group-box .form-group:nth-child(odd){
/* 1150 */         margin-right: 0px;

/* style-elearning1.css */

/* 1151 */     }
/* 1152 */     .know-your-panalist-col .know-your-panalist-img:hover p{
/* 1153 */             height: 73%;
/* 1154 */                 top: -8%;
/* 1155 */     }
/* 1156 */     .about-harbinger{
/* 1157 */             width: 100%;
/* 1158 */     margin-top: -2.4rem;
/* 1159 */     }
/* 1160 */     .know-your-panalist .know-your-panalist-row .know-your-panalist-col p,
/* 1161 */     .meet-your-host .meet-your-host-row .meet-your-host-col .meet-your-host-content p{
/* 1162 */         font-size: 13px;
/* 1163 */         line-height: 1.2rem;
/* 1164 */     }
/* 1165 */     .meet-your-host .meet-your-host-row .meet-your-host-col,
/* 1166 */     .about-harbinger .about-harbinger-row .about-harbinger-col{
/* 1167 */         width: 100%;
/* 1168 */     }
/* 1169 */     .meet-your-host{
/* 1170 */         background-image: none;
/* 1171 */     }
/* 1172 */     .meet-your-host .border-meet{
/* 1173 */         border: 1px solid #8680d9;
/* 1174 */         padding:20px;
/* 1175 */         border-radius: 30px;
/* 1176 */         background-color: #f4f4f4;
/* 1177 */     }
/* 1178 */     .meet-your-host .meet-your-host-row .meet-your-host-col .meet-your-host-content{
/* 1179 */         margin-bottom: 2rem;
/* 1180 */     }
/* 1181 */     .meet-your-host .know-your-panalist-title{
/* 1182 */         padding-top: 2rem;
/* 1183 */     }
/* 1184 */     .meet-your-host .meet-your-host-row{
/* 1185 */         padding-bottom: 2rem;
/* 1186 */     }
/* 1187 */     .about-harbinger .about-harbinger-row .about-harbinger-col .about-harbinger-box.box2{
/* 1188 */         margin-top: 2rem;
/* 1189 */     }
/* 1190 */     .about-harbinger .signup-seat a{
/* 1191 */         padding: 0.5rem 1rem;
/* 1192 */         font-size: 10px;
/* 1193 */     }
/* 1194 */     .about-harbinger .join-webinar .join-webinar-text h3{
/* 1195 */         font-size: 11px;
/* 1196 */         margin: 0.5rem auto;
/* 1197 */         padding: 1rem;
/* 1198 */     }
/* 1199 */     .about-harbinger .about-harbinger-row{
/* 1200 */         width: 100%;

/* style-elearning1.css */

/* 1201 */     }
/* 1202 */     .about-harbinger .about-harbinger-row .about-harbinger-box{
/* 1203 */         padding: 2rem 1rem;
/* 1204 */     }
/* 1205 */     .about-harbinger .red-patch-top{
/* 1206 */         width: 50px;
/* 1207 */     }
/* 1208 */     .about-harbinger .red-patch-bottom{
/* 1209 */         right: 0;
/* 1210 */         width: 50px;
/* 1211 */     }
/* 1212 */     .about-harbinger .bottom-white-arrow{
/* 1213 */         margin-top: 2rem;
/* 1214 */     }
/* 1215 */     .about-harbinger .join-webinar{
/* 1216 */         width: 100%;
/* 1217 */             margin-left: -1%;
/* 1218 */     }
/* 1219 */     .about-harbinger .about-harbinger-row.two_sec .about-harbinger-box{
/* 1220 */         width: calc((100% - 0rem) / 1);
/* 1221 */         padding: 1rem;
/* 1222 */         border-right:none;
/* 1223 */     }
/* 1224 */
/* 1225 */ }
/* 1226 */ @media screen and (min-width: 280px) and (max-width: 360px) {
/* 1227 */     .Panelist{left: -4px;top: 46%;}
/* 1228 */     .Panelist2{left: -4px;    top: 77%;}
/* 1229 */         .host{    left: -4px;    top: 13%;}
/* 1230 */     .social-links ul li a{
/* 1231 */         font-size: 18px;
/* 1232 */     }
/* 1233 */     .list-inline-item:not(:last-child) {
/* 1234 */         margin-right: 0.3rem;
/* 1235 */     }
/* 1236 */     .banner_section .banner_heading h1 .elearning-title2{
/* 1237 */         font-size: 26px !important;
/* 1238 */     }
/* 1239 */     .banner_section .banner_heading h1 .elearning-title1 {
/* 1240 */         font-size: 27px !important;
/* 1241 */     }
/* 1242 */     .banner_section .webinar_deatail .schedule_wrapper {
/* 1243 */         width: 100% !important;
/* 1244 */         display: block !important;
/* 1245 */     }
/* 1246 */     .webinar_date.schedule_wrapper .schedule:nth-child(2) {
/* 1247 */         padding-left: 0px !important;
/* 1248 */     }
/* 1249 */ }
