@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap'); */

/* @import url(https://db.onlinewebfonts.com/c/a575313c6dc4fd00c1a9506e1c3ea4fc?family=Euclid+Circular+A); */
@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.eot');
    src: local('../fonts/EuclidCircularA-Regular'),
        url('../fonts/EuclidCircularA-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff'),
        url('../fonts/EuclidCircularA-Regular.ttf') format('truetype'),
        url('../fonts/EuclidCircularA-Regular.svg#EuclidCircularA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* CSS Document */
::-moz-selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: "Euclid Circular A" !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #1E1E1E;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
    font-family: "Euclid Circular A"!important;
}

:root {
    overflow-y: scroll;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
    box-shadow: none;
}

a.btn{
    box-shadow: none !important;
}

p,
p span {
    font-family: "Euclid Circular A"!important;
}

img {
    border: 0px;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

:-moz-placeholder {
    color: #ffffff;
}

/*------------------- common style ---------------------------*/
a,
button,
input,
select,
textarea {
    outline: 0;
}

*,
:after,
:before {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

section {
    width: 100%;
    float: left;
}


/* ------------header------------ */

header {
    height: 110px;
    background-color: #fff;
}

.myHeader.fixed-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all 0.7s;
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

header .navigation-wrap .container {
    height: 100%;
}

header .navigation-wrap .container .row {
    height: 100%;
}

header .navigation-wrap .navbar {
    padding: 0;
    height: 100%;
}

.navigation-wrap {
    display: inline-block;
    width: 100%;
}

.navigation-wrap .head-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
}

.navigation-wrap .head-main .head-logo {
    width: 170px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 3% 0 0;
    padding: 7px 0 0;
}

.navigation-wrap .head-main .head-logo .navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
}

.navigation-wrap .head-nav ul li.nav-item a {
    color: #1E1E1E;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.navigation-wrap .head-nav ul li.nav-item a.sign-in {
    color: #F36325;
}

.navigation-wrap .head-nav ul li.nav-item a.btn {
    color: #4C3692;
    display: flex;
    align-items: center;
    font-weight: 500;
    border: 1px solid #4C3692;
    padding: 10px 15px;
    border-radius: 50px;
    width: fit-content;
}

.navigation-wrap .head-nav ul li.nav-item a.btn:hover {
    color: #fff;
    background-color: #4C3692;
}

.navigation-wrap .head-nav ul li.nav-item {
    margin-left: 10px;
    display: flex;
}

.navigation-wrap .head-nav ul li.nav-item:first-child {
    margin-left: 0;
}

.navigation-wrap .head-main .head-right {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 20px 0 0 0;
}

header .head-logo .navbar-brand img {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
}

header .head-logo .navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0;
}

#navbarNavDropdown {
    flex-direction: column;
    align-items: end;
}

a.nav-link.contact {

    padding: 10px !important;
    margin-bottom: 20px;
}


.dropdown-toggle::after {
    display: none;
}
.navigation-wrap .head-nav ul li.nav-item a:hover {
    color: #4C3692;
}
.navigation-wrap .head-nav ul li.nav-item a.sign-in:hover{
    color: #F36325;
}

.navigation-wrap .head-nav ul li.nav-item a.dropdown-toggle {
    background: url('../images/down-arrow.svg') center no-repeat;
    background-size: 16px;
    background-position-x: 95%;
    padding-right: 25px;
}


.navigation-wrap .head-nav ul li.nav-item.dropdown ul.dropdown-menu {
    top: 35px;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu {
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
    border: none;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li a {
    display: flex;
    align-items: center;
    color: #000;
    cursor: pointer;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li a span.side-icon {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    padding-top: 3px;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li a span.active-icon {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    padding-top: 3px;
    position: absolute;
    opacity: 0;
}
.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li.logout a {
    color: #ec3333 !important;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li.logout a span.logout-icon {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    padding-top: 3px;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li:hover span.active-icon {
    opacity: 1;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li:hover span.side-icon {
    opacity: 0;
}

.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li:hover a {
    color: #4C3692;
}
 

/* --------------home-banner--------------- */

.home-banner {
    padding: 70px 0px 100px;
    position: relative;
}

.home-banner .banner-col1 {
    width: 45%;
    padding-right: 40px;
}

.home-banner .banner-col2 {
    width: 40%;
}

.home-banner .banner-col1 h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
    font-family: "Euclid Circular A"!important;
    
}

.home-banner .banner-col1 h2 span {
    display: block;
}

.home-banner .banner-col1 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;

}

.home-banner:after {
    content: "";
    position: absolute;
    background: #EEF4FF;
    height: 75%;
    width: 100%;
    left: 50%;
    top: 0;
    display: block;
    z-index: -1;
    border-radius: 20px 0 0 20px;
}

.home-banner .banner-col2 .banner-img-wrapp img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 15px;
}

.banner-btn a.btn {
    background: #4C3692 url('../images/arrow-right.svg') no-repeat center;
    background-size: 20px;
    background-position-x: 90%;
    color: #fff;
    padding: 10px 45px 10px 20px;
    border-radius: 30px;
    border: 2px solid #4C3692;
    font-weight: 500;
}

.banner-btn a.btn:hover {
    background: #ffffff url('../images/arrow-right-clr.svg') no-repeat center;
    background-size: 20px;
    background-position-x: 90%;
    color: #4C3692;
}

.home-banner .container:before {
    content: "";
    position: absolute;
    height: 178%;
    width: 3px;
    background: #CEDCF3;
    top: -45%;
    left: -40px;
}

.home-banner .container {
    position: relative;
}

.home-banner .container:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 3px;
    background: #CEDCF3;
    bottom: -40px;
    left: -40%;
    z-index: -1;
}

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

.star-gold {
    color: gold;
}

.star-grey {
    color: grey;
}

.features-wrapp {
    padding: 70px 0;
    background: #f36325;
    position: relative;
    z-index: 1;
}

.features-wrapp .features-box {
    width: 30%;
    padding: 0 6%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}
.features-wrapp .features-box .features-box-icon {
    width: 25%;
}

.features-wrapp .features-box .features-box-txt {
    text-align: left;
    width: 70%;
}
.features-wrapp .features-box p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 100%;
}

.features-wrapp .features-box p span {
    display: block;
}

.features-wrapp .features-box:first-child {
    padding-left: 0;
}

.features-wrapp .features-box:last-child {
    padding-right: 0;
}

.features-wrapp .features-box:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 1px;
    background: #666;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.features-wrapp .features-box:last-child:after {
    display: none;
}

.exams-wrapp h2 {
    text-align: left;
}

.featured-exams {
    padding: 100px 0;
}

.featured-exams .featured-exam-box {
    width: 29%;
    margin: 0 6% 7% 0;
    border: 3px solid #fff;
    padding: 20px;
    box-shadow: 0px 0px 16px 0px #00000014;
    position: relative;
    background: #fff;
    cursor: pointer;
    transition: all 500ms ease-in-out;
}

.featured-exams .featured-exam-box:hover {
    border: 3px solid #F36325;
}

.featured-exams .featured-exam-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #E6EBFA;
    bottom: -30px;
    right: -30px;
    z-index: -1;
    transition: all 500ms ease-in-out;
}
.featured-exams .featured-exam-box .view-btn {
    position: absolute;
    bottom: -45px;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1000ms ease-in-out;
}

.featured-exams .featured-exam-box .view-btn a.btn {
    display: inline-block;
    color: #4C3692;
    font-weight: 600;
}

.featured-exams .featured-exam-box .view-btn a.btn span {
    display: inline-block;
    float: right;
    width: 25px;
    margin-left: 10px;
}

.featured-exams .featured-exam-box:hover:after {
    bottom: -55px;
    transition: all 500ms ease-in-out;
}

.featured-exams .featured-exam-box:hover .view-btn {
    max-height: 35px;
    transition: max-height 1000ms ease-in-out;
}

.featured-exams .featured-exam-box:nth-child(3n) {
    margin-right: 0;
}

.featured-exam-box-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    float: left;
}

.featured-exam-box-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.featured-exam-box-head {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.featured-exam-box-right {
    display: inline-block;
    float: right;
    width: auto;
}

.featured-exam-box-right .ratings {
    margin: 0 0 10px auto;
    width: fit-content;
    
}

.featured-exam-box-right p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #1E1E1E;
    text-align: end;
}

.featured-exam-box-right .offer-active {
    padding: 10px;
    border: 2px solid #4C369225;
    text-align: end;
}

.featured-exam-box-right span.price {
    color: #8F8F8F;
    display: inline-block;
    text-decoration: line-through;
    margin: 0 0 7px;
    font-size: 16px;
    font-size: 14px;

}
.featured-exam-box-right span.discount {
    display: inline-block;
    color: #3EA919;
    font-weight: 500;
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 14px;
}

.featured-exam-box-right span.offer-time {
    display: block;
    background: #4C3692;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 13px;
}
.featured-exams .featured-exam-box .featured-exam-box-foot h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1E1E1E;
    margin: 0 0 10px;
}
.featured-exam-box-right .offer-inactive {
    text-align: end;
}
.featured-exam-box-foot p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #1E1E1E;
    margin: 0 0 10px;
    position: relative;
    padding-right: 50px;
}
.featured-exam-box-foot p span.exam-detail {
    color: #f36325;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.featured-exams h2 {
    font-size: 32px;
    font-weight:700;
    text-align: center;
    margin: 0 0 30px;
}

.be-ready-wrapp {
    background: #EEF4FF;
    padding: 70px 0;
}

.be-ready-wrapp .be-ready-col1 {
    width: 50%;
    padding: 0 50px 0 0;
}

.be-ready-wrapp .be-ready-col1 h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px;
    width: 70%;
    line-height: 38px;
    font-family: "Euclid Circular A"!important;
}

.be-ready-wrapp .be-ready-col1 p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    width: 70%;
}

.be-ready-wrapp .be-ready-col1 h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.be-ready-wrapp .be-ready-col1 .practice {
    padding: 0 0 0 85px;
    margin: 0 0 20px;
    background: url(../images/practice.svg) no-repeat center;
    background-size: 70px;
    background-position-x: 0;
}

.be-ready-wrapp .be-ready-col1 .test {
    padding: 0 0 0 85px;
    margin: 0 0 20px;
    background: url(../images/test.svg) no-repeat center;
    background-size: 70px;
    background-position-x: 0;
}

.be-ready-wrapp .be-ready-col1 .result {
    padding: 0 0 0 85px;
    margin: 0 0 20px;
    background: url(../images/result.svg) no-repeat center;
    background-size: 70px;
    background-position-x: 0;
}

.be-ready-wrapp .be-ready-col1 .practice p {
    width: 100%;
}

.be-ready-wrapp .be-ready-col1 .test p {
    width: 100%;
}

.be-ready-wrapp .be-ready-col1 .result p {
    width: 100%;
}

.be-ready-wrapp .be-ready-col2 {
    width: 50%;
}

.be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp {
    padding: 100px 40px;
    background: #fff;
    border-radius: 100px 0 100px 0;
    box-shadow: 0px 0px 40px 0px #4C369214;
}

.be-ready-wrapp .be-ready-col1 .banner-btn {
    margin: 30px 0 0;
}

.be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp ul.slick-dots {
    bottom: 30px;
    left: 0;
}

.be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp .slick-dots li button:before {
    background: #BFBFBF;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp .slick-dots li button button {
    background: #000;
}

.be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp .slick-dots li.slick-active button:before {
    background: #F36325;
}

.be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp .slick-dots li button {
    color: #fff;
    width: 10px;
    height: 10px;
    background: #fff;
}

.our-blog {
    padding: 100px 0;
}

.our-blog .blog-box {
    width: 32%;
    margin: 0 2% 0 0;
    background: #ffff;
    padding: 20px 20px 50px 20px;
    box-shadow: 0px 0px 20px 0px #4C369214;
    border-radius: 30px 0 30px 0;
    position: relative;
}

.our-blog .blog-box:nth-child(3n) {
    margin: 0;
}

.our-blog h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}

.our-blog .blog-box .blog-box-head {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
}

.our-blog .blog-box .blog-box-head img {
    border-radius: 15px;
    min-height: 140px;
    object-fit: cover;
}

.our-blog .blog-box .blog-box-head span.date {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.our-blog .blog-box .blog-box-foot {
    width: 100%;
    overflow: hidden;

}

.our-blog .blog-box .blog-box-foot h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

.our-blog .blog-box .blog-box-foot p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.our-blog .blog-box .blog-box-foot .read-more-btn {
    position: absolute;
    bottom: 5px;
}

.our-blog .blog-box .blog-box-foot .read-more-btn a.btn {
    color: #4C3692;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
}

.our-blog .blog-box .blog-box-foot .read-more-btn a.btn span.read-more-icon {
    display: inline-block;
    margin: 0 0 0 6px;
    float: right;
    transition: all 0.5s ease;
}

.our-blog .blog-box .blog-box-foot .read-more-btn a.btn:hover span.read-more-icon {
    margin: 0 0 0 15px;
    transition: all 0.5s ease;
}

.get-in-touch {
    margin: 0 0 100px;
}

.get-in-touch .row {
    background: #EEF4FF;
    padding: 70px 0;
    justify-content: center;
    border-radius: 20px;
}

.get-in-touch .row form {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.get-in-touch h2 {
    font-size: 32px;
    text-align: center;
    font-weight:700;
    margin: 0 0 30px;
}

.get-in-touch .row form .text-field {
    width: 48%;
    margin: 0 4% 4% 0;
}

.get-in-touch .row form .text-field:nth-child(3) {
    margin-right: 0;
}

.get-in-touch .row form .text-field label {
    width: 100%;
    margin: 0 0 10px;
}

.get-in-touch .row form .text-field input {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    padding: 12px;
}

.get-in-touch .row form .text-field input::placeholder {
    color: rgb(30 30 30 / 50%);
}

.get-in-touch .row form .text-field:nth-child(4) {
    width: 100%;
    margin-right: 0;
}

.get-in-touch .row form .text-field textarea {
    width: 100%;
    height: 150px;
    border-radius: 20px;
    resize: none;
    padding: 12px;
}

.get-in-touch .row form .text-field textarea::placeholder {
    color: rgb(30 30 30 / 50%);
}

.get-in-touch .row form .form-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.get-in-touch .row form .form-btn button {
    background: #F36325 url('../images/arrow-right.svg') center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    border: 2px solid #F36325;
    padding: 8px 40px 8px 15px;
    color: #fff;
    border-radius: 30px;

}

.get-in-touch .row form .form-btn button:hover {
    background: #fff url('../images/arrow-right-o.svg') center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    color: #F36325;
}

footer {
    width: 100%;
    float: left;
    background: #4C3692;
    padding: 70px 0 30px;
}

footer .footer-brand {
    width: 30%;
}

footer .footer-brand p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

footer .footer-brand {
    width: 35%;
    padding: 0 70px 0 0;
}

footer .footer-brand p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

footer .footer-links {
    width: 20%;
}

footer .footer-links:last-child {
    width: 25%;
}

footer .footer-links h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}

footer .footer-links ul li {
    line-height: 24px;
    margin-bottom: 12px;
}

footer .footer-links ul li a {
    color: #fff;
    display: block;
}

footer .footer-links ul li a.address {
    background: url('../images/carbon_location-filled.svg') no-repeat center;
    background-size: 20px;
    background-position-x: 0;
    padding-left: 30px;
}

footer .footer-links ul li a.ph-no {
    background: url('../images/mingcute_phone-call-fill.svg') no-repeat center;
    background-size: 20px;
    background-position-x: 0;
    padding-left: 30px;
}

footer .footer-links ul li a.email {
    background: url('../images/dashicons_email-alt.svg') no-repeat center;
    background-size: 20px;
    background-position-x: 0;
    padding-left: 30px;
}


footer .footer-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 -15px 0;
    padding: 30px 0 0 0;
}

footer .footer-foot .footer-icons {
    width: auto;
}

footer .footer-foot .footer-icons ul {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-foot .footer-icons ul li {
    margin: 0 15px 0 0;
}

footer .footer-foot .copyright {
    width: auto;
}

footer .footer-foot .copyright p {
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
}



/* --------------about-us------------------ */

.about-text {
    padding: 70px 0;
    position: relative;
}

.about-text:after {
    content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    top: 0;
    right: 0;
    background: #EEF4FF;
    z-index: -1;
    border-radius: 30px 0 0 30px;
}

.about-text p {
    padding-left: 70px;
    font-size: 16px;
    line-height: 24px;
}

.myHeader.inner-header .container {
    max-width: 100%;
}

.myHeader.inner-header .container .row {
    margin: 0 20px;
}

.myHeader.inner-header .head-main {
    justify-content: normal;
}

.myHeader.inner-header .head-main .head-right {
    margin: 0 0 0 auto;
}

.about-us-banner-img {
    position: relative;
    width: 40%;
}

.about-us-banner-img .img-wrapp {
    position: absolute;
    top: -55px;
    width: 100%;
    border-radius: 20px;
}


.about-us-banner-img .img-wrapp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 0 0 0 39px;
    max-height: 660px;
}

.about-us-banner-col {
    width: 40%;
    margin: 0 0 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 560px;
}

.about-us-banner-col h2 {
    font-size: 65px;
    font-weight: 700;
}

.about-us-banner-img .img-wrapp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: #F36325;
    left: 70px;
    bottom: -37px;
    border-radius: 10px;
}

.about-content {
    padding: 70px 0;
}

.about-content .row {
    justify-content: end;
}

.about-content .about-content-col1 {
    width: 52%;
}

.about-content .about-content-col2 {
    width: 43%;
}

span.shape1 {
    width: 240px;
    display: block;
    height: 50px;
    background: #EEEEEE;
    margin: 0 auto;
    border-radius: 10px;
}

.about-content .about-content-col1 p {
    font-size: 16px;
    line-height: 26px;
}

.about-text {
    padding: 70px 0;
    position: relative;
}

.about-text:after {
    content: "";
    position: absolute;
    width: 87%;
    height: 100%;
    top: 0;
    right: 0;
    background: #EEF4FF;
    z-index: -1;
    border-radius: 30px 0 0 30px;
}

.about-text p {
    padding-left: 70px;
    font-size: 16px;
    line-height: 24px;
}

.why-we-provide {
    padding: 100px 0;
}

.why-we-provide .why-we-provide-col1 {
    width: 50%;
}

.why-we-provide .why-we-provide-col2 {
    width: 50%;
    padding: 50px 0 50px 50px;
}

.why-we-provide .why-we-provide-col2 h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}

.why-we-provide .why-we-provide-col2 p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.why-we-provide .why-we-provide-col2 h4 {
    font-size: 16px;
    font-weight: 500;
    color: #4C3692;
    line-height: 24px;
}

.why-we-provide .why-we-provide-col1 img {
    border-radius: 20px 0px 20px 0px;
}

.we-promise {
    padding: 70px 0;
    background: #EEF4FF;
}

.we-promise h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
}

.we-promise .promise-box {
    width: 48%;
    margin: 0 4% 0 0;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.we-promise .promise-box:nth-child(2n) {
    margin-right: 0;
}

.we-promise .promise-box .promise-icon {
    width: 60px;
    margin: 0 0 20px;
}

.we-promise .promise-box h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

.we-promise .promise-box p {
    font-size: 16px;
    line-height: 24px;
}

.our-missions-wrapp {
    padding: 100px 0 450px;
}

.our-missions-wrapp .box-wrapp {
    display: flex;
    flex-wrap: wrap;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 {
    width: 48%;
    margin: 0 4% 0 0;
    position: relative;
}

.our-missions-wrapp .box-wrapp .our-mission-col1:nth-child(2) {
    margin-right: 0;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 {
    padding: 0 0 0 100px;
    position: absolute;
    top: 0;
    right: 0;
}

.our-missions-wrapp .box-wrapp .our-mission-col1:nth-child(2) .our-mission-col2 {
    padding: 0 100px 0 0;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box {
    background: #A6D6C9;
    padding: 20px 20px 70px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    max-width: 350px;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box h2 {
    font-size: 32px;
    font-weight:700;
    margin: 0 0 20px;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box .our-mission-img {
    position: absolute;
    width: 100%;
    right: 100px;
    max-width: 350px;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box .our-mission-box-content {
    margin: 0 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box .our-mission-box-content p {
    font-size: 16px;
    line-height: 24px;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box:hover .our-mission-box-content {
    max-height: 140px;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box .our-mission-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.our-vission-box {
    background: #F7D117;
    padding: 100px 20px 20px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin: 180px 0 0;
    max-width: 350px;
}

.our-vission-box .our-mission-img {
    position: absolute;
    top: -185px;
    right: -100px;
    width: 100%;
    max-width: 350px;
}

.our-vission-box .our-mission-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.our-vission-box h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}

.our-vission-box .our-mission-box-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
}

.our-vission-box .our-mission-box-content p {
    font-size: 16px;
    line-height: 24px;
}

.our-vission-box:hover .our-mission-box-content {
    max-height: 140px;
}

.our-missions-wrapp .box-wrapp .our-mission-col1:nth-child(2) .our-mission-col2 {
    right: inherit;
    left: 0;
}










.exams-we-offer {
    padding: 70px 0;
    background: #F27D00;
}

.exams-we-offer .we-offer-box {
    width: 36%;
}

.exams-we-offer .we-offer-box:first-child {
    width: 28%;
}

.exams-we-offer .we-offer-box h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.exams-we-offer .we-offer-box ul li {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}


.register {
    background: #EEF4FF;
    height: 100vh;
    position: relative;
}

.register>.container {
    height: 100%;
    position: relative;
    max-width: 100%;
}

.register>.container>.row {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.register .register-col1 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.register .register-col2 {
    width: 50%;
    margin: auto 0 auto;
    max-width: 578px;
}

.register .register-col2 .register-form-wrapp {
    padding: 50px 50px 20px;
    width: 100%;
    background: #fff;
}

.register .register-col2 .register-form-wrapp h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
}

.register .register-col2 .register-form-wrapp p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 20px;
}

.register .register-col2 .register-form-wrapp form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.register .register-col2 .register-form-wrapp form .text-field {
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.register .register-col2 .register-form-wrapp form .text-field label.show-password {
    position: absolute;
    right: 12px;
    top: 12px;
}

.register .register-col2 .register-form-wrapp form .text-field input {
    width: 100%;
    height: 45px;
    border: 1px solid #1010104D;
    padding: 12px;
}

.register .register-col2 .register-form-wrapp form .text-field input::placeholder {
    color: #1E1E1E;
    opacity: 50%;
}

.register .register-col2 .register-form-wrapp form .text-field:first-child {
    width: 48%;
    margin-right: 4%;
}

.register .register-col2 .register-form-wrapp form .text-field:nth-child(2) {
    width: 48%;
    margin-right: 4%;
}

.register .register-col2 .register-form-wrapp form .text-field:nth-child(3) {
    width: 48%;
}

.register .register-col2 .register-form-wrapp form .text-field input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #101010;
    margin-right: 10px;
    padding: 0;
    -webkit-appearance: auto;
}

.register .register-col2 .register-form-wrapp form .text-field label a {
    color: #F36325;
    text-decoration: underline;
}

.register .register-col2 .register-form-wrapp form .register-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.register .register-col2 .register-form-wrapp form .register-btn button {
    background: #4C3692;
    color: #fff;
    padding: 15px 80px;
    border: 2px solid #4C3692;
    border-radius: 30px;
    font-weight: 500;
}

.register .register-col2 .register-form-wrapp form .register-btn button:hover {
    background: #fff;
    color: #4C3692;
}

.register .register-col2 .register-form-wrapp form input[type="submit"] {
    background: #4C3692;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #4C3692;
    border-radius: 30px;
    font-weight: 500;
    margin: 10px auto 10px;
}

.register .register-col2 .register-form-wrapp form input[type="submit"]:hover {
    background: #fff;
    color: #4C3692;
}

.register .register-col2 .register-form-wrapp form .already-have-acc {
    width: 100%;
}

.register .register-col2 .register-form-wrapp form .already-have-acc p a {
    color: #4C3692;
    text-decoration: underline;
}


body.register-body {
    background: #EEF4FF;
}

.register.login .register-col2 .register-form-wrapp form .text-field {
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
}

.register.login .register-col2 .register-form-wrapp form .text-field .privacy-policy {
    display: flex;
    align-items: center;
}

.register .register-col2 .register-form-wrapp form .text-field .error.text-danger {
    float: left;
    text-align: left;
    width: 100%;
    margin: 10px 0 0;
    font-size: 12px;
}



.exams-wrapp {
    padding: 70px 0;
    position: relative;
}

.shape2 {
    width: 100%;
    position: absolute;
    height: 260px;
    background: #EEF4FF;
    z-index: -1;
    top: 0;
    left: 0;
}

.exams-wrapp h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 50px;
}

.exams-box {
    width: 28%;
    margin: 0 7% 7% 0;
    background: #fff;
    box-shadow: 0px 0px 16px 0px #00000014;
    padding: 30px;
    position: relative;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 500ms ease-in-out;
}

.exams-box:hover {
    border: 3px solid #F36325;
}

.exams-box:nth-child(3n) {
    margin-right: 0;
}

.exams-box .exams-box-head {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
}

.exams-box .exams-box-head .exams-box-icon {
    width: auto;
    float: left;
    display: inline-block;
}

.exams-box .exams-box-head .exams-box-right {
    width: auto;
    float: right;
    display: inline-block;
}

.exams-box .exams-box-head .exams-box-right .ratings {
    margin: 0 0 10px;
}

.exams-box .exams-box-head .exams-box-right p {
    font-size: 16px;
    margin: 0 0 10px;
}

.exams-box .exams-box-head .exams-box-right span.price {
    font-weight: 500;
    color: #8F8F8F;
    display: inline-block;
    text-decoration: line-through;
    margin: 0 0 7px;
    font-size: 14px;
}
.exams-box .exams-box-head .exams-box-right .offer-active {
    padding: 10px;
    border: 2px solid #4C369225;
    text-align: end;
}

.exams-box .exams-box-head .exams-box-right 
 span.discount {
    display: inline-block;
    color: #3EA919;
    font-weight: 500;
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 14px;
}

.exams-box .exams-box-head .exams-box-right span.offer-time {
    display: block;
    background: #4C3692;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 13px;
}

.exams-box .exams-box-foot {
    width: 100%;
}

.exams-box .exams-box-foot h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 24px;
    text-transform: capitalize;
}

.exams-box .exams-box-foot p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    position: relative;
    padding-right: 50px;
}

.exams-box .exams-box-foot p span.exam-detail {
    color: #f36325;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.exams-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    background: #E6EBFA;
    bottom: -30px;
    right: -30px;
    z-index: -1;
    transition: all 500ms ease-in-out;
}

.exams-box:hover:after {
    bottom: -50px;
    transition: all 500ms ease-in-out;
}

.exams-box .view-btn {
    position: absolute;
    bottom: -42px;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1000ms ease-in-out;
}

.exams-box:hover .view-btn {
    max-height: 35px;
    transition: max-height 1000ms ease-in-out;
}

.exams-box .view-btn a.btn {
    display: inline-block;
    color: #4C3692;
    font-weight: 600;
}


.exams-box .view-btn a.btn span {
    display: inline-block;
    float: right;
    width: 25px;
    margin-left: 10px;
}

.blog-box {
    width: 30.66%;
    margin: 0 4% 4% 0;
    background: #ffff;
    padding: 30px 30px 50px 30px;
    box-shadow: 0px 0px 20px 0px #4C369214;
    position: relative;
}

.blog-box:nth-child(3n) {
    margin-right: 0;
}

.blog-box-head {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
}
 
.blog-box-head img {
    min-height: 140px;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.blog-box-head span.date {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.blog-box-foot {
    width: 100%;
    overflow: hidden;
}

.blog-box-foot h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

.blog-box-foot p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box-foot .read-more-btn {
    position: absolute;
    bottom: 5px;
}

.blog-box-foot .read-more-btn a.btn {
    color: #4C3692;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
}

.blog-box-foot .read-more-btn a.btn span.read-more-icon {
    display: inline-block;
    margin: 0 0 0 6px;
    float: right;
    transition: all 0.5s ease;
}

.blog-box-foot .read-more-btn a.btn:hover span.read-more-icon {
    margin: 0 0 0 15px;
    transition: all 0.5s ease;
}

.blog-wrapp:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #A6D6C9;
    height: 22%;
    bottom: 0;
    z-index: -1;
}

.pagination-wrapp {
    width: 100%;
}

.pagination-wrapp .pagination {
    width: fit-content;
    margin: 0 auto 0;
}

.pagination-wrapp .pagination ul {
    display: flex;
    flex-wrap: wrap;
}

.pagination-wrapp .pagination ul li {
    margin-right: 10px;
}

.pagination-wrapp .pagination ul li a {
    background: #fff;
    padding: 10px 17px;
    border-radius: 50%;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.pagination-wrapp .pagination ul li.active a {
    background: #F36325;
    color: #fff;
}

.pagination-wrapp .pagination button.prev {
    width: 42px;
    height: 42px;
    background: #fff url('../images/arrow-left-black.svg') no-repeat center;
    background-size: 42px;
    border-radius: 50%;
    border: none;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
}

.pagination-wrapp .pagination button.next {
    width: 42px;
    height: 42px;
    background: #fff url('../images/arrow-right-black.svg') no-repeat center;
    background-size: 15px;
    border-radius: 50%;
    border: none;
    display: inline-block;
}



.exams-wrapp h2 a.back-btn {
    display: inline-block;
    float: left;
    width: 35px;
    margin-right: 10px;
    height: fit-content;
}

.exams-wrapp h2 a.back-btn img {
    vertical-align: middle;
}

.exam-details-col1 {
    width: 68%;
    margin-right: 2%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.exam-details-col1 .exam-details-col1-wrapp {
    width: 100%;
    background: #ffff;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px #10101014;
    margin: 0 0 50px;
}

.exam-details-col1-wrapp>ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #10101040;
    padding: 10px;
    margin: 0 0 20px;
}

.exam-details-col1-wrapp>ul li {
    width: 26%;
    padding: 0 20px;
    position: relative;
}

.exam-details-col1-wrapp>ul li:last-child {
    padding: 0 0 0 20px;
    width: auto;
}

.exam-details-col1-wrapp>ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #1E1E1E;
    right: 0;
    top: 6px;
    opacity: 30%;
}

.exam-details-col1-wrapp>ul li:last-child:after {
    display: none;
}

.exam-details-col1 h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}

.exam-details-col1 p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
}

.exam-details-col1 .requirements {
    background: #1010100D;
    padding: 15px;
    margin: 30px 0;
}

.exam-details-col1 .requirements h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}

.exam-details-col1 .requirements ul {
    margin: 0 0 15px;
}

.exam-details-col1 .requirements ul li {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.exam-details-col1 .requirements ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.exam-details-col1 p span {
    color: #3EA919;
}

.exam-details-col1 .buy-now-btn a.btn {
    background: #F36325 url(../images/arrow-right.svg) center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    border: 2px solid #F36325;
    padding: 8px 40px 8px 15px;
    color: #fff;
    border-radius: 30px;
}

.exam-details-col1 .buy-now-btn a.btn:hover {
    background: #fff url(../images/arrow-right-o.svg) center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    color: #F36325;
}

.exam-details-col1 .buy-now-btn {
    margin: 20px 0 0;
}

.exam-details-col1 .related-exams .exams-box {
    width: 46%;
}

.exam-details-col1 .related-exams {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.exam-details-col1 .related-exams h3 {
    width: 100%;
    margin: 0 0 20px;
}

.exam-details-col2 {
    width: 30%;
    padding: 0;
}

.exam-details-col2 .exam-details-col2-wrapp {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #10101014;
}

.exam-details-col2 .exam-details-col2-wrapp ul {
    margin: 0 0 20px;
}

.exam-details-col2 .exam-details-col2-wrapp ul li {
    padding: 10px;
}

.exam-details-col2 .exam-details-col2-wrapp ul li a {
    color: #1E1E1E;
}

.exam-details-col2 .exam-details-col2-wrapp ul li.active {
    background: #1010100D;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot {
    width: 100%;
    display: inline-block;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot p {
    width: auto;
    display: inline-block;
    float: left;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot p span.price {
    display: block;
    color: #1E1E1E;
    opacity: 50%;
    text-decoration: line-through;
    margin: 0 0 5px;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot p span.discount {
    display: block;
    color: #3EA919;
    font-weight: 600;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot p span.offer-time {
    display: inline-block;
    background: #4C3692;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot .buy-now-btn {
    width: 100%;
    display: inline-block;
    float: right;
    margin: 20px 0 0;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot .buy-now-btn button {
    background: #fff url(../images/arrow-right-o.svg) center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    border: 2px solid #F36325;
    padding: 8px 40px 8px 15px;
    color: #F36325;
    border-radius: 30px;
    float: right;
}

.exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot .buy-now-btn button:hover {
    background: #F36325 url(../images/arrow-right.svg) center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    color: #fff;
}


.contact-us-wrapp {
    padding: 50px 0 80px;
}

.contact-us-wrapp h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

.contact-us-wrapp p {
    width: 70%;
    text-align: center;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 24px;
}

.contact-us-wrapp .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-us-wrapp .row {
    width: 70%;
    background: #EEF4FF;
    padding: 50px;
    justify-content: center;
}

.contact-us-wrapp .row h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px;
}

.contact-us-wrapp .row form {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.contact-us-wrapp .row .text-field-outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.contact-us-wrapp .row form .text-field {
    width: 48%;
    margin: 0 4% 4% 0;
}

.contact-us-wrapp .row form .text-field input {
    width: 100%;
    height: 45px;
    padding: 12px;
    border: 1px solid #10101040;
}

.contact-us-wrapp .row form .text-field input::placeholder {
    color: #101010;
    opacity: 30%;
}

.contact-us-wrapp .row form .text-field:nth-child(2n) {
    margin-right: 0;
}

.contact-us-wrapp .row form select {
    background: #fff url('../images/Frame\ 156.svg') center no-repeat;
    background-size: 30px;
    background-position-x: 96%;
    width: 100%;
    height: 45px;
    border: 1px solid #10101040;
    padding: 12px;
}

.contact-us-wrapp .row form .text-field:nth-child(5) {
    width: 100%;
    margin-right: 0;
}

.contact-us-wrapp .row form .text-field textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #10101040;
    padding: 12px;
}

.contact-us-wrapp .row form .text-field textarea::placeholder {
    color: #101010;
    opacity: 30%;
}

.contact-us-wrapp .row form .form-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-us-wrapp .row form .form-btn button {
    background: #F36325 url(../images/arrow-right.svg) center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    border: 2px solid #F36325;
    padding: 8px 40px 8px 15px;
    color: #fff;
    border-radius: 30px;
}

.contact-us-wrapp .row form .form-btn button:hover {
    background: #fff url(../images/arrow-right-o.svg) center no-repeat;
    background-size: 20px;
    background-position-x: 92%;
    color: #F36325;
}

.exams-dtl-wrap {
    margin: 30px 0;
    width: 100%;
    float: left;
    box-shadow: 0px 4px 16px 0px #0000000A;
    border: 1px solid #1E1E1E40;
    padding: 20px;
    border-radius: 20px;
}

.main-content.none-toolbar {
    padding: 0 30px 0 250px;
}

.exams-dtl-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}

.exams-dtl-wrap .exams-dtl-row {
    float: left;
    width: 100%;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-logo {
    display: inline-block;
    width: 7%;
    margin: 0 2% 0 0;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-form-group {
    display: inline-block;
    width: 29%;
    margin: 0 2% 0 0;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-logo span {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-logo .exams-icon {
    float: left;
    width: 100%;
    text-align: left;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-logo .exams-icon img {
    width: auto;
    max-width: 100%;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-form-group label {
    font-size: 16px;
    margin: 0 0 5px;
    width: 100%;
    float: left;
    color: #585858;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-form-group input.form-control {
    height: 50px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    padding: 0 15px;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-form-group:last-child {
    margin-right: 0;
}

.exams-dtl-wrap .exams-dtl-row .exams-dtl-box .exams-dtl-form-group textarea.form-control {
    min-height: 120px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    padding: 10px 15px;
}

.welcome-box.panel-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.welcome-box.panel-head .logo-wrap {
    display: inline-block;
    width: 140px;
}

.welcome-box.panel-head .logo-wrap a {
    display: inline-block;
}

.welcome-box.panel-head .welcome-name {
    display: inline-block;
}

.exam-panel-hd {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.exam-panel-hd h3 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.exam-panel-hd h3 a {
    display: inline-block;
    color: #1E1E1E;
}

.exam-panel-hd h3 a img {
    display: inline-block;
    float: left;
}

.exam-panel-hd h3 img {
    margin-right: 10px;
}

.exam-panel-hd .time-wrap {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
}

.exam-panel-hd .time-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.exam-panel-hd .time-wrap ul li {
    display: inline-block;
    margin-right: 12px;
}

.exam-panel-hd .time-wrap ul li a {
    display: inline-block;
    width: 28px;
    cursor: pointer;
}

.exam-panel-hd .time-wrap .time-txt {
    display: inline-block;
}

.exam-panel-hd .time-wrap .time-txt .time-no {
    display: block;
    color: #F36325;
    font-weight: 700;
}

.item-pgrs-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.item-pgrs-wrap .pgrs-lft {
    display: flex;
    align-items: center;
    width: 90%;
}

.item-pgrs-wrap .pgrs-lft .progressBar {
    width: 100%;
    display: flex;
    align-items: center;
}

.item-pgrs-wrap .pgrs-lft h4 {
    display: inline-block;
    margin: 0 15px 0 0;
}

.item-pgrs-wrap .pgrs-lft .progress {   
    flex: 1 0 0;
    align-self: stretch;
    height: 20px;
    border-radius: 10px;
}

.item-pgrs-wrap .pgrs-rgt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #4C3692;
    font-weight: 700;
    margin: 0 0 0 10px;
}

.item-pgrs-wrap .pgrs-rgt a {
    display: inline-block;
    width: 28px;
    margin-left: 8px;
    cursor: pointer;
}
.item-pgrs-wrap .pgrs-rgt span {
    display: block;
    width: max-content;
    cursor: pointer;
}

.question-wrap {
    display: flex;
    width: 100%;
    margin: 0;
    font-weight: 600;
    flex-wrap: wrap;
    position: relative;
    padding-left: 25px;
    float: left;
    align-items: center;
}

.question-wrap p {
    width: auto;
    line-height: 24px;
    max-width: 100%;
}

.question-wrap .no-list {
    margin-right: 10px;
    position: static;
    top: 0;
    left: 0;
    float: left;
}

.answer-wrap {
    float: left;
    width: 100%;
}
.answer-wrap.user-question-answer-wrap {
    margin-top: 20px;
}
.answer-wrap .check-group {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}

.answer-wrap .check-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}


.answer-wrap .check-group label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

.answer-wrap .check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #1E1E1E;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    border-radius: 2px;
    width: 23px;
    height: 23px;
}

.answer-wrap .check-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.answer-wrap .check-group input:checked+label:before {
    background-color: #4C3692;
    border: 2px solid #4C3692;
    border-radius: 2px;
}

.exam-bottom {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.exam-bottom .exam-prev {
    width: 32px;
    display: inline-block;
    background: url("../images/arrow-left-blue1.svg") no-repeat center center;
    background-size: 32px;
    height: 32px;
    margin-right: 10px;
}

.exam-bottom .exam-prev:hover,
.exam-bottom .exam-prev.active {
    background: url("../images/arrow-left-blue2.svg") no-repeat center center;
    background-size: 32px;
}

.exam-bottom .exam-next {
    width: 32px;
    display: inline-block;
    background: url("../images/arrow-right-blue1.svg") no-repeat center center;
    background-size: 32px;
    height: 32px;
}

.exam-bottom .exam-next:hover,
.exam-bottom .exam-next.active {
    background: url("../images/arrow-right-blue2.svg") no-repeat center center;
    background-size: 32px;
}

.answer-wrap .check-group label.green-txt {
    color: #3EA919;
}

.exam-bottom .exam-rslt-wrap {
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    align-items: center;
    background: #cfe9c5;
    color: #000;
}

.exam-panel-hd .time-wrap ul li a:hover img {
    opacity: 0.6;
}

.exam-bottom .exam-rslt-wrap .exam-rslt-txt {
    color: #3EA919 !important;
    margin: 0 0 0 7px !important;
    font-weight: 600;
}
.exam-bottom .exam-bottom-left  a.exam-rslt-txt {
    width: 80%;
    display: block;
    color: #1e1e1e;
    margin:10px 0 0;
}

.exam-bottom .exam-btm {
    width: auto;
    display: flex;
}

.exam-bottom .exam-bottom-left {
    display: inline-block;
}

.exam-bottom .exam-bottom-left {
    display: inline-block;
}

.exam-match-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 30px 0;
}

.exam-match-wrap .match-panelbox-col1 {
    display: inline-block;
    width: 49%;
}

.exam-match-wrap .match-panelbox-col1 ul.panelbox-sect {
    display: inline-block;
    width: 100%;
}

.exam-match-wrap .match-panelbox-col1 ul.panelbox-sect .match-panelbox-inner {
    display: flex;
    width: 100%;
    background: #fcd8c8;
    padding: 0 15px;
    margin: 0 0 10px 0;
    text-align: center;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
}

.exam-match-wrap .match-panelbox-col1 .panelbox-sect .match-panelbox-inner:last-child {
    margin-bottom: 0;
}

.exam-match-wrap .match-panelbox-col1 .panelbox-sect .match-panelbox-inner.list-head {
    background: #d2cde4;
    color: #4C3692;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}

.exam-match-wrap .match-panelbox-col2 {
    display: inline-block;
    width: 49%;
}

.exam-match-wrap .match-panelbox-col2 .panelbox-sect {
    display: inline-block;
    width: 100%;
}

.exam-match-wrap .match-panelbox-col2 .panelbox-sect .match-panelbox-inner {
    display: flex;
    width: 100%;
    background: #c1eef8;
    padding: 0 15px;
    margin: 0 0 10px 0;
    text-align: center;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
}

.exam-match-wrap .match-panelbox-col2 .panelbox-sect .match-panelbox-inner.list-head {
    background: #d2cde4;
    color: #4C3692;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}

.exam-match-wrap .match-panelbox-col2 .panelbox-sect .match-panelbox-inner:last-child {
    margin-bottom: 0;
}

.exam-match-drag-outer .exam-match-drag-col1 {
    display: inline-block;
    width: 32%;
}

.exam-match-drag-outer .exam-match-drag-col2 {
    display: inline-block;
    width: 32%;
}

.exam-match-drag-outer .exam-match-drag-col3 {
    display: inline-block;
    width: 32%;
}

.exam-match-drag-outer .exam-match-drag-col1 .panelbox-sect {
    display: inline-block;
    width: 100%;
}

.exam-match-wrap .match-panelbox-col1 .panelbox-sect .match-panelbox-inner.list-head {
    background: #d2cde4;
    color: #4C3692;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    display: flex;
    width: 100%;
    padding: 0 15px;
    margin: 0 0 10px 0;
    text-align: center;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.exam-match-drag-outer .exam-match-drag-col1 .panelbox-sect .match-panelbox-inner {
    display: flex;
    width: 100%;
    background: #fcd8c8;
    padding: 0 15px;
    margin: 0 0 10px 0;
    text-align: center;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fcd8c8;
}

.exam-match-drag-outer .exam-match-drag-col2 .panelbox-sect {
    display: inline-block;
    width: 100%;
}

.exam-match-drag-outer .exam-match-drag-col2 .panelbox-sect .match-panelbox-inner {
    display: flex;
    width: 100%;
    background: #c1eef8;
    padding: 0 15px;
    margin: 0 0 10px 0;
    text-align: center;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1eef8;
}

.exam-match-drag-outer .exam-match-drag-col3 .panelbox-sect {
    display: inline-block;
    width: 100%;
}

.exam-match-drag-outer .exam-match-drag-col3 .panelbox-sect .match-panelbox-inner {
    display: flex;
    width: 100%;
    background: #fff;
    padding: 0 15px;
    margin: 0 0 10px 0;
    text-align: center;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7c7c7;
}

.exam-match-wrap .match-panelbox-col1 .panelbox-sect .match-panelbox-inner.show {
    border: 1px solid #c7c7c7;
    background: #fff;
}

.exam-match-wrap .match-panelbox-col2 .panelbox-sect .match-panelbox-inner.answer {
    border: 1px solid #3ea919;
    background: #fff;
}

.match-panelbox-outer {
    width: 100%;
    min-height: 87px;
    margin: 0 0 10px;
    border: 1px solid #B5B5B5;
    border-radius: 10px;
    height: 87px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.match-panelbox-inner-red {
    width: 100%;
    min-height: 60px;
    background: #fcd8c8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
}

.match-panelbox-inner-blue {
    width: 100%;
    min-height: 60px;
    background: #c1eef8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
}

.match-panelbox-inner-green {
    width: 100%;
    min-height: 45px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3ea919;
    padding: 0 15px;
    text-align: center;
}

.exam-drag-sect .exam-drag-box-outer .exam-drag-box-inner-green {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
    font-size: 18px;
    border: 1px solid #3ea919;
}

/* .exam-match-drag-outer .match-panelbox-inner-blue {
    min-height: inherit;
    height: 45px;
} */

.exam-match-drag-outer .match-panelbox-inner-red {
    min-height: inherit;
    height: 45px;
}

.exam-match-drag-outer .match-panelbox-inner-green {
    min-height: inherit;
    height: 45px;
}

.exam-match-drag-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0 30px 0;
}

.exam-drag-outer {
    width: 100%;
    float: left;
}

.exam-drag-outer .exam-drag-card {
    margin: 0 auto 20px auto;
    width: 80%;
    border-radius: 24px;
    background: #f0f0f0;
    padding: 20px 30px;
}

.exam-drag-outer .exam-drag-card p {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #1E1E1E;
    font-size: 18px;
}

.exam-drag-wrap {
    float: left;
    margin: 20px 0 30px 0;
    width: 100%;
}

.exam-drag-outer .exam-drag-card .exam-drag-sect {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0 0 0;
    flex-wrap: wrap;
}

.exam-drag-sect .exam-drag-box-outer {
    width: 32%;
    height: 80px;
    margin: 0;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    overflow: hidden;
}

.main-content.full-width-nosidebar {
    padding: 0 7%;
}

.exam-drag-sect .exam-drag-box-outer .exam-drag-box-inner-blue {
    width: 100%;
    height: 100%;
    background: #c1eef8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
    font-size: 18px;
}

.exam-drag-sect .exam-drag-box-outer .exam-drag-box-inner-vilet {
    width: 100%;
    height: 100%;
    background: #d2cde4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #4C3692;
    font-weight: 700;
    font-size: 18px;
}

.hotspt-question-wrap {
    float: left;
    width: auto;
     max-width: 100%;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 24px;
}

.hotspt-question-wrap .hotspt-question-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: left;
}

.hotspt-question-wrap .hotspt-question-row .hotspt-question-col {
    width: 204px;
    display: inline-block;
    margin-right: 1%;
}
.hotspt-question-wrap .hotspt-question-row .hotspt-question-col:last-child {
    margin-right: 0;
}
.hotspt-question-wrap .hotspt-question-row .hotspt-question-col .hotspt-head {
    background: #d2cde4;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #4C3692;
    font-weight: 700;
    font-size: 18px;
}

.hotspt-question-wrap .hotspt-answer-row {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col {
    width: 204px;
    display: inline-block;
    margin-right: 1%;
}
.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col:last-child {
    margin-right: 0;
}
.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 45px;
    height: 45px;
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    border-radius: 6px;
    width: 45px;
    height: 45px;
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check input[type="checkbox"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check input[type="checkbox"]:checked+label:before {
    background-color: #3ea919;
    border: 2px solid #3ea919;
    border-radius: 4px;
}


.match-panelbox-inner-red, .match-panelbox-inner-blue {
    min-height: 85px !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.match-panelbox-outer.filled .match-panelbox-inner-blue {
    display: none;
}
.match-panelbox-outer.show-answer .match-panelbox-inner-blue {
    display: none;
}

.exam-drag-box-outer.filled .exam-drag-box-inner-vilet {
    visibility: hidden;
    height: 0;
}

.loading-wrap {
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
    width: 99%;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.loading-wrap .loading-container {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.loading-wrap .loading-container .loading-image {
    width: 30px;
}

.loading-wrap .loading-container span {
    text-align: center;
}

.loading-wrap .loading-container .loading-image img {
    width: 100%;
    height: auto;
}

.question-wrap p input.short-input {
    border-bottom: 1px solid;
    margin: 0 10px;
    height: 18px;
}
.exam-match-wrap .match-panelbox-col2 .panelbox-sect .match-panelbox-outer.acceptable.drag-and-drop-order.show-drag.show-answer .match-panelbox-inner-green, 
.exam-match-wrap .match-panelbox-col2 .panelbox-sect .match-panelbox-outer.drag-and-drop-order.show-answer .match-panelbox-inner-green.correct_answer {
    min-height: 85px;
    margin-top: -1px;
}

.calculator{
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 50;
    width: 460px;
    max-width: 100%;
}


.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check input[type="radio"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}


.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    border-radius: 2px;
    width: 45px;
    height: 45px;
    border-radius: 6px;
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 16px;
    width: 10px;
    height: 18px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check input:checked+label:before {
    background-color: #3ea919;
    border: 2px solid #3ea919;
    border-radius: 6px;
}
.hotspt-question-wrap   .hotspt-total-row {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}

.hotspt-question-wrap .hotspt-total-row .hotspt-total-col {
    width: 204px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    color: #000;
    height: 42px;
    margin-right: 1%;
}
.hotspt-question-wrap .hotspt-total-row .hotspt-total-col:last-child {
    margin-right: 0;
}
.hotspt-question-wrap .hotspt-answer-row .hotspt-question-col .hotspt-check input[type="checkbox"]:checked+label:after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 16px;
    width: 10px;
    height: 18px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


.blog-details .blog-detail-row {
    margin-top: 50px;
}

.blog-details .blog-detail-img {
    width: 100%;
    margin: 0 0 20px;
}

.blog-details .blog-detail-img img {
    width: 100%;
}
.blog-details h2 {
    margin: 0 0 10px;
}

.blog-details .date {
    padding-left: 45px;
}

.blog-details .blog-share {
    margin: 30px 0 0;
}

.blog-details .blog-share ul {
    display: inline-block;
}

.blog-details .blog-share ul li {
    width: 25px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.blog-details .other-blog-wrapp {
    padding: 20px;
}

.blog-details .other-blog-wrapp h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.blog-details .other-blog-wrapp .other-blog-col {
    background: #1010100D;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    margin: 0 0 20px;
}

.blog-details .other-blog-wrapp .other-blog-col .other-blog-img {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
}

.blog-details .other-blog-wrapp .other-blog-col .other-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details .other-blog-wrapp .other-blog-col p {
    flex: 1 0 0;
    align-self: stretch;
}

.blog-details .other-blog-wrapp .other-blog-col p a {
    color: #1E1E1E;
}
.features-wrapp .row {
    justify-content: center;
}

.faq-wrap .faq-col h2 {
    font-size: 32px;
    margin: 0 0 15px;
    width: 100%;
    line-height: 38px;
    font-family: "Euclid Circular A"!important;
    font-weight: 700;
}
.faq-wrap .faq-col p{
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px;
    width: 100%;
    font-family: "Euclid Circular A"!important;
}
.faq-wrap::after {
    width: 100%;
    position: absolute;
    height: 260px;
    background: #EEF4FF;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
}

.faq-wrap {
    position: relative;
}

.faq-wrap .col-md-12.faq-col {
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    margin-top: 70px;
}

.result-table .alert.alert-warning {
    background: none !important;
    border: none !important;
    color: #f36325;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.main-content.loginpages .result-table {
    padding: 30px 0 0 0;
}

.result-table .alert.alert-warning a.btn.btn-success {
    margin-left: 15px;
    background: #3EA919;
    border: 2px solid #3EA919;
    border-radius: 30px;
    padding: 8px 20px;
    color: #fff;
}

.result-table .alert.alert-warning a.btn.btn-success:hover {
    background: #fff;
    border: 2px solid #3EA919;
    color: #3EA919;
}
.result-table .alert.alert-warning {
    background: none !important;
    border: none !important;
    color: #f36325;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.main-content.loginpages .result-table {
    padding: 30px 0 0 0;
    margin-bottom: 20px;
}

.result-table .alert.alert-warning a.btn.btn-success {
    margin-left: 15px;
    background: #3EA919;
    border: 2px solid #3EA919;
    border-radius: 30px;
    padding: 8px 20px;
    color: #fff;
}

.result-table .alert.alert-warning a.btn.btn-success:hover {
    background: #fff;
    border: 2px solid #3EA919;
    color: #3EA919;
}

.exams-wrapp .exams-slider-wrapp .slick-track {
    display: flex;
}

.exams-wrapp .exams-slider-wrapp .slick-track .slick-slide {
    height: auto;
}

.exams-wrapp .exams-slider-wrapp .slick-track .slick-slide>div {
    height: 100%;
}

.exams-wrapp .exams-slider-wrapp .slick-track .slick-slide>div .exams-box-col {
    height: 100%;
}

.exams-wrapp .exams-slider-wrapp .slick-track .slick-slide>div .exams-box-col .exams-box {
    height: 100%;
    position: relative;
    padding-bottom: 55px;
}

.exams-wrapp .exams-slider-wrapp .slick-track .slick-slide>div .exams-box-col .exams-box .view-details-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: calc(100% - 40px);
    left: auto;
    right: auto;
}


.exam-details-col1 .related-exams .exams-box a {
    color: #1e1e1e;
}
.calculator .card .card-head {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.calculator .card .card-head button.btn-close.float-end {
    opacity: 1;
    width: 32px;
    height: 32px;
    background: url("../images/x-square.svg") no-repeat center center;
    background-size: 30px !important;
    padding: 0;
    transition: ease all 0.5s;
}
.calculator .card .card-head button.btn-close.float-end:hover {
    opacity: 1;
    width: 32px;
    height: 32px;
    background: url("../images/x-square2.svg") no-repeat center center;
    background-size: 30px !important;
    padding: 0;
}
.calculator .card .card-head h3 {
    font-weight: 600;
    color: #1E1E1E;
    float: left;
}

.calculator .card .card-body {
    padding: 0 20px 20px 20px;
}
.calculator .card .card-body #sciCalculator .calculator-inline {
    border: none !important;
    background: none !important;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-result {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0 !important;
    margin: 0 5px 15px 5px !important;
    padding: 0 10px;
    height: 30px;
}


.calculator .card .card-body #sciCalculator .calculator-inline  .calculator-row {
    float: left;
    width: 100%;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0 !important;
    font-size: 13px;
    margin: 3px;
    padding: 3px;
    height: 30px;
    width: 36px;
}

.calculator .card .card-body #sciCalculator .calculator-inline button.calculator-oper {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0 !important;
    margin: 3px;
    padding: 3px;
    height: 30px;
    width: 36px;
    font-size: 12px;
}
.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-use, .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-erase {
    width: 77px;
}
.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-digit {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0 !important;
    margin: 3px;
    padding: 3px;
    height: 30px;
    width: 36px;
    font-size: 13px;
}
.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row .calculator-space {
    width: 36px;
    margin: 3px;
}
.calculator .card .card-body #sciCalculator .calculator-inline button.calculator-oper.calculator-arith.calculator-add, .calculator .card .card-body #sciCalculator .calculator-inline button.calculator-oper.calculator-arith.calculator-subtract, .calculator .card .card-body #sciCalculator .calculator-inline button.calculator-oper.calculator-arith.calculator-multiply {
    font-size: 14px;
}
.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-angle {
    margin: 3px;
    padding: 3px;
    height: 30px;
    width: 36px;
    font-size: 12px;
}
.verification-notice {
    margin: 30px 0;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.verification-notice .card {
    border: none;
}

.verification-notice .card p {
    color: #F36325;
    text-align:center;
}

.verification-notice .card p a.btn {
    background: #3EA919;
    border: 1px solid #3EA919;
    border-radius: 30px;
    padding: 5px 17px;
    display:block;
    width:fit-content;
    margin:20px auto 0;
}
.exam-details-col1 .related-exams .exams-box-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.exam-details-col1 .related-exams .exams-box-list .exams-box:nth-child(2n) {
    margin-right: 0;
}

.exam-details-col1 .related-exams .exams-box-list .exams-box:nth-child(3n) {
    margin-right: auto;
}
.our-blog .blog-box .blog-box-head img {
    width: 100%;
    height: 217px;
    object-fit: cover;
}



.prev-modal .modal-content .modal-header {
    padding: 30px;
    border: none;
}

.prev-modal .modal-content .modal-body {
    padding: 0 30px 30px;
}

.prev-modal .modal-content .modal-body .register-btn {width:100%; display:  flex;justify-content: center;}

.prev-modal .modal-content .modal-body .register-btn button {
    background: #3EA919;
    color: #fff;
    border: 2px solid #3EA919;
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    margin: 15px 0;
}
.prev-modal .modal-content .modal-body .already-have-acc p {
    text-align: center;
}


.prev-modal .modal-content .modal-body .already-have-acc p a {
    color: #4C3692;
    text-decoration: underline;
}

.prev-modal .modal-content .modal-body .register-btn button:hover {
    color: #3EA919;
    background: #fff;
}

.prev-modal .modal-content .modal-header h5.modal-title {
    font-size: 16px;
    font-weight: 600;
}

.modal-header .btn-close {
    border: 1px solid #000;
    font-size: 10px;
    font-weight: 600;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
    opacity: 1;
 
}
.modal-header .btn-close:hover {
    opacity: 0.7;
    }
.exams-wrapp .row {
    flex-direction: inherit !important;
}

.star-rating img {
    width: 10px;
}
.invalid-promo {
    font-size: 12px;
    color: #EC3333;
    margin: 8px 0 0;
}

.valid-promo {
    color: #3EA919;
    font-size: 12px;
    margin: 8px 0 0;
}

.be-ready-slider-col {
    height: inherit;
}

.be-ready-slider-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.be-ready-wrapp .be-ready-col2 .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.be-ready-wrapp .be-ready-col2 .slick-track .slick-slide {
    height: inherit;
}

.be-ready-wrapp .be-ready-col2 .slick-track .slick-slide > div {
    height: 100%;
}

.image-upload-area-outer {
  position: relative;
  display: flex;
  width: auto;
}
.image-upload-area-outer .image-upload-area {
  display: inline-block;
  position: static !important;
}
.image-upload-area-outer img {
  display: inline-block;
  margin-left: 15px;
}
.image-upload-area-outer .image-upload-area .close {
  background: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  color: #000;
  text-align: center;
  opacity: 1;
  line-height: 24px;
  font-size: 18px;
  position: absolute;
  right: -30px;
  top: -10px;
  font-weight: 900;
  cursor: pointer;
  outline: none !important;
border: none !important;
}
.image-upload-area-outer .image-upload-area .close:hover {
      background: #fff;
      color: #666;
    }


    .exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot span.offer-time.timer-run {
        margin: 0 0 20px;
    }
    
    .exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot span.offer-time.timer-run {
        margin: 0 0 20px;
    }
    
    .exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot .buy-btn {
        display: block;
        float: left;
        width: 100%;
    }
    
    .exam-details-col2 .exam-details-col2-wrapp .exam-details-col2-foot .buy-btn button.btn-applay {
        margin: 15px 0 0;
    }    

    .exam-panel-box .question-answer.match-the-box2.project-selection .answer-box .answer-box-col1 .answer-match-box {
        width: 100%;
        height: 50px;
        margin: 0 0 20px;
        border: 1px solid #FCD8C9;
        border-radius: 10px;
        background: #FCD8C9;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .exam-panel-box .question-answer.match-the-box2 .answer-box .answer-box-col2 h4 {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .exam-panel-box .question-answer.match-the-box2.project-selection .answer-box .answer-box-col1 .answer-match-box .answer-check-inner h4 {
        color: #F36325;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    .prev-modal .modal-content .modal-body form#stop-form {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
    }
    #close-exam-modal .modal-dialog .modal-content h5.modal-title {
        margin-bottom: 15px;
    }
    .prev-modal .modal-content .modal-body form#stop-form button.btn.btn-warning[type="submit"] {
        background: #4C3692;
        border: 2px solid #4C3692;
        color: #fff;
        padding: 5px 20px;
        border-radius: 30px;
        margin-right: 10px;
        font-weight: 600;
        
    }
    
    .prev-modal .modal-content .modal-body form#stop-form button.btn.btn-warning[type="button"] {
        background: #fff;
        border: 2px solid #EC3333;
        color: #EC3333;
        padding: 5px 20px;
        border-radius: 30px;
        margin-right: 10px;
        font-weight: 600;
    }
    
    .prev-modal .modal-content .modal-body form#stop-form button.btn.btn-warning[type="submit"]:hover {
        background: #fff;
        border: 2px solid #4C3692;
        color: #4C3692;
    }
    
    .prev-modal .modal-content .modal-body form#stop-form button.btn.btn-warning[type="button"]:hover {
        background: #EC3333;
        border: 2px solid #EC3333;
        color: #fff;
    }
    .invoice-wrapp .table-outer table tbody tr td span.exam-title {
        margin-top: 20px;
        display: inline-block;
    }
    #remove-model-show .modal-footer .save-button {
        background: #4C3692;
        border: 2px solid #4C3692;
        color: #fff;
        padding: 5px 20px;
        border-radius: 30px;
        margin-right: 10px;
        font-weight: 600;
      }
      #remove-model-show .modal-footer .save-button:hover {
        background: #fff;
        border: 2px solid #4C3692;
        color: #4C3692;
      }
      #remove-model-show .modal-footer .cancel-button {
        background: #fff;
        border: 2px solid #EC3333;
        color: #EC3333;
        padding: 5px 20px;
        border-radius: 30px;
        margin-right: 10px;
        font-weight: 600;
      }
      #remove-model-show .modal-footer .cancel-button:hover {
        background: #EC3333;
        border: 2px solid #EC3333;
        color: #fff;
      }
      #remove-model-show .modal-footer {
        flex-direction: row-reverse;
        justify-content: right;
      }
      .match-panelbox-outer .match-panelbox-inner-green {
        min-height: 85px;
    }
    .hotspt-question-wrap-outer {
        float: left;
        width: 100%;
        margin:20px 0 30px 0;
    }
    .exam-bottom .exam-bottom-left .exam-rslt-wrap-explain.correct_answer.system-question-answer-wrap {
        margin-top: 20px;
        width: 94%;
    }
    .exam-panel-hd .time-wrap ul li a img.color-icon, .item-pgrs-wrap .pgrs-rgt a img.color-icon{
        display: inline-block;
    }
    
    .exam-panel-hd .time-wrap ul li img.white-icon, .item-pgrs-wrap .pgrs-rgt a img.white-icon{
        display: none;
    }
    
    .dark-mode .exam-panel-hd .time-wrap ul li img.white-icon, .dark-mode .item-pgrs-wrap .pgrs-rgt a img.white-icon{
        display: inline-block;
    }
    
    .dark-mode .exam-panel-hd .time-wrap ul li a img.color-icon, .dark-mode .item-pgrs-wrap .pgrs-rgt a img.color-icon {
        display: none;
    }
    .dark-mode .answer-wrap .check-group label:before {
        border: 2px solid #fff;
    }
    .dark-mode .exam-panel-hd h3 a {
    color: #fff;
}
  .exam-panel-hd h3 a img.color-icon {
    display: inline-block;
}
.dark-mode .exam-panel-hd h3 a img.color-icon {
    display: none;
}
.exam-panel-hd h3 a img.white-icon {
    display: none;
}
.dark-mode .exam-panel-hd h3 a img.white-icon {
    display: inline-block;
}

.result-table .table-outer .error {
    display: block;
    margin: -10px 0 20px;
    font-size: 14px;
}

.dark-mode .calculator .card .card-body #sciCalculator .calculator-inline .calculator-result span, .dark-mode .calculator .card .card-body #sciCalculator .calculator-inline .calculator-result {
    color: #1E1E1E;
}


/* ----------------------media------------------------ */


@media screen and (max-width:1600px) {
    .item-pgrs-wrap .pgrs-lft {
        width: 86%;
    }

    .match-panelbox-inner-red,
    .match-panelbox-inner-blue {
        min-height: 70px;
    }
}

@media screen and (max-width:1280px) {

    .match-panelbox-inner-red,
    .match-panelbox-inner-blue {
        min-height: 85px;
    }
}



@media screen and (max-width:1599px) {

    .about-us-banner-img {
        position: relative;
        width: 35%;
    }

    .about-us-banner-col {
        min-height: 460px;
    }

    .about-text::after {
        width: 100%;
        left: 5%;
    }
    .exams-box .exams-box-head h3 {
         margin: 0 0 15px;
    }
    
    .exams-box .exams-box-head {
        margin: 0 0 10px;
    }
}

@media screen and (max-width:1399px) {
    .about-us-banner-col {
        min-height: 395px;
    }

    .about-text::after {
        width: 100%;
        left: 8%;
    }

    .navigation-wrap .head-nav ul li.nav-item a {
        font-size: 15px;
    }

    .navigation-wrap .head-main .head-logo {
        margin-right: 15px;
    }
    .exams-we-offer .we-offer-box {
        width: 36%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .exams-we-offer .we-offer-box:first-child {
        padding-left: 0;
    }
    .exams-we-offer .we-offer-box:nth-child(2) {
        padding-left: 0;
    }
}

@media (max-width:1300px){
    .inner-header .navigation-wrap .head-nav ul li.nav-item {
        margin-left: 5px;
    }

    .inner-header .navigation-wrap .head-nav ul li.nav-item a {
        padding: 10px 5px;
        font-size: 15px;
    }

    .inner-header .navigation-wrap .head-nav ul li.nav-item a.btn {
        padding: 8px 5px;
    }
    .about-us-banner-col {
        min-height: 356px;
    }
    .navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu {
        left: inherit;
        right: 0;
    }
}

@media (max-width:1199px){
    .contact-us-wrapp p{
        width: 80%;
    }
    .contact-us-wrapp .row{
        width: 80%;
    }
    .inner-header .navigation-wrap .head-nav ul li.nav-item a {
        padding: 10px 3px;
        font-size: 12px;
    }
    .inner-header .navigation-wrap .head-nav ul li.nav-item a.dropdown-toggle {
        background-size: 12px;
        padding-right: 20px;
    }
    .about-us-banner-col {
        min-height: 310px;
    }

}

@media (max-width:1024px) {
    .contact-us-wrapp .row form{
        width: 85%;
    }
    .inner-header .navigation-wrap .head-nav ul li.nav-item a {
        padding: 10px 2px;
        font-size: 12px;
    }
    .about-us-banner-col {
        min-height: 240px;
    }

    .about-us-banner-col h2 {
        font-size: 45px;
    }
    header .navigation-wrap .container {
        max-width: 94%;
        width: 94%;
    }
    header .navigation-wrap .container .row {
        margin: 0;
    }

    .exam-details-col1-wrapp>ul {
        padding: 10px;
    }
    
    .exam-details-col1-wrapp>ul li {
        padding: 0 4px;
        text-align: center;
        font-size: 14px;
    }
    
    .exam-details-col1-wrapp>ul li:last-child {
        padding: 0 6px;
    }
        .exams-box .exams-box-head h3 {
        min-height: inherit;
        margin: 0 0 15px;
    }
    
    .exams-box .exams-box-head {
        margin: 0 0 15px;
    }
}


@media screen and (max-width:991px) and (min-width:768px) {

    .home-banner .banner-col2 {
        position: relative;
    }

    .home-banner .banner-col2 .banner-img-wrapp {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .features-wrapp .features-box {
        padding: 0 20px;
    }

    .featured-exam-box-icon {
        display: inline-block;
        width: 70px;
        float: left;
    }


    .featured-exam-box-foot p {
        width: 100%;
    }

    .be-ready-wrapp .be-ready-col1 h2 {
        width: 100%;
    }
    .blog-box-head span.date{
        right: 10px;
        top: 10px;
    }
    .about-us-banner-col {
        min-height: 234px;
    }

    .about-us-banner-img .img-wrapp img {
        max-height: inherit;
        height: 368px;
    }
    .our-vission-box {margin: 95px 0 0;}

.our-vission-box .our-mission-img {
    top: -100px;
}
.our-missions-wrapp {
    padding: 100px 0 370px;
}
.exams-wrapp .featured-exam-box {
    margin: 0 7% 7% 0 !important;
    width: 46% !important;
}

.exams-wrapp .featured-exam-box:nth-child(2n) {
    margin-right: 0 !important;
}
}

@media screen and (min-width:861px) {
.main-content .mobile-logo {
    display: none;
}

.main-content button.navbar-toggler {
    display: none;
}
.navigation-wrap .head-main .head-right .head-nav .mobile-logo{
    display: none;
}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-top: 0!important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
}

@media screen and (max-width:860px) {
    header .navbar-brand {
        margin-left: 0;
        width: auto;
        border: none;
    }

    header .navbar-expand-md .navbar-nav {
        height: 100%;
    }

    header button.navbar-toggler {
        position: fixed;
        right: 10px;
        top: 25px;
        z-index: 99 !important;
    }

    header #navbarNavDropdown {
        height: 100vh;
        padding: 15px 30px;
        overflow: auto;
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        overflow-x: hidden;
        box-shadow: 4px 0px 16px 0px #0000000A;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.5s;
        top: 0;
        width: 280px;
        left: -280px;
    }

    header #navbarNavDropdown.show {
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    header .navbar-expand-md .navbar-nav {
        padding-top: 50px !important;
        padding-left: 0;
        padding-right: 0;
        height: 100vh;
        text-align: center;
        background: none !important;
        display: inline-block;
        width: 100%;
    }

    .navigation-wrap ul.navbar-nav li.nav-item {
        width: 100%;
        padding: 17px 10px 17px 0;
        margin: 0!important;
        height: auto;
        border: none !important;
        position: relative;
    }

    .navigation-wrap ul.navbar-nav li.nav-item a {
        font-size: 16px;
        line-height: normal;
        padding: 0!important;
        text-align: center;
        color: #1E1E1E;
        border-bottom: none;
 
    }
    .navigation-wrap ul.navbar-nav li.nav-item::after {
        background: url(../images/nav-border.png) left repeat-x;
        background-size: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
    }
    .navigation-wrap ul.navbar-nav li.nav-item.active::after {
        background: url(../images/nav-border-active.png) left repeat-x;
        background-size: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
    }
    ul.user-nav.mobile {
        display: block;
        background: #ffff;
        padding: 20px 30px;
        height: 100%;
    }

    ul.user-nav.mobile li a.nav-link {
        display: flex;
    }

    a.nav-link.sign-out {
        color: #d5242f !important;
    }

    ul.contact-nav {
        display: none !important;
    }

    button.navbar-toggler .navbar-toggler-icon:before,
    button.navbar-toggler .navbar-toggler-icon:after {
        width: 28px;
        position: absolute;
        height: 2px;
        background-color: #000000;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    button.navbar-toggler .navbar-toggler-icon:after {
        top: 9px;
    }

    button.navbar-toggler .navbar-toggler-icon {
        width: 28px;
        height: 20px;
        background-image: none;
        position: relative;
        border-bottom: 2px solid #000;
        transition: all 300ms linear;
    }

    .mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }

    .mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translateY(8px) rotate(-45deg);
    }

    .mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(45deg);
    }

    .navigation-wrap ul.navbar-nav {
        width: 100%;
        padding: 20px 0 0;
        margin-top: 50px !important;
    }

    header .navigation-wrap .navbar .head-main .head-right {
        margin-right: 62px;
    }

    header .navigation-wrap .navbar .head-main .head-right a {
        padding:0;
        text-align: left;
        margin: 0;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    header .navigation-wrap .navbar .head-main .head-right a img {
        width: 20px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .navigation-wrap .head-nav ul li.nav-item {
        display: block;
    }

button.navbar-toggler {
    cursor: pointer;
    position: fixed;
    top: 25px;
    z-index: 99 !important;
}

.main-content button.navbar-toggler {
    cursor: pointer;
    position: fixed;
    left: 60px;
    top: 18px;
    z-index:99 !important;
}

.main-content .mobile-logo {
    display: inline-block;
    left: 120px;
    position: fixed;
    top: 14px;
    z-index: 9999;
}

.main-content .welcome-box {
    padding-top: 70px;
}

.main-content .mobile-logo img {
    width: 110px;
}
.side-bar.nav-active {
    visibility: visible;
    opacity: 1;
}
.side-bar .side-bar-logo {
    display: none;
}
.mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
  }
  .mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
  }
  .mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
  }
  .side-bar .sidebar-content {
    padding-top: 40px;
}
.navigation-wrap .head-main .head-right   .mobile-logo {
    width: auto;
}



.navigation-wrap .head-main .head-right .mobile-logo a.navbar-brand {
    padding: 0;
}

.navigation-wrap .head-main .head-right .mobile-logo a.navbar-brand img {
    width: 110px;
}
.navigation-wrap .head-main .head-right   .mobile-logo {
    width: auto;
    position: fixed;
    left: 30px;
    top: 15px
}



.navigation-wrap .head-main .head-right .mobile-logo a.navbar-brand {
    padding: 0;
}

.navigation-wrap .head-main .head-right .mobile-logo a.navbar-brand img {
    width: 130px;
}

header .navigation-wrap .navbar .head-main .head-right .head-nav {
    position: relative;
}

header .navigation-wrap .navbar .head-main .head-right .head-nav button.mobile-toggle.navbar-toggler {
    right: auto;
    left: 220px;
}
body.overlay::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    min-height: 100%;
}
header .navigation-wrap .navbar .head-main .head-right a {
    width: auto;
    display: inline-block;
    word-wrap: break-word;
    max-width: 100%;
    white-space: inherit;
}
.navigation-wrap .head-nav ul li.nav-item.dropdown ul.dropdown-menu {
    padding: 0 0 0 15px;
    border: none !important;
    box-shadow: none !important;
}

.navigation-wrap .head-nav ul li.nav-item.dropdown .nav-link.dropdown-toggle{
    position: relative;
}
.navigation-wrap .head-nav ul li.nav-item.dropdown .nav-link.dropdown-toggle::before {
    content: "";
    position: absolute;
    left: -30px;
    width: 5px;
    height: 25px;
    background: transparent;
    top: -2px;
}
.navigation-wrap .head-nav ul li.nav-item.dropdown .nav-link.dropdown-toggle.show::before {
    background: #4c3692;
}
.navigation-wrap .head-nav ul li.nav-item.dropdown ul.dropdown-menu {
    position: static;
}
.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li a span.side-icon, 
.navigation-wrap .head-nav ul li.nav-item.user-drop ul.dropdown-menu li.logout a span.logout-icon {
    display: none;
}
.navigation-wrap .head-nav ul li.nav-item a.dropdown-toggle {
    background: url(../images/down-arrow.svg) center no-repeat;
    background-size: 16px;
    background-position-x: 100%;
    padding-right: 20px !important;
}
.navigation-wrap .head-nav ul li.nav-item.dropdown ul.dropdown-menu li {
    padding: 5px 0;
}
.navigation-wrap .head-nav ul li.nav-item a.btn {
    border: none!important;
    padding: 0;
}
.featured-exams {
    padding: 40px 0;
}

.be-ready-wrapp {
    padding: 40px 0;
}

.our-blog {
    padding: 40px 0;
}

.get-in-touch .row {
    padding: 40px 0;
}

.get-in-touch {
    margin: 0 0 40px;
}

footer {
    padding: 40px 0 30px;
}

.features-wrapp {
    padding: 40px 0;
}
.home-banner {
    padding: 70px 0px 80px;
}
.features-wrapp .features-box {
    padding: 0 20px 0 0 !important;
    width: 50%;
    margin-bottom: 10px;
}

.features-wrapp .features-box:after {
    display: none;
}
header .navigation-wrap .navbar .head-main .head-right a:hover {
   color: #4C3692!important;
    background: none !important;
}
header .navigation-wrap .navbar .head-main .head-right a:hover .side-icon, header .navigation-wrap .navbar .head-main .head-right a:hover .active-icon {
    display: none !important;
}

}

@media screen and (max-width:767px) {
    .home-banner .banner-col1 {
        width: 100%;
        padding: 0;
    }

    .home-banner .banner-col2 {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    .home-banner .row {
        flex-direction: column-reverse;
        width: 80%;
        margin: 0 auto;
    }

    .home-banner:after {
        left: 0;
        height: 35%;
        top: 20%;
        border-radius: 0;
    }

    .home-banner .banner-col1 h2 {
        font-size: 28px;
    }

    .featured-exams .featured-exam-box {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .featured-exams .featured-exam-box:nth-child(3n) {
        margin-right: 4%;
    }

    .featured-exams .featured-exam-box:nth-child(2n) {
        margin-right: 0;
    }


    .featured-exam-box-foot p {
        width: 100%;
    }

    .row {
        margin: 0 15px;
    }

    .featured-exam-box-icon {
        width: 70px;
        height: 70px;
    }

    .be-ready-wrapp .be-ready-col1 h2 {
        font-size: 28px;
        width: 100%;
    }

    .be-ready-wrapp .be-ready-col1 {
        width: 100%;
        padding: 0;
    }

    .be-ready-wrapp .be-ready-col2 {
        width: 100%;
    }

    .be-ready-wrapp .row {
        flex-direction: column-reverse;
    }

    .featured-exams h2 {
        font-size: 28px;
    }

    .our-blog .blog-box {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .our-blog .blog-box:nth-child(2n) {
        margin-right: 0;
    }

    .our-blog .blog-box:nth-child(3n) {
        margin-right: inherit;
    }


    .get-in-touch h2 {
        font-size: 28px;
    }

    footer .footer-brand {
        width: 50%;
        padding: 0 30px 0 0;
        margin: 0 0 30px;
    }

    footer .footer-links {
        width: 50%;
        padding: 0;
    }

    footer .footer-links:last-child {
        width: 50%;
    }

    footer .footer-foot {
        margin: 0 0;
    }

    footer .footer-foot .footer-icons ul li {
        margin: 0 15px 0 0;
        width: 22px;
    }
    .blog-box {
        width: 48%;
    }

    .blog-box:nth-child(2n) {
        margin-right: 0;
    }

    .blog-box:nth-child(3n) {
        margin-right: auto;
    }

    .blog-wrapp:after {
        height: 18%;
    }
    .contact-us-wrapp p{
        width: 100%;
    }
    .contact-us-wrapp .row{
        width: 100%;
    }
    .contact-us-wrapp .row form{
        width: 100%;
    }
    .about-us-banner-img .img-wrapp img {
        max-height: 100%;
        height: 275px;
    }

    .about-us-banner-img .img-wrapp {
        position: relative;
        top: inherit;
    }

    header.inner-header {
        height: inherit;
    }

    .myHeader.inner-header .head-main {
        align-items: start;
    }

    .about-content {padding: 40px 0 70px;}

    .about-us-banner-col {
        width: 100%;
        min-height: inherit;
        justify-content: center;
        padding: 70px 0 0;
    }
    header.inner-header .navigation-wrap .head-main .head-logo {
        width: 150px;
    }

    .about-content .about-content-col2 {
        display: none;
    }

    .about-content .about-content-col1 {
        width: 100%;
    }
    .why-we-provide .why-we-provide-col2 {width: 100%;padding: 30px 0 0;}

.why-we-provide .why-we-provide-col1 {
    width: 100%;
}
.we-promise .promise-box {
    width: 100%;
    margin: 0 0 20px;
}
.our-vission-box {margin: 95px 0 0;}

.our-vission-box .our-mission-img {
    top: -100px;
}
.our-missions-wrapp {
    padding: 100px 0 370px;
}
.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box {
    width: 200px;
}

.our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box .our-mission-img {
    right: 50px;
}

.our-vission-box {
    width: 200px;
    margin: 74px 0 0;
}

.our-vission-box .our-mission-img {
    right: -50px;
    top: -75px;
}
.exams-we-offer .we-offer-box {
    width: 100%;
}

.exams-we-offer .we-offer-box:first-child {
    width: 100%;
}

.register .register-col1 {
    width: 100%;
    margin: 0 0 20px;
}

.register .register-col2 {
    width: 100%;
}

.register>.container>.row {
    margin: 0;
    justify-content: center;
    left: 0;
    position: relative;
    transform: inherit;
}

.register {
    height: auto;
    padding: 70px 0;
}
.register .register-col2 .register-form-wrapp form .register-btn button {
    padding: 10px 60px;
}
.exams-we-offer .we-offer-box ul li {
    margin: 0 0 10px;
}
header {
    height: 80px;
}

.home-banner {
    padding: 30px 0px 30px;
}
.navigation-wrap .head-nav ul li.nav-item a.btn {
    border: none;
    padding: 0;
}
.our-blog {
    padding: 30px 0 30px;
}
.get-in-touch .row {
    padding: 30px 0;
}
.navigation-wrap .head-nav ul li.nav-item a.nav-link.btn {
    border: none !important;
}
.navigation-wrap .head-nav ul li.nav-item a.nav-link.btn:hover {
    background: none !important;
    color: #4C3692 !important;
}
.features-wrapp {
    padding: 30px 0;
}
.features-wrapp .features-box {
    padding: 0 0 !important;
    width: 100%;
    margin-bottom: 10px;
}
.features-wrapp .features-box:last-child {
    margin-bottom: 0;
}
.be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp {
    padding: 40px 40px;
}
.faq-wrap .faq-col h2 {
    font-size: 27px;
}
.exam-details-col1 {
    width: 100%;
    margin: 0;
}

.exam-details-col2 {
    width: 100%;
    margin: 0 0 30px;
}
.exam-details-wrapp .row {
    flex-direction: column-reverse;
}

.exam-details-col1 .related-exams .exams-box {
    width: 100%;
    margin: 0 7% 12% 0;;
}
.calculator {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.calculator .card .card-head {
    padding: 10px;
}

.calculator .card .card-body {
    padding: 0 10px 10px
 
 10px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-use, .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-erase {
    width: 64px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl {
    font-size: 12px;
    margin: 2px;
    padding: 2px;
    width: 30px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-angle {
    margin: 2px;
    padding: 2px;
    width: 30px;
    font-size: 10px;
}

.calculator .card .card-body #sciCalculator .calculator-inline button.calculator-oper {
    margin: 2px;
    padding: 2px;
    width: 30px;
    font-size: 10px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-digit {
    margin: 2px;
    padding: 2px;
    width: 30px;
    font-size: 12px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row .calculator-space {
    width: 30px;
    margin: 2px;
}
.calculator .col-xs-12 {
    padding: 0;
}
.exams-we-offer .we-offer-box {
    padding-left: 0;
    padding-right: 0;
}

.exams-wrapp .featured-exam-box {
    margin: 0 7% 7% 0 !important;
    width: 46% !important;
}

.exams-wrapp .featured-exam-box:nth-child(2n) {
    margin-right: 0 !important;
}
.exam-details-col1 {
    width: 100%;
    margin: 0;
}

.exam-details-col2 {
    width: 100%;
}
}

@media  (max-width:767px) and (min-width:600px) {
    .user-answer-wrapp .container {
        max-width: 90%;
    }
}
@media screen and (max-width:600px) {
    .features-wrapp .features-box {
        width: 100%;
        padding: 20px 0;
    }

    .features-wrapp .row {
        justify-content: center;
    }

    .features-wrapp .features-box:after {
        width: 100%;
        height: 0.08px;
        top: inherit;
        bottom: 0;
    }

    .features-wrapp .features-box:first-child {
        padding-top: 0;
    }

    .features-wrapp .features-box:last-child {
        padding-bottom: 0;
    }
    .contact-us-wrapp .row {
        padding: 30px;
    }

    header.inner-header {
        position: relative;
        background: transparent;
        min-height: 330px;
    }
    .about-us-banner-img {
        position: absolute;
        width: 65%;
        z-index: -1;
    }


    header.inner-header .navigation-wrap .head-main .head-logo {
        width: 100px;
    }

    .about-us-banner-img .img-wrapp:after {height: 53px;bottom: -15px;width: 85%;}

    header.inner-header button.navbar-toggler {
        top: 10px;
    }

    .about-us-banner-col h2 {
        font-size: 36px;
    }
    .about-us-banner-img .img-wrapp img {
        max-height: 100%;
        height: 330px;
    }

    .our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box {
        width: 175px;
        padding: 20px 20px 50px;
    }

    .our-vission-box {
        width: 175px;
        padding: 70px 20px 20px;
    }

    .exam-drag-outer .exam-drag-card {
        width: 100%;
        padding: 20px;
    }
    .exam-drag-sect .exam-drag-box-outer {
        width: 100%;
        margin: 0 0 10px;
    }
    .featured-exams .featured-exam-box:after {
        right: -20px;
    }
    
    .featured-exams .featured-exam-box {margin-bottom: 50px;}

    .exam-details-col1 {
        width: 100%;
        margin: 0;
    }
    
    .exam-details-col2 {
        width: 100%;
        margin: 0 0 30px;
    }
    .exam-details-wrapp .row {
        flex-direction: column-reverse;
    }
    
    .exam-details-col1 .related-exams .exams-box {
        width: 100%;
        margin: 0 7%  12% 0;
    }
    .exams-wrapp .featured-exam-box {
        width: 100% !important;
        margin: 0 0 50px !important;
    }
    .invoice-wrapp .table-outer table tbody tr td span.exam-title {
        margin-top: 8px;
    }
}

@media screen and (max-width:480px) {
    .home-banner .row {
        width: 100%;
    }

    .home-banner:after {
        height: 38%;
    }

    .featured-exams .featured-exam-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .our-blog .blog-box {
        width: 100%;
        margin: 0 0 20px;
    }

    .get-in-touch .row form .text-field {
        width: 100%;
        margin: 0 0 20px;
    }

    .get-in-touch .row form {
        width: 100%;
        padding: 0 20px;
    }

    footer .footer-brand {
        width: 100%;
        padding: 0;
    }

    footer .footer-links {
        width: 50%;
        margin: 0 0 20px;
    }

    footer .footer-links:last-child {
        width: 100%;
    }

    footer .footer-foot .footer-icons {
        width: 100%;
        margin: 0 0 15px;
    }

    footer .footer-foot .copyright {
        width: 100%;
        text-align: center;
    }

    footer .footer-foot {
        justify-content: center;
    }

    footer .footer-foot .footer-icons ul {
        justify-content: center;
    }

    .featured-exams {
        padding: 30px 0;
    }

    .our-blog {
        padding: 30px 0 30px;
    }

    .get-in-touch {
        margin: 0 0 30px;
    }
    .blog-box {
        width: 100%;
        margin:0 0 20px;
    }
    .contact-us-wrapp .row {
        padding: 20px;
    }

    .contact-us-wrapp .row form .text-field {
        width: 100%;
        margin: 0 0 20px;
    }
    header.inner-header {
        position: relative;
        background: transparent;
        min-height: 330px;
    }

    .about-us-banner-img {
        position: absolute;
        width: 91%;
        z-index: -1;
    }

    header.inner-header .navigation-wrap .head-main .head-logo {
        width: 100px;
    }

    .about-us-banner-img .img-wrapp:after {height: 53px;bottom: -15px;width: 85%;}

    header.inner-header button.navbar-toggler {
        top: 10px;
    }

    .about-us-banner-col h2 {
        font-size: 36px;
    }
    .our-missions-wrapp .box-wrapp .our-mission-col1 {
        width: 100%;
        display: flex;
        justify-content: right;
    }

    .our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 {
        position: relative;
        padding: 0;
        margin: 0 0 120px;
    }

    .our-missions-wrapp .box-wrapp .our-mission-col1:nth-child(2) .our-mission-col2 {
        padding: 0;
        margin: 0;
    }

    .our-missions-wrapp .box-wrapp .our-mission-col1:nth-child(2) {
        justify-content: left;
    }
    .our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box .our-mission-box-content {
        max-height: inherit;
    }
    
    .our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box {
        width: 90%;
        margin: 0 0 0 auto;
    }
    
    .our-vission-box {
        width: 90%;
        padding-top: 90px;
    }
    
    .our-vission-box .our-mission-box-content {
        max-height: inherit;
    }

    .our-missions-wrapp {
        padding: 70px 0 70px;
    }
    .about-content {
        padding: 40px 0 50px;
    }
    .why-we-provide {
        padding: 50px 0;
    }

    .about-text p {
        padding-left: 30px;
    }

    .register .register-col2 .register-form-wrapp {
        padding: 30px;
    }

    .item-pgrs-wrap {
    flex-wrap: wrap;
}

.item-pgrs-wrap .pgrs-lft {
    width: 100%;
    margin: 0 0 20px;
}

.item-pgrs-wrap .pgrs-rgt {
    margin: 0 0 0 auto;
}
.exam-panel-hd .time-wrap ul li a {
    width: 25px;
}
.main-content button.navbar-toggler {
    left: 20px;
}

.main-content .mobile-logo {
    left: 80px;
}

.main-content .welcome-box {
    height: 80px;
}
.welcome-box .welcome-right {
    position: absolute;
    right: 50px;
    top: 22px;
}
.featured-exams .featured-exam-box {margin-bottom: 70px;}
.be-ready-wrapp .be-ready-col1 p {
    width: 100%;
}

.exam-details-col1 {
    width: 100%;
    margin: 0;
}

.exam-details-col2 {
    width: 100%;
    margin: 0 0 30px;
}
.exam-details-wrapp .row {
    flex-direction: column-reverse;
}

.exam-details-col1 .related-exams .exams-box {
    width: 100%;
    margin: 0 7%  12% 0;
}
.exams-wrapp h2 {font-size: 22px;}

.exam-details-col1-wrapp>ul li {
    width: 100%;
    padding: 10px 0;
}

.exam-details-col1-wrapp>ul li:last-child {
    width: 100%;
    padding: 10px 0;
}

.exam-details-col1-wrapp>ul li:after {
    bottom: 0;
    top: inherit;
    width: 100%;
    height: 1px;
}
}

@media screen and (max-width:440px) {
    .home-banner:after {
        height: 34%;
    }
    .item-pgrs-wrap .pgrs-lft .progress {
        flex: 0 0 100%;
    }
    
    .item-pgrs-wrap .pgrs-lft h4 {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }
    
    .item-pgrs-wrap .pgrs-lft .progressBar {
        flex-wrap: wrap;
    }
    .features-wrapp .features-box .features-box-icon {
        width: 20%;
    }
    .features-wrapp .features-box .features-box-txt {
        width: 75%;
    }
    .be-ready-wrapp .be-ready-col2 .be-ready-slider-wrapp {
        padding: 30px 30px;
    }
    .get-in-touch h2 {
    font-size: 24px;
}
}

@media screen and (max-width:390px) {
    .home-banner:after {
        height: 33%;
    }
    .register .register-col2 .register-form-wrapp form input[type="submit"] {
        padding: 10px 15px;
        font-size: 14px;
    }
    .home-banner:after {
        height: 33%;
        max-height: 246px;
    }
    .sidebar-content ul li a {
        padding: 7px 0;
    }
    .calculator {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    
    .calculator .card .card-head {
        padding: 10px;
    }
    
    .calculator .card .card-body {
        padding: 0 10px 10px 10px;
    }
    
    .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-use, .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-erase {
        width: 50px;
        font-size: 8px;
    }
    
    .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl {
        margin: 1px;
        padding: 1px;
        width:  25px;
        font-size: 8.5px;
    }
    
    .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-angle {
        margin: 1px;
        padding: 1px;
        width:  25px;
        font-size: 8.5px;
    }
    
    .calculator .card .card-body #sciCalculator .calculator-inline button.calculator-oper {
        margin: 1px;
        padding: 1px;
        width:  25px;
        font-size: 8.5px;
    }
    
    .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-digit {
        margin: 1px;
        padding: 1px;
        width:  25px;
        font-size: 8.5px;
    }
    
    .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row .calculator-space {
        width: 25px;
        margin: 1px;
    }
    
}

@media screen and (max-width:375px) {

    footer .footer-links ul li a {
        font-size: 14px;
    }
    
    footer .footer-brand p {
        font-size: 14px;
    }
    
    footer .footer-foot .copyright p {
        font-size: 14px;
    }
    footer {
        padding: 30px 0 30px;
    }
    
    footer .footer-foot {
        padding: 10px 0 0 0;
    }
}


@media screen and (max-width:360px) {
.calculator {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.calculator .card .card-head {
    padding: 10px;
}

.calculator .card .card-body {
    padding: 0 10px 10px 10px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-use, .calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-erase {
    width: 46px;
    font-size: 8px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl {
    margin: 1px;
    padding: 1px;
    width: 23px;
    font-size: 8px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-ctrl.calculator-angle {
    margin: 1px;
    padding: 1px;
    width: 23px;
    font-size: 8px;
}

.calculator .card .card-body #sciCalculator .calculator-inline button.calculator-oper {
    margin: 1px;
    padding: 1px;
    width: 23px;
    font-size: 8px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row button.calculator-digit {
    margin: 1px;
    padding: 1px;
    width: 23px;
    font-size: 8px;
}

.calculator .card .card-body #sciCalculator .calculator-inline .calculator-row .calculator-space {
    width: 23px;
    margin: 1px;
}
}
@media (min-width:992px) {
    .navigation-wrap .head-nav ul li.nav-item.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    
}

@media (min-width:1200px) {
    .our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box {
        max-width: 450px;
        padding: 30px 30px 175px;
    }

    .our-missions-wrapp .box-wrapp .our-mission-col1 .our-mission-col2 .our-mission-box .our-mission-img {
        max-width: 450px;
    }

    .our-vission-box .our-mission-img {
        max-width: 450px !important;
    }

    .our-vission-box {
        max-width: 450px;
        padding: 175px 30px 30px;
    }

    .our-missions-wrapp {
        padding: 100px 0 550px;
    }
}
