/* inner page common css start  */
.innerpage-title{margin-bottom: 48px;}
.innerpage-title h2{font-size: 40px; line-height: 48px; color: var(  --theme-color);margin-bottom: 8px;}
.innerpage-title p{line-height: 31px; font-size: 26px;font-weight: 400; color: #151515;}
/* inner page common css end */

/* hero banner start  */
.hero-banner{position: relative;min-height: 750px; animation: bgp infinite linear 50s;}
.hero-banner .common-btn-two:before {background-color:#fff;}
.hero-banner .common-btn-two{color: #fff;}
.hero-banner .common-btn-two i{margin: 0 2px 4px 0; }
.hero-banner::before { content: "";width: 100%;z-index: -1; position: absolute;height: 100%;left: 0;top: 0;background: linear-gradient(0deg, rgba(112,48,152,0.35) 0%, rgba(46,20,63,0) 50%, rgba(0,0,0,0.35) 100%);}
.hero-banner:after{ content: "";width: 100%;z-index: -2; position: absolute;height: 100%;left: 0;top: 0;background: rgba(0, 0, 0, 0.247);}
@keyframes bgp {0%{background-position: 0%;} 100%{background-position: 100%;}
    
}

.hero-banner{display: flex; align-items: end; z-index: 1;}
.hero-banner h1{color: #fff !important; font-size: 64px; font-weight: 400; margin-bottom: 30px;}
.hero-banner p{color: #fff;    max-width: 495px;}
/* hero banner end  */

/* service page start  */
/* left right section start */
.left-right-section .row{align-items: center;}
.left-right-section .left-right-img{display: flex;margin-left: -12px; margin-right: -12px;}
 .text-holder  li:not(:last-of-type){margin-bottom: 10px;}
.text-holder ul , .text-holder ol {padding-left: 35px;}

.left-right-section .left-right-img img{padding: 12px;}
.left-right-img .right-img{margin-top: 100px;}
.left-right-text li:not(:last-of-type){margin-bottom: 10px;}
.left-right-text ul , .left-right-text ol{padding-left: 35px;}

.light-perple-bg .left-right-text p{font-size: 46px; line-height: 64px;}
.left-right-text h2 span{color: #10ABC0;}
.light-perple-bg  .left-right-text h2 span{color: var(--theme-color);}

.left-right-text{margin: auto;}

.left-right-iframe{position: relative; padding-top: 56%;}
.left-right-iframe iframe{position: absolute; left: 0; top: 0;}
/* left right section end */



/* custom accordian section start  */
.common-accordian{display: flex;align-items: center;}
.common-accordion-body{display: none;}
.common-accordian .accordian-content{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.common-accordian .accordian-img{margin-right: 60px;    flex-shrink: 0;}
.common-accordian .accordian-img img{border-radius: 150px;max-width: 251px;object-fit: cover;}
.common-accordian{padding: 45px 70px 45px 45px;}
.accordian-content p{margin-top: 10px;}
.accordian-content h2{margin-bottom: 0;}
.accordian-content span{color: var(--theme-color); font-weight: 500;margin-bottom: 3px;}
.accordian-btn .common-btn:before{display: none;}
.accordian-btn .common-btn{border-color: #000; color: #000;}
.accordian-btn{margin-left: 20px;display: flex;align-items: center; flex-shrink: 0;}
.light-sblue-bg .accordian-btn .common-btn.active , .light-sblue-bg .accordian-btn .common-btn:hover{ border-color: #10ABC0; color: #10ABC0;}
.light-perple-bg  .accordian-btn .common-btn.active ,.light-perple-bg  .accordian-btn .common-btn:hover{ border-color: var(--theme-color); color: var(--theme-color);}
.accordian-section .accordian-item{padding: 12px 0;}

/* custom accordian section end  */

/* assessment tools lr section start  */
.assessment-tools  .innerpage-title { margin-bottom: 38px;}
.tools-img{max-width: 90%;}
.tools-img.animated {animation: ltor 2s;}
@keyframes ltor {0%{transform: translateX(-300px ); opacity: 0; } }

.tools-img iframe{max-width: 100%;}
.assessment-tools  .assessment-content{max-width: 992px ; margin: auto;text-align: center;}
.assessment-tools .row{align-items: center;}
.assessment-tools .tools-content{max-height: 500px;  overflow-y: auto; overflow-x: hidden;}
.assessment-tools.img_left_right_box .row{flex-direction: row-reverse;}
.assessment-tools.img_left_right_box .tools-img {margin-left: auto;}
.assessment-tools.img_left_right_box .tools-content p { font-family: var(--theme-font); font-size: 18px;line-height: 30px;}

.assessment-tools  .tools-content::-webkit-scrollbar {width: 5px;}
.assessment-tools  .tools-content::-webkit-scrollbar-thumb {background:var(--theme-color); border-radius: 10px;}
.assessment-tools  .tools-content::-webkit-scrollbar-track { box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.37);  border-radius: 10px; }

.assessment-tools .tools-content .common-btn-two{margin-top: 10px;display: inline-block;}
.tools-content li:not(:last-of-type){margin-bottom: 10px;}
.tools-content ul,.tools-content ol{padding-left: 35px;}
/* assessment tools lr section nd */

/* workshop slider start  */
.workshop-slider {margin-top: 65px;}
.inner-common-slider  .owl-stage-outer {padding-left: 398px !important;}
.workshop-slider .our-thinking-box{border: 1px solid #c7c7c7;height: 100%;    display: flex;flex-direction: column; justify-content: space-between;}
.workshop-slider .thinking-contant{padding: 50px;}
.workshop-slider .item{padding-bottom: 1px;}
.workshop-slider .thinking-contant .innerpage-title{margin-bottom: 0;}
.workshop-slider .workshop-content h2{margin-bottom: 0;}
.workshop-slider  .workshop-content{display: flex;align-items: center;margin-bottom: 35px;}
.workshop-slider  .workshop-content img{width: auto; border-radius: 100%;}
.workshop-slider .workshop-img{margin-right: 24px; flex-shrink: 0;}
.workshop-slider  .thinking-img{margin-bottom: 0;}
.workshop-slider  .thinking-img iframe{margin-bottom: -12px;}

.inner-common-slider  .owl-stage{display: flex;}
.inner-common-slider .owl-item {height: auto;}
.inner-common-slider .owl-item.previous-active .item,.inner-common-slider .owl-item.active .item{opacity: 1;}
.inner-common-slider .owl-item .item{opacity: 0;height: 100%; display: flex;}
/* workshop slider end  */

/* leadership program start  */
.leadership-program .about-contant{max-width: 992px;margin: auto;text-align: center;}
.leadership-program-img{margin-bottom: 30px;}
.leading-team-btn{display: flex ; flex-wrap: wrap;justify-content: center;}
.page-id-258  .leading-team-btn{justify-content: space-between;}
.leadership-program-box h3.special-title-class{text-align: center; border-left: 0 !important;}
.leadership-program-box h3 {font-size: 30px; border-left: 3px solid var(--theme-color); padding-left: 15px; margin-bottom: 0;}
.leadership-program-box h3 a {color: var(--theme-color); transition: .5s ease;}
.leadership-program-box h3 a:hover{color: var(--theme-color); text-decoration: underline;}



/* leadership program end */


/* according image section start  */
.according-image-box h3{margin-bottom: 25px; color: var(--theme-color);}
.according-image-box .image-box{margin-bottom: 30px; background: #f0eaf4;border-radius: 100px 0px 0 100px; padding: 12px;}
.according-image-box .title-image-box:not(:last-of-type){margin-bottom: 40px;}
.title-image-box:nth-child(even){background-color: #f8f8f8;}
.title-image-box{padding: 40px 30px 20px; border: 1px solid #f8f8f8;}
/* according image section end */
/* service page end  */

/* contact page start */
.contact-us-main .contact-box input{width: 100%;}
.contact-us-main .contact-box textarea{width: 100%;}
.contact-us-main .contact-box select{width: 100%;}
/* contact page end */

/* cms page start  */

.register-btn.common-btn-two{font-size: inherit;color: var(--theme-color);}
.register-btn.common-btn-two::before{background-color: var(--theme-color);}

/* usb section start  */
.usb-section .col-md-6{margin-top: 80px;}
.usb-section .usb-detail{background-color: var(--theme-color);border-radius: 10px;padding: 20px;height: 100%;color: #fff;display: flex; flex-direction: column;text-align: center; align-items: center;}
.usb-section .usb-detail  .usb-image{height: 120px; display: flex; justify-content: center; align-items: center; width: 120px; border-radius: 100%; background-color: var(--theme-color); border: 3px solid #fff; margin-top: -81px;margin-bottom: 20px;}
.usb-section .usb-detail h3{color: #fff;margin-bottom: 15px;}
/* usb section end  */

/* gallery section start */
.gallery-section .col-md-4 {margin-top: 30px;}
/* gallery section end */

/* who we section start */
.whowe-energy-sec h2{padding-top: 25px;}
.whowe-energy-sec .small-txt{font-size: 20px; line-height: 32px;margin-bottom: 10px;}
/* who we section end */



/* full width section start  */
.full-width-content  p a{color: var(--theme-color);}
.full-width-content  p a:hover{text-decoration: underline;}
.text-holder p a{color: var(--theme-color);}
.text-holder  p a:hover{text-decoration: underline;}
.full-content-iframe{position: relative;padding-top:56%;margin-bottom: 20px;}
.full-content-iframe iframe{position: absolute; left: 0; top: 0; }
.full-width-content h2{margin-bottom: 20px;}
.full-width-content ul{padding-left: 40px;margin-bottom: 20px;}
.full-width-content ol{padding-left: 40px;margin-bottom: 20px;}
.full-width-content li:not(:last-of-type){margin-bottom: 10px;}
.full-width-content iframe{width: 100%;}
.full-width-content ul li{list-style: disc;}
.full-width-content ol li{list-style: auto;}

.accordion-full-eidth-image ul{padding-left: 50px;margin-bottom: 20px;}
.accordion-full-eidth-image ol{padding-left: 50px;margin-bottom: 20px;}
.accordion-full-eidth-image li:not(:last-of-type){margin-bottom: 10px;}
.accordion-full-eidth-image iframe{width: 100%;}
.accordion-full-eidth-image ul li{list-style: disc;}
.accordion-full-eidth-image ol li{list-style: auto;}

.single-iframe iframe{width: 100%;height: 748px;background-color: #000;}
/* full width section end  */

/* full width iframe start */
.custome-iframe,.full-width-content iframe{height: 730px;}

/* full width iframe end */

/* image and iframe section start */
.image-iframe-box iframe{width: 100%;}
.image-iframe-box .iframe-img { display: flex; align-items: center; height: 100%; background: #f5f5f5; padding: 15px; }
.image-iframe-box  .col-md-6{margin: 15px 0;}
.iframe-box iframe{margin-bottom: -12px;}
/* image and iframe section end */

/* testimonials logo section start */
.testimonial-box-section .img-holder{background-color:#f2f2f2; padding: 30px; display: flex;justify-content: center; align-items: center; height: 100%;}
.testimonial-box-section .row:not(:last-child){border-bottom: 1px solid #ddd; padding-bottom: 50px; margin-bottom: 50px;}
.testimonial-box-section .row{align-items: initial !important;}

.testimonial-box-section  .text-holder {max-height: 400px;  overflow-y: auto; overflow-x: hidden;}
/* .testimonial-box-section  .text-holder::-webkit-scrollbar {width: 5px;}
.testimonial-box-section  .text-holder::-webkit-scrollbar-thumb {background:#e7e7e7; border-radius: 10px;}
.testimonial-box-section  .text-holder::-webkit-scrollbar-track { box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.37);  border-radius: 10px; } */
.testimonial-box-section  .img-box-left-right{background-color: #fff;    height: 100%; width: 100%;display: flex;align-items: center;justify-content: center; padding: 15px;}
/* testimonials logo section end */

/* beevents-left-right sec start  */
.beevents-left-right{background-color: #f2f2f2;}
/* beevents-left-right sec end  */

.tools-content .small-text{font-size: 16px; line-height: 26px;}
/* pagination start  */
.pagination {display: flex; flex-wrap: wrap; border: 0;justify-content: center;}
.pagination .page-link{height: 35px;width: 35px;display: flex; border: 0 !important;justify-content: center; align-items: center;margin: 5px;background-color: var(--theme-color);color: #fff;}
.pagination .page-link.current{background-color: #000;}
.pagination .page-link:focus{box-shadow: none;}
/* pagination end  */

.image-title-box .image-box{border-radius: 0;}
.according-image-box.image-title-box .title-image-box:not(:last-of-type) { margin-bottom: 70px;}

/* developing sales people page start */
.page-id-3959 .left-right-sec .text-holder {max-height: 500px;  overflow-y: auto; overflow-x: hidden;}
.page-id-3959 .left-right-sec .text-holder::-webkit-scrollbar {width: 5px;}
.page-id-3959 .left-right-sec .text-holder::-webkit-scrollbar-thumb {background:#e7e7e7; border-radius: 10px;}
.page-id-3959 .left-right-sec .text-holder::-webkit-scrollbar-track { box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.37);  border-radius: 10px; }

.page-id-3959  .usb-section .col-md-6 { margin-top: 30px;}

.page-id-3959 .full-width-sec{background-color: #f2f2f2;}
.page-id-3959 .full-width-sec h2{margin-bottom: 40px;}
.page-id-3959 .full-width-sec h3{margin-bottom: 15px;}
/* developing sales people page end */

.page-id-688 .usb-section {padding-bottom: 0;}
/* helping-hands page start  */
.page-id-3969 .left-right-sec  {background-color: #f2f2f2;}
/* helping-hands page end  */

.page-id-3934  .accordian-section {padding-top: 0 !important;}

.video-title{text-align: center;margin-bottom: 20px;}
.video-title h2{margin-bottom: 5px;}
.page-id-3969  .full-width-content video{width: 100%;background-color: #000;}
/* video page start */
.page-id-4005 .full-width-sec{background-color: #f2f2f2;}
.page-id-4005 .full-width-sec p{word-wrap: break-word;}
.page-id-4005 .iframe-title-box iframe{width: 100%;}
.page-id-4005 .iframe-repeater-section .iframe-title-box{margin:15px 0;}
.page-id-4005 .iframe-repeater-section .iframe-title-box h3{font-size: 20px; line-height: 30px;}
/* video page end */

.page-id-3934 .home-about .about-img{display: flex;justify-content: center;}
.page-id-3934 .home-about  .about-contant{max-width: 100%;}

.our-thinking .innerpage-title{margin-bottom: 45px;}

.main-text-and-img .lr-row{display: flex;justify-content: start;}
.main-text-and-img .lr-row:not(:last-of-type){margin-bottom: 50px;}
.main-text-and-img .lr-img{height: 180px; width: 180px;flex-shrink: 0;margin-right: 35px;}
.main-text-and-img .lr-img img{height: 100%; width: 100%; object-fit: cover;border-radius: 100%;margin-top: 7px;}
.main-text-and-img .small-txt{font-size: 20px; line-height: 32px;}
/* cms page end  */

/* blog page start */
.blog-list-media{   height: 100%;}
.blog-list-media img{height: 300px; object-fit: cover;width: 100%;}
.blog-list-media p{font-size: 16px; line-height: 24px; color: var(--text-color);}
.blog-list-media h3 a{color: var(--theme-color);}
.blog-list-media h3 { color: var(--theme-color) !important; font-size: 26px; line-height: 34px; margin-bottom: 10px; }
.blog-list-media 
.blog-list-content{padding: 20px 0;}
.blog-list-media .category {background-color: var(--theme-color);padding: 6px 15px;display: flex;}
.blog-list-media .category .blog-category{font-size: 16px; color: #fff;line-height: 24px;}
.blog-list-media .category span{font-size: 16px;color: #fff; margin-left: 10px; padding-left: 10px; position: relative;line-height: 24px;}
.blog-list-media .category span:before{height: 14px; width: 1px; background-color: #fff; position: absolute; left: 0; top: 5px; content: "";}
/* blog page end */

/* blog details page start */
.blog-details-img .list-date{background-color: var(--theme-color); padding: 0 15px; color: #fff;}

.blog-details-desc figure{margin-bottom: 12px;}
.blog-details-desc h2{line-height: 1.1;margin-bottom: 12px !important; margin-top: 30px; font-weight: 500;font-size: 40px; line-height: 1.1;}
.blog-details-desc h3{font-size: 36px; line-height: 1.1;margin-bottom: 12px; margin-top: 30px; font-weight: 500;}
.blog-details-desc h4{font-size: 30px; line-height: 1.1;margin-bottom: 12px; margin-top: 30px; font-weight: 500;}
.blog-details-desc h5{font-size: 26px; line-height: 1.1;margin-bottom: 12px; margin-top: 30px; font-weight: 500;}
.blog-details-desc h6{font-size: 24px; line-height: 1.1;margin-bottom: 12px; margin-top: 30px; font-weight: 500;}
.blog-details-desc h6 a{color: var(--theme-color);}
.blog-details-desc h6 a:hover{text-decoration: underline;}
.blog-details-desc h1 strong , .blog-details-desc h1 b{font-weight:500;}
.blog-details-desc h2 strong , .blog-details-desc h2 b{font-weight:500;}
.blog-details-desc h3 strong , .blog-details-desc h3 b{font-weight:500;}
.blog-details-desc h4 strong , .blog-details-desc h4 b{font-weight:500;}
.blog-details-desc h5 strong , .blog-details-desc h5 b{font-weight:500;}
.blog-details-desc h6 strong , .blog-details-desc h6 b{font-weight:500;}

.blog-details-desc p a,.blog-details-desc li a{color: var(--theme-color);}
.blog-details-desc p a:hover,.blog-details-desc li a:hover{text-decoration: underline;}

.blog-details-desc ul {padding-bottom: 22px; padding-left: 35px; list-style: disc;}
.blog-details-desc ol {padding-bottom: 22px; padding-left: 35px; list-style: auto;}
.blog-details-desc li:not(:last-of-type){padding-bottom: 10px;}

/* blog date  start*/
.blog-details-img{position: relative; display: flex;justify-content: center;background: #efefef;}
.blog-details-main .blog-details-box .list-date { position: absolute; background: var(--theme-color); color: #ffffff; padding: 8px 15px; left: 10px; top: 10px; border-radius: 4px;}
.blog-details-main .blog-details-box .list-date span { font-size: 22px; display: block;line-height: 22px; font-weight: 700;}
.blog-details-main .blog-details-box .list-date label {font-size: 14px; margin: 0;}
/* blog date  end*/
.blog-social-icon{margin-top: 20px;}
/* blog details page end */

.blog-list-media .category.category-date-content span:before {display: none;}
.blog-list-media .category.category-date-content span{padding-left: 0;margin-left: 0;}
/* Blog Sidebar start */
.blog-aside .blog-widget {box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; margin-bottom: 25px; width: 100%; display: inline-block; vertical-align: top;}

.blog-aside .widget-body {padding: 15px;}
.blog-aside .widget-body input:focus{box-shadow: none;border-color: #dee2e6 !important;}
.blog-aside .widget-title {padding: 15px; border-bottom: 1px solid #eee;}
.blog-aside .widget-title h3 {font-size: 20px;font-weight: 700; color: var(--theme-color); margin: 0;}

.blog-toggle-btn-box{display: none;}
/* Blog Search start */
.blog-search .input-group-prepend {margin-right: -1px; display: flex;}
.blog-search .input-group-text {border-top-right-radius: 0; border-bottom-right-radius: 0;}
/* Blog Search end */

/* Blog Category start  */
.blog-post-category ul{padding-left: 0; margin: 0;}
.blog-post-category ul li{    line-height: 24px;list-style: none; border-bottom: 1px solid #ebebeb; margin-bottom: 6px; position: relative; padding-left: 15px; padding-bottom: 8px;}
.blog-post-category ul li::before{position: absolute; top: 4px; font-size: 15px; content: "\f105"; left: 0; font-family: 'FontAwesome';}
.blog-post-category ul li a{font-size: 16px; color: #000; transition: ease-in-out all 0.5s;     transition: ease-in-out all 0.5s;}
.blog-post-category ul li a:hover{color: var(--theme-color);}
.blog-post-category ul li:last-child{padding-bottom: 0; border-bottom: 0; margin-bottom: 0;}
/* Blog Category end  */


/* Blog Recent post start  */
.blog-aside .latest-post-aside + .latest-post-aside {border-top: 1px solid #eee; padding-top: 15px; margin-top: 15px;}
.blog-aside .latest-post-aside .lpa-left {width: 90px; display: table-cell;}
.blog-aside .latest-post-aside .lpa-left img {border-radius: 3px;}
.blog-aside .latest-post-aside .lpa-right {padding-left: 15px; display: table-cell; vertical-align: top;}
.blog-aside .latest-post-aside .lpa-title h5 {  margin: 0; font-size: 15px;}
.blog-aside .latest-post-aside .lpa-title a {color: var(--theme-color); font-weight: 600;     transition: ease-in-out all 0.5s;}
.blog-aside .latest-post-aside .lpa-meta a {color: #6F8BA4;font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px;}
/* Blog Recent post end  */

/* Blog Tags start  */
.blog-tag-cloud{display: flex; flex-wrap: wrap;}
.blog-tag-cloud a {padding: 4px 15px; font-size: 13px;color: #ffffff; line-height: 24px; background: var(--theme-color); border-radius: 3px; margin-right: 4px; margin-bottom: 4px;     transition: ease-in-out all 0.5s;}
.blog-tag-cloud a:hover {background: #000}

/*End Blog Tags */

/* Blog Sidebar End */

/* contact page start  */
.contact-right-area {display: flex; align-items: end; flex-direction: column;}
/* .contact-images {display: flex; flex-direction: column; align-items: end;} */
.contact-images img{width: 100%;margin-bottom: 12px;}
.contact-images .img-box:not(:last-of-type){margin-bottom: 30px;}
.contact-images .img-box {max-width: 350px; background-color: #E7F7F9; padding: 30px 20px; border-radius: 10px;}
.contact-images .img-box:nth-child(2){background-color: #F0EAF4;}
.contact-images .img-box h3{font-size: 24px; line-height: 1.3;text-align: center;margin-bottom: 0;}

.contact-social-icon {margin-top: 30px;max-width: 350px;width: 100%;display: none;}
.contact-social-icon ul{display: flex;padding: 0;margin-bottom: 0;}
.contact-social-icon ul li a { transition: .5s ease; line-height: 16px;color: #fff; display: flex; justify-content: center; font-size: 20px; align-items: center; background-color: var(--theme-color); height: 50px; width: 50px; border-radius: 100%;}
.contact-social-icon ul li a:hover{background-color: #000;}
.contact-social-icon ul li:not(:last-child){margin-right: 10px;}
.contact-social-icon ul li{list-style: none; }


/* form start */
.contact-box .gform_title{display: none !important;}
.contact-box .gform_validation_errors{display: none  !important;}
.contact-box  input:not(input[type="submit"]):focus ,.contact-box  select:focus , .contact-box  textarea:focus{border-color: var(--theme-color) !important;}
.contact-box  label.gfield_label {margin-bottom: 5px !important;}
.gform-theme--foundation .gfield textarea.large{height: 120px;    min-block-size: inherit !important; padding: 6px 15px !important;}
.contact-us-main .contact-box  input:focus,.contact-us-main .contact-box  textarea:focus,.contact-us-main .contact-box  select:focus{box-shadow: none !important;}
#gform_submit_button_1:focus{box-shadow: none;}
#gform_submit_button_1 { line-height: normal; overflow: hidden !important; z-index: 1; border: 2px solid var(--theme-color); padding: 8px 30px; position: relative; display: inline-block; border-radius: 40px; color: #fff; font-weight: 400; transition: .5s ease; font-size: 24px; font-family: var(--title-font); text-transform: uppercase; background-color: var(--theme-color); }
.contact-box  input:not(input[type="submit"]) ,.contact-box  select{height: 52px !important; padding: 6px 15px !important;}
.contact-box .gform-theme--foundation .gform_fields{grid-row-gap: 20px !important;}
 .validation_message{margin-top: 3px !important;}
.gform_required_legend{display: none;}
/* form end */

/* contact page end  */

/* thanyou page start */
.thank-you-section .thankyou{display: flex; justify-content: center; align-items: center; flex-direction: column;}
.thankyou img{height: 150px;margin-bottom: 15px;}
.thankyou h2{font-size: 80px; line-height: 80px; text-transform: uppercase;margin-bottom: 0; text-align: center;font-weight: 900;}
.thankyou p{font-size: 22px; line-height: 30px; text-align: center; margin-top: 5px;}
/* thanyou page end */
