@import "animate.css";
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,600;0,700;1,500&display=swap');
.btn {
    -webkit-box-shadow: 0 6px 0 #012169;
    -moz-box-shadow: 0 6px 0 #012169;
    box-shadow: 0 6px 0 #012169;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 102px;
}

.thankyou-page {
    background-color: #eee;
    padding: 160px 0;
}

.thankyou-box {
    background-color: #fff;
    padding: 50px 50px;
    text-align: center;
}

.thankyou-box h1 {
    font-size: 70px;
    line-height: 1;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 900;
    color: #012169;
}

.thankyou-box h2 {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 15px;
    font-weight: 700;
    color: #000;
}

.thankyou-content p {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}

.thankyou-content p .fa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #012169;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.thankyou-contact-numbers strong {
    font-weight: 600;
}

.thankyou-contact-numbers em {
    font-style: normal;
    font-size: 20px;
}

.btn:before {
    background: #f12442;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
    webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    left: 0;
    top: -160%;
    overflow: hidden !important;
}

.form-box .btn.submit-btn:before, .form-box-footer .btn.submit-btn:before, .text-content .book-btn.btn.btn-default:before {
    background: #f4f4f4;
}

.btn:hover {
    background: 0 0 !important;
    color: #fff;
    transition: 0.3s;
}

.btn:hover:before {
    top: -20%;
    -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

body {
    color: #000;
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

@-webkit-keyframes bright-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes bright-fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.carousel {
    height: 556px;
    margin-bottom: 0;
}

.carousel-caption {
    z-index: 10;
    top: 0;
    padding: 0;
    text-align: left;
    font-family: Roboto, sans-serif;
    width: 100%;
    left: 0;
    padding-left: 80px;
    padding-top: 85px;
    opacity: 0;
}

.active .carousel-caption {
    opacity: 1;
}

.carousel-caption h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 42px;
    margin-bottom: 85px;
    text-transform: uppercase;
    position: relative;
}

.active .carousel-caption h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

.active .carousel-caption h4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
}

.carousel-caption a.btn-default {
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    width: 152px;
    line-height: 28px;
}

.active .carousel-caption .btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
}

.active .carousel-caption p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.carousel-caption h4 {
    font-weight: 300;
    font-size: 46px;
    line-height: 42px;
    margin-bottom: 40px;
    position: relative;
}

.carousel-caption h1::after {
    content: "";
    width: 324px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -65px;
}

.carousel-caption h1.headingg_right::after {
    content: "";
    width: 324px;
    height: 7px;
    background: 0 0;
    position: absolute;
    left: 0;
    bottom: -65px;
}

.carousel .item {
    height: 556px;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 556px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

select#search_exam_type option {
    font-weight: 600;
}

@media (min-width: 768px) {
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    select#search_exam_type option {
        font-weight: 600;
    }
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 40px;
        font-weight: 300;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.logo-content {
    width: calc(100% - 840px);
}

.logo-content img {
    width: 100%;
    max-width: 482px;
}

.tel-content {
    width: calc(100% - 1095px);
    background: #fff;
    text-align: center;
    display: -webkit-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tel-content .timing {
    font-size: 14px;
    font-weight: 600;
}

.tel-content::after {
    content: "";
    height: 90px;
    width: 2px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
}

.tel-content::before {
    content: "";
    height: 90px;
    width: 2px;
    background: #d5d5d5;
    position: absolute;
    right: 0;
}

.office-content {
    width: calc(100% - 805px);
    font-size: 22px;
    font-weight: 600;
    display: -webkit-box;
    padding-left: 50px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-01 {
    color: #012169;
}

.row-02 {
    color: #042157;
}

.row-03 {
    color: #012169;
}

.btn-default {
    background: #012169;
    border: none;
    color: #fff;
    font-size: 25px;
}

.tel-btn {
    width: 100%;
    max-width: 185px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    border-radius: 8px;
    line-height: 14px;
    font-family: Myriad Pro;
}

a.btn.btn-default.tel-btn {
    webkit-box-shadow: none;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #000 !important;
}

.navbar-wrapper {
    position: static;
    width: 100%;
    background: #042a71;
    height: 42px;
    margin: 0;
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar {
    min-height: 47px;
    border: 0;
    margin-bottom: 0;
}

.navbar-nav>li>a {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
}

.nav>li>a:focus, .nav>li>a:hover, .navbar-nav>li.active, .navbar-nav>li:hover {
    background: #042157;
    z-index: 9999999;
}

.navbar-nav>li:hover a {
    background: #042157;
}

.navbar-nav>li:nth-child(n+1) {
    width: 25%;
    text-align: center;
}

.navbar-nav>li:nth-child(n+2) {
    width: 30%;
    text-align: center;
}

.navbar-nav>li:nth-child(n+3) {
    width: 25%;
    text-align: center;
}

.navbar-nav>li:nth-child(n+4) {
    width: 20%;
    text-align: center;
}

.navbar-nav>li:nth-child(n+5) {
    width: 20%;
    text-align: center;
}

.menu-3 ul.dropdown-menu:nth-child(n) {
    width: 100% !important;
}

.navbar-nav>li.dropdown:hover>ul.dropdown-menu li:nth-child(1) {
    width: 100% !important;
}

.menu-2 ul.dropdown-menu:nth-child(n) {
    width: 100% !important;
}

.navbar-nav {
    width: 100%;
}

.cvp-container {
    height: 43px;
    background: #9acbef;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 1px 2px 3px #333;
}

.main-banner {
    height: 547px;
    width: 100%;
}

.free-feature-table {
    height: auto;
    width: 100%;
    background: #012169;
    padding: 0 80px;
    margin-bottom: 90px;
}

.free-feature-table .side-bar {
    width: 394px;
    height: 100%;
    float: left;
    background: #fff;
    position: relative;
    display: none;
}

.free-feature-table .side-bar::before {
    content: "";
    background: url(../img/side-bar-top.png) no-repeat;
    height: 24px;
    width: calc(100% + 40px);
    top: -24px;
    position: absolute;
    left: -20px;
}

.free-feature-table .side-bar::after {
    content: "";
    background: url(../img/side-bar-bottom.png) no-repeat;
    height: 31px;
    width: calc(100% + 50px);
    bottom: -31px;
    position: absolute;
    left: -25px;
}

.free-feature-table .side-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 37px;
}

.free-feature-table .side-bar ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 35px;
    position: relative;
    padding-left: 50px;
    line-height: 17px;
}

.free-feature-table .side-bar ul li:last-child {
    margin-bottom: 0;
}

.free-feature-table .side-bar ul li a {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #042157;
    font-size: 16px;
    font-weight: 600;
}

.free-feature-table .side-bar ul li a:focus, .free-feature-table .side-bar ul li a:hover {
    text-decoration: none;
}

.free-feature-table .content {
    width: 100%;
    padding: 70px 0;
    height: auto;
}

.free-feature-table .content h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 1px 2px 3px #333;
    margin-bottom: 20px;
}

.free-feature-table .content h4 {
    color: #fff;
    margin: 0;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.free-feature-table .side-bar ul li::after {
    content: "";
    background: url(../img/combineimage.png) no-repeat;
    height: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    top: 50%;
    position: absolute;
    left: 0;
    background-position: 0 -75px;
}

.content-table table thead th {
    background: #012169;
    border: 0;
    color: #fff;
    border-right: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    font-size: 15px;
    font-weight: 700;
}

.content-table table thead th:last-child {
    border-right: 0;
}

.content-table table tbody td, .content-table table tbody th {
    background: #fff;
    border: 0;
    color: #000;
    border-right: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    font-size: 15px;
    font-weight: 700;
}

.content-table .table-bordered {
    border: 0;
}

.content-table table .app-type-th {
    width: 225px;
}

.content-table table .test-level-th {
    width: 148px;
}

.content-table table .test-format-th {
    width: 217px;
}

.content-table table .home-office-approved-th {
    width: 212px;
}

.book-td .fa {
    font-size: 18px;
    color: #012169;
}

.check-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/combineimage.png) no-repeat;
    background-position: 0 -197px;
}

.book-test-btn {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    height: 36px;
    vertical-align: top;
    margin-left: 12px;
}

.content-table table tbody td.book-td {
    vertical-align: top;
    padding-top: 60px;
    text-align: center;
}

.test-format-td ul {
    padding-left: 17px;
    font-size: 14px;
    font-weight: 600;
}

.test-format-td ul li {
    margin-bottom: 14px;
    line-height: 14px;
}

.content-table table tbody td.test-level-td {
    text-align: center;
    padding: 0;
    padding-top: 10%;
}

.content-table table tbody td.appl-type-td span {
    margin-bottom: 23px;
    display: block;
}

.content-table table tbody td.appl-type-td span.first {
    color: #012169;
}

.test-level-td h3 {
    color: #012169;
    font-size: 14px;
    font-weight: 700;
}

.test-level-td h5 {
    color: #012169;
    font-size: 14px;
    font-weight: 700;
}

.navbar-nav>li.dropdown:hover>.dropdown-menu {
    -webkit-animation: bright-fadeInUp 0.25s ease-in-out;
    animation: bright-fadeInUp 0.25s ease-in-out;
}

.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-menu>li>a {
    background: 0 0 !important;
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 15px !important;
}

.dropdown-menu>li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-menu>li:last-child:hover {
    border-color: #042a71;
}

.dropdown-menu>li>a:hover {
    color: #fff;
    background: #042a71 !important;
    color: #fff;
}

.video-section .nav-tabs.nav-justified {
    background: #012169;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 10px;
}

.video-section .nav-tabs.nav-justified li a {
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-bottom: 0;
}

.video-section .nav-tabs.nav-justified li a:hover {
    background: #012169;
    border: none;
}

.video-section .nav-tabs>li.active>a, .video-section .nav-tabs>li.active>a:focus, .video-section .nav-tabs>li.active>a:hover {
    background: 0 0;
    font-weight: 700;
    position: relative;
    border: none;
}

.video-section .nav-tabs>li.active {
    position: relative;
}

.video-section .nav-tabs>li.active::after {
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    position: absolute;
    background: url(../img/combineimage.png) no-repeat;
    width: 83px;
    height: 41px;
    background-position: 0 -405px;
}

.video-box {
    float: left;
}

.text-content {
    background: url(../img/video-content-box.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    float: left;
    width: calc(100% - 660px);
    height: 391px;
}

.video-section .tab-content {
    padding-top: 12px;
}

.text-content {
    padding: 46px 42px;
}

.text-content h2 {
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
}

.text-content h3 {
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    font-size: 25px;
    font-weight: 400;
}

.text-content p {
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 400;
}

.text-content .book-btn.btn.btn-default {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    height: 54px;
    width: 185px;
    line-height: 40px;
    -webkit-box-shadow: 0 6px 0 #d4d4d4;
    -moz-box-shadow: 0 6px 0 #d4d4d4;
    box-shadow: 0 6px 0 #d4d4d4;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.video-section {
    padding: 0 15px;
}

.approved-test-center-container {
    width: 100%;
    background: #fff;
    height: 800px;
    padding-top: 80px;
    padding-left: 90px;
    padding-right: 90px;
}

.approved-test-center-container .row {
    margin-bottom: 40px;
}

.approved-test-center-container .row:last-child {
    margin-bottom: 0;
}

.approved-test-center-container h2 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 700;
    color: #012169;
}

.approved-test-center-container .box {
    width: calc(100% / 5);
    float: left;
    height: auto;
    padding: 0 10px;
}

.approved-test-center-container .box img {
    width: 100%;
    margin-bottom: 5px;
}

.approved-test-center-container .box h5 {
    color: #012169;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.approved-test-center-container .box h6 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.faq-container .nav-tabs.nav-justified {
    background: #012169;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 10px;
}

.faq-container .nav-tabs.nav-justified li a {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.faq-container .nav-tabs>li.active>a, .faq-container .nav-tabs>li.active>a:focus, .faq-container .nav-tabs>li.active>a:hover {
    background: 0 0;
    font-weight: 700;
    position: relative;
    border: none;
}

.faq-container .nav-tabs>li.active {
    position: relative;
}

.faq-container .nav-tabs>li.active::after {
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    position: absolute;
    background: url(../img/tab-active.png) no-repeat;
    width: 83px;
    height: 41px;
}

footer {
    width: 100%;
    height: auto;
    background: #012169;
    overflow: hidden;
}

.faq-section-container h2 {
    color: #012169;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.video-section.faq-section-container .nav-tabs.nav-justified li a {
    color: #fff;
    font-size: 26px;
    padding: 10px 5px;
    border-bottom: 0;
    text-align: center;
}

.faq-section-container .panel-default>.panel-heading {
    background: #012169;
    color: #fff;
    border-radius: 0;
    border: 0;
    height: 53px;
}

.faq-section-container .panel-group .panel+.panel {
    margin-top: 0;
    border: 0;
}

.faq-section-container .panel-group .panel {
    margin-top: 0;
    border: 0;
}

.faq-section-container .panel-group .panel a {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
    display: block;
}

.faq-section-container .panel-group .panel a:before {
    content: "";
    left: 24px;
    position: absolute;
    background: url(../img/combineimage.png) no-repeat;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    background-position: -4px -5px;
}

.faq-section-container .panel-default>.panel-heading a:after {
    content: "";
    right: 0;
    position: absolute;
    background: url(../img/combineimage.png) no-repeat;
    width: 26px;
    height: 26px;
    top: 0;
    background-position: 0 -153px;
}

.faq-section-container .panel-default>.panel-heading.active a:after {
    content: "";
    right: 0;
    position: absolute;
    background: url(../img/combineimage.png) no-repeat;
    width: 26px;
    height: 26px;
    top: 0;
    background-position: 0 -112px;
}

.faq-section-container .tab-content>.tab-pane {
    padding: 0 60px;
}

.faq-section-container .panel-body {
    padding: 25px 50px;
    font-size: 18px;
}

.inquiry-container {
    background: url(../img/inquiry-bg.png) no-repeat;
    background-size: 100% 642px;
    width: 100%;
    padding-top: 70px;
    height: 642px;
    margin-bottom: 70px;
    margin-top: 60px;
}

.text-content-box ul {
    font-size: 22px;
    color: #fff;
    list-style: none;
}

.text-content-box ul li {
    margin-bottom: 40px;
    line-height: 28px;
    position: relative;
    padding-left: 55px;
}

.text-content-box ul li:before {
    content: "";
    left: 0;
    position: absolute;
    background: url(../img/combineimage.png) no-repeat;
    width: 43px;
    height: 39px;
    top: 50%;
    transform: translateY(-50%);
    background-position: 0 -314px;
}

.text-content-box {
    float: left;
    width: calc(100% - 600px);
}

.form-box {
    height: 400px;
    padding: 60px 50px;
    background: #f05109;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.form-box .form-control {
    height: 47px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

.form-box .btn.submit-btn {
    height: 31px;
    width: 331px;
    background: #fff;
    font-size: 18px;
    color: #d31f15;
    font-weight: 700;
    float: right;
    -webkit-box-shadow: 0 6px 0 #d4d4d4;
    -moz-box-shadow: 0 6px 0 #d4d4d4;
    box-shadow: 0 6px 0 #d4d4d4;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.testimonial-container {
    width: 100%;
    height: auto;
    /* padding-bottom: 80px; */
    padding-bottom: 30px;
}

.testimonial-container h2 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    /* margin-bottom: 50px; */
    font-weight: 700;
    color: #012169;
}

.blue-box {
    background: #042157;
    color: #fff;
}

.green-box {
    background: #1f6f00;
    color: #fff;
}

.red-box {
    background: #012169;
    color: #fff;
}

.testi-box {
    max-width: 363px;
    height: 404px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    position: relative;
}

.testimonial-container .carousel-inner .item {
    background: 0 0;
    height: auto;
}

.testimonial-container .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
    max-width: 1130px;
    margin: 0 auto;
}

.customer-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.rating-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.testimonial-container .text {
    font-size: 16px;
    line-height: 20px;
}

.testimonial-container .text h4 {
    text-transform: uppercase;
    margin-top: 20px;
}

.testimonial-container .col-md-4.col-lg-4.col-xs-12.col-sm-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.carousel-control {
    background: 0 0 !important;
    background-image: none;
    width: 37px;
    height: 71px;
    top: 38%;
    transform: translateY(-50%);
}

.testimonial-container .carousel {
    max-width: 1130px;
    margin: 0 auto;
}

.carousel-control.right {
    right: -45px;
}

.carousel-control.left {
    left: -45px;
}

.blog-container {
    height: 606px;
    position: relative;
    width: 100%;
    padding-top: 95px;
    background: url(../img/blog-bg.png) no-repeat;
    background-size: 100% 606px;
}

.blog-container::before {
    content: "";
    width: 100%;
    background: #f3f3f3;
    height: 17px;
    position: absolute;
    bottom: 10px;
    z-index: 9;
    left: 0;
}

.blog-container::after {
    content: "";
    width: 100%;
    height: 17px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-container h2 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 700;
    color: #012169;
}

.testimonial-container .testi-box img.customer-pic {
    display: inline;
    width: auto;
    margin-top: -30px;
}

.testimonial-container .testi-box img {
    display: inline;
    width: auto;
}

.owl-carousel, .testi-slider {
    max-width: 1130px;
    margin: 0 auto;
}

.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev span {
    display: none;
}

.owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
    box-shadow: none;
}

.slick-prev.slick-arrow, .slick-prev.slick-arrow:focus {
    background: url(../img/prev-arrow.png) no-repeat !important;
    width: 37px;
    font-size: 0;
    height: 70px;
    position: absolute;
    border: none;
    top: 41%;
    right: -50px;
    outline: 0;
}

.slick-next.slick-arrow, .slick-next.slick-arrow:focus {
    background: url(../img/next-arrow.png) no-repeat !important;
    width: 37px;
    font-size: 0;
    height: 70px;
    position: absolute;
    top: 41%;
    left: -50px;
    border: none;
}

.owl-carousel .owl-nav .owl-prev {
    background: url(../img/prev-arrow.png) no-repeat !important;
    width: 37px;
    font-size: 0;
    height: 70px;
    position: absolute;
    top: 41%;
    right: -50px;
    border: none;
}

.owl-carousel .owl-nav .owl-next {
    background: url(../img/next-arrow.png) no-repeat !important;
    width: 37px;
    font-size: 0;
    height: 70px;
    position: absolute;
    top: 41%;
    left: -50px;
}

.blog-box {
    max-width: 339px;
    height: 341px;
    background: #fff;
    margin-bottom: 50px;
    border-radius: 20px;
    margin-left: 15px;
}

.blog-box p {
    color: #3f3f3f;
    font-size: 16px;
    margin-bottom: 10px;
}

.blog-box h3 {
    color: #042157;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.blog-text {
    padding: 20px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 20px 20px;
}

.blog-text .read-more-btn.btn.btn-default {
    margin: 0 auto;
    width: 105px;
    height: 40px;
    font-weight: 700;
    line-height: 27px;
    display: block;
}

.footer-left {
    width: 830px;
    height: 362px;
    float: left;
    color: #fff;
    padding-left: 95px;
    padding-top: 65px;
}

.footer-left .left-sec {
    width: 493px;
    float: left;
    color: #fff;
}

.footer-left .left-sec h4 {
    margin-bottom: 15px;
    margin-top: 20px;
}

.footer-left .right-sec {
    width: calc(100% - 493px);
    float: left;
    color: #fff;
}

.footer-left .right-sec h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.footer-left .right-sec ul {
    list-style: none;
    padding: 0;
}

.footer-left .right-sec ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.footer-left h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-left h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-right {
    width: calc(100% - 830px);
    height: 362px;
    float: left;
    padding-top: 65px;
    padding-left: 75px;
}

.footer-right h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.copyright-container {
    background: #012169;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.telnumber-content {
    float: left;
    width: 173px;
    height: 82px;
    padding-right: 0;
}

.telnumber-content .fa {
    margin-right: 15px;
    width: 20px;
    font-size: 19px;
    text-align: right;
}

.telnumber-content .fa.fa-mobile {
    font-size: 25px;
}

.telnumber-content a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

footer .timing {
    float: left;
    width: 49%;
    font-size: 20px;
    padding-left: 20px;
    height: 82px;
    display: flex;
    align-items: center;
}

.form-box-footer {
    max-width: 338px;
}

.form-box-footer .form-control {
    height: 47px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

.form-box-footer .btn.submit-btn {
    height: 40px;
    width: 160px;
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    float: right;
    -webkit-box-shadow: 0 6px 0 #d4d4d4;
    -moz-box-shadow: 0 6px 0 #d4d4d4;
    box-shadow: 0 6px 0 #d4d4d4;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.left-copy {
    width: 50%;
    float: left;
    padding-left: 100px;
    font-size: 16px;
    color: #fff;
}

.right-copy {
    width: 50%;
    float: right;
    padding-right: 100px;
}

.right-copy ul {
    padding: 0;
    list-style: none;
    float: right;
}

.right-copy ul li {
    padding: 0;
    float: left;
    margin-right: 10px;
}

/* .fixed{width:100%;top:0;position:fixed;z-index:99999;box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInDown;animation-name:fadeInDown} */

.navbar-nav>li>.dropdown-menu {
    width: 395px;
}

.navbar-nav>li>.dropdown-menu li {
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    text-align: left;
    float: left;
    width: 100%;
    margin-right: 1%;
    word-break: break-all;
    display: table;
    height: 40px;
    vertical-align: middle;
}

.navbar-nav>li>.dropdown-menu li a {
    font-size: 16px;
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    word-break: keep-all;
}

.navbar-nav>li:nth-child(4)>.dropdown-menu {
    right: 0;
    left: auto;
}

.video-section .carousel .item {
    height: auto;
    background: 0 0;
    padding-bottom: 10px;
}

.dropdown-menu {
    padding: 0 !important;
}

.payment-content .left-section {
    min-height: 200px;
    border-right: 1px solid #000;
    margin-top: 20px;
    padding-left: 0;
}

.payment-content .right-section {
    min-height: 200px;
    margin-top: 20px;
    padding-right: 0;
}

.payment-content .left-section h4, .payment-content .right-section h4 {
    display: inline-block;
    background: #012169;
    height: 32px;
    width: 197px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-left: 15px;
    line-height: 30px;
}

.payment-content .right-section h4 {
    min-width: 286px;
    float: right;
}

.payment-content .right-section .address-box {
    text-align: right;
    min-height: 130px;
    font-size: 18px;
    width: 100%;
    background: #e7e6e6;
    float: left;
    margin-top: 10px;
    padding: 20px;
}

.table.no-border {
    border: 0;
    margin-bottom: 0;
}

.table.no-border td {
    border: 0;
    font-size: 18px;
    color: #000;
}

.candi-detail-box {
    padding: 10px;
    float: left;
    width: 100%;
}

.candi-detail-box ul {
    width: 50%;
    float: left;
    max-width: 150px;
    list-style: none;
    padding: 0;
}

.candi-detail-box ul.last-ul {
    width: calc(100% - 150px);
    float: left;
    max-width: 100%;
    list-style: none;
    padding: 0;
    padding-left: 100px;
}

.candi-detail-box ul li {
    width: 100%;
    float: left;
    word-break: break-word;
    font-size: 18px;
}

.candi-detail-box ul li label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.candi-detail-box ul li span {
    float: right;
    padding-right: 10px;
}

.test-price {
    float: right;
    width: auto;
    height: 40px;
    border: 3px solid #012169;
    font-size: 24px;
    color: #012169;
    font-weight: 700;
    text-align: center;
}

.candi-detail-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.terms-box .price-tag h6 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    float: left;
    width: 500px;
}

.terms-box .price-tag .price {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    float: right;
}

.terms-box .price-tag .price input {
    margin-left: 3px;
}

/* .terms-box .price-tag input {
float: right;
} */

.price-tag {
    height: 25px;
    float: none;
    width: 100%;
}

.page-content {
    border-top: 5px solid #012169;
    padding-bottom: 40px;
    margin-top: 18vh;
}

.terms-box {
    position: relative;
}

.terms-box:before {
    position: absolute;
    background: url(../img/tick-icon.png) no-repeat;
    content: "";
    left: -30px;
    width: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
}

.pay-now-btn {
    height: 34px;
    width: 103px;
    border-radius: 0;
    font-size: 19px;
    float: right;
    margin-right: 10px;
    line-height: 20px;
}

.action-bar {
    padding-top: 10px;
    border-top: 1px solid #000;
    clear: both;
}

.discount-box {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.discount-box label {
    font-size: 18px;
    padding-left: 5px;
    margin-top: 5px;
    font-weight: 400;
}

.discount-box input {
    width: 150px;
    height: 40px;
    border: none;
    background: #d2d0d0;
    float: right;
    margin-right: 15px;
    margin-top: 0;
}

.discount-box .apply-btn {
    width: 92px;
    height: 36px;
    margin-top: 0;
    float: right;
    font-size: 18px;
}

.searchforexam {
    background: #012169;
    height: 191px;
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.searchforexam-heading {
    background: #d81b1a;
    font-size: 23px;
    color: #fff;
    padding: 12px 30px;
    text-align: left;
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    top: 12px;
}

button, html input[type="button"], input[type="reset"] {
    margin: 0;
    padding: 5px 26px;
    border: 1px solid #012169;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background: #012169;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.freepreparation_link {
    color: #ffeb3b !important;
    font-size: 15px !important;
    position: absolute;
    right: 15px;
    top: 26px;
}

.examdatessearcharea label {
    font-size: 18px;
    display: block;
    text-align: left;
    padding-left: 15px;
    font-weight: 700;
    color: #fff;
}

.examdatessearcharea select {
    font-size: 13px !important;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: 100% !important;
    padding: 8px 6px;
    border: 0;
    font-weight: 600;
}

#exam_month {
    background-image: url(../img/calender.png);
    background-repeat: no-repeat;
    background-position: 165px center;
    border: 0;
    color: #000;
    height: 35px;
    padding: 0 18px;
    width: 200px !important;
    font-weight: 600;
}

.examdatesubmitbtn {
    border: 0;
    padding: 7px 15px;
    background: #d81b1a;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.examdateshowallbtn {
    border: 0;
    padding: 7px 15px;
    background: #d81b1a;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

tr.examdatedetailtext {
    margin: 5px 0;
    border: 1px solid #eaeaea;
    display: block;
    width: 100%;
    background: #f6f6f8;
}

tr.examdatedetailtext td {
    font-size: 14px !important;
    color: #333 !important;
    padding: 21px 10px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.5;
    width: 11%;
    text-align: left;
}

tr.examdatedetailtext td span {
    font-size: 12px !important;
}

.examdate_fees {
    color: #012169 !important;
    font-size: 15px !important;
    display: block !important;
}

tr.boredr_class td {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #012169 !important;
    padding: 21px 10px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.5;
    width: 9%;
    text-align: left;
}

.find_next_btn {
    margin-bottom: 20px;
}

.find_next_btn:hover {
    background: #f5f5f5 !important;
    color: #000;
}

.table-pagi {
    font-size: 12px;
    margin-top: 10px;
    color: #000;
    border: 0 solid #d6e7f6;
}

.examdateshowallbtn:hover, .examdatesubmitbtn:hover {
    background: #d00621 !important;
}

.xs_input {
    display: none;
}

.page-heading {
    color: #012169;
    text-align: center;
    margin: 20px;
}

.register-form .label {
    color: #000;
    position: relative;
    vertical-align: top;
    font-size: 17px;
    font-weight: 400;
}

a.next_btn.find_next_btn_each_row.b1_test_btn:focus, a.next_btn.find_next_btn_each_row.b1_test_btn:hover {
    color: #fff;
}

.register-form input:not([type]), .register-form input[type="color"], .register-form input[type="email"], .register-form input[type="number"], .register-form input[type="password"], .register-form input[type="tel"], .register-form input[type="text"], .register-form input[type="url"] {
    height: auto;
    margin-bottom: 0;
    border: 1px solid #ccc;
    max-width: 314px;
    width: 100% !important;
    padding: 8px 6px !important;
    box-shadow: none;
    background-color: #fff;
}

.register-form input[type="text"] {
    text-transform: uppercase;
}

i.fa.fa-map-marker {
    color: #b80f36;
}

.register-form .uneditable-input:focus, .register-form input:not([type]), .register-form input[type="color"]:focus, .register-form input[type="email"]:focus, .register-form input[type="number"]:focus, .register-form input[type="password"]:focus, .register-form input[type="tel"]:focus, .register-form input[type="text"]:focus, .register-form input[type="url"]:focus, .register-form select:focus, .register-form textarea:focus, select:focus {
    text-transform: uppercase;
    border-color: #2470bc;
    border: 1px solid #2470bc;
    box-shadow: none;
    outline: 0 none;
}

.register-form select {
    height: auto;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 8px 6px;
    max-width: 314px;
    width: 100% !important;
    background-color: #fff;
}

.msg_belw_textbox {
    margin: 1px 0 0 1px;
    color: red;
    font-size: 11px;
}

.register-form {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.register-form td {
    font-size: 12px;
    padding-bottom: 20px;
}

.reg_sbmt_btn.btn.btn-default:hover {
    background: #d00621 !important;
}

.req {
    position: static;
    font-size: 16px;
    color: red;
    top: 5px;
    right: -8px;
}

.tel-contents {
    width: calc(100% - 100px);
    background: #fff;
    text-align: center;
    display: -webkit-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tel-contents .tel-btn {
    margin-right: 24px;
}

.tel-contents::after {
    content: "";
    height: 90px;
    width: 2px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
}

ul.dashed {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.dashed>li {
    text-indent: -5px;
}

ul.dashed>li:before {
    content: "-";
    text-indent: -5px;
    padding: 0 8px;
    font-size: 26px;
}

.inner_style {
    background: 0 0;
    padding: 40px 80px;
    text-align: justify;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.inner_style h4 {
    font-weight: 700;
    font-size: 24px;
    color: #012169;
    margin-bottom: 15px;
}

.inner_style h3 {
    font-weight: 700;
    font-size: 18px;
    color: #012169;
    padding-top: 12px;
    padding-bottom: 12px;
}

.panel-body a {
    display: inline !important;
    padding-left: 0 !important;
}

.panel-body a::before {
    content: unset !important;
}

.cg {
    color: #1a6624;
}

.notify {
    font-size: 20px;
    float: right;
    padding: 8px 10px 0 0;
}

.cr {
    color: #f70000;
}

img.load {
    float: right;
    width: 52px;
    padding: 10px 6px 0 0;
}

.cw {
    color: #fff;
}

.w-100 {
    width: 100%;
}

.title h2 {
    text-align: center;
    padding-top: 50px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    font-size: 42px;
    font-weight: 400;
    color: #012169;
}

.registration_title h2 {
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    font-size: 30px;
    font-weight: 400;
    color: #012169;
    padding-bottom: 30px;
}

.text-underline {
    text-decoration: underline;
}

.search-test .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

.reg-container {
    height: 43px;
    background: #012169;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 1px 2px 3px #333;
}

select#search_exam_location option {
    font-weight: 600;
}

.vertical-bar {
    padding: 10px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    font-size: 18px;
    z-index: 9 !important;
}

.datepicker-dropdown {
    z-index: 99999999 !important;
    width: auto !important;
}

.datepicker-back-overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    display: none;
}

.datepicker td.day, .datepicker td.day:hover {
    background: #012169;
    color: #fff;
    cursor: pointer;
}

.datepicker td.active.active, .datepicker td.active.active:hover {
    background: #012169;
    color: #fff;
}

.datepicker>div {
    background: #f6f5f7;
    border-radius: 0 0 4px 4px;
}

.datepicker thead tr th {
    background: #f6f5f7;
}

.datepicker thead tr.date_header {
    border-top: 8px solid #f6f5f7;
    border-bottom: 2px solid #f6f5f7;
}

.datepicker thead tr.date_header th {
    background: #e8e8e8;
    padding: 0;
    height: 20px;
}

.datepicker thead tr.date_header th.datepicker-switch {
    background: #f6f5f7;
    pointer-event: none;
    text-align: center;
}

.datepicker thead tr.date_header th.datepicker-switch:hover {
    background: #f6f5f7;
    cursor: default;
    text-align: center;
}

.datepicker thead tr.date_header th:hover {
    background: #f2f1f0;
}

.datepicker thead tr.date_header th.next div, .datepicker thead tr.date_header th.prev div {
    border-left: 5px solid #f6f5f7;
    border-top: 2px solid #f6f5f7;
    border-bottom: 2px solid #f6f5f7;
    background: url(../img/date_arrow.png) no-repeat 8px center;
}

.datepicker thead tr.date_header th.next div {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.datepicker thead tr th.dow {
    font-size: 12px;
    color: #636363;
    text-shadow: none;
    font-family: "Ubuntu Regular";
}

.datepicker td {
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
}

.datepicker td:last-child {
    border-right: 0;
}

.datepicker td.today.day.disabled {
    background: #414042;
    color: #fff;
}

.datepicker td.today.day.disabled:hover {
    background: #414042;
    color: #fff;
}

.datepicker td.new.day.disabled, .datepicker td.old.day.disabled {
    background: #fff;
    color: #fff;
}

.datepicker td.new.day.disabled:hover, .datepicker td.old.day.disabled:hover {
    background: #fff;
    color: #fff;
    cursor: default;
}

.datepicker td.new.day.activeClass, .datepicker td.old.day.activeClass {
    background: #fff;
    color: #fff;
}

.datepicker td.new.day.activeClass:hover, .datepicker td.old.day.activeClass:hover {
    background: #fff !important;
    color: #fff;
    cursor: default;
}

.datepicker td.day.disabled {
    background: #fff;
    color: #414042;
}

.datepicker td.day.disabled:hover {
    background: #fff;
    color: #414042;
    cursor: default;
}

.datepicker td.activeClass {
    background: #042a71;
    color: #fff;
}

.datepicker td.activeClass:hover {
    background: #042a71 !important;
    color: #fff !important;
}

.datepicker th.availble_label {
    text-align: left;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.datepicker th.availble_label label {
    float: left;
    margin: 0;
    line-height: 18px;
    font-size: 11px;
    font-weight: 400;
    color: #636363;
}

.datepicker th.availble_label span {
    margin-left: 5px;
    margin-top: 3px;
    background: #012169;
    width: 12px;
    height: 12px;
    float: left;
}

.add_admin_wrapper .datepicker td.day {
    background: #fff;
}

.add_admin_wrapper .datepicker td.active.day, .add_admin_wrapper .datepicker td.day:hover {
    background: #042a71 !important;
    color: #fff;
}

.add_admin_wrapper .datepicker .availble_label {
    display: none;
}

input#email_id:nth-child(n) {
    text-transform: lowercase;
}

input#confirm_email:nth-child(n) {
    text-transform: lowercase;
}

@media screen and (max-width: 767px) {
    .internal-mobile-why-choose {
        padding: 0 15px 20px;
        display: block !important;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    input#email_id:nth-child(n) {
        text-transform: lowercase;
    }
    input#confirm_email:nth-child(n) {
        text-transform: lowercase;
    }
    .datepicker thead tr.date_header th.next div, .datepicker thead tr.date_header th.prev div {
        background: url(../img/date_arrow.png) no-repeat center center;
    }
    .reg-container.fixed {
        position: static;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        z-index: 99999999 !important;
    }
}

@media (max-width: 480px) {
    .datepicker {
        width: 93%;
        z-index: 99999999 !important;
    }
}

@media (max-width: 400px) {
    .datepicker {
        width: 92%;
        z-index: 99999999 !important;
    }
}

@media (max-width: 350px) {
    .datepicker {
        width: 90%;
        z-index: 99999999 !important;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(../../img/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #012169;
    background: #ff4849 url(../../img/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(../../img/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4;
    outline: 0;
    font-size: 15px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
    outline: 0;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover {
    border: 1px solid #012169;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none;
    outline: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url(../../img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #eb8f00;
    outline: 0;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    outline: 0;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(../../img/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(../../img/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
    color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #fff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

select.ui-datepicker-month {
    background: #fff;
}

select.ui-datepicker-year {
    background: #fff;
}

.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-widget-overlay {
    background: #666 url(../../img/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(../../img/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: 0.2;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-dialog {
    position: relative;
    padding: 0.2em;
    width: 300px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 0.3em 0.3em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0 0.2em;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin: 0.5em 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    float: right;
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tabs {
    padding: 0.2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    margin: 0 0.2em -1px 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: 0.5em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 1px;
    border-bottom-width: 0;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 1.4em;
    display: block;
    border-width: 0;
    background: 0 0;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-datepicker {
    width: 18em;
    padding: 0.2em 0.2em 0;
    display: none;
    z-index: 9999999 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.4em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 7px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 7px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 0.8em;
    font-weight: 400;
    margin: 1px 0;
    color: #000;
    height: 26px;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
    font-size: 16px;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.carousel.slide.carousel-fade.test-summary {
    display: none !important;
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.dis_block span.remove_code {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #aaa;
    border-radius: 50px;
    padding: 0 5px 0 6px;
    margin-top: 20px;
}

span.dis_block {
    border: 1px solid #aaa;
    padding: 10px 5px 5px 15px;
    border-radius: 100px;
}

span.fully-booked {
    margin: 0;
    position: relative;
    top: 20px;
    padding: 7px 14px;
    border: 1px solid #012169;
    font-weight: 700;
    color: #fff;
    height: 30px !important;
    font-size: 15px !important;
    cursor: pointer;
    background: #012169;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cp {
    cursor: pointer;
}

.loading {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.loading img {
    width: 73px;
    margin: auto;
    position: absolute;
    top: 40%;
    right: 50%;
}

.contactformarea strong {
    text-align: left;
    margin-bottom: 21px;
    margin-top: 0;
}

.contactformarea label, .contactformarea strong {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    display: block;
    text-align: right;
    margin-top: 15px;
    font-weight: 400;
}

.contactformarea input[type="file"], .contactformarea input[type="text"] {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: 100% !important;
    padding: 8px 6px;
    border: 1px solid #e8e8e8;
    margin: 5px 0;
    box-shadow: inset 0 0 7px #d2d2d2;
    border: 1px solid #ccc;
    padding: 8px 6px;
    max-width: 314px;
}

.contactformarea label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.reg_sbmt_btn.btn.btn-default:hover {
    background: #d00621 !important;
}

input[type="text"] {
    height: 24px;
    margin-bottom: 0;
    box-shadow: inset 0 0 7px #d2d2d2;
}

.contactformarea select {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: 100% !important;
    padding: 8px 6px;
    border: 1px solid #e8e8e8;
    margin: 5px 0;
    box-shadow: inset 0 0 7px #d2d2d2;
    border: 1px solid #ccc;
    padding: 8px 6px;
    max-width: 314px;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 95%;
    vertical-align: baseline;
    background: 0 0;
}

.contactformarea textarea, .contactformarea textarea:focus {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: 100% !important;
    padding: 8px 6px;
    border: 1px solid #e8e8e8;
    margin: 5px 0;
    box-shadow: inset 0 0 7px #d2d2d2;
    border: 1px solid #ccc;
    padding: 8px 6px;
    max-width: 314px;
}

.address_wrapper b {
    color: #012169;
    margin-bottom: 10px;
    display: block;
    font-size: 21px;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

.contentwrapper a, .contentwrapper a:hover, .contentwrapper p, .contentwrapper span {
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.contactformarea strong {
    text-align: left;
    margin-bottom: 21px;
    margin-top: 0;
    font-weight: 600;
}

h1.text-center {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    font-family: open-sans, sans-serif;
    color: #012169;
    text-decoration: underline;
    text-decoration-color: #012169;
}

.db {
    display: block;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;
}

.new-react-version {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}

.new-react-version .react-svg-logo {
    text-align: center;
    max-width: 60px;
    margin: 20px auto;
    margin-top: 0;
}

.success-box {
    margin: 50px 0;
    padding: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.success-box>div {
    vertical-align: top;
    display: inline-block;
    color: #888;
}

.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    color: #ccc;
}

.rating-stars ul>li.star.hover>i.fa {
    color: #ffcc36;
}

.rating-stars ul>li.star.selected>i.fa {
    color: #ff912c;
}

#contact #form input.captcha {
    background: #222 url(img/refresh.png) no-repeat 10px 9px;
}

.testimonials label {
    width: 100%;
}

.testimonial-notify {
    text-align: center;
}

.tags {
    border: 1px solid #ddd;
    padding: 40px 95px 32px;
    background: #f1f3f6;
}

.tags a {
    color: #565656;
    padding: 5px 6px 5px 5px;
    font-size: 12px;
}

.fw-bold {
    font-weight: 700;
}

.coupoun-input {
    height: 42px !important;
}

#cookieBar {
    display: none;
}

#cookieBar, #cookieBar * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cookieBar {
    position: fixed;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 20000;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#cookieBarInner {
    display: inline-block;
    padding: 8px 16px;
    background: #042a71;
    -webkit-box-shadow: rgba(206, 212, 218, 0.5) 0 5px 10px 0;
    box-shadow: rgba(206, 212, 218, 0.5) 0 5px 10px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#cookieDescr {
    font-size: 14px;
    color: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cookieDescr a, #cookieDescr a:link {
    color: #fff;
    text-decoration: underline;
}

#cookieAction {
    margin-left: 6px;
    position: relative;
    top: 1px;
    left: 0;
}

#cookieAccept {
    padding: 3px;
    margin: -3px;
    cursor: pointer;
}

svg#cookieAccept {
    width: 18px;
    height: 18px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #042a71 !important;
}

.customer-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline;
    border-radius: 100%;
    height: 84px;
    width: 110px;
    border: 5px solid #ed8a19;
}

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 112px;
    right: 0;
    display: none;
}

#back-to-top a {
    position: relative;
    display: block;
    width: 42px;
    height: 36px;
    background: #042a71;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    opacity: 0.8;
}

#stars {
    font-size: 17px !important;
}

.site-map a {
    font-size: 17px;
    color: #000;
}

.site-map li {
    list-style-type: none;
}

h4.free-services {
    color: #012169;
    font-size: 23px;
    padding-left: 38px;
    font-weight: 700;
}

.blog-section {
    padding: 38px 0;
}

.loop-post {
    margin: 0 0 100px;
}

.ptitle {
    margin: 42px 0 22px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    color: #36424d;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.read-more.btn.btn-primary {
    background-color: #012169;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-meta {
    display: table;
    margin: 0;
    border-top: 1px solid #e2e8ed;
    border-bottom: 1px solid #e2e8ed;
    width: 100%;
    padding: 8px 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.post-meta li:first-child {
    padding-left: 0;
}

.post-meta li {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    color: #647482;
    text-transform: uppercase;
}

.nav-pills>li {
    float: left;
}

.post-meta li a {
    color: #647482;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.postlist.listcol-2 li {
    width: 50%;
    float: left;
}

.postlist li {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #647482;
    padding-left: 16px;
    position: relative;
}

.entry-content h4 {
    font-family: Poppins, sans-serif;
    margin: 0;
    color: #36424d;
    line-height: 1.56;
}

.entry-content p {
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    color: #647482;
}

.entry-content {
    margin: 30px 0 0;
}

.entry-content p {
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    color: #647482;
}

.blog-pagination {
    display: table;
    margin: 0 auto;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.blog-pagination .page-numbers.next, .blog-pagination .page-numbers.prev {
    padding: 0 26px;
}

.blog-pagination .page-numbers {
    padding: 0 15px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #36424d;
    background: #f2f6f8;
    float: left;
    display: block;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-pagination .page-numbers:last-child {
    margin-right: 0;
}

.widget {
    margin: 0 0 60px;
}

.widget-title {
    font-family: Poppins, sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
    color: #36424d;
}

.widget ul .cat-item {
    text-align: right;
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #35abdf;
    font-size: 16px;
    float: left;
}

.widget ul .cat-item+li {
    margin-top: 20px;
}

.widget ul .cat-item a {
    float: left;
    font-family: Lato, sans-serif;
    color: #647482;
    font-weight: 400;
    width: calc(100% - 40px);
    text-align: left;
}

.widget ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

a:focus i {
    color: #647482;
}

.post-meta li i {
    margin-right: 12px;
}

.searchform .form-control {
    height: 42px;
    border: none;
    background: #f2f6f8;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group .input-group-addon {
    border-radius: 0;
    background: 0 0;
    padding: 0;
}

.searchform .input-group-addon {
    border: none;
}

.input-group .input-group-addon button, .input-group .input-group-addon[type="reset"], .input-group .input-group-addon[type="submit"] {
    border: none;
    border-radius: 0;
}

.searchform button {
    background: #35abdf;
    height: 42px;
    width: 55px;
    font-size: 18px;
    color: #fff;
}

h6 span {
    word-break: break-word;
}

.widget .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 160px;
    max-width: 100%;
}

.widget .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .btn {
    padding: 0 12px;
    line-height: 40px;
    background: #ff6726;
    color: #fff;
    font-weight: 500;
}

.widget .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu {
    border-radius: 0;
    background: #36424d;
    width: 100%;
}

.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:focus, .blog-pagination .page-numbers:hover {
    background: #042a71;
    color: #fff;
}

.single-post {
    margin-bottom: 50px;
}

blockquote {
    border-left: 3px solid #35abdf;
    padding: 45px 80px 45px 37px;
    background: #f2f6f8;
    font-size: 16px;
    line-height: 1.6875;
    color: #647482;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
}

.related-posts {
    padding-top: 45px;
    padding-bottom: 40px;
    display: table;
    margin: 0;
    border-top: 1px solid #e2e8ed;
    border-bottom: 1px solid #e2e8ed;
    width: 100%;
}

.blog-pager {
    margin-top: 40px;
    margin-bottom: 45px;
}

.related-posts .hp-h1 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.related-post {
    width: 265px;
}

.post-author {
    padding: 52px 40px 40px;
    background: #35abdf;
    margin: 50px 0;
}

.comments {
    padding: 45px 0;
    margin: 0;
    border-top: 1px solid #e2e8ed;
    border-bottom: 1px solid #e2e8ed;
}

.comment-form {
    margin: 50px 0 0;
}

.postlist li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #ff6726;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar>.ptitle1 {
    margin: 0 0 22px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    color: #36424d;
}

.postlist li {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #647482;
    padding-left: 16px;
    position: relative;
}

.nav-pills>li+li {
    margin-left: 2px;
    border-left: 1px solid #eee;
}

.col-md-12.sidebar.card {
    padding-top: 10px;
    margin-bottom: 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    margin-left: 350px;
}

.text-right {
    float: right;
    margin-bottom: 10px;
    border-color: #012169;
}

.comment-form .hp-h1 {
    margin-bottom: 35px;
    margin-top: 0;
}

.hp-h1 {
    font-size: 30px;
}

[class^="hp-h"] {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #36424d;
}

.comment-form .form-control {
    border: none;
    min-height: 43px;
    background: #f2f6f8;
    resize: none;
}

.comment-form input.btn.btn-primary.btn-sm {
    border-color: #012169;
    background: #012169;
}

.comment-form .btn:hover {
    background: #012169 !important;
    color: #fff;
    transition: 0.3s;
}

.links a {
    font-size: 16px;
    color: #00f;
}

.links {
    font-size: 19px;
}

.links .active {
    font-size: 13px !important;
    color: #012169;
}

.terms-conditions-new {
    position: relative;
}

.terms-conditions-new label.error {
    position: absolute;
    left: 0;
    bottom: -20px;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .xs_input {
        display: block !important;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .xs_input {
        display: block !important;
    }
}

.test_date {
    font-size: 13px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 36px !important;
    width: 100% !important;
    padding: 8px 6px;
    border: 0;
    font-weight: 500;
    color: #000 !important;
}

td.no-record {
    text-align: center !important;
}

.head-pad-right {
    padding-right: 30px;
}

.head-pad-left {
    padding-left: 30px;
}

.find_next_btn_each_row {
    margin: 2px;
    border: 1px solid #012169;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background: #012169;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline;
    padding: 5px 10px;
    width: 200px;
}

tr.examdatedetailtext td .find_next_btn_each_row {
    padding: 0;
}

tr.examdatedetailtext td .find_next_btn_each_row:hover {
    background-color: #d81b1a;
    border-color: #d81b1a;
}

.blog-pagination a.page-numbers.active {
    background: #042a71;
    color: #fff;
}

a img.social-img {
    width: 20px;
    margin: 0 2px;
}

.loop-post a:hover {
    text-decoration: none;
}

.inner_style p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #594b42;
    padding-bottom: 20px;
}

table.table.table-bordered tr td {
    font-size: 15px;
    border: 1px solid #594b42 !important;
}

.inner_style ol, .inner_style ul {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #594b42;
    padding-bottom: 6px;
    padding-left: 20px;
}

.inner_style h5 {
    font-weight: 700;
    font-size: 12px;
    color: #012169;
}

.b1_test_btn {
    text-transform: unset !important;
}

.banner-title {
    position: relative;
    bottom: 185px;
    z-index: 999;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 1px 2px 3px #333;
}

.inner_style i.fa.fa-map-marker {
    color: #012169;
}

.inner_style table {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #594b42;
    padding-bottom: 20px;
    font-weight: 600 !important;
    font-family: tahoma;
}

.news {
    background: url(../img/latest-nesw-bg.png) no-repeat right #000;
    position: relative;
    z-index: 999;
}

.news h4 {
    background: url(../img/combineimage.png) no-repeat left #000;
    padding: 8px 34px 0 8px;
    float: left;
    height: 36px;
    color: #fff;
    z-index: 999999;
    width: 158px;
    font-size: 18px;
    background-size: 163px;
    position: relative;
    font-weight: 600;
    background-position: 0 -622px;
}

.simply-scroll {
    width: 100%;
    float: left;
    background: #000;
}

.simply-scroll .simply-scroll-clip {
    width: 974px;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 38px;
    list-style: none;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    margin: 0 0 0 10px;
    padding: 11px 11px 11px 15px;
    color: #fff;
    font: 14px Arial, Helvetica, sans-serif;
    background: url(../img/combineimage.png) no-repeat left;
    display: flex;
    background-position: 0 -24px;
}

.simply-scroll-list li {
    list-style: none;
}

img#capt {
    padding-bottom: 8px;
}

.simply-scroll .simply-scroll-list li {
    font: 14px Arial, Helvetica, sans-serif;
}

.simply-scroll .simply-scroll-list li a, .simply-scroll .simply-scroll-list li a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.simply-scroll-list {
    width: 100%;
    height: 36px;
}

.simply-scroll-container {
    position: relative;
    background: url(../img/latest-nesw-bg.png) no-repeat right #000;
    width: calc(100% - 158px);
    z-index: 999999;
}

.footer-left {
    width: 830px;
    height: 250px;
    float: left;
    color: #fff;
    padding-left: 80px;
    padding-top: 20px;
}

.footer-left .left-sec {
    width: 493px;
    float: left;
    color: #fff;
}

.footer-left .left-sec h4 {
    margin-bottom: 15px;
    margin-top: 20px;
}

.footer-left .right-sec {
    width: calc(100% - 460px);
    float: left;
    color: #fff;
}

.footer-left .right-sec h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-left .right-sec ul {
    list-style: none;
    padding: 0;
    position: relative;
    top: -10px;
}

.footer-left .right-sec ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.footer-left h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-left h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-right {
    width: calc(100% - 830px);
    height: 250px;
    float: left;
    padding-top: 20px;
    padding-left: 80px;
}

.footer-right h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.copyright-container {
    background: #012169;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

h2.heading_two {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

h5.heading_five {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.telnumber-content {
    float: left;
    width: 325px;
    height: 82px;
    padding-right: 40px;
    position: relative;
    top: 0;
}

p.paragrph {
    position: relative;
    left: 22px;
}

.telnumber-content .fa {
    margin-right: 15px;
    width: 20px;
    font-size: 19px;
    text-align: right;
}

.telnumber-content .fa.fa-mobile {
    font-size: 25px;
}

.telnumber-content a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

footer .timing {
    float: left;
    width: 49%;
    font-size: 14px;
    padding-left: 20px;
    height: 82px;
    display: flex;
    align-items: center;
}

h4.heading_four {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-box-footer {
    max-width: 338px;
}

.form-box-footer .form-control {
    height: 47px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

.form-box-footer .btn.submit-btn {
    height: 40px;
    width: 160px;
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    float: right;
    -webkit-box-shadow: 0 6px 0 #d4d4d4;
    -moz-box-shadow: 0 6px 0 #d4d4d4;
    box-shadow: 0 6px 0 #d4d4d4;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.left-copy {
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.right-copy {
    width: 50%;
    float: right;
    padding-right: 100px;
}

.right-copy ul {
    padding: 0;
    list-style: none;
    float: right;
}

.right-copy ul li {
    padding: 0;
    float: left;
    margin-right: 10px;
}

.horizontal_line {
    background: #012169;
    bottom: -18px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 20%;
}

/* .fixed{width:100%;top:0;position:fixed;z-index:99999;box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInDown;animation-name:fadeInDown} */

.setsectionpadding {
    padding: 20px 0;
}

.contactformarea strong {
    text-align: left;
    margin-bottom: 21px;
    margin-top: 0;
}

.contactformarea label, .contactformarea strong {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    display: block;
    text-align: right;
    margin-top: 15px;
    font-weight: 400;
}

.contactformarea input[type="text"] {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: 100% !important;
    padding: 8px 6px;
    border: 1px solid #e8e8e8;
    margin: 5px 0;
    box-shadow: inset 0 0 7px #d2d2d2;
    border: 1px solid #ccc;
    padding: 8px 6px;
    max-width: 314px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.right-sec.contacts_row {
    position: relative;
    bottom: 159px;
    left: 435px;
    text-align: center;
}

img.images_line {
    position: relative;
    bottom: 30px;
}

.footerbg {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    background: #012169 url(../img/footerbg.png) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 20px;
}

a.buton1 {
    border-radius: 0;
    background-color: #0d446b;
    color: #d6d1cd;
    position: relative;
    top: 15px;
    font-size: 43px;
    font-weight: 900;
    left: -18px;
    padding: 5px;
    width: 288px;
    -webkit-box-shadow: 0 6px 0 #0d446b;
    -moz-box-shadow: 0 6px 0 #012169;
    box-shadow: 0 0 0 #0d446b;
}

a.buton1:hover {
    color: #d6d1cd;
    text-decoration: none !important;
}

a.buton1:active {
    text-decoration: none;
}

a.buton1:focus {
    text-decoration: none;
}

h1.headingg_right {
    text-transform: capitalize;
    position: relative;
    bottom: 50px;
    left: 200px;
    color: #be0121;
    text-shadow: none;
}

h4.headingg_bttn {
    text-transform: uppercase;
    font-weight: 700;
    color: #c2001d;
    position: relative;
    bottom: 100px;
    left: 20px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #c2001d;
    position: relative;
    bottom: 100px;
    left: 20px;
}

p.para1 {
    color: #0d446b;
    position: relative;
    bottom: 130px;
    text-shadow: none;
    font-weight: 500;
    left: 20px;
    bottom: 107px;
}

li+li.rss-feed {
    border-left: 0 solid transparent;
    float: right;
}

a.buton1.buttona2 {
    position: relative;
    left: 0;
}

.aside h4 {
    color: #333;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

.side-article__item .c-card__title {
    font-weight: 400;
}

.c-card__title {
    font-size: 1.1rem;
    line-height: 18px;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
    text-align: center;
    color: #333;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 14px !important;
        padding-bottom: 10px !important;
        font-size: 18px;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.active.right, .carousel-fade .carousel-inner>.item.next {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.active.left, .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.active, .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.b-p-inline p {
    display: inline !important;
}

a.read-more {
    font-size: 17px;
    color: #042a71;
}

.home-container .simply-scroll .simply-scroll-clip {
    width: 98% !important;
}

.search-news .simply-scroll .simply-scroll-clip {
    width: 960px !important;
    margin-right: 162px !important;
}

.register-form select, .register-form select option {
    font-size: 14px;
    font-weight: bold;
}

.register-form textarea {
    margin-bottom: 0;
    /* box-shadow: inset 0 0 7px #d2d2d2; */
    border: 1px solid #ccc;
    padding: 8px 6px;
    width: 100%;
    height: 68px;
}

.di {
    display: inline;
}

.reload {
    width: 24px;
}

.containerr {
    width: 1170px;
}

a.btn.btn-default.btn_two {
    margin: 3px;
}

.post-meta {
    display: table;
    margin: 0;
    width: 100%;
    padding: 8px 0;
}

.img-responsive.img1 {
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 5.54%;
}

#wp-calendar {
    width: 100%;
    margin: 10px auto 0;
    empty-cells: show;
}

#wp-calendar caption {
    font: bold 13px Arial, Sans-Serif;
    text-decoration: none;
}

h4.widgettitle {
    color: #000;
    font-weight: 700;
}

.et_pb_widget {
    float: right;
    max-width: 100%;
    position: relative;
    right: 46px;
}

div#recent-posts-1 {
    margin-top: 10px;
    position: relative;
    right: 0;
}

.et_pb_column_1_3 h4, .et_pb_column_1_4 h4 {
    font-size: 18px;
}

.et_pb_widget_area ul {
    padding: 0 !important;
    line-height: inherit !important;
    list-style: none !important;
}

.et_pb_widget ul li {
    margin-bottom: 0.5em;
    list-style: none;
}

div#calendar-2 {
    margin-top: 18.54%;
    margin-right: -203px;
}

h4.widgettitle::before {
    width: 55px;
    height: 2px;
    background: #dc3333;
}

#pages-2 ul li {
    background: #183884;
    padding: 6px 12px;
    color: #fff;
    border-left: 1px solid #fff;
    margin-top: 10px;
    width: 100%;
}

#pages-2 ul li a:hover {
    text-decoration: underline;
}

#pages-21 ul li {
    background: #183884;
    padding: 6px 12px;
    color: #fff;
    border-left: 1px solid #fff;
    margin-top: 10px;
    width: 73%;
}

#pages-21 ul li a:hover {
    text-decoration: underline;
}

#pages-21 ul li a {
    color: #fff;
}

div#pages-2 {
    position: relative;
    right: 0;
    width: 100%;
    top: 60px;
}

div#pages-21 {
    position: relative;
    left: 15px;
    right: 55px;
    width: 100%;
    top: 60px;
}

a.btn_one {
    position: relative;
    top: -39px;
}

a.btn_one:hover {
    color: #fff !important;
    background: #333 !important;
}

.btn_one {
    display: inline-block;
    background: #dc3333;
    padding: 6px 20px;
    color: #fff;
}

img.horizontal_line {
    position: relative;
    bottom: 10px;
}

.et_pb_widget ul li {
    margin-bottom: 0.5em;
}

#pages-2 ul li a {
    color: #fff;
}

img.imagess1 {
    border-width: 2px;
    box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-bottom: 25px;
    height: 400px;
}

div#recent-posts-2 {
    margin-top: 10px;
    position: relative;
    right: 15px;
}

div#recent-posts-21 {
    margin-top: 10px;
    position: relative;
    right: 87px;
}

figure.figuree1 {
    position: relative;
    left: 0;
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #666;
}

.et_pb_widget a {
    color: #666;
    text-decoration: none;
    position: relative !important;
    left: 20px !important;
    text-align: center !important;
}

.et_pb_widget a:hover {
    text-decoration: underline;
}

figure.figuree {
    position: relative;
    left: 15px;
}

.c-card__title {
    font-size: 1.1rem;
    line-height: 18px;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
    text-align: center;
    color: #333;
}

a.blink {
    position: relative !important;
    font-size: 1.4em !important;
    line-height: 18px !important;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
    text-align: center !important;
    color: #333;
    left: 37px !important;
}

a.blink:hover {
    color: #333;
    text-decoration: underline;
    font-size: 1.4em !important;
    line-height: 18px !important;
}

.contactformarea h2 strong {
    color: #333;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left;
    text-transform: capitalize;
}

.item.active h1.text-center {
    text-align: center;
    padding-top: 50px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    font-size: 42px;
    font-weight: 400;
    color: #012169;
    margin-left: -60px;
}

.headingtag1 h2 a {
    color: #fff;
}

.et_pb_with_border.et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_light.et_pb_text_align_left.new1 {
    border-bottom: 2px dotted #012169;
    padding: 10px 0;
}

.blog-pagination a.page-numbers.active {
    background: #042a71;
    color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    margin-left: 100px;
}

.blog-pagination .page-numbers {
    padding: 0 15px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #36424d;
    background: #f2f6f8;
    float: left;
    display: block;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

img.images1 {
    float: left;
    width: 30px !important;
    position: relative;
    bottom: 4px;
}

.page-id-389 .post-meta a:nth-child(3) {
    color: #fff !important;
    background: #dc3333;
    padding: 2px 4px;
    float: left;
    margin-right: 9px;
}

.sharebutton span {
    font-size: 35px;
    font-family: arial;
}

.headingtag1 h2 {
    font-size: 20px;
    text-align: left;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: capitalize;
}

span.sharebutton {
    float: left;
    margin: 0 5px 0 0;
    height: 32px;
    overflow: hidden;
}

.post-meta .published {
    font-family: arial !important;
    font-size: 13px !important;
    font-weight: 700;
    color: #1f4b78;
    line-height: 30px !important;
}

.horizontal_line, h4.widgettitle {
    position: relative;
    left: 0;
}

.horizontal_line1, h4.widgettitle1 {
    position: relative;
    left: 14px;
}

h4.widgettitle1 {
    color: #000;
    font-weight: 700;
}

img.horizontal_line1 {
    position: relative;
    bottom: 10px;
}

a.btn-link {
    border-bottom: 0 solid transparent;
    -webkit-box-shadow: 0 6px 0 transparent;
    -moz-box-shadow: 0 6px 0 transparent;
    box-shadow: 0 6px 0 transparent;
    float: left;
    font-weight: 500;
    color: #2ea3f2;
}

img.img_height_width {
    width: 270px;
    height: 200px;
}

a.btn-link {
    color: #1f4b78 !important;
    font-size: 14px !important;
    font-weight: 700;
    font-family: arial;
    text-transform: uppercase;
    float: right;
}

.c-card__title {
    font-size: 1.1rem;
    line-height: 18px;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
    text-align: center;
    color: #333;
}

a.btn-link:hover {
    opacity: 0.7;
    font-size: 14px !important;
    text-decoration: none;
}

.read_fake_read {
    float: left;
    font-family: arial !important;
    font-size: 13px !important;
    padding: 0 3px;
    margin: 2px;
    color: #1f4b78;
}

.read_fake_read b {
    font-family: arial !important;
    font-size: 15px !important;
}

.share_fake_share {
    float: left;
    font-family: arial !important;
    font-size: 13px !important;
    padding: 0 3px;
    margin: 2px;
    color: #1f4b78;
}

.headingtag1 h2 a:hover {
    text-decoration: underline;
}

.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:focus, .blog-pagination .page-numbers:hover {
    background: #042a71;
    color: #fff;
    text-decoration: underline;
}

.container-fluid.full_slider {
    background: #666;
    height: 40px;
}

.col-md-12.half_continr {
    background: #183783;
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
    margin-top: 2%;
    border-radius: 3px;
    padding-left: 10px;
}

.col-md-12.half_continr ul {
    padding: 0 0 23px 1em;
    line-height: 26px;
    list-style-type: disc;
}

.half_continr ul {
    margin: 0 !important;
    padding: 0 !important;
}

.half_continr li {
    box-sizing: unset;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.col-md-12.half_continr a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
}

.half_continr li a {
    font-size: 15px;
    color: #fff;
    box-sizing: unset;
    padding: 0 10px;
}

.half_continr li .separator {
    color: #dc3333;
    font-size: 20px;
}

.marquee1 {
    position: relative;
    top: -27px;
    color: #fff;
}

.btn.btn_one {
    background: #012169;
    color: #fff;
    float: right;
}

.nav-pills>li+li {
    margin-left: 2px;
    border-left: 1px solid #eee;
}

.headingtag1 p {
    display: inline;
}

#recent-posts-2 h4.widgettitle1 {
    font-size: 18px;
    padding-bottom: 8px;
}

#pages-2 h4.widgettitle1 {
    font-size: 18px;
    padding-bottom: 8px;
    left: 0;
}

a:hover.b1_test_btn {
    color: #fff;
    text-decoration: unset;
}

.contact-opener {
    background-color: #012169;
    font-size: 16px;
    transition: all 0.5s ease;
    position: absolute;
    left: -88px;
    transform: rotate(-90deg);
    top: 132px;
    background-color: #012169;
    padding: 9px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
}

.floating-form input[type="button"], .floating-form input[type="submit"] {
    background-color: #012169;
    border: 1px solid #012169;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.floating-form {
    width: 255px;
    padding: 40px 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-transform: uppercase;
    right: -255px;
    position: fixed;
    z-index: 9999999;
    top: 195px;
}

.floating-form input.form-control {
    height: auto;
    margin-bottom: 0;
    box-shadow: inset 0 0 7px #d2d2d2;
    border: 1px solid #ccc;
    padding: 8px 6px;
    max-width: 314px;
    width: 100% !important;
}

.floating-form input.form-control::-webkit-input-placeholder {
    color: #000 !important;
}

.floating-form label {
    color: #565656;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

.floating-form div#contact_notify {
    text-transform: capitalize;
    font-size: 18px;
}

.floating-form img.load {
    float: unset;
    width: 28px;
    padding: 10px 6px 0 0;
}

hr.horizontal_line2 {
    position: relative;
    bottom: 0;
}

h2.registration_formm2 {
    position: relative;
    left: 0;
    display: block;
    clear: both;
    top: 0;
    color: #333;
    font-size: 28px;
    font-weight: 400;
}

.floating-form .btn.floating-btn, .floating-form .btn.floating-btn:focus, .floating-form .btn.floating-btn:hover {
    height: 40px;
    margin-right: 3px;
    width: 170px;
    background: #012169 !important;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    float: right;
    -webkit-box-shadow: 0 6px 0 #012169;
    -moz-box-shadow: 0 6px 0 #012169;
    box-shadow: 0 6px 0 #012169;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.approved-test-center-container-mobile {
    display: none;
}

.mobile-title {
    display: none;
}

a.buton2 {
    background-color: #012169;
    color: #fff;
    position: relative;
    top: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    left: 10px;
    padding: 5px;
    width: 100%;
    text-decoration: none;
}

h2.registration_formm {
    position: relative;
    width: 56%;
    left: 22%;
    font-size: 32px;
}

.w-100 {
    width: 100%;
    height: auto;
}

.w-100.registration_title {
    background-color: #f2f3fa;
    margin-top: 0;
}

.payment-content {
    background-color: #fff;
}

h2.registration_formm1 {
    position: relative;
    left: 25px;
    display: block;
    clear: both;
    top: 7px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
}

tr.examdatedetailtext td {
    font-size: 14px !important;
    color: #333 !important;
    padding: 21px 10px !important;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

form.form_method1 {
    top: -30px;
}

table.table11 {
    width: 100%;
    margin: 0 auto;
}

td.label_1 {
    width: 50%;
    color: #000;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
}

hr {
    margin-bottom: 0;
}

hr.horizontal_line1 {
    position: relative;
    bottom: 0;
    left: -38px;
    width: 274%;
}

.register-form .label {
    color: #000;
    position: relative;
    vertical-align: top;
    font-size: 17px;
    font-weight: 400;
    left: 30%;
}

.register-form {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    border: 0 solid transparent;
    margin: 30px auto 50px;
    background: #fff;
}

.registration-caption {
    margin: 30px 0 0;
}

.registration-caption p {
    font-size: 15px;
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.registration-caption p span, .registration-caption p a {
    color: #012169;
    font-weight: 600;
}

/* forexam-ukvi-mobile */

.new-mobile-banner-wrap.forexam-ukvi-mobile {
    padding: 0;
}

.new-mobile-banner-wrap.forexam-ukvi-mobile .main-landing-page-mobile-banner-in {
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.new-mobile-banner-wrap.forexam-ukvi-mobile .main-landing-page-mobile-banner-in-top {
    padding-bottom: 40px;
}

.intro-heading-ukvi {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

/* Media */

@media screen and (max-width: 767px) {
    .mobile-title {
        display: block;
        background: url(../img/ribbon-title.png);
        color: #012169;
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 22px;
        padding: 10px 0;
        font-weight: 700;
        margin-bottom: 20px;
        background-size: 100% 100%;
        text-shadow: 1px 1.2px #000;
    }
    .round #tawkchat-status-text-container {
        margin-top: 10px;
        display: none !important;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .right-content p {
        margin-bottom: 20px;
        line-height: 22px;
        position: relative;
        padding-left: 0;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
    }
    .approved-test-center-container-mobile {
        display: block;
        height: auto;
        margin-top: 20px;
        overflow: hidden;
        padding: 20px;
        width: 100%;
        background: url(../img/location-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    select#search_exam_type option {
        font-weight: 600;
    }
    .approved-test-center-container-mobile .head-title {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        float: left;
        display: block;
        width: 100%;
    }
    .approved-test-center-container-mobile .right-content {
        margin-top: 20px;
        width: 50%;
        float: right;
        padding: 10px;
        padding-bottom: 10px;
        background: rgba(4, 42, 113, 0.8);
        color: #fff;
        height: auto;
    }
    .approved-test-center-container-mobile .left-map {
        width: 50%;
        float: left;
        margin-top: 20px;
    }
    .approved-test-center-container-mobile .left-map img {
        width: 100%;
    }
    .approved-test-center-container-mobile .right-content ul {
        padding: 0;
        list-style: none;
    }
    .approved-test-center-container-mobile .right-content ul li {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .approved-test-center-container-mobile .book-btn.btn.btn-default {
        background: #fff;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        height: 40px;
        width: 100%;
        display: none;
        line-height: 30px;
        -webkit-box-shadow: 0 6px 0 #d4d4d4;
        -moz-box-shadow: 0 6px 0 #d4d4d4;
        box-shadow: 0 6px 0 #d4d4d4;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .video-section .text-content {
        display: none;
    }
    .office-content {
        display: none;
    }
    header {
        height: auto;
    }
    .tel-content {
        width: 120px;
        padding: 5px;
    }
    .tel-btn {
        width: 100%;
        max-width: 185px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 7px;
        border-radius: 4px;
        line-height: 14px;
        padding: 3px 5px;
        box-shadow: 0 4px 0 #012169;
    }
    .tel-content .timing {
        font-size: 12px;
        font-weight: 600;
        display: none;
    }
    .tel-content::after, .tel-content::before {
        display: none;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
        width: 100%;
    }
    .navbar-toggle {
        top: 0;
        border: none;
        margin-top: -3px;
        margin-right: 0;
        margin-bottom: 0;
        background: #b80f36;
        border-radius: 100px;
        text-align: center;
        height: 50px;
        width: 50px;
        position: absolute;
        right: 10px;
    }
    .menu-text {
        color: #fff;
        font-size: 10px;
    }
    .sidenav .menu-text {
        font-size: 8px;
    }
    .navbar-wrapper .navbar {
        padding: 0;
        z-index: 999;
    }
    .navbar-wrapper.fixed {
        position: static;
    }
    .navbar-collapse.in {
        z-index: 99999;
    }
    .navbar-collapse {
        background: #042258;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav>li {
        width: 100%;
        text-align: center;
    }
    h4.free-services {
        display: none;
    }
    h4.free-services.mobile-title-service {
        display: block;
        color: #fff;
        padding: 0;
        text-align: center;
    }
    .news h4, .simply-scroll-container {
        z-index: 10;
    }
    .simply-scroll-container {
        width: 100%;
        background-image: none;
        padding: 0;
    }
    .free-feature-table {
        height: auto;
        width: 100%;
        background: #012169;
        padding: 0 30px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .home-container .simply-scroll .simply-scroll-clip {
        width: 100% !important;
    }
    .video-box img {
        width: 100%;
    }
    .text-content {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 15px;
        height: auto;
    }
    .text-content .carousel {
        height: auto;
    }
    .text-content-box {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    .approved-test-center-container {
        display: none;
    }
    .video-section.faq-section-container {
        display: none;
    }
    .approved-test-center-container h2 {
        font-size: 30px;
    }
    .form-box {
        width: calc(100% - 20px);
        float: none;
        height: auto;
        margin: 10px;
        box-sizing: border-box;
    }
    .inquiry-container {
        height: auto;
        overflow: hidden;
        margin-top: 0;
        padding: 30px 0 0;
        padding-top: 0;
    }
    .text-content-box ul {
        font-size: 16px;
        color: #fff;
        list-style: none;
    }
    .text-content-box ul li {
        margin-bottom: 20px;
        line-height: 22px;
        position: relative;
        padding-left: 55px;
        text-shadow: 1px 1px #000;
    }
    .free-feature-table .content {
        display: none;
    }
    .free-feature-table .side-bar {
        width: 100%;
        background: 0 0;
        display: block;
    }
    .testimonials-container {
        padding: 0 50px;
        overflow: hidden;
    }
    .main-banner {
        height: auto;
    }
    .carousel-inner>.item>img {
        position: static;
    }
    .carousel .item {
        height: auto;
    }
    .carousel {
        height: auto;
    }
    .carousel-caption {
        padding: 10px;
    }
    .carousel-caption h1 {
        font-size: 28px;
        left: 110px;
        top: -20px;
        bottom: auto;
    }
    h4.headingg_bttn {
        text-transform: uppercase;
        font-weight: 700;
        color: #be0121;
        position: relative;
        bottom: 110px;
        left: 0;
    }
    .carousel-caption h4 {
        font-size: 24px;
    }
    a.buton1, a.buton2 {
        font-size: 24px;
    }
    .free-feature-table .side-bar ul li::after {
        background: url(../img/icons.png) no-repeat;
    }
    .free-feature-table .side-bar ul li {
        margin-bottom: 20px;
    }
    .free-feature-table .side-bar ul li a {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-shadow: 1px 1px #000;
    }
    .free-feature-table .side-bar ul {
        padding-left: 0;
    }
    .free-feature-table .side-bar::after, .free-feature-table .side-bar::before {
        display: none;
    }
    .video-section .nav-tabs.nav-justified {
        display: none;
    }
    .video-section {
        padding: 0;
    }
    .testi-box {
        height: auto;
        margin: 30px 5px;
    }
    .testimonial-container h2 {
        font-size: 30px;
        /* margin-bottom: 35px; */
    }
    .testimonial-container {
        padding-bottom: 30px;
    }
    .tags {
        padding: 30px;
        line-height: 11px;
        text-align: left;
    }
    .footer-left {
        width: 100%;
        height: auto;
        float: left;
        padding: 20px;
    }
    .footer-right {
        width: 100%;
        height: auto;
        float: left;
        padding: 20px;
        padding-top: 0;
    }
    .footer-right h2.heading_two {
        margin-bottom: 10px;
    }
    .footer-right h5.heading_five {
        margin-bottom: 10px;
    }
    .footer-left .right-sec {
        width: 100%;
        float: left;
        color: #fff;
    }
    .right-sec.contacts_row {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: left;
        display: none;
    }
    .right-sec.contacts_row img.images_line {
        position: absolute;
        top: 26px;
        left: 0 !important;
    }
    .video-box {
        float: none;
    }
    h2.heading_two {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .form-box-footer .payment-img {
        width: 100%;
    }
    #cookieBar {
        position: fixed;
        left: 10px;
        bottom: 10px;
        text-align: center;
        width: 55%;
        z-index: 20000;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }
    #cookieBarInner {
        padding: 5px;
    }
    .contactformarea label, .contactformarea strong {
        text-align: left;
    }
    .contactformarea input[type="text"], .contactformarea select, .contactformarea textarea, .contactformarea textarea:focus {
        max-width: 100%;
    }
    .address_wrapper {
        margin-top: 20px;
    }
    .inner_style {
        padding: 20px;
    }
    img.img_height_width {
        width: 100%;
        height: auto;
    }
    img.imagess1 {
        height: auto;
    }
    .contact_form_wrap {
        padding: 0 !important;
    }
    .news-sidebar {
        overflow: hidden;
    }
    .news-title.title h2 {
        padding-top: 20px;
    }
    .row-inner {
        margin: 0 !important;
    }
    div#recent-posts-2 {
        margin-top: 10px;
        position: static;
        right: 0;
        width: 100%;
    }
    #recent-posts-2 h4.widgettitle1 {
        position: static;
    }
    .news-sidebar img.horizontal_line1 {
        left: 0;
    }
    .news-sidebar figure.figuree {
        position: static;
        left: 15px;
    }
    .news-sidebar a.blink {
        position: static !important;
        font-size: 1.4em !important;
        line-height: 18px !important;
        margin-bottom: 1rem;
        margin-top: 0.2rem;
        text-align: center !important;
        color: #333;
        left: 37px !important;
        width: 100%;
        display: block;
    }
    .logo-content.head-pad-right {
        padding-right: 0;
    }
    .tel-contents.head-pad-left {
        display: block;
        width: 120px;
        padding: 5px;
    }
    .tel-contents .timing {
        font-size: 12px;
        font-weight: 600;
    }
    .tel-contents::after {
        display: none;
    }
    .tel-contents .tel-btn {
        width: 100%;
        max-width: 185px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 7px;
        border-radius: 4px;
        line-height: 14px;
        padding: 3px 5px;
        box-shadow: 0 4px 0 #012169;
        margin-right: 0;
    }
    .searchforexam {
        margin-top: 10px;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .search-news .simply-scroll .simply-scroll-clip {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .search-test .col-md-2.xs_input {
        display: block !important;
    }
    .search-test .col-md-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .examdatesubmitbtn {
        margin-left: 0;
    }
    .reg-container {
        padding: 10px 0;
        height: auto;
    }
    .register-form td {
        font-size: 12px;
        padding-bottom: 15px;
        display: block;
        text-align: left;
    }
    .register-form table {
        display: block;
        width: 90% !important;
        margin: 0 auto;
    }
    .register-form form {
        width: 100%;
    }
    .register-form input:not([type]), .register-form input[type="color"], .register-form input[type="email"], .register-form input[type="number"], .register-form input[type="password"], .register-form input[type="tel"], .register-form input[type="text"], .register-form input[type="url"] {
        width: 100% !important;
        text-transform: uppercase;
        max-width: 100%;
        margin: 0;
    }
    .register-form td.birthdate, .register-form td.w-expiry-date-fields {
        font-size: 0;
    }
    .register-form hr.horizontal_line2 {
        margin-bottom: 20px;
    }
    .register-form input[type="number"].days1 {
        width: calc(100% / 3 - 5px) !important;
        max-width: 32%;
        margin-right: 5px;
    }
    .register-form textarea {
        max-width: 100%;
        width: 100%;
    }
    .register-form input[type="number"].month1 {
        width: calc(100% / 3 - 5px) !important;
        max-width: 32%;
        margin-right: 5px;
    }
    .register-form input[type="number"].year1 {
        width: 33% !important;
        max-width: 32%;
        margin-right: 0;
    }
    .register-form select {
        max-width: 100%;
        margin: 0;
    }
    .register-form #postcode input#postcode {
        width: calc(100% - 0px) !important;
    }
    .register-form .terms-conditions-new-checkbox {
        margin: 0;
        padding: 0;
        height: 0;
    }
    #postcode button {
        margin-left: 0 !important;
        margin-top: 5px;
    }
    .navbar-nav>li>.dropdown-menu {
        width: 100%;
        position: static;
        margin-bottom: 10px;
    }
    .candi-detail-box ul {
        width: 35%;
    }
    .candi-detail-box ul.last-ul {
        width: 65%;
        float: left;
        max-width: 100%;
        list-style: none;
        padding: 0;
        padding-left: 10px;
    }
    .candi-detail-box ul li {
        font-size: 14px;
        word-break: break-all;
        margin-bottom: 10px;
    }
    .candi-detail-box ul li label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .payment-content .left-section {
        border: 0;
    }
    .payment-content .left-section h4, .payment-content .right-section h4 {
        display: inline-block;
        background: #012169;
        height: 32px;
        width: 160px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        padding-left: 15px;
        line-height: 30px;
    }
    .payment-content .right-section {
        min-height: 200px;
        margin-top: 20px;
        padding-right: 0;
        padding-left: 0;
    }
    .discount-box label {
        font-size: 14px;
        padding-left: 5px;
        margin-top: 5px;
        font-weight: 400;
        width: 100%;
    }
    .discount-box input[type="text"] {
        height: 24px;
        margin-bottom: 0;
        box-shadow: inset 0 0 7px #d2d2d2;
        width: calc(100% - 113px);
    }
    .candi-detail-box {
        padding: 0;
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .candi-detail-box h5 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .terms-box .price-tag h6 {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        float: left;
        width: 69%;
    }
    .terms-box .price-tag .price {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }
    .pay-now-btn {
        height: 34px;
        width: 103px;
        border-radius: 0;
        font-size: 19px;
        float: none;
        margin-right: 0;
        line-height: 20px;
        margin-top: 20px;
        width: 100% !important;
        text-align: center;
    }
    .payment-content .right-section h4 {
        width: 100%;
    }
    .video-box {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }
    .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .slick-prev.slick-arrow, .slick-prev.slick-arrow:focus {
        background-size: 20px !important;
        width: 20px;
        height: 38px;
        right: -68px;
    }
    .slick-next.slick-arrow, .slick-next.slick-arrow:focus {
        background-size: 20px !important;
        width: 20px;
        height: 38px;
        right: -68px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .datepicker-back-overlay {
        z-index: 5;
    }
    .search-test .tool:hover .tooltiptext1, .search-test .tool:hover .tooltiptext2, .search-test .tool:hover .tooltiptext3 {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
    .home-container .simply-scroll .simply-scroll-clip {
        width: 100% !important;
    }
    .free-feature-table {
        height: 700px;
        width: 100%;
        background: #012169;
        padding: 0 20px;
        margin-bottom: 90px;
    }
    .free-feature-table .side-bar {
        width: 300px;
        height: 100%;
        float: left;
        background: #fff;
        position: relative;
        display: block;
    }
    .free-feature-table .content {
        width: 100%;
        padding-left: 0;
        padding-top: 70px;
        float: left;
        height: 100%;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        z-index: 99999999 !important;
    }
    .datepicker-dropdown {
        z-index: 99999999 !important;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .free-feature-table .content-table {
        height: 555px;
        overflow: auto;
        width: 100%;
    }
    .navbar-wrapper.fixed {
        position: static;
    }
    .office-content {
        display: none;
        display: block;
        width: 300px;
        padding-left: 10px;
        font-size: 14px;
    }
    .logo-content img {
        width: 100%;
        max-width: 482px;
    }
    .logo-content {
        width: calc(100% - 120px);
    }
    header {
        height: auto;
    }
    .tel-content {
        width: 120px;
        padding: 5px;
    }
    .tel-btn {
        width: 100%;
        max-width: 185px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 7px;
        border-radius: 4px;
        line-height: 14px;
        padding: 3px 5px;
        box-shadow: 0 4px 0 #012169;
    }
    .tel-content .timing {
        font-size: 12px;
        font-weight: 600;
    }
    .tel-content::after, .tel-content::before {
        display: none;
    }
    .navbar-wrapper {
        height: auto;
    }
    .carousel-caption {
        padding: 30px;
    }
    .main-banner {
        height: 400px;
        overflow: hidden;
    }
    .free-feature-table .side-bar ul {
        padding: 0;
        margin: 0;
        list-style: none;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
    }
    .free-feature-table .side-bar ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-bottom: 35px;
        position: relative;
        padding-left: 36px;
        line-height: 17px;
    }
    h4.free-services {
        color: #012169;
        font-size: 20px;
        padding-left: 15px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .video-section .nav-tabs.nav-justified li a {
        font-size: 17px;
    }
    .video-box {
        width: 50%;
    }
    .video-box img {
        width: 100%;
    }
    .video-section .text-content {
        width: 50%;
        padding: 10px;
        height: auto;
    }
    .video-section .text-content h2 {
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #000;
        font-size: 24px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .video-section .carousel {
        height: auto;
    }
    .video-section .text-content h3 {
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #000;
        font-size: 18px;
        font-weight: 400;
    }
    .video-section .text-content p {
        text-shadow: 1px 1px 2px #000;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 400;
    }
    .video-section .text-content .book-btn.btn.btn-default {
        height: 35px;
        line-height: 22px;
        width: auto;
        font-size: 16px;
    }
    .approved-test-center-container {
        width: 100%;
        background: #fff;
        height: auto;
        padding: 30px;
    }
    .approved-test-center-container .box h5 {
        color: #012169;
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        min-height: 30px;
        margin-bottom: 10px;
        font-weight: 700;
        white-space: pre-wrap;
        word-break: break-word;
    }
    .video-section.faq-section-container .nav-tabs.nav-justified li a {
        font-size: 14px;
    }
    .video-section .nav-tabs>li.active::after {
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        position: absolute;
        background: url(../img/tab-active.png) no-repeat;
        width: 45px;
        height: 25px;
        background-size: 100% auto;
    }
    .video-section .nav-tabs.nav-justified {
        background: #012169;
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin-bottom: 22px;
        border-radius: 10px;
    }
    .faq-section-container .tab-content>.tab-pane {
        padding: 0 20px;
    }
    .faq-section-container .panel-group .panel a {
        font-size: 16px;
        line-height: 17px;
        font-weight: 700;
        position: relative;
        padding-left: 36px;
        display: block;
        padding-right: 40px;
    }
    .form-box {
        width: 400px;
        height: 400px;
        padding: 60px 50px 400px;
        background: #f05109;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    }
    .text-content-box {
        float: left;
        width: calc(100% - 400px);
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-content-box ul {
        font-size: 16px;
        color: #fff;
        list-style: none;
    }
    .text-content-box ul li {
        margin-bottom: 40px;
        line-height: 20px;
        position: relative;
        padding-left: 55px;
    }
    .testimonials-container {
        padding: 0 60px;
    }
    .testi-box {
        height: auto;
        margin: 0 auto;
        margin-top: 50px;
        border-radius: 10px;
        text-align: center;
        padding: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rating-box {
        margin-top: 55px;
        margin-bottom: 30px;
    }
    .tags {
        border: 1px solid #ddd;
        padding: 30px;
        background: #f1f3f6;
    }
    .footer-left {
        width: 70%;
        height: auto;
        float: left;
        color: #fff;
        padding: 0 20px;
    }
    .footer-right {
        width: 30%;
        height: auto;
        float: right;
        color: #fff;
        padding: 0 20px;
    }
    .footer-right .payment-img {
        width: 100%;
    }
    .right-sec.contacts_row {
        position: static;
        bottom: 175px;
        left: 435px;
        text-align: center;
    }
    .footer-left .right-sec {
        width: 33%;
        float: left;
        color: #fff;
    }
    .telnumber-content {
        float: left;
        width: 100%;
        height: auto;
        padding-right: 0;
        position: static;
        top: -10px;
    }
    .footer-right h2.heading_two {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .navbar-nav>li>a {
        padding-top: 14px !important;
        padding-bottom: 10px !important;
        line-height: 25px;
        font-size: 16px;
    }
    .carousel-inner>.item>img {
        height: 100%;
    }
    .carousel, .carousel .item {
        height: 400px;
    }
    .free-feature-table .side-bar::before {
        content: "";
        background: url(../img/side-bar-top.png) no-repeat;
        height: 24px;
        width: calc(100% + 40px);
        top: -24px;
        position: absolute;
        left: -15px;
        background-size: 332px 24px;
    }
    .free-feature-table .side-bar::after {
        content: "";
        background: url(../img/side-bar-bottom.png) no-repeat;
        height: 31px;
        width: calc(100% + 50px);
        bottom: -31px;
        position: absolute;
        left: -19px;
        background-size: 338px 24px;
    }
    .contactformarea label, .contactformarea strong {
        text-align: left;
    }
    .contactformarea input[type="text"], .contactformarea select, .contactformarea textarea, .contactformarea textarea:focus {
        max-width: 100%;
    }
    .address_wrapper {
        margin-top: 20px;
    }
    .searchforexam {
        background: #012169;
        height: auto;
        position: relative;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .search-test .col-md-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .searchforexam .container {
        width: 100%;
    }
    .examdatesubmitbtn {
        margin-left: 0;
    }
    .tel-contents {
        display: block;
        padding: 10px;
        width: 246px;
    }
    .tel-contents .timing {
        display: block;
    }
    .tel-contents::after {
        display: none;
    }
    .tel-contents .tel-btn {
        margin-right: 0;
    }
    .search-news .simply-scroll .simply-scroll-clip {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .register-form {
        margin: 0 auto 50px;
    }
    .register-form table.table11 {
        max-width: 660px;
    }
    .register-form table.table11 td.label_1 {
        width: 50%;
        color: #000;
        vertical-align: top;
        font-size: 14px;
        font-weight: 400;
        padding-left: 10px;
    }
    .register-form table.table11 td#postcode input {
        width: calc(100% - 50px) !important;
    }
    .video-box {
        position: relative;
        padding-bottom: 23.25%;
        padding-top: 25px;
        height: 0;
    }
    .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-section .text-content {
        width: 50%;
        padding: 10px;
        height: auto;
        padding-bottom: 23.25%;
        padding-top: 25px;
        position: relative;
    }
    .video-section .carousel {
        height: auto;
        position: absolute;
        width: 98%;
        top: 5px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
    .video-section .carousel {
        height: auto;
        position: absolute;
        width: 98%;
        top: 15px;
    }
    .logo-content {
        width: calc(100% - 490px);
    }
    .logo-content.head-pad-right {
        width: calc(100% - 120px);
    }
    .office-content {
        display: block;
        width: 367px;
        padding-left: 10px;
        font-size: 20px;
    }
    select#search_exam_type option {
        font-weight: 600;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .examdateshowallbtn {
        border: 0;
        padding: 7px 5px;
        background: #d81b1a;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        cursor: pointer;
    }
    .examdatesubmitbtn {
        border: 0;
        padding: 7px 4px;
        background: #d81b1a;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        cursor: pointer;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1325px) {
    .video-section .carousel {
        height: auto;
        position: absolute;
    }
    .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-box {
        position: relative;
        padding-bottom: 23.25%;
        padding-top: 25px;
        height: 0;
    }
    .logo-content {
        width: calc(100% - 580px);
    }
    .logo-content img {
        width: 100%;
    }
    .office-content {
        display: flex;
        width: 367px;
        padding-left: 10px;
        font-size: 18px;
        padding-right: 10px;
    }
    select#search_exam_type option {
        font-weight: 600;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .home-container .simply-scroll .simply-scroll-clip {
        width: 100% !important;
    }
    .tel-content {
        width: 310px;
        padding: 10px 20px;
    }
    .navbar-wrapper.fixed {
        position: static;
    }
    .testimonials-container {
        padding: 0 50px;
    }
    .navbar-nav>li>a {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        line-height: 17px;
        padding: 10px 0;
    }
    .footer-left {
        width: 70%;
        height: auto;
        float: left;
        color: #fff;
        padding: 0 20px;
    }
    .footer-right {
        width: 30%;
        height: auto;
        float: right;
        color: #fff;
        padding: 0 20px;
    }
    .footer-right .payment-img {
        width: 100%;
    }
    .right-sec.contacts_row {
        position: static;
        bottom: 175px;
        left: 435px;
        text-align: center;
    }
    .footer-left .right-sec {
        width: 33%;
        float: left;
        color: #fff;
    }
    .telnumber-content {
        float: left;
        width: 100%;
        height: auto;
        padding-right: 0;
        position: static;
        top: -10px;
    }
    .footer-right h2.heading_two {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .free-feature-table .content .content-table {
        height: 500px;
        overflow: auto;
    }
    .video-section.faq-section-container .nav-tabs.nav-justified li a {
        color: #fff;
        font-size: 20px;
        padding: 10px 5px;
        border-bottom: 0;
        text-align: center;
    }
    .video-box {
        width: 50%;
    }
    .video-box iframe {
        width: 100%;
    }
    .video-box img {
        width: 100%;
    }
    .video-section .text-content {
        padding: 30px;
        width: 50%;
        width: 50%;
        padding: 10px;
        height: auto;
        padding-bottom: 23.25%;
        padding-top: 25px;
    }
    .approved-test-center-container {
        padding: 30px;
    }
    .text-content-box {
        padding: 0 20px;
    }
    .video-section .nav-tabs.nav-justified li a {
        color: #fff;
        font-size: 22px;
        text-align: center;
        border-bottom: 0;
    }
    .carousel-inner>.item>img {
        height: 100%;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1325px) {
    .logo-content {
        width: calc(100% - 600px);
        max-width: 485px;
    }
    .office-content {
        width: calc(100% - 805px);
        display: flex;
    }
    .tel-content {
        width: 25%;
        padding: 10px 15px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1150px) {
    .office-content {
        font-size: 16px;
        display: flex;
        width: calc(100% - 790px);
    }
}

@media screen and (min-width: 1326px) and (max-width: 1365px) {
    .tel-content {
        width: calc(100% - 1055px);
    }
}

.approved-test-center-container a:hover {
    text-decoration: none;
}

.right-content a {
    color: #fff;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.approved-test-center-container .box h6:hover {
    color: #23527c;
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .chat-view, .mobile-view {
        display: none;
    }
    select#search_exam_type option {
        font-weight: 600;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .floating-form.visible {
        right: 0;
    }
    .examdatessearcharea select {
        width: 110% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .discount-box input {
        width: 150px !important;
    }
}

@media only screen and (min-width: 1360px) {
    .register-form input[type="number"].days1, .register-form input[type="number"].month1 {
        width: calc(100% / 3 - 5px) !important;
        max-width: 100px;
    }
    .register-form input[type="number"].year1 {
        width: 33% !important;
        max-width: 108px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .terms-box .price-tag h6 {
        width: 88%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .chat-view, .mobile-view {
        display: none;
    }
    .floating-form.visible {
        right: 0;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .terms-box .price-tag h6 {
        width: 85%;
    }
    .w-100.registration_title {
        margin-top: 0;
    }
    .registration_title h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .chat-view, .mobile-view {
        display: none;
    }
    .floating-form.visible {
        right: 0;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .payment-content .left-section {
        border-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .datepicker-back-overlay {
        z-index: 5;
    }
    .terms-box .price-tag .price input {
        position: relative;
        top: 1px;
    }
    .title h2 {
        text-align: center;
        padding-top: 50px;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #000;
        font-size: 30px;
        font-weight: 400;
        color: #012169;
    }
    .rectangle #tawkchat-status-text-container {
        padding: 0;
        position: absolute;
        z-index: 999998;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        border: 0 none;
        text-align: center;
        bottom: 20px !important;
    }
    .floating-form.visible {
        right: 0;
    }
    .right-content a:hover {
        text-decoration: underline !important;
    }
    li.dropdown.dropdown1 {
        display: none;
    }
    .navbar-nav>li:nth-child(n+2) {
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li:nth-child(n+3) {
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li:nth-child(n+4) {
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li:nth-child(n+5) {
        width: 100%;
        text-align: center;
    }
    select#search_exam_location option {
        font-weight: 600;
    }
    .banner_block.pull-left ul {
        margin-left: 20px;
    }
    .floating-form {
        max-width: 300px;
        padding: 40px 20px;
        background: #f9f9f9;
        border: 1px solid #ddd;
        text-transform: uppercase;
        right: -235px;
        position: fixed;
        z-index: 9999999;
        top: 195px;
        display: none;
    }
    iframe.video-respnt {
        width: 100%;
        display: block;
    }
    #back-to-top {
        position: fixed;
        z-index: 1000;
        bottom: 112px;
        right: 25px;
        display: none !important;
    }
    div#tawkchat-status-text-container {
        display: none !important;
    }
    .form-box .btn.submit-btn {
        height: 40px;
        width: 106px;
        background: #fff !important;
        font-size: 18px;
        color: #cc1317;
        font-weight: 400;
        position: relative;
        right: 100px;
        -webkit-box-shadow: 0 6px 0 #d4d4d4;
        -moz-box-shadow: 0 6px 0 #d4d4d4;
        box-shadow: 0 6px 0 #d4d4d4;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    input#submit_form {
        padding: 2px 10px !important;
        font-size: 20px !important;
    }
    .btn-default {
        font-size: 20px !important;
        background: #b80f36 !important;
        border: none;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }
    .test-button2 {
        position: relative !important;
        font-size: 29px !important;
        font-weight: 700;
        margin: 0;
        padding: 10px 30px !important;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: "Roboto Condensed", sans-serif !important;
        letter-spacing: 0.5px;
    }
    .btnn {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }
    .btnn:before {
        background: #f12442;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 140%;
        z-index: -1;
        webkit-transform: skewY(-4deg);
        -moz-transform: skewY(-4deg);
        -ms-transform: skewY(-4deg);
        -o-transform: skewY(-4deg);
        transform: skewY(-4deg);
        left: 0;
        top: -160%;
        overflow: hidden !important;
    }
    input.btnn.btn-default.botton {
        font-size: 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    input.btn.btn-default.botton:hover {
        font-size: 25px;
        background: #012169;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    p.paragrph {
        position: relative;
        left: 0 !important;
    }
    .col-md-3.md_input {
        display: none !important;
    }
    #cookieBarInner {
        display: none;
    }
    .mobile-view {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        left: 0;
        bottom: 0;
        height: 60px;
        border-top: 1px solid #042a71;
        border-bottom: 1px solid #042a71;
        text-shadow: 0 1px #042a71;
        text-align: center;
        color: #fff !important;
        font-weight: 600;
        font-size: 155%;
        overflow: hidden;
        background: #001445;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 0;
        padding: 18px 12px;
        border-radius: 0;
        width: 100%;
    }
    .mobile-view a {
        color: #fff;
    }
    .chat-view {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 50%;
        right: 0;
        bottom: 0;
        height: 35px;
        border-top: 1px solid #042a71;
        border-bottom: 1px solid #042a71;
        text-shadow: 0 1px #042a71;
        text-align: center;
        color: #fff !important;
        font-weight: 600;
        font-size: 120%;
        overflow: hidden;
        background: #042157;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .chat-view a {
        color: #fff;
    }
}

#postcode input {
    width: 146px !important;
}

#postcode button {
    font-size: 16px;
    margin-left: 4px;
    box-shadow: inset 0 0 7px #d2d2d2;
    color: #423939 !important;
    font-weight: unset;
    padding: 7px 18px;
    background: #d2d2d2;
    border: #d2d2d2;
}

#accordion_4 ul {
    padding-left: 18px;
}

.faq_section1 .faq-section-container h2 {
    color: #012169;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 60px;
}

.faq_section1 .nav-tabs.nav-justified {
    width: 72%;
    border-bottom: 0;
    position: relative;
    left: 4%;
}

.faq_section1 .faq-section-container .panel-group .panel a {
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    display: block;
}

.faq_section1 .faq-section-container .panel-body {
    padding: 25px 50px;
    font-size: 17px;
}

.faq_section1 .faq-section-container .tab-content>.tab-pane {
    padding: 0 195px;
    position: relative;
    right: 130px;
}

.faq_section1 .video-section .faq-section-container .nav-tabs.nav-justified li a {
    color: #fff;
    font-size: 24px;
    padding: 5px 2px;
    border-bottom: 0;
    text-align: center;
}

.r-100 {
    background-color: #f2f3fa;
    width: 100%;
    padding: 8px 0;
}

#captcha_image_change img {
    padding-bottom: 17px;
}

.logo-content-mobile {
    display: none;
}

.menu-mobile {
    display: none;
}

.mobile-banner {
    display: none;
}

.slider-bottom-section {
    display: none;
}

@media screen and (max-width: 767px) {
    a.buton1 {
        border-radius: 0;
        background-color: #0d446b;
        color: #d6d1cd;
        position: relative;
        top: 28px;
        font-size: 25px;
        font-weight: 900;
        left: -5px;
        padding: 5px;
        width: 288px;
        -webkit-box-shadow: 0 6px 0 #0d446b;
        -moz-box-shadow: 0 6px 0 #012169;
        box-shadow: 0 0 0 #0d446b;
        border-radius: 0;
        background-color: #0d446b;
        color: #d6d1cd;
        position: relative;
        top: 28px;
        font-size: 25px;
        font-weight: 900;
        padding-top: 10px;
        left: 70px;
        padding: 5px;
        width: 288px;
        -webkit-box-shadow: 0 6px 0 #0d446b;
        -moz-box-shadow: 0 6px 0 #012169;
        box-shadow: 0 0 0 #0d446b;
    }
    p.para1 {
        color: #0d446b;
        position: relative;
        bottom: 130px;
        text-shadow: none;
        font-weight: 600;
        left: 5px;
        bottom: 137px;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    tr.examdatedetailtext td .find_next_btn_each_row {
        z-index: 99999999 !important;
    }
    .news h4 {
        display: none !important;
    }
    a.btn.btn-default.tel-btn {
        font-size: 12px !important;
        margin-top: 5px;
        font-weight: unset;
    }
    .inner_style p {
        font-size: 10pt !important;
        line-height: 1.5 !important;
        color: #594b42;
        padding-bottom: 20px;
        text-align: justify;
    }
    .inner_style table {
        font-size: 10pt !important;
        line-height: 1.5 !important;
        color: #594b42;
        padding-bottom: 20px;
    }
    .notice-padding {
        margin: 0 auto !important;
        text-align: center !important;
        display: block !important;
    }
    .news h4 {
        background: url(../img/news-bg.png) no-repeat left #000;
        padding: 11px 34px 0 8px;
        float: left;
        height: 36px;
        color: #fff;
        z-index: 999999;
        width: 158px;
        font-size: 14px;
        background-size: 163px;
        position: relative;
        font-weight: 600;
    }
    .form_downn {
        width: 50.3px !important;
        height: 23px !important;
        font-size: 10px !important;
        line-height: 22px !important;
    }
    a.buton1 {
        border-radius: 0;
        background-color: #0d446b;
        color: #d6d1cd;
        position: relative;
        top: 28px;
        font-size: 25px;
        font-weight: 900;
        left: -5px;
        padding: 5px;
        width: 288px;
        -webkit-box-shadow: 0 6px 0 #0d446b;
        -moz-box-shadow: 0 6px 0 #012169;
        box-shadow: 0 0 0 #0d446b;
    }
    .w-100.registration_title {
        height: auto;
    }
    h2.registration_formm {
        position: static;
        width: 100%;
        left: 22%;
        font-size: 28px;
        padding-top: 20px;
    }
    .logo-content-mobile img {
        width: 100%;
        max-width: 482px;
    }
    .logo-content {
        display: none;
    }
    .logo-content-mobile {
        display: block !important;
    }
    .carousel.slide.carousel-fade.test-summary {
        display: block !important;
    }
    .menu-2 ul.dropdown-menu:nth-child(n) {
        position: relative;
        right: 0 !important;
        width: 100% !important;
        top: 0;
    }
    .register-form td {
        font-size: 15px;
        padding-bottom: 15px;
        display: block !important;
        text-align: left;
        width: 100% !important;
        float: left;
        padding-left: 0;
    }
    .register-form tr {
        display: block;
        width: 100%;
        float: left;
    }
    .register-form {
        margin: 0 auto 50px;
        width: 100%;
        overflow: hidden;
    }
    .register-form table {
        box-shadow: none;
        display: block;
        width: 100% !important;
        margin: 0 auto;
    }
    .register-form table tbody {
        display: table;
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .menu-mobile ul li {
        list-style: none;
        padding: 0;
        float: left;
        height: 42px;
        line-height: 40px;
        padding: 0 5px;
    }
    .menu-mobile ul li a {
        color: #fff;
        font-size: 12.3px;
        text-shadow: 1px 1.5px #000;
    }
    a:focus, a:hover {
        text-shadow: none !important;
    }
    .menu-mobile ul li.menu-1 {
        background: #b80f36 !important;
        height: 42px;
        line-height: 40px;
        padding: 0 5px;
    }
    .menu-mobile ul li a {
        font-weight: 700;
    }
    .menu-mobile ul li {
        width: 50%;
        padding: 0 5px !important;
        text-align: center;
    }
    .menu-mobile {
        display: block;
        width: calc(100% - 60px);
    }
    p.para1 {
        color: #0d446b;
        position: relative;
        bottom: 130px;
        text-shadow: none;
        font-weight: 600;
        left: 5px;
        bottom: 137px;
        font-size: 14px !important;
    }
    .navbar-wrapper .container-fluid {
        padding: 0;
    }
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .slider-bottom-section {
        display: block;
        padding: 30px 0;
        text-align: center;
        position: relative;
    }
    .slider-bottom-section .carousel-inner {
        overflow: visible;
    }
    .slider-bottom-section ul {
        padding: 0;
        margin: 0;
        list-style: none;
        padding-left: 24px;
        padding-top: 0;
        padding-right: 24px;
        text-align: left;
    }
    .slider-bottom-section ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-bottom: 35px;
        position: relative;
        padding-left: 30px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    .slider-bottom-section ul li a {
        padding: 0;
        margin: 0;
        list-style: none;
        color: #023b9a;
        font-size: 18px;
        font-weight: 700;
    }
    .slider-bottom-section ul li::after {
        content: "";
        background: url(../img/tick-mobile.png) no-repeat;
        height: 23px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        top: 50%;
        position: absolute;
        left: 0;
    }
    .tags a {
        color: #565656;
        padding: 5px 6px 5px 5px;
        font-size: 12px;
        font-weight: 600;
    }
    h2.registration_formm1 {
        position: relative;
        left: 0;
        display: block;
        clear: both;
        top: 7px;
        color: #333;
        font-size: 19px;
        font-weight: 400;
    }
    tr.examdatedetailtext {
        margin: 5px 0;
        border: 1px solid #eaeaea;
        display: table;
        width: 100%;
        background: #f6f6f8;
    }
    .payment-content {
        background: #fff;
    }
    .tel-content {
        width: 120px;
        padding: 1px 5px;
        position: absolute;
        width: 100%;
        display: block;
        text-align: right;
        background: 0 0;
        left: 0;
        top: 0;
    }
    .logo-content-mobile {
        width: 100%;
    }
    .tel-content .btn.btn-default.tel-btn {
        display: inline-block;
        float: right;
        margin-right: 8px;
        width: auto;
        padding-left: 5px;
        padding-right: 10px;
    }
    .contactformarea {
        padding: 0 20px;
    }
    .footer-left .right-sec h3 {
        margin-bottom: 10px;
    }
    .footer-left img.images_line {
        bottom: 15px;
    }
    .inner_style h4 {
        text-align: left;
        font-size: 18px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu-mobile ul li a {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.5px;
    }
    .menu-mobile ul li {
        width: auto;
        padding: 0 10px !important;
        text-align: center;
    }
    .menu-mobile {
        display: block;
        width: calc(100% - 60px);
    }
    .tel-content .btn.btn-default.tel-btn {
        font-size: 18px !important;
    }
    .navbar-toggle {
        width: 60px;
        height: 60px;
        margin-top: -9px;
    }
    .menu-text {
        font-size: 12px;
    }
    .sidenav .menu-text {
        font-size: 10px;
    }
    .slider-bottom-section {
        width: 100%;
    }
    .approved-test-center-container-mobile .head-title {
        font-size: 22px;
        font-weight: 700;
    }
    .approved-test-center-container-mobile .right-content ul li {
        font-size: 18px;
        font-weight: 700;
    }
}

.terms-box p {
    font-size: 15px;
}

@media screen and (min-width: 400px) and (max-width: 439px) {
    .menu-mobile {
        width: calc(100% - 50px);
    }
    .menu-mobile ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 440px) and (max-width: 479px) {
    .menu-mobile {
        width: calc(100% - 50px);
    }
    .menu-mobile ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 380px) and (max-width: 399px) {
    .menu-mobile {
        width: calc(100% - 50px);
    }
}

@media screen and (min-width: 350px) and (max-width: 379px) {
    .menu-mobile {
        width: calc(100% - 50px);
    }
    .menu-mobile ul li a {
        font-size: 12px;
    }
}

@media screen and (min-width: 320px) and (max-width: 349px) {
    .menu-mobile {
        width: calc(100% - 50px);
    }
    .menu-mobile ul li a {
        font-size: 12px;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .carousel-caption h1 {
        font-size: 23px;
        left: 110px;
        top: -20px;
        bottom: auto;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    a.buton1 {
        border-radius: 0;
        background-color: #0d446b;
        color: #d6d1cd;
        position: relative;
        top: 38px;
        font-size: 43px;
        font-weight: 900;
        left: 25px;
        padding: 5px;
        width: 288px;
        -webkit-box-shadow: 0 6px 0 #0d446b;
        -moz-box-shadow: 0 6px 0 #012169;
        box-shadow: 0 0 0 #0d446b;
    }
    .payment-content .left-section {
        min-height: 200px;
        border-right: 1px solid #000;
        margin-top: 30px;
        padding-left: 0;
    }
    .w-100.registration_title {
        background-color: #f2f3fa;
        background-color: #f2f3fa;
        margin-top: 103px;
    }
    h2.registration_formm {
        position: static;
        width: 100%;
        left: 22%;
        font-size: 22px;
        padding-top: 20px;
    }
    h1.headingg_right {
        text-transform: capitalize;
        position: relative;
        bottom: 50px;
        left: 250px;
        color: #be0121;
        text-shadow: none;
        font-size: 45px;
    }
    h4.headingg_bttn {
        text-transform: uppercase;
        font-weight: 700;
        color: #c2001d;
        position: relative;
        bottom: 88px;
        left: 80px;
        font-size: 45px !important;
    }
    p.para1 {
        color: #0d446b;
        position: relative;
        bottom: 130px;
        text-shadow: none;
        font-weight: 500;
        left: 39px;
        bottom: 107px;
        font-size: 27px !important;
    }
}

.sidenav {
    display: none;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    ul.mobile-menu li a {
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
        padding: 15px 10px;
    }
    ul.mobile-menu li .submenu-ul {
        display: none;
        background: #042157;
    }
    ul.mobile-menu li .submenu-ul li {
        border: 0;
    }
    ul.mobile-menu li .submenu-ul.collapse.in {
        display: block;
        background: #042157;
    }
    ul.mobile-menu li .submenu-ul.collapse.in a {
        border-bottom: 0;
    }
    .submenu-anchor {
        position: relative;
    }
    .submenu {
        position: relative;
    }
    #side-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #e61c4b;
        z-index: 99999;
        transition: 0.5s;
    }
    .sidenav .navbar-toggle {
        top: 10px;
        right: -47px;
        background: #042a71;
    }
    .sidenav {
        height: 100%;
        width: 85%;
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: -800px;
        background-color: #042a71;
        transition: 0.5s;
        overflow-x: hidden;
        padding-top: 0;
        display: none;
    }
    .sidenav.menu-visible {
        overflow-x: visible;
        left: 0;
        display: block;
    }
    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    ul.mobile-menu li {
        border-bottom: 1px solid #fff;
        padding: 0;
    }
    ul.mobile-menu li a.submenu-anchor {
        width: calc(100% - 30px);
        border-bottom: 0;
    }
    .tog-menu {
        width: 30px;
        height: 30px;
        position: relative;
        float: right;
    }
    .tog-menu::after {
        font-family: FontAwesome;
        content: "\f078";
        color: #fff;
        position: absolute;
        top: 13px;
        font-size: 19px;
        right: 0;
        width: 30px;
        text-align: center;
    }
    .tog-menu.active::after {
        content: "\f054";
    }
    table.table.table-bordered tr td {
        text-align: left;
        font-size: 10pt;
        border: 1px solid #594b42 !important;
    }
    #exam_month {
        width: 100% !important;
        background-position: 98% center;
    }
}

@media screen and (min-width: 320px) and (max-width: 327px) {
    .menu-mobile ul li {
        padding: 0 5px !important;
    }
    .menu-mobile ul li a {
        font-size: 11px !important;
    }
    .tel-content .btn.btn-default.tel-btn {
        font-size: 11px !important;
        margin-right: 5px;
    }
}

@media screen and (min-width: 328px) and (max-width: 330px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 11px !important;
        margin-right: 5px;
    }
    .menu-mobile ul li {
        padding: 0 5px !important;
    }
    .menu-mobile ul li a {
        font-size: 12.5px !important;
    }
}

@media screen and (min-width: 331px) and (max-width: 350px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 11px !important;
    }
    .menu-mobile ul li {
        padding: 0 5px !important;
    }
    .menu-mobile ul li a {
        font-size: 12.5px !important;
    }
}

@media screen and (min-width: 351px) and (max-width: 379px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 13.5px !important;
        margin-right: 5px;
    }
}

@media screen and (min-width: 380px) and (max-width: 400px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 13px !important;
    }
}

@media screen and (min-width: 401px) and (max-width: 449px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 450px) and (max-width: 479px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 17px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
    .nav-pills>li+li.rss-feed {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        border-left: 0;
    }
}

@media screen and (min-width: 510px) and (max-width: 590px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 591px) and (max-width: 767px) {
    .tel-content .btn.btn-default.tel-btn {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 330px) and (max-width: 360px) {
    .menu-mobile ul li {
        padding: 0 5px !important;
    }
}

@media screen and (min-width: 350px) and (max-width: 379px) {
    .menu-mobile ul li a {
        font-size: 13.5px !important;
    }
}

@media screen and (min-width: 380px) and (max-width: 390px) {
    .menu-mobile ul li a {
        font-size: 14.5px !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 413px) {
    .menu-mobile ul li a {
        font-size: 15.5px !important;
    }
}

@media screen and (min-width: 414px) and (max-width: 435px) {
    .menu-mobile ul li a {
        font-size: 16.5px !important;
    }
}

@media screen and (min-width: 436px) and (max-width: 458px) {
    .menu-mobile ul li a {
        font-size: 17.5px !important;
    }
}

@media screen and (min-width: 457px) and (max-width: 486px) {
    .menu-mobile ul li a {
        font-size: 18.5px !important;
    }
}

@media screen and (min-width: 487px) and (max-width: 507px) {
    .menu-mobile ul li a {
        font-size: 19.5px !important;
    }
}

@media screen and (min-width: 508px) and (max-width: 529px) {
    .menu-mobile ul li a {
        font-size: 20.5px !important;
    }
}

@media screen and (min-width: 530px) and (max-width: 550px) {
    .menu-mobile ul li a {
        font-size: 21.5px !important;
    }
}

@media screen and (min-width: 551px) and (max-width: 572px) {
    .menu-mobile ul li a {
        font-size: 22.5px !important;
    }
}

@media screen and (min-width: 573px) and (max-width: 593px) {
    .menu-mobile ul li a {
        font-size: 23.5px !important;
    }
}

@media screen and (min-width: 594px) and (max-width: 614px) {
    .menu-mobile ul li a {
        font-size: 24.5px !important;
    }
}

@media screen and (min-width: 615px) and (max-width: 636px) {
    .menu-mobile ul li a {
        font-size: 25.5px !important;
    }
}

@media screen and (min-width: 637px) and (max-width: 657px) {
    .menu-mobile ul li a {
        font-size: 26.5px !important;
    }
}

@media screen and (min-width: 658px) and (max-width: 679px) {
    .menu-mobile ul li a {
        font-size: 27.5px !important;
    }
}

@media screen and (min-width: 680px) and (max-width: 700px) {
    .menu-mobile ul li a {
        font-size: 28.5px !important;
    }
}

@media screen and (min-width: 701px) and (max-width: 722px) {
    .menu-mobile ul li a {
        font-size: 29.5px !important;
    }
}

@media screen and (min-width: 723px) and (max-width: 743px) {
    .menu-mobile ul li a {
        font-size: 29.5px !important;
    }
}

@media screen and (min-width: 744px) and (max-width: 765px) {
    .menu-mobile ul li a {
        font-size: 31.5px !important;
    }
}

@media screen and (min-width: 766px) and (max-width: 767px) {
    .menu-mobile ul li a {
        font-size: 32.5px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 360px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 24px;
        left: 5px;
    }
    .carousel-caption h1 {
        font-size: 23px;
        left: 110px;
        top: -20px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 24px;
        left: 5px;
        line-height: 34px;
    }
    p.para1 {
        font-size: 18px !important;
        left: 5px;
    }
}

@media screen and (min-width: 361px) and (max-width: 400px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 25px;
        left: 5px;
    }
    .carousel-caption h1 {
        font-size: 27px;
        left: 120px;
        top: -20px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 27px;
        left: 5px;
    }
    p.para1 {
        font-size: 18px !important;
        left: 5px;
    }
}

@media screen and (min-width: 401px) and (max-width: 450px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 26px;
        left: 10px;
    }
    .carousel-caption h1 {
        font-size: 31px;
        left: 130px;
        top: -20px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 31px;
        left: 10px;
    }
    p.para1 {
        font-size: 19px !important;
        left: 10px;
    }
}

@media screen and (min-width: 451px) and (max-width: 500px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 28px;
        left: 10px;
    }
    .carousel-caption h1 {
        font-size: 35px;
        left: 140px;
        top: -20px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 35px;
        bottom: 100px;
        left: 10px;
    }
    p.para1 {
        font-size: 21px !important;
        left: 10px;
    }
}

@media screen and (min-width: 501px) and (max-width: 550px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 32px;
        left: 25px;
    }
    .carousel-caption h1 {
        font-size: 35px;
        left: 165px;
        top: -26px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 35px;
        bottom: 100px;
        left: 25px;
    }
    p.para1 {
        font-size: 22px !important;
        left: 25px;
    }
}

@media screen and (min-width: 551px) and (max-width: 600px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 34px;
        left: 25px;
    }
    .carousel-caption h1 {
        font-size: 39px;
        left: 175px;
        top: -26px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 39px;
        bottom: 100px;
        left: 25px;
    }
    p.para1 {
        font-size: 22px !important;
        left: 25px;
    }
}

@media screen and (min-width: 601px) and (max-width: 650px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 36px;
        left: 25px;
    }
    .carousel-caption h1 {
        font-size: 40px !important;
        left: 180px;
        top: -27px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 43px;
        bottom: 100px;
        left: 25px;
    }
    p.para1 {
        font-size: 23px !important;
        left: 25px;
    }
}

@media screen and (min-width: 651px) and (max-width: 700px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 32px;
        left: 25px;
    }
    .carousel-caption h1 {
        font-size: 34px !important;
        left: 190px;
        top: -20px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 34px !important;
        bottom: 90px;
        left: 25px;
    }
    p.para1 {
        font-size: 20px !important;
        left: 25px;
    }
}

@media screen and (min-width: 701px) and (max-width: 767px) {
    .carousel-caption a.buton1 {
        width: auto;
        font-size: 32px;
        left: 25px;
    }
    .carousel-caption h1 {
        font-size: 34px !important;
        left: 190px;
        top: -20px;
        bottom: auto;
    }
    .carousel-caption h4 {
        font-size: 34px !important;
        bottom: 90px;
        left: 25px;
    }
    p.para1 {
        font-size: 20px !important;
        left: 25px;
    }
    .tool .tooltiptext {
        display: none;
    }
}

@media screen and (min-width: 375px) and (max-width: 376px) {
    .menu-mobile ul li a {
        font-size: 13px !important;
    }
    .tel-content .btn.btn-default.tel-btn {
        font-size: 13.5px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .faq_section1 .faq-section-container h2 {
        color: #012169;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .faq_section1 .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
        position: relative;
        left: 0;
    }
    .faq_section1 .faq-section-container .tab-content>.tab-pane {
        padding: 0;
        position: relative;
        right: 0;
    }
    #exam_month {
        width: 100% !important;
        background-position: 98% center;
    }
}

#processing_image.overlay {
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

.overlay.show {
    visibility: visible;
    opacity: 1;
}

#processing_image .processing_wrapper .processing_img {
    margin: 20% auto;
    height: 120px;
    overflow: hidden;
    width: 120px;
    position: relative;
}

#processing_image .processing_wrapper .processing_img .sprite {
    top: -8728px;
    left: 0;
    position: relative;
}

#processing_image.overlay {
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
}

span.preloader_span {
    position: relative;
    top: 50px;
    display: block;
    width: 100%;
    text-align: center;
    width: 120px;
    height: 20px;
    font-size: 14px;
    color: #042a71;
    font-family: "Ubuntu Regular";
}

#preloader {
    position: absolute;
    width: 120px;
    height: 120px;
    border-top: 5px solid #042a71;
    border-bottom: 5px solid #042a71;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 120px;
    top: 0;
    left: 0;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@media screen and (min-width: 411px) and (max-width: 415px) {
    .tel-content .btn.btn-default.tel-btn:first-child {
        margin-right: 0 !important;
    }
    .menu-mobile ul li.menu-2 {
        padding-right: 0 !important;
    }
    .menu-mobile ul li a {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .find_next_btn_each_row {
        margin: 0;
        border: 1px solid #012169;
        font-weight: 700;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        background: #012169;
        font-family: Raleway, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: inline;
        padding: 0 5px;
        height: 35px;
        display: inline-block;
        line-height: 32px;
    }
    input#email_id:nth-child(n) {
        text-transform: lowercase;
    }
    input#confirm_email:nth-child(n) {
        text-transform: lowercase;
    }
    .xs_hidden {
        display: none;
    }
    .xs_hide {
        display: block !important;
    }
    .xs_show {
        display: block !important;
    }
    tr.examdatedetailtext td {
        font-size: 12px !important;
        color: #333 !important;
        padding: 21px 10px !important;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
    }
    .candi-detail-box ul li {
        font-size: 14px;
    }
    .candi-detail-box ul li label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }
    body #tawkchat-container {
        display: none !important;
        opacity: 0 !important;
    }
    .searchforexam-heading {
        background: #d81b1a;
        font-size: 24px;
        color: #fff;
        padding: 12px 10px;
        text-align: left;
        position: relative;
        display: block;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        top: 12px;
    }
    .btn-default.examdateshowallbtn {
        font-size: 17px !important;
        margin-left: 5px;
    }
    .examdatesubmitbtn.btn.btn-default.book-test-btn {
        font-size: 17px !important;
    }
    .search-table-responsive form#form1 table {
        table-layout: fixed;
        width: 100%;
    }
    .search-table-responsive form#form1 table tr td {
        font-size: 12px !important;
        padding: 21px 6px !important;
        word-break: break-word;
    }
    .search-table-responsive form#form1 table tr td:nth-child(1) {
        width: 32%;
    }
    .search-table-responsive form#form1 table tr td:nth-child(2) {
        width: 25%;
    }
    .search-table-responsive form#form1 table tr td:nth-child(3) {
        width: 25%;
    }
    .search-table-responsive form#form1 table tr td:nth-child(4) {
        width: 18%;
    }
    .search-table-responsive form#form1 table tr td:nth-child(5) {
        width: 18%;
    }
    tr.examdatedetailtext td:nth-child(1) {
        width: 32%;
    }
    tr.examdatedetailtext td:nth-child(2) {
        width: 25%;
    }
    tr.examdatedetailtext td:nth-child(3) {
        width: 25%;
    }
    tr.examdatedetailtext td:nth-child(4) {
        width: 18%;
    }
    .search-table-responsive {
        width: 100%;
        overflow: auto;
    }
    tr.examdatedetailtext td {
        font-size: 12px !important;
        color: #333 !important;
        padding: 21px 6px !important;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        word-break: break-word;
    }
    .tags-line {
        display: none;
    }
    .tags a {
        position: relative;
        padding-right: 10px;
        display: inline-block;
    }
    .tags a::after {
        position: absolute;
        content: "|";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        line-height: 12px;
    }
    .tags a:last-child::after {
        display: none;
    }
}

.hidden {
    display: none;
}

.xs_hide.video-box {
    margin-bottom: 12px;
}

.cg.notice-padding {
    font-weight: 700;
    font-size: 23px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1270px) {
    .text-content .video-item h2 {
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #000;
        font-size: 28px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 25px;
        width: 90%;
    }
    .text-content .video-item h3 {
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #000;
        font-size: 20px;
        font-weight: 400;
        width: 90%;
    }
    .text-content .video-item p {
        text-shadow: 1px 1px 2px #000;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 400;
        width: 90%;
    }
    .testi-box {
        padding: 40px 20px;
        margin: 0 15px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
    .inquiry-container .text-content-box ul {
        font-size: 18px;
    }
}

@media (min-width: 1025px) {
    .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-box {
        position: relative;
        padding-bottom: 23.25%;
        padding-top: 25px;
        height: 0;
        width: 50%;
    }
    .video-section .text-content {
        width: 50%;
        padding: 10px;
        height: auto;
        padding-bottom: 23.25%;
        padding-top: 25px;
        position: relative;
    }
    .video-section .carousel {
        height: auto;
        position: absolute;
        width: 96%;
        height: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1370px) {
    .video-section .text-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    input#email_id:nth-child(n) {
        text-transform: lowercase;
    }
    input#confirm_email:nth-child(n) {
        text-transform: lowercase;
    }
    .video-section .text-content h3, .video-section .text-content p {
        font-size: 22px;
    }
    .video-section .text-content p {
        margin-bottom: 20px;
    }
}

table.table.table-bordered tr td {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.test-price {
    width: auto;
    height: auto;
    font-size: 20px;
    padding: 2px 10px;
}

.payment-content .right-section .address-box {
    text-transform: capitalize;
}

.discount-box input {
    font-size: 15px;
    padding: 8px;
}

.terms-box .price-tag h6 {
    width: 88%;
}

.testimonials-container button.slick-next, .testimonials-container button.slick-next:focus {
    left: -38px;
    outline: 0 !important;
}

.discount-box .apply-btn, button.book-test-btn {
    background: #012169 !important;
}

button.book-test-btn {
    margin-top: 0;
}

.contactformarea select, .examdatessearcharea select, .register-form select {
    text-transform: uppercase;
    font-weight: 600;
}

.register-form input:not([type]), .register-form input[type="color"], .register-form input[type="email"], .register-form input[type="number"], .register-form input[type="password"], .register-form input[type="tel"], .register-form input[type="text"], .register-form input[type="url"] {
    font-size: 14px;
}

input#exam_month::-webkit-input-placeholder {
    text-transform: uppercase;
}

input#exam_month::-moz-placeholder {
    text-transform: uppercase;
}

input#exam_month:-ms-input-placeholder {
    text-transform: uppercase;
}

input#exam_month:-moz-placeholder {
    text-transform: uppercase;
}

ul.recent-news img.img_height_width {
    width: 100%;
    height: auto;
}

.headingtag1 h2 a {
    color: #000;
}

ul.recent-news li {
    text-align: center;
}

ul.recent-news li a.blink {
    left: 0 !important;
}

.w-mg0 {
    margin: 0;
}

.setsectionpadding .contentwrapper>.row {
    margin: 0;
}

.w-mobile-center, .w-mobile-list {
    font-weight: 600 !important;
}

.w-mobile-list {
    position: relative;
    padding-bottom: 0 !important;
}

.w-mobile-list::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    background-color: #594b42;
    border-radius: 50%;
    top: 9px;
    display: none;
}

.register-form .popover {
    background-color: #444 !important;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
}

.register-form .popover.top>.arrow:after {
    border-top-color: #444 !important;
}

.register-form td {
    position: relative;
}

.inner_style p {
    font-weight: 600 !important;
}

.payment-content span.book-test-btn input {
    background: none;
    font-weight: 700;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.right-section .address-box p {
    text-transform: uppercase;
    word-break: break-word;
}

.right-section .address-box p:first-child {
    text-transform: capitalize;
}

.candi-detail-box-row {
    width: 100%;
    display: inline-block;
}

.candi-detail-box-first-wrap .candi-detail-box-row ul, .candi-detail-box-first-wrap .candi-detail-box-row ul.last-ul, .candi-detail-box-second-wrap .candi-detail-box-row ul, .candi-detail-box-second-wrap .candi-detail-box-row ul {
    margin: 0;
}

.candi-detail-box-first-wrap, .candi-detail-box-second-wrap {
    margin: 0 0 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .candi-detail-box-first-wrap, .candi-detail-box-second-wrap {
        margin: 15px 0 10px;
    }
    .search-test .tool:hover .tooltiptext1, .search-test .tool:hover .tooltiptext2, .search-test .tool:hover .tooltiptext3 {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .candi-detail-box-first-wrap, .candi-detail-box-second-wrap {
        margin: 15px 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .terms-box .price-tag h6 {
        width: 86%;
    }
    .payment-content .left-section {
        border-right: 1px solid #000;
    }
}

@media only screen and (min-width: 800px) and (max-width: 991px) {
    .terms-box .price-tag h6 {
        width: 89%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .terms-box .price-tag h6 {
        width: 89%;
    }
}

@media only screen and (min-width: 750px) and (max-width: 767px) {
    .terms-box .price-tag h6 {
        width: 91%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 750px) {
    .terms-box .price-tag h6 {
        width: 91%;
    }
}

@media only screen and (min-width: 650px) and (max-width: 700px) {
    .terms-box .price-tag h6 {
        width: 90%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 650px) {
    .terms-box .price-tag h6 {
        width: 89%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 600px) {
    .terms-box .price-tag h6 {
        width: 88%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 550px) {
    .terms-box .price-tag h6 {
        width: 87%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
    .terms-box .price-tag h6 {
        width: 85%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 450px) {
    .terms-box .price-tag h6 {
        width: 83%;
    }
}

@media only screen and (min-width: 350px) and (max-width: 399px) {
    .terms-box .price-tag h6 {
        width: 81%;
    }
}

@media only screen and (max-width: 350px) {
    .terms-box .price-tag h6 {
        width: 78%;
    }
}

.terms-box p {
    width: 100%;
    display: inline-block;
}

.right-section .address-box p {
    line-height: 1.3;
    margin: 5px 0;
}

.discount-box .apply-btn {
    outline: 0 !important;
}

.new-image {
    width: 90% !important;
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    tr.examdatedetailtext td .find_next_btn_each_row {
        width: 95px !important;
        top: 70px;
        height: 30px !important;
        left: 6px;
        font-size: 15px !important;
        line-height: 30px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    tr.examdatedetailtext td .find_next_btn_each_row {
        width: 65px !important;
        top: 70px;
        height: 23px !important;
        left: 6px;
        line-height: 23px !important;
    }
}

@media only screen and (min-width: 420px) and (max-width: 479px) {
    tr.examdatedetailtext td .find_next_btn_each_row {
        top: 70px;
        height: 23px !important;
        left: 6px;
        line-height: 23px !important;
    }
}

@media only screen and (min-width: 331px) and (max-width: 640px) {
    tr.examdatedetailtext td .find_next_btn_each_row {
        width: 50px !important;
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 330px) {
    tr.examdatedetailtext td .find_next_btn_each_row {
        width: 44px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    tr.examdatedetailtext td span.fully-booked {
        font-size: 15px !important;
        padding: 6px 7px 5px 6px;
    }
    .register-form tr#disabilities_details td:last-child {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    tr.examdatedetailtext td span.fully-booked {
        font-size: 15px !important;
        padding: 6px 7px 5px 6px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    tr.examdatedetailtext td span.fully-booked {
        font-size: 10px !important;
        padding: 8px 6px;
    }
}

@media only screen and (min-width: 398px) and (max-width: 480px) {
    tr.examdatedetailtext td span.fully-booked {
        font-size: 8px !important;
        padding: 8px 2px;
    }
}

@media screen and (max-width: 397px) {
    tr.examdatedetailtext td span.fully-booked {
        display: block;
        padding: 0 2px;
        text-transform: none;
        font-size: 10px !important;
        text-align: center;
        height: auto !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    h2.registration_formm {
        position: static;
        width: 100%;
        left: 22%;
        font-size: 28px;
        padding-top: 20px;
    }
    .payment-content .left-section {
        min-height: 200px;
        border-right: 1px solid #000;
        margin-top: 30px;
        padding-left: 0;
    }
    .w-100.registration_title {
        background-color: #f2f3fa;
        margin-top: 103px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .mobile-banner .main-banner .carousel-inner>.item>img {
        height: 400px;
    }
    .logo-content-mobile img {
        width: 320px !important;
        padding: 14px 7px 0 !important;
    }
    .logo-content-mobile {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .mobile-banner .main-banner .carousel-inner>.item>img {
        height: 300px;
    }
    .logo-content-mobile img {
        width: 320px !important;
        padding: 14px 7px 0 !important;
    }
    .logo-content-mobile {
        text-align: center;
    }
}

/***NEW HEADER STARTS HERE***/

/***DESKTOP VIEW***/

.uk-new-header {
    height: auto;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999999999;
    top: 0;
    left: 0;
}

.uk-topmost-strip {
    background-color: #0c0f17;
    width: 100%;
    text-align: right;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.uk-topmost-strip ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.uk-topmost-strip ul li {
    display: inline-block;
    vertical-align: top;
}

.uk-topmost-strip ul li a {
    display: inline-block;
    color: #fff;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    text-decoration: none;
}

.uk-topmost-strip ul li a em {
    font-style: normal;
}

.uk-topmost-strip ul li a b {
    font-weight: 700;
    font-size: 15px;
}

.uk-topmost-strip ul li a.mobile-visible-timing {
    display: none;
}

.uk-topmost-strip ul li.desktop-timing a {
    padding: 12px 15px;
}

.uk-topmost-strip ul li a:hover {
    background-color: #b80f36;
    border-radius: 0 0 5px 5px;
}

.uk-new-navbar-strip {
    width: 100%;
    background-color: #0c0f17;
}

.uk-new-logo img {
    width: 310px;
    max-width: 100%;
}

.uk-new-navigation .navbar-wrapper {
    background-color: transparent;
}

.uk-new-navigation .navbar-nav>li>a {
    padding: 13px 0 !important;
    font-size: 14px;
    min-height: 60px;
}

.uk-new-navigation .navbar-nav>li:hover a, .uk-new-navigation .navbar-nav>li a:focus {
    background: #b80f36;
}

.uk-new-navigation .menu-2 ul.dropdown-menu:nth-child(n), .uk-new-navigation .navbar-nav>li>.dropdown-menu {
    width: 250px !important;
}

.uk-new-navigation .navbar-nav>li>.dropdown-menu li a {
    font-size: 13px;
}

.uk-new-navigation .dropdown-menu>li>a:hover {
    background: #b80f36 !important;
}

.uk-new-navigation .navbar-wrapper.fixed {
    position: static;
}

.uk-new-navbar-strip .container {
    padding: 0;
}

.rotate-arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

ul.mobile-menu {
    display: none;
}

.backred {
    background-color: #012169;
}

.payment-content {
    margin-top: 0;
}

.main-banner, .w-100, .payment-content, .w-100.registration_title {
    margin-top: 100px;
}

.registration-form-page-wrap {
    margin-top: 0;
}

.new-eng-test-block-mobile p {
    margin: 0;
    padding: 0;
}

.uk-topmost-strip ul li a em {
    display: none;
}

.latest-nh-banner-left-col.b1-contentbox h2 {
    margin-bottom: 13px;
}

/* testimonial-comment-area */

.testimonial-container.testimonial-comment-area {
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
    .register-form td.label_1 {
        padding-right: 12px;
        width: 38%;
        padding-top: 5px;
    }
    .col-registration-form-right {
        right: -50px;
    }
    .col-registration-form-left table.table11 tr td:nth-child(2) select, .col-registration-form-left table.table11 tr td:nth-child(2) input {
        position: relative;
        left: 0;
    }
    .col-registration-form-left table.table11 tr td:nth-child(2) input[name="test_date"] {
        cursor: pointer;
    }
    .register-form textarea, .register-form input[type="color"], .register-form input[type="email"], .register-form input[type="number"], .register-form input[type="password"], .register-form input[type="tel"], .register-form input[type="text"], .register-form input[type="url"], .register-form select {
        max-width: 287px;
    }
    .register-form input[type="number"].days1, .register-form input[type="number"].month1 {
        width: calc(100% / 3) !important;
        max-width: 98px;
    }
    .register-form input[type="number"].year1 {
        width: 33% !important;
        max-width: 84px;
    }
}

@media (max-width: 1199px) {
    .uk-new-logo img {
        width: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .register-form input[type="number"].days1, .register-form input[type="number"].month1, .register-form input[type="number"].year1 {
        width: calc(100% / 3) !important;
        max-width: 69px;
    }
    .register-form table.table11 td.label_1 {
        font-weight: 600;
    }
    .main-banner, .payment-content, .w-100.registration_title {
        margin-top: 117px;
    }
    .registration-form-page-wrap {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .main-banner, .payment-content, .w-100.registration_title {
        margin-top: 100px;
    }
    .registration-form-page-wrap {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uk-new-navbar-strip .container {
        padding: 0 15px;
    }
    .date-birth-field {
        padding-right: 15px;
    }
    .uk-new-logo img {
        width: 280px;
        max-width: inherit;
        position: relative;
        left: -15px;
    }
    .uk-new-navigation .navbar-nav>li>a {
        font-size: 12px;
        min-height: 49px;
        line-height: 14px;
    }
    .uk-topmost-strip {
        padding: 0;
    }
    .uk-new-navigation .container-fluid {
        padding-right: 0;
        right: -10px;
        position: relative;
    }
    .w-100.registration_title {
        margin: 0;
    }
    .register-form table.table11 td.label_1 {
        font-weight: 600;
    }
    .registration-caption p {
        font-size: 14px;
    }
    .main-banner, .payment-content, .w-100.registration_title {
        margin-top: 95px;
    }
    .registration-form-page-wrap {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .uk-new-navigation .menu-mobile {
        display: none;
    }
    .uk-topmost-strip ul li.desktop-timing {
        display: none;
    }
    .uk-topmost-strip ul li a.mobile-visible-timing {
        display: inline-block;
    }
    .uk-topmost-strip {
        text-align: center;
    }
    .uk-topmost-strip ul li a {
        padding: 0;
        font-size: 11px;
        margin: 0 1px;
    }
    .uk-topmost-strip ul li a b {
        color: #fff;
        opacity: 1;
        visibility: visible;
        font-size: 13px;
    }
    .uk-topmost-strip ul {
        padding: 13px 0;
    }
    .uk-topmost-strip ul li a .fa-phone {
        display: none;
    }
    .uk-new-navigation .navbar-toggle {
        color: #fff;
        font-size: 30px;
        padding: 0;
        line-height: 1;
        right: 0;
        width: auto;
        height: auto;
        margin-top: 0;
        background: transparent;
        top: 2px;
    }
    .uk-new-navigation .navbar-wrapper {
        margin-top: 0;
        height: auto;
    }
    .uk-new-navigation .navbar {
        min-height: initial;
    }
    #side-overlay {
        display: none !important;
    }
    .sidenav {
        width: 100%;
        position: relative;
        background-color: #0c0f17;
        height: auto;
    }
    ul.mobile-menu li .submenu-ul {
        background-color: #b80f36;
    }
    ul.mobile-menu {
        border-top: 1px solid #fff;
        margin: 0;
    }
    .uk-new-navbar-strip .container {
        padding: 5px 10px 0;
    }
    .uk-new-navbar-strip .container .row {
        margin: 0 -10px;
    }
    .uk-new-logo img {
        width: 240px;
        max-width: initial;
    }
    .w-100.registration_title {
        margin: 0;
    }
    .payment-content .left-section {
        border: 0 !important;
    }
    .b1-test-mobile-banner-new div.item img, .a2-test-mobile-banner-new div.item img {
        visibility: hidden;
    }
    .b1-test-mobile-banner-new div.item .eng_test_block, .a2-test-mobile-banner-new div.item .eng_test_block {
        background: #012169;
    }
    .b1-test-mobile-banner-new div.item a.eng_test_block_btn, .a2-test-mobile-banner-new div.item a.eng_test_block_btn {
        background: #0c0f17;
    }
    .b1-test-mobile-banner-new div.item .eng_test_block p, .a2-test-mobile-banner-new div.item .eng_test_block p {
        font-weight: bold;
    }
    .free-feature-table {
        padding: 0;
        background: #fff;
    }
    .main-banner, .payment-content, .w-100.registration_title {
        margin-top: 88px;
    }
    .registration-form-page-wrap {
        margin-top: 0;
    }
    .footer-right>img {
        max-width: 280px;
    }
    .uk-topmost-strip .container {
        padding: 0;
    }
    .uk-topmost-strip ul li a em {
        display: inline-block;
    }
    .uk-topmost-strip ul li a:hover {
        background-color: transparent;
    }
}

@media only screen and (min-width: 564px) and (max-width: 767px) {
    .main-banner, .payment-content, .w-100.registration_title {
        margin-top: 90px;
    }
    .registration-form-page-wrap {
        margin-top: 0;
    }
    .uk-topmost-strip ul li a b {
        font-size: 15px;
    }
}

@media only screen and (max-width: 374px) {
    .uk-new-logo img {
        width: 240px;
    }
    .uk-new-navigation .navbar-toggle {
        top: 0;
    }
    .main-banner, .payment-content, .w-100.registration_title {
        margin-top: 80px;
    }
    .registration-form-page-wrap {
        margin-top: 0;
    }
    .uk-topmost-strip ul li a em {
        display: inline-block;
    }
    .uk-topmost-strip ul li a b {
        font-size: 11px;
    }
}

@media only screen and (min-width: 365px) and (max-width: 374px) {
    .main-banner, .payment-content, .w-100.registration_title {
        margin-top: 87px;
    }
    .registration-form-page-wrap {
        margin-top: 0;
    }
}

/***new-test-centers-page***/

.new-test-centers-page {
    background-color: #f2f3fa;
    margin: 101px auto 0;
}

.new-test-centers-page-in {
    padding: 40px 0;
}

.new-test-centers-headings h1 {
    font-size: 35px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 900;
    color: #012169;
}

.new-test-centers-headings h2 {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #000;
}

.new-test-centers-box {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
}

.new-tc-image {
    padding: 30px 0 15px 30px;
}

.new-tc-image img {
    width: 340px;
    height: 200px;
    object-fit: cover;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.new-tc-image img:hover {
    opacity: 0.6;
}

.new-tc-content-col {
    padding-left: 30px;
    padding-right: 30px;
}

.new-tc-content {
    padding: 20px 0;
}

.new-tc-content h3 {
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 20px;
    font-weight: 700;
    color: #012169;
    text-transform: uppercase;
}

.new-tc-list {
    position: relative;
    padding-left: 50px;
    margin: 0 0 12px;
}

.new-tc-list p {
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    font-weight: 700;
    color: #000;
}

.new-tc-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 20px;
}

.new-tc-address::before {
    background: #012169 url(../img/new-icon-location.png) no-repeat center center;
}

.new-tc-ukvi::before {
    background: #012169 url(../img/new-icon-check.png) no-repeat center center;
}

.new-tc-phone::before {
    background: #012169 url(../img/new-icon-check.png) no-repeat center center;
}

.new-tc-ukvi {
    padding-right: 240px;
}

.new-tc-ukvi a {
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 25px;
    width: 224px;
    height: 45px;
    border-radius: 4px;
    background-color: #012169;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.new-tc-ukvi a img {
    position: relative;
    top: 4px;
}

.new-tc-book-test a {
    display: inline-block;
    height: 45px;
    border-radius: 4px;
    background-color: #012169;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
}

.new-tc-book-test a:hover, .new-tc-ukvi a:hover {
    background-color: #042a71;
}

.new-tc-book-test a img {
    position: relative;
    top: 4px;
}

.new-tc-image-mobile {
    display: none;
}

.whatsapp-number {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 40px;
}

.whatsapp-number img {
    width: 50px;
    margin: 0 6px;
    position: relative;
    display: inline-block;
    top: 15px;
}

.whatsapp-number-anchor {
    color: #000;
    text-decoration: none !important;
}

.home-page-banner-new-wrap {
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

.home-page-banner-new {
    background-color: rgba(0, 0, 0, 0);
    padding: 110px 0 70px;
}

.home-page-banner-new h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 0;
    text-align: left;
    font-family: "Ubuntu", sans-serif;
}

.home-page-banner-new-box {
    text-align: left;
    margin: auto;
    padding: 10px 0 30px;
}

.home-page-banner-new-box h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
}

.home-page-banner-new h3 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
}

.home-page-banner-new h3.call-now-whatsapp {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin: 10px 0 0;
}

.home-page-banner-new h3 a {
    color: #fff;
    text-decoration: none !important;
}

.home-page-banner-new h3 a img {
    width: 35px;
    vertical-align: middle;
}

.home-page-banner-new-box p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    padding: 15px 0;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    text-align: justify;
}

.home-page-banner-new-book-test {
    display: block;
    width: 250px;
    padding: 4px 15px 5px;
    margin: 0;
    background: #012169;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.home-page-banner-new-book-test:hover {
    text-decoration: none;
    color: #fff;
    background-color: #a50018;
}

.home-page-banner-new-box h2.english-test-ab {
    font-size: 40px;
    line-height: 45px;
    margin-top: 20px;
    font-weight: 400;
}

.registration-title-number {
    text-align: center;
}

.registration-title-number a {
    display: inline-block;
    width: 224px;
    height: 45px;
    border-radius: 4px;
    background-color: #012169;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin: 0 10px;
}

.registration-title-number a img {
    position: relative;
    top: 4px;
}

.registration-title-number a:hover {
    background-color: #042a71;
}

.registration-title-number p {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 0 10px 30px;
    margin-bottom: 0;
}

p.form-button-bottom-new-test {
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 20px;
    font-size: 16px;
}

.inquiry-container .form-box {
    position: relative;
    width: 70%;
    margin: auto;
    height: 450px;
}

.inquiry-container-mobile-only {
    display: none;
}

.home-page-banner-new-box-left {
    border-right: 1px solid #012169;
    padding-right: 20px;
}

.exam-fee-price {
    color: #012169;
    font-weight: bold;
}

.home-page-banner-new-box h1 em {
    font-style: normal;
}

.home-page-banner-new-box-right {
    padding-left: 50px;
}

.home-page-banner-new-box-left p {
    padding-right: 20px;
}

.new-life-in-uk-mobile {
    display: none;
}

.new-mobile-banner-wrap {
    display: none;
    background-color: #000;
    padding: 120px 10px 60px;
}

.new-mobile-banner-box h1, .new-life-in-uk-mobile h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 0;
    text-align: left;
    font-family: "Ubuntu", sans-serif;
}

.new-mobile-banner-box h1 em {
    margin-bottom: 10px;
    display: inline-block;
    font-style: normal;
}

.new-mobile-banner-box h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
}

.new-mobile-banner-box h3 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
}

.new-mobile-banner-box h3.call-now-whatsapp {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin: 10px 0 0;
}

.new-mobile-banner-box h1.small-h1-mobile {
    font-size: 25px;
    line-height: 35px;
}

.new-mobile-banner-box h3.call-now-whatsapp {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin: 10px 0 0;
}

.new-mobile-banner-box h3.call-now-whatsapp a {
    color: #fff;
    text-decoration: none !important;
}

.new-mobile-banner-box h3.call-now-whatsapp a img {
    width: 35px;
    vertical-align: middle;
}

.new-mobile-banner-box h2.english-test-ab {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
}

.new-mobile-banner-box h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
}

.new-mobile-banner-box p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    padding: 15px 0;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    text-align: justify;
}

.new-mobile-banner-box h1.small-h1-mobile {
    margin-top: 10px;
}

.new-mobile-banner-box .exam-fee-price {
    font-size: 25px;
    line-height: 35px;
}

.new-mobile-banner-top {
    border-bottom: 1px solid #012169;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.new-mobile-banner .new-life-in-uk-mobile {
    padding: 0;
}

.new-mobile-banner-box h1.small-h1-mobile .less-font-size-h1 {
    font-size: 23px;
}

.b1-test-mobile-para-content {
    display: none;
}

.showmeonmobile {
    display: none;
    font-style: normal;
}

.new-footer-logo {
    max-width: 250px;
    margin-bottom: 8px;
    width: 100%;
}

/***New-Banner-Code***/

.latst-new-home-banner-wrap {
    /* background: url(../img/back-image1.jpg) no-repeat;
    background-size: cover; */
    background-position: center;
}

.latst-new-home-banner-wrap-overlay {
    padding: 100px 0 135px;
    background-color: rgba(0, 0, 0, 0.5);
}

.latst-new-home-banner-book-now:hover {
    background: #b71615;
    text-decoration: none;
    color: #fff;
}

.sign-icon-img img {
    width: 150px;
}

.main-banner-new-heading-desktop h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 15px 0 30px;
}

.latest-nh-banner-box {
    text-align: center;
    border: 5px solid #dc5900;
    padding: 10px 10px 14px;
    background-color: rgba(0, 0, 0, 0.7);
}

.latest-nh-banner-left-col .latest-nh-banner-box {
    padding: 19px 10px 14px;
}

.latest-nh-banner-box h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    margin: 0;
    color: #dc5900;
}

.latest-nh-banner-box h2.b1-h2 {
    margin-bottom: 8px;
}

.latest-nh-banner-box h2.english-h2 {
    margin: 5px 0 10px;
}

.latest-nh-banner-box p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    margin: 10px 0 10px;
    color: #fff;
    padding: 0 25px;
}

.latst-new-home-banner-book-now {
    display: inline-block;
    padding: 10px 51px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    background: #012169;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0 0;
    transition: 0.5s all ease;
}

.passtest-applying .passtest-inner a.latst-new-home-banner-book-now:hover, .passtest-applying .new-a2-red-box-wrap .latst-new-home-banner-book-now:hover {
    background: #b71615;
    color: #fff;
}

.main-landing-page-mobile-banner {
    display: none;
}

.new-test-centers-image-mobile {
    display: none;
}

.msg_belw_textbox_new {
    font-size: 9px;
    color: #012169;
    text-align: justify;
    font-weight: bold;
    position: relative;
    left: -45px;
    top: 4px;
}

.register-form .msg_belw_textbox_new {
    left: 0;
    padding-top: 3px;
}

.latest-nh-banner-lifeintheuk-desktop .latest-nh-banner-box {
    padding: 28px 10px 28px;
}

/** info-fill-beforeform *****/

.video-section {
    width: 100%;
    margin-top: 90px;
}

.info-fill-beforeform {
    margin-bottom: 40px;
    width: 100%;
    float: left;
    text-align: center;
}

.info-fill-beforeform p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #7A7A7A;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0.05px;
    font-family: "Helvetica", "Open Sans", Sans-serif;
}

.info-fill-beforeform p:last-child {
    margin-bottom: 0;
}

.info-fill-beforeform p span {
    color: red;
    font-weight: 700;
    font-size: 100%;
}

.info-fill-beforeform h4 {
    font-weight: 700;
    color: #FF0000;
    font-size: 21px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .info-fill-beforeform {
        margin-bottom: 40px;
        max-width: 642px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

/***new-a2-mobile-view-wrap***/

.new-a2-mobile-banner .mobile-banner .main-banner .carousel-inner>.item>img {
    min-height: initial;
}

.uk-spouse-icon-wrap {
    padding: 20px;
}

.uk-spouse-icon-wrap img {
    width: 200px;
}

.uk-spouse-icon-wrap h2 {
    color: #012169;
    font-weight: 700;
    font-size: 26px;
    margin: 15px 0 5px;
    line-height: 30px;
}

.uk-spouse-icon-wrap p {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

.new-a2-content-section {
    padding: 0 20px;
}

.new-a2-content-section h3 {
    color: #012169;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 10px;
}

.new-a2-content-section p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #000;
}

.new-a2-content-section-para {
    padding: 15px;
    background-color: #f4f4f4;
}

.new-a2-content-section-para p {
    font-weight: 600;
}

.new-a2-content-section p a, .new-a2-red-box-content p a {
    font-size: 14px;
    font-weight: 600;
}

.new-a2-red-box-content p strong {
    font-size: 100%;
}

.new-a2-red-box-wrap {
    padding: 0 20px;
}

.new-a2-red-box {
    border: 1px solid #012169;
    margin: 0 0 15px;
}

.new-a2-red-box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    background: #012169;
    padding: 10px;
    text-align: center;
}

.new-a2-red-box-content {
    padding: 10px;
    background-color: #f4f4f4;
}

.data-in-list {
    padding: 0 0 0 15px;
}

.data-in-list li {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 5px 0;
    color: #012169;
    font-weight: 600;
}

.testimonial-container.next-examdates table {
    margin: 0;
    width: 100%;
}

.testimonial-container.next-examdates.mobile-next {
    margin: 0;
    margin-top: 30px;
    overflow: hidden;
    border-top: solid 1px #eaeaea;
    padding-bottom: 0;
}

.new-a2-red-box-content p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 5px 0;
    color: #012169;
    font-weight: 600;
}

.new-passport-image img {
    max-width: 100%;
    margin: 15px 0 30px;
}

.new-a2-mobile-view-wrap {
    display: none;
}

.new-a2-content-section p span, .new-a2-red-box-content p span, .data-in-list li span {
    font-weight: 600;
    font-size: 14px;
}

.new-a2-mobile-view-wrap .call-now-whatsapp-new a img {
    width: 35px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.new-a2-mobile-view-wrap .new-test-centers-image img {
    width: 100%;
    border: 0;
}

.latst-new-home-main-lp-mobile-only {
    display: none;
}

/* ===== next-examdat ====*/

.testimonial-container.next-examdates {
    width: 100%;
    background-color: #5e5b5b;
    /* margin-top: -90px; */
}

.area-name {
    font-weight: 700;
    font-size: 13px;
}

.testimonial-container.next-examdates .container-fluid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 30px;
    background-color: #fff;
}

.testimonial-container.next-examdates tbody td {
    padding: 0px 14px 17px;
}

.testimonial-container.next-examdates td.td-exam.first {
    width: 247px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.testimonial-container.next-examdates td.td-exam.second {
    color: #000;
}

.testimonial-container.next-examdates td.td-exam {
    border-color: #dddddd !important;
    background: white;
}

.testimonial-container.next-examdates th.th-exam {
    padding-left: 14px;
    background-color: #f7f7f7;
    border-left: 1px solid #e0e0e0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#f7f7f7));
    background: -webkit-linear-gradient(#ffffff, #f7f7f7);
    background: -moz-linear-gradient(#ffffff, #f7f7f7);
    background: -ms-linear-gradient(#ffffff, #f7f7f7);
    background: linear-gradient(#ffffff, #f7f7f7);
    background: -o-linear-gradient(#ffffff, #f7f7f7);
    font-size: 13px;
    color: #404040;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.new-tc-book-test.button-left-book {
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    margin-top: 11px;
}

.testimonial-container.next-examdates td.td-exam, .testimonial-container.next-examdates th.th-exam {
    font-size: 13px;
}

.testimonial-container.next-examdates th.th-exam {
    padding: 10px 14px;
    border-bottom: none;
}

.marker-location {
    display: inline-block;
    background: #012169 url("https://britishb1test.com/front/img/new-icon-location.png") no-repeat center center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.testimonial-container.next-examdates h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 -14px;
    margin-bottom: 19px;
    padding: 12px 0;
    color: #fff;
    position: relative;
    text-align: center;
    background: #012169;
}

.availableDate .availableDate::before, .availableDate .availableDate::after {
    display: none;
}

.availableDate .availableDate {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: left;
    color: #000000;
    width: 100%;
    margin-top: 0;
    background: #ffffff1a;
    border: none;
    padding: 0;
    border-radius: 0;
}

.testimonial-container.next-examdates .availableDate {
    font-family: "Source Sans Pro" !important;
}

.testimonial-container.next-examdates .availableDate td, .testimonial-container.next-examdates .availableDate th {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 0;
}

.testimonial-container.next-examdates .availableDate td.start-date.end-date, .testimonial-container.next-examdates .availableDate td.start-date {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.testimonial-container.next-examdates .availableDate td.available:hover, .testimonial-container.next-examdates .availableDate th.available:hover {
    background-color: rgba(71, 45, 11, 0.83);
    color: #fff;
}

.availableDate .ui-datepicker .ui-datepicker-next, .availableDate .ui-datepicker .ui-datepicker-prev {
    top: 6px;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

.availableDate .ui-datepicker {
    padding: 0;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker thead tr th {
    background: #fff;
    color: #000;
    vertical-align: middle;
}

.availableDate .ui-datepicker .ui-datepicker-header {
    background: transparent;
    color: #000;
    border: solid 1px #bcbcbc !important;
    border-radius: 0;
    border-bottom: none !important;
    padding: 6px 0;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker thead tr th.next, .testimonial-container.next-examdates .availableDate .ui-datepicker thead tr th.prev {
    color: #fff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#f7f7f7));
    background: -webkit-linear-gradient(#ffffff, #f7f7f7);
    background: -moz-linear-gradient(#ffffff, #f7f7f7);
    background: -ms-linear-gradient(#ffffff, #f7f7f7);
    background: linear-gradient(#ffffff, #f7f7f7);
    background: -o-linear-gradient(#ffffff, #f7f7f7);
    -pie-background: linear-gradient(#ffffff, #f7f7f7);
}

.testimonial-container.next-examdates .availableDate .ui-datepicker thead tr th.next:hover, .testimonial-container.next-examdates .availableDate .ui-datepicker thead tr th.prev:hover {
    border-color: #947f1c;
}

.testimonial-container.next-examdates h2 {
    margin-top: 0;
    font-size: 20px;
    text-align: left;
    margin: 0;
    margin-bottom: 48px;
    color: #141414;
    font-weight: bold;
    letter-spacing: -0.6px;
}

.testimonial-container.next-examdates .availableDate .calendar-table .next span, .testimonial-container.next-examdates .availableDate .calendar-table .prev span {
    padding: 2px;
}

.testimonial-container.next-examdates .availableDate .drp-calendar.calendar-table {
    height: 231px;
}

.testimonial-container.next-examdates .availableDate .drp-calendar.calendar-table {
    border-radius: 0;
    height: 231px;
    padding: 10px;
    position: relative;
    border: 1px solid #cccccc;
}

.testimonial-container.next-examdates .availableDate table {
    height: 152px;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker-group.ui-datepicker-group-first {
    margin-right: 10px;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker-group {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 192px;
}

.availableDate {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker th .ui-state-default, .testimonial-container.next-examdates .availableDate .ui-datepicker td .ui-state-default {
    border: none !important;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker th .ui-state-default, .testimonial-container.next-examdates .availableDate .ui-datepicker td .ui-state-default, .testimonial-container.next-examdates .availableDate .ui-datepicker th, .testimonial-container.next-examdates .availableDate .ui-datepicker td {
    font-size: 12px;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: #e6e6e6;
    text-align: center;
    min-width: auto;
    font-weight: 400;
    opacity: 1;
    color: #000
}

.testimonial-container.next-examdates .availableDate .ui-datepicker th, .testimonial-container.next-examdates .availableDate .ui-datepicker td {
    border: solid 1px #bcbcbc !important;
    height: 33.4px;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker th, .testimonial-container.next-examdates .availableDate .ui-datepicker td, .availableDate .ui-datepicker .ui-datepicker-title {
    font-family: "Open Sans", sans-serif;
}

.testimonial-container.next-examdates .availableDate td.in-range {
    background: #00e734;
    color: #000;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker td {
    opacity: 1;
    vertical-align: middle;
}

.testimonial-container.next-examdates .availableDate td.Highlighted, .testimonial-container.next-examdates .availableDate td.Highlighted .ui-state-default, .testimonial-container.next-examdates .availableDate td.Highlighted .ui-state-default:hover, .testimonial-container.next-examdates .availableDate td.Highlighted .ui-state-default.ui-state-active, .testimonial-container.next-examdates .availableDate td.Highlighted .ui-state-default.ui-state-active:hover {
    background: #00e734;
    color: #000;
}

.testimonial-container.next-examdates .availableDate .calendar-table .next span, .testimonial-container.next-examdates .availableDate .calendar-table .prev span {
    border-color: #000;
}

.testimonial-container.next-examdates .availableDate tbody td {
    font-weight: 400;
}

.testimonial-container.next-examdates .availableDate td.off, .testimonial-container.next-examdates .availableDate td.off.in-range, .testimonial-container.next-examdates .availableDate td.off.start-date, .testimonial-container.next-examdates .availableDate td.off.end-date, .testimonial-container.next-examdates .availableDate td.available:hover, .testimonial-container.next-examdates .availableDate th.available:hover {
    border: solid 1px #bcbcbc !important;
}

.availableDate {
    margin-bottom: 10px;
}

.testimonial-container.next-examdates .availableDate select.monthselect, .testimonial-container.next-examdates .availableDate select.yearselect {
    height: 34px;
    font-size: 15px;
    border: solid 1px rgb(34, 2, 2) !important;
    border-radius: 50px;
    padding-left: 5px;
    outline: none;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker td.ui-state-disabled {
    background: #fff;
}

.availableDate .ui-datepicker .ui-datepicker-title {
    font-size: 12px;
}

.testimonial-container.next-examdates .availableDate .ui-datepicker td span, .testimonial-container.next-examdates .availableDate .ui-datepicker td .ui-state-default {
    display: block;
    height: 100%;
    line-height: 31.4px;
}

.testimonial-container.next-examdates .availableDate .drp-selected {
    font-size: 15px;
}

.next-examdates table.table.table-bordered .tr-exam-tbody:hover td.td-exam {
    background-color: #f7fafc !important;
}

.testimonial-container.next-examdates .availableDate .drp-buttons .btn {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 28px;
}

.testimonial-container.next-examdates .availableDate .drp-buttons .btn.btn-primary {
    background-color: #f1d341;
    border-color: #947f1c;
    color: #6f5f11;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.testimonial-container.next-examdates .availableDate .drp-buttons .btn.btn-primary:hover {
    background-color: #fddc3b;
}

.new-tc-book-test.button-left-book a {
    margin: 0;
    padding: 10px 30px;
    white-space: nowrap;
}

.available-mark {
    padding: 11px 10px 13px;
    border: 1px solid #cccccc;
    margin-left: 2px;
    background: #fff;
    display: inline-block;
}

.available-mark li {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.available-mark li:last-child {
    margin-bottom: 0;
}

.testimonial-container.next-examdates h5 {
    display: none;
}

.available-mark ul {
    margin: 0;
}

.new-tc-book-test.button-left-book a {
    height: 27px;
    line-height: 28px;
    padding: 0px 12px;
    display: inline-block;
    position: relative;
    background-color: #0e1e7d;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-shadow: none;
    animation-name: blinker;
    animation-duration: 600ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        background: #0e1e7d;
    }
    50% {
        background: #012169;
    }
    100% {
        background: #0e1e7d;
    }
}

@-webkit-keyframes blinker {
    0% {
        background: #0e1e7d;
    }
    50% {
        background: #012169;
    }
    100% {
        background: #0e1e7d;
    }
}

@keyframes blinker {
    0% {
        background: #0e1e7d;
    }
    50% {
        background: #012169;
    }
    100% {
        background: #0e1e7d;
    }
}

.new-tc-book-test.button-left-book a:hover {
    background-color: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#ffffff));
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -moz-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(#ffffff, #ffffff);
    text-decoration: none;
}

.available-mark span.box-mrk {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 2px;
}

.testimonial-container.next-examdates .availableDate .calendar-table {
    border: none;
    border-radius: 10px;
}

.available-mark span.box-mrk.yes {
    background: #00e734;
}

.available-mark span.box-mrk.no {
    background: #e6e6e6;
}

.testimonial-container.next-examdates .availableDate td.off {
    visibility: hidden;
}

/* date-birth-fieldv*/

.register-form .date-birth-field select {
    width: 33.33% !important;
    float: left;
    max-width: none;
    letter-spacing: 0.5px;
    height: 38px;
    border: 1px solid #e1e1e1;
    background-clip: border-box;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 24px;
    appearance: none;
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background-image: url(../../images/select-caret.jpg);
    background-repeat: no-repeat;
    background-position: right 13px center;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.register-form .date-birth-field select option {
    font-weight: 600;
    font-size: 14px;
}

.register-form .date-birth-field select:first-child {
    border-radius: 5px 0 0 5px;
}

.register-form .date-birth-field select:last-child {
    border-radius: 0 5px 5px 0;
}

.date-birth-field {
    width: 100%;
    float: left;
}

.visas-uk {
    margin-bottom: 30px;
}

.main-landing-page-mobile-banner.visas-uk .main-landing-page-mobile-banner-in {
    padding-bottom: 0px;
}

.main-landing-page-mobile-banner.visas-uk .new-test-centers-image.text-center {
    margin: 0 -15px -5px;
}

/* b1-citizenship-blue */

.b1-citizenship-blue {
    width: 100%;
    float: left;
    background-color: #152443;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
}

.b1-citizenship-blue h4 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 7px;
}

.b1-citizenship-blue h4 span {
    font-weight: 400;
    display: block;
    font-size: 61%;
    margin-top: 2px;
    letter-spacing: 1.5px;
}

.b1-citizenship-blue img {
    width: 100%;
    float: left;
}

.flag-red-area {
    width: 100%;
    float: left;
    background-color: #012169;
    padding: 4px 7px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.b1-citizenship-blue h6 {
    margin: 0;
    margin-top: 11px;
    font-style: italic;
    line-height: 1.4;
}

.flag-red-area, .b1-citizenship-blue h6 {
    font-size: 19px;
}

/* availableDate */

.availableDate .ui-datepicker.ui-datepicker-multi {
    width: auto !important;
    border: none;
    background: transparent;
}

/* covid19-update-header */

.covid19-update-header .alert {
    margin-bottom: 0;
    padding: 9px 30px 11px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
}

.covid19-update-header .alert:last-child {
    margin-bottom: 38px;
}

.covid19-update-header .alert.alert-danger {
    background-color: #ffe9e9;
    border: 1px solid #f2d3d3;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff2f2) to(#ffe9e9));
    background: -webkit-linear-gradient(#fff2f2, #ffe9e9);
    background: -moz-linear-gradient(#fff2f2, #ffe9e9);
    background: -ms-linear-gradient(#fff2f2, #ffe9e9);
    background: linear-gradient(#fff2f2, #ffe9e9);
    background: -o-linear-gradient(#fff2f2, #ffe9e9);
    -pie-background: linear-gradient(#fff2f2, #ffe9e9);
    color: #e86a6a;
}

.covid19-update-header .alert.alert-danger .close:hover {
    color: #e90505
}

.covid19-update-header .alert.alert-info {
    background-color: #e9f7fe;
    border: 1px solid #d5e4eb;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7fbfc) to(#e9f7fe));
    background: -webkit-linear-gradient(#f7fbfc, #e9f7fe);
    background: -moz-linear-gradient(#f7fbfc, #e9f7fe);
    background: -ms-linear-gradient(#f7fbfc, #e9f7fe);
    background: linear-gradient(#f7fbfc, #e9f7fe);
    background: -o-linear-gradient(#f7fbfc, #e9f7fe);
    -pie-background: linear-gradient(#f7fbfc, #e9f7fe);
    color: #99aebb;
}

.covid19-update-header .alert.alert-info .close:hover {
    color: #73adc4
}

.covid19-update-header .alert .close {
    position: absolute;
    right: 12px;
    top: 9px;
    opacity: 1;
    color: inherit;
    z-index: 2;
}

/* free-callback-request */

.free-callback-request {
    width: 100%;
    padding: 20px 15px 17px;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0;
}

.free-callback-request .container {
    max-width: 1000px;
    width: 100%;
    padding: 0;
}

.free-callback-request a {
    text-decoration: none;
}

.free-callback-request h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin: 6px 0;
}

.free-callback-request .media {
    width: 100%;
    float: left;
}

.free-callback-request .sayButton {
    background-color: #012169;
    padding: 6px 15px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 4px;
    font-weight: 500;
}

.free-callback-request .footerCallNumber a {
    color: #012169;
    font-size: 30px;
    display: inline-block
}

.free-callback-request .footerReqCallback {
    font-size: 16px;
    color: #393939;
    font-weight: 500;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #012169;
    padding: 13px 44px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 10px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.free-callback-request .footerReqCallback:hover {
    background-color: #012169;
    color: #fff;
}

.free-callback-request .days {
    font-size: 14px;
    color: #012169;
}

.free-callback-request .footerCallNumber span {
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
}

.free-callback-request .footerCallNumber a .fa {
    font-size: 86%;
    vertical-align: middle;
}

.free-callback-request .media-body {
    overflow: visible;
    padding-top: 4px;
}

.free-callback-request .media-left {
    padding-right: 25px;
}

.call-request-media {
    background: #fff4f6;
    border-radius: 12px;
    padding: 24px;
}

.call-request-media img {
    width: 32px;
    max-width: none;
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* callback-request-modal */

.callback-request-modal .modal-title {
    color: #000;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
}

.callback-request-modal .input-group-addon img {
    vertical-align: middle;
    width: 20px;
    margin: 0 10px;
}

.callback-request-modal .btn {
    box-shadow: none;
    margin-top: 15px;
    padding: 8px 32px;
}

.callback-request-modal .form-control {
    height: auto;
    margin-bottom: 0;
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px 6px;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
}

/* priceexamtab-tbcontent */

.priceexamtab-tbcontent {
    margin-top: 23px;
    width: 100%;
    float: left;
}

.priceexamtab-tbcontent .nav-tabs>li>a {
    background: url('../../front/img/icon_pic_1.png') no-repeat 13px 9px;
    height: 30px;
    line-height: 28px;
    padding: 0px 15px;
    padding-left: 35px;
    display: block;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    color: #737373;
    font-size: 13px;
    border-radius: 0;
}

.priceexamtab-tbcontent .tab-content {
    padding: 17px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
    border-radius: 0px 3px 3px 3px;
    border-top: none;
    line-height: 2;
}

.priceexamtab-tbcontent .tab-content, .priceexamtab-tbcontent .tab-content li, .priceexamtab-tbcontent .tab-content p {
    font-size: 13px;
    color: #161618;
}

.priceexamtab-tbcontent .nav-tabs>li {
    margin-right: -3px;
}

.priceexamtab-tbcontent .new-tc-book-test.button-left-book {
    margin-top: 13px;
}

.priceexamtab-tbcontent .tab-content p {
    margin-bottom: 0;
}

.priceexamtab-tbcontent .tab-content p strong, .priceexamtab-tbcontent .tab-content p span {
    font-size: 100%;
}

.priceexamtab-tbcontent ol li {
    font-size: 100%;
    line-height: 15px;
    position: relative;
    margin: 5px 0 6px 2em;
    padding: 2px 8px;
}

.priceexamtab-tbcontent .nav-tabs>li.active>a {
    background-color: #ffffff;
    border-bottom: 0px;
    color: #525252;
}

.new-test-centers-image-mobile.location-ukmapbanner .new-tc-book-test.button-left-book a {
    background: #012169;
    animation-name: none;
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    text-transform: none;
    font-size: 14px;
}

.new-test-centers-image-mobile.location-ukmapbanner .new-tc-book-test.button-left-book a:hover {
    background: #a70018;
}

.elementor-ukmapbanner {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.elementor-ukmapbanner h6 {
    color: #161618;
    font-family: "Helvetica", Sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.elementor-ukmapbanner .contentp-ukmapbanner {
    line-height: 18px;
    padding-bottom: 15px;
    color: #161618;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}

.elementor-ukmapbanner.remaindolor {
    margin-bottom: -1px;
    margin-top: 0px;
}

.elementor-ukmapbanner.remaindolor img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.elementor-ukmapbanner.remaindolor h5 {
    font-family: "Abel", Sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    background: linear-gradient(to bottom left, #b1100f, #012169);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #012169;
}

.elementor-ukmapbanner.remaindolor h6 {
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
    color: #141414;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 20px;
}

.elementor-ukmapbanner.remaindolor .contentp-ukmapbanner {
    color: #383838;
    font-family: "Helvetica", Sans-serif;
}

.elementor-ukmapbanner.remaindolor .contentp-ukmapbanner a, .elementor-ukmapbanner.remaindolor .contentp-ukmapbanner span, .elementor-ukmapbanner.remaindolor .contentp-ukmapbanner strong {
    font-size: 100%;
}

.free_feature_section-box .free-feature-table {
    margin-bottom: 0;
}

section.new-a2-red-box-wrap.extensionemailed .new-a2-red-box .new-a2-red-box-content {
    background: white;
}

/* naturlasation-ilr */

.flag-red-area.naturlasation-ilr {
    font-size: 22px;
    padding: 12px 15px;
    margin-top: 10px;
    line-height: 1.4;
}

/* media query */

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media (max-width: 1024px) {
    .testimonial-container.next-examdates h5 {
        display: block;
        font-size: 26px;
        padding: 18px 15px;
        margin: 0 -20px;
        font-weight: 700;
        text-align: center;
        border-bottom: solid 2px #ffffff1a;
    }
    .row.row-infoform {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .testimonial-container.next-examdates td.td-exam.first {
        width: 23%;
    }
    .availableDate {
        padding: 0;
        padding-right: 8px;
    }
    .available-mark {
        margin-left: 0;
    }
    .inquiry-container .form-box {
        height: auto;
        padding-bottom: 112px;
    }
}

/* ===== end next-examdat ====*/

@media only screen and (min-width: 1200px) {
    .date-birth-field {
        padding-right: 28px;
    }
    .date-birth-field.expiry {
        padding-right: 56px;
    }
}

@media only screen and (min-width: 992px) {
    .availableDate .availableDate .drp-calendar {
        width: 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .new-test-centers-page-in {
        padding: 40px 0;
    }
    .new-test-centers-headings h2 {
        font-size: 22px;
    }
    .new-tc-book-test a {
        height: auto;
        font-size: 15px;
        line-height: 1.5;
        padding: 10px 10px;
        margin: 0;
    }
    .new-test-centers-headings h1 {
        font-size: 30px;
    }
    .new-tc-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .new-tc-list p {
        font-size: 14px;
    }
    .new-tc-list::before {
        width: 24px;
        height: 24px;
        background-size: 16px;
        top: 0;
    }
    .new-tc-content-col {
        padding: 0 0 0 30px;
    }
    .new-test-centers-box {
        padding: 0 15px;
        margin: 0 auto 20px;
    }
    .new-tc-list {
        padding-left: 35px;
        margin: 0 0 10px;
    }
    .new-tc-ukvi {
        padding-right: 190px;
    }
    .new-tc-ukvi a {
        font-size: 16px;
        width: 172px;
        right: 10px;
        margin: 0;
    }
    .new-tc-image img {
        width: 240px;
        height: 170px;
        display: block;
        margin: auto;
    }
    .new-tc-book-test a img {
        width: 15px;
        top: 3px;
    }
    .new-tc-ukvi a img {
        top: 2px;
        width: 15px;
    }
    .new-tc-image {
        padding: 30px 0 30px 0;
    }
    .new-test-centers-page {
        margin: 90px auto 0;
    }
    .home-page-banner-new h1 {
        font-size: 35px;
    }
    .home-page-banner-new-box-left {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #012169;
        margin-bottom: 20px;
    }
    .home-page-banner-new-box-right {
        padding-left: 0;
    }
    .home-page-banner-new-box-left p {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    html {
        scroll-padding-top: 87.44px;
    }
    .elementor-ukmapbanner.remaindolor {
        margin-bottom: -41px;
    }
    .new-tc-image-desktop {
        display: none;
    }
    .testimonial-container.next-examdates h2 {
        padding: 0 13px;
    }
    .date-birth-field {
        margin-bottom: 24px;
    }
    .modal-dialog {
        width: 100%;
        margin: 120px 0;
        padding: 0 1px;
    }
    .main-landing-page-mobile-banner.visas-uk {
        background-position: none;
        background-position-x: 0;
        background-position-y: 220px;
        /* background-color: #000; */
        background-color: #fff;
        background-size: auto 137%;
    }
    .main-landing-page-mobile-banner.visas-uk.homepage-bg-none {
        background-image: none;
    }
    .visas-uk .sign-icon-img img {
        width: 240px;
        margin-bottom: 0px;
    }
    .testimonial-container.next-examdates .container-fluid {
        padding: 15px;
        background: #fafafa;
    }
    .new-tc-image-mobile {
        display: block;
        padding: 10px;
    }
    .new-test-centers-page-in {
        padding: 40px 0;
    }
    .new-test-centers-headings h2 {
        font-size: 16px;
        margin: 0;
    }
    .new-tc-book-test a {
        height: auto;
        font-size: 15px;
        line-height: 1.5;
        padding: 10px 10px;
        margin: 10px 0 0;
    }
    .new-test-centers-headings h1 {
        font-size: 21px;
    }
    .new-tc-content h3 {
        font-size: 18px;
        text-align: center;
    }
    .new-tc-list p {
        font-size: 14px;
    }
    .new-tc-list::before {
        width: 24px;
        height: 24px;
        background-size: 16px;
        top: 0;
    }
    .new-tc-content-col {
        padding: 0 15px;
    }
    .new-test-centers-box {
        padding: 0 15px;
        margin: 0 auto 20px;
        max-width: 400px;
    }
    .new-tc-list {
        padding-left: 35px;
        margin: 0 0 10px;
    }
    .new-tc-ukvi {
        padding-right: 0;
    }
    .new-tc-ukvi a {
        position: relative;
        top: auto;
        right: auto;
        font-size: 16px;
        margin: 10px auto 0;
        width: 172px;
        left: -15px;
        display: block;
        height: 42px;
        line-height: 42px;
    }
    .new-tc-image img {
        width: 240px;
        height: 170px;
        display: block;
        margin: auto;
    }
    .new-tc-book-test a img {
        width: 15px;
        top: 3px;
    }
    .new-tc-ukvi a img {
        top: 2px;
        width: 15px;
    }
    .new-test-centers-page {
        margin-top: 81px;
    }
    .whatsapp-number {
        font-size: 16px;
        margin-top: -36px;
    }
    .whatsapp-number img {
        width: 30px;
        top: 9px;
    }
    .home-page-banner-new {
        padding: 110px 10px 40px;
    }
    .registration-title-number span {
        display: block;
    }
    .registration_title {
        padding: 0 10px;
    }
    .registration_title h2 {
        padding-bottom: 10px;
    }
    .registration-title-number a {
        margin: 10px;
        width: 190px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    h2.registration_formm {
        font-size: 22px;
    }
    .register-form {
        padding-top: 0;
    }
    .inquiry-container-desktop-only {
        display: none;
    }
    .inquiry-container-mobile-only {
        display: block;
        margin-top: 20px;
    }
    .home-page-banner-new-box-left {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #012169;
        margin-bottom: 20px;
    }
    .home-page-banner-new-box h1 span, .home-page-banner-new h3.call-now-whatsapp, .home-page-banner-new-box h2.english-test-ab, .home-page-banner-new h3, .home-page-banner-new-box h1 span.exam-fee-price, .home-page-banner-new-box h1.small-h1-mobile {
        font-size: 25px;
        line-height: 35px;
    }
    .home-page-banner-new-box p {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        text-align: justify;
    }
    .home-page-banner-new-box h1 em {
        margin-bottom: 10px;
        display: inline-block;
    }
    .call-now-whatsapp span {
        display: none;
    }
    .home-page-banner-new-book-test {
        font-size: 30px;
    }
    .home-page-banner-new-box h1.small-h1-mobile {
        margin-top: 10px;
    }
    .home-page-banner-new-box-right {
        padding-left: 0;
    }
    .home-page-banner-new-box-left p {
        padding-right: 0;
    }
    .new-life-in-uk-mobile {
        display: block;
        padding: 0 15px;
    }
    .new-life-in-uk-mobile h1 {
        font-size: 33px;
    }
    .new-life-in-uk-mobile p {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        padding: 15px 0;
        color: #fff;
        font-family: "Ubuntu", sans-serif;
        text-align: justify;
    }
    .new-life-in-uk-mobile-in {
        margin: 10px auto 20px;
        border-bottom: 1px solid #012169;
    }
    .new-mobile-banner-wrap {
        display: block;
    }
    .new-mobile-banner-wrap.book-a2-wrp {
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        float: left;
        width: 100%;
        background-color: #f1f3f6;
    }
    .new-mobile-banner-wrap.book-a2-wrp .container {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonial-container.next-examdates.mobile-next.a2-nxt-calender {
        margin-top: 0px;
        padding-bottom: 0;
    }
    .new-a2-red-box-wrap.mt.a2-cer-test {
        background: #fff;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .main-landing-page-mobile-banner.visas-uk.visas-uk-a2 {
        margin-bottom: 0;
    }
    .main-landing-page-mobile-banner.visas-uk.visas-uk-a2 .new-test-centers-image.text-center {
        margin-left: 0;
        margin-right: 0;
    }
    .b1-test-mobile-para-content {
        display: block;
    }
    .b1-test-desktop-para-content {
        display: none;
    }
    .showmeonmobile {
        display: inline-block;
        width: 100%;
    }
    .free-callback-request {
        border: none;
    }
}

.information-area-in {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 10px;
}

.information-area-in h2 {
    font-size: 35px;
    margin: 0 0 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    color: #000;
    line-height: 40px;
}

.information-area-in h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 5px;
    background-color: #012169;
}

.information-area-in h3 {
    text-align: center;
}

.information-area-in h3 span {
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    margin: 15px 0 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    padding: 13px 30px;
    color: #fff;
    background-color: #ea2428;
}

.information-area-tabs .nav-tabs {
    border: 0;
}

.information-area-tabs .nav-tabs>li {
    margin-bottom: 0;
    width: 33.3333%;
}

.information-area-tabs .nav-tabs>li.active::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 10px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #012169 transparent;
    display: block;
    width: 0;
}

.information-area-tabs .nav-tabs>li>a {
    color: #012169;
    border: 2px solid #012169;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    position: relative;
    border-radius: 0;
    padding: 5px;
    background-color: #fff;
    margin: 0 5px 10px;
    transition: 0.5s all ease;
}

.information-area-tabs .nav>li>a:focus, .information-area-tabs .nav>li>a:hover, .information-area-tabs .nav>li.active>a {
    background-color: #012169;
    color: #fff;
    border: 2px solid #012169;
}

.information-area-tabs-content {
    padding: 0 5px;
}

.information-area-tabs-content .tab-content {
    background-color: #012169;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.information-area-tabs-content .tab-content h4 {
    font-size: 18px;
    margin: 0 0 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    line-height: 26px;
}

.information-area-tabs-content .tab-content p {
    font-size: 15px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    line-height: 24px;
}

.information-area-tabs-content .tab-content {
    overflow: hidden;
}

.information-area-tabs-content .tab-pane h4, .information-area-tabs-content .tab-pane p {
    transition: 1s all ease;
    transform: translateX(-100px);
}

.information-area-tabs-content .tab-pane.active.in h4, .information-area-tabs-content .tab-pane.active.in p {
    transform: translateX(0);
}

.internal-mobile-why-choose {
    display: none;
}

@media (max-width: 600px) {
    .call-request-media {
        padding: 18px;
    }
    .call-request-media img {
        width: 26px;
    }
    .free-callback-request .media-left {
        padding-right: 15px;
    }
    .free-callback-request h3 {
        font-size: 16px;
    }
    .free-callback-request .footerCallNumber a {
        font-size: 24px;
    }
    .free-callback-request .footerReqCallback {
        padding: 7px 30px;
    }
}

@media (max-width: 550px) {
    .free-callback-request h3 {
        font-size: 15px;
    }
    .free-callback-request .footerCallNumber a {
        font-size: 20px;
    }
    .free-callback-request .footerCallNumber span {
        font-size: 15px;
    }
    .free-callback-request .footerReqCallback {
        padding: 7px 8px;
        font-size: 14px;
    }
    .free-callback-request .sayButton {
        padding: 4px 13px;
        font-size: 13px;
        margin-bottom: 4px;
    }
    .call-request-media {
        padding: 10px;
    }
    .call-request-media img {
        width: 30px;
    }
}

@media (max-width: 360px) {
    .free-callback-request .footerReqCallback {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .new-test-centers-box {
        max-width: 500px;
    }
    .new-tc-ukvi a {
        position: absolute;
        top: -6px;
        right: 10px;
        margin: 0;
        left: auto;
    }
    .new-tc-ukvi {
        padding-right: 180px;
    }
}

@media only screen and (min-width: 544px) and (max-width: 767px) {
    .new-test-centers-page {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .w-ipad-pro {
        width: 25%;
    }
    .testi-box {
        min-height: 470px;
    }
    tr.examdatedetailtext td {
        position: relative;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        position: absolute;
        top: 36px;
        left: 50px;
        width: 68px !important;
        height: 34px !important;
    }
    #form1 tr.boredr_class td:nth-child(2) {
        left: 12px;
        position: relative;
    }
    #form1 tr.boredr_class td:nth-child(3) {
        left: 9px;
        position: relative;
    }
    #form1 tr.boredr_class td:nth-child(4) {
        left: 3px;
        position: relative;
    }
    .discount-box .apply-btn {
        width: 80px;
    }
    .discount-box input {
        margin-right: 10px;
        width: 100px;
    }
    button.book-test-btn {
        margin-top: 0;
    }
    .testi-slider {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1022px) {
    tr.examdatedetailtext td {
        position: relative;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        position: absolute;
        top: 40px;
        left: 35px;
        width: 90px !important;
        height: 30px !important;
    }
    #form1 tr.boredr_class td:nth-child(2) {
        left: 13px;
        position: relative;
    }
    #form1 tr.boredr_class td:nth-child(3) {
        left: 27px;
        position: relative;
    }
    #form1 tr.boredr_class td:nth-child(4) {
        left: 14px;
        position: relative;
    }
    button.book-test-btn {
        margin-top: 0;
    }
    .discount-box input {
        width: 96px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    tr.examdatedetailtext td {
        position: relative;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        position: absolute;
        top: 40px;
        left: 35px;
        width: 95px !important;
        height: 30px !important;
        font-size: 15px !important;
    }
    #form1 tr.boredr_class td:nth-child(2) {
        left: 13px;
        position: relative;
    }
    #form1 tr.boredr_class td:nth-child(3) {
        left: 27px;
        position: relative;
    }
    #form1 tr.boredr_class td:nth-child(4) {
        left: 14px;
        position: relative;
    }
    button.book-test-btn {
        margin-top: 0;
    }
    .video-section .nav-tabs.nav-justified li a {
        font-size: 15px;
    }
    .register-form input[name="dob_day"], .register-form input[name="dob_month"], .register-form input[name="dob_year"], .register-form input[name="expiry_day"], .register-form input[name="expiry_month"], .register-form input[name="expiry_year"] {
        max-width: 103px !important;
    }
    .testi-box {
        min-height: 450px;
    }
    .w-100 {
        height: 90px;
    }
    .w-100.registration_title {
        height: auto;
        margin-top: 121px;
    }
    nav.blog-pagination {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .blog-pagination a.page-numbers, .blog-pagination a.page-numbers.active {
        float: none;
        width: 40px;
        display: inline-block;
    }
    .col-md-4.aside {
        padding: 0;
    }
    .c-card__title {
        margin-top: 1rem;
    }
    .w-my-row {
        margin: 0 !important;
    }
    .registration_title h2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .payment-content.registration-form-page-wrap .container {
        width: 100%;
        padding: 0 15px;
    }
    .register-form .date-birth-field select {
        background-position: right 6px center;
        padding-right: 16px;
    }
    .register-form table.table11 td.label_1 {
        padding-right: 6px;
    }
}

@media screen and (max-width: 991px) {
    .payment-content.registration-form-page-wrap .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    #test-pagination input.find_next_btn_each_row {
        height: 43px !important;
    }
    .register-form table.table11 td.label_1 {
        padding-right: 0px;
    }
    .testimonials-container button.slick-next, .testimonials-container button.slick-next:focus {
        left: -38px;
        outline: 0 !important;
    }
    tr.examdatedetailtext td {
        position: relative;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        position: absolute;
        top: 43px;
        right: auto;
        width: 55px !important;
        height: 30px !important;
        left: 25px;
    }
    button.book-test-btn {
        margin-left: 0;
        margin-top: 0;
    }
    .test-price {
        width: auto;
        height: auto;
        font-size: 16px;
        padding: 7px 10px;
    }
    .discount-box .apply-btn {
        font-size: 17px !important;
    }
    .left-copy {
        padding: 0 10px;
    }
    .w-100 {
        height: auto;
        margin-bottom: 10px;
    }
    .testimonial-container h2 {
        margin-top: 25px;
    }
    .loop-post {
        margin: 0 0 30px;
    }
    nav.blog-pagination {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    span.btn.btn-default.book-test-btn {
        font-size: 16px !important;
    }
    .blog-pagination a.page-numbers, .blog-pagination a.page-numbers.active {
        float: none;
        width: 40px;
        display: inline-block;
    }
    .aside h4 {
        padding: 0;
    }
    .aside .col-md-12.sidebar.card {
        padding-left: 0;
        padding-right: 0;
    }
    .inner_style.site-map ul {
        padding: 0;
    }
    .item.active h1.text-center {
        margin-left: 0;
    }
    .free-feature-table .side-bar ul {
        padding-right: 0;
    }
    .testi-box {
        padding: 40px 10px;
    }
    .inquiry-container .form-box {
        padding: 30px 25px;
    }
    .inquiry-container .form-box .btn.submit-btn {
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        float: none;
    }
    .inquiry-container {
        margin-bottom: 30px;
    }
    .et_pb_with_border.et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_light.et_pb_text_align_left.new1 {
        margin-bottom: 20px;
    }
    .contactformarea {
        padding: 0;
    }
    .contact_form_wrap {
        border: 0 !important;
    }
    #recent-posts-2 img.horizontal_line1, figure.figuree {
        left: 0;
    }
    .w-mobile-center {
        text-align: center !important;
    }
    .w-mobile-list {
        padding-left: 10px;
    }
    .w-mobile-list::before {
        display: block;
    }
    .discount-box .apply-btn, button.book-test-btn {
        background: #012169 !important;
    }
    .terms-box .price-tag h6 {
        width: 72%;
    }
    .payment-content .register-form input#submit_form {
        position: relative;
        top: -45px;
    }
    .register-form td {
        position: relative;
        padding-bottom: 8px;
    }
    .register-form tr {
        padding-bottom: 16px;
        display: block;
    }
    .payment-content .register-form input[type="checkbox"] {
        position: relative;
        top: -35px;
        left: 240px;
    }
    .terms-conditions-new-checkbox input[type="checkbox"] {
        left: -12px;
        top: -18px;
    }
    body #tawkchat-container {
        opacity: 0 !important;
    }
    .slider-bottom-section {
        min-height: 500px;
    }
    .inner_style p {
        overflow-x: hidden !important;
    }
    .ptitle {
        font-size: 20px;
    }
    .postlist.listcol-2 li {
        width: 100%;
    }
    .w-my-row {
        margin: 0 !important;
    }
    .search-test .tool:hover .tooltiptext1, .search-test .tool:hover .tooltiptext2, .search-test .tool:hover .tooltiptext3 {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
    .testimonial-container.next-examdates td.td-exam.first {
        width: 155px;
    }
    .testimonial-container.next-examdates .availableDate .ui-datepicker-group.ui-datepicker-group-first {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .testi-box {
        min-height: 450px;
    }
    .slick-initialized .slick-slide {
        padding: 5px;
    }
    .menu-mobile ul li {
        width: 50%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 850px) {
    #back-to-top, .contact-opener {
        display: none !important;
    }
    #tawkchat-container {
        opacity: 0 !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .testi-box {
        margin-left: auto;
        margin-right: auto;
    }
    .terms-box .price-tag h6 {
        width: 69%;
    }
    .menu-mobile ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .w-mobile-pagination {
        display: block;
    }
    tr.examdatedetailtext td, tr.examdatedetailtext td span {
        font-size: 10px !important;
    }
    tr.examdatedetailtext td {
        position: relative;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        position: absolute;
        top: 60px;
        right: auto;
        width: 68px !important;
        height: 30px !important;
        left: 0;
    }
    .search-table-responsive form#form1 table tr td {
        font-size: 11px !important;
    }
    .candi-detail-box ul li, .candi-detail-box ul li label {
        font-size: 13px !important;
        min-height: initial;
        overflow: hidden;
        word-break: break-word;
    }
}

@media only screen and (max-width: 420px) {
    tr.examdatedetailtext td .find_next_btn_each_row {
        position: absolute;
        top: 65px;
        right: auto;
        width: 39px !important;
        height: 23px !important;
        left: 7px;
        font-size: 9px;
        line-height: 23px !important;
    }
}

@media only screen and (max-width: 352px) {
    tr.examdatedetailtext td, tr.examdatedetailtext td span {
        font-size: 8px !important;
    }
    tr.examdatedetailtext td .find_next_btn_each_row {
        width: 50px !important;
        height: 23px !important;
        left: 7px;
        font-size: 10px !important;
        padding: 0 2px;
        line-height: 23px !important;
    }
}

@media screen and (max-width: 479px) {
    .testimonial-container.next-examdates tbody td {
        padding: 0px 8px 17px
    }
    .testimonial-container.next-examdates h4 {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media screen and (max-width: 767px) {
    .inquiry-container .form-box {
        width: 90%;
        height: 465px;
    }
    .inquiry-container .form-box h1 {
        font-size: 23px !important;
    }
    .testimonial-container.next-examdates h2 {
        margin-bottom: 10px;
    }
    p.form-button-bottom-new-test {
        right: 0;
        text-align: center;
        padding: 0 15px;
    }
    .inquiry-container .form-box .btn.submit-btn {
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        float: none;
        width: 100%;
        height: auto;
        word-break: break-all;
        font-size: 13px !important;
    }
    .inquiry-container .form-box .notify {
        font-size: 15px;
    }
    .main-banner-new-heading-desktop, .latest-nh-banner-lifeintheuk-desktop, .latest-nh-banner-left-col {
        display: none;
    }
    .priceexamtab-tbcontent {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .main-landing-page-mobile-banner {
        /* background: url(../img/back-image1.jpg) no-repeat;
        background-size: cover; */
        display: block;
        text-align: center;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        background-position-x: 0;
        background-position-y: 70px;
        background-color: #000;
    }
    .main-landing-page-mobile-banner-in {
        padding: 82px 0 40px;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }
    .main-landing-page-mobile-banner-in .b1-citizenship-blue {
        padding-top: 30px;
    }
    .main-landing-page-mobile-banner-in h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 0;
        color: #fff;
    }
    .main-landing-page-mobile-banner-overlay {
        background-color: rgba(0, 0, 0, 0.75);
        padding: 20px 15px 30px;
    }
    .main-landing-page-mobile-banner-in h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
        color: #fff;
    }
    .main-landing-page-mobile-banner-in p {
        font-size: 16px;
        font-weight: normal;
        line-height: 28px;
        margin-bottom: 10px;
        /* color: #ea2428; */
        padding: 0 20px;
        color: #fff;
    }
    .main-landing-page-mobile-banner-in .latst-new-home-banner-book-now {
        background: #ea2428;
        padding: 10px 25px;
    }
    .latst-new-home-banner-wrap-overlay {
        padding: 0;
        background-color: transparent;
    }
    .sign-icon-img img {
        width: 200px;
        margin-bottom: 10px;
    }
    .new-test-centers-image-mobile {
        display: block;
    }
    .main-landing-page-mobile-banner-in-bottom, .main-landing-page-mobile-banner-in-top {
        padding: 0 15px;
    }
    .new-test-centers-image-wrap {
        padding: 5px 0 2px;
    }
    .new-test-centers-image-wrap img {
        width: 100%;
    }
    .msg_belw_textbox_new {
        left: 0;
    }
    .latst-new-home-main-lp-desktop-only {
        display: none;
    }
    .latst-new-home-main-lp-mobile-only {
        display: block;
    }
    .new-a2-content-section p.special-para-style {
        color: #012169;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }
    .thankyou-box {
        padding: 20px;
    }
    .thankyou-contact-numbers strong {
        display: block;
        margin: 10px 0 0;
    }
    .thankyou-content p {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
}

@media (max-width: 563px) {
    .availableDate .availableDate .drp-calendar {
        width: 100%;
        max-width: 100%;
    }
    .testimonial-container.next-examdates h5 {
        font-size: 18px;
        padding: 18px 14px;
    }
    .testimonial-container.next-examdates .availableDate .drp-calendar.calendar-table {
        padding: 5px;
    }
    .testimonial-container.next-examdates .availableDate .drp-calendar {
        width: 182px;
    }
    .testimonial-container.next-examdates .container-fluid {
        padding: 15px 5px;
    }
    .testimonial-container.next-examdates td.td-exam.first {
        width: 116px;
    }
    .testimonial-container.next-examdates .availableDate .ui-datepicker-group.ui-datepicker-group-first {
        margin-bottom: 10px;
    }
    .testimonial-container.next-examdates h4 {
        margin-bottom: 8px;
    }
}

@media (max-width: 616px) {
    .availableDate {
        padding: 0;
        padding-right: 8px;
        width: 200px;
        vertical-align: middle;
    }
    /* .available-mark {
        position: relative;
        top: 45px;
        left: -4px;
    } */
}

@media (max-width: 460px) {
    .availableDate {
        padding: 0;
        padding-right: 0;
        width: 100%;
        vertical-align: top;
    }
    .available-mark {
        position: relative;
        top: 0;
        left: 0;
    }
    .flag-red-area.naturlasation-ilr {
        font-size: 15px;
    }
    .main-landing-page-mobile-banner-in .latst-new-home-banner-book-now {
        font-size: 22px;
    }
}

@media (max-width: 360px) {
    .flag-red-area, .b1-citizenship-blue h6 {
        font-size: 17px;
    }
    .main-landing-page-mobile-banner-in .latst-new-home-banner-book-now {
        font-size: 20px;
    }
}

@media (max-width: 356px) {
    .b1-citizenship-blue h4 {
        font-size: 26px;
    }
    .testimonial-container.next-examdates .availableDate .ui-datepicker-group {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .b1-citizenship-blue h4 {
        font-size: 23px;
    }
    .flag-red-area.naturlasation-ilr {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .flag-red-area, .b1-citizenship-blue h6 {
        font-size: 16px;
    }
}

/*========= passtest-applying =========*/

section.new-a2-red-box-wrap.extensionemailed .new-a2-red-box .new-a2-red-box-content {
    background: white;
}

img {
    max-width: 100%;
}

.passtest-applying {
    width: 100%;
    padding: 45px 0 35px;
}

.passtest-applying .passtest-inner {
    font-family: 'nta', 'Open Sans', sans-serif;
}

.passtest-applying .passtest-inner h2 {
    font-size: 48px;
    line-height: 1.0416666667;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.b1-tests-freefea.b1-tests-british .passtest-applying .passtest-inner h2{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.approved-by-ukhomeoffice span{
    font-size: 22px;
    padding-left: 10px;
 }
 
 .approved-by-ukhomeoffice img{
     vertical-align: middle;
 }

.passtest-applying .passtest-inner p {
    margin-bottom: 20px;
}

.passtest-applying .passtest-inner p, .passtest-applying .passtest-inner li {
    font-size: 19px;
    line-height: 1.3157894737;
}

.passtest-applying .new-a2-red-box-wrap {
    padding: 0;
    padding-top: 35px;
}

.passtest-applying .passtest-inner a.latst-new-home-banner-book-now {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    background: #012169;
}

.passtest-applying .new-a2-red-box-wrap .latst-new-home-banner-book-now {
    margin-bottom: 20px;
}

.passtest-applying .new-a2-red-box-wrap li {
    font-weight: 400;
}

.passtest-applying .passtest-inner ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 24px;
}

.passtest-applying .passtest-inner li {
    margin: 0 0 5px;
    padding: 0;
}

.passtest-applying .new-a2-red-box-wrap .latst-new-home-banner-book-now {
    margin-bottom: 10px;
    font-size: 20px;
    padding: 10px 25px;
    background: #012169;
}

.passtest-applying .passtest-inner a.latst-new-home-banner-book-now:hover, .passtest-applying .new-a2-red-box-wrap .latst-new-home-banner-book-now:hover {
    background: #b71615;
    color: #fff;
}

.passtest-applying .new-a2red-box {
    width: 100%;
    height: auto;
    padding: 15px;
    padding-bottom: 0;
    background: #EDEDED;
    text-align: center;
    margin-bottom: 30px;
}

.passtest-applying .new-a2red-box h3 {
    color: #333;
    font-style: inherit;
    font-family: Arial;
    font-size: 25px;
    line-height: 1.5;
    padding: 22px 0 6px;
    text-align: center;
    font-weight: bold;
}

.passtest-applying .new-a2-red-boxcontent {
    line-height: 1.5;
    font-size: 16px;
    font-family: Arial;
    padding: 15px;
    padding-bottom: 5px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.passtest-applying .new-a2-red-boxcontent p {
    margin-bottom: 11px;
}

.new-test-centers-headings h1.text-black {
    color: #000;
}

.d-inline-block {
    display: inline-block;
}

.new-test-centers-headings h1 .d-inline-block {
    font-size: inherit;
}

.dinline-b, .d-inline-block {
    display: inline-block;
}

/* immapp-regis */

.passtest-applying.immapp-regis .new-test-centers-image-wrap.location-ukmapbanner {
    margin-top: 30px;
}

img.full-w {
    width: 100%;
}

.passtest-applying.immapp-regis .passtest-inner.text-left .latst-new-home-banner-book-now {
    padding: 10px 30px;
}

.passtest-applying.immapp-regis .passtest-inner {
    font-family: "Open Sans", sans-serif;
}

.passtest-applying.immapp-regis h2 {
    color: #012169;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.passtest-applying.immapp-regis .passtest-inner p {
    font-size: 16px;
}

.passtest-applying.immapp-regis .container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}

.passtest-applying.immapp-regis .passtest-inner.text-left .latst-new-home-banner-book-now {
    margin-top: -9px;
}

.new-test-centers-headings .test-centers-extapp h1 {
    font-size: 26px;
}

.new-test-centers-headings .test-centers-extapp h1.text-black {
    font-weight: 600;
}

.info-fill-beforeform h4.txet-left {
    text-align: left;
    margin-bottom: 0;
}

.b1test-ci-roundlogo {
    width: 210px;
    margin-bottom: 12px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.listed-homeoffice {
    text-align: center;
    margin-bottom: 40px;
}

.listed-homeoffice h2 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100%;
}

.information-area-wrap {
    padding: 40px 0 50px;
    background: #f9f9f9;
}

.b1-tests-freefea.b1-tests-british .passtest-applying .passtest-inner{
   padding: 72px 0px 35px;
}

/* Responsiveness */

@media (min-width: 768px) {
    .passtest-applying.immapp-regis .elementor-ukmapbanner {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .passtest-applying .new-a2red-box {
        margin-bottom: 15px;
    }
    .new-test-centers-headings .test-centers-extapp h1 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .passtest-applying .passtest-inner h2 {
        font-size: 32px;
        line-height: 1.09375;
    }
    .passtest-applying .passtest-inner p, .passtest-applying .passtest-inner li {
        font-size: 16px;
        line-height: 1.5;
    }
    .passtest-applying .new-a2-red-box-wrap {
        padding-top: 32px;
    }
    .passtest-applying {
        padding-top: 20px;
        margin-bottom: -87px;
    }
    .new-test-centers-headings h1 {
        margin-bottom: 14px;
    }
    .new-test-centers-headings h1.home-officet {
        margin-bottom: 40px;
    }
    .latst-new-home-banner-book-now {
        padding: 10px 30px;
    }
    .passtest-applying.immapp-regis .passtest-inner {
        padding-bottom: 32px;
        text-align: center;
    }
    .passtest-applying.immapp-regis .new-a2-red-box-wrap {
        padding-top: 47px;
    }
    .passtest-applying.immapp-regis {
        padding-top: 0;
        margin-top: 90px !important;
        margin-bottom: -31px;
    }
    .passtest-applying.immapp-regis .b1-citizenship-blue {
        margin-bottom: 33px;
        padding-top:30px;
    }
    .new-test-centers-headings .test-centers-extapp h1 {
        font-size: 21px;
    }
    .info-fill-beforeform h4 {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .information-area-in h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .information-area-tabs .nav-tabs>li, .information-area-in {
        width: 100%;
    }
    .information-area-wrap {
        padding: 20px 0 30px;
    }
    .passtest-applying.visreq-gov {
        margin-bottom: 0;
    }
    .b1-tests-freefea.b1-tests-british .passtest-applying .passtest-inner h2 {
        font-size: 32px;
        line-height: 1.09375;
    }
}

@media (max-width: 563px) {
    .passtest-applying.immapp-regis {
        margin-top: 82px !important;
    }
    html {
        scroll-padding-top: 82px;
    }
}

@media (max-width: 425px) {
    .passtest-applying.immapp-regis .passtest-inner h2 {
        font-size: 27px;
        line-height: 1.2;
    }
}

@media (max-width: 370px) {
    .information-area-in h2 {
        font-size: 26px;
        line-height: 1.3;
    }
}

/*========= close passtest-applying =========*/

/*=============== selt-ukoffice ===============*/

.selt-ukoffice {
    width: 100%;
    display: inline-block
}

.new-test-centers-headings .test-centers-extapp .selt-ukoffice h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 31px;
    line-height: 1.4;
    color: #0e1e7e;
}

.selt-ukoffice .passtest-applying {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}

.selt-ukoffice .passtest-applying .passtest-inner p {
    margin-bottom: 10px;
}

.selt-ukoffice .passtest-applying .passtest-inner p, .selt-ukoffice .passtest-applying .passtest-inner li {
    line-height: 1.65;
    letter-spacing: 0.4px;
}

.selt-ukoffice .passtest-applying .passtest-inner ul {
    margin-bottom: 0;
}

.selt-ukoffice .passtest-applying .passtest-inner p, .selt-ukoffice .passtest-applying .passtest-inner li {
    font-size: 17px;
}

.selt-ukoffice .passtest-applying .passtest-inner p br {
    display: block;
    content: "";
    margin-top: 3px;
}

h2.registration_formm.head-exam.regit-vmiddle {
    display: table;
    height: 170px;
    padding: 0;
}

h2.registration_formm.head-exam.regit-vmiddle strong {
    display: table-cell;
    vertical-align: middle;
}

/* ukvirow-col-6 */

.main-landing-page-mobile-banner-overlay.ukvirow-col-6, .ukvirow-col-6 {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.45);
    margin-top: -2px;
}

.latst-new-home-banner-wrap {
    /* background: url(../img/back-image1.jpg) no-repeat;
    background-size: cover; */
    background-position: center;
    overflow: hidden;
}

.latst-new-home-banner-wrap-overlay {
    padding: 100px 0 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.newbackblack {
    background-color: #212529;
}

.call-now-whatsapp-new {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin: 0;
    color: #dc5900;
}

.call-now-whatsapp-new a, .main-landing-page-mobile-banner .listed-homeoffice .call-now-whatsapp-new a {
    color: #dc5900;
    text-decoration: none!important;
    font-weight: bold;
}

.call-now-whatsapp-new a img {
    width: 35px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.latest-nh-banner-box {
    text-align: center;
    border: 5px solid #dc5900;
    padding: 10px 10px 14px;
    background-color: rgba(0, 0, 0, 0.7);
}

.latest-nh-banner-box h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #dc5900;
}

.latest-nh-banner-box h1 span {
    display: block;
}

.latest-nh-banner-box h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    margin: 0;
    color: #dc5900;
}

.latest-nh-banner-box h2.english-h2 {
    margin: 10px 0 10px;
}

.latest-nh-banner-box h2.b1-h2 {
    margin-bottom: 0;
}

.latest-nh-banner-box p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    margin: 10px 0 10px;
    color: #fff;
    padding: 0 25px;
}

.latest-nh-banner-box p span {
    color: #fe6803;
    display: block;
}

.latst-new-home-banner-book-now {
    display: inline-block;
    padding: 10px 51px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    background: #012169;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0 0;
    transition: 0.5s all ease;
}

.latest-nh-banner-lifeintheuk-desktop .latest-nh-banner-box {
    padding: 29px 15px 25px;
}

.dinline-b {
    display: inline-block;
}

.latst-new-home-banner-book-now:hover {
    background: #b71615;
    text-decoration: none;
    color: #fff;
}

.latest-nh-banner-right-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 66px;
}

.latest-nh-banner-right-box-top {
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.27);
    padding-bottom: 10px;
}

.latest-nh-banner-right-box-top h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    color: #fe6803;
}

.latest-nh-banner-right-box-top-arrow {
    position: absolute;
    right: 0;
    top: -20px;
    background-image: url(../img/down_arrow.png);
    width: 120px;
    height: 143px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    padding: 10px 0;
    z-index: 3;
}

.latest-nh-banner-right-box-top-arrow p {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.latest-nh-banner-right-box-top-arrow p.new-price-180 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 8px 0;
}

.latest-nh-banner-right-box-middle h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    color: #012169;
    padding: 40px 120px 50px 0;
}

.latest-nh-banner-right-box-middle-content {
    padding-left: 30px;
}

.latest-nh-banner-right-box-middle-content h5 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    color: #012169;
    position: relative;
}

.latest-nh-banner-right-box-middle-content h5::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 4px;
    background-image: url(../img/li_tick.png);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.latest-nh-banner-right-box-middle-content p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 40px;
}

.latest-nh-banner-right-box-middle-content-btn {
    text-align: center;
}

.subject-to-tnc a {
    font-size: 12px;
    color: #fff;
}

a.cert-logoexamination {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.cert-logoexamination img {
    -ms-flex-item-align: center;
    align-self: center;
}

.cert-logoexamination img.logoexamin {
    width: 88px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 5px;
    margin-top: -54px;
    position: relative;
    top: 30px;
}

a.mlogo-se {
    margin-top: 7px;
    display: inline-block;
}

.fa.fa-phone.calltoncentres {
    color: #012169;
    font-size: 150%;
    margin: 0 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.test-centers-extapp.app-selt-1 p.whatsapp-number.calltoncentres-wrp {
    margin-bottom: 0;
    margin-top: 24px;
}

p.whatsapp-number.calltoncentres-wrp {
    margin-top: 17px;
}

/* live-interlocutor */

.live-interlocutor {
    margin-top: 34px;
    margin-bottom: 12px;
}

.live-interlocutor h1.home-officet, .new-test-centers-headings .test-centers-extapp .selt-ukoffice .live-interlocutor h1.home-officet {
    font-size: 20px;
    color: #012169;
    margin-bottom: 12px;
}

.live-interlocutor ul, .passtest-applying .passtest-inner .live-interlocutor ul {
    padding-left: 6px;
    list-style: square;
}

.live-interlocutor ul li span {
    color: #012169;
}

.empty-60-spce {
    margin-top: 60px;
    margin-bottom: 0;
    line-height: normal;
}

/* end live-interlocutor */

/*======= Media QUERY =======*/

@media (max-width: 1199px) {
    .new-test-centers-headings .test-centers-extapp .selt-ukoffice h1 {
        font-size: 28px;
    }
    h2.registration_formm.head-exam.regit-vmiddle {
        height: 150px;
    }
    .selt-ukoffice {
        margin-top: 20px;
    }
    .cert-logoexamination img.logoexamin {
        width: 87px;
        border-radius: 0;
    }
    a.cert-logoexamination {
        margin-top: 7px;
    }
    a.mlogo-se {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    a.cert-logoexamination {
        margin-top: 15px;
    }
    a.mlogo-se {
        margin-top: 17px;
    }
}

@media (max-width: 991px) {
    .new-test-centers-headings .test-centers-extapp .selt-ukoffice h1 {
        font-size: 26px;
    }
    .m-b-15 {
        margin-bottom: 15px;
    }
    a.cert-logoexamination {
        margin-top: 11px;
    }
    a.cert-logoexamination img {
        width: 192px;
    }
    .cert-logoexamination img.logoexamin {
        width: 80px;
        top: 30px;
    }
    a.mlogo-se {
        margin-top: 6px;
    }
    .test-centers-extapp.app-selt-1 p.whatsapp-number.calltoncentres-wrp {
        margin-bottom: -62px;
        margin-top: 33px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    h2.registration_formm.head-exam.regit-vmiddle {
        margin-top: -27px;
    }
}

@media (max-width: 767px) {
    .new-test-centers-headings .test-centers-extapp .selt-ukoffice h1 {
        font-size: 22px;
    }
    .selt-ukoffice .passtest-applying {
        margin-top: 0;
    }
    .selt-ukoffice .passtest-applying .passtest-inner p, .selt-ukoffice .passtest-applying .passtest-inner li {
        font-size: 16px;
    }
    .choose-centerap.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2.col-sm-12 {
        padding: 0 46px;
    }
    .main-banner-new-heading-desktop.text-center.row-eng-ksl, .row-eng-ksl .main-banner-new-heading-desktop, .row-eng-ksl .latest-nh-banner-lifeintheuk-desktop, .row-eng-ksl .main-landing-page-mobile-banner-overlay.ukvirow-col-6, .row-eng-ksl .ukvirow-col-6, .row-eng-ksl .remove-label-mbile label {
        display: block;
    }
    .latst-new-home-banner-wrap.eng-ksl-wrp .row-eng-kslinner {
        /* background: url(../img/back-image1.jpg) no-repeat;
        background-size: cover; */
        margin-top: -26px;
        padding: 30px 15px 40px;
        position: relative;
    }
    .eng-ksl-wrp .main-banner-new-heading-desktop h1 {
        font-size: 34px;
        margin-top: 0px !important;
        position: relative;
        z-index: 2;
    }
    .row.row-eng-ksl {
        position: relative;
        z-index: 2;
    }
    .row-eng-kslinner .kslinnerli {
        /* background-color: rgba(0, 0, 0, 0.5); */
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .row-eng-ksl .ukvirow-col-6 p {
        padding: 15px 20px 0 !important;
    }
    h2.registration_formm.head-exam.regit-vmiddle {
        height: 110px;
    }
    .listed-homeoffice p br {
        display: block;
        content: "";
        margin-top: 8px;
    }
    .latest-nh-banner-box h2 {
        font-size: 19px;
        line-height: 27px;
    }
    .latest-nh-banner-box h2.english-h2 {
        margin: 10px 0 0;
    }
    .latest-nh-banner-box p {
        font-size: 17px;
        line-height: 25px;
        margin: 10px 0;
    }
    .latest-nh-banner-right-box {
        background: #fff;
        padding: 0;
    }
    .latest-nh-banner-right-box-top h3 {
        color: #fff;
        background-color: #012169;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
    }
    .latest-nh-banner-right-box-middle h4 {
        font-size: 15px;
        line-height: 21px;
        font-weight: bold;
        padding: 10px 120px 20px 0;
    }
    .latest-nh-banner-right-box-top-arrow {
        top: 35px;
        padding: 30px 0 0;
    }
    .latest-nh-banner-right-box-middle-content h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    .latest-nh-banner-right-box-top {
        border-bottom: 0;
    }
    .latest-nh-banner-right-box-middle-content h5::before {
        background-color: #fe6803;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        left: -15px;
        top: 11px;
    }
    .latest-nh-banner-right-box-middle-content {
        padding-left: 20px;
    }
    .latst-new-home-banner-book-now {
        padding: 10px 30px;
    }
    .latest-nh-banner-right-box-middle-content p {
        color: #555;
        font-weight: normal;
        margin: 0 0 15px;
    }
    .latst-new-home-banner-wrap-overlay.b1blade-test {
        background: #fff;
        padding-bottom: 40px;
    }
    .latst-new-home-banner-wrap-overlay.b1blade-test .main-landing-page-mobile-banner {
        background: #fff;
    }
    .subject-to-tnc a {
        color: blue;
    }
    .selt-ukoffice {
        margin-top: 30px;
    }
    a.cert-logoexamination {
        margin-top: -1px;
        margin-bottom: 6px;
    }
    a.cert-logoexamination img {
        width: 240px;
    }
    .cert-logoexamination img.logoexamin {
        width: 64px;
        top: 28px;
    }
    a.mlogo-se {
        margin-top: -2px;
        margin-bottom: 4px;
        position: relative;
        top: 2px;
    }
    p.whatsapp-number.calltoncentres-wrp {
        margin-top: -24px;
        margin-bottom: 30px;
    }
    .test-centers-extapp.app-selt-1 p.whatsapp-number.calltoncentres-wrp {
        margin-bottom: -12px;
        margin-top: -22px;
    }
    .live-interlocutor ul, .passtest-applying .passtest-inner .live-interlocutor ul {
        padding-left: 0;
    }
    .empty-60-spce {
        margin-top: 50px;
    }
    .live-interlocutor h1.home-officet, .new-test-centers-headings .test-centers-extapp .selt-ukoffice .live-interlocutor h1.home-officet {
        font-size: 18px;
    }
}

@media (max-width: 543px) {
    .selt-ukoffice {
        margin-top: 10px;
    }
    .test-centers-extapp.app-selt-1 p.whatsapp-number.calltoncentres-wrp {
        margin-bottom: 7px;
    }
}

@media (max-width: 575px) {
    .selt-ukoffice .passtest-applying .passtest-inner p br {
        display: block;
        content: "";
        margin-top: 6px;
    }
    a.cert-logoexamination {
        transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -moz-transform: scale(0.95);
        transform-origin: left;
        -o-transform-origin: left;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        -moz-transform-origin: left;
        margin-top: -2px;
        margin-bottom: 5px;
    }
    a.mlogo-se {
        margin-top: -2px;
        margin-bottom: 2px;
        position: relative;
        top: 0px;
    }
}

@media (max-width: 563px) {
    .latst-new-home-banner-wrap.eng-ksl-wrp .row-eng-kslinner {
        margin-top: -29px;
    }
}

@media (max-width: 450px) {
    .main-landing-page-mobile-banner-in h1 {
        font-size: 28px;
    }
    .eng-ksl-wrp .main-banner-new-heading-desktop h1 {
        font-size: 30px;
        margin-top: 0px !important;
    }
}

@media (max-width: 374px) {
    .latst-new-home-banner-wrap.eng-ksl-wrp .row-eng-kslinner {
        margin-top: -34px;
    }
    a.cert-logoexamination {
        transform: scale(0.75);
        -o-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -moz-transform: scale(0.75);
        margin-top: -2px;
        margin-bottom: 4px;
    }
    .cert-logoexamination img.logoexamin {
        width: 78px;
        top: 28px;
    }
}

/*============ close selt-ukoffice ============*/



/*========== wavestrip-eff ==========*/

.new-test-centers-page-in.wavestrip-eff {
    padding: 0;
    margin-bottom: 40px;
    margin-bottom: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 51%, rgba(231, 232, 234, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 51%, rgba(231, 232, 234, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 51%, rgba(231, 232, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e8ea', GradientType=1);
}

.new-test-centers-page-in.wavestrip-eff .wavestrip-header {
    padding-top: 0;
    padding-bottom: 80px;
    background-image: url('../img/wavestrip-top.png');
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp .selt-ukoffice .wavestrip-header h1 {
    color: #fff;
    padding: 40px 0 100px;
    font-weight: 900;
}

.new-test-centers-page-in.wavestrip-eff .live-interlocutor {
    margin-top: 24px;
    margin-bottom: 0;
}

.new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying {
    margin-top: -80px;
    float: left;
    z-index: 2;
    position: relative;
}

.new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp h1, .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner p, .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner li, .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp .selt-ukoffice .live-interlocutor h1.home-officet {
    color: #000;
}

.new-test-centers-page-in.wavestrip-eff .live-interlocutor h1.home-officet, .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp .selt-ukoffice .live-interlocutor h1.home-officet {
    margin-bottom: 0;
}

img.wavestrip-btm {
    height: 120px;
    margin-bottom: -4px;
    width: 100%;
}

.new-test-centers-page-in.wavestrip-eff .live-interlocutor h1.home-officet, .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp h1 {
    font-weight: 600;
}

.new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp h1.ph-4, .new-test-centers-page-in.wavestrip-eff p.whatsapp-number.calltoncentres-wrp {
    background: #ea2428;
    color: #fff;
    margin: 0;
}

.new-test-centers-page-in.wavestrip-eff .fa.fa-phone.calltoncentres, .new-test-centers-page-in.wavestrip-eff .whatsapp-number-anchor {
    color: #fff;
}

.new-test-centers-page-in.wavestrip-eff p.whatsapp-number.calltoncentres-wrp {
    margin: 0;
    margin-top: -1px;
    padding: 10px 0 18px;
}

.new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp h1.ph-4 {
    padding-top: 15px;
    padding-bottom: 19px;
}

/* resposnive */

@media (min-width: 768px) {
    .new-test-centers-page-in.wavestrip-eff .live-interlocutor h1.home-officet, .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp .selt-ukoffice .live-interlocutor h1.home-officet {
        font-size: 27px;
    }
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner p, .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner li {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner p, .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner li {
        font-size: 35px;
    }
    .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp .selt-ukoffice .live-interlocutor h1.home-officet {
        font-size: 35px;
    }
    .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp h1 {
        font-size: 29px;
    }
}

@media (max-width: 1199px) {
    img.wavestrip-btm {
        height: 100px;
    }
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice {
        margin-top: 18px;
    }
}

@media (max-width: 1024px) {
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice {
        margin-top: 34px;
    }
}

@media (max-width: 991px) {
    img.wavestrip-btm {
        height: 80px;
    }
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice {
        margin-top: 8px;
    }
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .wavestrip-header h1 {
        padding: 40px 0 100px;
        margin-bottom: 0;
    }
}

@media (max-width: 810px) {
    .new-test-centers-page-in.wavestrip-eff .wavestrip-header {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice {
        margin-top: 23px;
    }
    .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp .selt-ukoffice .wavestrip-header h1 {
        color: #fff;
        padding: 40px 0 100px;
    }
    img.wavestrip-btm {
        height: 60px;
    }
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner p, .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying .passtest-inner li {
        font-size: 19px;
    }
    .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp h1.ph-4 {
        font-size: 17px;
    }
    .new-test-centers-page-in.wavestrip-eff p.whatsapp-number.calltoncentres-wrp {
        margin: 0;
        padding: 9px 0 12px;
    }
}

@media (max-width: 543px) {
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice {
        margin-top: 6px;
    }
}

@media (max-width: 475px) {}

@media (max-width: 425px) {}

@media (max-width: 354px) {
    .new-test-centers-page-in.wavestrip-eff .new-test-centers-headings .test-centers-extapp .selt-ukoffice .wavestrip-header h1 {
        padding: 40px 0 130px;
    }
    .new-test-centers-page-in.wavestrip-eff .selt-ukoffice .passtest-applying {
        margin-top: -120px;
    }
}

/*======== end wavestrip-eff ========*/

.text-short-info p { 
    color: #4D4D4D;
    font-weight: 300;
    font-size: 17px;
}
a.visit-button {
    font-size: 24px!important;
    background: #0f71b8!important;
    border: none;
    color: #fff!important;
    font-weight: 700 !important;
    margin: 0;
    padding: 10px 30px !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 0.5px;
}
