/* 
Theme Name: CricOptions-child
Theme URI: http://example.com/parenttheme-child
Description: A child theme of the CricOptions
Author: Elementor Team
Author URI: https://elementor.com/
Template: twentytwentyone
Version: 1.0.0
Text Domain: CricOptions-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.cdnfonts.com/css/general-sans');
@import url('https://fonts.googleapis.com/css2?family=Mukta+Mahee:wght@200;300;400;500;600;700;800&family=Sora:wght@100..800&display=swap');
 a{
     text-decoration:none;
}
.twt img{
    width:26px;
    height:26px;
}
.socaillink{
    display:flex;
    align-items:center;
}
strong,b{
    font-weight:600;
}
 html {
     scroll-behavior: smooth;
}
ul{
    list-style:disc;
}
 body{
     margin:0;
     font-family: 'General Sans', sans-serif !important;
     background: linear-gradient(90deg, #f8f7eb 35%, #eaeff4 100%);
     background-repeat: no-repeat;
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6{
    
}
 *{
     box-sizing: border-box;
}
 header .section_container{
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-top: 60px;
     padding-bottom: 60px;
}
 .navigation_menu ul{
     margin: 0;
     padding: 0;
     display: flex;
     align-items:center;
     gap:16px;
     list-style: none;
}
 .section_container {
     padding: 120px 100px;
}
.navigation_menu ul li a{
         padding: 14px 16px;
}
 .navigation_menu ul li a,.navigation_menu ul li{

     border-radius: 12px;
     font-size: 14px;
     line-height: 24px;
     font-weight: 500;
     text-transform:capitalize;
     text-decoration:none;
}
.navigation_menu ul li:first-child{
    padding: 14px 16px;
}
 header .navigation_menu ul li a,header .navigation_menu ul li{
     color:#1B212B;
}
 header.front-dark .navigation_menu ul li a,header.front-dark .navigation_menu ul li{
     color: #fff;
}
 header .navigation_menu ul li:last-child a{
     color:#fff !important;
     background:#0251FC;
}
 header.front-dark .navigation_menu ul li:last-child a{
     color:#0251FC !important;
     background:#fff;
}
 header.front-dark .navigation_menu ul li:nth-child(2) a{
     border: 1px solid #fff !important;
}
 header .navigation_menu ul li:nth-child(2) a {
     border: 1px solid #1b212b !important;
}
 h4.main_heading{
     font-size: 66px;
     line-height: 80px;
     font-weight: 600;
     color: #1B212B;
     margin:0;
}
 .hero_sections h4{
     margin: 0 0 24px 0;
}
 .hero_sections .section_container, .features_sections .section_container, .faq_accordian .section_container, .score_big .section_container, footer .section_container {
     display: flex;
     justify-content: space-between;
     list-style: none;
     margin: 0;
}
 footer > .section_container > div:last-child{
     display: flex;
     gap:155px;
}
 .faq_accordian .section_container{
     gap:28px;
}
 .points_list{
     list-style: none;
     padding: 0;
     margin: 0;
}
 .points_list li span:first-child{
     font-size: 24px;
     line-height: 32px;
     color: #1B212B;
     font-weight: 500;
     padding: 0px 0px 8px 0px;
     display: inline-block;
        font-family: "Mukta Mahee", sans-serif;
}
 .points_list li span:last-child{
     font-size: 16px;
     line-height: 24px;
     color: #1B212B;
     font-weight: 400;
     display:block;
     margin-left: 24px;
}
 .points_list li{
     margin-bottom:24px;
}
 .points_list li:before {
     background: url(/wp-content/uploads/2024/09/Filter-effect.png);
     content: "";
     width: 24px;
     height: 24px;
     display: inline-block;
     background-size: contain;
     float: left;
     position: relative;
     top: 4px;
}
 div.league_inner {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 12.71px;
}
 .league_section h4{
     margin: 0 0 52px 0;
}
 .league_inner div{
     position:relative;
}
 .league_inner div img{
     display:block;
     width:100%;
}
 .ui_btn{
     padding: 6px 36px;
     border-radius: 14px;
     font-family: General Sans;
     font-weight: 600;
     font-size: 14px;
     line-height: 28px;
     color: #1B212B;
     display: inline-block;
     transition: .2s;
     background: #fff;
     position: absolute;
     bottom: 32px;
     left: 50%;
     z-index: 999;
     transform: translateX(-50%);
}
 .ui_btn:hover{
     background:#0251FC;
     color:#fff;
}
 .features_sections h4{
     margin: 0 0 32px 0;
}
 .lot_form{
     background: #DBE7FF;
     padding: 87px 47px;
     width: 500px;
     border-radius: 18px;
}
 .blue_box{
     background: url(/wp-content/uploads/2024/09/Lines.png) #110F43 center right no-repeat;
     border-radius: 67px;
     padding: 100px 105px;
     background-size: cover;
     color: #fff !important;
}
 .blue_box .points_list li span:first-child, .blue_box .points_list li span:last-child, .blue_box h4.main_heading{
     color:#fff;
}
 .blue_box h4.main_heading{
     margin:0 0 52px 0;
}
 .blue_box .points_list{
     column-count: 2;
}
 .blue_box .points_list li {
     margin-bottom: 52px;
}
 .radius-0{
     border-radius:0;
     padding:0;
}
 .at-tab {
     display: none;
     margin-top: 16px;
     color: var(--text-body-main, #1B212B);
     font-size: 20px;
     font-weight: 300;
     line-height: 32px;
     padding-right: 48px;
}
 .at-title {
     cursor: pointer;
     background-color: transparent;
     position: relative;
}
 .at-item{
     padding: 20px 16px;
         margin-top: 16px;
     border-bottom: 1px solid var(--border-light, #DFE9FF);
}
 .at-title:after {
     content: "+";
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 0;
     transition: all 0.3s ease;
     font-size: 20px;
     border-radius: 1000px;
     display: inline-block;
     width: 48px;
     height: 32px;
     padding: 0;
     text-align: center;
     line-height: 30px;
     font-weight: 500;
     color: #100E1B;
     border: 1px solid #100E1B;
}
 .at-title.active:after {
     content: "-";
     background: #12334E;
     color: #fff;
     text-align: center;
}
 .at-title h2, .at-title {
     color: var(--text-heading, #1B212B);
     font-size: 20px;
     font-weight: 500;
     line-height: 24px;
     padding-right: 48px;
}
 .faq_accordian .section_container{
     flex-direction:column;
}
 .score_big{
     background: url(/wp-content/uploads/2024/09/Rectangle-151544.png) no-repeat;
     background-size:cover;
     margin-top:120px;
}
 .score_big .section_container > div:first-child {
     padding-top:46px;
     padding-bottom:116px;
}
 .score_big .section_container > div:last-child {
     position:relative;
}
 .score_big .section_container > div:last-child img {
     position: absolute;
     right: 0;
     top: -100px;
}
 .score_big h4{
     font-size:52px;
     line-height:82px;
     font-weight:700;
     color:#fff;
     margin:0;
}
 .text_green{
     color:#13AC72;
}
 .score_big p{
     font-size:20px;
     line-height:32px;
     font-weight:400;
     color:rgb(255,255,255);
     max-width:460px;
     margin:0;
     padding:12px 0px 32px 0px;
}
 .score_big a{
     font-size:14px;
     font-weight:500;
     line-height:24px;
}
 .btn{
     padding:10px 16px;
     border-radius:12px;
}
 .btn_white{
     color:#0251FC;
     background:#fff;
     margin-right:16px;
}
 .btn_outline{
     color:#fff;
     border:1px solid #fff;
}
 footer{
     background:#110F43;
     padding:0px;
}
 footer > .section_container > div:first-child{
     flex: 0 0 45%;
     min-width: 45% 
}
 footer > .section_container > div:last-child{
     flex: 0 55%;
     min-width: 55%;
}
 footer ul{
     list-style:none;
     padding:0;
     margin: 0;
}
 footer p, footer > .section_container > div:last-child > div:last-child ul li{
     font-size:14px;
     font-weight:400;
     line-height:20px;
     color:rgba(255,255,255,.8);
     margin: 0;
}
footer > .section_container > div:last-child > div:last-child ul li a{
     color:rgba(255,255,255,.8);
}
 footer p{
     padding:12px 0px 32px 0px;
     max-width:142px;
}
 footer > .section_container > div:last-child > div:first-child ul li a{
     color:#fff;
     font-weight:500;
     padding:0;
}
 footer > .section_container > div:first-child ul li{
     display:inline-block;
     padding-right: 24px;
}
 footer > .section_container > div:last-child > div:first-child ul{
     display:grid;
     grid-template-columns:1fr;
     gap:20px;
}
 footer > .section_container > div:last-child > div:last-child h4{
     margin: 0;
     text-transform: uppercase;
     margin-bottom: 12px;
     color: #fff;
    font-weight:600;
}
 footer > .section_container > div:last-child > div:last-child ul{
     display:grid;
     grid-template-columns:1fr;
     gap:12px;
}
 .top_section{
     margin-top: -170px;
     background: url(/wp-content/uploads/2024/09/Group-1000005101.png) no-repeat !important;
     background-size: 100% 100% !important;
     height: 856px;
}
 .top_section.score_big .section_container > div:first-child {
     padding-top: 190px;
     padding-bottom: 242px;
}
 .top_section.score_big h4 {
     font-size: 82px;
     line-height: 120px;
     font-weight: 600;
}
 .modal {
     display: none;
     position: fixed;
     z-index: 99999;
     padding-top:0px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
}
 .modal-content {
     background-color: #fefefe;
     margin: 5% auto;
     padding: 0;
     border: 1px solid #888;
     width: 50%;
     border-radius: 15px;
     font-size: 20px;
     line-height: 32px;
     font-weight: 400;
     position:relative;
     padding:32px;
}
 .modal-content h5{
     font-weight:500;
}
 .modal_data{
     max-height: 700px;
     overflow-y: auto;
}
 .close {
     color: #1B212B;
     float: right;
     font-size: 27px;
     font-weight: 400;
     background: #F2F1F1;
     border-radius: 50%;
     width: 36px;
     height: 36px;
     text-align: center;
     line-height: 34px;
     position: absolute;
     right: 32px;
     top: 32px;
}
 .close:hover, .close:focus {
     color: black;
     text-decoration: none;
     cursor: pointer;
}
 .modal-data {
     display: none;
}
.modal-content p{
    margin:0px 0px 20px 0px;
}
 .modal-content h4{
    color: #0251FC;
    padding: 0px;
    margin: 12px 0px 24px 0px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
}
 .scanner.modal_data{
     padding: 28px;
     text-align: center;
}
 .scanner h4{
     font-size: 36px;
     line-height: 58px;
     font-weight: 600;
     color: #1B212B;
     margin: 0;
}
 .scanner .qr{
     padding: 32px 0px 80px 0px;
}
 .scanner .btn{
     font-size: 24px;
     line-height: 32px;
     font-weight: 500;
     border: 2.55px solid #DADADA;
     border-radius: 20px;
     margin-right: 20px;
     color: #1B212B;
     min-width: 250px;
     display: inline-block;
}
 .scanner .btn.active{
     border-color:#0251FC;
     background:#EFF4FF;
}
 .score_big .section_container{
     padding:0px 100px;
}
 .accordian{
     width: 100%;
     display: inline-block;
}
 .tabs-content div:not(:first-child) {
     display: none;
}
 @keyframes enter-animation {
     0% {
         transform: translateY(100px);
         opacity: 0;
    }
     100% {
         transform: translateY(0);
         opacity: 1;
    }
}
 @media (prefers-reduced-motion: no-preference) {
     .slide-animation {
         animation: enter-animation 0.8s 1;
    }
}
/* .reveal{
     position: relative;
     transform: translateY(150px);
     opacity: 0;
     transition: 1s all ease;
}
 .reveal.active{
     transform: translateY(0);
     opacity: 1;
}
 */
 :root {
     --animate-duration: 1s;
     --animate-delay: 1s;
     --animate-repeat: 1 
}
 #animated-image {
     opacity: 0;
     transform: scale(.9);
    /* Initial zoomed-in state */
     transition: all 0.7s ease-out;
}
 #animated-image.animate {
     opacity: 1;
     transform: scale(1.1);
    /* Zoom-out to normal size */
}
 .animate__animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-duration: var(--animate-duration);
     animation-duration: var(--animate-duration);
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both 
}
 @-webkit-keyframes slideInUp {
     0% {
         -webkit-transform: translate3d(0,100%,0);
         transform: translate3d(0,100%,0);
         visibility: visible 
    }
     to {
         -webkit-transform: translateZ(0);
         transform: translateZ(0) 
    }
}
 @keyframes slideInUp {
     0% {
         -webkit-transform: translate3d(0,100%,0);
         transform: translate3d(0,100%,0);
         visibility: visible 
    }
     to {
         -webkit-transform: translateZ(0);
         transform: translateZ(0) 
    }
}
 .animate__slideInUp {
     -webkit-animation-name: slideInUp;
     animation-name: slideInUp 
}
/*scroll animation*/
 #scroll-section {
     display: flex;
    /* Use flexbox for layout */
     justify-content: space-between;
}
 #scroll-list {
    /* Fix the list to the side */
     margin:0;
     padding:0;
     z-index: 100;
}
 #scroll-list li {
     list-style: none;
     opacity: 0.3;
    /* Faded state */
     transition: all 0.3s ease;
}
 #scroll-list li.active {
     font-weight: bold;
     opacity: 1;
    /* Highlighted state */
}
/* Hide images by default */
 #image-column .image {
     display: none;
     opacity: 0;
     transition: opacity 0.5s ease;
}
/* Show the active image */
 #image-column .image.active {
     display: block;
     opacity: 1;
}
 #features_sec .section_container > div:last-child img {
     opacity: 0;
     transform: translateY(20px);
     transition: opacity 0.5s ease, transform 0.5s ease;
}
 #features_sec .points_list li{
    /*transform: translateY(20px);
     */
}
 #features_sec .points_list li.active, #features_sec .section_container > div:last-child img.active {
     opacity: 1;
     transform: translateY(0);
}
 .grid_box{
     display:grid;
     grid-template-columns:1fr 1fr 1fr;
     gap:20px;
}
 .box1,.box2,.box3{
     position: relative;
}
 .box1 img,.box2 img,.box3 img{
     width:100%;
}
 .box1 .box_content,.box2 .box_content,.box3 .box_content{
     position:absolute;
     left:40px;
     right:40px;
     top:40px;
     bottom:40px;
}
 .box1 h5,.box2 h5,.box3 h5,.box1 p,.box2 p,.box3 p,.box1 ul li,.box2 ul li,.box3 ul li{
     color: #1B212B;
     margin: 0 0 8px 0px;
}
 .box1 h5,.box2 h5,.box3 h5{
     font-size: 24px;
     line-height: 38px;
     font-weight: 600;
}
 .box1 p,.box2 p,.box3 p,.box1 ul li,.box2 ul li,.box3 ul li{
     font-size: 14px;
     line-height: 22px;
     font-weight: 500;
}
 .text-center{
     text-align:center;
}
 .whycric h4.main_heading, .whycric h4.main_heading span{
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
}
.whycric h4.main_heading{
    margin-bottom:52px;
}
 .cric_rows{
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
     clear: both;
    padding:20px 100px;
}
.cric_rows .col-1, .cric_rows .col-2{
     flex:1;
}
.cric_rows .col-1 h4, .cric_rows .col-2 h4 {
    color: #0251FC;
    font-family: "Mukta Mahee", sans-serif;
    font-size: 44px;
    line-height: 70px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.cric_rows .col-1 h5, .cric_rows .col-2 h5{
    color:#1B212B;
    font-family: "Mukta Mahee", sans-serif;
    font-size:28px;
    line-height:44px;
    font-weight:700;
    margin:0 0 12px 0;
}
 .cric_rows .col-1 p, .cric_rows .col-2 p{
     font-size:24px;
     line-height:38px;
     font-weight:400;
     color:#1B212B;
     margin: 0;
}
 .text-right{
     text-align:right;
}
 .pos_left{
     position:absolute;
     left:0;
     top:0;
     
}
 .pos_right{
     position:absolute;
     right:0;
     width:350px;
}
 .cric_rows .pos_right{
     top:0;
}
 .whycric .section_container{
     padding-left:0;
     padding-right:0;
}
 header .logo_light{
     display:none;
}
 header.front-dark .logo_dark{
     display:none;
}
 header.front-dark .logo_light{
     display:block;
}
 #post-100 .section_container, #post-100 .section_container, .refund.section_container, .section_container.contactus{
     padding-top:0;
}
 b{
     font-weight:600;
}
 .entry-footer{
     display:none;
}
 .entry-header .entry-title{
     font-size: 82px;
     line-height: 120px;
     margin:0;
     font-weight: 600;
     padding-bottom:52px;
     padding-left: 100px;
     padding-right: 100px;
}
 .terms_of_use h2, .terms_of_use p, .terms_of_use ul li, .terms_of_use ol li{
     padding:0;
     margin:0;
     font-size:20px;
     line-height:32px;
     font-weight:400;
     font-family:"General Sans";
}
 .terms_of_use h2, .terms_of_use ul li, .terms_of_use ol li{
     margin:12px 0px 12px 0px;
}
 .contact_page{
     display: flex;
     justify-content: space-between;
     gap:20px;
}
 .form_row{
     display: flex;
     align-items: center;
     gap: 20px;
     margin: 0px 0px 24px 0px;
}
 .form_row p{
     margin:0;
}
 .navigation_menu ul li:nth-child(2) a {
     border: 1px solid #1b212b;
}
 .form_row p {
     margin: 0;
     display: flex;
     align-items: start;
     flex-direction: column;
}
 header.front_dark .navigation_menu ul li:last-child a {
     color: #fff;
     background: #0251FC;
}
 header.navigation_menu ul li:last-child a {
     color: #0251FC;
     background:#fff;
}
 .form_row input,.form_row textarea{
     border:1px solid #D7DAE3;
     background:#fff;
     height:56px;
     border-radius:12px;
     padding:18px;
}
 .form_row textarea{
     height:100px;
}
 .form_row label{
     color:#1B212B;
     font-size: 14px;
     line-height: 18px;
     font-weight: 500;
     margin: 0px 0px 8px 0px;
     display: inline-block;
}
 .texts div,.texts label,.texts p,.texts span,.texts textarea{
     width:100%;
}
 .contact_us{
     padding: 100px 105px;
     background: #F1F6FF;
     margin-top: 100px;
     border-radius: 40px;
}
 .get_in_touch{
     display: flex;
     justify-content: space-between;
     align-items: center;
     text-align: center;
     gap:24px;
}
 .get_in_touch > div{
     flex:1;
     border: 1px solid #F6F6F6;
     background: #fff;
     padding: 20px 16px;
     border-radius: 12px;
}
 .logo a{
     position:relative;
     z-index:9999;
}
 .get_in_touch p{
     margin:0;
}
 .get_in_touch h5{
     font-size: 20px;
     line-height: 28px;
     font-weight: 600;
     margin:24px 0 0 0;
}
 .get_in_touch h6{
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     margin:4px 0px 16px 0px;
}
 .get_in_touch h6 + p{
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     margin:0;
     min-height: 45px;
}
.get_in_touch h6+p > a{
    color:#1B212B;
}
 .contact_us > h2,.contact_us p{
     text-align:center;
}
 .contact_us > h2{
     font-size: 40px;
     line-height: 52px;
     font-weight: 600;
     color:#1F2534;
     margin:0;
}
 .contact_us > p{
     color:#1F2534;
     font-size:16px;
     line-height:24px;
     font-weight:400;
     margin:12px 0 52px 0;
}
 .contact_page .form_row input.wpcf7-submit{
     background: #0251fc;
     border:1px solid #0251fc;
     color: #fff;
     width: 250px;
     font-size: 18px;
     font-weight: 500;
     line-height: 28px;
     height: auto;
     padding: 14px 0px;
}
 .contact_page div img{
     max-width:100%;
}
 .form_row input, .form_row textarea {
     width: 100%;
}
 .dwnld{
    position: fixed;
    bottom: 0;
    padding: 14px;
    left: 0;
    width: 100%;
    background: #ffff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
 .dwnld a{
     background: #0251FC;
     color: #fff;
     font-size: 14px;
     line-height: 24px;
     font-weight: 500;
     padding: 14px;
     border-radius: 16px;
     display:inline-block;
     width: 100%;
     text-align:center;
}
.box_btn{
    display: inline-block;
    width: 100%;
    padding-top: 52px;
    text-align: center;
}
.box_btn a{
    padding: 10px 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 12px;

}
.box_btn a:hover{
    background:#fff;
    color:#0251FC;
}
@media screen and (min-width:1023px) {
    .league_section{
        margin-top:85px;
    }
}

 @media screen and (min-width: 1920px) {
     .top_section{
         height:1000px;
    }
}
 @media screen and (max-width:1025px) {
      .cric_rows .col-1 h5, .cric_rows .col-2 h5 {
         font-size: 18px;
         line-height: 28px;
         font-weight: 600;
    }
     .cric_rows .col-1 p, .cric_rows .col-2 p {
         font-size: 14px;
         line-height: 22px;
    }
    .cric_rows .col-1 h4, .cric_rows .col-2 h4{
        
    }
     .contact_us br{
         display:none;
    }
     .entry-header .entry-title {
         font-size: 32px;
         line-height: 52px;
         padding-bottom: 32px;
         padding-left: 20px;
         padding-right: 20px;
    }
     .pos_left,.pos_right{
         width:250px;
    }
     .box1 .box_content, .box2 .box_content, .box3 .box_content {
         position: absolute;
         left: 10px;
         right: 10px;
         top: 18px;
         bottom: 10px;
    }
     .box1 h5, .box2 h5, .box3 h5 {
         font-size: 18px;
         line-height: 28px;
         font-weight: 600;
    }
}
 .hide_pc{
     display:none;
}
 .show_mb{
     display:none;
}
 @media screen and (min-width: 768px){
     .whycric{
         padding-bottom:100px;
    }
}
 @media screen and (max-width: 1200px){
    footer>.section_container>div:last-child {
        display: flex;
        gap: 52px;
    }
     .close {
        right: 12px;
        top: 12px;
    }
     .modal-content{
         width:94%;padding:12px;
     }
     .modal-content h4 {
    
        margin: 0px 0 16px 0;
    }
    .modal_data {
        max-height: 100%;
        overflow-y: auto;
    }
}
 @media screen and (min-width: 1200px){
     footer>.section_container>div:first-child ul li {
    padding-right: 16px;
}
     footer .section_container{
         align-items:start;
    }
     .navigation_menu ul li a, .navigation_menu ul li {
         font-size: 12px;
         line-height: 18px;
    }
}
 @media screen and (min-width: 1026px) and (max-width:1200px) {
     .entry-header .entry-title {
         padding-left: 40px;
         padding-right: 40px;
    }
     .box1 .box_content, .box2 .box_content, .box3 .box_content {
         left: 20px;
         right: 20px;
         top: 20px;
         bottom: 20px;
    }
     .section_container {
         padding: 60px 40px;
    }
     .cric_rows {
         padding-left:40px;
         padding-right: 40px;
    }
     .score_big .section_container {
         padding: 0 40px;
    }
}
 @media screen and (min-width: 767px) and (max-width:1025px) {
     .get_in_touch > div{
         min-height:300px;
    }
     .contact_us{
         padding:40px 60px;
         margin-top:40px;
    }
    
     .main_heading > span > img{
         width:200px;
    }
     .main_heading img{
         width:280px;
    }
     .cric_rows .col-1 p, .cric_rows .col-2 p{
         max-width:100%;
    }
     .cric_rows {
         padding-left: 40px;
         padding-right: 40px;
    }
     .grid_box {
         grid-template-columns: 1fr 1fr 1fr;
    }
     .top_section{
         height:auto;
    }
     .top_section.score_big .section_container > div:first-child {
         padding-top: 156px;
         padding-bottom: 76px;
    }
     header .section_container{
         padding:32px 40px 60px 40px;
    }
     .section_container {
         padding:60px 40px;
         gap:52px;
    }
     h4.main_heading {
         font-size: 32px;
         line-height: 52px;
         width: 100%;
         margin: 0 0 32px 0;
    }
     .hero_sections .section_container, .features_sections .section_container, .faq_accordian .section_container, .score_big .section_container, footer .section_container{
         align-items:center;
    }
     .features_sections img,.hero_sections img{
         width:180px;
    }
     .features_sections {
         padding: 0px 0px;
    }
     .score_big h4 {
         font-size: 28px;
         line-height: 44px;
         font-weight: 600;
    }
     .score_big .section_container > div:last-child {
         flex: 0 0 55%;
    }
     .score_big .section_container{
         gap:30px;
    }
     .score_big p {
         font-size: 14px;
         line-height: 20px;
         max-width: 100%;
         padding: 12px 0px 20px 0px;
         width: 100%;
    }
     .score_big .section_container > div:last-child img{
         width: 400px;
         top:-185px;
    }
     .score_big .section_container{
         padding:0px 40px;
    }
     .score_big .section_container > div:first-child {
         padding-top: 23px;
         padding-bottom: 58px;
    }
     .footer_top.score_big{
         margin-top:65px;
    }
     .blue_box {
         border-radius: 0px;
         padding:0px;
    }
     .at-item {
         padding: 16px 12px;
    }
     .at-title h2, .at-title {
         color: var(--text-heading, #12334E);
         font-size: 18px;
         font-weight: 500;
         line-height: 28px ;
         padding-right: 15%;
    }
     .at-tab{
         font-size: 14px;
         line-height: 24px ;
    }
     .faq_accordian {
         padding: 0px;
    }
     .accordion{
         width: 100%;
         display: inline-block;
    }
     .faq_accordian .section_container{
         gap:0;
    }
     footer{
         padding:0;
    }
     footer > .section_container > div:last-child {
         flex: 0 65%;
         min-width: 65%;
    }
     footer > .section_container > div:first-child {
         flex: 0 0 25%;
         min-width: 25%;
    }
     .score_big.footer_top .section_container > div{
         min-width:50%;
    }
     .top_section.score_big h4 {
         font-size: 36px;
         line-height: 58px;
    }
     .box1 img, .box2 img, .box3 img {
         height: 100%;
    }
}
 @media screen and (min-width:766px)  and (max-width:769px) {
    .navigation_menu ul li a {
        padding: 14px 10px;
    }
    .ui_btn {
        padding: 6px 15px;
    }
    .box1, .box2, .box3 {
        height: 345px;
    }
}
 @media screen and (max-width:767px) {
    .modal_data p{
        font-size:14px;line-height:22px;
    }
     .modal_data h4{
         font-size:20px; 
         line-height:32px;
         margin: 0;
     }
     .scanner .btn{
             margin: 0px 0px 16px 0px;
     }
     .scanner .qr{
         padding: 22px 0px 42px 0px;
     }
     #image-column img{
        margin:0 auto; 
     }
     #scroll-section{
         text-align:left !important;
         flex-direction:column;
         gap:52px;
     }
     .terms_of_use h2, .terms_of_use ul li, .terms_of_use ol li {
    margin: 0;
}
     .entry-content ol,.entry-content ul{
         padding:0 0 0 15px;
     }
     .entry-content ol ol,.entry-content ol ul{
        padding:0; 
     }
     
     
     .show_mb{
         display:block;
    }
     .get_in_touch > div{
         width:100%;
    }
     .contact_us {
         padding: 48px 28px;
         background: #F1F6FF;
         margin-top: 0;
         border-radius: 0;
         width: 100%;
    }
     .contact_page img{
         max-width:100%;
         display:none;
    }
     .contact_page,.form_row,.get_in_touch {
         flex-direction:column;
         flex-wrap:wrap;
         align-items:start;
    }
     .box1 .box_content, .box2 .box_content, .box3 .box_content {
         left: 10px;
         right: 10px;
         top: 18px;
         bottom: 10px;
    }
     .grid_box {
         grid-template-columns: 1fr;
    }
     .cric_rows .col-1 p, .cric_rows .col-2 p {
         max-width: 100%;
    }
     .whycric .main_heading img{
         width:190px;
    }
     .cric_rows {
         padding-left: 20px;
         padding-right: 20px;
         flex-direction: column;
    }
     .pos_right {
         display:none;
    }
     .cric_rows img{
         display:none;
    }
     .section_container{
         display:grid !important;
         padding:40px 20px;
    }
     .blue_box{
         padding: 20px 20px;
         border-radius: 0px;
         background-size: contain;
         background-position: top right;
    }
     h4.main_heading {
         font-size: 32px;
         line-height: 52px;
         font-weight: 600;
    }
     .score_big .section_container {
         padding: 0px 20px;
    }
     .top_section.score_big h4 {
         font-size: 32px;
         line-height: 58px;
         font-weight: 600;
    }
     .blue_box .points_list {
         column-count: 1;
    }
     .score_big .section_container > div:first-child {
         padding-top: 40px;
         padding-bottom: 243px;
    }
     .score_big h4 {
         font-size: 20px;
         line-height: 32px;
         font-weight: 600;
    }
     .score_big p {
         font-size: 12px;
         line-height: 18px;
         font-weight: 400;
         max-width: 80%;
         padding: 12px 0px 20px 0px;
    }
     .score_big a {
         font-size: 12px;
         font-weight: 500;
         line-height: 18px;
         border-radius: 6px;
         padding: 8px 12px;
         margin-right: 12px;
    }
     .score_big .section_container > div:last-child img {
         position: absolute;
         right: 0;
         top: auto;
         width: 243px;
         bottom: -20px;
    }
     .navigation_menu{
         display:none;
    }
     header .section_container {
         padding-top: 28px;
         padding-bottom: 40px;
    }
     .top_section.score_big .section_container > div:first-child {
         padding-top: 100px;
         padding-bottom:100px;
    }
     .top_section {
         margin-top: -117px;
         background: url(/wp-content/uploads/2024/09/Group-1000005101.png) no-repeat !important;
         background-size: cover !important;
         height: 100%;
    }
     .points_list li span:first-child {
         font-size: 18px;
         line-height: 28px;
         font-weight: 500;
         padding: 0px 0px 4px 0px;
         font-family: 'Mukta Mahee';
    }
     .points_list li span:last-child {
         font-size: 12px;
         line-height: 22px;
         margin-left: 20px;
    }
     .points_list li:before {
         width: 20px;
         height: 20px;
    }
     .points_list li {
         margin-bottom: 18px;
    }
     .hero_sections .section_container > div:last-child, .features_sections .section_container > div:last-child{
         text-align:center;
    }
     .hero_sections .section_container > div:last-child img, .features_sections .section_container > div:last-child img{
         width:180px;
    }
     .features_sections h4 {
         margin: 0 0 24px 0;
    }
     .features_sections .section_container, .hero_sections .section_container{
         gap:52px;
    }
     .points_list li:last-child{
         margin:0;
    }
     .league_section h4 , .blue_box h4.main_heading{
         margin: 0 0 32px 0;
    }
     .blue_box .points_list li {
         margin-bottom: 20px;
    }
     .blue_box .points_list li span:first-child{
         padding: 0px 0px 8px 0px;
    }
     .blue_box .points_list li:last-child{
         margin:0;
    }
     .at-item {
         padding: 12px 16px;
    }
     .at-title h2, .at-title {
         font-size: 18px;
         font-weight: 500;
         line-height: 28px;
         padding-right: 20%;
    }
     .at-tab {
         font-size: 14px;
         line-height: 24px;
         padding-right: 0;
    }
     .footer_top.score_big {
         margin-top: 0;
    }
     .league_inner div {
         width: 250px;
    }
     .league_section .section_container > div{
         display: inline-block;
         width: 100%;
         overflow: auto;
    }
     div.league_inner{
         gap:20px;
    }
     .ui_btn {
         padding: 6px 12px;
         border-radius: 8px;
         font-size: 12px;
         line-height: 20px;
    }
     footer{
         padding:0;
    }
     footer ul{
         margin-bottom: 74px;
    }
     footer > .section_container > div:last-child {
         gap: 20px;
    }
     footer > .section_container > div:last-child > div:last-child ul li{
         max-width: 157px;
    }
}
 