/* fonts */
a, button {
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

@import url('../../css2');

@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.woff2') format('woff2'), url('../fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}
.mt-2 {
    margin-top: 0 !important;
    padding-top: .5rem;
}
.top-1 {
    color: white;
    margin: 2px;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 10px
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bahnschrift {
    font-family: 'Bahnschrift';
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-16 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-15 {
    font-size: 15px;
}

.font19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-26 {
    font-size: 26px;
}

.font-12 {
    font-size: 12px;
}

.logo {
    /* max-width: 85%; */
}

.footer-logo {
    max-width: 60%;
}

.letter-spacing-5 {
    letter-spacing: 2px;
}

.letter-spacing-2 {
    letter-spacing: 1px;
}

.color-2f2f2f {
    color: #2f2f2f;
}

.color-787878 {
    color: #787878;
}

.color-9c9c9c {
    color: #9c9c9c;
}

.lh-32 {
    line-height: 32px;
}

.px-33 {
    padding-left: 36px;
    padding-right: 36px;
}

.py-204 {
    padding-top: 0px;
    padding-bottom: 100px;
}

.pt-95 {
    padding-top: 95px;
}

.color-101010 {
    color: #101010;
}

.bg_grayy {
    background-color: #9bb027;
}

/* header */


.footer {
    /* background:linear-gradient(90deg, rgb(228, 189, 223) 0%, 21.6828%, rgb(196, 193, 253) 43.3657%, 71.6828%, rgb(100, 208, 227) 100%); */
    background-color: #212121;
    box-shadow: 0px 0px 35px 0px #212121;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


/* .header .menu_links li a {
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.header .menu_links li a:hover {
    color: #990564!important;
} */

/*.get_access_btn {

    border-radius: 7px;
 background-image: -moz-linear-gradient( 0deg, rgb(7,36,129) 0%, rgb(10,14,87) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(7,36,129) 0%, rgb(10,14,87) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(7,36,129) 0%, rgb(10,14,87) 100%);
    width: 176px;
    height: 42px;
    line-height: 40px;
}

.get_access_btn:hover {
background-image: -moz-linear-gradient( 180deg, rgb(7,36,129) 0%, rgb(10,14,87) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(7,36,129) 0%, rgb(10,14,87) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(7,36,129) 0%, rgb(10,14,87) 100%);
}*/

.get_access_btn {
    margin-top: 27px;
}

.get_access.color-4 {
    background: #FBAB20;
    /* box-shadow: 0 4px 15px 0 rgb(249 197 80 / 75%); */
    border: 2px solid transparent;
}

.get_access {
    color: #fff;
    cursor: pointer;
    margin: 20px;
    padding: 20px 60px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.get_access:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.get_access.color-4:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}


/* banner section */

.hero_section {
    background: url(../images/main_bg_image.png) no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 295px;
    /* background: #1E96B8; */
}

.me-46-minus {
    margin-right: -46px;
}

.py-90 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.suport_all_device a:hover {
    color: #787878 !important;
    text-decoration: underline !important;
}

.pre_title {
    background-image: -moz-linear-gradient(0deg, rgb(10, 14, 87) 0%, rgb(7, 36, 129) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(10, 14, 87) 0%, rgb(7, 36, 129) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(10, 14, 87) 0%, rgb(7, 36, 129) 100%);
    padding-bottom: 33px;
    padding-top: 33px;
}


.bg-pink {
    background-image: -moz-linear-gradient(0deg, rgb(11, 48, 169) 0%, rgb(8, 37, 133) 27%, rgb(4, 25, 96) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(11, 48, 169) 0%, rgb(8, 37, 133) 27%, rgb(4, 25, 96) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(11, 48, 169) 0%, rgb(8, 37, 133) 27%, rgb(4, 25, 96) 100%);
}

.sky-bg {
    background-image: -moz-linear-gradient(0deg, rgb(7, 36, 129) 0%, rgb(10, 14, 87) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(7, 36, 129) 0%, rgb(10, 14, 87) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(7, 36, 129) 0%, rgb(10, 14, 87) 100%);
}

.px-75 {
    padding-left: 48px;
    padding-right: 45px;
}

.px-77 {
    padding-left: 77px;
    padding-right: 75px;
}

.lh-38 {
    line-height: 38px;
}

.pb-65 {
    padding-bottom: 0px;
    padding-top: 71px;
}


.terms_btn a:hover {
    color: #cdcbcb !important;
}

.terms_condition p a:hover {
    color: #cdcbcb !important;
    text-decoration: underline !important;
}

.terms_condition {
    background-color: #212121;
}

.bg-efefef {
    background-color: #212121;
}

.terms_condition .bottom_line {
    height: 1px;
    opacity: 1 !important;
    color: #fff;
    margin-top: 43px;
    margin-bottom: 13px;
}

/*--modal---*/
.modal-content .modal-title {
    /*background-color: #000;*/
    width: 100%;
    text-align: center;
    padding: 30px;
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 25px;
}

.modal-heading {
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 0;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-content .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    background-image: url('../img/modal-close.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    z-index: 1;
}

.modal .modal-body a:hover {
    color: #787878 !important;
    text-decoration: underline !important;
}

.cnt_icon {
    /* background: linear-gradient(90deg, rgb(49, 52, 169) 0%, 44%, rgb(235, 0, 40) 88%, 94%, rgb(249, 27, 40) 100%); */
    background: #a7a7a7;
    padding: 0px 0px 2px solid #f9c550 0px;
}

input.enter_num_field::-webkit-input-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field::-moz-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field:-ms-input-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field:-moz-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field_variantA::-webkit-input-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field_variantA::-moz-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field_variantA:-ms-input-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.sms-keyword {
    font-size: 17px;
    font-weight: 500;
    color: #c1c6d0;
}

input.enter_num_field_variantA:-moz-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.montserrat {
    font-family: Montserrat, sans-serif;
}

.text {
    color: #2F8D46;
    font-weight: normal
}
.deco {
    position: relative;
}
.deco--arrow {
    content: '';
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    color: #fff;
    width: 30px;
    height: 30px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}
.deco--arrow.active {
    color: #25C4D9;
    /* border-top: 5px solid #25C4D9; */
    /* border-right: 5px solid #25C4D9; */
    border-color: #25C4D9;
}
#progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
}

#progressbar .active {
    color: #25C4D9
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #step1:before {
    content: "1"
}

#progressbar #step2:before {
    content: "2"
}

#progressbar #step3:before {
    content: "3"
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #25C4D9
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #25C4D9
}

.con_button_1 {
    /* background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516); */

    color: #fff;
    background: #FF750C;
    border: 1px solid #FF750C;
    width: 112%;
    height: 52px;
    font-weight: bold;
    margin: 0 auto 0.5rem auto;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px solid #FF750C;
}

.con_button_1:hover {
    color: #fff;
    background: #c65b09;
    border: 1px solid #b0530c;
}

.font-12 {
    font-size: 12px;
}

.cnf_check {
    font-size: 10px;
    color: #727272;
    padding-left: 10px;
    line-height: auto;
}

.lh12 {
    line-height: 12px;
}

.enter_num_field {
    background: #fff url(../images/cnt_icon.png) no-repeat bottom 15px left 5px;
    width: 100%;
    border: 0;
    height: 47px;
    padding-left: 42px;
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    padding-bottom: 13px;
    font-weight: 500;
}

.enter_num_field_variantA {
    border: 0;
    height: 40px;
    padding-left: 42px;
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    padding-bottom: 7px;
    font-weight: 500;
}

#pho_noNumberSubscriptionBtn.con_button_1:disabled,
.con_button_1[disabled] {
    border: 1px solid #999999;
    background: #FBAB20;
    color: #666666;
}


.for_opt_field {
    background: url(../images/input-field-bg.png);
    background-repeat: no-repeat;
    padding: 0;
    margin: 6px;
}

.con_button_1.opcity_low {

    background-image: -moz-linear-gradient(0deg, rgba(7, 36, 129, .8) 0%, rgba(10, 14, 87, .8) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(7, 36, 129, .8) 0%, rgba(10, 14, 87, .8) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(7, 36, 129, .8) 0%, rgba(10, 14, 87, .8) 100%);
}

.con_button_1.opcity_low:hover {
    background-image: -moz-linear-gradient(180deg, rgba(7, 36, 129, .8) 0%, rgba(10, 14, 87, .8) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(7, 36, 129, .8) 0%, rgba(10, 14, 87, .8) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(7, 36, 129, .8) 0%, rgba(10, 14, 87, .8) 100%);
}

.video_popup .modal-content .modal-title {
    background-color: transparent;
}

.video_popup .modal-content .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    /*background-image: unset;*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    z-index: 1;
}

.pin_input {
    /* width: 65%; */
    text-align: center;
    border: 1px solid #000;
    height: 42px;
    padding-left: 18px;
    color: #828282;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    width: 100%;
}

.pin_input_variantA {
    /* width: 65%; */
    text-align: center;
    border: 1px solid #000;
    height: 42px;
    padding-left: 18px;
    color: #828282;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    width: 100%;
}

.modal-dialog-2 .modal-content {
    background-color: #e5e6e8 !important;
    border-radius: 10px;
    border: 2px solid #9d9ea3;
}

.forwaerd_icon_variantA {
    max-width: 50px;
    max-height: 40px;
}

.px-5-custom {
    padding-left: 3rem !important;
}

.ofeer_video .video_popup1_variantA {
    position: absolute;
    width: 100%;
    /*display: block;*/
    left: 50%;
    top: 47%;
    transform: translate(-50%, -57%);
}

.ofeer_video .video_popup2_variantA {
    position: absolute;
    /*display: block;*/
    left: 50%;
    top: 47%;
    transform: translate(-50%, -57%);
    width: 100%;
}

.ofeer_video .modal-content {
    background-color: transparent;
}

.video_header ul li a {
    width: 100%;
    padding: 17px 12px;
    display: inline-block;
}

.video_header .offcanvas-body ul li {
    background-color: transparent;
    border-bottom: 1px solid #000;
}

/*.video_header .offcanvas-body ul li a{padding: 12px 18px!important;}*/
.video_header .offcanvas-body ul li:hover a {
    color: #fff !important;
}

.video_header .offcanvas-body ul li:hover {
    background: #FBAB20;
}

.video_header .navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu_icon.png');
    background-repeat: no-repeat;
    background-size: 20px;
}

.video_header .navbar-light .navbar-toggler {
    border: 1px solid #FFF;
    padding: 2px solid #FBAB20 7px !important;
}

.video_header .navbar-toggler:focus {
    box-shadow: none;
}

.video_header .navbar-brand img {
    width: 70%;
    max-width: 60px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.video_header .navbar-toggler {
    font-size: unset;
}

.abt_title_1 {
    background-image: url(../images/title-effect-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: 20px;
    background-size: 75px 75px;
    background-position: left center;
}

.premium_content_2 {
    overflow-x: hidden;
    clear: both;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 6px 12px;
    height: 55px;

}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 3px;
    outline: none;
}

.font-19 {
    font-size: 35px;
}

.gradient_bg {
    /*background:linear-gradient(90deg, rgb(228, 189, 223) 0%, 21.6828%, rgb(196, 193, 253) 43.3657%, 71.6828%, rgb(100, 208, 227) 100%);*/
    /* background-image: linear-gradient(to right, #fc6076ba, #ff9a44ba, #ff9a44ba); */
    background: #212121;
}

.font-80 {
    font-size: 80px;
}

.get_started_btn34 {
    width: 200px;
    height: 60px;
    border-radius: 60px;
    background: linear-gradient(90deg, rgb(252, 201, 157) 0%, 40.1961%, rgb(249, 167, 144) 80.3922%, 90.1961%, rgb(248, 158, 140) 100%);
    line-height: 60px;
    color: #09074d;
    border: 1px solid transparent;
}

.get_started_btn34:hover {
    color: #f89e8c;
    border: 1px solid #f89e8c;
    background: transparent;
}

.all_bg_image {
    /* background: url(../images/all_section_bg.png) no-repeat; */
    /* background-size: cover; */
    background: #fafafa;
}

.py-80 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* .lantern_video_rt-img img{border-radius: 50%;} */
.lv_header ul li a {
    padding-bottom: 10px;
    border-bottom: 1px solid transparent
}

.lv_header ul li a:hover {
    color: #fff !important;
    border-color: #fff;
}

/*.img-fluid_video {
    height: auto;
    width: 1024px;
}*/

/*new-change-design-14/4 */

.section_1 {
    background: url('../images/all_section_bg.png') no-repeat;
    background-size: cover;
}

.section_1 {
    /* background: #f9c550; */

}

.section_2 {
    background: url('../images/all_section_bg.png') no-repeat;
    background-size: cover;
}

.section_2 {
    /* background: #f9c550; */
}

.section_3 {
    background: url('../images/all_section_bg.png') no-repeat;
    background-size: cover;
}

.section_3 {
    /* background: #f9c550; */
}

.colorfc6076 {
    color: #b9bae2;
}

.lh-55 {
    line-height: 55px;
}

.text-justify {
    text-align: justify;
}

.ofeer_video {
    position: relative;
}

.play_button img {
    position: absolute;
    width: auto;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -85%);
    -webkit-transition: all .3s ease 0s;
}
.modal.fade .modal-dialog {
    transform: translate(0,0px);
}
.my_loader {
    position: absolute;
    top: 36%;
    left: 45%;
    transform: translate(-46%, -45%);
    color: #ededed;
    font-size: 89px;
}

.ofeer_video .video_popup1 {
    position: absolute;
    width: 100%;
    /*display: block;*/
    left: 50%;
    top: 47%;
    transform: translate(-50%, -57%);
}

.ofeer_video .video_popup2 {
    position: absolute;
    /*display: block;*/
    left: 50%;
    top: 47%;
    transform: translate(-50%, -57%);
    width: 100%;
}

.ofeer_video .modal-content {
    background-color: transparent;
}

/******/
.ofeer_video {
    position: relative;
}

.ofeer_video .video_popup1 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -57%);
}

.ofeer_video .video_popup2 {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -57%);
    width: 100%;
}

.ofeer_video .video_popup3 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -57%);
}

.img-display-none {
    display: none;
}

.img-display-block {
    display: block;
}

.sr-only {
    display: contents;
}

/*variantA css*/
.con_button_1_variantA {
    border-radius: 50px;
    /* background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516); */
    background-size: 300% 100%;

    width: 108% !important;
    height: 35px;
    margin-left: -18px;
    line-height: 19px;
    background-color: #fff;
}

.con_button_1_variantA:hover {
    background-position: 100% 0;

    background-color: #0044CC;
    appearance: none;
    color: white !important;
}

.video_popup_variantA .modal-content .modal-title {
    background-color: transparent;
}

.video_popup_variantA .modal-content .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    /*background-image: unset;*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    z-index: 1;
}

#pbtn:hover {
    color: white !important;
}

.error {
    color: red;
}

input.error {
    color: #000;
}

.pb-65 {
    padding-top: 200px !important;
}

.terms_condition .lh-32 {
    line-height: 18px !important;
    font-size: 15px !important;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*******************************/

/* for responsive */

@media only screen and (max-width: 1700px) {
    .ofeer_video .video_popup1_variantA {
        top: 45%;
    }

    .font-16 {
        font-size: 18px;
    }

    .custom_mx {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .video_bg:before {
        top: 0;
    }

    .ofeer_video .video_popup1 {
        top: 42%;
    }

    .video_section .ofeer_video {
        width: 83%;
    }

    .video_section .ofeer_video.py-168 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1602px) {
    .hero_section {
        padding-top: 350px;
        padding-bottom: 154px;
    }

    .py-204 {
        padding-bottom: 80px;
    }

    .pb-65 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero_section {
        padding-top: 275px;
        padding-bottom: 100px;
    }

    .get_access {
        padding: 16px 60px;
    }

    .font-80 {
        font-size: 72px;
    }

    .font-19 {
        font-size: 31px;
    }

    .font-18 {
        font-size: 17px;
    }

    .header .menu_links .font-16 {
        font-size: 12px;
    }

    .py-90, .py-80 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .py-204 {
        padding-bottom: 60px;
    }

    .terms_condition .font-18 {
        font-size: 14px;
    }

    .terms_condition .lh-32 {
        line-height: 27px;
    }

    .terms_condition .bottom_line {
        margin-top: 27px;
    }

    .lh-55 {
        line-height: 44px;
    }

    .me-46-minus {
        margin-right: -18px;
    }

    .for_responsive_img {
        width: 100%;
    }

    .font-16 {
        font-size: 16px;
    }

    .custom_mx {
        margin-left: 2px solid #f9c550 !important;
        margin-right: 4px !important;
    }

    .font-26 {
        font-size: 20px;
    }

    .video_bg::before {
        background-position: left -69px;
    }

    body {
        background: #212121;
    }

    .pb-65 {
        padding-top: 34px;
    }

    .all_images_1 img {
        width: 100%;
    }

    .video_section .ofeer_video {
        width: 82%;
    }
}

.d-none {
    display: none !important;
}

@media only screen and (max-width: 1199px) {
    .me-46-minus {
        margin-right: -18px;
    }

    .for_responsive_img {
        width: 100%;
    }

    .lh-38 {
        line-height: 20px;
    }

    .pre_title {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .video_bg::before {
        background-position: left -156px;
    }

    .pb-65 {
        padding-top: 20px;
    }

    .video_section .ofeer_video {
        width: 100%;
    }

    .video_header .navbar-brand {
        width: 80%;
    }
}

@media only screen and (max-width: 1024px) {
    .me-46-minus {
        margin-right: -18px;
    }

    .for_responsive_img {
        width: 100%;
    }

    .font-26 {
        font-size: 22px;
    }


}

@media only screen and (max-width: 991px) {
    .py-3 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .ofeer_video .video_popup1_variantA {
        top: 50%;
    }

    .me-46-minus {
        margin-right: -18px;
    }

    .for_responsive_img {
        width: 100%;
    }

    .font-26 {
        font-size: 22px;
    }

    .pre_title {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .get_access_btn {
        width: 145px;
    }

    .font-16 {
        font-size: 14px;
    }

    .top-1{
        margin-left: 20px;

    }

    .lh-38, .lh-32 {
        line-height: 39px;
    }

    .lh-55 {
        line-height: 39px;
    }

    .py-204 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #pricing_info .font-19 {
        font-size: 22px;
    }

    .px-33 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .terms_condition .bottom_line {
        margin-top: 43px;
    }

    .px-77 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .px-75 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .video_bg::before {
        background-position: left 0 top -161px;
    }

    .ofeer_video {
        height: 300px;
    }

    .ofeer_video {
        background-color: #000;
        height: 300px;
    }

    .ofeer_video .video_popup1 {
        top: 50%;
    }

    .my_loader {
        font-size: 40px;
        top: 30%;
        left: 40%;
    }

    .img-display-block {
        display: none;
    }

    .img-display-none {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .play_button img {
        width: 100px;
    }

}
.video_header .navbar-brand img {
    width: 70%;
    max-width: 60px;
}

@media only screen and (max-width: 768px) {
    .video_header .navbar-brand img {
        width: 70%;
        max-width: 30px;
    }

    .px-5-custom {
        padding-left: 1rem !important;
    }

    .enter_num_field_variantA {
        padding-left: 2px;
        width: 235px;
    }

    .pin_input_variantA {
        width: 75%;
    }

    .me-46-minus {
        margin-right: -10px;
    }

    .for_responsive_img {
        width: 100%;
    }

    .font-26 {
        font-size: 20px;
    }

    .get_access_btn {
        width: 100%;
    }

    .abt_title_1 {
        background-image: unset;
    }

    .py-90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .font-16 {
        font-size: 16px;
    }

    .lh-32 {
        line-height: 26px;
    }

    .terms_condition .bottom_line {
        margin-top: 25px;
        margin-bottom: 36px;
    }

    #header-sticky p {
        opacity: 1;
    }

    #header-sticky.sticky-menu p {
        opacity: 1;
    }

    .hero_section {
        padding-top: 300px;
        padding-bottom: 80px;
    }

    .font-80 {
        font-size: 40px;
    }

    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .video_header .navbar-brand {
        width: 22%;
    }

    .letter-spacing-5 {
        letter-spacing: 1px;
    }

    .header .menu_links .font-16 {
        font-size: 12px;
    }
}

@media  (max-width: 560px) {
    .py-204 {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .video_header .navbar-brand img {
        width: 70%;
        max-width: 30px;
    }
}

@media (min-width: 576px) {
    .video_popup .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }

}


@media only screen and (max-width: 386px) {
    .for_opt_field {
        margin: 4px;
    }
    .mt-3 {
        margin-top: 2px !important;
    }
    #header-sticky p {
        margin-top: 3px !important;
    }
    .lh-32 {
        margin-top: 3px !important;
    }
    .video_header .navbar-brand img {
        width: 70%;
        max-width: 30px;
    }

}

@media only screen and (max-width: 375px) {
    .mt-3 {
        margin-top: 2px !important;
    }
    #header-sticky p {
        margin-top: 3px !important;
    }
    .lh-32 {
        margin-top: 3px !important;
    }
    .for_opt_field {
        margin: 4px;
    }
    .video_header .navbar-brand img {
        width: 70%;
        max-width: 30px;
    }

}

/*disabled btn css*/

.opacity_0 {
    opacity: 0;
}

.opacity_1 {
    opacity: 1;
}

.me-62 {
    margin-right: -67px;
}

/*operator button css*/
.choose_gender_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.position-relative {
    position: relative !important;
    top: -4px;
}

.choose_gender_btn {
    display: table-cell;
    position: relative;
    height: 60px;
    width: 250px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    transition: all .5s ease 0s;
}

.z-index-1 {
    z-index: 1;
}

.choose_gender_btn input:checked ~ .checkmark {
    border-radius: 0px;
    background-color: #f9c550;
    z-index: 0;
    opacity: 1;
    border-color: #f9c550;
    border-width: 1px;
    border-radius: 3px;
}

.choose_gender_btn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #f9c550;
    border-radius: 3px;
}

.choose_gender_btn .checkmark:hover {
    background-color: #efc565;
    color: #fff !important;
}

.modal-bg {
    background-color: #111;
}

.text-color {
    color: #e0e0e0 !important
}

/*operator button css End*/
.vd1_btn_openmd_img {
    border: 2px solid #262727;
    border-bottom: 0px;
}


.intial-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .initial-loader__loader {
    border: 4px solid #f3f3f3;
    /* Light grey border */
    border-top: 4px solid #3498db;
    /* Blue border on top */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
    /* Apply the rotation animation */
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }