@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body
{
    font-family: "Roboto", sans-serif;
}
/* header - section css */
header .navbar-expand-lg .navbar-collapse
{
    justify-content: end;
}
.navbar .container-fluid
{
    justify-content: end!important;
}
.welcome-sec .container
{
    max-width: 900px!important;
}
.con-1140
{
max-width: 1140px!important;
margin: 0 auto!important;
}
.con-1260
{
max-width: 1280px!important;
margin: 0 auto!important;
}
.bg-color
{
    background: #eff0ec!important;
}
.con-1260 .container.overview-box
{
    max-width: 1140px!important;
}
.d-menu
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}
.menu-box ul
{
  display: flex;
  align-items: center;
  justify-content:end; 
  padding: 0px!important;
  margin: 0px!important;
}
.menu-box ul li
{
    list-style-type: none;
}
.mr
{
    margin-right:25px;
}
#chart-nav .container
{
    max-width: 900px!important;
}
.menu-box ul li a
{
    font-size: 20px;
    color: #727272!important;
    font-weight:300!important;
}
.menu-box ul li .mock-btn
{
    background: white;
    border: 1.5px solid black!important;
    color: black !important;
    border-radius:7px!important;
    padding: 3px 10px!important;
    margin-right: 10px!important;
}
.menu-box ul li .mock-btn:hover
{
    color: white!important;
    border: 1.5px solid white!important;
    background:black;
}
.three-box .col-md-4
{
    padding:5px!important;
}
.menu-box ul li .log-btn
{
    background:white;
    border: 1.5px solid black!important;
    color: black!important;
    border-radius:7px!important;
    padding: 2px 10px!important;  
}
.menu-box ul li .log-btn:hover
{
    color: white!important;
    border: 1.5px solid white!important;
    background:black;
}
.menu-box ul li .active
{
    color: black!important;
    font-weight: 700!important;
}
.welcome-sec p span
{
    font-weight: 700!important;
}
.welcome-text
{
    font-size: 25px!important;
    font-weight:200!important;
    margin-bottom: 0px!important;
    color:#505050!important;
}
.welcome-text span
{
    font-size: 25px!important;
    font-weight: 700!important;
    color: #000;
}
.nav-link
{
    font-size: 16px;
    color:#55595b!important;
    font-weight:600!important;
    padding: 0px 15px!important;
}
.nav-link:hover
{
    color: black!important;
}

/* banner section */
.banner
{
    /* background: rgb(211,213,215);
    background: linear-gradient(119deg, rgba(211,213,215,1) 59%, rgba(43,57,92,1) 84%);  */


    /* global 92%+ browsers support */
        background: radial-gradient(circle at 80% 51%, rgba(87, 227, 254, 1) 3%, rgba(73, 85, 114, 1) 19%, rgba(211, 213, 215, 1) 42%, rgba(211, 213, 215, 1) 98%);
    

    padding: 50px 0;
}
.dash-7trial
{
    background: #383970;
    padding: 80px;
}
.start-box
{
    background: white!important;
    padding:80px 60px;
    border-radius: 40px;
}
.start-box h1
{
    font-size: 65px;
    color: #2d4048;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.start-now
{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.ban-title
{
    font-size: 130px;
  font-weight: 800;
  color: white;
  line-height: 130px;
}
.ban-btn 
{
    background: #0a1a44;
    padding: 50px 100px;
    color: white !important;
    width: fit-content;
    font-size: 80px;
    border-radius: 200px;
    font-weight: 600;
}
/* overview section */
.overview-box
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview-box a
{
    color: #235a86 !important;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}
.overview-box .active
{
    font-weight: 600;
}
.bold-text
{
    font-weight: 600;
}
.top-text
{
    color: #235a86 !important;  
}
.top-text p
{
    font-size:30px!important;
    margin-bottom: 0px!important;
}
.pr
{
    display: flex;
    align-items: center;
    justify-content:end;
    column-gap:15px;
}
/* progress bar */
.progress-1{
    position: relative;
    margin: 4px;
    float:left;
    text-align: center;
  }
  .barOverflow-1{ /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 220px;
    height:90px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
  }
  .bar-1{
    position: absolute;
    top: 0; left: 0;
    width: 220px; 
    height: 220px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 15px solid #d8e1e3;     /* half gray, */
    border-bottom-color:#a662ff;  /* half azure */
    border-right-color: #a662ff;
  }
  .pr-text
  {
    margin-top: -60px;
    font-size: 45px;
  }
  .pr-text span
  {
    font-size: 45px;
  }
  /* donut chart */
  #container-1 {
    min-width: 310px;
    max-width: 1200px;
    height: 310px !important;
    margin: 0 auto
  }
/* progress-bar */

.tooltip-inner { max-width: 600px !important;}

.over-title
{
    text-align: center;
    font-size: 60px;
}
.three-box h6
{
font-size: 30px!important;
color: black;
font-weight: 600!important;
text-align: center;
margin-bottom: 15px;
}
.hd-split p
{
    font-size:25px!important;
    color: black!important;
    font-weight: 600;

}
.sticky-top
{
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0 3px 8px !important;
}
.ov-box
{
   background: #f1eeff; 
    padding:22px;
    border-radius:15px;
    min-height:189px;
}

.ov-box h1
{
    font-size: 13px;
  font-weight: 700;
  color: black;
  margin-top: 10px;
  margin-bottom: 5px!important;
}
.ov-box p
{
    color:black!important;
    margin-bottom: 10px!important;
    font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 14px;
}
.ov-box ol
{
    margin-bottom: 0px!important;
}
.ov-box ol li
{
    color:black!important;
    font-size: 10px!important;
    font-weight: 600!important;
  line-height: 14px;

}
.b-char
{
    padding: 15px;
    background:#f1eeff!important;
    border-radius: 10px;
    margin: 0px!important;
}
.b-char .highcharts-background
{
    fill:#f1eeff!important;  
}
.tt
{
    text-align: center;
    font-weight: 500!important;
}
.dash-ge a
{
    text-decoration: none;
    font-size: 16px;
    color:#0a1a44;
    font-weight: 600;
    padding: 5px 15px;
    min-width: 190px;
    display: inline-block;
    text-align: center;
    background:#eff0ec;
    transition: 0.6s;
}
.bd-r a
{
    border-right: 1px solid #d2d2d2;
}
.dash-ge a:hover
{
    background: #fcc018;
    color:white;
    transition: 0.6s;
}
.brd-btm
{
    border-bottom: 1px solid #0d0d0d;
}

.bdr-blue{
    border: 2px solid #373a73;
}


.three-box p
{
    font-size: 16px;
  font-weight: 500;
}
.hr-line
{
    display: block;
    /* border-top: 4px solid black; */
    margin-top:35px;
    position: relative;
}
.hr-line img
{
    height: 40px;
  position: relative;
  top: -22px;
  left: -10px;
}
.three-box ol
{
    padding-left: 17px!important;
}
.three-box ol li
{
    font-weight: 500;
}
.dot
{
    display: inline-block;
    height: 13px;
    width: 13px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: 4px;
}
.line
{
    display: inline-block;
  height: 2px;
  width: 90%;
  background: black;
  position: absolute;
  top: -3px;
  left: 5px;

}
/* barchart */
.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 300px !important;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/* video section */
.video
{
    background:black!important;
    padding-top: 20px!important;
}
.vid-title
{
    color: white;
    font-size: 40px;
    font-weight: 700;
}
.video p
{
    font-size:16px;
    color: white;
    font-weight: 300;
    margin-bottom: 15px!important;
}
.video a
{
    background:white;
    color:black;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
    font-size: 14px;
    border: 1px solid transparent;
}
.video a:hover
{
    background:black;
    color:white;
    border: 1px solid white;
    transform: translateY(-15px);
    transition: 0.5s;
}
.purp-box h6
{
font-size:39px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px!important;
}
.purp-box
{
    padding-top: 70px;
    padding-bottom: 170px;
    background: #d5cdff url("/static/trial/image/Artboard 1.png");
    background-size:auto;
    background-position:14% -90%;
    border-radius: 20px;
    background-repeat: no-repeat;
    
}
.purp-box .rd-btn
{
    background: black;
    color: white;
    font-size: 18px;
    border: 1.5px  solid black;
    border-radius: 5px;
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 300;
}
.purp-box .st-btn
{
    background: transparent;
    color:black;
    font-size: 18px;
    border: 1.5px solid black;
    border-radius: 5px;
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 300;

}



.purp-box .st-btn:hover
{
    background: black;
    color:white;
    
}


.trial
{
    padding-top: 80px;
}
.trial .container
{
    max-width: 900px!important;
}
.start-now a
{
    background:#fcc018;
    color:white;
    font-weight: 600;
    font-size:25px;
    padding: 10px 30px;
    border-radius: 50px;
    min-width: 175px;
    text-decoration: none;
    transition: 0.8s;
}
.start-now a:hover
{
    background: rgb(210, 210, 210);
    color: #0a1a44;
    transform: translateY(-15px);
    transition: 0.8s;
}

.header-link {
    margin-left:20px;
}
.left-box
{
    padding: 0px!important;
}
.GMAT-sec
{
    height: 100vh;
    overflow: hidden;
}
.left-box .sticky-top
{
    background:#eff0eb!important;
    box-shadow: none!important;
    position:fixed!important;
    top: 90px!important;
z-index: 99!important;
width: 320px!important;
height: 90vh;
}
.rt-scr
{
    height: 80vh!important;
    overflow-y: scroll!important;
}
.con-1280.sticky-top
{
    height: unset!important;
    background: white!important;
    top: 0px!important;
}
.b-top
{
    border-top: 1px solid #bcbcbc!important;
}

/* GMT section */
.GMT-title
{
    font-size:45px;
    font-weight: 800;
}
.GMT-title span
{
    color: #fcc018;
}
.GMAT-sec .row .col-md-6 img
{
    height:80px!important;
}
.welcome-sec
{
    padding-bottom:0px;
    margin-top: 25px!important;
}
.pr-box
{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
}
.progress
{
    width: 40%;
    background: #373973!important;
    height: 20px!important;
    border-radius: 50px!important;
}
.progress-bar
{
    background:#373972!important;
}
.count
{
    color:#373973!important ;
    font-size: 30px;
  font-weight: 700;
}
.navigation-btn-pre
{
    background:#000000!important;
    color: white!important;
    font-size:16px!important;
    font-weight: 300!important;
    box-shadow: none!important;
    border: none!important;
    padding: 5px 20px!important;
    border-radius: 50px!important;

}
.navigation-btn-next
{
    background:black!important;
    color: white!important;
    font-size:16px!important;
    font-weight: 300!important;
    box-shadow: none!important;
    border: none!important;
    padding: 5px 20px!important;
    border-radius: 50px!important
}

.modal-title
{
    width: 25%;
}
.showAnsBtn
{
    width: 70%;
    text-align: end!important;
}
.showAnsBtn a
{
    background: #e2dcff!important;
    color: #424287!important;
    padding: 3px 8px!important;
    border-radius: 3px!important;
    font-size: 14px!important;
    font-weight: 600!important;
    text-decoration: none!important;
}
.modal-title span
{
    font-size: 25px!important;
    color:#424287!important;
    
}
.modal-dialog
{
    /* max-width: 80%!important; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}
.video .vid-title
{
    color: white!important;
}
.showQuestionContent .col-md-6
{
    height:400px!important ;
    overflow-y: scroll;
    scrollbar-color:#37276e #e2e2e2;
}
.showReviewContent .col-md-6
{
    height:400px!important ;
    overflow-y: scroll;
    scrollbar-color:#37276e #e2e2e2;
}
#new_question_layout .modal-content
{
    max-height:500!important;
}
.v-title
{
    font-size: 30px!important;
    color: black!important;
    font-weight: 500!important;
}
.read-box
{
    background: #eff0ec!important;
    padding: 30px;
  border-radius: 30px;
  
}
.mt-sp
{
    margin-top: 100px!important;
}
.number
{
    color: white;
    background: #071332;
    padding:17px 20px;
    border-radius: 50%;
  width: fit-content;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: -65px;
}
.read-box h6
{
    font-size: 20px;
  font-weight: 700;
  color: #235a86;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
.read-box p
{
    font-size: 14px;
  font-weight: 500;
}
.read-box a
{
    background: #071332;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 25px;
    color: white!important;
    font-weight: 500;
    border-radius: 50px;
    transition: 0.5s;
}
.read-box a:hover
{
background: white;
color: #0a1a44!important;
transition: 0.5s;
}
.rd-a
{
    text-align: center;
    padding-top:15px;
}
.next-prev 
{
    display: flex;
    justify-content: space-between;
  align-items: center;
}
.next-prev .box a
{
    color: #235a86 !important;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
/* result-sec */
.result
{
    background-color: #eff0ec;
    padding: 20px 0;
}
.re-sec .container
{
    max-width: 900px!important;
}
.result h1
{
    font-size: 30px!important;
    font-weight: 600!important;
    color: #373973!important;
}
.table > :not(caption) > * > *
{
    border-bottom: none!important;
    padding: 0px!important;
}
.table th, .table td
{
padding: 10px 5px!important;
text-align: center;
color: #3e3d83!important;
font-size: 13px!important;
}
.table thead th
{
    font-size: 13px!important;
    color: #3e3d83!important;
}
.table tbody th button
{
    font-size: 13px!important;
    font-weight: 400!important;
    color: #3e3d83!important; 
}
.table tbody tr
{
    border-bottom:1.5px solid #e4e4e4;
}
#video
{
    height: 100vh;
    overflow: hidden;
}
.st-box
{

   background: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 49px 25px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:30px!important;
    margin-top: 50px!important;
}

.icon-circle
{
    background: #3d3d3d;
    display:inline-flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white!important;
}
.icon-circle i
{
    font-size: 14px!important;
}
.t-col
{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background: white;
    border-radius: 15px!important;
    padding: 20px 10px;
}
.b-box a
{
    color:#000!important;
    font-size: 25px!important;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.st-box h6
{
    font-size:25px!important;

    color: black!important;
    font-weight: 700!important;
    margin-bottom: 0px!important;
}
.left-menu
{
    background: #393871;
    padding: 10px 20px;
    
}
.left-btn
{
    padding: 10px 20px!important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    
}
.d-btn
{
    background: #000;
    color: white!important;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px!important;
    border: 1px solid transparent;
}
.out-btn
{
    background: #fff;
    color: #000!important;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid black;
    font-size: 14px!important;
}
.left-menu a
{
    font-size:16px!important;
    color: white!important;
    font-weight: 600;
    text-decoration: none!important;
}
.ul-list ul
{
    padding: 20px!important;
    margin: 0px!important;

}
.ul-list ul li
{
list-style-type: none!important;
padding: 2px 0px!important;
}
.ul-list ul li a
{
    color: #999997;
    font-size: 14px!important;
    text-decoration: none!important;
}
.ul-list ul li .active
{
    color: #000!important;
    font-weight: 700!important;
}
.bl-row
{
    background: #373973!important;
    color: white;
}
.db-col
{
    background: #0a1a44!important;
    color: white;
}
.bg-grey
{
    background: #eff0ec!important;
    border: none!important;
}
.test a
{
    text-decoration: none;
    color: black!important;
}
.tt
{
    background: none!important;
    border: none;
    color: black;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    font-size: 20px;
  font-weight: 700 !important;
}
.bg-pur,.bg-pur-1
{
    background: #f1eeff!important;
    padding: 15px!important;
    border-radius:15px!important;
    padding-top: 25px!important;

}

.video .container
{
    max-width: 900px!important;
}
.highcharts-background
{
    fill:transparent!important;
}
.tt-btn
{
    background: none!important;
    border: none;
    color: black;
    /* padding: 0 30px; */
    font-size: 18px;
  font-weight: 600 !important;
}
.bg-sandle
{
background: #fff7e7!important;
min-height: 92vh;
}
.bg-sandle-2
{
background: #fff7e7!important;

}
.btn-bg
{
    /* background:#fff7e7!important; */
    display: flex;
    justify-content:end;
    column-gap: 30px;
    padding: 15px 0px;

}
.result .table thead th,.result .table button
{
    color: white!important;

}
.sec-box
{
    padding: 10px 20px!important;
    background: #f1eeff!important;
    border-radius: 15px!important;
}

.vid-title
{
    font-size: 30px!important;
    color: #000;
    font-weight: 500!important;
}
.sec-img img
{
    height:55px!important;
}
.sec-box h1
{
    font-size: 45px!important;
    font-weight: 700;
    color:#3d3d3d!important;
    margin-top: 15px;
}
.vw-btn
{
    background:#161616!important;
    color: white!important;
    padding:5px 25px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;

}
.sec-box p
{
    font-size: 16px!important;
    font-family: 500!important;
    color:#3d3d3d!important;
}
.sec-title
{
    font-size: 30px;
    color: #373973!important;
    font-weight: 600;
    text-align: center;
}
.chart-box p
{
font-size: 16px!important;
color: #235a86!important;
font-weight: 600;
text-align: center;
}
.test a h1
{
    font-size: 65px;
    font-weight: 800;
    text-align: center;
    margin-bottom:0px;
    display: flex;
  align-items: center;
  text-decoration: none!important;
  justify-content: center;
}
.test h1 img
{
height: 80px;
}
.test
{
    border: 5px solid black;
    padding: 50px 0;
}
.re-sec
{
    padding-top: 20px!important;
    padding-bottom: 80px!important;
}
.reach-out
{
    background-color:black;
    padding: 80px 0;
    
}
.reach-out .container
{
    max-width: 900px!important;
}
.reach-out h6
{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
    color: white;
}
.reach-out p
{
    font-size: 30px;
    color: white;
    font-weight: 600;
}
/* login page  */
.login-sec
{
    background: rgb(211,213,215);
    background: linear-gradient(119deg, rgba(211,213,215,1) 59%, rgba(43,57,92,1) 84%);
    padding: 50px 0;
    height: 100vh!important;
}
.log-left h1
{
    text-align: center;
    font-size:40px;
    color: #0a1a44!important;
    font-weight: 600;
}
.log-left p
{
    font-size: 30px;
    color: #0a1a44!important;
    font-weight: 500;
}
.log-left img
{
    width: 400px;
}
.log-left
{
    text-align: center;
}
.login-form
{
    margin: 40px;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
background: rgba(255, 255, 255, 0.43);
border-radius: 15px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.5px);
-webkit-backdrop-filter: blur(7.5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.login-form h6
{
    text-align: center;
    font-size: 35px;
    color: #e92e34;
    margin-bottom: 20px;
}
.login-form div button
{
    background: red!important;
  color: white!important;
  border: none!important;
  padding: 10px 45px!important;
  margin-top: 20px!important;
  font-weight: 600!important;
}
.form-control
{
    border: none!important;
    box-shadow: none!important;
    background: white!important;
}
.form-label,.form-check-label
{
    font-weight: 500;
}
/* verbal-content */
.data-sufficiency
{
    padding:20px 0;
    background-color: #fff7e7;

}
.data-sufficiency h1
{
    font-size: 40px;
    color: #235a86;
    font-weight: 600;
    margin: 15px 0;
}
.data-sufficiency h6
{
    font-size: 18px;
    color: #235a86;
    font-weight: 500;
    margin-bottom: 25px;
}
.result-title
{
    font-size: 30px;
    color: #37276e;
    font-weight:700;
}
#collapseAnswer .container
{
    overflow: scroll;
}
/* mock page */

/* .test a
{
background: #235a86;
color: white!important;
font-size: 18px;
font-weight: 500;
text-decoration: none;
padding: 18px 25px;
margin: 15px 0;
border-radius: 100px;
transition: 0.5s;
border: 1px transparent;
}
.test a:hover
{
background: white!important;
border: 1px solid #0a1a44;
color: #0a1a44!important;
} */
@media(max-width:1024px)
{
    .left-box .sticky-top
    {
        width: 280px!important;

    }   
}
@media(max-width:998px)
{

    .left-box .sticky-top
    {
        width: 210px!important;

    }
    .start-box
    {
        padding: 40px 25px;
    }
    .start-box h1
    {
        font-size: 55px;
        margin-bottom: 20px;
    }
    .start-box a
    {
        font-size: 18px;
  padding: 10px;
    }
    .svg-animate svg 
    {
        height: 350px;
        width: 400px;
    }
    .sec-box h1
    {
        font-size: 30px!important;
    }
    .sec-box p
    {
        min-height: 48px!important;
    }
    .btn-bg .box
    {
        width:unset!important;
        margin:unset!important;
    }
    .left-btn .d-btn,.left-btn .out-btn
    {
        margin: 5px 0px!important;
    }
}
@media(max-width:768px)
{
    .left-box .sticky-top
    {
        width: 190px!important;

    }
    .menu-box ul
    {
        justify-content: center!important;
        flex-wrap: wrap;
        margin-top: 10px!important;
    }
    .sec-head
    {
        width: 60%!important;
    }
    .box
    {
        width:40%!important;
        margin: 0 auto!important;
    }
    
    .btn-bg .box
    {
        width:unset!important;
        margin:unset!important;
    }
    .left-btn .d-btn,.left-btn .out-btn
    {
        margin: 5px 0px!important;
    }
    .st-box h6
    {
        font-size: 20px!important;
    }
    .menu-box ul li
    {
        width: 25%;
        margin: 10px 0px;
    }
    .welcome-sec
    {
        padding: 10px 0px!important;
    }
    .tt
    {
        font-size: 18px!important;
        justify-content: center!important;
    }
    .purp-box
    {
        background: #d5cdff!important;
        padding-bottom: 70px!important;
    }
    .trial
    {
        padding: 50px 0px!important;
    }
    .re-sec
    {
        padding: 10px 0px!important;
    }
    .ban-title
    {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
        padding-top: 20px;
    }
    .sticky-top
    {
        position: relative!important;
    }
    .ov-box
    {
        margin: 15px 0px!important;
    }
    .ban-btn
    {
        padding: 10px 25px;
        font-size: 25px;
        text-align: center;
        width: unset;
    }
    .vid-title
    {
        font-size: 30px;
        margin-top: 20px;
    }
    .reach-out
    {
        padding: 30px 0;
    }
    .reach-out h6
    {
        font-size: 35px;
        text-align: center;
        padding-bottom: 20px;
    }
    .reach-out p
    {
        text-align: center;
    }
    .overview-box
    {
        flex-wrap: wrap;
        padding-bottom: 15px;
        text-align: center;
    }
    .overview-box .box
    {
        width:100%;
    }
    .overview-box .box a img
    {
        width:40%!important;
    }
    .overview-box a
    {
        font-size: 18px;
    }
    .top-text p
    {
        font-size: 20px!important;
    }
    .over-title
    {
        font-size: 45px!important;
        margin-bottom: 15px!important;
    }
    .GMT-title
    {
        font-size: 50px!important;
    }
    .count
    {
        font-size: 50px!important;
    }
    .data-sufficiency h1
    {
        font-size: 35px!important;
        margin-top: 30px!important;

    }
    iframe
    {
        height: auto!important;
        width: auto!important;
    }
    .next-prev .box a
    {
        font-size: 16px;
    }
    .result h1
    {
        font-size: 35px!important;
        margin-top: 35px!important;
    }
    .table-box
    {
        overflow: scroll;
    }
    .test h1
    {
        font-size: 35px!important;
    }
    .dash-7trial
    {
        padding: 25px!important;
    }
    .start-box
    {
        padding:20!important;
    }
    .start-box h1
    {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .start-box a
    {
        font-size: 18px;
  padding: 15px;
  min-width: unset;
    }
    .svg-animate svg 
    {
        height: 350px;
        width: 300px;
    }
}

/* dashboard animation */

      #setting ,#setting_3 ,#setting_2 {
    animation: rotateAnimation 7s infinite linear;
    transform-origin:center center;
    transform-box:fill-box;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes showTick1 {
    0% { visibility: hidden; }
    30% { visibility: hidden; }
    40% { visibility: visible; }
  }
  
  @keyframes showTick2 {
    0% { visibility: hidden; }
    50% { visibility: hidden; }
    60% { visibility: visible; }
  }
  
  @keyframes showTick3 {
    0% { visibility: hidden; }
    90% { visibility: hidden; }
    100% { visibility: visible; }
  }
  
  #tik{
    animation: showTick1 3s  linear infinite;
    
  }
  
  #tik_3 {
    animation: showTick2 3s  linear infinite;
    
  }
  #tik_2 {
    animation: showTick3 3s  linear infinite;
    
  }
  
  #bulb {
    animation: bounceUp 2s infinite alternate;
  }
  
  @keyframes bounceUp {
    0%{
      transform:translateY(0);
    }
    100% {
      transform:translateY(-20px); 
    }
  }

  #pencil{
    animation:bounceUpDown 1.5s infinite alternate;
    transform-origin:center;
    transform-box:fill-box;
  }
  
  @keyframes bounceUpDown {
    0%{
      transform:rotate(0deg);
    }
    100% {
      transform:rotate(5deg); 
    }
  }
  #hand{
    animation:bounceUpDown1 1.5s infinite alternate;
    transform-origin:top;
    transform-box:fill-box;
  }
  
  @keyframes bounceUpDown1 {
    0%{
      transform:rotate(0deg);
    }
    100% {
      transform:rotate(10deg); 
    }
  }