.news-slide h3 {
	font-size: 49px !important;
}

.about-main_img {
    height: 600px;
    width: 500px;
}

.about-main_pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-img_div {
    height: 250px;
    width: auto;
}

.video-img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_img-div {
    height: 200px;
    width: auto;
}

.blog_img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-img_div {
    height: 230px !important;
    width: auto;
}

.testimonial-img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-btn {
    background-color: #17932A;
    color: #fff;
    padding: 13px 35px;
    border-radius: 19px;
}

.view-btn_div {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.view-btn:hover {
    color: #fff;
    background-color: #000;
}

.login-button_div {
    display: none !important;
}

/********************************************************

**************** Nav Welcome Button Style ***************

********************************************************/
.welcome-dropdown {
    background-color: #fff;
    color: #000;
    width: 250px;
    width: 211px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2) !important;
    left: auto;
    right: 0;
}

.welcome-dropdown a {
    padding: 10px 15px; 
}

.img-profile_wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.user-btn {
    background-color: #0cbaea;
    color: #fff;
    font-size: 15px;
}

.user-profile {
    height: 50px;
}

.user-dropdown_menu {
    color: #000 !important;
    border-bottom: 2px solid #e5e5e5 !important;
    font-size: 15px;

}

.welcome-dropdown li:hover a{
    background-color: #6262de;
    color: #fff !important;
}

.dropdown-pic {
    height: 20px;
    margin-right: 20px;
}

.hover-dropdown .dropdown-hover_style {
    display: none;
  }
  

  .hover-dropdown:hover .dropdown-hover_style {
    display: block;
  }

  .dropdown-hover_style .dropdown-toggle::after {
    display: none; 
  }

  
  .dropdown-hover_style:hover .welcome-dropdown{
    display: block;
  }

  .arrow-pic1 {
    height: 10px;
    padding-left: 10px;
  }

  .arrow-pic2 {
    height: 20px;
    padding-left: 10px;
  }

  .user-pic {
    height: 20px;
    padding-right: 10px;
  }

  .button-login .login-btn{
    background-color: #426ee6;
    color: #fff;
    padding: 6px 11px;
    border-radius: 9px;
    transition: 0.5s;
}

.button-login .login-btn:hover {
    background-color: #8066f7;
    color: #fff;
}

.button-login a {
    color: #fff;
    font-weight: 500;
}

.welcome-dropdown li:hover .dropdown-pic {
    filter: brightness(0%) invert(1);
}

.button-login {
    display: none;
}

/********************************************************

**************** Banner Section ************************

********************************************************/
/*Banner  Section Style Start*/
.banner-slide {
    position: relative;
}

.banner-slide img {
    width: 100%;
}

.banner-heading_main {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

.banner-heading2 {
    font-size: 14px;
    font-weight: 300;
    color: #fffafa;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.banner-heading3 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

.gap-15 {
    gap: 15px;
}

.btn-wrap {
    display: block;
}

.banner-slide .btn-wrap .btn.banner-button {
    padding: 10px 20px;
    border-radius: 4px;
    background: #17932A !important;
}

.banner-slide .btn-wrap .btn.banner-button:hover {
    background: #116D1F !important;
}

.login-button_div .btn-log_in {
    background-color: #17932A;
    color: #fff;
    /*margin-left: 30px;*/
    padding: 6px 35px;
    border-radius: 19px;
}

.login-button_div .btn-log_in:hover {
    background-color: #116D1F;
    color: #fff;
}

.common-btn {
    padding: 20px 40px;
    color: #fff;
    background-color: #5e3afc;
    /* border-color: #0cbaea; */
    border-radius: 15px;
}

.common-btn:hover {
    color: #fff;
    background-color: #20AD96;
}

.slick-initialized .banner-slide.slick-slide {
    display: flex;
}

.banner-slide {
    min-height: 85vh;
    
}

.banner-slide .container {
    display: flex;
    align-items: center;
}

.banner-slide .row {
    display: flex;
    width: 100%;
    gap: 15px;
}

.banner-slide .col:nth-child(2) {
    padding: 80px 60px;
    border-radius: 4px;
    background: rgba(186, 130, 29, 0.4);
    background: rgb(255 255 255 / 5%);
    backdrop-filter: blur(30px);
}

.banner-slide .col:nth-child(2) .inner-text {
/*    transform: skew(15deg, 0deg);*/
}

.banner-slide .col:nth-child(2) .inner-text {
    text-align: center;
}

.banner-slide1 {
    /* background-image: url(../img/varun-slider_new.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-slide2 {
    /* background-image: url(../img/banner-new2.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-slide3 {
    /* background-image: url(../img/banner-new3.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.banner-slider_wrap .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateX(50px);
    z-index: 100;
    border: none;
}

.banner-slider_wrap .slick-prev {
    left: 0%;
    display: block;
    height: 50px;
    width: 50px;
    color: transparent;
    border-radius: 4px;
    /* background-color: #015fc978; */
    background-color: rgba(186, 130, 29, 0.3);
    background-image: url(../img/previous-arrow_whtleft.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
}

.banner-slider_wrap .slick-next {
    right: 7%;
    display: block;
    height: 50px;
    width: 50px;
    color: transparent;
    border-radius: 4px;
    /* background-color: #015fc978; */
    background-color: rgba(186, 130, 29, 0.3);
    background-image: url(../img/right-arrow_white.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
}

.banner-slider_wrap .slick-prev:hover,
.banner-slider_wrap .slick-next:hover {
    background-color: rgba(186, 130, 29, 1);
}


:root {
    --bs-primary: #ba821d;
}

/*Custom Style*/

/* .header-carousel-item2 {
    background-image: url(../img/Screenshot\ 2024-07-29\ 120826.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
} */

/* .img-filter {
    mix-blend-mode: multiply;
    filter: brightness(150%);
} */



/********************************************************

**************** Modal Design ***************************

********************************************************/
.modal-top {
    background-image: url(../img/loh_in-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 150px;
}


.label-style {
    font-weight: 600;
    color: #000;
}


.sign_up-form {
    background-image: url(../img/sign_up-bg2.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.sign_up-input {
    /* background-color: #a7ebdc; */
    border: 2px solid #7b8bea;
    color: #fff;
}

.sign_up-col {
    padding-left: 50px;
}

::placeholder {
    color: #fff;
    opacity: 1;
  }




/************************************
**************About Section**********
************************************/
.section-about {
    padding: 100px 0;
}


.about-img_part {
    text-align: center;
}

.resize-img_wrap {
    /* height : 100%;
    width: 100%;
    object-fit: cover; */
}

.section-about .container {
    padding-bottom: 0px !important;
}

/* .section-about img {
    width: 100%;
} */

.about-img_bg {
    background-color: #20AD96;
}

.about-item-content {
    display: flex;
    justify-content: center;
/*    align-items: center;*/
    flex-direction: column;
}

.about-item-content p {
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
}

.about-item-content .sub-head {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
    color: #ba821d;
}

.about-item-content .main-head {
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #16243d;
}

.about-item-content .bg-light-brown {
    background-color: rgba(186, 130, 29, 0.05);
}

.about-item-content .text-primary-brown {
    color: #ba821d;
}

.about-item-content .text-dark {
    font-weight: 300;
}

/************************************
************ Why Us Section **********
************************************/
.why-us {
    background-image: url(../img/3211250.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}

.whatido-header {
    font-size: 48px;
}

.custom-shape-divider-top-1722611247 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1722611247 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1722611247 .shape-fill {
    fill: #FFFFFF;
}

/************************************
********** Service Section **********
************************************/
.service-item {
    background-color: #20ad96;
}

.service-img {
    display: flex;
    justify-content: center;
}

.service-item img {
    height: 200px;
    padding: 30px 0;
}

.header-mob {
    background: #f5f0e8;
}

.header-mob:hover {
    background: #ba821d;
}

.header-mob .speech-bubble {
    color: #ba821d;
}

.header-mob:hover .speech-bubble {
    color: #fff;
}

.header-mob .phn-icon {
    color: #936817;
}

.header-mob:hover .phn-icon {
    color: #fff;
}

.mob-no-span {
    color: #ba821d;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.mob-no {
    font-size: 16px;
    color: #936817;
}

.cost-pic {
    height: 50px;
}

/********************************************
************ You Tube Video Section**********
*********************************************/
.you_tube-section {
    background-image: url(../img/you_tube-banner.jpg);
    background-image: url(../img/youtube-new.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 220px 0;
}

.youtube-wrap {
    display: flex;
    justify-content: space-between;
}

.ytube-thumbnail {
    height: 200px;
    width: 300px;
    border: 5px solid #fff;
    border-radius: 10px;
}

.you_tube-section h3 {
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    padding-left: 60px;
}

.you_tube-section p {
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.about-main_pic {
    border-radius: 10px;
}

.youtube-btn {
    height: 100px;
    margin: 0 auto;
    display: block;
}


/************************************
******** Amalyst Video Section ******
************************************/
.analyst-video {
    padding: 100px 0;
}

.analyst-video .container {
    overflow-x: hidden;
}

.video-wrap {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.video-subhead {
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    font-family: auto;
}



/************************************
******** News Slide Section ******
************************************/
.news-slide {
    padding: 100px 0;
}

.news-content {
    height: 270px !important;
    width: 270px !important;
    background-color: green;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news-content p {
    font-size: 15px;
    text-align: center;
    margin: 0 20px;
}



.news-slide p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-style: normal;
    margin-right: 20px;
}


.channel-wrapper {
    display: flex;
    justify-content: space-around;
}

.news-channel .channel-wrapper img {
    height: 100px;
}

.channel-right_sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel-right_sec h4 {
    font-size: 30px;
    font-weight: 700;
}

.channel-wrapper > div {
    padding: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
}

.cutout-inner {
    margin: 0 10px;
}


.cutout-inner img {
    width: 100%;
    border: 10px solid seagreen;
    object-fit: cover;
    border-radius: 15px;
    padding-bottom: 5px;
}

.cutout-wrap .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    border: navajowhite;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: blue;
    color: transparent;
}

.cutout-wrap .slick-next {
    left: auto;
    right: 0;
    background-image: url(../img/right-arrow_white.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: #555;
    right: -5%;
}

.cutout-wrap .slick-prev {
    background-image: url(../img/previous-arrow_whtleft.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: #555;
    left: -5%;
}

/************************************
**************Blog Section**********
************************************/
.blog-section {
    background-image: url(../img/rm222batch5-mind-21.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.custom-shape-divider-top-1722593393 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1722593393 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 166px;
}

.custom-shape-divider-top-1722593393 .shape-fill {
    fill: #FFFFFF;
}


.blog-content {
    background-color: #fff;
}

.blog .blog-item .blog-img {
    height: 100px !important;
}

.blog-heading {
    font-size: 20px;
    font-weight: 600;
}

.blog-wrapper {
    display: flex;
    justify-content: space-around;
}

.blog-item {
    margin: 0 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .5);
}

.blog-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.sec-testimonial {
    /* background-image: url(../img/testimonial-bg\ \(1\).jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    /* background-color: #20ad9630; */
    padding-top: 70px;
}

.testimonial-item {
    background-color: #20ad9633;
}


/************************************
**************Contact Section********
************************************/
.contact-sec {
    padding: 80px 0;
    /* background-image: url(../img/contact3.jpg) !important; */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% auto;
    position: relative;
    padding-top: 150px;
}

.btn-submit {
    padding: 17px 0;
}

.custom-shape-divider-top-1722594120 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1722594120 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-top-1722594120 .shape-fill {
    fill: #FFFFFF;
}

.contact-left {
    padding-right: 80px;
}

.top-wrap,
.mid-wrap,
.btm-wrap {
    display: flex;
    justify-content: space-between;
}

.input-column {
    /* width: 100%; */
    margin: 10px 0;
}

.margin-left {
    margin-left: 20px;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.text-primary {
    color: #20AD96 !important;
}

.btn-primary,
.bg-primary {
/*    background-color: #20AD96 !important;*/
    background-color: #17932a !important;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/**********************************************
********** Subscription Plan Section **********
***********************************************/
.subscription-plan {
    padding: 100px 0;
}

.plan-inner {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
    border-radius: 15px;
    height: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 90px;
}

.plan-inner li {
    position: relative;
}

.plan-inner li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 27px;
    /* background-image: url(../img/arrow-right\ \(1\).png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 19px;
    width: 19px;
}

.pink-list {
    position: relative;
}

.blue-list {
    position: relative;
}

.pink-list:before {
    background-image: url(../img/pink-tick.png);
}

.blue-list:before {
    background-image: url(../img/blue-tick.png);
}

.gold-list:before {
    background-image: url(../img/gold-tick.png);
}

.green-list:before {
    background-image: url(../img/green-tick.png);
}



.plan-span {
    font-weight: 700;
    color: #000;
}

.plan-head {
    padding: 40px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* border-radius: 15px; */
}

.plan-inner:hover {
    box-shadow: 0px 10px 20px rgb(186 131 30);
}

.plan-inner:hover .btn-div {
    /* box-shadow: 0px 10px 20px rgb(32 173 150); */
    /* transform: rotateY('150deg') */
}

.plan-inner1 {
    background-color: #39d9e824;
}

.plan-inner2 {
    background-color: #fc6a9e26;
}

.plan-inner3 {
    background-color: #fdbd7a40;
}

.plan-inner4 {
    background-color: #7fd9cb36;
}

.btn-div {
    width: 100%;
}

.plan-inner1 .duration,
.plan-inner1 .btn-div .subscribe-btn{
background: linear-gradient(135deg,  rgba(40,187,213,1) 0%,rgba(57,218,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.plan-inner2 .duration,
.plan-inner2 .btn-div .subscribe-btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe3174+0,fc70a2+100 */
background: linear-gradient(135deg,  rgba(254,49,116,1) 0%,rgba(252,112,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.plan-inner3 .duration,
.plan-inner3 .btn-div .subscribe-btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9a43+1,fdbf7d+100 */
background: linear-gradient(135deg,  rgba(255,154,67,1) 1%,rgba(253,191,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.plan-inner4 .duration,
.plan-inner4 .btn-div .subscribe-btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#20ad96+1,a4ebe0+100 */
background: linear-gradient(135deg,  rgba(32,173,150,1) 1%,rgba(164,235,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.plan-head1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28bbd5+0,39dae8+100 */
background: linear-gradient(135deg,  rgba(40,187,213,1) 0%,rgba(57,218,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.plan-head2 {
    background: linear-gradient(135deg,  rgba(254,49,116,1) 0%,rgba(252,112,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.plan-head3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9a43+1,fdbf7d+100 */
background: linear-gradient(135deg,  rgba(255,154,67,1) 1%,rgba(253,191,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.plan-head4 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#20ad96+1,a4ebe0+100 */
background: linear-gradient(135deg,  rgba(32,173,150,1) 1%,rgba(164,235,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.subscribe-btn {
    padding: 15px;
    background-color: red;
    color: #fff;
    border-radius: 15px;
}

.plan-head h4 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

.plan-inner li {
    list-style: none;
    padding: 6px 0;
    font-size: 14px;
}

.amount-span {
    font-size: 28px;
    padding: 20px 0;
    font-weight: 800;
    margin: 0;
    background-color: #fff;
}

.plan-inner ul {
    padding-left: 0;
}

.duration {
    padding: 7px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
}

.btn-div {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}


/***********************************************
**************Telegram Channel Section**********
***********************************************/
.telegram-channel {
   padding: 60px 0;
   /* background-image: url(../img/telegram-bg.jpg); */
   background-repeat: no-repeat;
   background-position: right center;
   background-size: cover;
}

.telegram-channel h2 {
    color: #fff;
    /* color: #16243d !important; */
}

.telegram-pic {
    width: 100%;
}

.telegram-channel p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-style: normal;
}

/*Process*/
.process-wrap .process-img img{
    height: 50px;
    padding-right: 20px;
}

.cut-outinner {
    padding-top: 100px;
}


.process-wrap {
    display: flex;
    justify-content: space-between;
    border: 3px solid #000;
    border-radius: 100px;
    align-items: center;
    padding: 72px 11px;
    height: 131px;
    backdrop-filter: blur(30px);
}

.process-wrap1 {
    border: 3px solid #ff3785;
    background-color: #f893a91a;
    border-right: 20px solid deeppink;
}

.process-wrap2 {
    border: 3px solid #28b6d5;
    /* background-color: aliceblue; */
    border-right: 20px solid #0ac0e9;
}

.process-wrap3 {
    border: 3px solid #ba831d;
    background-color: #d5c19d38;
    border-right: 20px solid #ba831d;
}

.process-subhead {
    font-weight: 500 !important;
    letter-spacing: 2px;
    color: #fff;
}

.process-shape {
    width: 116px;
}

.process-wrap .process-head {
    color: #000;
    font-weight: 700;
}

.process-wrap1 .process-text h6  {
    color: #ff3785;
}

.process-wrap2 .process-text h6  {
    color: #28b6d5;
}

.process-wrap3 .process-text h6  {
    color: #ba831d;
}

.process-wrap .process-text h6{
    /* color: #000; */
    font-weight: 600;
    font-size: 18px;
}

.process-wrap .process-text p{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

/************************************************
**************Privacy Policy Page ***************
************************************************/
.privacy-head {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    padding: 40px 0;
    color: #ba831db3;
    font-family: auto;
}

.privacy_policy-inner {
    max-width: 1200px;
    padding: 80px;
    margin: 0 auto;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
    margin-bottom: 70px;
    background-color: #fff;
    margin-top: 100px;
    border-radius: 5px;
}

.privacy_policy-page {
    /* background-image: url(../img/57622.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: #f0f8ff !important;
}



.privacy_policy-inner p {
    font-size: 19px;
    padding: 10px 0;
    font-family: auto;
    padding-top: 20px;
}



.sub-heading {
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    padding: 20px 0;
    padding-bottom: 10px;
    margin: 0;
    color: #ba831db3;
    display: block;
    background:url(../img/plans_heading-shape.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 8px;
    /* font-family: auto; */
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    
}

.border-shape {
    height: 30px;
}

.sub-heading:before {
    
    background-size: auto 5px;
   
}
 
.heading-span {
    font-size: 19px;
    text-align: left;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    margin: 0;
    color: darkblue;
    font-family: auto;
}

.heading-span2 {
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    padding: 20px 0;
    margin: 0;
    font-family: auto;
}

.heading-para {
    text-align: left;
    font-size: 20px;
    padding: 20px 0;
    margin: 0;
    font-family: auto;
}


.privacy_policy-inner li {
    font-size: 17px;
    padding: 12px 0;
    position: relative;
    list-style: none;
    font-family: "Lato", sans-serif;
}

.privacy_policy-inner li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -44px;
    background-image: url(../img/arrow-right\ \(1\).png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 40px;
}

.heading-border_shape {
    
}



/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.footer-top .rounded {
    border-radius: 26px !important;
}

.btn-xl-square {
    width: 55px;
    height: 55px;
}

.fa-2x {
    font-size: 1.5em !important;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.menu-dropdown {
    left: 50% !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    /*color: #787878;*/
    color: #ba821d;
    font-size: 15px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item:hover .nav-link {
    /*color: #ba831d;
    background: rgba(186, 131, 29, 0.15);*/
    color: rgba(255, 255, 255, 0.9);
    background: #936817;
}

/* .navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    background: rgb(186, 130, 29);
} */

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #ba821d !important;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active:hover {
    color: #fff !important;
}

.log_in-button {
    background-color: #17932A;
    color: #fff !important;
    padding: 6px 35px !important;
    border-radius: 19px;
    text-align: center;
    width: 30%;
    font-size: 13px !important;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

     /*Nav*/
     .nav-link {
        display: block !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 1300px) {
	 .navbar .navbar-nav{
		width: 100% !important;
	}

	.news-content {
		height: 270px !important;
		width: 270px !important;
		
	}

	.media-text {
		display:flex;
		justify-content: center;
		align-items:center;
		padding-top: 70px;
	}

	.sec-heading {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        /*width: 100%;*/
        display: flex;
        justify-content: center;
        align-items: center;
        /*background: var(--bs-light);*/
        background: #f5f0e8;
        border-radius: 10px;
        overflow: hidden;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }

    /* About Section */
    .about-img_part {
        padding-top: 32px;
    }

   

    /* You Tube Section */
    .you_tube-section {
        padding: 58px 0;
    }

    .section-about img {
        width: auto !important;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
    height: 100% !important;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #20ad96;
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: #20ad96;
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.fin-responsive i{
	font-size: 16px;
    background-color: #009536;
	color: #fff;
    padding: 11px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
display: none;
}

.fins-icon{
	padding: 11px 13px !important;
}

.fins-hide{
	font-size: 16px;
    background-color: #009536;
	color: #fff;
    padding: 11px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.foot-contact_column {
    display: flex;
}

.foot-contact_column2 {
    display: flex;
    justify-content: center;
}

.foot-contact_column3 {
    display: flex;
    justify-content: end;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/



/********************************
* 
* Risk Disclosure Page Start 
*
********************************/
.policy-inner_main {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.policy-inner_main li,
.policy-inner_content li {
    position: relative;
    list-style: none;
}

.policy-inner_content li:before,
.policy-inner_main li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -44px;
    background-image: url(../img/arrow-right\ \(1\).png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 40px;
}

.policy-inner_main h2 {
    color: #ba831db3;
    font-size: 35px;
    line-height: 50px;
}



/*** ./Risk Disclosure Page End ***/



/********************************
* 
* Research Disclaimer Page Start 
*
********************************/
.research-disclaimer_main {
    padding: 0;
}

.policy-inner_content {
    padding: 100px 0;
    background-color: aliceblue;
    /* background-image: url(../img/57622.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.annexure-a {
    padding-bottom: 60px;
}

.policy-inner_text {
    /* background-image: url(../img/sign_up-bg2.png); */
    background-image: url(../img/policy_content-bg_shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 40px;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 1.5);
} 

.policy-inner_text h3 {
    line-height: 42px;
    text-align: center;
}

.policy-do {
    background-color: #fff;
    border: 1px dashed #333;
}

.policy-inner_text li {
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
}

.policy-inner_text h5 {
    background-color: #17932A;
    padding: 10px;
    color: #fff;
}


.policy-list_head {
    text-align: center;
    background-color: #e5bc71;
    padding: 5px 0;
    color: #000;
    font-weight: 700;
    border-radius: 15px;
}

.policy-list_head:before {
    background-image: none !important;
}


/****************************************
* 
* Investor-Charter Disclosure Page Start 
*
****************************************/
.investor-charter_main{
    padding: 10px 0 !important;
}

/*** Annexure B Table Start***/
.annexure-b {
    padding: 10px 0 100px 0;
}

.annexure-b_table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
  }
  
  .annexure-b_table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;

  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  .policy-submenu {
    font-size: 15px;
    padding: 15px 20px;
    background-color: #116D1F;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .menu-dropdown {
    padding: 0;
    margin: 0;
  }

 
  .dropdown-item:hover {
    background-color: #fff;
    color: #116D1F;
  }
  
  .derivatives_risk-disclosure {
    padding: 100px 0 !important;
  }
  
  .annexure-b_table .bold-text {
    font-size: 18px;
  }

  .table-head {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 20px 0;
    background-color: #fff;
    padding-left: 12px;
    margin: 0;
  }

  .investorcharter-table {
    border: 1px solid #787878;
    margin: 60px 0;
    background-color: #fff;
  }

  .inversor-detailspoint {
    padding: 30px 0;
    padding-left: 12px;
  }

  .inversor-detailspoint p {
    color: #333;
  }

  .annexure-b_table .chart-head {
    background-color: #84f294;
  }

  .annexure-b_table tr {
    background-color: #d4edd8;
  }
 

/*** ./Annexure B Table End***/


 /* .derivatives_risk-disclosure {
    background-image: url(../img/risk_disclosure-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 1200px auto;
  } */



/*** Cancellation & Refund Policy Page Start ***/
.cancellation_refund-main {
    background-image: url(../img/cancellation_refund-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}


/*** Terms & Conditions Page Start ***/
.terms_conditions-subhead {
    font-size: 25px;
    font-weight: 600;
    padding: 20px 0;
    color: #000;
    display: block;
}

.terms_conditions-banner {
    background-image: url(../img/terms_conditions-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
}
/*** ./Terms & Conditions Page End ***/


/*****************************************************

************* Subscriptions Inner Page ***************

*****************************************************/
.subscription-inner_banner {
    background-image: url(../img/planinner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.pln-dtl-vdo iframe{
	border: 2px solid #fff;
    border-radius: 10px;
}

.pln-after-vdo iframe{
	display: none;
}

.subscription-inner_banner .mid-col {
        margin: 0 auto;
}

.subscription-inner_banner .mid-col h2 {
    font-size: 45px;
    font-weight: 900;
	color: #fff;
}

.subscription-inner_banner .mid-col h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.subscription-inner_main {
    padding: 50px 0;
}

.plan-pic {
    height: 300px;
}

.planinner-btn {
    background-color: #17932A;
    color: #fff;
    padding: 6px 35px;
    border-radius: 19px;
}

.planmain-midrow h3 {
    font-weight: 900;
    font-size: 40px;
}

.planmain-midrow h5 {
    font-weight: 600;
}

.planmain-midrow h6 {
    padding-bottom: 20px;
}

.planmain-lastrow .lastrow-text h5 {
    background-color: #e7c483;
    padding: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.planmain-lastrow .lastrow-text li {
   font-size: 17px;
   padding-bottom: 20px; 
   color: #000;
   font-weight: 600;
}

.planmain-lastrow .lastrow-text {
    box-shadow: 10px 10px 20px rgba(0,0,0,1.5);
}
/*** ./Subscriptions Inner Page End ***/


/*** Subscriptions Inner Page Responsive Start ***/

@media (max-width: 992px){
	.pln-dtl-vdo iframe{
	    display: none;
    }

	.pln-dtl-image img{
		display: none;
    }

	.pln-after-vdo iframe{
	    display: block !important;
		width: 100%
    }

}

@media (max-width: 767px){
    .subscription-inner_banner {
        padding: 80px 0;
    }

	

    .subscription-inner_banner .mid-col h2 {
        font-size: 30px;
    }

    .planmain-midrow h3 {
        font-size: 35px;
        padding-top: 30px;
        text-align: center;
    }

    .planmain-midrow p {
        text-align: center;
        margin: 20px 40px;
    }

    .planmain-lastrow .lastrow-text {
        margin: 0 20px;
    }

    .planmain-midrow h5,
    .planmain-midrow h6 {
        text-align: center;
    }

    .planinner-btn {
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .subscription-plan {
        padding: 60px 0;
    }

}
/*** ./Subscriptions Inner Page Responsive End ***/




/***********************************************************

************* Blog All Inner Page **************************

***********************************************************/
.blog_inner-banner {
    background-image: url(../img/allblog-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
}

.blog_inner-banner h2 {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
}

.blog_inner-main {
    padding: 100px 0;
    background-image: url(../img/program-bg_opacity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-lastcol {
    background-color: #ececec;
    padding: 20px;
    border-radius: 4px;
}

.blog-lastcol h5 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px dashed #000;
    margin-bottom: 20px;
}

.categories-wrap {
    margin-top: 30px;
    /* box-shadow: 10px 10px 20px rgb(186 130 29);
    padding: 20px;
    background-color: #fff; */
}

.categories-wrap h6 {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
}

.categories-wrap li {
    position: relative;
    font-size: 13px;
    list-style: none;
    padding-bottom: 9px;
    font-weight: 500;
}

.categories-wrap a {
    text-decoration: none;
    color: #000;
    
}

.categories-wrap li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -44px;
    background-image: url(../img/arrow-right\ \(1\).png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 14px;
    width: 32px;
}

@media (max-width:780px) {
    .blog_inner-banner {
        padding: 85px 0;
    }

    .blog-midcol {
        margin-top: 50px;
    }

    .blog-lastcol {
        margin-top: 50px;
    }
}

/***********************************************************

************* Blog Sub-inner Inner Page *******************

***********************************************************/
.blog_subinner-main {
    padding: 100px 0;
}

.btm-imgdiv {
    padding: 0;
    margin: 0;
}

.blogsubinner-btm-img {
    padding-top: 40px;
}

.blogsubinner-btm-img img{
    width: 100%;
    border-radius: 10px;
}

.blog_subinner-main h2 {
    font-size: 45px;
    font-weight: 900;
}

.blog_subinner-main .blog-top p {
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
    padding-top: 20px;
}

.blog-textwrap {
    padding: 40px;
    border-radius: 15px;
    margin-top: 100px;
    box-shadow: 2px 5px 50px rgb(186 130 29 / 27%)
}

.blog-textwrap .date {
    color: #000;
    font-weight: 500;
    text-align: right;
}

.blog-title {
    font-size: 30px;
    font-weight: 700;
}

.blog-parahead {
    font-weight: 800;
    font-size: 18px;
    padding-top: 30px;
}

.blog-paratitle {
    font-size: 15px;
    color: #000;
    line-height: 28px;
}

@media (max-width:780px) {
    .blog_subinner-main h2 {
        font-size: 30px;
        text-align: center;
        padding-top: 30px;
    }

    .blog_subinner-main .blog-top p {
        text-align: center;
        line-height: 30px;
        font-size: 17px;
        margin: 0 21px;
    }
}

/***********************************************************

*********************** Cart Page Start*********************

***********************************************************/
.cart-main {
    padding: 100px 0;
}

.cart-main h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 30px;
}

.details-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.program-details_wrap {
    margin-top: 20px;
}

.subscription_details-wrap {
    box-shadow: 2px 5px 10px rgb(186 130 29 / 27%);
    
}

.plan-wrap1 {
    border-bottom: 2px solid #e3e3e3;
}

.subscription_details-head {
    background: linear-gradient(to right,  rgba(186,130,29,1) 0%,rgba(255,255,255,0.5) 100%);
    padding: 10px 20px;
}

.subscription_details-head h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.details-wrap h5 {
    font-size: 16px;
}

.previous-amt {
    text-decoration: line-through;
}

/*Cart Page Responsive*/
@media (max-width:1000px) {
    .cart-leftrow {
        width: 100%;
    }

    .cart-rightrow {
        width: 100%;
    }
}

@media (max-width:780px) {
    .cart-main {
        padding: 66px 0;
    }

    .mid-col {
        margin-top: 30px;
    }

    .cart-main h2 {
        text-align: center;
    }

    .subscription_details-wrap,
    .payment-div  {
        margin: 0 30px;
    }
}


/****************************************************************

*********************** Dashboard Page Start*********************

****************************************************************/
/* Style the tab */
.tab {
    /* float: left; */
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 25%;
    /* height: 800px; */
}

.transactions-row {
    width: 100%;
    overflow-x: auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #7be88c;
}

/* Style the tab content */
.tabcontent {
    /* float: left; */
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 75%;
    border-left: none;
    padding-bottom: 50px
    /* height: 800px; */
}

.profile-head {
    padding: 20px;
    border: 2px solid gold;
    display: flex;
    justify-content: space-between;
}

.tab-head .fa {
    font-size: 37px !important;
    margin-left: 20px;
}

.tablinks .fas,
.tablinks .far {
    margin-right: 15px !important;
}

.dashboard-profile_form {
    border-bottom: 1px solid #333;
    padding-bottom: 50px;
}

.dashboard-subscription_planhead {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.dashboard-subscription_planhead h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    min-height: 80px;
}

.dashboard-subscription_planhead h6 {
    color: darkgreen;
    font-weight: 600;
}

.dashboard-subscription-box {
    background-color: #f5f5f5;
    padding: 20px 30px;
    box-shadow: 2px 5px 10px rgb(23 147 42 / 42%);
    border-radius: 10px;
	margin: 20px 0;
}

.dashboard-subscription_details {
    display: flex;
    justify-content: space-between;
}

.dashboard-subscription_details span {
    display: block;
    font-weight: 600px;
    font-size: 13px;
    color: darkblue;
    text-align: center;
    padding-top: 7px;
}

.dashboard-subscriptionimg {
    text-align: center;
}

.dashboard-subscriptionimg img {
   width: 100%;
   max-height: 245px
}

.transaction-table thead, tbody, tfoot, tr, td {
    text-align: center;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    padding: 7px;
}

.transaction-table tr:nth-child(even) {
    background-color: #f5f0e8 !important;
    padding: 10px 0;
}

.change-pwd {
    text-align: right;
}

.passwordsave-btn {
    width: 100%;
    background-color: #17932A;
    color: #fff;
    padding: 8px 35px;
    margin-top: 15px;
    border: none;
    border-radius: 10px;
}

#new-pwddiv {
    display: none;
}

@media (max-width: 768px) {
    .clearfix {
        display: block !important;
    }

    .tab {
        width: 100% !important;
    }

    .tabcontent {
        width: 100% !important;
    }

    .tab-head {
        text-align: center;
    }

   
    .box-2,
    .box-4 {
        margin-top: 30px;
    }

    .box-1,
    .box-3 {
        margin-top: 20px;
    }

    .change-pwd {
        margin-top: 20px;
        /* margin-left: 0;
        padding-left: 0; */
        text-align: left;
    }

    .confirmpwd-row {
        margin-top: 15px;
    }
}

/****************************************************************

*********************** Log In Form *****************************

****************************************************************/
.form-div {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form_div {
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.register-form_div {
    background-image: url(../img/register-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.register-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrap_row {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

/* .login-form_wrap {
        max-width: 800px;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
        border-radius: 10px;
} */

.form-left {
    
}

.login-left {
    background-image: url(../img/login-left.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.password-left {
    background-image: url(../img/forgot-password.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.forget-pwddiv .form-right_div{
    padding: 73px 20px;
}

.fwpassword-right {
    box-shadow: none !important;
}



/****************************************************************

*********************** Register Form ***************************

****************************************************************/

.register-left {
    background-image: url(../img/register-left_bg3.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
}

.register-form_logo {
    display: flex;
    width: 200px;
    height: 200px;
    padding: 24px;
    background: rgb(255 255 255);
    border-radius: 50%;
}

.register-form_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.form-right_wrap {
    padding: 35px 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
}

.form-right_div {
    padding: 0;
}

.login-button,
.otp-button {
    text-align: center;
    background-color: green;
    color: #fff;
    padding: 5px 0;
    width: 100%;
}

.login-button_wrap {
    margin-top: 20px;
}

/*Register Button*/
.register-button_div {
    margin-top: 10px;
}

.register-button {
    font-size: 15px;
}

/*Forgot Password*/
.forgot-pwd_div {
    margin-top: 20px;
    text-align: center;
}

.para {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .login-left {
        padding: 100px 0;
        background-position: top center;
    }

    .form-div {
        padding: 40px 0;
    }
}

/****************************************************************

*********************** Payment Successful Page Start************

****************************************************************/
.payment-succcessful_div {
    padding: 100px 0;
    text-align: center;
}

.payment-details_div {
    max-width: 800px;
    background-color: #f1f1f1;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
	box-shadow: 0px 0px 11px -4px #000;
}

.payment-details_div h5{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.text-dark2{
	background-color: #fff !important;
    padding: 1rem 1rem;
    border-radius: 10px;
    min-height: 185px;
}

.shadow-lg {
    box-shadow: 4px 6px 14px -5px #000 !important;
}

.play-plate{
	background-color: #ba821d;
    margin: 10px 0;
    padding: 10px 0px;
    border-radius: 10px;
}

.play-plate h5{
	color: #fff;
}

.plate-program h5{
	font-size: 28px;
    margin: 10px 0px;
    font-weight: 700;
}

.tele-code{
	background-color: #c67f12;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: 900;
}

/************************************************************

**************** Testimonial Inner Page Style ***************

*************************************************************/
.testimonial-all_banner {
    background-image: url(../img/testiminialall-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 230px 0;
}

.testimonial-all_banner h2 {
    font-size: 55px;
    font-weight: 900;
    color: #000;
}

/********************************************************

************ Testimonial Inner Page Start ***************

********************************************************/
.testimonial_page-banner {
    /* background-image: url(../images/testimonial_page-banner.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
}

.testimonial_page-banner h2 {
    font-size: 50px;
    padding: 30px 0;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
}

.testimonial-main {
    padding: 100px 0;
}

.testimonial-box_wrap {
    display: flex;
    justify-content: space-between;
    /* background-color: #ffe9c3; */
    background-image: url(../img/sign_up-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-box {
    max-width: 1000px;
    margin: 0 auto;
} 

.testimonial-text_wrap {
    max-width: 600px;
    /* background-image: url(../images/testimonial-text_bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-text_wrap h4 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
}

.testimonial-text_wrap p {
    font-size: 16px;
    line-height: 25px;
    color: #555;
    text-align: justify;
    padding: 0 40px;
}

.testimonial-box_wrap {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 44%);
    padding: 30px;
    border-radius: 10px;
    
}

.review-icon {
    height: 50px;
    margin-left: 30px;
}

.testimonial-2 {
    padding-top: 5px;
}

.review_video-wrap img {
    height: 200px;
    width: 200px;
    border-radius: 100%;
}

.testimonial-video_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*********** ./Testimonial Inner Page End ************/

/*Testimonial Inner Page Responsive*/
@media (max-width:1120px){
    
    .testimonial-box_wrap {
        display: block !important;
        margin-top: 44px;
    }

    .testimonial-video_wrap {
        text-align: center;
    }

    .testimonial-text_wrap h4 {
        padding-top: 30px;
    }

    .testimonial_page-banner {
        padding: 206px 0;
    }

     .testimonial_page-banner h2 {
            font-size: 50px;
    }

    .review-btmrow {
        margin-top: 7px !important;
    }
}

@media (max-width:576px){
    .testimonial-all_banner {
        padding: 115px 0;
    }

    .testimonial-all_banner h2 {
        font-size: 33px;
    }

    .testimonial-box_wrap {
        margin: 0 10px;
    }

    .testimonial-box {
        margin: 30px 0;
    }

    .review-btmrow {
        margin-top: 0rem !important;
    }

    .testimonial-text_wrap p {
        text-align: center;
    }
}


/********************************************************

*************** All News Inner Page Start ***************

*********************************************************/
.allnews-banner {
    background-image: url(../img/allnews-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.allnews-banner h2{
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    text-align: center;
}


.allnews-main {
    padding: 100px 0;
}

.news-text h6 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}

.news-text p {
    padding-top: 20px;
}

.news-text {
    text-align: center;
    padding: 0 30px;
}

.channel-img img {
    height: 200px;
    border-radius: 15px;
    width: 100%;
}

.news-wrap {
    text-align: center;
    background-color: #0cbaea3d;
    padding: 20px 10px;
    border-radius: 10px;
}

.chnl-pic {
    height: 50px;
}

.allnews-main h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px;
}

.channel-img {
    position: relative;
}

.yt-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.yt-icon img {
    height: 60px;
}

/*** Responsive Style (1400)***/
@media (max-width: 767px) { 
    .allnews-banner {
        padding: 93px 0;
    }

    .allnews-banner h2 {
        font-size: 45px;
    }

    .allnews-main {
        padding: 56px 0;
    }

    .news-wrap {
        margin: 30px;
    }

    .allnews-main h2 {
        font-size: 30px;
        padding-bottom: 4px;
    }
}
/********************************************************

*************** YouTube Inner Page Start ****************

*********************************************************/
.youtube-pagebanner {
    background-image: url(../img/youtube-pagebanner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.banner-text h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
}

.youtube-innermain {
    /* background-color: #d7bd8c69; */
    background-image: url(../img/videos-bgopacity.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

.youtube-innermain h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
} 

.ytube-videobox iframe{
    border-radius: 15px;
    width: 100%;
}

/*** Youtube Inner Page Responsive Style Start***/
/*** Responsive Style (780)***/
@media (max-width: 780px) {
    .ytube-videobox {
        text-align: center;
        margin: 20px 0;
    }
}
@media (max-width: 580px) {
    .youtube-pagebanner {
        padding: 73px 0;
    }
    .banner-text h2 {
        font-size: 30px;
        margin: 0 30px;
    }

    .ytube-videobox {
        text-align: center;
        margin: 19px;
    }

    .ytube-btmrow {
        margin-top: 0rem !important;
    }
}
/*** ./Youtube Inner Page Responsive End ***/


/********************************************************

*************** Contact Us Inner Page Start *************

*********************************************************/
.contact-pagebanner {
    background-image: url(../img/contact-usbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 300px 0;
}

.contact-innermain {
    padding: 100px 0;
}

.contact-contentwrap {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-leftwrap {
    background-color: #0cbaea;
    padding: 200px 50px;
}

.contact-rightwrap {
    background-color: #f6f691;
    padding: 300px 0;
}

.contactus-formlabel {
    color: #fff;
}

.contact-btn {
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
}

.contact-pageform input{
    border-radius: 30px;
}

.contact-rightwrap {
    background-image: url(../img/contact-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



/*** Responsive Style (1400)***/
@media (max-width: 1400px) {
    .plan-inner li:before {
        left: 9px;
    }

	.news-content {
		height: 270px !important;
		width: 270px !important;
	}

    .news-content h3 {
        font-size: 50px !important;
    }
}

/*** Responsive Style (1300)***/
@media (max-width: 1300px) {
    /*Telegram Section*/
    .telegram-channel .display-5 {
        font-size: 2rem;
    }

    .subscription-plan .display-4,
    .blog-wrap .display-4,
    .sec-testimonial .display-4,
    .contact-sec .display-4 {
        font-size: 2.5rem;
    }

    /*In News Section*/
    .news-content {
        height: 330px;
        width: 330px;
        margin-top: 50px;
    }

    .news-slide p {
        font-size: 16px;
    }

    /*Analyst Video*/
    .analyst-video .display-4 {
        font-size: 2.5rem;
        padding-bottom: 10px;
    }

    .video-subhead {
        font-size: 19px;
    }

    /*Footer*/
    .footer-item h4 {
        font-size: 20px;
    }

    .foot-contact_column {
        width: 33% !important;
    }

    .footer .btn-xl-square {
        height: 45px;
        width: 45px;
    }

    .footer .fa-2x {
        font-size: 1.2em !important;
    }

    /*Policy Inner Page*/
    .policy-inner_text h5 {
        font-size: 18px;
    }

    /*You Tube Section*/
    .you_tube-section h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media (max-width: 1100px) {
    /*About Section*/
    .section-about img {
        width: 100%;
    }

    .about-img_part {
        text-align: center;
    }

    /*Telegram Process Section*/
    .process-wrap .process-text h6 {
        font-size: 14px;
    }

    /*Subscription Section*/
    .plan-inner li:before {
        display: none;
    }
    
    /*In News Section*/
    .news-content {
        height: 300px;
        width: 300px;
    }

    .news-content h3 {
        font-size: 40px !important;
    }

    .news-slide p {
        font-size: 15px;
    }

    /*Channel appearences*/
    .channel-right_sec h4 {
        font-size: 25px;
    }

    .news-channel .channel-wrapper img {
        height: 75px;
    }

    /*Analysy Video*/
    .analyst-video p {
        max-width: 500px;
    }

    .analyst-video .display-4 {
        font-size: 2.2rem;
    }

    .footer .col-lg-6 {
        width: 30%;
    }

    .footer-item .form-control {
        width: 35% !important;
    }

    .end-0 {
        right: 65% !important;
    }
}


@media (max-width: 780px) {
    /*Nav*/
    .nav-link {
        display: block !important;
    }

    .channel-wrapper {
        display: block;
    }

    .channel-wrapper > div {
        display: flex;
        justify-content: center;
    }

    .telegram-pic {
        width: 100%;
    }

    /*Banner*/
    .banner-slide .col:nth-child(2) {
        padding: 40px;
        margin: 30px 0;
    }

    .banner-slider_wrap .slick-prev,
    .banner-slider_wrap .slick-next {
        height: 40px;
        width: 40px;
        background-size: 20px;
    }

    .banner-heading_main {
        font-size: 20px;
    }

    .banner-slider_wrap .slick-next {
        right: 12%;
    }

    .banner-slide .btn-wrap .btn.banner-button {
        font-size: 13px;
    }

    /*About*/
    .about-item-content .main-head {
        text-align: center;
    }

    .about-item-content .sub-head {
        text-align: center;
    }

    .about-item-content p {
        text-align: justify ;
        margin-bottom: 32px;
    }

    /*Analysy Video*/
    .analyst-video h4,
    .analyst-video h1,
    .analyst-video p {
        text-align: center;
    }

    /*Telegram Process*/
    .telegram-process {
        margin: 10px 0;
    }

    /*Subscriptions Plan*/
    .silver-plan,
    .platinum-plan {
        margin: 35px 0;
    }

    /*In News*/
    .news-content {
        margin: 0 auto;
    }

    /*Channel Appearences*/
    .channel-right_sec h4 {
        margin-top: 30px;
    }

    /*Blog*/
    .blog-text {
        margin-top: 40px;
    }

    .blog-middle {
        margin-top: 50px;
    }

    /*Contact*/
    .contact-sec {
        background: none;
    }

    .contact-left {
        padding-right: 0px;
    }

    .contact-sec h3 {
        text-align: center;
    }

    .contact-sec p {
        text-align: center;
    }

    /*Footer*/
    .footer .col-lg-6 {
        width: 100% !important;
    }

    .footer {
        text-align: center;
    }

	.fins-hide{
		display: none;
    }

	.fin-responsive i{
		display: inline-block;
        margin: 0 0 10px 0;
    }

    .footer-btn {
        justify-content: center;
    }

    .footer .foot-contact_column h4,
    .footer .foot-contact_column p {
        text-align: left;
    }

    .responsive-middle {
        justify-content: center !important;
    }

    .footer-item .form-control {
        margin: 0 auto;
    }

    .footer .end-0 {
        right: 33% !important;
    }

    .last-foot .flex-shrink-0 {
        justify-content: center !important;
    }

    .back-to-top {
        right: 20px;
    }

    /*Privacy Policy Page*/
    .privacy_policy-inner p{
        text-align: justify;
    } 

    .privacy-head {
        padding-bottom: 4px;
        font-size: 34px;
    }
 
    .privacy_policy-inner li {
        text-align: justify;
    }

    .privacy_policy-inner .sub-heading {
        font-size: 24px;
    }

    /*Derivatives Risk Disclosure Page*/
    .derivatives-left {
        text-align: center;
    }

    .derivatives_risk-disclosure {
        padding: 40px 0 !important;
    }

    .policy-inner_main h2 {
        padding-top: 40px;
        text-align: center;
        padding-bottom: 10px;
    }

    .derivatives-right {
        padding: 0 55px;
    }

    .derivatives-right span {
        text-align: center;
        display: block;
        padding-bottom: 20px;
    }

    .derivatives-left img {
        width: auto;
    }

    .policy-inner_main li {
        padding-bottom: 15px;
    } 

    .policy-inner_text {
        margin: 0 30px;
    }

    /*Research Disclaimer*/
    .research-disclaimer_main h2 {
        font-size: 27px;
        line-height: 34px;
        max-width: 372px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .policy-inner_text li {
        text-align: justify;
    }



    /*** Cancellation & Refund Policy Page Responsive Start ***/
    .cancellation_refund-main {
        padding: 102px 0;
    }

    .cancellation_refund-left {
        flex-direction: row !important;
        justify-content: left !important;
    }

    .cancellation_refund-main h2 {
        font-size: 25px;
        line-height: 40px;
        max-width: 257px;
        text-align: left;
    } 

    .refund_policy-inner li {
        text-align: justify;
    }
    /*** ./Cancellation & Refund Policy Page Responsive End ***/

    /*Investor Charter Disclosure*/
    .annexure-b {
        display: none;
    }

    .investor-charter_main img {
        width: 100%;
    }

    .investor-charter_main {
        padding-bottom: 50px !important;
    }

    .investor-charter_main h3 {
        text-align: center;
        font-size: 17px;
        padding-bottom: 20px;
        max-width: 300px;
    }

    .investor-charter_main h2 {
        padding-top: 17px;
    }

    .policy-inner_text h5 {
        text-align: center;
        font-size: 17px;
        line-height: 30px;
    }

    .policy-inner_content {
        padding: 70px 0;
    } 

    .policy-inner_text li {
        font-size: 15px;
    }

    /*Privacy Policy*/
    .privacy_policy-inner {
        padding: 30px;
    }


    /*Reasearch Disclaimer Main*/
    .research-disclaimer_main img {
        width: 100%;
    } 

    .policy-inner_content h3 {
        text-align: center;
    }

    /*Terms and Conditions Main*/
    .terms_conditions-banner {
        padding: 150px 0;
    }

    /*Derivatives Risk Disclosure*/
    .derivatives_risk-disclosure h2 {
        margin: 0 auto;
    }

    .about-main_img {
        width: auto;
    }

    .section-about img {
        width: auto;
    }

    .mid-wrap {
        display: block;
    }
}

@media (max-width: 650px) {
    .banner-slide {
        background-size: cover;
        min-height: 53vh;
    }


    .banner-heading_main {
        font-size: 20px;
    }

    .banner-heading3 {
        font-size: 14px;
        margin: 10px 0;
    }

    .banner-slider_wrap .slick-next {
        right: 16%;
    }

    /*About Us*/
    .section-about {
        padding-top: 50px;
    }

    .section-about img {
        width: 100% !important;
    }
    
    .about-item-content {
        padding: 10px !important;
    }

    /*Why Us*/
    .feature .feature-item {
        margin: 0 20px;
    }

    /*In News*/
    .news-content {
        height: 270px;
        width: 270px;
        margin: 0 auto;
    }

    .cut-outinner {
        padding-top: 40px;
    }

    .news-content h3 {
        font-size: 42px !important;
    }

    .news-slide p {
        font-size: 16px;
        line-height: 22px
    }

    .cutout-wrap .slick-next {
        right: 0%;
    }

    .cutout-wrap .slick-prev {
        left: 0%;
    }

    /*Blog*/
    /* .blog-middle {
        padding-top: 50px;
    } */

    .blog-text {
        padding-top: 50px;
    }

    /*Contact*/
    .contact-sec {
        background-image: none;
    }

    .contact-left {
        padding-right: 0px;
    }

    .form-floating>.form-control {
        width: 100% !important;
    }

    .top-wrap,
    .btm-wrap {
        display: block;
    }

    .margin-left {
        margin-left: 0px;
    }

    .contact-form {
        padding-top: 10px;
    }

    .btn-submit {
        padding: 13px 0;
    }

    .input-column {
        width: 100%;
    }


    /*Subscriptions plan*/
    .plans-wrap {
        margin: 0 auto;
    }

    .plan-inner {
        margin: 0 20px;
    }

    .silver-plan  {
        margin: 30px 0;
    }

    .platinum-plan {
        margin-top: 30px;
    }

    .process-gap {
        margin: 30px 0;
    }

    /*Footer*/
    .btn-xl-square {
        height: 30px;
        width: 30px;
    }

    /*.terms_conditions Page*/
    .terms_conditions-banner {
        padding: 95px 0;
    } 

    .policy-inner_main h2 {
        font-size: 27px;
        line-height: 34px;
        max-width: 243px;
    }

    .terms_conditions-banner {
        padding: 70px 0;
    }

    .terms-content h3{
        line-height: 35px;
    }

    .you_tube-section {
        padding: 55px 0;
    }

    .you_tube-section h3 {
        font-size: 30px;
        max-width: 300px;
    }

    .youtube-btn {
        height: 64px;
        display: block;
    }

    .about-main_img {
        width: auto;
    }

    .section-about img {
        width: auto;
    }

    .mid-wrap {
        display: block;
    }


}

@media (max-width: 550px) {
    /*Log In Modal*/
    .log_in-link {
        font-size: 14px;
    }

    .sign_up-col {
        padding-left: 0px;
    }

    .banner-heading2 {
        font-size: 13px;
    }

    .banner-heading_main {
        font-size: 18px;
    }

    /* Section Heading */
    .sec-heading {
        font-size: 30px !important;
    }

    .banner-slider_wrap .slick-prev,
    .banner-slider_wrap .slick-next {
        height: 30px;
        width: 30px;
        background-size: 20px;
    }

    .banner-slide .col:nth-child(2) {
        padding: 33px 35px;
    }

    .top-margin {
        margin-top: 15px;
    }

    /* About */
    .about-item-content .main-head {
        font-size: 30px;
    }

    /*Telegram channel*/
    .telegram-channel .display-5 {
        font-size: 1.5em;
        line-height: 37px;
    }

    .telegram-channel p {
        font-size: 16px;
    }

    .process-subhead {
        margin-top: 12px !important;
    }

    /* In news */
    .cutout-wrap .slick-arrow {
        height: 35px;
        width: 35px;
    } 

    .cutout-wrap .slick-prev,
    .cutout-wrap .slick-next {
        background-size: 20px auto;
    }

    /* Channel Appearences */
    .channel-wrapper > div {
        border: none;
    }

    .channel-right_sec h4 {
        margin-bottom: 50px;
    }

    /* contact */
    .contact-sec p {
        margin: 0 25px;
    }

    .form-floating>.form-control {
        width: 95% !important;
        margin: 0 auto;
    }

    .btn-submit {
        width: 95% !important;
        margin: 0 10px !important;
    }

    .contact-pagebanner {
        padding: 134px 0;
    }

    .contact-leftwrap {
        padding: 61px 50px;
    }

    .contact-form h3 {
        text-align: center;
    }

    .contact-rightwrap {
        padding: 166px 0;
    }

    .about-main_img {
        width: auto;
    }

    .section-about img {
        width: auto;
    }

    .mid-wrap {
        display: block;
    }
}

@media (max-width: 550px) {
     /*About*/
     .about-item-content p {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*Plans*/
    .plan-inner {
        margin: 0 55px;
    }
}

@media (max-width: 530px) {
    .banner-slide {
        background-position: left center;
    }

    .banner-slide .col:nth-child(2) {
        margin: 5px -11px;
        padding: 19px 10px;
    }

    .banner-heading2 {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .banner-slide .btn-wrap .btn.banner-button {
        font-size: 11px;
        padding: 6px 10px;
        border-radius: 4px;
        background: #17932A !important;
    }

    /*About*/
    .about-item-content p {
        margin-left: 15px;
        margin-right: 15px;
    }

     /*Plans*/
     .plan-inner {
        margin-left: 17px;
        margin-right: 17px;
    }

    /* What I Do */
    .whatido-header {
        font-size: 35px;
    }

    .why-us .custom-shape-divider-top-1722611247 svg {
        height: 100px;
    }

    .why-us {
        padding-bottom: 55px;
    }

    .why-us .text-light {
        margin: 0 25px;
    }

    .feature .feature-item .feature-icon {
        margin: 0 auto;
        display: block;
        display: flex;
    }

    .feature .feature-item h4,
    .feature .feature-item p {
        text-align: center;
    }

    /*Subscription Plan*/
    .subscription-plan .sec-heading {
        margin: 0 30px;
    }

    .subscription-plan p {
        margin: 0 20px;
    }
    
    .telegram-channel h2,
    .telegram-channel p,
    .telegram-channel .process-subhead {
        text-align: center;
    }

    .process-wrap .process-text h6 {
        text-align: center;
    }

    /*In News*/
    .video-img_div img {
        height: auto;
    }

    .news-slide {
        padding: 70px 0;
    }

    .cutout-wrap .slick-arrow {
        top: 30%;
    }

    .news-slide .view-btn_div {
        margin-top: 15px;
    }

    /*You Tube*/
    .you_tube-section h3 {
        font-size: 24px;
        max-width: 225px;
    }

    .ytube-content_wrap {
        display: flex;
        justify-content: flex-end;
    }

    .you_tube-section {
        background-position: left;
    }

    .you_tube-section .view-btn_div .view-btn {
        padding: 9px 28px;
        font-size: 13px;
    }

    .you_tube-section .view-btn_div {
        justify-content: end;
        margin-top: 15px;
    }

    .youtube-btn {
        display: none;
    }

    .view-btn {
        background-color: #17932A;
        color: #fff;
        padding: 10px 26px;
        border-radius: 27px;
        font-size: 14px;
    }

    /*Analyst Video*/
    .analyst-video h4 {
        font-size: 16px;
        margin: 10px 20px;
    }

    .analyst-video .sec-heading {
        font-size: 24px !important;
    }

    .analyst-video p {
        text-align: center;
        font-size: 15px;
        margin: 0 20px;
    }

    .video-subhead {
        line-height: 19px;
    }

    .analyst-video .container {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    /*Blog*/
    .blog-wrap .custom-shape-divider-top-1722593393 svg {
        height: 110px;
    }

    /*Contact Sec*/
    .contact-sec {
        padding-top: 103px;
    }

    .contact-sec .custom-shape-divider-top-1722594120 svg{
        height: 53px;
    }

    .margin-left {
        margin-top: 18px;
    }

    .contact-form .top-wrap .form-floating>label ,
    .contact-form .mid-wrap .form-floating>label ,
    .contact-form .btm-wrap .form-floating>label  {
        padding-left: 20px;
    }

    /*Footer*/
    .foot-contact_column2,
    .foot-contact_column3{
        justify-content: left;
    }

    .footer-item .form-control {
        width: 100% !important;
    }

    .footer .end-0 {
        right: 0% !important;
    }

    .footer .footer-item p {
        line-height: 25px;
        font-size: 14px;
    }

    .last-foot {
        padding-bottom: 20px;
    }

    .rounded-pill {
        margin: 0 20px;
    }

    /*Testimonial Page*/
    .testimonial-text_wrap p {
        padding: 0 10px;
    }

    .testimonial-box_wrap {
        padding: 30px 15px;
    }

    .testimonial-main {
        padding: 70px 0;
    }

    /*Blog Page*/
    .blog_inner-banner h2 {
        font-size: 33px;
    }

    .blog-lastcol h5 {
        text-align: center;
    }

    /*Blog Sub Inner Page*/
    .blog_subinner-main {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .blog_subinner-main h2 {
        font-size: 27px;
        margin: 0 20px;
    }

    
    .blog_subinner-main .blog-top p {
        line-height: 25px;
        font-size: 15px;
    }

    .blogsubinner-content {
        margin: 0 10px;
    }

    .blog-title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 0px;
    }


    .blog-parahead {
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 15px;
        text-align: center;
    }

    .blog-paratitle {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .blog-textwrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blog-textwrap .date {
        text-align: center;
    }

    .blogsubinner-btm-img {
        margin: 0 12px;
    }

    /*Youtube Inner Page*/
    .youtube-innermain h3 {
        font-size: 32px !important;
    }

    /*Media Presence Inner Page*/
    .allnews-main h2 {
        font-size: 25px;
        padding-bottom: 4px;
        margin: 0 15px;
    }

    .channel-img img {
        height: auto;;
    }

    .news-text p {
        font-size: 15px;
    }

    .news-text {
        padding: 0 10px;
    }

    .news-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*Plan Inner Page*/
    .planmain-midrow h3 {
        font-size: 33px;
    }

    .planmain-midrow p {
        margin: 20px 27px;
    }

    .planmain-lastrow .lastrow-text h5 {
        font-size: 17px;
    }

    .planmain-lastrow .lastrow-text li {
        font-size: 15px;
    }

    /*Cart Page*/
    .cart-main {
        padding-top: 30px;
    }

    .cart-main h2 {
        font-size: 31px;
    }

    .subscription_details-wrap {
        margin: 0 15px;
    }

    .plan-amount {
        text-align: right;
    }

    .log_in-button {
        width: 100%;
        margin-left: 0px;
    }

    .navbar-collapse {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        order: 5;
    }

    .navbar-light .navbar-brand {
        margin-right: 0;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        order: 4;
    }
    
    .navbar .navbar-collapse + div {
        display: flex !important;
        order: 3;
        padding-left: 0 !important;
    }

    .navbar .navbar-collapse + div > a,
    .navbar .navbar-collapse + div > a + div {
        display: none !important;
    }



}

@media (max-width: 420px) {
    .news-slide .view-btn_div {
        margin-top: 0px;
    }

    .subscription_details-wrap .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .subscription_details-head h4 {
        font-size: 18px;
    }

    .user-btn {
        font-size: 13px;
    }
}

@media (max-width: 410px) {
    .banner-slider_wrap .slick-next{
        right: 22%;
    }

    #contact .row {
        margin: 0px !important;
    }
}

@media (max-width: 430px) {
    /*Policy Page*/
    .privacy_policy-inner {
        margin: 10px;
    }

    .privacy-head {
        font-size: 30px;
        padding-top: 20px;
    }

    .privacy_policy-inner {
        padding: 30px 15px;
    }

    .privacy_policy-inner li:before {
        width: 19px;
        left: -30px;
    }

    .privacy_policy-inner li {
        font-size: 15px;
        padding: 9px 0;
    }

    .privacy_policy-inner p {
        text-align: center;
    }

    .heading-span {
        text-align: center;
    }

    .privacy_policy-inner .sub-heading {
        text-align: center;
    }

    .heading-span br {
        display: none;
    }

    /*Terms and Conditions*/
    .policy-inner_main h2 {
        max-width: 200px;
    }

    .policy-inner_text {
        margin: 0 5px;
    }

    .terms-content h3 {
        line-height: 27px;
        font-size: 19px;
    }

    .policy-inner_text {
        padding: 50px 20px;
    }

    .policy-inner_text ul {
        padding-left: 10px;
    }

    .terms-content li:before {
        left: -32px;
        height: 19px;
    }

    .policy-inner_text li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .terms_conditions-subhead {
        font-size: 18px;
        text-align: center;
    }

    /*Derivatives Risk Disclosure*/
    .derivatives-left img {
        width: 100%;
    }

    .derivatives-right {
        padding: 0 19px;
    }

    .derivatives-right p {
        text-align: center;
    }

    /*Invstor charter Main*/
    .policy-inner_main h2 {
        max-width: 240px;
        font-size: 20px;
    }

    .policy-do  .policy-list_head {
        text-align: center;
    }

    .policy-do li:before {
        left: -38px;
        height: 21px;
    }

    .policy-inner_content h3 {
        font-size: 19px;
        line-height: 29px;
    }

    /*Cancellation & Refund Policy*/
    .cancellation_refund-main {
        padding: 50px 0;
    } 

    .privacy_policy-inner ul {
        padding: 30px 15px;
    }
    
}

@media (max-width: 1300px) {
    .video-img_div img {
        height: auto;
    }

    .video-img_div {
        height: auto;
    }
    
    .news-content {
        height: 300px;
        width: 300px;
    }

    .log_in-button {
        padding: 6px 28px !important;
    }

    .news-slide {
        padding: 53px 0;
    }

    .testimonial-img_div {
        height: auto !important;
    }
}


.otp-left {
    background-image: url(../img/otp-submit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.otp-form .form-right_div {
    padding: 73px 20px;
}

.otp-form {
    background-image: url(../img/otp-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body {
    overflow-x: hidden;
}


/*Plans Slider New Style*/
.plans-slider .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    border: navajowhite;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: blue;
    color: transparent;
}

.plans-slider .slick-next {
    left: auto;
    right: 0;
    background-image: url(../img/right-arrow_white.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: #555;
    right: -5%;
}

.plans-slider .slick-prev {
    background-image: url(../img/previous-arrow_whtleft.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: #555;
    left: -5%;
}

.plan-box {
    margin: 0 10px !important;
}

.plan-head h4 {
    font-size: 18px;
    margin: 0 20px;
}

.plan-inner {
    margin: 0 10px;
}

.planmain-lastrow .lastrow-text {
    box-shadow: 10px 10px 20px rgba(0,0,0,1.5);
    padding: 30px;
    height: 300px;
    overflow-x: hidden;
}

.lastrow-text .fa {
    padding-right: 20px;
}

.plan-inner .subscribe-btn {
   padding: 10px 15px;
}

.subscribe-btn {
   border: none;
}

.btn-div {
    bottom: 32px;
}

@media (max-width: 580px) {
        /*login form*/
        .form-div {
        height: auto;
    }
    
    .login-left {
        padding: 122px 0;
    }
    
    .register-left {
        padding: 30px 0;
    }
    
    .plans-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }
    
    .plans-slider .slick-prev {
        left: 0%;
    }
    
    .plans-slider .slick-next {
        right: 0%;
    }
    
    .plan-inner {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .plan-pageinner .slick-arrow{
        display: none !important;
    }
  }


.blogsubinner-header img {
    width: 636px !important;
    height: 356px;
    object-fit: cover;
}


.input-column {
    /* width: 100%; */
    margin: 0px !important;
    padding: 0 8px !important;
}

.margin-left {
    margin-left: 0px !important;
}

.plain-box{
	height: 410px !important;
}

.feature .feature-item:hover p{
    color: #fff !important;
}

.feature .feature-item:hover p, .feature .feature-item:hover p * {
    color: #fff !important;
}

.feature .feature-item:hover span {
    color: #fff !important;
}

.btn:hover {
    color: #e7c483;
}


.subscription-plan .slick-list.draggable  {
    padding: 30px 0;
}

@media (max-width: 540px) {
    .contact-margin {
        margin-bottom: 40px;
    }
}

/*New Log In Button Style*/
.new-login {
    transition: all 0.3s;
}

.new-login:hover {
    transform: scale(1.05) !important;
    box-shadow: 6px 8px 12px rgb(186 130 29 / 48%) !important;
}

.privacy_policy-page {
    /* background-image: url(../img/57622.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: #f0f8ff !important;
}

.disclaimer-page {
    /* background-image: url(../img/57622.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: #f0f8ff !important;
}