@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
color: #444!important;
font-weight: normal;
line-height: 24px !important;
letter-spacing:inherit!important;
}
.btn, input, button, select, textarea {
font-family: "Montserrat", sans-serif!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold!important;
  line-height: 1.3;
  color: #000;
  font-family: "Montserrat", sans-serif!important;
}
p{font-family: "Montserrat", sans-serif!important;}
.gry-bg{ background: #fbfbfb;}

a {
    color: #00a2eb;
    text-decoration: none;
}
a:hover {
text-decoration: none;
color: unset;
}
.oranges {
    color: #f26322;
}

.clar {
    display: block;
}
.gry-bg {
    background:#fff9ef;
}

.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-36 { font-size: 36px; }
.fs-40 { font-size: 40px; }
.fs-48 { font-size: 48px; }

.navbar .cta-orange {
    padding: 9px 20px;
}

section h2 {
    font-size: 32px;
}

.hero-section {
    background: #00183e;
    position: relative;
    overflow: hidden;
    padding: 40px 0 40px;
    background: url(../images/banner-img.jpg) center center / cover no-repeat;
    text-align: center;
}

.hero-overlay {
    background:rgb(246 255 254 / 87%) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}
.hero-section h1 {
    font-size: 45px;
    color: #000;
    margin-top: 0;
}

.cta-orange {
    background: #e4551d;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 600;
    border: 0;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 16px;
}
.cta-orange:hover {
    background: #d73d01;
    color: #fff;
}

.text-grey {
    color: #000;
}
.font-weght{ font-weight: 500;}
.swpe {
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 50px;
    text-align: left;
}
.swpe span {
    position: absolute;
    background: #e4551d;
    left: 8px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 12px;
}

.hvr-sweep-to-left::before {
    background: #e4551d none repeat scroll 0 0;
}


/* Card */
.test-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
border: 1px solid #e8e6e6;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.test-card:hover {
    box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
    border-color: #ff8555;
    transform: translateY(-5px);
}

/* Icon */
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ffe5dd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #e85222;
    margin-bottom: 15px;
}

/* Title */
.test-card h4 {
    margin-bottom: 10px;
    background: transparent;
    font-size: 20px;
}

/* Meta text */
.meta {
  color: #777;
  font-size: 13px;
  margin-bottom: 20px;
}

/* Button */
.btn-outline {
    border: 2px solid #e85222;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 600;
    background: #e85222;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
gap: 10px;
}

.btn-outline:hover {
  background: #e85222;
  color: #fff;
  border: 2px solid #e85222;
}

/* Badges */
.badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}
.badge-hard {
    background: #ffd6d6;
    color: #c0392b;
    top: 30px;
}
.badge-medium {
    top: 30px;
    background: #ffe8a3;
    color: #000000;
}
.badge-hard {
  background: #ffd6d6;
  color: #c0392b;
}

.practice-section {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 20px;
    margin: 0px 0;
    color: #fff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border: 2px solid #df3c08;
}

.practice-section h2 {
    margin-bottom: 5px;
    color: #000000;
    font-size: 25px;
}

.practice-section p {
    font-size: 16px;
    margin-bottom: 15px !important;
    color: #000000;
}
/* Button */
.btn-practice {
    background: #e85222;
    color: #fff;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.btn-practice:hover {
  background: #e85222;
  color: #fff;
}

/* Sparkle icon */
.sparkle {
  font-size: 20px;
  margin-right: 5px;
}


#test {
    margin-top: 20px !important;
}
.mocktest {
    display: flex;
    /* margin: 35px auto 50px; */
    gap: 10px;
    justify-content: center;
}
.resp-tab-content .col-md-4 {
    border: 2px solid #e5e7eb !important;
    margin: 0 10px !important;
    width: 31.5% !important;
    padding: 13px 10px 13px 10px !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;
    margin-bottom: 20px !important;
    background: #fff !important;
    border-radius: .75rem !important;
    text-align: left !important;
    min-height: inherit;
    transition: 0.3s ease;
}
.resp-tab-content .col-md-4:hover{
    border: 2px solid #e85222 !important;
    box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
    border-color: #ff8555;
    transform: translateY(-5px);
}

.mocktest li {
    margin: 8px 0px !important;
    width: 33.33%;
}
.resp-tab-content .mocktest a {
    border: 1px solid #e85222 !important;
    font-size: 13px !important;
    padding: 3px 10px !important;
    color: #000000 !important;
    border-radius: 5px !important;
    background: #fff !important;
    width: 100% !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05) !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resp-tab-content .mocktest a:hover {
    background: #e4481c!important;
    color: #fff!important;
    border: 1px solid #e4481c!important;
}

.resp-tab-content .mocktest a svg{width: 16px;}
.resp-tab-content {
    padding: 30px 5px;
     background: transparent;
}
.resp-tabs-container {
    background-color: transparent;
}

ul.resp-tabs-list {
    margin: 0px;
    background: #fff;
    padding: 5px 5px;
    max-width: 500px;
    display: flex;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;
}
.resp-tabs-list li
 {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    padding: 5px;
    margin: 0 0px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 33.33%;
    border: 0px;
    text-align: center;
    background: #fff;
    position: relative;
}
.resp-tab-active {
    border-bottom: none;
    background: #e85425 !important;
    color: #fbe7e7;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border-radius: 6px;
}
.resp-tab-active:after{display: none;}

a.mock {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}
.resp-tab-content h5 {
    margin-top: 0px;
    text-align: center;
    font-size: 19px;
}

.badge-basic {
    top: 12px;
    background: #dcfce7;
    color: #14873b;
    font-size: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    border: 1px solid #bbf7d0;
    border-radius: 6px;
}
.badge-advanced {
    top: 12px;
    background: #fee2e2;
    color: #c81c1c;
    font-size: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    border: 1px solid #fecaca;
    border-radius: 6px;
    padding: 5px 6px;
    right: 8px;
}
.badge-expert {
    top: 12px;
    background: #fef1c3;
    color: #b5541b;
    font-size: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    border: 1px solid #ffab7a;
    border-radius: 6px;
}
.resp-tab-content {
    padding: 30px 5px 0;
    background: transparent;
}

.resp-tab-content.sec-test{display: block!important; padding: 40px 0;}
.boxex-con {
    padding: 20px 10px;   
}
.light-bg {
    background: #fbfbfb!important;
}

.credential .modal-dialog {
    width: 480px !important;
}
.modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    background: #fff;
}
.credential .modal-header {
    padding: 5px 25px;
    border-bottom: none;
    background: none;
    min-height: inherit;
}
.credential .modal-header h4 {
    color: #222222;
    background: transparent;
}
.modal-header p {
    color: #777;
    margin-top: 5px;
    font-size: 13px;
}
.credential .modal-body {
    position: relative;
    padding: 0px 25px 0px;
}
.credential .nav-tabs {
    border-bottom: 0px;
    text-align: center;
        border-bottom: none;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    background: #f1f5f9;
    width: 100%;
    border-radius: 12px;
    padding: 5px;
}
.credential .nav-tabs>li {
    width: 50%;
}
.credential .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #666;
    font-weight: 600;
    padding: 6px 15px;
    font-size: 14px;
}
.credential .nav-tabs > li.active > a, .credential .nav-tabs > li.active > a:hover {
    background: #ffffff !important;
    color: #000 !important;
    border: none;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 1px solid #ffffff !important;
}
.credential .tab-content {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: none;
    margin-top: 15px;
}
.credential .form-control {
    border-radius: 8px;
    height: 38px;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
}
.credential .nav-tabs>li>a:hover, .credential .nav-tabs>li>a:focus {
    color: #000!important;
}
.credential button.close {
    color: #000 !important;
    top: 10px !important;
}

@media (min-width: 1200px) {
.container {
    max-width: inherit;
    width: 1170px;
    position: relative;
}
}

@media only screen and (max-width: 767px) {
.container {
position: relative;
}
.hero-section {
padding: 40px 0 30px;
}
.hero-section h1 {
font-size: 30px;
}
.cta-orange {
font-size: 16px;
width: 100%;
margin-top: 10px;
}
.navbar .cta-orange {
    width: auto;
    padding: 5px 15px;
}
section h2 {
    font-size: 25px;
}
.test-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
}
.practice-section h2 {
    margin-bottom: 5px;
    color: #000000;
    font-size: 20px;
}
ul.resp-tabs-list {
    display: none;
}
.resp-tab-content .col-md-4 {
    width: 95% !important;
    min-height: inherit;    
}
.test-card h4 {
    margin-bottom: 10px;
    font-size: 17px;
}
h2.resp-tab-active span.resp-arrow {
    border-bottom: 8px solid #fffbfb;
}
h2.resp-accordion {
       border: 1px solid #e85425;
    border-radius: 6px;
    border-top: 1px solid #e85425 !important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000000;
}
.resp-tab-content h5 {
    margin-top: 0px;
    text-align: center;
    font-size: 17px;
}
.btn {
    padding: 8px 20px;
    width: 100%;
    margin-bottom: 5px;
}
.bottom-offer-bar {
    bottom: 0px;
}
.credential .modal-dialog {
    width: inherit !important;
}
.get-app img {
    max-width: 45%;
}
.margin-20 {
    margin: 20px 0;
}



}